.room_tab {
	padding-top: 42px;
}
.facilities_tab {
	padding-top: 26px;
}
.map_tab, .reser_tab, .service_tab {
	padding-top: 45px;
}
.room_visual .callbacks_nav {
	display: none;
}
#top_visual .visual_img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transform-origin: 50% 50%;
}
#top_visual .room_text .scroll,
#top_visual .service_text .scroll{
	margin-top: 80px;
}
#top_visual .room_text {
	bottom: 14.5%;
}
#top_visual .service_text{
	bottom: 17.5%;
}
.room_visual .owl-carousel .owl-nav,
.facilities_visual .owl-carousel .owl-nav {
	display: none;
}
.room_view_visual h2 {
	font-size: 50px;
	color: #fff;
}
#sub_room {
	border-bottom: 1px solid #e6e6e6;
	padding-top: 3.8%;
	padding-bottom: 7.5%;
	font-size: 0;
	background-color: #fff;
}
#sub_room h2,
#sub_room .small_title {
	text-align: center;
}
#sub_room h2 {
	margin: 11px 0 40px 0;
}
#sub_room .small_title {
	font-size: 16px;
	color: #888;
	line-height: 26px;
}
#sub_room .type_name {
	text-align: center;
}
#sub_room .type_name p {
	display: inline-block;
	font-size: 18px;
	color: #777777;
	position: relative;
	padding-bottom: 8px;
	overflow: hidden;
	transition: color 0.2s ease-in;
	-webkit-transition: color 0.2s ease-in;
	-moz-transition: color 0.2s ease-in;
	-o-transition: color 0.2s ease-in;
	cursor: pointer;
}
#sub_room .type_name p:first-child {
	margin-right: 71px;
}
#sub_room .type_name p.active {
	color: #000;
}
#sub_room .type_name p.active:after {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}
#sub_room .type_name p:after {
	content: '';
	display: block;
	width: 195px;
	height: 2px;
	background-color: #000;
	margin-top: 8px;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translate3d(-100%, 0, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
	transition: transform 0.2s ease-in;
	-webkit-transition: transform 0.2s ease-in;
	-moz-transition: transform 0.2s ease-in;
	-o-transition: transform 0.2s ease-in;
}
#sub_room .type_name p:hover:after {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}
#sub_room .type_name p:hover {
	color: #000;
}
#sub_room .room_list {
	margin-top: 50px;
	position: relative;
	overflow: hidden;
}
#sub_room .room_list .item {
	text-align: center;
	float: left;
	margin-right: 2.5%;
	margin-bottom: 2.5%;
	width: 23.1%;
}
#sub_room .room_list .item .img {
	width: 100%;
}
#sub_room .room_list .item:nth-child(4n) {
	margin-right: 0;	
}
#sub_room .room_list .item .img_wrap {
	position: relative;
}
#sub_room .room_list .item .img_wrap .over {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	opacity: 0;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
}
#sub_room .room_list .item .img_wrap .over a {
	margin: 57% 0 0 0;
	display: inline-block;
}
#sub_room .room_list .item:hover .over {
	opacity: 1;
}
#sub_room .room_list .item .name {
	color: #333;
	font-size: 18px;
	margin-top: 10px;
}
#sub_room .room_wrap {
	display: none;
}
#sub_room .room_active {
	display: block;
}




#room_view {
	position: relative;
}
#room_view .info_wrap {
	background-color: #f7f7f7;
	padding-bottom: 15%;
}
#room_view .info_wrap .img {
	width: 53%;
}
#room_view .info {
	background-color: rgba(255,255,255,0.95);
	position: absolute;
	top: 5.2%;
	right: 8%;
	padding: 4.5% 4.2% 4.5% 2%;
	width: 38.2%;
}
#room_view .info h3 {
	font-size: 50px;
	margin-bottom: 62px;
}
#room_view .info .text {
	font-size: 15px;
	color: #333333;
	line-height: 26px;
}
#room_view .img_detail .img_group1 {
	background-color: #fff;
}
#room_view .img_detail .img_group1 h3 {
	text-align: center;
	padding: 4.6% 0 2%;
}
#room_view .img_detail .img_group2 {
	font-size: 0;
	padding-top: 7%;
	background-color: #fff;
}
#room_view .img_detail .img_group2 .container {
	overflow: hidden;
}
#room_view .img_detail .img_group2 .container div {
	float: left;
	margin-right: 3.1%;
	width: 31.2%;
}
#room_view .img_detail .img_group2 .container div:nth-child(1) {
	margin-top: 128px;
}
#room_view .img_detail .img_group2 .container div:nth-child(3) {
	margin-top: 77px;
}
#room_view .img_detail .img_group2 .container div .img {
	width: 100%;
}
#room_view .img_detail .img_group2 .container div:nth-child(3) h3 {
	margin-bottom: 43px;
}
#room_view .img_detail .img_group2 .container .last {
	display: inline-block;
	margin-right: 0;
}
#room_view .img_detail .img_group2 .last img {
/*	padding-top: 20px;*/
}
#room_view .room_wrap {
	display: none;
}
#room_view .room_active {
	display: block;
}
#room_view .callbacks_nav {
	display: none;
}
#room_view .callbacks_tabs {
	position: absolute;
	bottom: 35%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
#room_view .callbacks_tabs li {
	background: url(/img/dot_out.png) 0 0 no-repeat;	
	width: 21px;
	height: 21px;
	padding-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
#room_view .callbacks_tabs .callbacks_here {
	background: url(/img/dot_over.png) 0 0 no-repeat;
	vertical-align: top;
	padding-right: 12px;
}
#room_view .callbacks_tabs li a {
	color: rgba(0,0,0,0);
}





#room_img_list .room_images {
	position: relative;
	overflow: hidden;
}
#room_img_list .room_images li {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#room_img_list .room_images li div {
	width: 100%;
	height: 938px;
	background-position: center center;
}
.room_view_visual .room_wrap {
	display: none;
}
.room_view_visual .room_active {
	display: block;
}

#swiper-container .swiper-wrapper {
	position: relative;
	overflow: hidden;
}
#swiper-container .swiper-wrapper li {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#swiper-container .swiper-wrapper li div {
	width: 100%;
	height: 100%;
	background-position: center center;
}






.facilities_visual .callbacks_nav {
	display: none;
}
#top_visual .facilities_view_text .scroll {
	margin-top: 80px;
}
#top_visual .facilities_view_text {
	bottom: 14.5%;
}
#facilities_view {
	position: relative;
}
#facilities_view .info_wrap {
	background-color: #f7f7f7;
	padding-bottom: 14%;
}
#facilities_view .facilities_wrap {
	background-color: #f7f7f7;
	padding-bottom: 12%;
}
#facilities_view .facilities_wrap2 {
	padding-bottom: 30%;
}
#facilities_view .info_wrap .img {
	width: 53%;
}	
#facilities_view .info {
	background-color: rgba(255,255,255,0.95);
	position: absolute;
	top: 12.5%;
	right: 8%;
	padding: 4.5% 4.2% 12% 2%;
	width: 37.2%;
}
#facilities_view .info2 {
	padding: 4.5% 4.2% 3% 2%;
}
#facilities_view .info h3 {
	font-size: 50px;
	margin-bottom: 62px;
}
#facilities_view .info .text {
	font-size: 15px;
	color: #333333;
	line-height: 26px;
}
#facilities_view .facilities_wrap {
	display: none;
}
#facilities_view .facilities_active {
	display: block;
}





#facilities .facilities_list {
	position: relative;
	overflow: hidden;
}
#facilities .facilities_list li {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#facilities .facilities_list li div {
	width: 100%;
	height: 100%;
	background-position: center center;
}
.facilities_view_visual .facilities_wrap {
	display: none;
}
.facilities_view_visual .facilities_active {
	display: block;
}





.service_visual .service_wrap {
	display: none;
}
.service_visual .service_view_wrap {
	display: none;
}
.service_visual .service_active {
	display: block;
}
#service_view {
	position: relative;
}
#service_view .service_wrap {
	background-color: #f7f7f7;
	padding-bottom: 12%;
}
#service_view .img {
	width: 53%;
}	
#service_view .info {
	background-color: rgba(255,255,255,0.95);
	position: absolute;
	top: 12.5%;
	right: 8%;
	padding: 4.5% 4.2% 14% 2%;
	width: 37.2%;
}
#service_view .info2 {
	padding: 4.5% 4.2% 3% 2%;
}
#service_view .info h3 {
	font-size: 50px;
	margin-bottom: 62px;
}
#service_view .info .text {
	font-size: 15px;
	color: #333333;
	line-height: 26px;
}
#service_view .service_wrap {
	display: none;
}
#service_view .service_active {
	display: block;
}





#tour_view {
	margin-top: 92px;
	background-color: #fff;
}
#tour_view .tour_list {
	text-align: center;
	padding-bottom: 5%;
	position: relative;
}
#tour_view .tour_list .img {
	width: 100%;
}
#tour_view .tour_list .title {
	font-size: 36px;
	color: #000;
	margin-top: 1.5%;
	margin-bottom: 1%;
}
#tour_view .tour_list .text {
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}
#tour_view .tour_list .tour_top {
	position: absolute;
	bottom: 5%;
	right: 4.8%;
	cursor: pointer;
}




#tab_menu_type2 {
	background-color: #f7f7f7;
	padding-top: 45px;
	height: 57px;
}
#tab_menu_type2 .container {
	overflow: hidden;
}
#tab_menu_type2 h3 {
	float: left;
	margin: 0 2.3% 0 4.5%;
}
#tab_menu_type2 .tab {
	overflow: hidden;
	float: left;
}
#tab_menu_type2 .tab li {
	float: left;
	font-size: 15px;
	color: #666666;
	margin: 0 18px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	cursor: pointer; 
	padding-bottom: 5px;
}
#tab_menu_type2 .tab li:hover {
	color: #000;
	border-bottom: 2px solid #000;
}
#tab_menu_type2 .tab li.active {
	color: #000;
	border-bottom: 2px solid #000;
}




#tab_top {
	background-color: #f7f7f7;
	padding-top: 35px;
	height: 57px;
	width: 100%;
}
#tab_top .container {
	overflow: hidden;
}
#tab_top h3 {
	float: left;
}
#tab_top .tab {
	overflow: hidden;
	float: left;
}
#tab_top .tab li {
	float: left;
	font-size: 15px;
	color: #666666;
	margin: 0 18px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	cursor: pointer; 
	padding-bottom: 5px;
}
#tab_top .tab li:hover {
	color: #000;
	border-bottom: 2px solid #000;
}
#tab_top .tab li.active {
	color: #000;
	border-bottom: 2px solid #000;
}
.tour_tab {
	position: absolute;
	top: 100%;
}
.tour_tab_top {
	position: fixed;
	top: 8.5%;
	z-index: 9;
}









#map_view {
	text-align: center;
	background-color: #fff;
}
#map_view h3 {
	font-size: 36px;
	color: #000;
	padding-bottom: 2.5%;
	padding-top: 4%;
}
#map_view .bold {
	font-size: 15px;
	color: #000;
	line-height: 26px;
	text-decoration: underline;
	margin-bottom: 2.5%;
}
#map_view .text {
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}
#map_view .map_wrap {
	display: none;
}
#map_view .map_active {
	display: block;
}






#reservation_view {
	text-align: center;
	background-color: #fff;
}
#reservation_view h3 {
	font-size: 36px;
	color: #000;
	margin-bottom: 2.5%;
	padding-top: 4%;
}
#reservation_view .text {
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}
#reservation_view .reservation_wrap {
	display: none;
}
#reservation_view .reservation_active {
	display: block;
}
#reservation_view .refund_info {
	border: 1px solid #000;
	text-align: center;
	margin-top: 10px;
}
#reservation_view .refund_info th {
	border-bottom: 1px solid #000;
	background-color: #F6F6F6;
}
#reservation_view .refund_info th,
#reservation_view .refund_info td {
	border-right: 1px solid #000;
	padding: 8px 29px;
	font-size: 15px;
	color: #666;
}




@media (max-width: 1400px) {
	#tour_view .tour_list .title {
		font-size: 26px;
	}
	#tour_view .tour_list .text {
		font-size: 14px;
		line-height: 22px;
	}
	#room_view .info {
		padding: 2.5% 4.2% 2% 2%;
	}
	#room_view .info h3,
	#facilities_view .info h3 {
		font-size: 27px;
		margin-bottom: 16px;
	}
	#room_view .info .text,
	#facilities_view .info .text{
		font-size: 14px;
		line-height: 22px;
	}
	#map_view h3,
	#reservation_view h3 {
		font-size: 28px;
	}
	#map_view .text,
	#reservation_view .text{
		font-size: 14px;
		line-height: 23px;
	}
}