body {
	background-color: #000;
}

.rooms .main-visual {
	margin-top: 148px;
	width: 100%;
}

@media screen and (max-width: 736px) {
	.rooms .main-visual {
		margin-top: 60px;
	}
}

.rooms .main-visual img {
	height: auto;
	width: 100%;
}

.rooms-concept {
	padding: 130px 0 240px;
}

@media screen and (max-width: 736px) {
	.rooms-concept {
		padding: 60px 0 90px;
	}
}

.rooms-detail .wrap .list {
	margin-bottom: 220px;
}

@media screen and (max-width: 736px) {
	.rooms-detail .wrap .list {
		margin-bottom: 70px;
	}
}

.rooms-detail .wrap .list:last-child {
	margin-bottom: 0;
}

.rooms-detail .wrap .list .title {
	color: #fff;
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 36px;
	letter-spacing: 0.48em;
	margin-bottom: 25px;
	text-indent: 0.48em;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.rooms-detail .wrap .list .title {
		font-size: 19px;
		letter-spacing: 0.2em;
		margin-bottom: 20px;
		text-indent: 0.2em;
	}
}

.rooms-detail .wrap .list .subtitle {
	color: #fff;
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 0.3em;
	margin-bottom: 50px;
	text-indent: 0.3em;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.rooms-detail .wrap .list .subtitle {
		font-size: 13px;
		line-height: 1.8;
		margin-bottom: 30px;
	}
}

.rooms-detail .wrap .list .swiper {
	overflow: hidden;
	margin: 0 auto;
	max-width: 1100px;
	padding-bottom: 60px;
	position: relative;
	width: 80.5%;
}

@media screen and (max-width: 736px) {
	.rooms-detail .wrap .list .swiper {
		padding-bottom: 0;
		width: 100%;
	}
}

.rooms-detail .wrap .list .swiper .swiper-wrapper {
	width: 100%
}

.rooms-detail .wrap .list .swiper .swiper-wrapper .swiper-slide {
	line-height: 1;
	width: 100%
}

.rooms-detail .wrap .list .swiper .swiper-wrapper .swiper-slide img {
	height: auto;
	width: 100%
}

.rooms-detail .wrap .list .swiper .swiper-wrapper .swiper-slide .head {
	color: #fff;
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 0.3em;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -38px;
	margin: 0 auto;
	text-indent: 0.3em;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.rooms-detail .wrap .list .swiper .swiper-wrapper .swiper-slide .head {
		font-size: 13px;
		padding: 15px 0;
		position: static;
	}
}

.rooms-detail .wrap .list .thumbnail-wrap {
	background-color: #282828;
	padding: 35px 0;
}

@media screen and (max-width: 736px) {
	.rooms-detail .wrap .list .thumbnail-wrap {
		padding: 20px 0;
	}
}

.rooms-detail .wrap .list .thumbnail-wrap .slider-thumbnail {
	margin: 0 auto;
	max-width: 1100px;
	padding: 0 130px;
	position: relative;
	width: 80.5%;
}

@media screen and (max-width: 736px) {
	.rooms-detail .wrap .list .thumbnail-wrap .slider-thumbnail {
		padding: 0 30px;
		width: 100%;
	}
}

.rooms-detail .wrap .list .thumbnail-wrap .slider-thumbnail .swiper-wrapper {
	justify-content: center;
}

.rooms-detail .wrap .list .thumbnail-wrap .slider-thumbnail .swiper-slide {
	cursor: pointer;
	margin-right: 40px;
	position: relative;
	height: 180px;
	width: 180px !important;
}

@media screen and (max-width: 1270px) {
	.rooms-detail .wrap .list .thumbnail-wrap .slider-thumbnail .swiper-slide {
		margin-right: 30px;
		height: 130px;
		width: 130px !important;
	}
}

@media screen and (max-width: 736px) {
	.rooms-detail .wrap .list .thumbnail-wrap .slider-thumbnail .swiper-slide {
		margin-right: 10px;
		height: 57px;
		width: 57px !important;
	}
}

.rooms-detail .wrap .list .thumbnail-wrap .slider-thumbnail .swiper-slide::after {
	background-color: rgba(0,0,0,0.6);
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	transition: opacity 0.3s ease;
	width: 100%;
}

.rooms-detail .wrap .list .thumbnail-wrap .slider-thumbnail .swiper-slide.swiper-slide-thumb-active::after {
	opacity: 0;
}

.rooms-detail .wrap .list .thumbnail-wrap .slider-thumbnail .swiper-slide img {
	height: 100%;
	width: 100%;
}

.rooms-detail .wrap .list .thumbnail-wrap .slider-thumbnail .swiper-slide:last-child {
	margin-right: 0;
}

.rooms-detail .wrap .list .thumbnail-wrap .swiper-button-next,
.rooms-detail .wrap .list .thumbnail-wrap .swiper-button-prev {
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
}

.rooms-detail .wrap .list .thumbnail-wrap .swiper-button-next::after,
.rooms-detail .wrap .list .thumbnail-wrap .swiper-button-prev::after {
	content: none
}

.rooms-detail .wrap .list .thumbnail-wrap .swiper-button-next {
	background: url(../images/rooms/icon-arrow-right.svg) no-repeat center center;
	background-size: 6px 18px;
	height: 18px;
	width: 6px;
}

.rooms-detail .wrap .list .thumbnail-wrap .swiper-button-prev {
	background: url(../images/rooms/icon-arrow-left.svg) no-repeat center center;
	background-size: 6px 18px;
	height: 18px;
	width: 6px;
}