@charset "utf-8";

/* kv
----------------------------------------------------------- */

#kvWrap {
    background: url(../../img/rooms/pic_main.jpg) no-repeat 50% 0;
    background-size: cover;
}

/* roomsWrap
----------------------------------------------------------- */

.leadWrap > .wrapper {
	position: relative;
	padding-bottom: 30px;
}

.leadWrap #subImg {
	/* width: 518px; */
	width: 400px;
	/* height: 366px; */
	height: auto;
	position: absolute;
	/* top: -50px; */
	top: 0;
	right: 30px;
	box-sizing: border-box;
	padding-top: 100px;
	background: url(../../img/rooms/img_breathair.png) no-repeat 50% 0;
	background-size: 200px auto;
}

.leadWrap .lead {
	/* width: 600px; */
	width: 570px;
	margin-bottom: 0;
}

.rListBox {
	padding-top: 60px;
	padding-bottom: 60px;
}

.rListBox ul li {
	width: 310px;
	height: 520px;
	float: left;
	margin-right: 35px;
	margin-bottom: 20px;
}

.rListBox ul li:nth-child(3) {
	margin-right: 0;
}

.rListBox ul li:nth-child(6) {
	margin-right: 0;
}

.rListBox ul li:last-child {
	margin-bottom: 0;
}

.rListBox ul li img {
	margin-bottom: 10px;
}

.rListBox ul li h3 {
	font-size: 150%;
	font-weight: bold;
	color: #00ade8;
	margin-bottom: 5px;
}

.rListBox ul li h3 span {
	display: block;
	font-size: 12px;
}

.rListBox ul li .rTxt {
	padding-bottom: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #d3d3d3;
}

.rListBox ul li .dtlTxt {
	margin-bottom: 20px;
}

.rListBox ul li .dtlTxt span {
	color: #00ade8;
	font-weight: bold;
}

/* ----------- */

.roomFcBox {
	/*height: 566px;*/
	padding: 60px 0;
	box-sizing: border-box;
	background: #d3d3d3;
/* 	background-size: cover; */
}

.roomFcBox .inner {
	margin-bottom: 40px;
}

.roomFcBox .box {
	width: 480px;
	height: 420px;
	padding: 30px;
	box-sizing: border-box;
	color: #fff;
	background: #3b3b3b;
	position: relative;
	z-index: 0;
}

.roomFcBox .box .txtPos {
	position: absolute;
	bottom: 20px;
	left: 30px;
	font-size: 120%;
}
.roomFcBox .box .txtPos02 {
	position: absolute;
	bottom: 35px;
	left: 30px;
	font-size: 120%;
}

.roomFcBox .box h3 {
	font-size: 150%;
	color: #00ade8;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #00ade8;
}

.roomFcBox .box h3 span {
	font-size: 13px;
	display: block;
}

.roomFcBox .box.left {
	float: left;
}

.roomFcBox .box.right {
	float: right;
}

#telBox {
	/*margin-top: 0;*/
}

#telBox h3 {
	color: #00ade8;
	border: 1px solid #00ade8;
}

#telBox p {
	color: #00ade8;
}

/*----table----*/
.Remarks h3 {
	font-size: 140%;
	text-align: center;
	font-weight: bold;
	background-color: #3b3b3b;
	color: #fff;
	margin-top: 15px;
}
.cleanBox p{
	font-size: 12px;
	margin-top: 13px;
	font-weight: bold;
}
.roomTable {
	border-collapse: collapse;
	text-align: center;
	line-height: 1.3;
	/*border: 1px solid #fff;*/
	font-size: 120%;
}
.roomTable thead,.roomTable thead th ,.roomTable td {
	border-right: 1px solid #fff;
}

.roomTable thead:first-child{
	border-left: 0px;
}
.roomTable thead {
	border-left: 1px solid #fff;
	/*border-bottom:2px solid #00ade8;*/
	background-color: #00ade8;
	color: #fff;

}
.roomTable thead th,.roomTable tbody th{
	padding: 10px;
	font-weight: bold;
}

.roomTable tbody th {
	width: 150px;
	border: 1px solid #fff;
	background-color: #00ade8;
	color: #fff;
	vertical-align: middle;
}
.roomTable td {
	width: 350px;
	padding: 10px;
	border-bottom: 1px solid #fff;
	background:#efefed;
	vertical-align: middle;
}

.roomTable li{
	text-align: left;
	list-style-type: inherit;
	margin-left: 8px;
}

.Extracharge{
	text-align: center;
}







































