@charset "UTF-8";
/*----------------------------------------------------
	楽天パーツ
----------------------------------------------------*/
#htlRmSrch {
	top: 730px;
	left: 50%;
	margin-left: -595px;
}
#upfrntPlans {
	top: 1365px !important;
	left: 50%;
	margin-left: -595px;
}
#htlSide-A #latest_cstm_review {
	top: 1370px !important;
	left: 50%;
	margin-left: -595px !important;
}
#htlSide-A .module-history-domsearch {
	top: 1520px !important;
	left: 50%;
	margin-left: -595px !important;
}

/*header
----------------------------------------------------*/
.room {
	background:url("../images/nearby/header_bg.png") repeat-x 0 0, url("../images/rooms_main.jpg") no-repeat center center;
	background-size:30px 180px, cover;
}

/*room
----------------------------------------------------*/

.cmn__page-catch {
		text-align: center;
		font-size: 24px;
		font-weight: 900;
		margin-bottom:30px;
}

.cmn__page-txt {
	text-align: center;
	margin-bottom: 40px;
	padding: 0 20px;
	line-height:1.8;
}

.rooms__link {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.rooms__link-cont {
	width: 33.3%;
	border-right: 1px solid #fff;
	margin-bottom: -15px;
}
.rooms__link-cont a {
	display: block;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.rooms__link-img {
	background: #978862;
	margin-bottom: 10px;
}
.rooms__link-img img {
	width: 100%;
	height: auto;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
a:hover .rooms__link-img img {
	opacity: 0.6;
}
.rooms__link-ttl {
	font-size: 15px;
	font-weight:700;
	color:#000;
	margin-bottom:10px;
}
.rooms__link-arrow {
	width: 35px;
	height: 35px;
	border: 2px solid #978862;
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	margin: 0 auto ;
	position: relative;
	background: #fff;
}
.rooms__link-arrow:before,.rooms__link-arrow:after {
	position: absolute;
	content: "";
	background: #978862;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	top: calc( 50% - 8px);
}
.rooms__link-arrow:before {
	width: 6px;
	height:2px;
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
	right: 11px;
}
.rooms__link-arrow:after {
	width: 6px;
	height: 2px;
	-webkit-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
	left: 11px;
}
.rooms__link-arrow:hover:before,.rooms__link-arrow:hover:after {
	top: calc( 50% - 4px);
}

	.rooms__link-eng {
		padding: 0 0 25px;
		margin: -25px 0 10px;
		position: relative;
	}
	
		.rooms__link-eng img {
		height: 35px;
	}
	.rooms__link-eng:before {
		position: absolute;
		content: "";
		width: 30px;
		height: 2px;
		background: #735b03;
		left: calc( 50% - 15px );
		bottom: 5px;
	}

.rooms-sec {
	padding: 70px 20px;
	position: relative;
}
.rooms-sec:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 320px;
	top: 0;
	left: 0;
	background: #eeeded;
	z-index: -1;
}

.rooms__inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

.rooms-slide {
		width: 550px;
		max-width: inherit;
		margin: 0 0 30px;
		position: relative;
	}

.rooms-slide iframe {
	width:100%;
	height:450px;
}

.rooms-detail {
		width: 340px;
		padding: 20px 0;
	}


.rooms-detail__icon {
	margin-bottom: 20px;
}
.rooms-detail__icon li {
	display: inline-block;
	border: 1px solid #735b03;
	padding: 10px 5px 8px 25px;
	color: #735b03;
	font-size: 13px;
	font-weight: 900;
	margin: 0 5px 10px 0;
}
.rooms-detail__cat01 {
	background:url("../images/room/rooms_icon01.png") no-repeat 5px center;
	background-size: 18px auto; 
}
.rooms-detail__cat02 {
	background: url("../images/room/rooms_icon02.png") no-repeat 5px center;
	background-size: 16px auto; 
}
.rooms-detail__cat03 {
	background: url("../images/room/rooms_icon03.png") no-repeat 5px center;
	background-size: 16px auto; 
}
.rooms-detail__cat04 {
	background: url("../images/room/rooms_icon04.png") no-repeat 5px center;
	background-size: 16px auto; 
}
.rooms-detail__cat05 {
	background: url("../images/room/rooms_icon05.png") no-repeat 5px center;
	background-size: 18px auto; 
}
.rooms-detail__cat06 {
	background: url("../images/room/rooms_icon06.png") no-repeat 5px center;
	background-size: 20px auto; 
}
.rooms-detail__cat07 {
	background: url("../images/room/rooms_icon07.png") no-repeat 5px center;
	background-size: 20px auto; 
}

.rooms-detail__ttl {
	padding: 40px 0 25px;
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: 900;
	position: relative;
	line-height: 1.4;
}
.rooms-detail__ttl:before {
	position: absolute;
	content: "";
	width: 50px;
	height: 5px;
	background: #735b03;
	bottom: 10px;
}

.rooms01__ttl {
	background: url("../images/room/rooms01_eng.png") no-repeat 0 0;
	background-size: auto 55px;
}
.rooms02__ttl {
	background: url("../images/room/rooms02_eng.png") no-repeat 0 7px;
	background-size: 100% auto;
}

.rooms03__ttl {
	background: url("../images/room/rooms03_eng.png") no-repeat 0 0;
	background-size: auto 55px;
}
.rooms-detail__txt {
	font-size: 16px;
	margin-bottom: 30px;
	line-height:1.8;
}
.rooms-detail__info {
	border-top: 1px solid #735b03;
	margin-bottom: 30px;
}
.rooms-detail__info-cont {
	padding: 10px 0;
	border-bottom: 1px solid #735b03;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.rooms-detail__info-ttl {
	width: 110px;
	padding: 5px ;
	color: #735b03;
	font-weight: 900;
}
.rooms-detail__info-desc {
	width: calc( 100% - 110px );
	padding: 5px 10px;	
	border-left: 1px solid #735b03;
	font-size: 15px;
	color: #735b03;
}
.rooms-scale {
	font-size: 18px;
}

.rooms-sec .c-btn__m-g {
	margin:0 auto;
}

/* アメニティ */
#rooms04 {
	padding: 0 0 40px;
}
#rooms04 .cmn__option {
	margin-bottom: 50px;
}




		
		
		
		