@charset "utf-8";
/*--------------------------------
 *20251114
 */
/* com-table */
.com-table {
	width: 100%;
	border-collapse: collapse;
}
.com-table th,
.com-table td {
	padding: 11px 14px 12px;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
	background: #FFF;
	border: 1px solid #ddd0ca;
}
.com-table th {
	width: 60%;
	text-align: left;
	background: #e8e4d9;
	font-weight: 500;
}
.com-table td {
	text-align: right;
}
.com-table th .sml {
	display: block;
	font-size: 10px;
}
.com-table th .red {
	color: #d14e4e;
}
.note-list li {
	margin-bottom: 6px;
	font-size: 12px;
	line-height: 1.6;
	color: #2e2e2e;
}
#rooms .detail-box {
	padding: 0 6.666%;
}
#rooms .detail-box h3 {
	margin-bottom: 10px;
    padding-left: 14px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.6;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #2e2e2e;
	background: url("../img/common/icon01.png") no-repeat left center / 8px;
}
#rooms .detail-box .tab-box .inner {
	margin-bottom: 27px;
}
#rooms .detail-box .link-dl {
	margin-bottom: 23px;
}
#rooms .detail-box .link-dl dt {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#rooms .detail-box .link-dl dd {
	padding-left: 18px;
	flex: 1;
	font-size: 12px;
	background: url("../img/common/icon_arrow.png") no-repeat left 2px center / 10px;
}
#rooms .detail-box .link-dl dd a {
	margin-right: 20px;
	text-decoration: underline;
}
body.fixed {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.pop-cover {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.pop-box {
	opacity: 0;
	position: fixed;
	left: 0;
	top: 0;
	padding: 20px 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(0, 0, 0, 0.7);
	overflow: auto;
	box-sizing: border-box;
	pointer-events: none;
	transition: all 0.5s;
}
.pop-box.show {
	opacity: 1;
	pointer-events: auto;
}
.pop-box .sub-pop {
	height: 100%;
    align-items: flex-start;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
}
.pop-box .sub-pop .content {
	margin: 0 20px;
}
.pop-box .txt-box {
	margin: 0 0 30px;
	background: #FFF;
	position: relative;
	z-index: 2;
}
.pop-box .txt-box h4 {
	padding: 12px 30px;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: #e8e4d9;
}
.pop-box .txt-box .sub-txt {
	padding: 15px 20px;
}
.pop-box .txt-box .sub-txt p {
	margin-bottom: 20px;
}
.pop-box .txt-box .sub-txt .note-list li {
	margin-bottom: 0;
	line-height: 1.86;
}
.pop-box .close {
	margin-top: 30px;
	text-align: center;
	position: relative;
	z-index: 2;
}
.pop-box .close a {
	padding-top: 23px;
	display: inline-block;
	color: #FFF;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
	transition: .3s;
	background: url(../img/common/close.png) no-repeat center top / 33px;
}
#rooms .detail-box .list-box {
	margin-top: 30px;
}
#rooms .detail-box .list-box .btn a {
	margin: 0 auto;
	width: auto;
	padding: 10px;
	position: relative;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	background: #a69c7d;
}
#rooms .detail-box .list-box .btn a:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 15px;
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(45deg);
	content: "";
}
#rooms .detail-box .list-box .btn a.on:after {
	margin-top: -1px;
	transform: rotate(-135deg);
}
#rooms .detail-box .list-box .hide-box {
	display: none;
	padding: 20px 10px 15px;
	background: #e8e4d9;
}
#rooms .detail-box .list-box .sub-box {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 0;
}
#rooms .detail-box .list-box .item-list {
	width: 53%;
	box-sizing: border-box;
}
#rooms .detail-box .list-box .item-list:last-child {
	flex: 1;
}
#rooms .detail-box .list-box .item-list li {
	display: flex;
	font-weight: 700;
}
#rooms .detail-box .list-box .item-list li:before {
	content: "・";
	flex-shrink: 0;
	position: relative;
	top: 0px;
}
#rooms .detail-box .list-box .close a {
	background: #a69c7d;
	width: auto;
}
#rooms .detail-box .list-box .close a:after {
	margin-top: -1px;
	transform: rotate(-135deg);
}