@charset "utf-8";

body {
	background: #fff no-repeat top center;
	background-size: cover;
	color: #fff;
	overflow-x: clip;
}

/*コンテンツエリア*/
.content_Wrap {
	position: relative;
	overflow-x: hidden;
}

/* TOP追従バナー */
.welcome {
	width: 100%;
	max-width: 400px;
	height: auto;
	position: fixed;
	bottom: 80px;
	padding: 10px;
	right: 20px;
	z-index: 999;
}
.welcome .bnr {
	position: relative;
}
.welcome .bnr a {
	display: block;
	width: 100%;
	/* position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; */
	margin: auto;
	transition: 0.3s;
}
.welcome .bnr a:hover {
	opacity: 0.8;
}
.welcome .bnr a img {
	display: block;
	height: auto;
	width: 100%;
	max-width: 100%;
	box-shadow: 0px 0px 15px #505050;
}
.welcome .bnr .close {
	position: absolute;
	right: 10px;
	top: -20px;
	width: 20px;
	cursor: pointer;
	transition: 0.3s;
}
.welcome:hover .bnr .close {
	display: block;
}
.welcome .bnr .close img {
	max-width: 100%;
}

.topMV_wrap {
	position: relative;
	/*	width: 93.75%;*/
	width: 100%;
	margin: 0 auto;
	background-color: #d8d4ca;
}
#main_Img {
	width: 100%;
}
.main_Block {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 65%;
}
.video_pc {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
}
.video_pc video {
	width: 100%;
}
.img_pc {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	width: 100%;
}
.movieBtn {
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding: 5px 10px;
	background-color: #fff;
	color: #000;
	border: none;
	border-radius: 0;
	font-size: 11px;
	box-shadow: none;
	box-sizing: border-box;
	cursor: pointer;
	z-index: 20;
}
.main_Block ul {
	display: contents;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 767px) {
	.topMV_wrap {
		width: 100%;
	}
	.main_Block {
		/* padding-top: 100%; */
		padding-top: 56%;
	}

	.video_sp {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
	}

	.video_sp video {
		width: 100vw;
	}

	.img_sp {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 6;
		width: 100%;
		/* display: none; */
	}
}

._pc {
	display: block !important;
}
._sp {
	display: none !important;
}
.obi-slider {
	background-color: #dceaf2;
	padding: 1% 0;
}
.obi-slider .slick-item img {
	margin: 0 auto;
	display: block;
	max-width: 80%;
	height: 60px;
}
@media (max-width: 767px) {
	.obi-slider {
		padding: 3% 0;
	}
	.obi-slider .slick-item img {
		max-width: 95%;
		height: 40px;
	}
	._pc {
		display: none !important;
	}
	._sp {
		display: block !important;
	}
}

/*行動提起*/
.teiki_wrap {
	margin: 50px auto 50px;
	text-align: center;
	color: #000;
	width: 90%;
	max-width: 1000px;
	background-color: #f4f4f3;
}
.teiki_wrap h2 {
	color: white;
	background-color: #a49d85;
	padding: 0.5em 0;
}
.teiki_wrap p {
	font-size: clamp(18px, 1.5625vw, 30px);
	letter-spacing: 0.1em;
	margin-bottom: 1.5em;
	font-family: sans-serif;
	font-weight: bold;
	margin-top: 1.5em;
}
.teiki_wrap p small {
	font-size: 12px;
	font-weight: normal;
	display: block;
	margin: 2em auto;
	max-width: 80%;
}

.teiki_wrap p.border_Txt {
	display: inline-block;
}
.teiki_wrap p.border_Txt span {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: clamp(26px, 4.166666666666667vw, 46px);
	letter-spacing: 0.1em;
	margin: 20px auto;
}
.teiki_wrap p.border_Txt span::before,
.teiki_wrap p.border_Txt span::after {
	content: '';
	width: 60px;
	height: 1px;
	border-bottom: 1px solid #fff;
	margin: 0 10px;
}
.teiki_wrap p.border_Txt::before {
	margin-right: 15px; /* 文字との余白 */
}
.teiki_wrap p.border_Txt::after {
	margin-left: 15px; /* 文字との余白 */
}

.teiki_wrap h2 span {
	font-size: clamp(48px, 4.166666666666667vw, 80px);
	letter-spacing: 0.1em;
	/*
	display: block;
	margin-bottom: 0.375em;
*/
}
.teiki_wrap h2 {
	font-size: 18px;
	letter-spacing: 0.2em;
	line-height: 1.3;
}
.teiki_wrap h2 span.space {
	padding: 0 5px 0 2px;
}

.teiki_wrap .cv_btn_List {
	max-width: 700px;
	width: 94%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	/* margin: 2.5em auto 0; */
}
.teiki_wrap .cv_btn_List li {
	width: calc((100% - 3%) / 2);
}
.teiki_wrap .cv_btn_List li a {
	display: block;
	position: relative;
	overflow: hidden;
	color: #fff;
	letter-spacing: 0.1em;
	border: 1px solid #fff;
	margin: 0 auto;
	padding: 1em 0;
	text-align: center;
	font-size: clamp(13px, 1.2625vw, 15px);
	transition: 0.3s;
	box-sizing: border-box;
}
/* .teiki_wrap .cv_btn_List li a::after {
content: '';
width: 8px;
height: 8px;
border-top: solid 1px #fff;
border-right: solid 1px #fff;
position: absolute;
right: 10px;
top: 40%;
transform: rotate(45deg);
} */
.teiki_wrap .cv_btn_List li a.reserve {
	background: #435473;
	border: 1px solid #000;
	color: #fff;
}
.teiki_wrap .cv_btn_List li a.online {
	background: #fff;
	border: 1px solid #000;
	color: #000;
}
.teiki_wrap .cv_btn_List li a.request {
	background: #fff;
	border: 1px solid #000;
	color: #000;
}
.teiki_wrap .cv_btn_List li a:hover {
	opacity: 0.5;
}

.teiki_wrap .cv_btn_List li p {
	margin-top: 5px;
	text-align: left;
	font-size: 70%;
	letter-spacing: 0.06em;
}
.teiki_wrap .cv_btn_List li p a {
	display: inline-block;
	border: none;
	position: static;
	padding: 0;
	font-size: 100%; /* ここまで打ち消し要素 */

	border-bottom: 1px solid #fff;
}

.teiki_wrap .cv_btn {
	margin: 2.5em auto 0;
}
.teiki_wrap .cv_btn a {
	display: block;
	width: 80%;
	max-width: 400px;
	position: relative;
	overflow: hidden;
	color: #fff;
	letter-spacing: 0.1em;
	border: 1px solid #fff;
	background: linear-gradient(0deg, rgba(150, 120, 80, 1) 0%, rgba(170, 150, 120, 1) 100%);
	margin: 0 auto;
	padding: 1em 0;
	text-align: center;
	transition: 0.3s;
	box-sizing: border-box;
}
.teiki_wrap .cv_btn a:hover {
	opacity: 0.5;
}
/*
.teiki_wrap .cv_btn a::before{
content: "";
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
background: linear-gradient(0deg, rgba(150, 120, 80, 1) 0%, rgba(170, 150, 120, 1) 100%);
opacity: 0;
transition: 0.3s;
z-index: -1;
}
.teiki_wrap .cv_btn a:hover::before{
opacity: 1;
}
*/
.teiki_box {
	max-width: 1000px;
	margin: 0 auto;
	padding: 2em;
}
.teiki_box p {
	color: #000;
	font-size: clamp(1rem, 0.706rem + 1.47vw, 1.625rem) !important;
	font-weight: bold;
	font-family: serif;
	width: fit-content;
	margin: 2rem auto 0.5rem;
	padding: 0.5rem;
}
.teiki_box p span {
	background: linear-gradient(transparent 60%, #ededec 30%);
	mix-blend-mode: multiply;
	font-size: 120%;
	display: inline-block;
	margin-bottom: 0.5rem;
}
.teiki_box hr {
	max-width: 820px;
	margin: 3em auto;
}
.teiki_box h3 {
	font-weight: bold;
	font-family: sans-serif;
	font-size: clamp(1rem, 0.706rem + 1.47vw, 1.625rem) !important;
	margin-bottom: 1em;
}

.plan-4ldk {
	background-image: url('../img/bg-img-4ldk.webp');
	background-size: cover;
	background-position: center;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 140px;
	padding: 10% 2%;
	margin-top: 10%;
}
.plan-4ldk h3 {
	font-size: clamp(26px, 2.5vw, 40px);
	letter-spacing: 0.1em;
	color: #fff;
	margin-bottom: 20px;
}
.plan-4ldk-wrap div.plan-list {
	background-color: #efeee4;
	color: #000;
	text-align: center;
	font-size: clamp(18px, 2.5vw, 32px);
	margin-top: 2em;
	padding: 2em 0;
}
.plan-4ldk-wrap div.plan-list ul li {
	margin-top: 2% !important;
}

.plan-4ldk-wrap div.plan-list .slick-planSlider {
	margin: 2em;
}
.plan-4ldk-wrap div.plan-list .slick-list {
	margin: 0 -10px;
}
.plan-4ldk-wrap div.plan-list .slick-slide {
	margin: 2% 10px;
}
.plan-4ldk-wrap div.plan-list .slick-dots {
	opacity: 0.5;
	bottom: -20px;
}
.plan-4ldk-wrap div.plan-list ul li a:hover {
	opacity: 0.8;
	display: block;
	transform: translateY(-1%);
	transition: ease 0.3s;
}
.plan-4ldk-wrap div.plan-list a.btn_plan {
	display: block;
	border: #000 solid 1px;
	background-color: #fff;
	width: 92%;
	max-width: 700px;
	margin: 2% auto;
}
.plan-4ldk-wrap div.plan-list a.btn_plan p {
	text-align: center;
	color: #000;
	font-size: clamp(12px, 2.5vw, 14px);
	padding: 1em 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1em;
}
.plan-4ldk-wrap div.plan-list a.btn_plan p::after {
	content: '';
	display: inline-block;
	background-image: url('../img/arrow.svg');
	background-size: contain;
	background-repeat: no-repeat;
	width: 54px;
	height: 5px;
}
.plan-4ldk-wrap div.plan-list a:hover.btn_plan p::after {
	transform: translateX(8px);
	transition: 0.3s;
}

.flex_reserve {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 90%;
	max-width: 1000px;
	margin: 50px auto;
}
.flex_reserve a {
	display: block;
	width: 48%;
	transition: 0.5s;
}
.flex_reserve a:first-child {
	margin-right: 20px;
}
.flex_reserve a:hover {
	opacity: 0.5;
	transition: 0.5s;
}

/*ポイント*/
.point_wrap {
	background: #293855;
	padding: 20px 0;
	margin-top: 0.1px;
}
.point_wrap p {
	max-width: 836px;
}

/*訴求*/
.sokyu_wrap {
	background: #231815;
	padding: 20px 0;
}
.sokyu_wrap p {
	/*max-width: 983px;*/
	max-width: 1000px;
}

.sokyu02_wrap {
	background: #6496c8;
	padding: 20px 0;
}
.sokyu02_wrap p {
	/*max-width: 983px;*/
	max-width: 960px;
}

/* 長期休業お知らせ追加 */
.holiday_Box {
	width: 90%;
	max-width: 650px;
	text-align: center;
	margin: 50px auto;
	padding: 40px 10px;
	border: 3px solid #9fa0a0;
	background: #fff;
}
.holiday_Box h3 {
	/* color: #000;
  font-size: 22px;
	text-align: center;
  position: relative; */
	width: 30%;
	display: inline-block;
	padding-bottom: 0.3em;
	/* position: relative; */
}
.holiday_Box p {
	font-size: 16px;
	line-height: 1.6;
	margin-top: 20px;
	color: #000;
}
.holiday_Box p span.date {
	font-size: 1.2em;
	color: #be0f1e;
}
.holiday_Box p small {
	font-size: 0.9em;
}
.holiday_Box .holiday_note {
	text-align: left;
	font-size: 13px;
	display: inline-block;
}

/*バナー*/
.bnr_wrap {
	max-width: 900px;
	/* width: 90%; */
	margin: 60px auto 0;
}
.bnr_wrap a {
	transition: 0.5s;
	display: block;
	margin: 0 0 60px;
}
.bnr_wrap a.w_90 {
	width: 90%;
	margin: 0 auto 70px;
}
.bnr_wrap a:hover {
	opacity: 0.5;
	transition: 0.3s;
}

/*バナー02*/
.bnr_wrap02 {
	max-width: 1000px;
	/* width: 90%; */
	margin: 60px auto 0;
}
.bnr_wrap02 a {
	transition: 0.5s;
	display: block;
	margin: 0 0 60px;
}
.bnr_wrap02 a:hover {
	opacity: 0.5;
	transition: 0.3s;
}

/*インフォメーション*/
.info_Wrap {
	margin: 100px auto 0;
	display: flex;
	gap: 30px;
	justify-content: start;
	align-items: center;
}
.info_Wrap h3 {
	width: 142px;
	margin-bottom: 20px;
	display: block;
	max-width: 100px;
}
.info_Box {
	font-family: 'Shippori Mincho', serif;
}
.info_Box dl {
	/* display: flex; */
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #000;
	padding: 0.5em 0;
}
.info_Box dl:last-child {
	margin: 0 auto;
}
.info_Box dt {
	margin: 0 50px 0 0;
	line-height: 1.5;
}
.info_Box dd {
	line-height: 1.5;
}
.info_Box a {
	transition: 0.3s;
	color: #005d7f;
	text-decoration: underline;
}
.info_Box a:hover {
	text-decoration: none;
}

/*メニュー*/
.menu_wrap {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2%;
	max-width: 1000px;
	margin: 50px auto 50px;
	padding: 50px 0;
}
.menu_wrap::before {
	content: '';
	position: absolute;
	inset: -10px calc(50% - 50vw) -50px;
	background: #efeee4;
	z-index: -1;
}
.menu_wrap .menu_btn:not(:last-of-type) {
	/* margin-bottom: 5.5%; */
}
.menu_wrap .menu_btn a {
	display: block;
	position: relative;
	aspect-ratio: 2000/630;
	color: #fff;
	overflow: hidden;
}
.menu_wrap .menu_btn a figure {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	transition: 0.3s;
}
.menu_wrap .menu_btn a .btn_contents {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.menu_wrap .menu_btn a .btn_contents h4 {
	width: 60.1%;
	margin: 0 auto 3%;
}
.menu_wrap .menu_btn a .btn_contents p {
	font-size: clamp(12px, 1.25vw, 14px);
	line-height: 1.666666666666667;
}
.menu_wrap .menu_btn a .more {
	position: absolute;
	width: 23%;
	right: 2%;
	bottom: 20px;
	transition: 0.3s;
}
.menu_wrap .menu_btn a .pr_img p {
	filter: drop-shadow(2px 2px 4px #2e2e2e);
}
.menu_wrap .menu_btn a p.premium {
	font-size: min(3.4vw, 16px);
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 13px;
	transform: translate(-50%, -50%);
	filter: drop-shadow(2px 2px 4px #2e2e2e);
}

/*hover*/
.menu_wrap .menu_btn a::after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: rgb(0 0 0 / 30%);
	position: absolute;
	top: 0;
	left: -100%;
	transition: 0.3s;
	z-index: -1;
}
.menu_wrap .menu_btn:nth-of-type(even) a::after {
	left: 100%;
}
.menu_wrap .menu_btn a:hover::after {
	left: 0;
}
.menu_wrap .menu_btn a:hover figure {
	transform: scale(1.05);
}
.menu_wrap .menu_btn a:hover .more {
	right: 1%;
}

/* モーダルのスタイル */
.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* display: flex;
	justify-content: center;
	align-items: center; */
	opacity: 1;
	/*	transition: opacity 1s ease-in-out;*/
	z-index: 1000;
	/* pointer-events: none; */
}
.modal-bg {
	position: absolute;
	height: 100vh;
	width: 100%;
	/* background: url(../img/main_bg.jpg) top center no-repeat;
	background-size: cover; */
	background: #fff;
	z-index: 1000;
}
.modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
	max-width: 350px;
	z-index: 1001;
}

.hide {
	opacity: 0;
	pointer-events: none; /* フェードアウト後にクリックを無効化 */
}

/* モーダル内のコンテンツ */
.modal-content {
	text-align: center;
}

.modal img {
}

/* 動画 */
/* #videoContainer {
	display: none;
	text-align: center;
	position: absolute;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
}

video {
	width: 100%;
} */

/* スライドショーのコンテナ */
.slides {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s ease-in-out;
	z-index: 10;
	display: block; /* `display: none;` ではなく `opacity` で管理 */
}

/* スライドの画像 */
.slides {
	/* display: none; */
}
.slides img {
	/* aspect-ratio: 1920 / 1080 ; */
}

/*=========================================================================================================
tab
=========================================================================================================*/

@media screen and (max-width: 1000px) {
	.menu_wrap .menu_btn a p.premium {
		font-size: min(3.4vw, 14px);
		left: 50%;
		bottom: 13px;
		transform: translate(-50%, -50%);
	}
}

/*=========================================================================================================
sp
=========================================================================================================*/
@media screen and (max-width: 767px) {
	.main_Block {
		padding-top: 65%;
	}
	.video_sp {
		top: 50%;
		transform: translateY(-50%);
	}
	.movieBtn.skip {
		bottom: calc(21.875% + 10px);
	}
	.movieBtn.replay {
		bottom: 10px;
	}

	/* 追従 */
	.welcome {
		width: 76%;
		height: auto;
		bottom: 72px;
		/* bottom: 210px; */
		right: 0;
		left: -50px;
		margin: 0 auto;
		padding: 0;
	}
	.welcome .bnr .close {
		display: block;
		left: inherit;
		right: 0;
		top: -30px;
		width: 30px;
	}

	/*行動提起*/
	.teiki_wrap {
		margin: 30px auto 30px;
	}
	.teiki_wrap p {
		font-size: 14.4px;
		line-height: 1.5;
	}
	.teiki_wrap p.border_Txt span {
		margin: 10px auto;
	}
	.teiki_wrap p.border_Txt span::before,
	.teiki_wrap p.border_Txt span::after {
		content: '';
		width: 30px;
	}
	.teiki_wrap h2 span {
		font-size: 26.4px;
	}

	.teiki_wrap .cv_btn_List {
		max-width: 100%;
		width: 94%;
		flex-direction: column;
	}
	.teiki_wrap .cv_btn_List li {
		width: 100%;
	}
	.teiki_wrap .cv_btn_List li:nth-child(2) {
		margin-bottom: 10px;
	}
	.teiki_wrap .cv_btn_List li a {
		padding: 1em 0;
	}

	.teiki_wrap .cv_btn_List li p {
		margin-top: 3px;
		font-size: 70%;
		line-height: 1.3;
		letter-spacing: 0.06em;
	}
	.teiki_wrap .cv_btn_List li p a {
		/* display: inline-block;
		border:none;
		position: static;
		padding: 0;
		font-size: 100%; */
		vertical-align: bottom;

		/* text-decoration:underline;
		-webkit-tap-highlight-color: rgba(255, 255, 255, 1); */
	}

	.flex_reserve {
		margin: 30px auto;
	}
	.flex_reserve a {
		width: 100%;
	}
	.flex_reserve a:first-child {
		margin-right: 0px;
		margin-bottom: 20px;
	}

	/*ポイント*/
	.point_wrap p {
		width: 80%;
	}

	/*訴求*/
	.sokyu_wrap {
	}
	.sokyu_wrap p {
	}

	/* 長期休業お知らせ追加 */
	.holiday_Box {
		margin: 30px auto;
		padding: 20px 10px;
		border: 3px solid #9fa0a0;
		background: #fff;
	}
	.holiday_Box h3 {
		/* color: #000;
	  font-size: 22px;
		text-align: center;
	  position: relative; */
		width: 60%;
		display: inline-block;
		padding-bottom: 0.3em;
		/* position: relative; */
	}
	.holiday_Box p {
		font-size: 13px;
		line-height: 1.6;
		margin-top: 10px;
		color: #000;
	}
	.holiday_Box .holiday_note {
		font-size: 10px;
	}

	/*インフォメーション*/
	.info_Wrap {
		margin: 50px auto 0;
	}
	.info_Wrap h3 {
		margin-bottom: 10px;
	}
	.info_Box dl {
		font-size: 13px;
	}
	.info_Box dt {
		margin: 0 10px 0 0;
	}

	/*バナー*/
	.bnr_wrap {
		width: 100%;
		margin: 30px auto 0;
	}
	.bnr_wrap a {
		margin: 0 0 30px;
	}
	.bnr_wrap a.w_90 {
		width: 100%;
		margin: 0 auto 30px;
	}

	/*バナー02*/
	.bnr_wrap02 {
		width: 90%;
		margin: 30px auto 0;
	}
	.bnr_wrap02 a {
		margin: 0 0 30px;
	}

	/*メニュー*/
	.menu_wrap {
		width: 100%;
		margin: 50px auto 0;
		display: block;
	}
	.menu_wrap .menu_btn:not(:last-of-type) {
		margin-bottom: 10px;
	}
	.menu_wrap .menu_btn a {
		aspect-ratio: 2000/819;
	}
	.menu_wrap .menu_btn a figure {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.menu_wrap .menu_btn a figure img {
		width: auto;
		height: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.menu_wrap .menu_btn a .btn_contents h4 {
		width: 80%;
		margin: 0 auto 3%;
	}
	.menu_wrap .menu_btn a .btn_contents p {
		font-size: 13px;
		line-height: 1.5;
	}
	.menu_wrap .menu_btn a .more {
		width: 30%;
		right: 10px;
		bottom: 10px;
	}
	.menu_wrap .menu_btn a .pr_img {
		top: 35%;
	}
	.menu_wrap .menu_btn a p.premium {
		font-size: min(3.2vw, 13px);
		left: 50%;
		bottom: 8px;
		transform: translate(-50%, -50%);
		line-height: 1.3;
	}

	/*hover*/
	.menu_wrap .menu_btn a::after,
	.menu_wrap .menu_btn:nth-of-type(even) a::after {
		left: 0;
	}
	.menu_wrap .menu_btn a:hover::after {
		left: 0;
	}
	.menu_wrap .menu_btn a:hover figure {
		transform: translate(-50%, -50%);
	}
	.menu_wrap .menu_btn a:hover .more {
		right: 10px;
	}

	.no-scroll {
		overflow: hidden;
		height: 100vh; /* モーダル中の高さ固定 */
		touch-action: none; /* スマホでのスクロール防止 */
	}
	.modal-content {
		text-align: center;
		top: 45%;
	}
	.slides {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		transition: opacity 1s ease-in-out;
		z-index: 6;
		display: block;
	}

	.slides img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
