/* CSS Document */
#kasou-h1-region {
	margin-bottom: auto;
}

#amenities{
	display:flex;
	flex-wrap: wrap;
}
#amenities h2{
	order:2;
	margin: auto;
}
#amenities h3{
	order:1;
	margin: 5% auto 1%;
}
#amenities #stay1{
	order:3;
}
#amenities #stay2{
	order:4;
}
#amenities #stay3{
	order:5;
}
.stay-section{
	padding:5% 17.5%;
	width:100%;
}
#amenities h2,#amenities h3{
	width:100%;
	text-align: center;
	text-align-last: center;
}
h2,h3,h4{
	font-weight:500;
}
.stay-section h4{
	margin: 3.75% auto;
}
#kitchen-png{width: 18%;}
#bath-png{width: 21%;}
#other-png{width: 16.5%;}
#check-png{width: 48%;}

/*以下スライダー*/
.slider-wrap {
	position: relative;
	margin: auto;
	width: 55%;
	overflow: hidden;
}
.slider{width:100%;}
.slides {
	display: flex;
	transition: transform 0.6s ease;
}

.slides img {
	width: 100%;
	flex-shrink: 0;
	display: block;
	aspect-ratio: 710 / 600;
}

.arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	width: 4vw;  /* 矢印画像サイズ */
	height: 4vw;
	transition: opacity 0.3s ease;
	z-index: 1;
}

.arrow:hover {
	opacity: 0.7;
}

.arrow img {
	width: 100%;
	height: auto;
	display: block;
}

.prev { left: 3.5%; }   /* 画像の外側に出す場合はこの値を調整 */
.next { right: 3.5%; }

.pagination {
	position: absolute;
	bottom: 1vw;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 8px;
}

.pagination button {
	width: 1.25vw;    /* 横長 */
	height: 2.5px;
	border: none;
	background-color: white;
	cursor: pointer;
	transition: background-color 0.3s;
}

.pagination button.active {
	background-color: #b3b3b3;
}
.oheyasetsumei-flex{
	width:80%;
	margin: 2% auto auto;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.oheyasetsumei-flex p{
	width:31.5%;
	text-align: center;
	text-align-last: center;
	background-color:#d9d0c1;
	padding:1% 0;
}
.slider-flex-wrap{
	width:100%;
	display:flex;
	align-items: center;
	position:relative;
}
.flex-txt-region{
	width: 45%;
	height: -webkit-fill-available;
	display: flex;
	flex-wrap: wrap;
	padding: 9% 2% 9% 7%;
	justify-content: space-around;
	align-items: center;
}
ul{list-style: none;}
.flex-txt-region li{
	width: 50%;
	text-align: left;
	text-align-last: left;
	line-height: clamp(8px, 1.225vw, 22px);
	margin: 0;
	height: fit-content;
	font-weight: 500;
}

#stay1 .flex-txt-region{
	background-color: #f2efe9;
}
#stay2 .flex-txt-region{
	background-color: rgba(108,131,140,0.2);
}
#stay3 .flex-txt-region{
	background-color: rgba(59,75,52,0.2);
}
#other-ul1{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
	height: 60%;
	margin-bottom: 1.5vw;
	padding: 0 7%;
}
#other-ul2{
	padding: 0;
	width: 100%;
	border-top: 1px solid #3f403c;
	padding-top: 2vw;
}
#other-ul2 li{
	width:100%;
	line-height: 2;
	letter-spacing: -0.08vw;
	white-space: nowrap;
}
#other-ul2 li span{display:inline;}
#stay3 .flex-txt-region{
	display:block;
	padding: 6% 4% 6% 4%;
}
/**/

#facilities{
	padding:5% 17.5%;
	display:flex;
	flex-wrap: wrap;
}
#facilities h2,#facilities h3{
	text-align:center;
	text-align-last:center;
}
#facilities h2,#facilities h3,#facilities h4,#facilities p{
	width:100%;
}
#facilities h2{order:2;margin-bottom: 7.5%;}
#facilities h3{order:1;}
#facilities h4{order:4;margin: 4% auto;}
#facilities p{order:5;}
#facilities #check-png{order:3;
width:42%;}
#facilities .check-img-flex{
	order:6;
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin: 4% auto 5%;
}
#facilities .check-img-flex img{width:49.5%;}

/*以下スマホ*/
@media(max-width:750px){
	#kasou-h1-region {
		margin-bottom: 10%;
	}
	.stay-section {
		padding: 10%;
	}
	.slider-flex-wrap{display:block;}
	.flex-txt-region{
		width:100%;
		padding:9% 0% 9% 14%;
	}
	.flex-txt-region li{
		line-height: 2.5;
	}
	#kitchen-png{width:35%;}
	#bath-png{width:40%;}
	#other-png {width: 32%;}
	.stay-section h4{margin: 7.5% auto;}
	#other-ul1{margin-bottom: 3vw;padding: 0 0 0 8%;}
	#other-ul2{padding-top: 4vw;}
	#stay3 .flex-txt-region {
		padding: 6% 7% 6% 7%;
	}
	#facilities {
		padding: 10%;
	}
	#facilities #check-png {
		width: 90%;
	}
	#facilities .check-img-flex {
		display: block;
		margin: 10% auto auto;
	}
	#facilities .check-img-flex img {
		width: 100%;
		margin-bottom: 3%;
	}
	#facilities h4 {
		margin: 7.5% auto;
	}
	#facilities h2 {
		margin-bottom: 10%;
	}
	#facilities .fs36 {
		font-size: 4.65vw;
	}
	#other-ul2 li {
		letter-spacing: -0.2vw;
	}
	#other-ul2 .fs18{font-size:2.7vw;}
}
