@charset "utf-8";

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

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

/* pdWrap
----------------------------------------------------------- */

.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: 330px;
	float: left;
	margin-right: 35px;
	margin-bottom: 20px;
}

.rListBox ul li:nth-child(3) {
	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;
}

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







































