@charset "utf-8";

/* ===================================================
	Rooms CSS
====================================================== */

/* ---------------------------------------------------
	cnav
------------------------------------------------------ */
.cmn_cnav li {
	width: 200px;
	max-width: calc((100% - 60px) / 5);
	font-size: 15px;
	line-height: 1.6;
}
.cmn_cnav li .txt span {
	font-size: 12px;
}

@media screen and (max-width: 600px) {
	.cmn_cnav li .txt span {
		font-size: 12px;
	}
}

/* ---------------------------------------------------
	room_col
------------------------------------------------------ */
section.bg {
	position: relative;
	z-index: 0;
	background: var(--bg-secondary);
}
section.bg::before {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	width: 575px;
	height: 321px;
	content: "";
	background: url(../img/bg_point04.webp) no-repeat right bottom;
	transform: scale(1, -1);
}
.room_col {
	padding: 65px 0 120px;
}
.room_col .cmn_tit {
	margin: 0 0 5px;
	font-size: 50px;
}
.room_col .cmn_tit + .note {
	margin: 0 0 20px;
	font-size: 20px;
	text-align: center;
}
.room_col .img01 {
	margin: 0 0 40px;
}
.room_col .box {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.room_col .txt {
	display: flex;
	flex-direction: column;
	width: 520px;
	margin: 0 0 0 30px;
}
.room_col .txt .info {
	display: flex;
	gap: 0 25px;
	align-items: center;
	padding: 0 0 10px;
	margin: 15px 0 10px;
	border-bottom: 1px solid #86856c;
}
.room_col .txt .info li {
	display: flex;
	align-items: center;
}
.room_col .txt .info li img {
	flex-shrink: 0;
	margin: 0 5px 0 0;
}
.room_col .txt .link {
	margin: 0 0 20px;
}
.room_col .txt .link .cmn_link_arrow::after {
	background-image: url(../img/arrow_circle_blk.svg);
	transform: rotate(90deg);
}
.room_col .txt .cmn_btn {
	margin-top: auto;
	margin-left: auto;
}
.room_col .img02 {
	width: 630px;
	min-width: 0;
}
.room_col .img02.slick {
	padding: 0;
}
.room_col .img02.slick .slick-dots {
	right: 10px;
	bottom: 10px;
	left: 10px;
	width: calc(100% - 20px);
	text-align: right;
}

@media screen and (max-width: 600px) {
	section.bg::before {
		width: 60%;
		height: 33.5vw;
		background-size: 100% auto;
	}
	.room_col {
		padding: 60px 0;
	}
	.room_col .cmn_tit {
		font-size: 30px;
	}
	.room_col .cmn_tit + .note {
		font-size: 18px;
	}
	.room_col .img01 {
		max-width: 100vw;
		min-height: 60vw;
		margin: 0 -7vw 25px;
	}
	.room_col .box {
		display: block;
	}
	.room_col .txt {
		display: block;
		width: auto;
		margin: 0 0 30px;
	}
	.room_col .txt .info {
		flex-wrap: wrap;
		gap: 5px 25px;
	}
	.room_col .txt .cmn_btn {
		margin-top: auto;
		margin-left: auto;
	}
	.room_col .img02 {
		width: auto;
	}
}

/* ---------------------------------------------------
	sec06
------------------------------------------------------ */
#sec06 {
	padding: 0 0 90px;
}
#sec06::before {
	display: block;
	width: 1400px;
	max-width: 92%;
	height: 1px;
	margin: 0 auto 50px;
	content: "";
	background: rgba(151, 151, 151, 0.5);
}
#sec06 .cmn_tit {
	margin-bottom: 65px;
}
#sec06 .cmn_dl_table {
	grid-template-columns: 250px 1fr;
	margin-bottom: 40px;
}
#sec06 .img_col {
	display: flex;
	gap: 0 20px;
	align-items: center;
	justify-content: space-between;
}
#sec06 .img_col img {
	flex-grow: 1;
	min-width: 0;
}

@media screen and (max-width: 600px) {
	#sec06::before {
		width: 100%;
		max-width: none;
		margin-bottom: 60px;
	}
	#sec06 .cmn_tit {
		margin-bottom: 25px;
	}
	#sec06 .cmn_dl_table {
		margin-bottom: 25px;
	}
	#sec06 .img_col {
		gap: 0 5px;
	}
}

/* ---------------------------------------------------
	更新履歴
------------------------------------------------------



------------------------------------------------------ */
