
/*--------room_list.php--------*/
.room_list_visual {
	margin-bottom: 3%;
}
.room_sub {
	margin-bottom: 7.5%;
}




/*--------room_view.php--------*/
.room_view_visual .room_images {
	position: relative;
	width: 100%;
	height: 100%;
}
.room_view_visual .room_images li {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.room_view_visual .room_images li div {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transform-origin: 50% 50%;
}
.room_view_visual .bx-pager {
	display: none;
}
.room_view_visual .bx-wrapper .bx-controls-direction a {
	top: 50%;
	width: 44px;
	height: 88px;
	opacity: 0.7;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.room_view_visual .bx-wrapper .bx-controls-direction a:hover {
	opacity: 1;
}
.room_view_visual .bx-wrapper .bx-next {
	right: 2%;
	background: url(/img/menu_next.png) no-repeat 0 0;
}
.room_view_visual .bx-wrapper .bx-prev {
	left: 2%;
	background: url(/img/menu_prev.png) no-repeat 0 0;
}
.room_view_visual .room_wrap {
	display: none;
}
.room_view_visual .room_active {
	display: block;
}
#room_view .room_info {
	background: url(/img/room/1/room_info_bg.jpg) 0 0 no-repeat;
	padding-top: 5%;
	padding-bottom: 5%;
	background-size: cover;
}
#room_view .room_info:after {
	content:'';
	display: table;
	clear: both;
}
#room_view .room_info .content {
	margin-left: 1%;
	float: left;
}
#room_view .room_info .content h3 {
	margin-bottom: 16.9%;
}
#room_view .room_info .content .room_type {
	font-size: 18px;
	color: #fff;
	font-weight: 100;
	border-bottom: 1px solid #fff;
	display: inline-block;
	margin-bottom: 15%;
}
#room_view .room_info .content .room_text {
	font-size: 18px;
	color: #91d6ca;
	font-weight: 100;
}
#room_view .room_info .info {
	float: right;
	background-color: #fff;
	padding: 4.1% 14% 4.5% 7%;
}
#room_view .room_info .info .title {
	font-size: 16px;
	color: #222222;
	margin-bottom: 1%;
}
#room_view .room_info .info .text {
	font-size: 15px;
	color: #666666;
	line-height: 26px;
	margin-bottom: 4%;
}
#room_view .room_info .info .text2 {
	margin-bottom: 11%;
}
#room_view .room_info .info .strong {
	font-size: 15px;
	color: #0098a6;
	margin-bottom: 3%;
}
#room_view .room_info .info .reser {
	font-size: 20px;
}
#room_view .room_info .info .reser a {
	display: inline-block;
	height: 100%;
	color: #333333;
	padding: 2.6% 5% 2.6% 13%;
	border: 1px solid #3a3a3a;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}
#room_view .room_info .info .reser img {
	margin-left: 40px;
	vertical-align: middle;
}
#room_view .room_info .info .reser:hover a {
	background-color: #0098a6;
	color: #fff;
	border: 1px solid rgba(0,0,0,0);
}



#room_view .room_detail .img_group1 {
	margin-bottom: 7.2%;
	position: relative;
}
#room_view .room_detail .img_group1 h3 {
	text-align: center;
	margin-top: 7%;
}
#room_view .room_detail .img_group1 .text {
	text-align: center;
	font-size: 18px;
	color: #333333;
	margin-top: 1%;
}
#room_view .room_detail .img_group1 .text:after {
	content: '';
	display: block;
	width: 1px;
	height: 105px;
	background-color: #0098a6;
	margin: 1.9% auto;
}
#room_view .room_detail .prev,
#room_view .room_detail .next {
	display: none;
}
#room_view .room_detail .img_group1 .bx-controls-direction {
	display: none;
}
#room_view .room_detail .img_group1 .bx-pager {
	position: absolute;
	bottom: 3%;
}
#room_view .room_detail .img_group1 .bx-pager.bx-default-pager a {
	width: 15px;
	height: 15px;
	background: rgba(255,255,255,0.5);
	border-radius: 10px;
	margin: 0 7px;
}
#room_view .room_detail .img_group1 .bx-pager.bx-default-pager a:hover, 
#room_view .room_detail .img_group1 .bx-pager.bx-default-pager a.active {
	background: rgba(255,255,255,1);
}
#room_view .room_detail .img_group2:after,
#room_view .room_detail .img_group3:after{
	content: '';
	display: table;
	clear: both;
}
#room_view .room_detail .img_group2 .left {
	float: left;
	text-align: center;
	width: 47.8%;
	margin-right: 4.5%;
}
#room_view .room_detail .img_group2 .left h3 {
	margin-top: 13%;
}
#room_view .room_detail .img_group2 .left .text {
	font-size: 18px;
	color: #333333;
	margin-top: 2%;
}
#room_view .room_detail .img_group2 .left .text:after {
	content: '';
	display: block;
	width: 1px;
	height: 105px;
	background-color: #0098a6;
	margin: 4% auto 9.2%;
}
#room_view .room_detail .img_group2 .left .text+img {
	width: 100%;
}
#room_view .room_detail .img_group2 .right {
	float: right;
	width: 47.6%;
}
#room_view .room_detail .img_group3 {
	margin-top: 7.8%;
	margin-bottom: 7.7%;
}
#room_view .room_detail .img_group3 .left {
	float: left;
	width: 31%;
}
#room_view .room_detail .img_group3 .left h3 img {
	vertical-align: middle;
}
#room_view .room_detail .img_group3 .left h3:after {
	content: '';
	display: inline-block;
	width: 105px;
	height: 1px;
	background-color: #0098a6;
	margin-left: 8%;
}
#room_view .room_detail .img_group3 .left .text {
	font-size: 18px;
	color: #333333;
	margin-top: 7%;
}
#room_view .room_detail .img_group3 .right {
	float: right;
	width: 68.8%;
}
#room_view .room_wrap {
	display: none;
}
#room_view .room_active {
	display: block;
}







/*--------facilities_view.php--------*/
.facilities_view_visual .facilities_list {
	position: relative;
	width: 100%;
	height: 100%;
}
.facilities_view_visual .facilities_list li {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.facilities_view_visual .facilities_list li div {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transform-origin: 50% 50%;
}
.facilities_view_visual .facilities_wrap {
	display: none;	
}
.facilities_view_visual .facilities_active {
	display: block;	
}
.facilities_view_visual .bx-pager {
	display: none;
}
.facilities_view_visual .bx-wrapper .bx-controls-direction a {
	top: 50%;
	width: 44px;
	height: 88px;
	opacity: 0.7;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.facilities_view_visual .bx-wrapper .bx-controls-direction a:hover {
	opacity: 1;
}
.facilities_view_visual .bx-wrapper .bx-next {
	right: 2%;
	background: url(/img/menu_next.png) no-repeat 0 0;
}
.facilities_view_visual .bx-wrapper .bx-prev {
	left: 2%;
	background: url(/img/menu_prev.png) no-repeat 0 0;
}
.facilities {
	margin-bottom: 8%;
}

#facilities_view .info {
	background: url(/img/facilities/1/facilities_view_bg.jpg) 0 0 no-repeat;
	text-align: center;
	padding-bottom: 9%;
}
#facilities_view .info h3 {
	padding-top: 7%;
	height: 75px;
}
#facilities_view .info .title {
	margin: 0% 0 4% 0;
}
#facilities_view .info .text {
	font-size: 18px;
	color: #fff;
	text-decoration: underline;
	line-height: 32px;
}

#facilities_view .img_group1:after,
#facilities_view .img_group2:after{
	content: '';
	display: table;
	clear: both;
}
#facilities_view .img_group1 {
	margin-top: 7%;
}
#facilities_view .img_group1 .left {
	float: left;
	text-align: center;
	width: 47.8%;
	margin-right: 4.5%;
}
#facilities_view .img_group1 .left h3 {
	margin-top: 13%;
}
#facilities_view .img_group1 .left .text {
	font-size: 18px;
	color: #333333;
	margin-top: 2%;
}
#facilities_view .img_group1 .left .text:after {
	content: '';
	display: block;
	width: 1px;
	height: 105px;
	background-color: #0098a6;
	margin: 4% auto 9.2%;
}
#facilities_view .img_group1 .left .text+img {
	width: 100%;
}
#facilities_view .img_group1 .right {
	float: right;
	width: 47.7%;
}
#facilities_view .img_group2 {
	margin-top: 7.8%;
	margin-bottom: 7.7%;
}
#facilities_view .img_group2 .left {
	float: left;
	width: 31%;
}
#facilities_view .img_group2 .left h3 img {
	vertical-align: middle;
}
#facilities_view .img_group2 .left h3:after {
	content: '';
	display: inline-block;
	width: 105px;
	height: 1px;
	background-color: #0098a6;
	margin-left: 8%;
}
#facilities_view .img_group2 .left .text {
	font-size: 18px;
	color: #333333;
	margin-top: 7%;
}
#facilities_view .img_group2 .right {
	float: right;
	width: 68.8%;
}
#facilities_view .facilities_wrap {
	display: none;
}
#facilities_view .facilities_active {
	display: block;
}







/*--------service_view.php--------*/
.service {
	margin-bottom: 8%;
}
.service_visual .service_wrap {
	display: none;
}
.service_visual .service_active {
	display: block;
}
#service_view {
	background: url(/img/service/1/service_view_bg.jpg) 0 0 no-repeat;
	text-align: center;
	padding-bottom: 9%;
	margin-bottom: 8%;
}
#service_view h3 {
	padding-top: 7%;
	height: 75px;
}
#service_view .title {
	margin: 0% 0 4% 0;
}
#service_view .text {
	font-size: 18px;
	color: #fff;
	line-height: 32px;
	text-decoration: underline;
}
#service_view .service_wrap {
	display: none;
/*	margin-bottom: 8%;*/
}
#service_view .service_active {
	display: block;
}






/*--------map.php--------*/
#map_view {
	background: url(/img/map/map_view_bg.jpg) 0 0 no-repeat;
	text-align: center;
	padding-bottom: 4%;
	margin-bottom: 8%;
	background-size: cover;
}
#map_view h3 {
	padding-top: 7%;
	height: 75px;
}
#map_view .title {
	margin: 0% 0 4% 0;
}
#map_view .strong {
	font-size: 18px;
	color: #fff;
	line-height: 32px;
	text-decoration: underline;
	margin-bottom: 9px;
}
#map_view .text {
	font-size: 16.5px;
	color: #aefaed;
	line-height: 28px;
	margin-bottom: 2%;
}
#map_view .map_wrap {
	display: none;
	
}
#map_view .map_active {
	display: block;
}

#map_view iframe{
    width: 100%;
}






/*--------tour.php--------*/
#tour_view .tour_list {
	text-align: center;
	position: relative;
}
#tour_view .tour_list .img {
	width: 100%;
}
#tour_view .tour_list .title {
	font-size: 36px;
	color: #0098a6;
	margin: 2% 0 0.7% 0;
}
#tour_view .tour_list .text {
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	margin-bottom: 4%;
}
#tour_view .tour_list .tour_top {
	position: absolute;
	bottom: 5%;
	right: 5%;
	cursor: pointer;
}




/*--------reservation.php--------*/
#reservation_view {
	background: url(/img/map/map_view_bg.jpg) 0 0 no-repeat;
	text-align: center;
	padding-bottom: 9%;
	margin-bottom: 8%;
	background-size: cover;
}
#reservation_view .title {
	font-size: 50px;
	margin: 0 0 2% 0;
	padding-top: 4%;
	color: #fff;
}
#reservation_view .text {
	font-size: 18px;
	color: #fff;
	line-height: 32px;
}
#reservation_view .reservation_wrap {
	display: none;
}
#reservation_view .reservation_active {
	display: block;
}
#reservation_view .refund_info {
	border: 1px solid #fff;
	text-align: center;
	margin-top: 10px;
}
#reservation_view .refund_info th {
	border-bottom: 1px solid #fff;
}
#reservation_view .refund_info th,
#reservation_view .refund_info td {
	border-right: 1px solid #fff;
	padding: 14px 75px;
	font-size: 16px;
	color: #fff;
}








