




#video {
	text-align: center;
	position: relative;
	padding-top: 13%;
	z-index: 20;
	font-size: 0;
}
#video .vod {
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
#video #vimeo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#video h2 {
	position: absolute;
	top: 12%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 48%;
	opacity: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	z-index: 10;
}
#video h2.active {
	opacity: 1;
	top: 10%;
}
#video h2 img {
	width: 100%;
}
#video .img {
	width: 94.5%;
}
#video .player-ctrl{
	position: absolute;
	z-index: 200;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	text-align: center;	
}
#video .play_btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	background-color: rgba(0,0,0,0);
	border: none;
	outline: none;
	cursor: pointer;
}







#facilities {
	background: url(/img/facilities_bg.jpg) 0 0 no-repeat fixed;
	text-align: center;
	padding-top: 19.5%;
	position: relative;
	z-index: 10;
	background-size: cover;
	font-size: 0;
}
.main_facilities {
	top: -190px;
}
.sub_facilities {
	top: 0;
	margin-bottom: 16%;
}
#facilities h2 {
	width: 34.3%;
	display: inline-block;
	opacity: 0;
	transform: translate(0,20px);
	-webkit-transform: translate(0,20px);
	-moz-transform: translate(0,20px);
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}
#facilities h2.active {
	opacity: 1;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
}
#facilities h2 img {
	width: 100%;
}
#facilities .small_tit {
	font-family: 'MOD';
	font-size: 19px;
	color: rgba(255,255,255,0.7);
	letter-spacing: 24px;
	margin: 50px 0 90px 0;
}
#facilities .item {
	position: relative;
}
#facilities .item a:hover:after {
	opacity: 1;
}
#facilities .item a {
	position: relative;
	display: inline-block;
}
#facilities .item a:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	opacity: 0;
	transition: all 0.4s;
}
#facilities .item .img {
	width: 100%;
}
#facilities .item .content {
	position: absolute;
	bottom: 6%;
	left: 5%;
	text-align: left;
	z-index: 10;
}
#facilities .item .content .text {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 8%;
}
#facilities .item .content .more {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #fff;
	display: inline-block;
}
#facilities .slick-prev,
#facilities .slick-next {
	bottom: -61px;
	left: 50%;
	width: 110px;
	height: 19px;
}
#facilities .slick-prev {
	transform: translateX(-245px);
}
#facilities .slick-next {
	transform: translateX(133px);
}










#room {
	background-color: #f2f0eb;
	position: relative;
	padding-bottom: 6%;
	font-size: 0;
}
.main_room {
	margin-top: 3%;
}
.sub_room {
	margin-top: 220px;
}
#room .room_type {
	padding-top: 8.5%;
	position: relative;
}
#room h2 {
	position: absolute;
	top: -5.5%;
	right: 3%;
	width: 33.3%;
	display: inline-block;
	opacity: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}
#room h2.active {
	opacity: 1;
	top: -7.5%;
}
#room h2 img {
	width: 100%;
}
#room .content {
	width: 18%;
	display: inline-block;
	vertical-align: top;
}
#room .content h3 {
	font-size: 48px;
	color: #b5a37e;
	font-weight: bold;
	line-height: 55px;
}
#room .content h3 span {
	font-size: 40px;
	display: block;
}
#room .content .text {
	font-size: 16px;
	color: #555555;
	line-height: 28px;
	margin-top: 3%;
}
#room .list {
	width: 79%;
	display: inline-block;
}
#room .list li a {
	display: inline-block;
	position: relative;
}
#room .list li a:hover:after {
	opacity: 1;
}
#room .list li a:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	opacity: 0;
	transition: all 0.4s;
}
#room .list .img {
	width: 100%;
}
#room .list .name {
	font-size: 22px;
	color: #222222;
	margin-top: 15px;
	text-align: center;
}
#room .slick-next,
#room .slick-prev {
	top: 21%;
	width: 110px;
	height: 19px;
}
#room .content {
	padding-left: 3%;
}
#room .room_type1 .list {
	text-align: right;
}
#room .room_type1 .slick-next {
	left: 91%;
}
#room .room_type1 .slick-prev {
	left: 84%;
}
#room .room_type2 .slick-next {
	left: 10%;
}
#room .room_type2 .slick-prev {
	left: 3%;
}
#room .room_type2 .content {
	float: right;
}







#room_special {
	background: url(/img/room_special_bg.jpg) 0 0 no-repeat;
	font-size: 0;
	overflow: hidden;
}
#room_special .item1 {
	padding-left: 8.4%;
}
#room_special .item2 {
	padding-right: 8.4%;
	text-align: right;
}
#room_special .item h2 {
	padding: 5% 0 1.5% 0;
	display: inline-block;
}
#room_special .item h2 img {
	width: 100%;	
}
#room_special .item .text {
	font-size: 16px;
	color: rgba(255,255,255,0.8);
	line-height: 29px;
	margin-bottom: 2%;
	font-weight: lighter;
}

#room_special .item1 .img.active1 {
	transform: translate(-140px,0);
	-webkit-transform: translate(-140px,0);
	-ms-transform: translate(-140px,0);
}
#room_special .item1 .img.active2 {
	transform: translate(-70px,0);
	-webkit-transform: translate(-70px,0);
	-ms-transform: translate(-70px,0);
}
#room_special .item1 .img.active3 {
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
}


#room_special .item .img {
	width: 100%;
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
}
#room_special .item1 h2 {
	width: 27.2%;
}
#room_special .item2 h2 {
	width: 32.3%;
}
#room_special .item3 h2 {
	width: 19.4%;
}
#room_special .item2 .text {
	color: rgba(68,68,68,0.8);
}
#room_special .item2 .img.active1 {
	transform: translate(140px,0);
	-webkit-transform: translate(140px,0);
	-ms-transform: translate(140px,0);
}
#room_special .item2 .img.active2 {
	transform: translate(70px,0);
	-webkit-transform: translate(70px,0);
	-ms-transform: translate(70px,0);
}
#room_special .item2 .img.active3 {
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
}
#room_special .item3 {
	text-align: center;
	background-color: #f2f0eb;
}
#room_special .item3 .img {
	padding-left: 8.4%;
	width: auto;
}
#room_special .item3 .text {
	color: rgba(68,68,68,0.8);
}
#room_special .item3 .img img {
	width: 100%;	
}
#room_special .content {
	text-align: center;
	background-color: #f2f0eb;
	padding: 6% 0 10%;
}
#room_special .content .text1 {
	width: 52%;
	display: inline-block;
}
#room_special .content .text1 img {
	width: 100%;
}
#room_special .content .text2 {
	font-family: 'bellMTI';
	font-size: 26px;
	color: #a7a7a7;
	margin-top: 43px;
}










#service {
	background: url(/img/service_bg.jpg) 0 0 no-repeat fixed;
	text-align: center;
	font-size: 0;
	padding: 5% 0;
	background-size: cover;
}
#service h2 {
	padding: 0 0 4.5% 0;
	width: 34.5%;
	display: inline-block;
	opacity: 0;
	transform: translate(0,20px);
	-webkit-transform: translate(0,20px);
	-moz-transform: translate(0,20px);
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}
#service h2.active {
	opacity: 1;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
}
#service h2 img {
	width: 100%;
}
#service .img_list li {
	display: none;
}
#service .img_list li img {
	width: 41.5%;
}
#service .img_list li img:first-child {
	margin-right: 1%;
}
#service .img_list li:first-child {
	display: block;
}
#service .name_list {
	margin-top: 2.5%;	
}
#service .name_list li {
	font-size: 22px;
	color: #fff;
	display: inline-block;
	padding: 7px 4%;
	cursor: pointer;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	margin: 0 15%;
}
#service .name_list li.active,
#service .name_list li:hover {
	background-color: #8b7d5f;
}







#outside {
	text-align: center;
}
#outside h2 {
	padding: 11.5% 0 4.5% 0;
	width: 35.5%;
	display: inline-block;
	opacity: 0;
	transform: translate(0,20px);
	-webkit-transform: translate(0,20px);
	-moz-transform: translate(0,20px);
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}
#outside h2.active {
	opacity: 1;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
}
#outside h2 img {
	width: 100%;
}
#outside .img {
	width: 100%;
}








@media (max-width: 1280px) {
	#facilities .small_tit {
		font-size: 15px;
		letter-spacing: 14px;
	}
	#facilities .item .content .text {
		font-size: 22px;
	}

	
	#room .content h3 {
		font-size: 34px;
		line-height: 32px;
	}
	#room .content h3 span {
		font-size: 26px;
	}
	#room .list .name {
		font-size: 16px;
	}
	#room .content .text {
		font-size: 14px;
		line-height: 22px;
	}



	#room_special .content {
		display: none;
	}
	#room_special .item .text {
		font-size: 14px;
		line-height: 22px;
	}
	#room_special .item3 {
		padding-bottom: 7%;
	}
	

	#service .name_list li {
		font-size: 18px;
	}
}
@media (max-width: 768px) {
	#facilities {
		padding-top: 10%;
		font-size: 0;
	}
	#facilities h2 {
		padding-bottom: 5%;
	}
	#facilities .small_tit {
		display: none;
	}
	#facilities .item .content .text {
		font-size: 15px;
		margin-bottom: 0;
	}
	#facilities .item .content .more {
		display: none;
	}
	#facilities .slick-prev {
		transform: translateX(-138px);
		bottom: -35px;
	}
	#facilities .slick-next {
		transform: translateX(73px);
		bottom: -35px;
	}
	.main_facilities {
		top: 10px;
	}


	#room {
		text-align: center;
	}
	.main_room {
		margin-top: 15%;
	}
	.sub_room {
		margin-top: 0;
	}
	#room .content {
		width: 100%;
		padding-left: 0;
	}
	#room h2 {
		position: static;
		margin: 5% 0 2%;
	}
	#room .list {
		width: 100%;
		overflow: hidden;
	}
	#room .list li {
		float: left;
		width: 49%;
		margin-bottom: 1%;
	}
	#room .list li:nth-child(2n) {
		margin-left: 2%;
	}
	#room .list .name {
		margin-top: 5px;
	}
	#room .content h3 {
		font-size: 20px;
		text-align: center;
	}
	#room .content h3 span {
		display: inline-block;
		margin-left: 5px;
		font-size: 16px;
	}
	#room .content .text {
		display: none;
	}
	#room .slick-next, 
	#room .slick-prev {
		top: 105%;
	}
	#room .room_type {
		padding-top: 0;
	}
	#room .room_type1 .slick-prev {
		left: 38%;
	}
	#room .room_type1 .slick-next {
		left: 52%;
	}
	


	#room_special {
		background: none;
	}
	#room_special .item .text {
		color: rgba(68,68,68,0.8);
	}
	


	#service .name_list li {
		font-size: 14px;
	}
	
}
@media (max-width: 479px) {
	#video {
		padding-top: 0;
	}
	#video h2 {
		display: none;
	}
	#video .img {
		width: 100%;
	}

	

	#facilities h2 {
		opacity: 1;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
	}
	#facilities .item .content .text {
		font-size: 10px;
		font-weight: normal;
	}
	.main_facilities {
		top: 0;
	}

	.main_room {
		margin-top: 16%;
	}
	#room h2 {
		display: none;
	}
	#room .list .name {
		font-size: 12px;
	}
	#room .list li {
		height: 160px;
	}
	#room_special .item .text {
		font-size: 10px;
		line-height: 14px;
		font-weight: normal;	
	}
	#room_special .item h2 {
		width: auto;
	}
	#room_special .item1 h2 img {
		width: 150px;
	}
	#room_special .item2 h2 img {
		width: 130px;
	}
	#room_special .item3 h2 img {
		width: 130px;
	}


	#service h2 {
		opacity: 1;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
	}
	#service .name_list li {
		font-size: 10px;
	}
	#service .img_list li img {
		width: 49.5%;
	}



	#outside h2 {
		opacity: 1;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
	}
}