@charset "UTF-8";
/*CSS INFOMATION=======================

PC CSS

File name : pc.css
   
====================================*/
@media screen and (min-width: 768px) {
  .spBox {
    display: none;
  }
	
@media all and (min-width: 767px) and (max-width: 768px) {
	.ipadBox{
		display: none;
	}
	}
	
	
.modal { 
background:#fff;
position:fixed; z-index:9999; top:50%; left:50%; width:700px; height:490px; margin:-245px 0 0 -350px; padding:10px; text-align:center;
box-sizing: border-box;
border-radius:15px;
-webkit-border-radius:15px;
-moz-border-radius:15px;
overflow: hidden;	
	
	
	
	}	
	

#btn-close{
	position:absolute;
	right:0;
	top:20px;
	right:35px;
	/*
	top:15px;
	right:15px;
	*/
	cursor:pointer;
	z-index:9999;
}
	
	
	.modalbg{
		width: 100%;
		height: 100vh;
		background:rgba(0,0,0,0.7);
		position: fixed;
		z-index: 99999;
	}
	
	.pop{
		padding: 50px;
		overflow-y:scroll;
		height: 370px;
	}
	
	.pop .ttl{
		font-size: 26px;
		text-align: left;
		font-weight: bold;
		color: #111;
		margin: 0;
		padding: 0 0 10px;
	}
	
	.pop p{
		font-size: 16px;
		text-align: left;
		color: #111;
	}
	
	.pop a{
		color: #111;
	}
	
	
	
	
  body {
    font-weight: 500;
    color: #595532;
  }
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  a:hover {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  img {
    -ms-interpolation-mode: bicubic;
  }
  #container {
    line-height: 1.8;
    background: #fff;
  }
  .contents {
    width: 1000px;
    padding: 20px 0 0;
    margin: 0 auto;
  }
  header {
    position: relative;
    z-index: 9995;
    position: fixed;
    height: 80px;
    width: 100%;
    top: 0;
    /*box-shadow: 0 0 3px rgba(0,0,0,.4);/*box-shadow:0px 1px 3px 1px #555;
-moz-box-shadow:0px 1px 3px 1px #555;
-webkit-box-shadow:0px 1px 3px 1px #555;*/
  }
  h1 {
    position: absolute;
    top: 10px;
    left: 50%;
    color: #fff;
    width: 150px;
    margin: 0 0 0 -75px;
  }
  h1 img {
    width: 100%;
    height: auto;
  }
  h2 {
    font-size: 60px;
    padding: 0 0 30px;
    margin: 0;
    line-height: 1.3;
    text-align: center;
    color: #e9ab30;
    font-family: hwt-artz, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05em;
  }
  h2 span {
    display: block;
    font-size: 20px;
    font-family: "M PLUS Rounded 1c" !important;
    font-weight: bold;
  }
  h3 {
    color: #e9ab30;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 10px 0 30px;
    line-height: 1.4;
    font-family: "M PLUS Rounded 1c";
  }
  p {
    margin: 0 0 20px;
    font-size: 20px;
    font-family: "M PLUS Rounded 1c";
    font-weight: bold;
  }
  footer {
    margin: 0;
    padding: 0 0 30px;
    font-size: 10px;
    text-align: center;
  }
	
	.banner{
		margin: 0 0 50px;
		display: flex;
		justify-content: center;
	}
	
	.banner a{
		display: block;
		text-decoration: none;
	}
	
	.banner img{
		padding: 0 5px;
	}
	
	.banner span{
		display: block;
		padding: 5px 0;
		font-weight: bold;
		font-size: 11px;
	}
	
  .snsBox a {
    font-size: 40px;
    padding: 0 10px;
  }
  .snsBox .fa-facebook {
    font-size: 38px;
    padding: 0 10px 0 6px;
  }
  .copy {
    font-size: 12px;
    padding: 10px 0 0;
    text-align: center;
    font-family: "M PLUS Rounded 1c";
    color: #e9ab30;
    font-weight: bold;
  }
	
	
  #topBtn {
    position: fixed; /*固定*/
    bottom: 10px; /*場所を右下に移動*/
    right: 10px; /*場所を右下に移動*/
    display: block; /*aタグをblock要素に変更*/
    color: #595532;
    text-decoration: none;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    line-height: 22px;
    padding: 15px;
    box-sizing: border-box;
    z-index: 9999;
    cursor: pointer;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #topBtn:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
	
	
	
  /*

home
-----------------------------------*/
  #home {
    background: #e9ab30;
    position: relative;
    padding: 0 40px 30px;
  }
  #home .innerBox {
    padding: 90px 0 50px;
  }
  #home .main-txt01 {
    text-align: left;
  }
  #home .main-txt01 {
    padding: 30px 0 0;
  }
  #home .main-txt02 {
    font-family: hwt-artz, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05em;
    padding: 0 0 0;
    font-size: 50px;
    line-height: 1.0;
    text-align: center;
    color: #e9ab30;
  }
  #home .main-txt02 span {
    font-family: hwt-artz, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
  }
  #home .main-txt03 {
    text-align: center;
	  width: 700px;
	  margin: -20px auto 0;
	  overflow: hidden;
  }
	
	#home .main-add{
		color:#F6AB00;
		font-size: 18px;
		text-align: left;
		font-family: "M PLUS Rounded 1c";
    	font-weight: bold;
		padding: 50px 0 0;
		float: left;
		line-height: 1.5;
	}
	
	#home .main-add-txt{
		color:#595532;
		margin: 7px 0 0;
		font-family: "M PLUS Rounded 1c";
	}
	
	#home .main-add img{
		width: 105%;
		height: auto;
	}
	
	
	#home .main-eki{
		float: right;
		padding: 70px 0 0;
	}
	
	#home .main-eki img{
		width: 150px;
		height: auto;
	}
	
	@media all and (min-width: 768px) and (max-width: 855px) {
		#home .main-add{
		color:#F6AB00;;
		font-size: 18px;
		text-align:left;
		font-family: "M PLUS Rounded 1c";
    	font-weight: bold;
		padding: 50px 0 0;
		margin: 0 50px;
		float:none;
		line-height: 1.5;
	}
		
	#home .main-add img{
		width: 100%;
		height: auto;
		}
	
	
	#home .main-eki{
		width: 90%;
		float: none;
		padding: 0px 0 0;
		margin: 0 auto -60px;
		text-align: right;
	}
	
	#home .main-eki img{
		width: 100px;
		height: auto;
	}
		
	}
	
	
  .logo {
    padding: 50px 0;
    text-align: center;
  }
  .news {
    color: #fff;
    padding: 0 0 0;
    text-align: center;
  }
  .news-ttl {
    font-weight: bold;
    font-size: 40px;
    font-family: hwt-artz, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.1em;
	  text-align: center;
  }
  .news p {
    text-align:left;
	  margin: 0 0 10px;
	  
  }
	
	.news{
		max-width: 900px;
		margin: 0 auto;
		text-align: left !important;
	}
	
	.news a{
		color: #fff;
		text-decoration: none;
	}
	
	
　.day{
	font-family: hwt-artz, sans-serif;
    font-weight: 700;
	font-size: 30px;
    font-style: normal;
    letter-spacing: 0.1em;
	color:#e9ab30;
	}　
	

	
	.news-top-ttl{
		font-size: 30px !important;
	}
	
	.news-box .news-txt01{
		margin: 0 0 0 72px;
		font-family: "M PLUS Rounded 1c";
		display: block;
	}
	
	.news-box .news-txt02{
		margin: 0 0 0 108px;
		font-family: "M PLUS Rounded 1c";
	}
	
	.news-box .toplist a{
		width: 100%;
		display: block;
		text-align:center !important;
	}
	
	.news-box ul{
		margin: -30px 0 0;
	}	
	
	
	
	.news-box h3{
		padding: 0 0 7px !important;
	}
	
	.news-box ul li{
		border-bottom: 5px solid #e9ab30;
		margin:50px;
		padding: 10px 0 40px;
	}
 	
		.news-box ul li:last-child{
		border-bottom: none;
	}
	
	.news-box ul li p{
		font-size: 18px;
	}
	
	.news-box ul li span{
		font-size: 18px;
	}
	
	.news-box ul li h4{
		font-size: 24px !important;
	}
	
	.news-box ol{
		margin: 0 0 20px;
	}
	
	.news-box ol li{
		border-bottom:none;
		margin:0;
		padding: 0px 0 5px;
		font-size: 18px;
		list-style: disc;
		margin: 0 0 0 20px;
		font-family: "M PLUS Rounded 1c" !important;
		font-weight: bold;
	}
	
  #home .tel {
    text-align: center;
    font-size: 70px;
    color: #fff;
    font-family: hwt-artz, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05em;
  }
  #home .tel a {
    color: #fff;
    text-decoration: underline !important;
    pointer-events: none;
  }
  /*

about
-----------------------------------*/
  #about {
    background: #fff;
    padding: 0 40px;
  }
  #about .about-img01 {
    margin: 0 -50px 0 0;
    text-align: right;
    padding: 0 0 50px;
  }
  #about .innerBox {
    padding: 30px 0 140px;
  }
  /*

facility
-----------------------------------*/
  #facility {
    background: #b1cb41;
    padding: 0 40px;
  }
  #facility .innerBox {
    padding: 90px 0 130px;
  }
  /*

hotel
-----------------------------------*/
  #hotel {
    background: #58b3ba;
    padding: 0 40px 40px;
  }
  #hotel .hotel-txt01 {
    font-size: 14px;
  }
  .hotel-txt02 {
    font-size: 16px;
  }

   #hotel .hotel-txt03 {
    font-size: 20px;
	   padding: 0 0 30px;
	   text-decoration: underline;
  }	
	
  #hotel .hotel-ttl {}
  #hotel .hotel-ttl {
    font-size: 16px;
    position: relative;
    display: inline-block;
    width: 100%;
  }
  #hotel .hotel-ttl span {
    background: #fff;
    font-family: "M PLUS Rounded 1c";
    font-weight: bold;
    position: relative;
    z-index: 999;
    padding: 0 15px 0 0;
  }
  #hotel .hotel-ttl:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #58b1b8;
    z-index: 0;
  }
  #hotel .hotel-ttl:after {
    right: 0;
  }
	
	.hotel-innerBox{
		padding: 30px 0 0;
		margin: 30px 0 0;
		border-top:2px dashed #58b1b8;
	}
	
	.hotel-ttl02{
	font-size: 16px;	
	font-family: "M PLUS Rounded 1c";
    font-weight: bold;
	}
	
	
	
	.nedan-box{
		text-align: center;
	}	
	
	.nedan-box h3{
		text-align: center !important;
	}
	
	.nedan-box p{
		font-size: 24px !important;
		line-height: 1.4;
		padding: 0 0 20px;
	}
	
	.nedan-box p span{
		font-size: 20px !important;
		font-family: "M PLUS Rounded 1c";
	}
	
	
	.nedan-box02{
		width: 380px;
		margin: 0 auto;
		padding:30px 0 30px;
	}
	.nedan-box02 p{
		font-size: 24px !important;
		line-height: 1.4;
		padding: 0 0 0;
		
	}
	
	.nedan-box02 p span{
		font-size: 24px !important;
		font-family: "M PLUS Rounded 1c";
		padding:0 45px 0 40px;
	}
	
	
	.attention p{
		font-size: 16px !important;
		margin: 0 0 0 !important;
		padding-left:1em;
text-indent:-1em;
	}
	
	
.hotel-ttl03 {}
.hotel-ttl03 {
    font-size: 16px;
    position: relative;
    display: inline-block;
    width: 100%;
	text-align: center;
	margin: 0 0 30px 0;
  }
.hotel-ttl03 span {
    background: #fff;
    font-family: "M PLUS Rounded 1c";
    font-weight: bold;
    position: relative;
    z-index: 999;
    padding: 0 15px 0 15px;
	
  }
.hotel-ttl03:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #58b1b8;
    z-index: 0;
  }
.hotel-ttl03:after {
    right: 0;
  }
	
	.bar-hotel{
		height: 2px;
		background:#58b1b8;
		margin: 30px 0 0;
	}
	
  /*

map
-----------------------------------*/
  #map {
    padding: 0 40px;
  }
  #map .innerBox {
    padding: 30px 0 20px;
  }
  #map .map-img01 {
    padding: 0 0 30px;
  }
  #map .map-img01 a {
    pointer-events: none;
  }
  #map .googlemapBox {
    background: #fff;
    overflow: hidden;
    margin: 0 0 30px;
	position: relative;
	z-index: 1;  
  }
	
  #map .googlemapBox .googlemap__ttl{
	  position: absolute;
	  top:0;
	  left: 0;
	  width: 100%;
	  background: #F5A900;
	  color: #fff;
	  padding: 17px;
	  font-weight: bold;
	}
	
	#map .map-setumei{
		border: 5px solid #eee;
		padding:30px 50px;
		border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    overflow: hidden;
	}
	
	#map .map-setumei h3{
		font-size: 24px;
		padding: 0 0 15px;
	}
	
  #map .map-txt01 {
    font-size: 16px;
	  margin-left: 0.1em;
    text-indent: -0.5em;
  }
  #map .map-txt02 {
    font-size: 14px;
    font-family: "M PLUS Rounded 1c" !important;
    font-weight: bold;
    margin: 0 0 0 -5px;
  }
  #map .map-txt03 {
    background: url("../img/icon_access.png") center left no-repeat;
    background-size: 50px auto;
    padding: 0 0 0 60px;
    font-size: 20px !important;
    font-family: "M PLUS Rounded 1c" !important;
    font-weight: bold;
  }
	
  #map .map-txt04 {
    font-size: 14px;
    font-family: "M PLUS Rounded 1c" !important;
    font-weight: bold;
    margin: 0 0 0 205px;
  }	
	
	

	
	
  #map .map-txt {
    width: 480px;
    margin: 0 auto;
	  padding: 50px 0 0;
  }
	
  #map .map-txt p{
	  font-size: 18px;
	}
	
  #map .map-txt a {
    text-decoration: none;
  }
  /*

staff
-----------------------------------*/
  #staff {
    background: #e9ab30;
    position: relative;
    padding: 0 40px;
  }
  #staff h2 {
    padding: 50px 0 30px;
  }
  #staff h3 {
    text-align: left !important;
    color: #595532;
	 padding: 0 0 40px;
  }
  #staff h3 span {
    font-weight: bold;
    padding: 10px 0 30px;
    font-size: 30px;
    font-family: "M PLUS Rounded 1c";
    font-weight: bold;
    line-height: 1.0;
  }
  #staff h3 span em {
    vertical-align: middle;
  }
  #staff h4 {
    font-family: "M PLUS Rounded 1c" !important;
    font-weight: bold;
	  font-size: 12px;
  }
  #staff .txt01 {
    color: #e9ab30;
    margin: -30px 0 30px;
	  font-size: 18px;
  }
  #staff .txt02 {
    font-size: 16px;
    margin: 0 0 3px;
  }
  #staff .txtBox {
    padding: 0 30px 30px;
  }
  #staff .tel {
    text-align: center;
    font-size: 70px;
    color: #fff;
    font-family: hwt-artz, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05em;
    margin: -50px 0 0;
  }
  #staff .tel a {
    color: #fff;
    text-decoration: underline !important;
    pointer-events: none;
  }
  #staff footer .copy {
    color: #fff !important;
  }
	
	#staff .staff-leftBox{
		width: 48.5%;
		float: left;
	}	
	
	#staff .staff-rightBox{
		width: 48.5%;
		float: right;
	}	
	
	
  /*

facility
-----------------------------------*/
  #facility2nd {
    background: #b1cb41;
    position: relative;
    padding: 0 40px;
  }
  #facility2nd h2 {
    padding: 50px 0 30px;
  }
  #facility2nd h3 {
    text-align: left !important;
    color: #595532;
    margin: 0 0 -27px;
	  font-size: 24px;
  }
	
 #facility2nd p{
	 font-size: 18px !important;
	}
	
  #facility2nd .txtBox {
    padding: 0 30px 30px;
  }
  #facility2nd .tel {
    text-align: center;
    font-size: 70px;
    color: #fff;
    font-family: hwt-artz, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05em;
    margin: -50px 0 0;
  }
  #facility2nd .tel a {
    pointer-events: none;
  }
  #facility2nd footer .copy {
    color: #fff !important;
  }
	
	
	#facility2nd .f-leftBox{
		width: 48.5%;
		float: left;
	}	
	
	#facility2nd .f-rightBox{
		width: 48.5%;
		float: right;
	}
	
	#facility2nd .f-middleBox{
		width: 48.5%;
		margin: 0 auto;
	}
	
	
	
  /*

box
-----------------------------------*/
  .innerBox {
    max-width: 900px;
    margin: 0 auto;
    padding: 90px 0;
  }
  .whitebox {
    padding: 50px 0;
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	 
  }
	
	.cbox{
		overflow: hidden;
	}	
	
  .imgBox {
    padding: 0 0 30px;
    overflow: hidden;
    position: relative;
  }
  .imgBox img {
    width: 100%;
    height: auto;
  }
  .imgBox .leftBoxA {
    width: 48.5%;
    float: left;
    position: relative;
  }
  .imgBox .rightBoxA {
    width: 48.5%;
    float: right;
    position: relative;
  }
  .imgBoxB {
    padding: 0 0 30px;
    overflow: hidden;
    position: relative;
  }
  .imgBoxB img {
    width: 100%;
    height: auto;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    overflow: hidden;
  }
  .imgBoxB .leftBoxA {
    width: 48.5%;
    float: left;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    overflow: hidden;
    position: relative;
  }
  .imgBoxB .rightBoxA {
    width: 48.5%;
    float: right;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    overflow: hidden;
    position: relative;
  }
  .iconPhoto {
    position: absolute;
    bottom: 60px;
    left: 0;
    background: #e9ab30;
    color: #fff;
    padding: 5px 15px 5px 10px;
    border-bottom-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-top-right-radius: 30px;
    overflow: hidden;
    font-size: 16px;
    z-index: 999;
    font-weight: bold;
    font-family: "M PLUS Rounded 1c";
  }
  .iconPhotoB {
    position: absolute;
    bottom: 30px;
    left: 0;
    background: #e9ab30;
    color: #fff;
    padding: 5px 15px 5px 10px;
    border-bottom-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-top-right-radius: 30px;
    overflow: hidden;
    font-size: 16px;
    z-index: 999;
    font-weight: bold;
    font-family: "M PLUS Rounded 1c";
  }
  .txtBox {
    padding: 0 50px;
  }
  .btnArea {
    text-align: center;
    margin: 0 0 -120px;
  }
  /*

btn
-----------------------------------*/
  .btn {
    background: #005bac;
    color: #fff;
    padding: 10px;
    display: block;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
  a:hover.btn {
    background: #0075dd;
  }
  .btnA {
    width: 220px;
    margin: 0 auto;
  }
	
	
.btnArea img {
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
	
}
.btnArea img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
	filter: brightness(105%);
	
}	
	
	.btnArea a:hover{
		filter:alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
		
	}	
	
	
	
#staff h1 img {
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
	
}
#staff h1 img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
	filter: brightness(105%);
	
}	
	
	
#facility2nd h1 img {
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
	
}
#facility2nd h1 img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
	filter: brightness(105%);
	
}		
	
	
	
	
	.btnArea a:hover,
	#staff h1 a:hover,
	#facility2nd a:hover{
		filter:alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
		
	}
	
	
	
	
  /*
	
Nav
-----------------------------------*/
  main {
    text-align: center;
    position: relative;
    z-index: 1;
    background: #fff;
  }
  aside {
    display: none;
    box-sizing: border-box;
    width: 250px;
    height: 100%;
    padding: 100px 50px 15px;
    background: rgba(255, 255, 255, 1.0);
    position: fixed;
    top: 0;
    right: -400px;
    z-index: 999;
    border-left: 1px solid #e9ab30;
  }
  aside nav li a {
    color: #e9ab30;
    padding: 2px 0 0 0;
    display: block;
    text-decoration: none !important;
    text-align: left;
    font-size: 45px;
    /*border-bottom:1px solid #555;*/
    coursor: pointer;
    text-align: left;
    font-family: hwt-artz, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.2;
  }
  aside nav ul li a:hover {
    color: #e9ab30;
  }
  #menuBox {
    width: 60px;
    height: 60px;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 9999;
    background: #e9ab30;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    cursor: pointer;
  }
  #menuButton {
    display: block;
    width: 60px;
    height: 44px;
    position: relative;
  }
  #menuButton span {
    display: block;
    background: #fff;
    width: 36px;
    height: 2px;
    position: absolute;
    left: 12px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
  }
  #menuBox .txt {
    font-family: hwt-artz, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05em;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.05em;
    position: absolute;
    bottom: 1px;
    width: 100%;
    text-align: center;
  }
  #menuButton span:first-child {
    top: 12px;
  }
  #menuButton span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
  }
  #menuButton span:last-child {
    bottom: 12px;
  }
  #menuButton.active span:first-child {
    -webkit-transform: translateY(8px) rotate(30deg);
    -moz-transform: translateY(8px) rotate(30deg);
    -ms-transform: translateY(8px) rotate(30deg);
    transform: translateY(8px) rotate(30deg);
  }
  #menuButton.active span:nth-child(2) {
    opacity: 0;
  }
  #menuButton.active span:last-child {
    -webkit-transform: translateY(-10px) rotate(-30deg);
    -moz-transform: translateY(-10px) rotate(-30deg);
    -ms-transform: translateY(-10px) rotate(-30deg);
    transform: translateY(-10px) rotate(-30deg);
  }
  .container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    overflow: hidden;
    padding: 0 0 40px;
  }
  .swiper-slide img {
    width: 100%;
    height: auto;
  }
	
	
	
.news-box .day{
	font-family: hwt-artz, sans-serif;
    font-weight: 700;
	font-size: 22px !important;
    font-style: normal;
    letter-spacing: 0.1em;
		color:#e9ab30;
	}

.news-box .day span{
	font-family: hwt-artz, sans-serif;
    font-weight: 700;
	font-size: 18px !important;
    font-style: normal;
    letter-spacing: 0.1em;
		color:#e9ab30;
	}




.news .day{
	font-family: hwt-artz, sans-serif;
    font-weight: 700;
	font-size: 22px !important;
    font-style: normal;
    letter-spacing: 0.1em;
		color:#fff;
	float: left;
	margin: 0 30px 0 0;
	}

.news .day span{
	font-family: hwt-artz, sans-serif;
    font-weight: 700;
	font-size: 18px !important;
    font-style: normal;
    letter-spacing: 0.1em;
		color:#fff;
	}	
	
	
}
/**
 * swiper.js
 */


