@charset "utf-8";
/* CSS Document */
header{
	display: none;
}

#loading {
	z-index: 99999;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color:#eee;
}

.loader_wrap {
	position: fixed;
	width:192px;
	height: auto;
	margin-left: -96px;
	top: 30%;
	left: 50.1%;
	z-index: 99999;
}
.loader_wrap img.loader_logo{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	/*filter: brightness(500%);*/
	opacity: 0.75;
}
.loader_wrap img.loader{
	display: block;
	width: 60px;
	height: 60px;
}
.btn{
	display: block;
}
.color_bar{
	/*position: absolute;*/
	width: 33%;
	height: 100%;
	margin:0 auto;
	/*margin-left: -15%;
	left: 50%;*/
	background-color: #333;
}
.bsnav-sticky.bsnav-sticky-slide{
	opacity: 0;
	top:-72px;
}
.bsnav-sticky.bsnav-sticky-slide.sticked.in{
	opacity: 1;
	top: 0px;
}
.demo-inner-content{
	position: absolute;
	width:42%;
	height:100%;
	top: 0px;
	right: 0px;
	/*background-color: #f5f5f5;*/
	background-color: rgba(255,255,255,0.25);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	z-index: 3;
}
.demo-inner-content .logo_index{
	display: block;
	width: 25%;
	height: auto;
	margin: 0 auto;
	padding: 30px 0 30px 0;
	/*opacity: .4;*/
}

.demo-inner-content .logo_index img{
	width: 100%;
	height: auto;
	/*filter: brightness(500%);*/
}
.demo-inner-content .slogan{
	width: 100%;
	font-size: 2.2rem;
	font-family: 'cwTeXFangSong', sans-serif;
	color: #fff;
	font-weight: 400;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 20px;
	/*padding-left: 30px;*/
}
.booking_btn{
	z-index: 9000 !important;
}

.booking_btn a{
	display: block;
	position: absolute;
	font-size: 1.6rem;
	color: #333;
	right: 30px;
	bottom: 30px;
	/*background-color: transparent;*/
	background-color: #fff;
	border: 3px double #999;
	padding: 5px 30px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	outline: none !important;
}
.booking_btn a:hover{
	color: #fff;
	background-color: #bb000a;
	/*border-color: #bb000a;*/
	border: 3px double #fff;
}
.booking_btn a:active{
	background-color: #bb000a !important;
	border: 3px double #fff !important;
}
.booking_btn a:before{
	margin:-5px 10px 0 0;
    content:" ";
    display:inline-block;
    width:20px;
    height:21px;
    background:url( ../images/booking_icon.png);    
    background-size:contain;
    vertical-align:middle;
}
.booking_btn a:hover:before{
	background:url( ../images/booking_icon_o.png);  
}

.index_menu{
	margin: 0 auto;
	padding: 6% 30px;
	background: #222;
	text-align: center;
}
.index_menu ul{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.index_menu ul li{
	display: inline-block;
}

.index_menu ul li a{
	position: relative;
	display: block;
	font-family: 'cwTeXFangSong', sans-serif;
    font-size: 2rem;
	color: #fff;
	letter-spacing: 6px;
	padding-top: 0px;
    margin: 0px 12px;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
    transition: .6s;
	/*-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);*/
}
.index_menu ul li a:hover{
	color: #ff2c2c;
}
.index_menu ul li a:after {
    content: "";
    position: absolute;
    z-index: 9999;
    top: 0;
    bottom: 100%;
    left: -3px;
    background: #ff2c2c;
    width: 1px;
    -webkit-transition-property: top, bottom;
    transition-property: top, bottom;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.index_menu ul li a:hover::after{
    bottom: 0;
}
.index_menu ul li a::before{
	content: "◎";
	font-size: 0.75rem;
}

.social{
	position: absolute;
	width: auto;
	height: auto;
	left: 20px;
	bottom: 20px;
}

.social ul{}

.social ul li{
	display: inline-block;
}

.social ul li a {
	display: block;
	width: 30px;
	height: 30px;
	margin: 5px;
}
.social ul li a img{
	width: 30px;
	height: 30px;
}
.information{
	width: 100%;
	overflow: hidden;
	padding:15px 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	background-color: #eee;
}
.weather{
	float: left;
	margin-right: 20px;
}
.weather_title{
	float: left;
	font-size: 1.6rem;
	color: #333;
	line-height: 2;
}
.weather_title::before{
	margin:-5px 5px 0 0;
    content:" ";
    display:inline-block;
    width:18px;
    height:24px;
    background:url( ../images/location_icon.svg);    
    background-size:contain;
    vertical-align:middle;
}
.weather img{
	width: auto;
	height: 30px;
}
.weather p{
	display: block;
	float: left;
	font-size:1.6rem;
	margin-bottom: 0px;
}
.time{
	float: right;
}
.time p{
	margin-bottom: 0px;
	font-size: 1.6rem;
}
section.news{
}
section.news ul{
	overflow: hidden;
	margin-bottom: 60px;
}
section.news ul li{
	display: inline-block;
	width: 50%;
	padding: 20px;
}
section.news ul.caption-style-4 a{
	width: 60%;
}
section.news img{
	display: block;
	float: left;
	width: 100%;
	height: auto;
}
section.news .news_wording{
	float: left;
	width: 40%;
	font-size: 1rem;
	color: #333;
	padding: 10px;
	border-bottom: 1px solid #333;
}
section.news ul.caption-style-4 li .news_wording a{
	width: 100%;
	font-size: 1.6rem;
	margin-bottom: 10px;
}
section.news .news_date{
	font-family: Metropolis, sans-serif;
	font-size: 1.3rem;
	letter-spacing: .15rem;
}

.product_info{
	padding: 10px;
}
.product_info a{
	display: block;
	font-size: 1.2rem;
	color: #000;
	font-weight: 600;
	text-align: center;
}
.product_info a:hover{
	color: #bb000a;
}
.product_name{
	font-size:2.4rem;
	font-family: 'cwTeXFangSong', sans-serif;
	font-weight: 400;
}
.product_rate{
	font-size: 1.6rem;
	font-weight: normal;
	text-align: center;
	margin-top: 5px;
}
/*.facilities_photo{
	float: left;
	width: 50%;
	height: auto;
}
.facilities_photo img{
	display: block;
	width: 100%;
	height: auto;
}
.facilities_wording{
	float: left;
	width: 50%;
}*/
section.facilities{
	overflow: hidden;
}
.fac_wrap{
	clear: both;
	margin-bottom:60px;
	overflow: hidden;
}
.fac_wrap .fac_image{
	display: block;
	float: left;
	width: 50%;
	height: auto;
}
.fac_image img{
	width: 100%;
	height: auto;
}
.fac_wrap .fac_wording{
	display: block;
	float: right;
	width: 49%;
	padding: 1% 2%;
}
.fac_wording p{
	margin-bottom:60px;
}
.fac_wrap:nth-child(odd) .fac_image{
	float: right;
}
.fac_wrap:nth-child(odd) .fac_wording{
	float: left;
}
.fancybox-bg {
	background-color: transparent;}
#consolPopup{
	width: 700px;
	height: auto;
	padding: 20px 44px;
	margin-bottom: 0px;
}
.owl-theme .owl-nav{
	margin-top:0px;
}
.fancybox-container *{
	color: #333 !important;
}

@media screen and (max-width: 1366px) {

.index_menu ul li a{
	font-size: 1.8rem;
}
.loader_wrap{
	width:136px;
	margin-left: -68px;
}
.loader_wrap img.loader{
	width: 42px;
	height: 42px;
}
}
@media screen and (max-width: 1024px) {

.loader_wrap{
	width: 102px;
	margin-left: -51px;
}
.loader_wrap img.loader{
	width: 32px;
	height: 32px;
}
.demo-inner-content{
	width: 46%;
}

.index_menu ul li a{
	font-size: 1.6rem;
}
.demo-inner-content .slogan{
	font-size: 1.8rem;
}
.booking_btn a{
	font-size: 1.5rem;
}
section.news ul.caption-style-4 a{
	width: 50%;
}
section.news .news_wording{
	width: 50%;
}
section.news ul.caption-style-4 li .news_wording a{
	font-size: 1.3rem;
}
.product_name{
	font-size: 2rem;
}
.product_rate{
	font-size: 1.3rem;
}
section.news ul li{
	padding: 5px 5px 10px 5px;
}
}

@media screen and (max-width: 768px) {

.loader_wrap{
	width: 76px;
	margin-left: -38px;
}
.loader_wrap img.loader{
	width: 24px;
	height: 24px;
}
section.news ul li{
	width: 100%;
	padding: 10px 10px 15px 10px;
}
.index_menu ul li a{
	font-size: 1.3rem;
	margin: 0px 5px;
}
section.news ul.caption-style-4 li .news_wording a{
	font-size: 1.4rem;
}
.demo-inner-content .slogan{
	font-size: 1.6rem;
	margin-bottom:10px;
}
.demo-inner-content .logo_index{
	padding: 15px 0 15px 0;
}
.booking_btn a {
    font-size: 1.3rem;
	padding: 5px 20px;
}
section.news ul.caption-style-4 a{
	width: 40%;
}
section.news .news_wording{
	width: 60%;
}
}

@media screen and (max-width: 576px) {

.head03{
	margin-top: -25px;
}
.loader_wrap{
	width: 100px;
	margin-left: -50px;
}
.loader_wrap img.loader_logo{
	/*width: 60%;*/
}
.loader_wrap img.loader{
	width: 36px;
	height: 36px;
}
.color_bar{
	width:50%;
	margin-left: auto;
	left: 25%;
}

.bsnav-sticky.bsnav-sticky-slide{
	opacity: 1;
	top:0px;
	height: 50px;
}

.demo-inner-content{
	display: none;
}

section.news ul li{
	width:100%;
	padding: 10px;
}
section.news ul.caption-style-4 a{
	width: 100%;
}
section.news .news_wording{
	width: 100%;
}
.fac_wrap .fac_image{
	width: 100%;
}
.fac_wrap .fac_wording{
	width: 100%;
}
.booking_btn a{
	right: 15px;
	bottom: 15px;
}
.social{
	left: 15px;
	bottom: 15px;
}
.social ul li a{
	margin: 2px;
}
#consolPopup{
	padding: 36px;
}
}
