@charset "utf-8";
/* CSS Document */
/* =========================================================
 * room-area
 * =========================================================*/
.room-nav-box h3{
	width: 160px;
	font-size: 21px;
	color: #212048;	
	font-weight: bold;
	text-align: center;
	margin: 0 auto 32px;
	position: relative;
	font-family: 'PT Sans Narrow', sans-serif;
}
.room-nav-box h3:before {
    border-top: 1px solid;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}
.room-nav-box h3 span {
    background-color: white;
    display: inline-block;
    padding: 0 0.5em;
    position: relative
}
.room-slide{
	width: 800px;
	margin: 24px auto;
}
.room-slide img{
	width: 100%;
	height: auto;
}
/* =========================================================
 * room-area
 * =========================================================*/
ul.accordion{
	margin: 0 0 24px;
}
li.accordion-list{
	border-bottom: solid 1px #bfbfbf;
	position: relative;
}
li.accordion-list p.room-name{
	padding: 24px 8px;	
	color: #363581;
	font-family: 'PT Sans Narrow', sans-serif;
	display: block;
}
li.accordion-list p.room-name span{
	font-size: 21px;
	padding: 0 0 0 8px;
} 
li.accordion-list p.room-name span.room-span{
	font-size: 14px;
	padding: 0 0 0 8px;
} 
ul.accordion ul{ 
	display:none;
}
p.room-name span:after {
    background: url(../img/icon/icon-03.png) no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    top: 24px;
    right: 4px;
    width: 14px;
    height: 14px;
    margin: 0 0 0 8px;
}
p.room-name span.open:after {
    background: none;
    background-size: contain;
    position: absolute;
    content: "";
    top: 24px;
    right: 4px;
    width: 14px;
    height: 14px;
    margin: 0 0 0 8px;
}
p.room-name span.open span.room-span:after{
    background: url(../img/icon/icon-08.png) no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    top: 28px;
    right: 4px;
    width: 14px;
    height: 14px;
    margin: 0 0 0 8px;	
}
/* =========================================================
 * single
 * =========================================================*/
.room-single{
	width: 800px;
	margin: auto;
	padding: 16px 0 24px;
}
.room-single p{
	color: #212048;
	line-height: 21px;
	margin: 0 0 24px;
	text-align: center;
}
.room-img{
	text-align: center;
	width: 44%;
	display: inline-block;
	vertical-align: top;
}
.room-detail{
	border:solid 1px #ccc;
	padding: 20px;
	width: 50%;
	display: inline-block;
	box-sizing: border-box;
}
.room-detail dl{
	margin: 0 0 16px;
	line-height:21px;
}
.room-detail dt{
	font-family: 'PT Sans Narrow', sans-serif;
	color: #d9bb45;
	font-size: 16px;
}
.room-detail dd{
	color: #212048;
}
.room-detail dl:last-child{
	margin: 0;
}
/* =========================================================
 * room-detail
 * =========================================================*/
/*
.room-detail-bg{
	background: url('../../common/img/room/room-detail.png') no-repeat center center;
	background-size:contain;
	height: 250px;
	margin: 0 0 24px;
}*/
.room-detail-bg{
	background: url('../img/room/room-detail2.png') no-repeat center center;
	background-size:cover;
	height: 250px;
	margin: 0 0 24px;
	position: relative;
}
.room-detail-bg:after {
    position: absolute;
    content: "";
    bottom: -15px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #8988b5 transparent transparent transparent;
}
.room-detail-in{
    width: 90%;
    max-width: 320px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.room-detail-in img{
	width: 100%;
}
.room-detail-list h3{
	width: 220px;
    font-size: 16px;
    color: #212048;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 16px;
    position: relative;
}
.room-detail-list li{
	width: 30.9%;
	box-sizing: border-box;
	margin: 0 0 24px;
	display: inline-block;
	vertical-align: top;
}
.room-detail-list h3:before {
    border-top: 1px solid;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}
.room-detail-list h3 span {
    background-color: white;
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
}

.room-detail-list li img{
	width: 48%;
	display: inline-block;
	vertical-align: top;
    padding: 0 8px 0 0;
}
li.room-detail-li{
	margin: 0 32px 24px;
}
.room-detail-list li p{
	width: 48%;
	display: inline-block;
	line-height: 16px;
	color: #212048;
}
/* =========================================================
 * amenity-box
 * =========================================================*/
.amenity-box{
	margin: 40px 0;
}
.amenity-goods-l{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}
.amenity-goods-r{
	width: 48%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}
.amenity-goods-l img{
	width: 42%;
	display: inline-block;
	vertical-align: top;
	padding: 0 24px 0 0;
}
.amenity-goods-l ul{
	width: 48%;
	display: inline-block;
}
.amenity-goods-l li{
	padding: 0 0 8px;
	color: #212048;
	font-weight: bold;
}
.amenity-goods-r p{
	line-height: 21px;
	color: #212048;
}
/* =========================================================
 * other-area
 * =========================================================*/
.other-area p{
	margin: 40px 0;
	line-height: 21px;
	text-align: center;
	padding: 0 8px;	
	color: #212048;
}
/* =========================================================
 * btn
 * =========================================================*/
.room-btn {
	width: 100%;
	text-align: center;
	margin: 40px 0;
}
.common-btn5,.common-btn7{
    width: 220px;
    height: 60px;
    border-radius: 6px;
    background: #363581;
    border: solid 1px #363581;
    position: relative;
    margin: 0 8px 24px;
	display: inline-block;
}
.common-btn5 a,.common-btn6 a,.common-btn7 a{
    line-height: 60px;
    padding: 0 0 0 12px;
    font-size: 14px;
    display: block;
    color: #fff;
	text-align: left;
}
.common-btn5 a:after,.common-btn6 a:after,.common-btn7 a:after {
    background: url(../img/icon/icon-06.png) no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    top: 24px;
    right: 12px;
    width: 16px;
    height: 16px;
    margin: 0 0 0 8px;
}
.common-btn5:hover,.common-btn6:hover,.common-btn7:hover,.tel-btn:hover{
	opacity: 0.75;
}
.common-btn6{
    width: 270px;
    height: 60px;
    border-radius: 6px;
    background: #363581;
    border: solid 1px #363581;
    position: relative;
    margin: 0 8px;
	display: inline-block;
}
.tel-btn{
    text-align: center;    
}
.tel-btn p{
	line-height: 21px;
	text-align: center;
	padding: 0 8px;	
	color: #212048;
	margin: 24px 0;
}
.tel-btn a{
    width: 228px;
    margin: auto;
    display: block;
    background: #363581;
    border-radius: 6px;
    color: #fae4ba;
    font-size: 24px;
    line-height: 24px;
    padding: 24px 0 24px 32px;
    position: relative;
}
.tel-btn a:before{
    background: url(../img/icon/tel-icon.png) no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    top: 25px;
    left: 30px;
    width: 30px;
    height: 21px;
}

@media (max-width: 767px) {
/* =========================================================
 * room-area
 * =========================================================*/
	.room-slide{
		width: 97%;
	}
	.room-nav-box h3{
		margin: 0 auto 16px;
	}
/* =========================================================
 * single
 * =========================================================*/
	.room-single{
		width: 100%;
	}
	.room-single p{
		text-align: left;
	}
	.room-img{
		width: 100%;
		display: inherit;
		margin: 0 0 24px;
	}
	.room-detail{
		width: 100%;
		display: inherit;
	}
/* =========================================================
 * room-detail
 * =========================================================*/
	.room-detail-bg{
		height: 172px;
	}
	.room-detail-list li{
		width: 100%;
		padding: 0 8px;
		display: inherit;
	}
	.room-detail-list li img{
		width: 47%;
		display: inline-block;
		vertical-align: top;
	    padding: 0 8px 0 0;
	}
	.room-detail-list li p{
		width: 48%;
		display: inline-block;
	}
	li.room-detail-li{
		margin: 0 0 24px;
	}
	.room-detail-bg:after {
	    border-style: inherit;
	}
	.room-detail-in{
	    max-width: 200px;
	}
/* =========================================================
 * amenity-box
 * =========================================================*/
	.amenity-goods-l{
		width: 100%;
		display: inherit;
		margin: 0 0 24px;
		padding: 0 8px;
	}
	.amenity-goods-r{
		width: 100%;
		display: inherit;
		padding: 0 8px;
	}
	.amenity-goods-l img {
		    width: 33%;
	    padding: 24px 8px 0 0;
	}
	.amenity-goods-l ul {
	    width: 62%;
	}
/* =========================================================
 * other-area
 * =========================================================*/
	.other-area p{
		text-align: left;
	}

 }