@charset "utf-8";

/* ---------------------------------------- 
 - rooms_box
---------------------------------------- */
.rooms_box {
	width: 90%;
	max-width: 1200px;
	margin: 100px auto 120px;
}
.rooms_box .visual {
	margin-bottom: 40px;
}
/* rooms_txt */
.rooms_txt {
	display: flex;
	justify-content: space-between;
}
.rooms_txt .ttl_box {
	width: 45%;
	max-width: 750px;
}
.rooms_txt .ttl_box .ttl {
	margin-bottom: 1.5em;
}
.rooms_txt .ttl_box .ttl .en {
	font-size: 4.0rem;
	font-weight: 200;
	line-height: 1.2;
	color:#657568;
}
.rooms_txt .ttl_box .ttl .jp {
	font-size: 1.8rem;
	display: block;
}
.rooms_txt .ttl_box .link_btn.blank a {
	background: #657568;
    color: #fff;
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.rooms_txt .ttl_box .link_btn.blank a::after {
    background-image: url(/assets/images/common/ico_blank_wht.svg);
}
.rooms_txt .ttl_box .link_btn.blank a .en {
    font-size: 1.6rem;
	line-height: 1.6;
}
.rooms_txt .ttl_box .link_btn.blank a .jp {
    font-size: 1.1rem;
	margin-left: 1.0em;
}
.rooms_txt .spec {
	width: 50%;
	margin-top: 0.5em;
}
.rooms_txt .spec dl {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content:flex-end;
	width:100%;
}
.rooms_txt .spec dl dt {
	font-weight: 400;
	margin-bottom: 0.5em;
}
.rooms_txt .spec dl dd {
	margin-bottom: 0.5em;
}
.rooms_txt .spec ul.notice {
	text-indent: -1.0em;
	margin-left: 1.0em;
	margin-top: 0.8em;
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: right;
}
.rooms_txt .spec ul.notice li {
	margin-bottom: 0.5em;
}
.rooms_txt .spec ul.notice li:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
	/* rooms_txt */
	.rooms_txt .ttl_box {
		width: 50%;
	}
	.rooms_txt .ttl_box .ttl .en {
		font-size: 3.0rem;
	}
}
@media screen and (max-width: 768px) {
	.rooms_box {
		margin: 50px auto 60px;
	}
	.rooms_box .visual {
		margin-bottom: 20px;
	}
	/* rooms_txt */
	.rooms_txt {
		display: block;
		position: relative;
		padding-bottom: 50px;
	}
	.rooms_txt .ttl_box {
		width: 100%;
	}
	.rooms_txt .ttl_box .ttl {
		margin-bottom: 1.0em;
	}
	.rooms_txt .ttl_box .ttl .en {
		font-size: 2.6rem;
		font-weight: 300;
	}
	.rooms_txt .ttl_box .ttl .jp {
		font-size: 1.6rem;
	}
	.rooms_txt .ttl_box .link_btn {
		position: absolute;
		bottom:0;
	}
	.rooms_txt .spec {
		width: 100%;
		margin-top: 0;
	}
	.rooms_txt .spec dl {
		justify-content:flex-start;
		width:100%;
	}
	.rooms_txt .spec ul.notice {
		text-align: left;
		margin-top: 0;
		font-size: 1.3rem;
	}
}

/* ---------------------------------------- 
 - #facility
---------------------------------------- */
#facility {
	width: 90%;
	max-width: 1200px;
	margin: 120px auto;
	box-sizing: border-box;
	padding: 40px 25px;
	border-top: solid 1px #92a395;
	border-bottom: solid 1px #92a395;
	display: flex;
}
#facility > .ttl {
	width: 250px;
	font-size:4.4rem;
	font-weight: 200;
	line-height:1.4;
	color: #657568;
}
#facility .facility_box {
	width: calc(100% - 250px);
}
#facility .facility_box dl {
	display: flex;
	margin-bottom: 1.5em;
}
#facility .facility_box dl:last-child {
	margin-bottom: 0;
}
#facility .facility_box dl dt {
	width:5em;
	font-weight: 400;
}
#facility .facility_box dl dd {
	flex:1;
}
#facility .facility_box dl dd > ul.notice {
	margin-top: 0.5em;
	font-size: 1.4rem;
}
#facility .facility_box dl dd > ul.notice li {
	text-indent: -1.0em;
	margin-left:1.0em;
	margin-bottom: 0.5em;
}
#facility .facility_box dl dd > ul.notice li:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	#facility {
		margin: 60px auto;
		padding: 20px 3%;
		display: block;
	}
	#facility > .ttl {
		width: 100%;
		font-size:2.6rem;
		font-weight: 300;
		text-align: center;
		margin-bottom: 0.5em;
	}
	#facility .facility_box {
		width: 100%;
	}
	#facility .facility_box dl {
		display: block;
		margin-bottom: 1.0em;
	}
	#facility .facility_box dl dt {
		width:100%;
	}
}

/* ---------------------------------------- 
 - .other_box
---------------------------------------- */
.other_box {
	width: 90%;
	max-width: 1200px;
	margin: 120px auto;
	background: #d0d1cc;
	box-sizing: border-box;
	text-align: center;
	padding: 65px 85px;
}
.other_box > .ttl {
	margin-bottom: 2.5em;
}
.other_box > .ttl .en {
	font-size:4.4rem;
	font-weight: 200;
	line-height:1.4;
	color: #657568;
}
.other_box > .ttl .jp {
	display: block;
	font-size:1.8rem;
}
.other_box > .visual {
	width: 100%;
	max-width: 825px;
	margin: 0 auto 60px;
}
.other_box .info {
	width: 100%;
	text-align: left;
	display: flex;
}
.other_box .info > .ttl {
	width: 160px;
	font-weight: 400;
	margin-right: 35px;
	border-right:solid 1px #92a395;
}
.other_box .info .inner {
	flex:1;
}
.other_box .info .txt {
	margin-bottom: 0.5em;
}
.other_box .info dl {
	display: flex;
	margin-bottom: 0.5em;
}
.other_box .info dl dt {
	width:17em;
	font-weight: 400;
}
.other_box .info dl dd {
	flex:1;
}
.other_box .info ul.notice {
	font-size: 1.4rem;
	margin-top: 0.5em;
}
.other_box .info ul.notice li {
	text-indent: -1.0em;
	margin-left:1.0em;
	margin-bottom: 0.5em;
}
.other_box .info ul.notice li:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	.other_box {
		margin: 50px auto;
		padding: 30px 5%;
	}
	.other_box > .ttl {
		margin-bottom: 1.5em;
	}
	.other_box > .ttl .en {
		font-size:2.6rem;
		font-weight: 300;
	}
	.other_box > .ttl .jp {
		font-size:1.6rem;
	}
	.other_box > .visual {
		margin-bottom: 30px;
	}
	.other_box .info {
		width: 100%;
		text-align: left;
		display: block;
	}
	.other_box .info > .ttl {
		width: 100%;
		margin-right: 0;
		border-right:none;
		margin-bottom: 1.0em;
		text-align: center;
		border-top: solid 1px #92a395;
		border-bottom: solid 1px #92a395;
		padding: 5px;
	}
	.other_box .info dl {
		display: block;
		margin-bottom: 1.0em;
	}
}

/* ---------------------------------------- 
 - #reserve_btn
---------------------------------------- */
#reserve_btn {
	width: 90%;
	max-width: 1200px;
	margin: 100px auto;
	text-align: center;
}
#reserve_btn .btn a {
    position: relative;
    width: 100%;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #657568;
	color: #fff;
	text-decoration: none;
	transition: .3s;
}
#reserve_btn .btn a:hover {
	opacity: 0.6;
}
#reserve_btn .btn a::before {
    content: '';
    display: inline-block;
	border: solid 1px #afb7b1;
	position: absolute;
    top: 3px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 6px);
}
#reserve_btn .btn a::after {
    content: '';
    display: inline-block;
    background-image: url(/assets/images/common/ico_blank_wht.svg);
    background-size: contain;
    vertical-align: text-bottom;
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 38px;
    width: 20px;
    height: 20px;
    transform: translate(0, -50%);
}
#reserve_btn .btn a .en {
    font-size: 4.6rem;
	font-weight: 100;
	line-height: 1.6;
}
#reserve_btn .btn a .jp {
    font-size: 1.8rem;
	font-weight: 200;
	margin-left: 1.0em;
}
#reserve_btn ul.check{
	display: flex;
	align-items: center;
	justify-content: center;
	color:#657568;
	font-size: 1.6rem;
	margin-top: 30px;
}
#reserve_btn ul.check li{
	color:#657568;
	position: relative;
	padding: 0 25px;
}
#reserve_btn ul.check li::after {
    content: '';
    display: inline-block;
    background-color: #92a395;
    background-size: contain;
    vertical-align: text-bottom;
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 30px;
    transform: translate(0, -50%);
}
#reserve_btn ul.check li:last-child::after {
    display: none;
}
@media screen and (max-width: 768px) {
	#reserve_btn {
		margin: 50px auto;
	}
	#reserve_btn .btn a {
		height: 70px;
	}
	#reserve_btn .btn a::before {
		top: 2px;
		left: 3px;
		width: calc(100% - 6px);
		height: calc(100% - 4px);
	}
	#reserve_btn .btn a::after {
		right: 15px;
		width: 15px;
		height: 15px;
	}
	#reserve_btn .btn a .en {
		font-size: 2.4rem;
		font-weight: 200;
	}
	#reserve_btn .btn a .jp {
		font-size: 1.4rem;
	}
	#reserve_btn ul.check{
		display: block;
		font-size: 1.5rem;
		margin-top: 20px;
	}
	#reserve_btn ul.check li{
		padding: 0;
	}
	#reserve_btn ul.check li::after {
		display: none;
	}
}