@charset "utf-8";



#room .list01{
	max-width:800px;
	margin:0 auto 60px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	font-size:14px;
	border-top:1px solid rgba(60,50,40,0.3);
	text-align: left;
}
#room .list01 dt{
	width:7em;
	padding:1em;
	border-bottom:1px solid rgba(60,50,40,0.3);
}
#room .list01 dd{
	width:calc(100% - 7em);
	padding:1em;
	border-bottom:1px solid rgba(60,50,40,0.3);
}

.roomUnit01{
	width:90%;
	max-width:1000px;
	padding-bottom:min(12vw,120px);
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.roomUnit01 .imgwrap{
	margin-bottom:60px;
	position: relative;
	width:100%;
}
.roomUnit01 .imgwrap .swiper-slide {
	width:100%;
}
.roomUnit01 .imgwrap .swiper-slide img {
  height: auto;
  width: 100%;
}
/* ページネーションの余白 */
.roomUnit01 .imgwrap .swiper-pagination{
	left:0%;
	bottom:-40px;
}
.roomUnit01 .imgwrap .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.roomUnit01 .imgwrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* ページネーションのサイズと色 */
.roomUnit01 .imgwrap .swiper-pagination-bullet {
  background-color: #3c3228;
  height: 10px;
  width: 10px;
}
.roomUnit01 .cBtnRsv{
	width:90%;
	max-width:300px;
	margin:0 auto;
	padding:2em;
	font-size: 1.6rem;
	border-radius: 2em;
}

@media (min-width:768px) {
}



.faciWrap{}
.faciWrap .faciUnit01{
	width:100%;
	text-align: left;
}
.faciWrap .faciUnit01 figure{
	margin-bottom:20px;
}
.faciWrap .faciUnit01 .ttl01,
.roomUnit01 .ttl01{
	font-size: 18px;
	width:100%;
	font-weight: normal;
	margin-bottom:15px;
	display:flex;
	justify-content: flex-start;
	align-items: center;
	height:2em;
}
.faciWrap .faciUnit01 .ttl01 img,
.roomUnit01 .ttl01 img{
	max-width:2em;
	max-height:2em;
	margin-right:0.5em;
}
@media (min-width:768px) {
	.faciWrap{
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-wrap: wrap;
	}
	.faciWrap .faciUnit01{
		width:48%;
	}
}

