@charset "utf-8";

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

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

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

.leadWrap > .wrapper {
	position: static;
	padding-bottom: 0px;
}

.leadWrap #subImg {
	width: 100%;
	height: auto;
	position: static;
	box-sizing: border-box;
	padding-top: 130px;
	background: url(../../img/rooms/img_breathair.png) no-repeat 50% 0;
	background-size: 280px auto;
	margin-top: 15px;
}

.leadWrap .lead {
	width: 100%;
	margin-bottom: 0;
}

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

.rListBox ul li {
	width: 100%;
	height: auto;
	float: none;
	margin: 0 0 30px 0;
}

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

.rListBox ul li img {
	margin-bottom: 10px;
	width: 100%;
	height: auto;
}

.rListBox ul li iframe {
	margin-bottom: 10px;
	width: 100%;
	height: 300px;
}

.rListBox ul li h3 {
	font-size: 15px;
}

.rListBox ul li .rTxt {
	padding-bottom: 15px;
	margin-bottom: 10px;
}

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

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

.roomFcBox {
	height: auto;
	padding: 30px 0;
/*
	background: url(../../img/rooms/sp_pic_bg_roomList.jpg) no-repeat 50% 0;
	background-size: cover;
*/
}

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

.roomFcBox .box {
	width: 100%;
	height: auto;
	padding: 15px;
	position: static;
}

.roomFcBox .box .txtPos {
	position: static;
	font-size: 12px;
	margin-top: 20px;
}

.roomFcBox .box .txtPos02 {
	position: static;
	font-size: 12px;
	margin-top: 20px;
}

.roomFcBox .box h3 {
	font-size: 15px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.roomFcBox .box h3 span {
	font-size: 12px;
}

.roomFcBox .box.left {
	float: none;
	margin-bottom: 30px;
}

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

#telBox p a {
	color: #00ade8;
}























































































