/* CPfirstSlider */
.CPfirstSlider .fadeSlider {
	overflow: hidden;
}
#firstPin{
	position:absolute;z-index:30;top:0;
	height:100%;width:100%;
	max-height:100%;
}
#firstPin .prevBtn {
	position: absolute;
	top: 0; bottom: 0; left: 3%;
	margin: auto;
	display: inline-block;
	width: 72px;
	height: 172px;
	background: url(./../images/prevBtn.png) 0 0 no-repeat;
	z-index: 10;
	transform: scale(0.9);
	transition: transform 0.5s;
}
#firstPin .prevBtn:hover {
	transform: scale(1);
}
#firstPin .nextBtn {
	position: absolute;
	top: 0; bottom: 0; right: 3%;
	margin: auto;
	display: inline-block;
	width: 72px;
	height: 172px;
	background: url(./../images/nextBtn.png) 0 0 no-repeat;
	z-index: 10;
	transform: scale(0.9);
	transition: transform 0.5s;
}
#firstPin .nextBtn:hover {
	transform: scale(1);
}
#firstPin .slogan {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	width: 657px;
	height: 79px;
	color: rgba(255,255,255,0.9);
	text-align: center;
	letter-spacing: -.05em;
}
#firstPin .slogan h5 {
	font-family: 'Lusitana', sans-serif;
	font-size: 100px; font-size: 5.22vw;
	font-style: italic;

}
#firstPin .slogan h6 {
	margin-top: 60px;
	font-size: 30px;
}
#firstPin .slogan h6 span {
	letter-spacing: -.1em;
}

/* info Wrap */
.infoWrap {
	position: relative;
	width: 100%;
	padding-top: 5%;
	overflow: hidden;
}
.infoWrap .decoWrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 902px;
	max-width: 40%;
}
.infoWrap .decoWrap img {
	max-width: 100%;
}
.infoWrap .frameWrap {
	display: inline-block;
	float: right;
	width: 60%;
	min-width: 902px;
	text-align: center;
	overflow: hidden;
}
.infoWrap .reserBtn {
	position: absolute;
	bottom: 53px;
	left: 28%;
	display: inline-block;
	width: 284px;
	height: 86px;
	background: #fff;
	box-shadow: -5px 6px 25px rgba(0,0,0,0.2);
	font-family: 'Lusitana', sans-serif;
	font-size: 30px; font-style: italic;
	letter-spacing: -.05em;
	color: #444;
	line-height: 86px;
	text-align: center;
	transition: all 0.3s;
}
.infoWrap .reserBtn:hover {
	background: #5ab2cc;
	color: #fff;
}
.infoWrap .reserBtn .bullet {
	display: inline-block;
	width: 50px;
	height: 14px;
	margin-left: 5px;
	background: url(./../images/reserBtnBull.png) 0 center no-repeat;
	transition: background-position 0.3s;
}
.infoWrap .reserBtn:hover .bullet {
	background: url(./../images/reserBtnBullOv.png) 10px center no-repeat;
}
/* room detail */
.croom {
	position: relative;
	width: 100%;
	margin: auto;
	padding-top: 220px;
	overflow: hidden;
}
.croom .roomDecoImg {
	position: absolute;
	/* top: -94px; */
	top: 0;
	left: 50px;
	transform: translateY(-200px);
}
.croom .detailTitle {
	position: absolute;
	top: 80px; left: 16%;
	max-width: 80%;
	transform: translateX(-200px);
}
.croom .detailTop {
	position: relative;
	width: 100%;
}
.croom .detailTop .detailImg {
	width: 86%;
	margin: auto;
	padding-top: 45%;
}
.houseInterior {
	position: relative;
	width: 97%;
	margin: 80px auto 0;
	padding-bottom: 250px;
	vertical-align: bottom;
	background: url(./../images/room/roomsDetailBg.png) right top no-repeat;
	overflow: hidden;
}
.houseInterior .house {
	margin-left: 3%;
	transform: translateX(-200px);
}
.houseInterior .house .houseImg {
	max-width: 40%;
}
.houseInterior .house .houseTitle {
	position: absolute;
	top: 10%;
	left: 37%;
	max-width: 24%;
}
.houseInterior .interior {
	transform: translateX(200px);
}
.houseInterior .interior .interiorImg {
	position: absolute;
	right: 0; bottom: 0;
	max-width: 40%;
}
.houseInterior .interior .interiorTitle {
	position: absolute;
	bottom: -170px; right: 0;
	max-width: 30%;
}
.detailBottom {
	position: relative;
	width: 100%;
	margin-top: 7%;
	background: url(./../images/room/roomsDetailBg2.png) right 45% no-repeat;
}
 .detailBottom .spa {
	position: relative;
	width: 94%;
	transform: translateY(200px);
}
 .detailBottom .spa .spaImg {
	vertical-align: top;
	max-width: 63%;
}
 .detailBottom .spa .spaSImg {
	vertical-align: top;
	margin-left: 3%;
	max-width: 33%;
}
 .detailBottom .spa .spaTitle {
	position: absolute;
	right: 15%;
	bottom: 35px;
	max-width: 16%;
}
 .detailBottom .toilet {
	position: relative;
	width: 85%;
	margin: auto;
	padding-top: 8%;
	padding-bottom: 8%;
}
 .detailBottom .toilet .toiletImg {
	max-width: 32%;
	transform: translateX(-200px);
}
 .detailBottom .toilet .toiletTitle {
	position: absolute;
	right: 15%;
	bottom: 22%;
	max-width: 40%;
	transform: translateY(-200px);
}