body {
  color:#1d1d1d;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', -apple-system, sans-serif;
  margin:0px;
  padding:0;
  font-size:15px;
}
html{height:100%;}
*{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
 box-sizing: border-box;
}
*:before, *:after{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::-webkit-input-placeholder {color:#000;}
.search-container ::-webkit-input-placeholder {color:#5d5d5d;}
a{
  color:#000;
  text-decoration: none;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border:none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
button{border:0px;background:none;}
.clr:after{ 
	content:""; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden; 
}
img{vertical-align:middle;}
.img-responsive{max-width:100%;height:auto;}
figure{margin:0px;}
h1,h2,h3,h4{
	font-weight:normal;
    margin:10px 0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
ul, ol{margin:0;padding:0px;}
li{
	list-style:none;
	margin:0;
	padding:0;
}
input,textarea{border:none;}
p{
	margin:0 0 0px 0;
    padding:0;
    line-height:1.6em;
    letter-spacing: 1px;
}
.container{padding-left:15px;padding-right:15px;}
header{background:#fff;padding:15px 0 10px;border-bottom:1px solid #eaeaea;}
#lang{float: left;width:30%;font-family: 'Roboto', sans-serif;font-size: 12px;font-weight: bold; padding-top: 20px;}
#lang img{margin-bottom:4px;}
#lang a img{
	margin-bottom: 2px;
	margin-right: 5px;
	margin-left: 5px;
}
#logo{float: left;width:40%;text-align: center;}
#logo img{width:220px;}
#top-contact{
	width:30%;
	float:left;
	text-align: right;
	margin-top: 5px;
}
.txt-contact {
    margin-bottom: 5px;
    background: #214263;
    padding:8px 20px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
}
#top-contact p{
	letter-spacing: normal;
	margin-bottom:0;
	font-size: 14px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
}
.menu-top{padding: 10px 0;}
.menu-top ul{text-align: center;}
.menu-top ul li{display:inline-block; margin-right:3%;text-align: center; vertical-align: text-top;}
.menu-top ul li:last-child{margin-right:0%;}
.menu-top ul li a.active{border-top:1px solid #d5b362;}
.menu-top ul li a{padding: 10px 0;font-size: 16px;font-weight:500;text-align: center;text-transform: uppercase;}
.menu-top ul li a span{display: block;font-size:10px;}
.box_slide{position:relative;}
.caption-b {
    position: absolute;
    color: #fff;
    text-align: center;
    padding: 20px 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
}
.caption-b p.head-banner,
.caption-b h1.head-banner {
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: normal;
    font-weight: 400;
    font-family: 'Lora', serif;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
}
.caption-b h1 {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 30px;
}
.arrow-down{
    position: absolute;
    width:100%;
    text-align:center;
    bottom: -32px;
}
.arrow-down a {
    background: #6fbc3a;
    width:200px;
    height:60px;
    background-size: contain;
    color:#fff;
    display:inline-block;
    font-size:20px;
    font-weight:600;
    padding-top:15px;
}
.box{padding: 60px 0;}
.intro-about{}
.intro-about .left{width: 50%;float: left;}
.intro-about .right{width:45%;float:right}
.topic {
    text-align: center;
    margin-bottom: 30px;
}
.topic h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-bottom:1px solid #d5b362;
    display: inline-block;
    padding: 0px 10px;
}
.title{
    margin-bottom:10px;
}
.title h2 {
    font-size: 28px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d5b362;
    display: inline-block;
    padding: 0px 10px 10px;
    font-weight: 500;
}
.title p{padding-left:15px;font-family: 'Lora', serif;margin-bottom:0;font-size: 16px;}
.btn{margin-top: 40px;}
.btn a{display:inline-block;padding: 10px 35px;background:#6fbc3a;color:#fff;}
.box-rental{padding-bottom: 50px;}
.box-rental ul li{
    float: left;
    width: 50%;
    position: relative;
    background: url(../images/bg-yellow.jpg);
}
.mask{
    color:#fff;
    text-align: center;
    position: absolute;
    background: rgba(31,61,106,0.8);
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}
.mask .content{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    transform: translate(-50%, -50%);
}
.mask p{line-height:24px;}
.mask h2{font-size:24px;display: inline-block;}
.mask h2:after{
    content: "";
    display: block;
    height: 5px;
    width: 50px;
    border-bottom: 1px solid #d5b362;
    margin: 0px auto 10px auto;
}
.read{
    margin-top: 20px;
    display: inline-block;
    padding: 10px 35px;
    background: #6fbc3a;
    color: #fff;
}
.box-rental ul li .inner{
  transform: translate(0, 0); 
  transition: all .1s ease-in-out;
}
/*.box-rental ul li:hover .inner{
  transform: translate(-20px, -20px);
  box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
}*/
.box-rental ul li:last-child .mask{background: rgba(62,71,96,0.7);}
.box-type-room{padding:30px 0 80px 0;}
.room-1{}
.room-1 .left{width: 50%;float:left;padding:7% 5%;}
.room-1 .right{width:45%;float:right;position:relative;}
.box-type-room .caption {
    position: absolute;
    width: 100%;
    bottom: -25px;
    text-align: center;
}
.box-type-room .caption p {
    background: #fff;
    display: inline-block;
    padding: 15px 20px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
}
.room-2{}
.room-2 .left{width:45%;float:left;position:relative;}
.room-2 .left figure{
   /* margin-top: -50px;*/
}
.room-2 .right{width: 50%;float:right;padding:5% 5% 0 5%;}
.box-advantages{
}
.box-advantages .container{
    background:#f2f2f2;
    padding:50px 30px;
    margin-bottom: 70px;
}
.box-advantages .left{width:47%;float: left;padding:0px 20px;}
.box-advantages .left .btn {
    margin-top:60px;
}
.box-advantages .right{width:50%;float: right;}
.home-facilities{}
.home-facilities ul li{width:33.3%;float:left;position:relative;transition: all 0.5s;}
/*.home-facilities ul li:hover .mask-fac{opacity:1;}*/
.mask-fac{
    /*opacity: 0;*/
    color: #fff;
    text-align: center;
    position: absolute;
    background: rgba(31,61,106,0.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s;
}
.mask-fac h3{
    font-size:25px;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-bottom: 1px solid #d5b362;
    display: inline-block;
    padding: 0px 10px;
}
.mask-fac .content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    transform: translate(-50%, -50%);
}
.frame-line{
    position: absolute;
    width: 100%;
    height: 100%;
    top: -20px;
    left: -20px;
    border: 1px solid #d1b861;
}
footer {
    background: #000;
    padding: 50px 0 0px;
    color: #fff;
}
footer .col-1 {
    float: left;
    width: 35%;
    padding-right: 20px;
}
footer .col-1 h2{font-family: 'Lora', serif;font-size: 16px;}
footer .col-2 {
    float:right;
    width: 60%;
}
.box-menu {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    padding-left: 10px;
}
.box-menu ul h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.box-menu a{color:#fff;}
.copyright {
    background: #000;
    padding: 10px 0;
    color: #fff;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}
.bene-banner{
    background: url(../images/banner-bene2.jpg) center center;
    width:100%;
    background-size: cover;
    height:400px;
    position: relative;
}
.about-banner{
    background: url(../images/banner-bene.jpg) center center;
    width:100%;
    background-size: cover;
    height:400px;
    position: relative;
}
.contact-banner{
    background: url(../images/banner-contact.jpg) center center;
    width:100%;
    background-size: cover;
    height:400px;
    position: relative;
}

.intro-page{padding:80px 0 50px 0;}
.intro-page.about{
	padding-bottom: 20px;
}
.topic-page{
    text-align: center;
    margin-bottom: 30px;
    position:relative;
}
.topic-page h2,
.topic-page h1 {
    font-size: 30px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0px 10px;
}
.topic-page h2:after,
.topic-page h1:after {
    content: "";
    display: block;
    height: 5px;
    width: 50px;
    border-bottom: 1px solid #d5b362;
    margin: 0px auto 10px auto;
}
.topic-page p{line-height:25px;}
.about .topic-page p{text-align: left;}
.box-benefits{background:#f4f4f4;padding:50px 0 20px;}
.section-1{
	height:345px;
	background:#fff;
	margin-bottom:50px;
}
.box-benefits .section-1{
	border-radius: 20px;	
}
.box-benefits .section-1 img{
	border-radius: 20px 0 0 20px;	
}
.section-1 .left{width:55%;float:left;}
.section-1 .right{width:45%;float:right;padding:40px 30px;}
.section-1 .right .detail p{padding-left: 20px;font-size: 12px;}
.title p img{margin-right:5px;margin-bottom:5px;}
.title p{padding-left: 10px!important;}
.section-2{
	height:345px;
	background:#fff;
	margin-bottom:50px;
}
.box-benefits .section-2{
	border-radius: 20px;
}
.box-benefits .section-2 img{
	border-radius: 0 20px 20px 0;	
}

.section-2 .left{width:45%;float:left;padding:40px 30px;}
.section-2 .right{width:55%;float:right;}
.section-2 .left .detail p{padding-left: 20px;font-size: 12px;}
.box-bottom{background:url(../images/pic-bottom.jpg)top no-repeat;width: 100%;height: 200px;background-size: cover;}
.box-bottom .left{float: left;font-size:16px;color:#fff;padding-top:100px;font-weight:600;}
.box-bottom .right{float:right;padding-top:85px;}
.box-bottom .right a{background:#214263;border-radius:5px;color:#fff;padding:12px 40px;display: inline-block;box-shadow:0px 3px 0px #143250;}
.box-bottom .right a img{margin-left: 10px;}
.box-bottom .right a span{vertical-align: text-top;}
.facilities-banner{
    background: url(../images/banner-facilities.jpg) center center;
    width: 100%;
    background-size: cover;
    height: 400px;
    position: relative;
}
.box-facilities{
    background: #f4f4f4;
    padding: 50px 0 50px;
}
.box-facilities .section-1 .left{width: 50%;}
.box-facilities .section-1 .right {width: 48%;}
.box-facilities .section-1{
    height: 367px;
    background: #fff;
    margin-bottom: 0px;
}
.box-facilities .section-2 {
    height: 367px;
    background: #214263;
    margin-bottom: 0px;
    color:#fff;
}
.box-facilities .btn{padding-left:20px;}
.box-facilities .section-2 .right {
    width: 50%;
    float: right;
}
.box-facilities .section-2 .left {
    width: 48%;
}
.facilities1-banner {
    background: url(../images/banner-facilities-1.jpg) center center;
    width: 100%;
    background-size: cover;
    height: 400px;
    position: relative;
}
.box-detail-fac{margin-bottom: 50px;}
.inner-detail-fac{
    border:8px solid #f4f4f4;
    background:#fff;
    padding: 40px;
}
.inner-detail-fac .left{width:50%;float:left;}
.inner-detail-fac .right{width:45%;float:right;}
.inner-detail-fac .left figure{
    margin-left: -150px;
}
.inner-detail-fac .right p{margin-bottom:15px;}
.etc-facilities{
    background: #f4f4f4;
    padding: 50px 0 50px;
}
.room-equipment.about{
	background: #fff;
	margin: 50px 0 50px;
	padding: 0;
}
.room-equipment.about .container ul{
	width: 60%;
	margin: 0 auto;
}
.room-equipment.about .container ul li{
	width: 48%;
	margin-right: 4%;
}
.room-equipment.about .container ul li:last-child{
	margin: 0;
}
.room-equipment.about ul li .detail{
	text-align: center;
}
.etc-facilities.bed ul li{
	float: left;
	width:30%;
	margin-right: calc( 10% / 2 );
	background:#fff;
	border:1px solid #e5e5e5;
	transition:all 0.5s;
    
}
.etc-facilities.bed.stay ul{
	width: 70%;
	display: block;
	margin: 0 auto;
}
.etc-facilities.bed.stay ul li{
	width:45%;
	margin-right: 10%;
}
.etc-facilities.bed.stay ul li:last-child{
	margin-right: 0;
}
.etc-facilities ul li{
	float: left;
	width:30%;
	margin-right: calc( 10% / 2 );
	background:#fff;
	border:1px solid #e5e5e5;
	transition:all 0.5s;
    min-height: 445px;
}
.etc-facilities ul li:last-child{margin-right:0;}
.etc-facilities ul li .detail{padding:10px 20px 25px 20px;}
.etc-facilities ul li .detail p{color:#6a6a6a;}
.etc-facilities ul li .detail h2 {
    font-size:20px;
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #d5b362;
    display: inline-block;
    padding: 0px 0px 5px;
    font-weight: 500;
}
.etc-facilities ul.animation li:hover,
.room-equipment.about ul.animation li:hover{
    transform: translate(-10px, -10px);
    box-shadow: 3px 3px 30px rgba(0,0,0,0.2);
}
.long-banner{
    background:url(../images/banner-long2.jpg) top center;
    width: 100%;
    background-size: cover;
    height:500px;
    position: relative;
}
.short-banner{
    background:url(../images/banner-long.jpg) top center;
    width: 100%;
    background-size: cover;
    height:500px;
    position: relative;
}
.rooms-banner{
    background:url(../images/banner-room.jpg) top center;
    width: 100%;
    background-size: cover;
    height:500px;
    position: relative;
}

.box-step-rental{padding-bottom: 50px;}
.box-step-rental h3{font-size: 20px; color:#6ebc3a;text-align: center;margin-bottom: 50px;}
.box-step-rental p{text-align: center;}
.box-step-rental ul li{display: inline-block;width:24%;text-align: center;position: relative;vertical-align:top;}
.box-step-rental ul{margin-bottom:40px;}
.box-step-rental ul li .detail{margin-top:10px;}
.box-step-rental ul li .detail p{margin-top:5px;font-family: 'Lora', serif;}
.box-step-rental ul li .detail span{display: block;}
.box-step-rental ul li:after{
    position: absolute;
    top: 20%;
    right: 0%;
    display: block;
    width:25px;
    height: 70px;
    content: " ";
    background: url(../images/arrow-right.png) no-repeat;
    background-size: contain;
}
.box-step-rental ul li:last-child:after{display:none;}
.box-gallery {
    background: #f4f4f4;
    padding: 50px 0 40px;
}
.box-gallery.about{
	padding: 0 0 30px 0;
}
.box-gallery ul li{width: 25%;float: left;}
.box-feature{
	
}
.box-feature ul{margin-left:20px;}
.box-feature ul li{display: block;float: none;margin-bottom: 10px;width: auto;position:relative;font-size: 20px;}
.box-feature ul li:before {
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    top: 12px;
    content: " ";
    background: #6ebc3a;
    border-radius: 50%;
    left:-16px;
}
.pic-gallery{background:url(../images/banner-01.jpg) no-repeat;height:130px;width:100%;margin-top:50px;background-size:cover;text-align: center;padding-top:45px;}
.pic-gallery a{
    background:#6ebc3a;
    border-radius: 5px;
    color: #fff;
    padding: 12px 40px;
    display: inline-block;
    box-shadow: 0px 3px 0px #64af31;
}
.room-banner{
    background:url(../images/banner-1br.jpg) top center;
    width:100%;
    background-size:cover;
    height:500px;
    position:relative;
}
.room-banner.twobed{
    background:url(../images/banner-2br.jpg) top center;
    background-size:cover;
}
.box-show-room{padding:90px 0 50px;}
.box-show-room ul li{float:left;width:15%;margin-right:2%;}
.box-show-room ul li .detail img{width: 25px;}
.box-show-room ul li:last-child{margin-right:0%;}
.box-show-room ul li .detail{margin:10px 0 10px;position:relative;}
.box-show-room ul li .detail:after {
    border-right: 1px solid #f0f0f0;
    content: " ";
    width: 20px;
    height: 35px;
    position: absolute;
    top: 0;
    right: -11px;
}
.box-show-room ul li:last-child .detail:after{display:none;}
.box-show-room ul li .detail img{display:inline-block;margin-right:6px;vertical-align:top;margin-top:5px;}
.box-show-room ul li .detail span{display:inline-block;width:73%;font-size: 11px;}
.box-service{padding:0px 0 20px;}
.box-service h2,.box-service h1{font-size:22px;margin-bottom:15px;font-weight: 600;}
.box-service h2 span,.box-service h1 span{color:#6ebc3a;}
.bookroom{width:70%;}
p.head{font-size:15px;color:#000;font-weight: 600;margin:15px 0;}
.s-01{margin:30px 0 0px;background:#f8f8f8;padding: 20px;}
.icon{background:#fff;border-radius:5px;border:1px solid #f0f0f0;padding:20px 20px;text-align: center;display: inline-block;}
.s-01 p{display: inline-block;margin-left:2%;}
.s-02{padding:30px 0 15px 0;border-bottom: 1px solid #f0f0f0;}
.box-list-fac{width: 80%;}
.box-list-fac p{display: inline-block;width:21%;vertical-align:top;}
.box-list-fac .inner{display: inline-block;width:78%;}
.box-list-fac ul li{display: inline-block;width:25%;margin-bottom:15px;    vertical-align:top;}
.box-list-fac ul li img{margin-right: 5px;margin-bottom:5px;}
.s-03{padding: 30px 0;}
.s-03 h3{font-size:15px;font-weight: 600;}
.s-03 ul{margin-left: 30px;margin-bottom:20px;}
.s-03 ul li{position: relative;}
.s-03 ul li:before {
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    top: 7px;
    content: " ";
    background: #6ebc3a;
    border-radius: 50%;
    left: -16px;
}
.room-equipment{padding-bottom: 50px;}
.room-equipment ul li {
    float: left;
    width:22.5%;
    margin-right:3%;
    background: #fff;
    border: 1px solid #e5e5e5;
    transition: all 0.5s;
    margin-bottom: 15px;
}
.room-equipment ul li:nth-child(4){margin-right: 0;}
.room-equipment .detail{padding: 15px;height:180px;}
.room-equipment .detail p{margin-bottom:10px;}
.about.room-equipment .detail{height: auto;}
.profile .title{
	text-align: center;
}
.profile table{
	width: 60%;
	margin: 0 auto;
	border-collapse:separate;
}
.profile table th{
	width: 25%;
	padding: 15px;
	background: #214263;
	color: #fff;
	border-bottom: #f4f4f4 1px solid;
}
.profile table tr:first-child th{
	border-radius: 10px 0 0 0;	
}
.profile table tr:last-child th{
	border-radius: 0 0 0 10px;	
	border-bottom: none;
}
.profile table tr:first-child td{
	border-radius: 0 10px 0 0;	
}
.profile table tr:last-child td{
	border-radius: 0 0 10px 0;
	border-width: 1px;
}
.profile table td{
	width: 75%;
	border: 1px solid #214263;
	border-width:1px 1px 0 1px;
	padding: 15px;
	background: #fff;
}
.short-stay .topic-page p{
	text-align: left;
}
.short-stay.box-step-rental ul{
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
/*.short-stay.box-step-rental ul li{
	width: 46%;
	border-radius: 10px;
    margin-right: 6%;
    background: #214263;
    color: #fff;
    font-size: 1.6em;
    font-weight: bold;
    padding: 20px;
}*/
.short-stay.box-step-rental h3{
	margin-bottom: 0;
}
.short-stay.box-step-rental ul li{
	font-size: 16px;
}
.short-stay.box-step-rental ul li .detail p{
	font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', -apple-system, sans-serif;
}
.short-stay.box-step-rental ul li:last-child{
	margin-right: 0;
}
.short-stay.box-step-rental ul li:after{
	content: none;
}
.short-stay.room-equipment ul li{
	float: left;
    width: 30.33%;
    margin-right: 4%;
    background: #fff;
    border: 1px solid #e5e5e5;
    transition: all 0.5s;
    min-height: 450px;
}
.short-stay.room-equipment ul li:last-child{
	margin-right: 0;
}
.form-contact{
	width: 60%;
	margin: 0 auto;
}
.box_form .row{
	margin-bottom: 20px;
}
.box_form .row span{
	width: 20%;
	display: inline-block;
	vertical-align: top;
}
.box_form .row input,
.box_form .row textarea{
	border: 1px solid #ccc;
    padding: 5px 10px;
    width: 70%;
    display: inline-block;
}
.box_form .row.name span:nth-child(2),
.box_form .row.name span:nth-child(4){
	width: auto;
	margin-right: 10px;
}
.box_form .row.name input{
	width: 25%;
	margin-right: 10px;
}
.box_form .row input.start,
.box_form .row input.end{
	width: calc( 30% - 7px );
}
.box_form .row .kara{
	width: 10%;
	text-align: center;
	vertical-align: middle;
}
.box_form .row select{
	border: 1px solid #ccc;
    padding: 5px 10px;
    display: inline-block;
    height: 32px;
}
.box_form .btn .btn-mail{
	background: #214263;
    border-radius: 5px;
    color: #fff;
    padding: 12px;
    margin: 0 auto 20px auto;
    width: 200px;
    display: block;
}
.box-rental li .inner{
	overflow: hidden;
}
.box-rental li img{
	transition-duration: 0.5s;	
}
.box-rental li:hover img{
	transform: scale(1.2);
	transition-duration: 0.5s;
}
.home-facilities li figure{
	overflow: hidden;
}
.home-facilities li.zoom figure img{
	transition-duration: 0.5s;	
}
.home-facilities li.zoom:hover figure img{
	transform: scale(1.2);
	transition-duration: 0.5s;
}
.txt-contact:hover{
	background: #6fbc3a;
}
.box-bottom .right a:hover{
	background: #6fbc3a;
	box-shadow: 0px 3px 0px #6fbc3a;
}
.etc-facilities .btn{
	margin-top: 50px;
}
.etc-facilities .btn a{
	display: block;
	margin: 0px auto;
	width: 145px;
}
.etc-facilities.single .btn a{
	display: block;
	margin: 0px auto;
	width: 190px;
}

ul.dropmenu{
    position:absolute;
    width: 120px;
    display: none;
    z-index: 99;
    padding: 8px 0;
}
ul.dropmenu.facilities{
	width: 200px;
}
ul.dropmenu li {
    display: block;
    line-height: 20px;
    float: none;
    background: #214263;
    border-bottom: 1px solid #999;
    margin: 0;
    padding: 10px;
    width: 200px;
}
ul.dropmenu li:hover{
    background: #6ebc3a;
}
ul.dropmenu li:last-child{
	border-bottom: none;
}
ul.dropmenu li a{
	color: #fff;
	font-size: 15px;
    display: block;
}
.menu-top ul li:hover ul.dropmenu{display: block;margin-left: -70px;}
.menu-top ul li:hover ul.dropmenu.facilities{margin-left: -57px;}
.etc-facilities.stay{
	background: #fff;
}
.etc-facilities.stay.bed ul li .detail{
}
.sp{
	display: none;
}
.smalltitle{
	font-size: 12px;
	font-family: 'Lora', serif;
}
#breadcrumbs{
	width: 75%;
    margin: 20px auto 0 auto;
}
.short-stay table{
	text-align: center;
	margin: 0 auto;	
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-word;
}
.short-stay table tr:first-child{
	background: #f4f4f4;
}
.short-stay table td{
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	padding: 5px 8px;
}
.g-recaptcha{
	margin-bottom: 30px;
}
.g-recaptcha div{
	margin: 0 auto;
}

/*-----------------------------@media--------------------------------------*/
@media(min-width:1025px){
    .container{width:1024px;margin:auto;padding:0px;}
    .box-show-room .container{width:1100px;margin:auto;padding:0px;}
}
@media(max-width:1200px){
    
}
@media(max-width:1024px){
    .menu-top ul li{margin-right:3.5%;}
    .mask{padding:20px;}
    .mask .content{width:100%;padding:0px 15px;}
}
@media(max-width:973px){
    .menu-top ul li {margin-right:1.5%;}
    .section-1 .right .detail p,.section-2 .left .detail p{padding-left: 0;}
    .section-1,.section-2,.box-facilities .section-1,.box-facilities .section-2{height: auto;}
    .box-show-room ul li,.box-list-fac ul li{width:32%;}
    .box-show-room ul li:nth-child(3n){margin-right: 0;}
    .box-show-room ul li .detail:after{display:none;}
    .box-list-fac p{width: 30%;}
    .box-list-fac .inner{width: 69%;}
    .box-list-fac{width:100%;}
}
@media(max-width:848px){
   .room-1 .left {
        padding:2% 0%;
    }
    .room-2 .left figure {margin-top:0;}
    .box-type-room .caption p {
        padding:10px 15px;
        font-size:10px;
    }
    .room-2 .right {padding:8% 2% 0 2%;}
    .box-advantages .left .btn {margin-top:20px;}
    .box-advantages .left {padding:0px 0px;}
    .box-advantages .container{padding:50px 15px;}
    footer .col-2 {width:60%;}
    .menu-top{display:none;}
     #top-contact {
        width:100%;
        background:#214263;
        color:#fff;
        padding:10px 10px;
        margin-top:10px;
    }
    #top-contact p {
        display:inline-block;
        font-size: 18px;
    }
    #top-contact p img{
       display:none;
    }
    .txt-contact{margin-bottom:0px;padding:0 10px 0 0px;font-size: 18px;vertical-align: middle;}
     header{padding-bottom:0;}
     header .container{padding:0px;}
    .box-show-room {padding-bottom:30px;}
    .bookroom{width:100%;}
    .room-equipment ul li{width: 30%;}
    .short-stay.room-equipment ul li{width:48%;}
    .short-stay.room-equipment ul li:nth-child(2n){margin-right:0;}
    ul.dropmenu {
        position: relative;
        width: 200px;
        background: #212121;
        top: 0px;
        display: none;
        margin-top:0!important;
        padding: 0px!important;
    }
    ul.dropmenu li{padding: 0px;}
    #top-contact p a{
	    color: #fff;
    }
}
@media(max-width:768px){   
    .mask h2 {font-size:20px;}
    .read {margin-top:5px;}
    .box-bottom .left{width:100%;padding-top:50px;text-align: center;}
    .box-bottom .right{width:100%;padding-top:20px;text-align: center;}
    .s-01 p{width:69%;}
    .room-equipment.about .container ul li{width:100%;}
    .room-equipment.about ul li a img{
	    width: 100%;
    }
    #lang a{
	    display: block;
	    margin-bottom: 5px;
    }
    #lang img{display:none;}
    #lang span{display:none;}
    #lang a img{display:inline-block;}
}
@media(max-width:667px){
    .caption-b,.intro-about .left,.box-rental ul li,.box-advantages .left{width:100%;}
    .intro-about .right,.box-advantages .right{width:100%;margin-top: 20px;}
    .caption-b p.head-banner {font-size:25px;}
    .caption-b h1 {font-size:18px;}
    .topic{margin-bottom:10px;}
    .box,.box-benefits{padding:30px 0;}
    .box-advantages .container{padding:30px 15px;}
    .title {text-align: center;}
    .btn{
        margin:15px 0;
        text-align:center;
    }
    .home-facilities ul li,.box-gallery ul li{width:50%;}
    .box-feature {padding:20px 0;}
    .section-1 .left,.section-1 .right,.box-facilities .section-1 .left,.box-facilities .section-1 .right,.box-facilities .section-2 .left,.box-facilities .section-2 .right,.inner-detail-fac .left,.box-feature ul li{width:100%;}
    .inner-detail-fac .left figure{margin-left:0px;}
    .inner-detail-fac .right{width:100%;margin-top:20px;}
    .topic-page{margin-bottom:20px;}
    .section-2 .left,.box-facilities .section-1 .left {
        width:100%;
        float:right;
    }
    .section-2 .right{
        width:100%;
        float:left;
    }
    .section-2 .left,.section-1 .right{padding:30px 30px;}
    .box-facilities .btn{padding-left: 0;}
    .intro-page{padding:60px 0 0px 0;}
    .topic-page h2{font-size:20px;font-weight:600;}
    .bene-banner,.facilities-banner,.facilities1-banner,.long-banner,.short-banner,.rooms-banner,.room-banner,.room-banner.twobed,.about-banner,.contact-banner{height: 300px;}
    .etc-facilities ul li .detail h2{font-size:16px;}
    .box-step-rental ul li:after{right:-18%;}
    .pic-gallery{margin-top:30px;}
    .icon{padding:10px;vertical-align:top;}
    .box-service{padding-bottom:0px;}
    .short-stay.box-step-rental ul{
	    width: 100%;
    }
    .short-stay.box-step-rental ul li{
	    margin-right: 3%;
    }
	.box-benefits .section-1 img{
		border-radius: 20px 20px 0 0;	
	}
	.box-benefits .section-2 img{
		border-radius: 20px 20px 0 0;	
	}
	.form-contact{
		width: 90%;	
	}
	.box_form .row.name input{
		width: 25%;
	}
    .pc{
	    display: none;
    }
    .sp{
	    display: inline-block;
    }
    .box-menu{
	    width: 49%;
    }
    .etc-facilities.bed.stay ul{
	    width: 90%;
    }
    .etc-facilities.bed.stay ul li{
	    width: 100%;
	    float: none;
    }

}
@media(max-width:568px){
   .arrow-down a {
        background: url(../images/bg-green.jpg);
        width: 160px;
        height: 50px;
        background-size: contain;
        font-size: 16px;
        padding-top: 14px;
    }
    .arrow-down a img{width:18px;}
    .room-equipment.about .container ul{
	    width: 100%;
    }
    .etc-facilities.bed ul li{
	    width: 100%;
    }
    .room-1 .left,footer .col-1,.etc-facilities ul li,li.box-list-fac .inner{width:100%;}
    .etc-facilities ul li a img{
	    width: 100%;
    }
    .profile table{
	    width: 100%;
    }
    footer .col-1{padding-right:0;}
    .room-1 .right{width:100%;margin-bottom:50px;margin-top: 15px;}
    .room-2 .left{width:100%;float: right;}
    .box-rental{padding-bottom: 10px;}
    .room-2 .right{float:left;width:100%;padding:15px 0;}
    footer .col-2{width:100%;margin-top:10px;}
    .copyright{text-align:center;padding-bottom:20px;}
    footer{padding-top:20px;}
    #logo img{width:150px;}
    #lang {
        padding-top:3px;
        float:none;
        position:absolute;
        padding-left:10px;
        font-size: 10px;
    }
    #logo {
        float:none;
        width:100%;
        text-align:center;
    }
    .inner-detail-fac {padding:20px;}
    .box-show-room ul li{width:48%;}
    .box-show-room ul li:nth-child(3n){margin-right:3%;}
    .box-show-room ul li:nth-child(2n){margin-right: 0;}
    .box-list-fac p {width:100%;margin-bottom: 20px;}
    .room-equipment ul li{width:48%;}
    .room-equipment ul li:nth-child(2n){margin-right:0;}
    	.short-stay.room-equipment ul li{width:100%;}
	.short-stay.room-equipment ul li img{width:100%;}

    .short-stay.box-step-rental ul li{
		width: 80%;
		margin: 0;
		margin-bottom: 30px;
    }
    .short-stay.box-step-rental ul li:last-child{
		margin: 0;
	}
	.etc-facilities ul li{
		margin-bottom: 20px;
	}
	.box-list-fac .inner{
		width: 100%;
	}
}
@media(max-width:414px){
    .read {margin-top: 0;padding:5px 20px;}
    .home-facilities ul li,.mask-fac .content{width:100%;}
    .frame-line {left: 0;top:0;}
    .box-step-rental ul li{width:100%;margin-bottom:30px;}
    .box-step-rental ul li:after {
        position: relative;
        top: initial;
        bottom: -16px;
        right: initial;
        display: block;
        left: 47%;
        text-align: center;
        height: 20px;
        content: " ";
        background: url(../images/arrow-right.png) no-repeat;
        background-size: contain;
        transform: rotate(90deg);
    }
    .box-step-rental ul {margin-bottom:0px;}
    .box-step-rental h3{margin-bottom: 30px;}
    .mask p {
		margin: 20px 0;
	}
	.room-equipment ul li{width:100%;}
	.room-equipment ul li img{width:100%;}
}
@media(max-width:375px){
    .mask h2{margin: 0;}
    .mask p {
        font-size: 11px;
        line-height: normal;
    }
    #logo img {width:110px;}
}
   

