@charset "utf-8";

/* ===================================================
	Room CSS
====================================================== */

/* ---------------------------------------------------
	.r--list
------------------------------------------------------ */
#sec_list section {
	padding: 100px 0 10px;
	border-bottom: 1px solid #dcd6c5;
}
#sec_list section:last-child {
	border-bottom: none;
}
.r--list .room_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.room_list > div {
	padding-bottom: 40px;
}
.room_list > div a {
	display: block;
}
.room_list .name {
	margin-top: 15px;
	font-size: 13px;
	color: #c6baa1;
}
.room_list .name span {
	font-size: 18px;
	color: var(--color-txt01);
}
.room_list .more {
	display: inline-block;
	padding: 3px 18px;
	margin-top: 12px;
	font-size: 12px;
	color: #c6baa1;
	border: 1px solid #cdc4ac;
	transition: background-color 0.5s;
}

@media screen and (hover: hover) {
	.room_list > div a:hover .more {
		background-color: rgba(205 196 172/0.15);
	}
}
@media screen and (min-width: 601px) {
	#sec_list {
		padding: 40px 0 0;
	}
	.r--list .room_list {
		width: 945px;
		margin-left: 0;
	}
	.room_list > div {
		width: 47.1%;
		padding-bottom: 50px;
	}
}
@media screen and (max-width: 600px) {
	.cmn_lead_img img {
		object-position: right bottom;
	}
	#sec_list section {
		padding: 40px 0 0;
	}
	#sec_list section:first-child {
		padding-top: 50px;
	}
	.room_list .name span {
		font-size: 16px;
	}
}

/* ---------------------------------------------------
	.r--detail
------------------------------------------------------ */
.r--detail #breadcrumb {
	background-color: #fff;
}
#room_detail {
	padding: 100px 0 130px;
}
#room_detail .cmn_sec .txt {
	width: 1200px;
	max-width: 92%;
}
#room_detail h3.font_en {
	font-size: 26px;
}
#room_detail .table_col,
#room_detail .calendar_col {
	padding-top: 90px;
	font-size: 14px;
}
#room_detail .table_col h3 {
	margin-bottom: 25px;
}
#room_detail .calendar_col h3 {
	margin-bottom: 5px;
}
#room_detail .calendar_col *:not(h3) {
	letter-spacing: 0.14em;
}
.calendar_489ban {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 45px;
}
.calendar_489ban table {
	width: 29.1%;
	min-width: 0;
}
.calendar_489ban caption {
	font-size: 17px;
}
.calendar_489ban table th,
.calendar_489ban table td {
	border-collapse: collapse;
	border: 1px solid var(--color-border01);
}
.calendar_489ban table th:first-child,
.calendar_489ban table td:first-child {
	color: #d62628;
}
.calendar_489ban table th:last-child,
.calendar_489ban table td:last-child {
	color: #6f74b4;
}
.calendar_489ban table th {
	padding: 5px 0;
	background-color: #edede5;
}
.calendar_489ban table td {
	text-align: center;
	background-color: #fff;
}
.calendar_489ban table td a {
	color: #3e93b7;
}
.calendar_489ban + p {
	margin: 10px 0 0;
	text-align: right;
}
#room_detail .reserve-link {
	display: block;
	width: 416px;
	max-width: 100%;
	padding: 15px;
	margin: 75px auto 0;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: linear-gradient(to right, var(--color-gradation));
}

@media screen and (max-width: 600px) {
	#room_detail {
		padding: 50px 0 80px;
	}
	#room_detail h3.font_en {
		font-size: 22px;
	}
	#room_detail .table_col,
	#room_detail .calendar_col {
		padding-top: 50px;
	}
	#room_detail .table_col h3 {
		margin-bottom: 15px;
	}
	.calendar_489ban {
		flex-direction: column;
		align-items: center;
	}
	.calendar_489ban table {
		width: 100%;
		margin-bottom: 35px;
	}
	.calendar_489ban table:last-child {
		margin-bottom: 0;
	}
	.calendar_489ban caption {
		font-size: 15px;
	}
	#room_detail .reserve-link {
		margin-top: 50px;
	}
}

/* ---------------------------------------------------
	#room_type
------------------------------------------------------ */
#room_type {
	padding: 110px 0 70px;
	border-image-source: linear-gradient(#fff, #fff); /* 色 */
	border-image-slice: 0 fill; /* 変更しない */
	border-image-outset: 0 100vw; /* どれだけはみ出すか上下左右 */
}
#room_type .title {
	margin-bottom: 45px;
	text-align: center;
}
#room_type .title .font_en {
	font-size: 26px;
}
#room_type .cmn_dl_table {
	letter-spacing: 0.14em;
}
#room_type .cmn_dl_table > div {
	align-items: center;
}
#room_type .cmn_dl_table > div > dt {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 235px;
	height: 100%;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
	opacity: 0.7;
}
#room_type .cmn_dl_table > div > dt span {
	font-size: 11px;
}
#room_type .cmn_dl_table > div > dd {
	padding: 36px 0;
	font-size: 15px;
}
#room_type .cmn_dl_table ul {
	display: flex;
	flex-wrap: wrap;
}
#room_type .cmn_dl_table li a {
	padding: 0 16px;
}
#room_type .cmn_dl_table li:not(:last-child) a {
	border-right: 1px solid;
}
#room_type .cmn_dl_table + p {
	margin-top: 25px;
	text-align: right;
}

@media screen and (max-width: 600px) {
	#room_type {
		padding: 50px 0 60px;
	}
	#room_type .title {
		margin-bottom: 30px;
		line-height: 1.5;
	}
	#room_type .title .font_en {
		font-size: 20px;
	}
	#room_type .cmn_dl_table > div > dt {
		flex-direction: row;
		justify-content: flex-start;
		padding: 10px 15px;
		font-size: 15px;
		background-color: var(--color-bg01);
	}
	#room_type .cmn_dl_table > div > dt span {
		margin-left: 12px;
	}
	#room_type .cmn_dl_table > div > dd {
		padding: 18px 15px;
	}
	#room_type .cmn_dl_table ul {
		display: block;
	}
	#room_type .cmn_dl_table li {
		padding: 0 0 0 1em;
		text-indent: -1em;
	}
	#room_type .cmn_dl_table li::before {
		content: "・";
	}
	#room_type .cmn_dl_table li a {
		padding: 0;
	}
	#room_type .cmn_dl_table li:not(:last-child) a {
		border-right: none;
	}
}
