<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.mt15{margin-top:2.5vw !important;}
.mt25{margin-top:3.5vw !important;}
.mt35{margin-top:4.5vw !important;}
.mt45{margin-top:5.5vw !important;}
/*--------------------*
*font
*--------------------*/
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.ttf?v1qah0") format("truetype"),url("fonts/icomoon.woff?v1qah0") format("woff"),url("fonts/icomoon.svg?v1qah0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block
}
@font-face {
  font-family: "lg";
  src: url("./fonts/lg.ttf?22t19m") format("truetype"),url("./fonts/lg.woff?22t19m") format("woff"),url("./fonts/lg.svg?22t19m#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block
}

html,body{}
body{
position: relative;
left: 0;
overflow-x: hidden;
}
.pconly{display: none;}
/*--------------------*
*header
*--------------------*/
header{}
header .section_bdy{width:100%;margin:0 auto;padding-bottom:3vw;}
header .section_bdy:after{content:"";display:block;clear:both;}
header .sub_header {
  /*display: flex;*/
}
header .logo{
  float:left;
  position: absolute;
  top: 3vw;
  width:40%;
  margin-right:20px;
  margin-left: 3vw;
}
header .logo a{
display:block;
}

header nav{
display:block;
position:fixed;
top:0;right:0;
height:100%;
width:50%;
right: -50%;
z-index:9999;
background:#fff;
text-align: left;
}

header nav .global_menuWrapper {
  height: 100vh;
  overflow-y: scroll;
}
header nav UL:after{content:"";display:block;clear:both;}
header nav UL{
display:block;
margin-top: 18vw;
width:100%;
z-index:2;
}
header nav LI{
border-bottom:2px dotted #91c274;
font-size:4.25vw;
}
header nav LI a{
display: block;
padding:3vw 0 3vw 4vw;
color:#606060;
}
header nav LI span{
font-size:3vw;
padding-left: 2vw;
}

header .sp_nav{float:right;margin: 3vw 14vw 0 0;}
header .sp_nav li{display: block;float:left;border-right: 1px solid #bdbdbd;padding: 0 2vw;}
header .sp_nav li a{display:block;width:10vw;height:10vw;
padding:1vw;line-height:10vw;
text-align:center;
padding:0;
}
header .sp_nav li a img{width: 9vw;}
header .sp_nav li a:hover{
opacity: 1;
}
header nav LI a:hover{
text-decoration: none;
}
header .layer{
position: fixed;
top: 0;
left:0;
z-index: 1;
display: none;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.2);
}

/*メニュー部分*/
#side_button,
#side_button span {
display: inline-block;
transition: all .4s;
box-sizing: border-box;
}
#side_button.active{
position: fixed;
}
#side_button {
position: absolute;;
width: 8vw;
height: 6.5vw;
top:5vw;
right:3vw;
z-index:10000;
}
#side_button span {
position: absolute;
left: 0;
width: 100%;
height: 1vw;
background-color: #91c274;
border-radius: 0px;
}
#side_button span:nth-of-type(1) {
top: 0;
}
#side_button span:nth-of-type(2) {
top: 2.75vw;
}
#side_button span:nth-of-type(3) {
bottom: 0;
}

#side_button.active span:nth-of-type(1) {
-webkit-transform: translateY(2vw) rotate(-45deg);
transform: translateY(2vw) rotate(-45deg);
}
#side_button.active span:nth-of-type(2) {
opacity: 0;
}
#side_button.active span:nth-of-type(3) {
-webkit-transform: translateY(-3.5vw) rotate(45deg);
transform: translateY(-3.5vw) rotate(45deg);
}

/*--------------------*
kv
*--------------------*/
#kv{
background-size:100% 100%;
overflow: hidden;
position: relative;
}
#kv .kv_catch{
position: relative;
}
#kv .kv_catch:before{
content: "";
width: 100%;
height: 4px;
background: #fff;
display: block;
position: absolute;
top: 5px;
z-index: 1;
}


/*--------------------*
planbtn
*--------------------*/
#planbtn{
  margin:0vw 0 5vw;
}
#planbtn .btn_reserve{
width: 90%;
margin: 0 auto;
text-align:center;
}
#planbtn .btn_reserve a{
display:block;
outline:none;
color:#ffffff;
font-size:3.5vw;
padding:3px;
max-width:350px;
margin:0 auto;
text-decoration: none;
text-align: center;
text-shadow:0 0 5px #333333;
background: #64884f url("../img/ico_arr_rw.png") no-repeat 92% center;
}
#planbtn .btn_reserve a span{
display:block;
padding: 3vw 0;
padding-right:4.5vw;
border:1px solid rgba(255, 255, 255, 0.50);
}


/*--------------------*
news
*--------------------*/
.news{padding:2vw 0;}
.news .news_box{padding: 5vw 0 0;}
.news .season_box{text-align: center;}
.news .season_ttl {display: inline-block;font-size: 4.5vw;color: #fff;padding: 1vw 6vw;}
.news .news_list{width:92%;margin:3vw auto 0;padding-bottom:5vw;}
.news .news_list li{
width:100%;
padding:1.5vw 0;
padding-left: 3vw;
}
.news_summer li{
border-bottom: 1px solid #a5c199;
background: url(../img/arrow_summer.png)  0 3vw no-repeat;
background-size: 1.45% auto;
}
.news_winter li{
border-bottom: 1px solid #50a2d1;
background: url(../img/arrow_winter.png)  0 3vw no-repeat;
background-size: 1.45% auto;
}
.news .news_list li:after{content:"";display:block;clear:both;}
.news .news_list li:last-child{border-bottom:none;}
.news .news_list .post_ttl {font-size:3.75vw;}
.news .news_list .post_ttl a{color:#5a5555;display: block;}
/*.news_summer .news_box{background: url(../img/bg_pattern.gif);}*/
.news_winter .news_box{background: url(../img/bg_pattern2.gif);}
.news_summer .season_ttl{background: #91c274;}
.news_winter .season_ttl{background: #50a2d1;}



/*--------------------*
plan_banner
*--------------------*/
.plan_banner{
  width:100%;
  text-align: center;
  margin:0 auto 0;
  padding:5vw 0 0vw;
}
.plan_banner .plan_ttl {
  display: inline-block;
  font-size: 4.5vw;
  color: #fff;
  padding: 1vw 6vw;
  background: #91c274;
}
.plan_banner h2 {
text-align: center;
padding: 0vw 0 5vw;
color: #303030;
font-size: 6vw;
background: url(../img/curve.png) no-repeat center bottom;
background-size: 100% auto;
margin-bottom: 5vw
}
.plan_banner h2 .h2_txt{
position: relative;
letter-spacing: 0.1em;
}
.plan_banner h2 a{
  color:#000;
}
.plan_banner h2 .h2_txt:before{
content: "";
display: block;
background: url("../img/mt_img_gray.png") no-repeat 0 0;
background-size: 100% 100%;
width: 16vw;
height: 8vw;
position: absolute;
top: 0;
left: -17vw;
}
.plan_banner h2 .h2_txt:after{
content: "";
display: block;
background: url("../img/mt_img_gray.png") no-repeat 0 0;
background-size: 100% 100%;
width: 16vw;
height: 8vw;
position: absolute;
top: 0;
right: -17vw;
}
.plan_banner h2 .j_txt{font-size: 3vw;display: block;font-weight: normal;}

.plan_banner .season_banner_wrap{
  margin-top:3vw;
}
.plan_banner .season_banner{
  padding:0;
  width:90%;
  margin:0 auto 3vw;
}
.plan_banner .season_banner_caption{
  font-size:2.8vw;
}
.plan_banner .more {
  margin: 0vw auto 4vw;
  width: 80%;
  text-align: center;
  display: block;
}
.plan_banner .more a {
  margin:0 auto;
  border:1px solid #3f761e;
  padding: 2vw 0;
  background:url(../img/arrow_green.png) no-repeat 98% 50%;
  color:#3f761e;
  font-size: 4vw;
  display: inline-block;
  width: 100%;
  transition: color 0.2s ease-out, background-color 0.5s ease-out,background-position .2s ease-out, box-shadow 0.5s ease-out;cursor: pointer;
  text-decoration: none;
}

/*--------------------*
bannerList
*--------------------*/
.bannerList__inner {
  display: block;
  width: 90%;
  margin: 10vw auto;
}
.bannerList__item:not(:last-child) {
  margin-bottom: 5vw;
}
.bannerList__imgWrapper {
  display: block;
  width: 100%;
}
.bannerList__img {
  display: block;
  width: 100%;
}

/*--------------------*
special_banner
*--------------------*/
.special_banner{
  background:#eee;
  padding:5vw 15vw 2vw;
}
.special_banner .special_banner_caption{
  font-size:2.8vw;
  text-align: center;
  margin-top:0.5vw;
}

/*--------------------*
experience
*--------------------*/
#experience{padding:5vw 0 2vw;}
#experience h2 {
text-align: center;
padding: 0vw 0 5vw;
color: #303030;
font-size: 6vw;
background: url(../img/curve.png) no-repeat center bottom;
background-size: 100% auto;
margin-bottom: 5vw
}
#experience h2 .h2_txt{
position: relative;
letter-spacing: 0.1em;
}
#experience h2 a{
  color:#000;
}
#experience h2 .h2_txt:before{
content: "";
display: block;
background: url("../img/mt_img_gray.png") no-repeat 0 0;
background-size: 100% 100%;
width: 16vw;
height: 8vw;
position: absolute;
top: 0;
left: -17vw;
}
#experience h2 .h2_txt:after{
content: "";
display: block;
background: url("../img/mt_img_gray.png") no-repeat 0 0;
background-size: 100% 100%;
width: 16vw;
height: 8vw;
position: absolute;
top: 0;
right: -17vw;
}
#experience h2 .j_txt{font-size: 3vw;display: block;font-weight: normal;}

#experience .experience_slider{
  width:100%;
  margin:0 auto;
  padding: 0 2.5vw;
  display: flex;
  justify-content:flex-start;
  flex-wrap: wrap;
}
#experience .experience_slider .slide_block{
  flex-basis: 30vw;
  flex-shrink: 0;
  margin-right: 2.5vw;
}
#experience .experience_slider .slide_block:nth-child(3n){
  margin-right:0;
}
#experience .experience_slider .slide_block a {
  color: #676767;
  display: block;
  outline: none;
  font-size: 3vw;
  margin: 0.5vw;
}
#experience .experience_slider .slide_img{
  display: block;
  margin: 0 auto 0;
  background: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
  border:1px solid #cecece;
  box-sizing: border-box;
}
#experience .experience_slider .slide_img img {
  width: 30vw;
  height: 30vw;
  object-fit: cover;
}
#experience .experience_slider .slide_block .slide_ttl{
  line-height: 1.2;
  display: inline-block;
  font-size:2.8vw;
  margin-top:3px;
}
#experience .more {
  margin: 0vw auto 4vw;
  width: 80%;
  text-align: center;
  display: block;
}
#experience .more a {
  margin:4vw auto;
  border:1px solid #3f761e;
  padding: 2vw 0;
  /*background:url(../img/arrow_green.png) no-repeat 98% 50%;*/
  color:#3f761e;
  font-size: 4vw;
  display: inline-block;
  width: 100%;
  transition: color 0.2s ease-out, background-color 0.5s ease-out,background-position .2s ease-out, box-shadow 0.5s ease-out;cursor: pointer;
  text-decoration: none;
}

#experience li span {
  display: none;
}
#experience .experience__linkWrapper {
  margin-top: 4vw;
  text-align: center;
}
#experience .experience__link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 54vw;
  height: 10vw;
  margin: 0 auto;
  background: #f4f4f4;
  font-size: 3vw;
  color: #769563;
  transition: .2s;
}
#experience .experience__link::before {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 1vw;
    height: 1vw;
    border-top: 2px solid #769563;
    border-right: 2px solid #769563;
    transform-origin: 100% 0;
    content: "";
    transform: rotate(45deg);
}
#experience .experience__link:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* --------------------------------------------------
  トップページ　シャトルバス
-------------------------------------------------- */
#shuttlebus{
  background:#91c274;
  background: url(../img/bg_pattern.gif);
}
#shuttlebus .cont_wrap{
  width:100%;
  margin:0 auto;
}
#shuttlebus a{
  padding:5vw 7vw 5vw 5vw;
  display: block;
  position: relative;
  justify-content: space-between;
  background: url("../img/arrow_summer.png") no-repeat 95% center;
  background-size:2vw;
  color:#fff;
}
#shuttlebus a:hover{
  text-decoration: none;
  background-color:rgba(159, 209, 129, 0.53);
}
#shuttlebus .shuttlebus__badge{
  width:15vw;
  height:15vw;
  position: absolute;
  top:-4vw;
  left:2vw;
  background:#fcd03d;
  color:#3f761e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 55px;
  font-weight: bold;
  font-size:4vw;
}
#shuttlebus span{
  display: inline-block;
}
.shuttlebus__term{
  background:#3f761e;
  padding:0 2vw;
  border-radius: 1vw;
  margin-left:13vw;
}
.shuttlebus__section{
  color:#333;
}
.shuttlebus__title{
  font-size:8vw;
  color:#3f761e;
  font-weight: bold;
}
.shuttlebus__text{
  font-size:3.5vw;
  color:#333;
}

/*--------------------*
about
*--------------------*/
#about{padding: 2vw 0 10vw;background: url(../img/about_sp.jpg) no-repeat center center;background-size: 100% 100%;margin-top: 5vw;}
#about h2 {
text-align: center;
padding: 5vw 0;
color: #fff;
font-size: 6vw;
background: url(../img/curve.png) no-repeat center bottom;
background-size: 100% auto;
text-shadow: 0px 0px 3px #3d3d3d;
}
#about h2 .h2_txt{
position: relative;
letter-spacing: 0.1em;
}
#about h2 .h2_txt:before{
content: "";
display: block;
background: url("../img/mt_img_white.png") no-repeat 0 0;
background-size: 100% 100%;
width: 16vw;
height: 8vw;
position: absolute;
top: 0;
left: -17vw;
}
#about h2 .h2_txt:after{
content: "";
display: block;
background: url("../img/mt_img_white.png") no-repeat 0 0;
background-size: 100% 100%;
width: 16vw;
height: 8vw;
position: absolute;
top: 0;
right: -17vw;
}
#about h2 .j_txt{font-size: 3vw;display: block;}
#about .japan_map{width: 60%;margin: 0 auto;}
#about .box_txt{width: 92%;margin: 0 auto;color: #fff;}
#about .box_txt p{margin: 5vw 0;font-size: 4vw;}
#about .access_info_btn{width: 70%;margin: 0 auto;}
/*--------------------*
howtospend
*--------------------*/
#howtospend{padding: 2vw 0 0;}
#howtospend h2 {
text-align: center;
padding: 5vw 0;
color: #303030;
font-size: 6vw;
background: url(../img/curve.png) no-repeat center bottom;
background-size: 100% auto;
margin-bottom: 5vw
}
#howtospend h2 .h2_txt{
position: relative;
letter-spacing: 0.1em;
}
#howtospend h2 .h2_txt:before{
content: "";
display: block;
background: url("../img/mt_img_gray.png") no-repeat 0 0;
background-size: 100% 100%;
width: 16vw;
height: 8vw;
position: absolute;
top: 0;
left: -17vw;
}
#howtospend h2 .h2_txt:after{
content: "";
display: block;
background: url("../img/mt_img_gray.png") no-repeat 0 0;
background-size: 100% 100%;
width: 16vw;
height: 8vw;
position: absolute;
top: 0;
right: -17vw;
}
#howtospend h2 .j_txt{font-size: 3vw;display: block;font-weight: normal;}
#howtospend .japan_map{width: 60%;margin: 0 auto;}
#howtospend .img_list li{
width: 92%;
margin: 0 auto;
margin-bottom: 8vw;
}
#howtospend .img_list li a{
display: block;
overflow: hidden;
}
#howtospend .img_list li a img{
display: block;
float: left;
width: 40%;
}
#howtospend .img_list li a p{
float: right;
font-size: 4vw;
width: 57%;
}


/*--------------------*
generalnews
*--------------------*/
#generalnews {
  margin-top: 12vw;
}
#generalnews h2 {
  text-align: center;
  padding: 0vw 0 5vw;
  color: #303030;
  font-size: 6vw;
  background: url(../img/curve.png) no-repeat center bottom;
  background-size: 100% auto;
  margin-bottom: 5vw
}
#generalnews h2 .h2_txt{
  position: relative;
  letter-spacing: 0.1em;
}
#generalnews h2 a{
  color:#000;
}
#generalnews h2 .h2_txt:before{
  content: "";
  display: block;
  background: url("../img/mt_img_gray.png") no-repeat 0 0;
  background-size: 100% 100%;
  width: 16vw;
  height: 8vw;
  position: absolute;
  top: 0;
  left: -17vw;
}
#generalnews h2 .h2_txt:after{
  content: "";
  display: block;
  background: url("../img/mt_img_gray.png") no-repeat 0 0;
  background-size: 100% 100%;
  width: 16vw;
  height: 8vw;
  position: absolute;
  top: 0;
  right: -17vw;
}
#generalnews h2 .j_txt{
  font-size: 3vw;
  display: block;
  font-weight: normal;
}
.news_box_wrap{
}
.news_box_wrap .news_box{
text-align: center;
width: 92%;
margin: 0 auto;
}
.news_box_wrap .news_box h3{
font-family: century,'Kozuka Mincho Pro M', 'Kozuka Mincho Std M', '小塚明朝 Pro M', '小塚明朝 Std M','ヒラギノ明朝 Pro W3',"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho",'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝','MS PMincho',serif;
color: #626262;
/*background: #b6b6b6;*/
display: inline-block;
font-size: 5vw;
letter-spacing: 0.2em;
padding: 1vw 6vw;
margin: 5vw 0 0;
}
.news_box_wrap .news_box ul{
text-align: left;
}
#generalnews .news_box li{
font-size: 4vw;
border-bottom: 1px solid #b6b6b6;
padding-bottom: 3vw;
margin-bottom: 3vw;
overflow: hidden;
}
.news_box_wrap .news_box li:last-child{
border-bottom: 0;
}
.news_box_wrap .news_box li dl{
width: 100%;

}
.news_box_wrap .news_box li dl dt,
.news_box_wrap .news_box li dl dd{
vertical-align: top;
size:3.5vw;
}
.news_box_wrap .news_box li dl dt{
width: 25%;
vertical-align: top;
}
.archive_box .news_box_wrap .news_box li dl dt span,
.news_box_wrap .news_box li dl dt a{
display:block;
color: #fff;
background: #7cad60;
text-align: center;
font-size: 3vw;
border-radius: 3px;
padding: 0.2em;
margin-right:2vw;
line-height: 1.25;
}
.news_box_wrap .news_box li dl dt a:hover{
text-decoration: none;
}
.news_box_wrap .news_box li dl dd {
  margin-top: 1vw;
}
.news_box_wrap .news_box li dl dd a{
display: flex;
line-height: 1.35;
font-size:3.5vw;
}
.news_box_wrap .news_box li dl dd a .date {
display: inline-block;
margin-right: 2vw;
color: #7cad60;
}
#generalnews .generalnews__linkWrapper {
  margin-top: 4vw;
  text-align: center;
}
#generalnews .generalnews__link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 54vw;
  height: 10vw;
  margin: 0 auto;
  background: #f4f4f4;
  font-size: 3vw;
  color: #769563;
  transition: .2s;
}
#generalnews .generalnews__link::before {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 1vw;
    height: 1vw;
    border-top: 2px solid #769563;
    border-right: 2px solid #769563;
    transform-origin: 100% 0;
    content: "";
    transform: rotate(45deg);
}
#generalnews .generalnews__link:hover {
  opacity: 0.8;
  text-decoration: none;
}


/*--------------------*
アーカイブ一覧、シングルページ
*--------------------*/
.single_box .news_box_wrap,
.archive_box .news_box_wrap{
padding:0;
margin-bottom:10vw;
background:none;
}
.archive_box .news_box_wrap .news_box,
.single_box .news_box_wrap .news_box{
width:auto;
margin:0;
}
.archive_box .news_box_wrap .news_box li {
border-bottom: 1px solid #c3c3c3;
}
.archive_box .news_box_wrap .news_box li dl dt{
width:30%;
vertical-align: top;
}
.archive_box .news_box_wrap .news_box li dl dt a{
font-size:3vw;
}
.archive_box .news_box_wrap .news_box li dl dd{
line-height: 1.35;
}
.archive_box .news_box_wrap .news_box li dl dd span{
font-size:3vw;
line-height: 100%;
vertical-align: top;
display: block;
margin-bottom:1vw;
}
.archive_box .news_box_wrap .news_box li dl dd a{
font-size:3.5vw;
display:block;
margin-top: 1vw;
}
.single_box .news_list,
.archive_box .news_list{
margin-top:5vw;
}
.archive_box .news_box_wrap .news_box li{
padding:2vw 0;
}
.related_page{
margin: 8vw 5vw 5vw;
}
.related_page h2.title{
color: #000000;
font-size: 4vw;
padding: 3vw 18vw 3vw 3.85vw;
font-weight: normal;
line-height: 1.25;
background: #e2eddc url(../img/mt_img_green.png) no-repeat 96% center;
background-size: 17% auto;
}
.related_page ul{
overflow: hidden;
margin:1.5vw 0 0;
}
.related_page ul li{
float: left;
margin: 0;
width:33%;
margin-right:0.5%;
}
.related_page ul li:last-child{
margin:0;
}
.related_page ul li a{
display:block;
}
.related_page ul li a img{
width:100%;
}
.archive_box .news_box_wrap .pagenav,
.wp-pagenavi{
text-align:center;
margin-top:3vw;
}
.archive_box .news_box_wrap .pagenav a,
.archive_box .news_box_wrap .pagenav span,
.wp-pagenavi a,
.wp-pagenavi span{
display:inline-block;
font-size: 3.75vw;
border: 1px solid #ccc !important;
width: 8vw;
height: 8vw;
padding:0 !important;
line-height: 8vw;
text-align: center;
}
.archive_box .news_box_wrap .pagenav span,
.wp-pagenavi span{
font-weight:bold;
color:#ffffff;
background:#ccc;
}
.archive_box .news_box_wrap .pagenav span.page-numbers.current{
font-weight:bold;
color:#ffffff;
background:#ccc;
}
.archive_box .news_box_wrap .pagenav a:hover
.wp-pagenavi a:hover{
text-decoration: none;
color:#ffffff;
background:#ccc;
}

.single_box .single_inn{
margin-top:5vw;
text-align:left;
}
.single_box .single_inn &gt; h2.title.serif,
.single_box .single_inn &gt; h1.title.serif{
padding: 2vw;
color:#000;
font-size:4vw;
  background:#eee;
}
.single_box .single_inn .page_data{
margin:2vw 0;
text-align:right;
}
.single_box .single_inn .page_data span{
vertical-align: middle;
font-size: 3.25vw;
}
.single_box .single_inn .page_data a{
color: #fff;
text-align: center;
display: inline-block;
font-size: 3.25vw;
line-height: 1.25;
border-radius: 3px;
margin-right: 2vw;
padding: 1vw 3vw;
background: #5da52d;
}
.single_box .single_inn .page_data a:hover{
text-decoration: none;
}
#lower_bdy .news_box #post_wrap{
font-size: 3.75vw;
}
.news_box .tag_list{
color:#000000;
font-weight:bold;
margin-top:4.5vw;
text-align: left;
font-size: 3.75vw;
}
.news_box .tag_list a{
font-weight: normal;
color: #3f761e;
text-decoration: underline;
margin-left:1vw;
}
.news_box .tag_list a:hover{
text-decoration: none;
}
.news_box_wrap .news_box .single_nav{
width:92%;
margin:5.5vw auto 0;
}
.news_box_wrap .news_box .single_nav ul{
display: table;
table-layout: fixed;
width: 100%;
}
.news_box_wrap .news_box .single_nav ul li{
width:33.33333333%;
display: table-cell;
vertical-align: middle;
padding:0;
border-bottom:none;
}
.news_box_wrap .news_box .single_nav ul li.previous{
text-align:left;
}
.news_box_wrap .news_box .single_nav ul li.category_top{
text-align:center;
}
.news_box_wrap .news_box .single_nav ul li.category_top a{
padding:2vw 8vw;
}
.news_box_wrap .news_box .single_nav ul li.next{
text-align:right;
}
.news_box_wrap .news_box .single_nav ul li a{
padding:2vw 3vw;
font-size: 3.75vw;
display:inline-block;
border:1px solid #cccccc;
}
.news_box_wrap .news_box .single_nav ul li a:hover{
text-decoration: none;
color:#ffffff;
border:1px solid #5da52d;
background:#5da52d;
}


/*--------------------*
gallery
*--------------------*/

#generalnews .gallery{
overflow: hidden;
width: 92%;
margin: 0 auto;
padding: 2vw 0 8vw;
}
#generalnews .gallery p{
display: inline-block;
font-weight: bold;
color: #648c30;
width: 54%;
font-size: 3.5vw;
margin-right: 1%;
vertical-align: middle;
}
#generalnews .gallery a{
display: block;
vertical-align: middle;
}
/*--------------------*
facilities
*--------------------*/
#facilities{padding: 2vw 0 10vw;}
#facilities h2 {
text-align: center;
padding: 5vw 0;
color: #000;
font-size: 6vw;
background: url(../img/curve.png) no-repeat center bottom;
background-size: 100% auto;
margin-bottom: 8vw
}
#facilities h2 .h2_txt{
position: relative;
letter-spacing: 0.1em;
}
#facilities h2 .h2_txt:before{
content: "";
display: block;
background: url("../img/mt_img_gray.png") no-repeat 0 0;
background-size: 100% 100%;
width: 16vw;
height: 8vw;
position: absolute;
top: 0;
left: -17vw;
}
#facilities h2 .h2_txt:after{
content: "";
display: block;
background: url("../img/mt_img_gray.png") no-repeat 0 0;
background-size: 100% 100%;
width: 16vw;
height: 8vw;
position: absolute;
top: 0;
right: -17vw;
}
#facilities h2 .j_txt{font-size: 3vw;display: block;font-weight: normal;}
#facilities .cont_wrap{
position: relative;
}
#facilities .cont_wrap .facility-item-nav{
position: absolute;
top: 0;
display: flex;
justify-content: space-between;
flex-wrap: nowrap;
width: 92%;
margin: 5% 4%;
}
#facilities .cont_wrap .facility-item-nav .slick-track{
display: table;
table-layout: fixed;
width: 100% !important;
}
#facilities .cont_wrap .facility-item-nav .slick-slide{
width: 31.33333333% !important;
text-align: center;
margin:0 1%;
display: table-cell;
vertical-align: middle;
}
#facilities .cont_wrap .facility-item-nav .slick-slide .item-tit{
display: block;
color: #fff;
background-color: rgba(0, 0, 0, 0.8);
padding: 1vw 0;
font-weight: bold;
font-size: 3.75vw;
letter-spacing: -0.05em;
}
#facilities .cont_wrap .facility-item-nav .slick-slide.slick-current .item-tit,
#facilities .cont_wrap .facility-item-nav .slick-slide .item-tit:hover{
text-decoration: none;
background: #679d47;
}
#facilities .cont_wrap .facility-item-nav .slick-slide span.txtEng{
display: block;
font-size: 2.5vw;
font-weight: normal;
}
#facilities .box_txt_wrap p{
width: 92%;
margin: 5vw auto;
font-size: 4vw;
}
#facilities .access_info_btn{
width: 70%;
margin: 0 auto;
text-align:center;
}
#facilities .box_txt .btnRestaurant a span{
padding-right:4.5vw !important;
}
#facilities .box_txt .access_info_btn a{
display:block;
outline:none;
color:#ffffff;
font-size:3.5vw;
padding:3px;
max-width:350px;
margin:0 auto;
text-decoration: none;
text-align: center;
text-shadow:0 0 5px #333333;
background: #64884f url("../img/ico_arr_rw.png") no-repeat 92% center;
}

#facilities .box_txt .access_info_btn a span{
display:block;
padding: 2vw;
border:1px solid rgba(255, 255, 255, 0.50);
}
#facilities .box_txt .access_info_btn a:hover{
text-decoration: none;
}

/*--------------------*
inquiries
*--------------------*/
.home #inquiries{
margin-top: 12vw;
background:#f5f5f5;
}
#inquiries{
padding: 2vw 0 8vw;
background: #fff;
box-shadow: -1px 15px 15px -15px #dfdfdf inset;
-moz-box-shadow: -1px 15px 15px -15px #dfdfdf inset;
-webkit-box-shadow: -1px 15px 15px -15px #dfdfdf inset;
}
#inquiries h2 {
text-align: center;
padding: 5vw 0;
color: #000;
font-size: 6vw;
line-height:1.35;
font-weight: normal;
background: url(../img/curve.png) no-repeat center bottom;
background-size: 100% auto;
margin-bottom: 5vw
}
#inquiries h2 .h2_txt{
position: relative;
letter-spacing: 0.05em;
}
#inquiries h2 .h2_txt:before{
content: "";
display: block;
background: url("../img/mt_img_green.png") no-repeat 0 0;
background-size: 100% 100%;
width: 16vw;
height: 8vw;
position: absolute;
top: 0;
left: -17vw;
}
#inquiries h2 .h2_txt:after{
content: "";
display: block;
background: url("../img/mt_img_green.png") no-repeat 0 0;
background-size: 100% 100%;
width: 16vw;
height: 8vw;
position: absolute;
top: 0;
right: -17vw;
}
#inquiries h2 .j_txt{font-size: 3vw;display: block;font-weight: normal;}
#inquiries .cont_wrap{
width:90%;
margin:0 auto;
}
#inquiries .cont_wrap ul li a{
border:1px solid #c5c5c5;
}
#inquiries .cont_wrap ul li.mail_btn img{
border:1px solid rgba(255, 255, 255, 0.55);
}
#inquiries .cont_wrap ul li.mail_btn a{
padding:1.5vw;
background: #ca4a49;
}
#inquiries .cont_wrap ul li{
margin: 0 auto;
}
#inquiries li .address{
color: #2a2a2a;
font-size: 3.75vw;
padding: 2vw 0 0;
text-align:center;
}
#inquiries .cont_wrap ul li a{
display:block;
box-shadow: 3px 3px 0px 0px #cecccd;
margin-top:0;
}

/*--------------------*
sns
*--------------------*/
#sns{background: #d9e2c3;padding: 4vw;margin: 5vw 0;}
#sns ul{
margin: 0 auto ;
overflow: hidden;
}
#sns li{
width: 31.3333%;
float: left;
margin: 1%;
background-color: #fff;
text-align: center;
background-repeat: no-repeat;
background-position: 8% center;
}
#sns ul .fb{
background-image: url(../img/facebook.png);
}
#sns ul .tw{
background-image: url(../img/twitter.png);
}
#sns ul .ins{
background-image: url(../img/instagram.png);
}
#sns li:last-child{
margin-right: 0;
}
#sns li a{
display: block;
text-decoration: none;
padding: 3vw 3vw 3vw 10vw;
margin: 0;
font-size: 2.5vw;
font-weight: bold;
}
#sns li:nth-child(3n){
margin-right: 0;
}
/*--------------------*
footer
*--------------------*/
footer .page_top{
width:15vw;
max-width:75px;
position: fixed;
bottom: 3vw;
right: 0;
display: none;
z-index: 9999;
}
footer .page_top a{
display: block;
color: #ffffff;
text-align: center;
padding:2vw 3vw;
line-height: 100%;
box-shadow: 3px 3px 0 0 rgba(0,0,0,0.35);
-moz-box-shadow: 3px 3px 0 0 rgba(0,0,0,0.35);
-webkit-box-shadow: 3px 3px 0 0 rgba(0,0,0,0.35);
border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
-webkit-border-radius: 3px 0 0 3px;
background: #91c274;
text-decoration: none;
}
footer .page_top a:hover{
filter:alpha(opacity=75);
-moz-opacity: 0.75;
opacity: 0.75;
text-decoration:none;
}
footer{background:#d9e2c3;}
footer .section_bdy{width:92%;margin:0 auto;}
footer .footer_nav{
font-size: 4vw;
}
footer .footer_nav h5{
text-align: center;
font-size: 6vw;
color: #55330f;
padding:4vw 0;
}
footer .footer_nav dl dt{
display: block;
background-color: #fff;
border-radius: 3px;
margin-bottom: 1vw;
text-align:left;
}
footer .footer_nav dl dt a{
display: block;
padding: 3vw 4vw;
}
footer .footer_nav dl dt a .-small {
  font-size: 3.5vw;
}
footer .footer_nav dl .pulldown a{
display: inline-block;
}
footer .footer_nav dl .pulldown{
background-image:url(../img/plus.png);
background-repeat: no-repeat;
background-position: right 2vw center;
background-size: 7%;
}
footer .footer_nav dl .active{
background-image:url(../img/mainasu.png);
}
footer .footer_nav dl dd ul{

}
footer .footer_nav dl dd ul li{
background: #d9e2c3;
margin-left: 4vw;
margin-right: 4vw;
border-bottom: 1px solid #a7ae96;
text-align:left;
}
footer .footer_nav dl dd ul li a{
display:block;
padding: 3vw 4vw 3vw 0;
}
footer .footer_nav dl dd ul li:last-child{
border-bottom: 0;
}
footer .footer_nav dl dd{
display: none;
}
footer .footer_bottom{
background: #e4e4e4;
margin-top: 8vw;
}
footer .footer_bottom_warp{
padding: 6vw 0;
}
footer .footer_bottom_warp .logo{
width: 50%;
margin: 0 auto;
text-align:center;
margin-bottom: 5vw;
}
footer .footer_bottom_warp .logo img{
max-width:249px;
}
footer .footer_bottom_warp dl{
text-align: center;
font-size: 3vw;
width: 92%;
line-height:1.5;
margin: 0 auto;
}
#copyright{
background: #cac9c0;
text-align: center;
font-size: 2.5vw;
padding: 2vw 0;
}
/*--------------------*
gototop
*--------------------*/
#gototop{width:100%;margin:5vw auto 0;text-align: right;}
#gototop a{font-size:3.5vw;}
#gototop a:after{
content:"";
width:3vw;
height:3vw;
display: inline-block;
background:url(../img/arrow_p_up.png) no-repeat;
background-size:100% auto;
margin-left:10px;
}


/* --------------------------------------------------
  フッター内バナー
-------------------------------------------------- */
.cm_banner{
  text-align: center;
  padding:2vw 5vw 0vw;
}


/*客室ページCSS------------------------------------------------*/
/*room_page pattern04*/
.room_page #lower_bdy .pattern04{
padding:0;
margin:0;
}
#lower_bdy .head_tit{
padding:3vw;
margin-bottom:3vw;
border:1px solid #b9b9b9;
}
#lower_bdy .head_tit .room_tit{

}
#lower_bdy .head_tit h2{
font-size:4vw;
color:#2b2b2b;
text-align:center;
}
#lower_bdy .head_tit .room_ico{
text-align:center;
margin-top:2vw;
}
#lower_bdy .head_tit ul{
overflow:hidden;
margin:0 auto;
display:inline-block;
}
#lower_bdy .head_tit ul li{
float:left;
}
#lower_bdy .head_tit ul li span{
display:block;
font-size:2.75vw;
color:#ffffff;
margin:0 0.5vw;
padding:1vw 1.5vw;
line-height: 100%;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background:#82c6bc;
}
.room_page #lower_bdy .pattern04 dl{
width:auto;
margin-top:3vw;
}
.room_page #lower_bdy .pattern04 dl dt{
color: #252525;
border: 1px solid #cdcdcd;
text-align: center;
display: inline-block;
width: 20vw;
padding: 7vw 3vw;
float: left;
margin-right: 3vw;
}
.room_page #lower_bdy .pattern04 dl dd{
display: inline;
font-size: 3vw;
line-height: 1.75;
}

/*img_prelusion*/
#lower_bdy .hierarchyInn .img_prelusion{
margin-top:5vw;
width: 98%;
}
.room_page #lower_bdy .img_prelusion{
margin-top:5vw;
width:auto;
margin:5vw -1vw 0;
}
#lower_bdy .img_prelusion .disTable{
display: table;
table-layout: fixed;
width: 100%;
}
#lower_bdy .img_prelusion .disCell{
display: table-cell;
vertical-align: top;
}
#lower_bdy .img_prelusion .disCell div,
#lower_bdy .img_prelusion .disCell div span{
display:block;
}
.spa_page #lower_bdy .img_prelusion .disCell div span,
.room_page #lower_bdy .img_prelusion .disCell div span{
text-align:center;
}
#lower_bdy .img_prelusion .disCell div{
margin:0 1vw;
}
.cuisinePage #lower_bdy .img_prelusion .disCell div span.img_des{
text-align:left;
}
#lower_bdy .img_prelusion .disCell div span{
font-size:2.75vw;
padding:1vw 0;
}

/*room_page pattern05*/
.room_page #lower_bdy .pattern05{
margin-top:6vw;
}

/*room_page room_fee*/
.room_page #lower_bdy .patternTable{
margin-top:3vw;
width:auto;
}
.room_page #lower_bdy .patternTable p.txtR{
text-align:right;
font-size:2.75vw;
margin-bottom:1vw;
}
.room_page #lower_bdy .room_fee .attention{
width:auto;
}

/*room_page room_other*/
.room_other{
margin: 8vw 5vw 0;
}
.room_other h2.title{
color: #000000;
font-size: 4vw;
padding: 3vw 18vw 3vw 3.85vw;
font-weight: normal;
line-height: 1.25;
background: #e2eddc url(../img/mt_img_green.png) no-repeat 96% center;
background-size: 17% auto;
}
.room_other .other_inn{
margin-top:3vw;
width:auto;
}
.room_other h3{
font-size: 3.5vw;
color: #3e3e3e;
padding-bottom: 2.5vw;
margin: 0 0 3vw;
border-bottom: 3px double #cdcdcd;
}
.room_other .other_inn ul{
overflow:hidden;
margin:0 -1vw;
}
.room_other .other_inn ul li{
float:left;
}
.room_other .other_inn ul.item_list03  li{
width:33.3333%;
}
.room_other .other_inn ul.item_list04 li{
width:25%;
}
.room_other .other_inn li a{
margin:0 1vw;
}
.room_other .other_inn li a,
.room_other .other_inn .img_des{
display:block;
text-align:center;
}
.room_other .other_inn .img_des{
font-size: 2.75vw;
padding: 1vw 0;
}
/*---------------------------------------------客室ページCSS---*/



/*全部入りCSS------------------------------------------------*/
/*
#lower_bdy .disTable{
display: table;
table-layout: fixed;
width: 100%;
}
#lower_bdy .disCell{
display: table-cell;
vertical-align: middle;
}
*/
.spNone{
display:none !important;
}



/*パンクズ*/
.breadcrumbs{
box-shadow: -1px 6px 15px -10px #8e8e8e inset;
-moz-box-shadow: -1px 6px 15px -10px #8e8e8e inset;
-webkit-box-shadow: -1px 6px 15px -10px #8e8e8e inset;
background: url(../img/breadcrumb_bg_sp.jpg) repeat 0 0;
background-size:auto 100%;
}
.breadcrumbs .bread_bdy{
margin: 0 auto;
overflow: hidden;
font-size:2.75vw;
padding: 1.75vw 2vw 2vw;
line-height:1.35;
text-align:left;
}
.breadcrumbs .bread_bdy span{
color:#4b4b4b;
}

#lower_bdy{
margin: 0 5vw;
}

/*タイトル*/
.lower_h_bdy .serif{
position: relative;
text-align: center;
font-weight: normal;
padding: 10vw 0 6vw;
color: #000;
line-height: 1.35;
font-size: 6vw;
margin-top:3vw;
background: url(../img/curve.png) no-repeat center bottom;
background-size: 100% auto;
}

.lower_h_bdy .serif.-bgNone {
  padding-bottom: 4vw;
  background: none;
}
.lower_h_bdy .lead {
  font-size: 3.5vw;
  text-align: center;
}
.lower_h_bdy .serif .h2_txt{
letter-spacing: 0.05em;

}
.lower_h_bdy .serif .h2_txt:before{
content: "";
display: block;
background: url(../img/mt_img_gray.png) no-repeat 0 0;
background-size: 100% 100%;
width: 16vw;
height: 8vw;
position: absolute;
top: 0;
left: 50%;
margin-left:-8vw;
}
/*
.lower_h_bdy .serif .h2_txt:after{
content: "";
display: block;
background: url(../img/mt_img_gray.png) no-repeat 0 0;
background-size: 100% 100%;
width: 16vw;
height: 8vw;
position: absolute;
top: 0;
right: -17vw;
}
*/
.lower_h_bdy .serif .j_txt{
font-size: 3vw;
display: block;
font-weight: normal;
text-align: center;
}
.title_h1,
.lower_h_bdy p.serif{
color:#3f761e;
font-size:4vw;
font-weight:bold;
text-align:center;
line-height: 1.5;
padding:0;
margin: 5vw 0;
background:none !important;
}

.lower_h_bdy p.corner_ttl{
color:#000;
font-size:6vw;
font-weight:normal;
line-height: 1.35;
padding: 10vw 0 6vw!important;
margin-top:3vw!important;
background: url(../img/curve.png) no-repeat center bottom;
background-size: 100% auto;
}


/*ページ内リンク*/
#lower_bdy .hierarchyInn .in_page_link{
margin-bottom:5vw;
padding-top:0;
}
#lower_bdy .in_page_link{
padding:5vw 0 0;
}
#lower_bdy .in_page_link .link_bdy{
margin:0 -1.5vw;
}
#lower_bdy .in_page_link ul{
display: table;
table-layout: fixed;
width: 100%;
}
#lower_bdy .in_page_link ul li{
display: table-cell;
vertical-align: middle;
}
#lower_bdy .in_page_link ul li a{
padding: 4px;
margin: 0 1.25vw;
border: 1px solid #a4a4a4;
display: block;
}
#lower_bdy .in_page_link ul li a:hover span,
#lower_bdy .in_page_link ul li a:hover{
color:#3b8d2b;
text-decoration: none;
border:1px solid #3b8d2b;
}
#lower_bdy .in_page_link ul li a span{
display: block;
min-height: 14.5vw;
padding: 1.5vw 1.5vw 4.5vw;
color:#535353;
letter-spacing: -0.035em;
font-size:3.25vw;
line-height:1.25;
text-align:center;
border:1px solid #dbdbdb;
background: url("../img/ico_arr_bottom01.png") no-repeat center 85%;
background-size:12% auto;
}
#lower_bdy .in_page_link ul.-facility li a {
margin: 0 0.75vw;
}
#lower_bdy .in_page_link ul.-facility li a span {
padding: 1vw 1vw 4.5vw;
font-size: 3vw;
}
/*温泉サウナページのページ内リンク*/
#lower_bdy .in_page_link.-spa {
}
#lower_bdy .in_page_link.-spa ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
#lower_bdy .in_page_link.-spa li {
  width: 33.3%;
  margin-bottom: 2vw;
}
#lower_bdy .in_page_link.-spa ul li a span {
  padding: 3vw 1.5vw 4.5vw;
}

/*タイトル付きテキスト*/
#lower_bdy .pat_textList {
  margin-top: 8vw;
  font-size: 3.5vw;
  line-height: 1.75;
}
#lower_bdy .pat_textTtl {
  font-weight: bold;
}


/*pattern01*/
#lower_bdy .w90{
margin:0 auto;
width:95%;
}
#lower_bdy .pattern{
margin-top:6vw;
}
.news_box #lower_bdy h2.title,
#lower_bdy .pattern h2.title{
color: #000000;
font-size: 4vw;
padding: 3vw 18vw 3vw 3.85vw;
font-weight: normal;
line-height: 1.25;
background: #e2eddc url(../img/mt_img_green.png) no-repeat 96% center;
background-size: 17% auto;
}
#lower_bdy .pattern01 p{
font-size:3.5vw;
color:#252525;
margin:5vw auto;
line-height:1.75;
}
#lower_bdy .pattern p{
color:#252525;
font-size: 3.5vw;
line-height:1.75;
}
#lower_bdy p.lead_txt{
color:#252525;
font-size: 3.5vw;
line-height:1.75;
}
#lower_bdy .pattern01 .floatBox{
margin-top:5vw;
}
#lower_bdy .pattern01 .floatBox .boxImg{
border:1px solid #c0c0c0;
padding: 2.5vw;
}
#lower_bdy .pattern01 .floatBox .boxTxt{
padding: 0;
}
#lower_bdy .pattern01 .floatBox .boxTxt dt{
color:#7d531c;
font-size:3.5vw;
padding: 2.5vw 0;
margin-bottom:2.5vw;
letter-spacing: -0.03em;
font-weight:bold;
line-height:1.5;
border-bottom:1px solid #c0c0c0;
}
#lower_bdy .pattern01 .floatBox .boxTxt dd{
font-size:3.5vw;
color:#595959;
line-height:1.75;
}
#lower_bdy .pattern01 .floatBox .boxTxt dd span{
font-weight:bold;
}

/*pattern02*/
#lower_bdy .fontBold{
font-weight:bold;
}
#lower_bdy .pattern02{
margin-top:8vw;
}
#lower_bdy h3.title{
min-height: 14vw;
font-size:3.75vw;
margin-top:2vw;
margin-bottom: 2vw;
display:inline-block;
color:#3c7215;
padding: 4.5vw 5vw;
letter-spacing: -0.05em;
background-color:#fff;
background-image:
url(../img/ico_h3_l_sp.png),
url(../img/ico_h3_r_sp.png);
background-position: left center, right center;
background-repeat: no-repeat;
background-size: auto 100%, auto 100%;
}
#lower_bdy h3.title.-privacy {
  margin-top: 6vw;
  margin-bottom: 0;
  padding: 0;
  background: none;
  min-height: auto;
  font-size: 4vw;
  font-weight: bold;
  color: #252525;
}
#lower_bdy .pattern02 .floatBox{
margin-top:5vw;
}
#lower_bdy .pattern02 .floatBox .boxImg{
border:1px solid #c0c0c0;
padding: 2.5vw;
}
#lower_bdy .pattern02 .floatBox .boxTxt{
padding: 0;
}
#lower_bdy .pattern02 .floatBox .boxTxt dt{
color:#7d531c;
font-size:3.5vw;
padding: 2.5vw 0;
margin-bottom:2.5vw;
letter-spacing: -0.03em;
font-weight:bold;
line-height:1.5;
border-bottom:1px solid #c0c0c0;
}
#lower_bdy .pattern02 .floatBox .boxTxt dd{
font-size:3.5vw;
color:#595959;
line-height:1.75;
}
#lower_bdy .pattern02 .floatBox .boxTxt dd span{
font-weight:bold;
}
#lower_bdy .pattern02 .pat_text.-tRight{
margin-top:4vw;
text-align: right;
}

#lower_bdy .pattern02 p.normalTxt {
  margin-top: 4vw;
  font-size:3.5vw;
  color: #595959;
  line-height: 1.5;
}
#lower_bdy .pattern02 a.normalLink {
  font-size:3.5vw;
  color: #8db976;
  text-decoration: underline;
}
#lower_bdy .pattern02 a.normalLink:hover {
  text-decoration: none;
}
#lower_bdy .pattern02 .btnList {
  margin-top: 4vw;
}
#lower_bdy .pattern02 .btnList .item + li {
  margin-top: 2vw;
}
#lower_bdy .pattern02 .btnList .link {
  display: inline-block;
  width: 100%;
  font-size: 3.5vw
  line-height: 1;
  color: #ffffff;
  padding: 2vw 4vw;
  background: #769563 url(../img/slider_arrow_right.png) no-repeat 98% 50%;
  text-decoration: none;
  border-radius: 10vw;
  -moz-border-radius: 10vw;
  -webkit-border-radius: 10vw;
  transition: .2s;
}
#lower_bdy .pattern02 .btnList .link:hover {
  opacity: 0.8;
}
#lower_bdy .pattern02 ul.level01 {
  margin-top: 4vw;
}
#lower_bdy .pattern02 ul.level01 &gt; li{
  position: relative;
  font-size:3.5vw;
  color:#373737;
  letter-spacing: -0.03em;
  padding: 2vw 0 2vw 4vw;
  text-indent: 0;
  margin-bottom:1vw;
  border-bottom:1px dotted #6a6a6a;
}
#lower_bdy .pattern02 ul.level01 &gt; li .normalLink {
  color: #8db976;
}
#lower_bdy .pattern02 ul.level01 &gt; li span{
  line-height: 1.75;
  display: block;
  margin-top: 1vw;
}
#lower_bdy .pattern02 ul.level01 &gt; li:before{
  content:"●";
  position: absolute;
  top: 2vw;
  left: 0;
  color:#8db976;
}
#lower_bdy .pattern02 ul.level01 ul.indent_list li {
  text-indent: -1em;
  padding-left: 1em;
}

/*pattern03*/
#lower_bdy .pattern03{
padding:0;
margin-top:5vw;
}
#lower_bdy .pattern03 .disTable .disCell{
vertical-align: top;
background:#eaeaea;
padding:1%;
margin-top:3vw;
}
#lower_bdy .pattern03 .disTable .disCell .disBox{
display: table;
table-layout: fixed;
width: 100%;
padding:2%;
background:#eaeaea;
background:#fff;
}
#lower_bdy .pattern03 .disTable .disCell .disBox span,
#lower_bdy .pattern03 .disTable .disCell .disBox dl{
display: table-cell;
vertical-align: top;
}
#lower_bdy .pattern03 .disTable .disCell .disBox span{
width:35%;
}
#lower_bdy .pattern03 .disTable .disCell .disBox a{
position: relative;
display:block;
text-decoration:none;
}
#lower_bdy .pattern03 .disTable .disCell .disBox a:before{
content:"";
width: 5vw;
height: 5vw;
position: absolute;
top:0;
right:0;
background:url("../img/ico_link_sp.png") no-repeat right top;
background-size: 100% auto;
z-index: 10;
}
#lower_bdy .pattern03 .disTable .disCell .disBox a:hover{
text-decoration:none;
}
#lower_bdy .pattern03 .disTable .disCell .disBox dl{
text-align:left;
padding:0 0 0 3vw;
}
#lower_bdy .pattern03 .disTable .disCell .disBox dl dt{
min-height: 7.5vw;
font-size:3.5vw;
color:#649925;
font-weight:bold;
padding:0 7vw 1.5vw 0;
margin-bottom:1.5vw;
letter-spacing: -0.03em;
border-bottom:1px dotted #6a6a6a;
}
#lower_bdy .pattern03 .disTable .disCell .disBox a dl dt{
text-decoration:underline;
}
#lower_bdy .pattern03 .disTable .disCell .disBox dl dd{
font-size:3vw;
color:#252525;
letter-spacing: -0.03em;
line-height:1.55;
}
#lower_bdy .pattern03 .disTable .disCell .disBox dl dd span.offer{
display: block;
margin-top: 1vw;
font-size: 2vw;
color: #aaaaaa;
}

/*pattern04*/
#lower_bdy .pattern04{
margin-top:8vw;
}
#lower_bdy h4.title{
font-size:3.5vw;
color:#3e3e3e;
padding-bottom:2vw;
margin-bottom:3vw;
border-bottom:3px double #cdcdcd;
}
#lower_bdy .pattern04 dl{
}
#lower_bdy .pattern04 dl dt{
font-size:3.5vw;
color:#252525;
font-weight:bold;
padding:3vw 0;
}
#lower_bdy .pattern04 dl dd{
font-size:3.5vw;
color:#252525;
line-height:1.55;
}

/*pattern05*/
#lower_bdy .pattern05{
margin-top:8vw;
}
#lower_bdy .pattern05 dl{
margin-top: 2.5vw;
border: 1px solid #efefe7;
}
#lower_bdy .pattern05 dl dt{
padding: 2vw 2.5vw;
font-size:3.5vw;
color:#765022;
background:#efefe7;
}
#lower_bdy .pattern05 dl dd{
font-size:3.5vw;
color:#252525;
line-height:1.55;
padding: 2vw 2.5vw;
word-break: break-all;
}
#lower_bdy .pattern05 dl dd.price{
text-align:right;
font-weight:bold;
color:#ff0000;
}
#lower_bdy .pattern05 .pat_text.-tRight{
margin-top:4vw;
text-align: right;
}

/*pattern06*/
#lower_bdy .pattern06{
margin-top:8vw;
}
#lower_bdy .pattern06 h5{
color:#538517;
font-size:3.5vw;
padding: 3vw 3.5vw;
background:#ebebeb;
}
#lower_bdy .pattern06 .calendarInn{
margin-top:5vw;
}
#lower_bdy .pattern06 .calendarInn .disCell{
padding:0;
}
#lower_bdy .pattern06 .calendarInn .disCell table{
width: 94%;
margin: 3% 3% 6vw;
display:none;
border:3px solid #cdd6b8;
}
#lower_bdy .pattern06 .calTit{
font-size: 3.25vw;
color: #ffffff;
text-align: left;
padding: 3vw 3.5vw;
font-weight: bold;
margin-bottom: 4vw;
line-height: 100%;
background-color: #cdd6b8;
background-image: url(../img/ico_p.jpg);
background-position: 98% center;
background-size: 7.5% auto;
background-repeat: no-repeat;
}
#lower_bdy .pattern06 .calTit.active{
background-image: url(../img/ico_m.jpg) !important;
background-position: 98% center;
background-size: 7.5% auto;
background-repeat: no-repeat;
}
#lower_bdy .pattern06 .calendarInn .disCell table thead th{
font-weight: normal;
font-size:3.25vw;
padding:2vw;
}
#lower_bdy .pattern06 .calendarInn .disCell table thead th.sunday{
background:#ffe4e4;
}
#lower_bdy .pattern06 .calendarInn .disCell table thead th.saturday{
background:#e4fffa;
}
#lower_bdy .pattern06 .calendarInn .disCell table tbody td{
font-size:2.5vw;
line-height:1.2;
padding:2vw;
color:#808080;
}
#lower_bdy .pattern06 .calendarInn .disCell table tbody td span{
font-size:3vw;
font-weight:bold;
}
#lower_bdy .patternTable table tbody td.typeA{
background:#ebf1d7;
}
#lower_bdy .patternTable table tbody td.typeB{
background:#d7f1da;
}
#lower_bdy .patternTable table tbody td.typeC{
background:#c8f3cd;
}
#lower_bdy .patternTable table tbody td.typeD{
background:#cfeeee;
}
#lower_bdy .patternTable table tbody td.typeE{
background:#c2def2;
}
#lower_bdy .patternTable table tbody td.typeF{
background:#e8dff4;
}
#lower_bdy .patternTable table tbody td.typeG{
background:#fcdbe7;
}
#lower_bdy .patternTable table tbody td.typeH{
background:#f9d3d9;
}
#lower_bdy .patternTable table tbody td.typeS{
background:#f9d3d9;
}
#lower_bdy .patternTable table tbody td.typeA span{
color:#7fa02f;
}
#lower_bdy .patternTable table tbody td.typeB span{
color:#4aa577;
}
#lower_bdy .patternTable table tbody td.typeC span{
color:#4773d7;
}
#lower_bdy .patternTable table tbody td.typeD span{
color:#8b47d7;
}
#lower_bdy .patternTable table tbody td.typeE span{
color:#cb2577;
}
#lower_bdy .patternTable table tbody td.typeS span{
color:#dd3f58;
}
#lower_bdy .pattern06 .calendarInn .disCell table th,
#lower_bdy .pattern06 .calendarInn .disCell table td{
text-align:center;
border:1px solid #cdd6b8;
}

/*pattern07*/
#lower_bdy .pattern07{
margin-top:8vw;
width: 100%;
}
#lower_bdy .pattern07 h6{
font-size:3.5vw;
color:#3a3a3a;
font-weight:bold;
text-align:center;
margin-bottom:3vw;
}
#lower_bdy .table table,
#lower_bdy .room_fee table{
width:100%;
table-layout: fixed;
border:3px solid #dadada;
}
#lower_bdy .table table thead tr th,
#lower_bdy .room_fee table thead tr th{
font-size:3vw;
color:#454545;
padding:2vw;
font-weight: normal;
background:#efefef;
}
#lower_bdy .table table tr td:first-child{
background:#f5f5f5;
}
#lower_bdy .table table tr th,
#lower_bdy .table table tr td,
#lower_bdy .room_fee table th,
#lower_bdy .room_fee table td{
border:1px solid #dadada;
text-align:center;
padding:2vw 0;
}
#lower_bdy .room_fee table td.cel1{
font-size:3vw;
font-weight: bold;
}
#lower_bdy .room_fee table td span{
display:block;
}
#lower_bdy .room_fee table td .font1{
color:#c90000;
font-size:3.25vw;
}
#lower_bdy .room_fee table td .font2{
color:#7a7a7a;
font-size:2.5vw;
}
#lower_bdy .attention{
margin-top:2vw;
}
#lower_bdy .attention li{
font-size:3vw;
color:#131313;
padding-left: 1em;
text-indent: -1em;
line-height:1.75;
}
#lower_bdy .attention span{
color:#c90000;
}

/*pattern08*/
#lower_bdy .hierarchyInn .pattern08 .w90 p{
margin:3vw 0;
}
#lower_bdy .pat_text{
font-size: 3.5vw;
color: #252525;
line-height: 1.75;
}
#lower_bdy .pattern08{
margin-top:8vw;
}
#lower_bdy .pattern08 ul.level01 li{
font-size:3.5vw;
color:#373737;
letter-spacing: -0.03em;
padding: 2vw 0 2vw 0;
text-indent: 0;
margin-bottom:1vw;
border-bottom:1px dotted #6a6a6a;
}
#lower_bdy .pattern08 ul.level01 li span{
line-height: 1.75;
display: block;
margin-top: 1vw;
}
#lower_bdy .pattern08 ul.level01 li:before{
content:"●";
color:#8db976;
padding-right:5px;
}
#lower_bdy .pattern08 ul.level02{
margin: 3vw 0 2vw 2vw;
}
#lower_bdy .pattern08 ul.level02 li{
font-size:2.5vw;
color:#373737;
padding:5px;
border-bottom:0;
}
#lower_bdy .pattern08 ul.level02 li:before{
content:"●";
color:#b2b2b2;
font-size:2.5vw;
}

/*pattern09*/
#lower_bdy .pattern09{
margin-top:8vw;
padding:0;
}
#lower_bdy .pattern09 h2{
}
#lower_bdy .pattern09 .planBox{
position: relative;
padding:3vw 3vw 0;
margin-top:3vw;
border:5px solid #ededed;
}
#lower_bdy .pattern09 .planBox:before{
content:"";
width:59px;
height:59px;
position: absolute;
right:-5px;
top:-5px;
background: url("../img/bg_kaku.png") no-repeat right top;
}
#lower_bdy .pattern09 .planBox a{
display:block;
}
#lower_bdy .pattern09 .planBox a:hover{
text-decoration: none;
}
#lower_bdy .pattern09 .planBox .planTxt{

}
#lower_bdy .pattern09 .planBox .planTxt dt a{
color: #3f761e;
text-decoration: underline;
}
#lower_bdy .pattern09 .planBox .planTxt dt a:hover{
text-decoration: none;
}
#lower_bdy .pattern09 .planBox .planTxt dt{
font-weight:bold;
text-align:left;
color:#000000;
font-size:3.5vw;
font-size:4.5vw;
padding-right: 6.5vw;
padding-bottom:3vw;
margin-right: 5vw;
}
#lower_bdy .pattern09 .planBox .planTxt dd{
font-size:14px;
color:#373737;
}
#lower_bdy .archive_box .pattern09 .planBox .planImg{
padding-bottom:3vw;
}
#lower_bdy .archive_box .pattern09 .planBox .planTxt dd .planDes{
background: none;
margin-top: 0;
padding: 0;
text-align:left;
margin-bottom: 2vw !important;
}
#lower_bdy .pattern09 .planBox .planTxt .planInfo .plan_text p{
font-size: 3.25vw;
line-height: 1.75;
letter-spacing: -0.03em;
}
#lower_bdy .pattern09 .planBox .planTxt dd .planDes{
display:block;
margin: 3vw -3vw 0;
padding: 3vw;
font-size: 3.25vw;
line-height: 1.75;
letter-spacing: -0.03em;
background:#eeeeee;
}
#lower_bdy .pattern09 .planBox .planTxt .planInn{
/*display: table;
table-layout: fixed;
  */
width: 100%;
}
#lower_bdy .pattern09 .planBox .planTxt dd .planInfo{
/*display: table-cell;
vertical-align: top;
padding-left:3vw;
  */
}
#lower_bdy .pattern09 .planBox .planImg{
/*display: table-cell;
vertical-align: top;
width:40%;
  */
width:96%;
margin:0 auto;
}
#lower_bdy .pattern09 .planBox.planList .planTxt .planInfo p{
margin-bottom: -1px;
}
#lower_bdy .pattern09 .planBox.planList .planTxt .planInfo p.plan_text{
margin-top:2vw !important;
}
#lower_bdy .pattern09 .planBox .planTxt .planInfo p{
overflow: hidden;
line-height:1.25;
margin-bottom:1.75vw;
margin-right:2.5vw;
padding-top:1.75vw;
padding-bottom:1.75vw;
/*border-top: 1px dotted #6a6a6a;*/
border-bottom: 1px dotted #6a6a6a;
}

#lower_bdy .pattern09.type02 .planBox .planTxt .planInn{
display: table;
table-layout: fixed;
width: 100%;
}
#lower_bdy .pattern09.type02 .planBox .planImg{
display: table-cell;
vertical-align: top;
width:40%;
}
#lower_bdy .pattern09.type02 .planBox .planInfo{
display: table-cell;
vertical-align: top;
padding-left:3vw;
}
#lower_bdy .archive_box .pattern09.type02 .planBox .planTxt dd .planDes p{
  line-height: 1.4;
}
.customize-support #lower_bdy .archive_box .pattern09 .planBox .planTxt dd .planDes{
margin-top:1.75vw;
}
#lower_bdy .pattern09 .planBox .planTxt .planInfo p:first-child{
margin-bottom: -1px;
}
#lower_bdy .planBox .planTxt .planInfo .plan_text,
#lower_bdy .planBox .planTxt .planInfo .plan_text p{
border: none !important;
padding-top: 0 !important;
margin: 0 !important;
}

#lower_bdy .planBox .planTxt .planInfo .plan_text span{
background: none;
margin-top: 0;
padding-top: 0;
padding-bottom: 0;
text-align: left;
}
#lower_bdy .pattern09 .planBox .planTxt .planInfo p span{
float:left;
font-size: 3vw;
}
#lower_bdy .pattern09 .planBox .planTxt .planInfo p span.info_tit{
width: 35%;
color:#ffffff;
padding:1.5vw;
line-height:100%;
text-align: center;
background:#82c6bc;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
#lower_bdy .pattern09 .planBox .planTxt .planInfo p span.info_txt{
width:65%;
line-height: 1.35;
padding:1vw 0 0 2vw;
text-align: left;
}

#lower_bdy .pattern11 ul.level01 &gt; li{
font-size:3.5vw;
color:#373737;
letter-spacing: -0.03em;
padding: 2vw 0 2vw 0;
text-indent: 0;
margin-bottom:1vw;
border-bottom:1px dotted #6a6a6a;
}
#lower_bdy .pattern11 ul.level01 &gt; li span{
line-height: 1.75;
display: block;
margin-top: 1vw;
}
#lower_bdy .pattern11 ul.level01 &gt; li:before{
content:"●";
color:#8db976;
padding-right:5px;
}
#lower_bdy .pattern11 ul.level01 ul.indent_list li {
  text-indent: -1em;
  padding-left: 1em;
}

#lower_bdy .hierarchyInn{
margin-bottom:10vw;
}

/*pagination*/
.pagination{
margin-top:5vw;
padding-top:3vw;
border-top:3px solid #e2e2e2;
}
.pagination div{
margin: 0 -1vw;
}
.pagination ul{
display: table;
table-layout: fixed;
width: 100%;
}
.pagination ul li{
display: table-cell;
vertical-align: middle;
}
.pagination ul li a,
.pagination ul li span{
display:block;
text-align:center;
font-size:3vw;
color:#373737;
text-decoration: none;
margin:0 1vw;
padding:2vw;
background:#c9ebba;
}
.pagination ul li a:hover{
background:#f0f0f0;
}
.pagination ul li .current{
background:#f0f0f0;
}
.pagination ul li span.dots{
border:none !important;
margin:0 !important;
font-weight: bold;
}
.pagination ul li .next{
background:#d5d5d5;
}
.pagination ul li .before{
background:#d5d5d5;
}


/*bnrArea（五龍館おすすめの宿泊プラン）*/
.bnrArea{
margin-top:8vw;
padding:5vw 5vw;
background:#d9e2c3;
}
.bnrArea h3{
font-size:4.75vw;
line-height:100%;
text-align:center;
color:#456b1f;
padding:0;
margin-bottom:5vw;
}
.bnrArea .bnrBox .bnrCt div a{
display:block;
text-align: center;
margin:0 1vw;
outline:none;
}
.bnrArea .bnrBox .bnrCt div a span{
  font-size:3vw;
  line-height:120%;
  display: block;
  margin-top:2px;

}
.slick-slider .slick-track{
margin:0 auto;
}
.bnrArea .slick-prev,
.bnrArea .slick-next{
width:6vw;
height:6vw;
z-index: 10;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
.bnrArea .slick-prev{
left: -6vw;
background:url(../img/slider_arrow_left.png) no-repeat center center !important;
background-size: 100% auto !important;
}
.bnrArea .slick-next{
right: -6vw;
background:url(../img/slider_arrow_right.png) no-repeat center center !important;
background-size: 100% auto !important;
}
.bnrArea .slick-prev:before,
.bnrArea .slick-next:before{
display:none;
}
.slick-dotted.slick-slider{
  margin-bottom:3vw!important;
}
.slick-dots{
  bottom:-3vw!important;
}
.slick-dots li button:before{
font-size: 3vw !important;
}
/*---------------------------------------------全部入りCSS---*/



/* ギャラリー */
#gor_gallery{
margin: 0 auto 10vw;
max-width: 1000px;
}
#gor_gallery #bwg_container1_0{}
#gor_gallery #bwg_tag_wrap{
margin:5vw 0 5vw 0;
text-align: center;
}
#gor_gallery #bwg_container1_0 #bwg_container2_0 .bwg_back_0{display:none !important;}
#gor_gallery #bwg_tag_container p{
display: inline-block;
text-align: left;
vertical-align: middle;
border: 1px solid #ccc;
padding: 2vw !important;
}
#gor_gallery #bwg_tag_container p.no-match{display:none;}
#gor_gallery .SumoSelect &gt; .CaptionCont &gt; span.placeholder{}
#gor_gallery #bwg_tag_container{
float:none;
width:auto;
border:none;
display:inline-block;
box-shadow:none;
line-height: 100%;
text-align: right;
}
#gor_gallery #bwg_tag_wrap .SumoSelect{width: auto;}
#gor_gallery .bwg_search_loupe_container{margin-left:10px;}
#gor_gallery .bwg_search_loupe_container,
#gor_gallery .bwg_search_reset_container{
vertical-align: middle;
font-size: 4.75vw;
color: #000000;
top: 0;
margin-right: 1vw;
}
#gor_gallery .SumoSelect.open .search-txt{
top: 0;
left: 0;
width: auto;
padding: 2vw;
font-size: 3.75vw;
display: inline-block;
width: 100%;
}
#gor_gallery .SumoSelect.open &gt; .optWrapper{
top:38px;
border: 1px solid #ccc;
}
#gor_gallery .SumoSelect &gt; .optWrapper &gt; .options  li.opt{
padding: 2vw 2vw 2vw 8vw;
}
#gor_gallery .SumoSelect &gt; .optWrapper.multiple &gt; .options li.opt span,
#gor_gallery .SumoSelect .select-all &gt; span{
left:0;
margin-left:0;
}
#gor_gallery .SumoSelect &gt; .optWrapper &gt; .options li label{text-align:left;}
#gor_gallery #bwg_container1_0 #bwg_container2_0 .tablenav-pages_0{
margin:0;
height: auto;
vertical-align: middle;
}
#gor_gallery #bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 .pagination-links_0{
display:block;
margin: 15px 0 1px;
vertical-align: middle;
}
#gor_gallery #bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 .pagination-links_0 a{
padding: 0 8px;
font-size: 21px;
height: 38px!important;
vertical-align: middle;
font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
#gor_gallery #bwg_container1_0 #bwg_container2_0 .paging-input_0{margin:0 10px;}
#gor_gallery #bwg_container1_0 #bwg_container2_0 .bwg_title_spun2_0{color:#333!important;text-shadow: none!important;font-weight: normal!important;}

.galleryPage #bwg_tag_wrap{
z-index:100;
}
#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_spun1_0{
margin:10px !important;
}
#gor_gallery #bwg_container1_0 #bwg_container2_0 .tablenav-pages_0{
margin-top:4.5vw;
}



/*--- 体験 ---*/
.experience_ct #lower_bdy{
position: relative;
}
.mainImage{
text-align: center;
margin-bottom:6vw;
}
.mainImage img{
max-width:1000px;
}
.scheduleInn{
margin-top:8vw;
}
#lower_bdy .sumInn .pattern05 .w90{
margin-top:3.5vw;
}
#lower_bdy .pattern10{
margin-top:8vw;
}
#lower_bdy .pattern10 dl{
margin-top:3vw;
margin-bottom:5vw;
}
#lower_bdy .pattern10 dl dd{
font-size: 3.5vw;
color: #252525;
margin: 2vw auto;
line-height: 1.75;
}
#lower_bdy .btn_reserve{
width:90%;
text-align:center;
margin: 0 auto;
}
#lower_bdy .btn_reserve a.btn_r{
display:block;
text-align:center;
font-size:4vw;
color:#ffffff;
padding:2vw;
background:#769563;
text-decoration: none;
border-radius: 50px;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
}
#lower_bdy .btn_reserve p{
margin:2vw 0 0 0;
font-size: 3vw;
line-height: 1.75;
}
#lower_bdy .btn_reserve p a{
color: #3f761e;
text-decoration: underline;
}
#lower_bdy .btn_reserve p a:hover{
text-decoration: none;
}
#lower_bdy .host_small ul li{
text-align:center;
margin-bottom:2vw;
font-size:3vw;
}
#lower_bdy .host_small ul li.host_img img{
width: 18%;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
#lower_bdy .host_small ul li a{
color: #3f761e;
text-decoration: underline;
}
.colGre{
color:#3f761e;
}
#lower_bdy .host_large{
position: relative;
padding: 5.5vw 4.5vw 4.5vw;
margin-top:8vw;
margin-bottom:8vw;
color:#252525;
border:1px solid #bababa;
}
#lower_bdy .host_large .p_host{
display: inline-block;
position: absolute;
top: -2.5vw;
left: 2.25vw;
font-size: 3vw;
padding: 1vw 2vw;
text-align: center;
line-height: 100%;
background: #ffffff;
border: 1px solid #bababa;
}
#lower_bdy .host_large .p_host:after{
content: "";
width: 10px;
position: absolute;
bottom: -8px;
left: 50%;
margin-left: -5px;
display: block;
height: 8px;
background: url(../img/ico_arr_h_bottom.png) no-repeat center bottom;
}
#lower_bdy .host_large dl.disTable{
display: table;
table-layout: fixed;
width: 100%;
}
#lower_bdy .host_large .disCell{
display: table-cell;
vertical-align: top;
}
#lower_bdy .host_large dl dt.disCell{
width:26%;
vertical-align: top;
}
#lower_bdy .host_large dl dt.disCell img{
width:100%;
}
#lower_bdy .host_large dl dd.disCell{
padding-left:3vw;
vertical-align: top;
}
#lower_bdy .host_large div dl{
display: table;
width: 100%;
table-layout: fixed;
margin-bottom: 1vw;
}
#lower_bdy .host_large div dl dt{
display: table-cell;
vertical-align: top;
width: 28%;
font-size: 3vw;
line-height: 1.5;
}
#lower_bdy .host_large div dl dd{
display: table-cell;
vertical-align: top;
font-size: 3vw;
line-height: 1.5;
}
#lower_bdy .host_large .ap_link{
text-align: center;
margin-top: 3vw;
line-height: 100%;
}
#lower_bdy .host_large .ap_link a{
display:inline-block;
color: #3f761e;
font-size: 3vw;
line-height: 1.5;
text-decoration: underline;
}
#lower_bdy .host_large .ap_link a:after{
content:"さんのその他の体験プランを見る→";
}
#lower_bdy .host_large .ap_link a:hover{
text-decoration: none;
}
.experience_ct{
margin-bottom:8vw;
}

.experience_ct #lower_bdy .boxcorner{
  background:url(../img/boxcorner_upper.png),url(../img/boxcorner_lower.png);
  background-repeat:no-repeat,no-repeat;
  background-position:0 0,100% 100%;
  background-size:3vw auto,3vw auto;
  padding:2vw 0 2vw;
  color:#434343;
  border:1px solid #e3e3e5;
  margin:3vw auto;
  box-shadow:0 3px 3px #e3e3e5;
}
.experience_ct #lower_bdy .boxcorner .boxcorner_ttl{
  line-height:1.4;
  font-size:3.5vw;
  text-align: center;
  margin-bottom:3px;
}
.experience_ct #lower_bdy .boxcorner .boxcorner_txt{
  line-height:1.4;
  font-size:3.2vw;
  text-align: center;
  margin-top:0;
}
.experience_ct #lower_bdy .p_preserved{
  margin-top:6vw;
}

/*料理*/
#chef_blog{

}
#chef_blog p{
padding:3vw;
}
#lower_bdy .no_slider{
overflow: hidden;
padding:0 3vw;
}
#lower_bdy .no_slider .banner_slider{
width: auto;
overflow: hidden;
margin:0 -1.5vw;
}
#lower_bdy .no_slider .banner_slider div{
width:50%;
float:left;
}
#lower_bdy .no_slider .banner_slider div a{
display:block;
margin:0 1.5vw 5vw;
text-align:center;
}
#lower_bdy .no_slider .banner_slider div a img{
width:100%;
}
#lower_bdy .no_slider .banner_slider div a span{
display:block;
font-size: 3.5vw;
line-height: 1.35;
margin-top:1.5vw;
}
#lower_bdy .txtR{
text-align:right;
}
#lower_bdy .list_link{
padding-left:10px;
padding-right:10px;
}
#lower_bdy .list_link a{
display:inline-block;
color: #3f761e;
font-size: 3.5vw;
line-height: 1.35;
text-decoration: underline;
}
#lower_bdy .list_link a:hover{
text-decoration: none;
}
#lower_bdy .txt_left{
text-align:left !important;
}
#lower_bdy .txtC{
text-align:center;
}
#lower_bdy .txt_right{
text-align:right !important;
}
#lower_bdy .txtBold {
color: #252525;
font-size: 4vw;
font-weight: bold;
margin-top: 3vw;
}



/*--- カレンダー ---*/
#page_wrap .wpsbc-container{
float:none !important;
overflow: hidden;
max-width: 1000px;
margin: 5vw auto;
}
#page_wrap .wpsbc-calendars {
float: none;
}
#page_wrap div.wpsbc-calendar {
width: 75%;
float: none;
height: auto;
text-align: center;
margin: 2vw auto;
padding: 2vw !important;
}
#page_wrap div.wpsbc-calendar {
padding: 2vw;
position: relative;
border: 1px solid #cccccc;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-color: #ffffff;
}
#page_wrap div.wpsbc-calendar div.wpsbc-heading {
width: 100%;
overflow: hidden;
margin: 0 auto;
height: auto;
padding-bottom: 2vw;
text-align: center;
border-bottom: 1px solid #000;
color: #000000;
font-size: 0px;
text-align: center;
}
#page_wrap div.wpsbc-calendar div.wpsbc-heading div.wpsbc-select-container {
float: right;
display: inline-block;
margin: 0;
height: auto;
width: auto;
text-align: left;
overflow: hidden;
position: relative;
}
#page_wrap div.wpsbc-calendar ul.wpsbc-weekdays {
padding: 2vw 0 !important;
}
#page_wrap div.wpsbc-calendar ul {
list-style: none;
display: table;
table-layout: fixed;
margin: 0 !important;
padding: 0 !important;
width: 100%;
text-align: center;
}
#page_wrap div.wpsbc-calendar ul li {
display: table-cell;
float:none;
padding: 1vw !important;
height: 22px;
line-height: 22px;
font-size: 2.75vw !important;
text-align: center;
position: relative;
z-index: auto;
border: 1px solid #fff !important;
}
#page_wrap .wpsbc-legend {
padding: 1vw !important;
border: 1px solid #cccccc;
float: none;
max-width: 100%;
width: 75%;
clear: both;
display: block;
margin: 1.5vw auto;
background: #f1f1f1;
}
#page_wrap .wpsbc-legend .wpsbc-legend-color {
width: 3.75vw;
height: 3.75vw;
margin: 1.5vw;
margin-right:0;
}
#page_wrap .wpsbc-legend .wpsbc-legend-item p{
font-size: 2.75vw !important;
margin: 1.5vw !important;
line-height: 125% !important;
}
#page_wrap div.wpsbc-calendar div.wpsbc-select-container .wpsbc-dropdown {
border: 1px solid #cccccc !important;
height: auto !important;
display: block !important;
width: 100% !important;
font-size: 2.75vw !important;
}
#page_wrap div.wpsbc-calendar div.wpsbc-heading span {
font-size: 2.75vw;
color: #000000;
line-height: 100%;
padding: 1.5vw 6.5vw 1.5vw 1.5vw;
width: auto !important;
margin: 0;
display: inline-block;
}
#page_wrap div.wpsbc-calendar div.wpsbc-heading select{
padding: 1.5vw !important;
background: #fafafa url(../img/wpsbc-dropdown-arrow.png) no-repeat 93% 50% !important;
background-size: 10% auto !important;
}
#page_wrap div.wpsbc-tooltip{
left:100%;
}
#page_wrap div.wpsbc-calendar:after{content:".";display:block;clear:both;height:0;visibility:hidden;}
#page_wrap div.wpsbc-calendar{min-height:1px;}
* html #page_wrap div.wpsbc-calendar{height:1px;/*¥*//*/
height: auto;
overflow: hidden;
/**/}
#page_wrap div.wpsbc-tooltip{
left: 0;
top: 100%;
line-height: 125%;
padding:2vw;
font-size: 2.75vw;
max-width: 24vw;
}
#page_wrap div.wpsbc-tooltip strong{
margin-bottom:1vw;
}

/*
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
div.wpsbc-calendar div.wpsbc-heading a.wpsbc-prev {background: transparent url(../images/arrow-left@2x.png) no-repeat left center; background-size: 100% auto;width: 6vw;height: 6vw;}
div.wpsbc-calendar div.wpsbc-heading a.wpsbc-next {background: transparent url(../images/arrow-right@2x.png) no-repeat left center; background-size: 100% auto;width: 6vw;height: 6vw;}
div.wpsbc-calendar div.wpsbc-select-container .wpsbc-dropdown {background:#fafafa url(../images/wpsbc-dropdown-arrow@2x.png) no-repeat 93% 50% !important; background-size:10% auto!important;}
}
*/

.mb50{
margin-bottom:5vw !important;
}
.mb100{
margin-bottom:10vw !important;
}
.mt75{
margin-top:7.5vw !important;
}
.linkGreen{
text-decoration:underline;
color:#5da52d;
}
.linkGreen:hover{
text-decoration:none;
}



/*--- アクセス ---*/
.gMap iframe{
width: 100% !important;
height: 50vw;
}
#lower_bdy .pattern03.acc_kanren .disTable .disCell .disBox dl dd{
padding-right: 8vw;
}



/*-- 無料送迎バスのご案内 --*/
#lower_bdy .inn_cont .disTable dt{
text-align: center;
border: 1px solid #cccccc;
font-size: 4vw;
}
#lower_bdy .inn_cont .disTable dd .serif{
font-size: 6vw;
margin-top:2vw;
line-height: 1.5;
}
#lower_bdy .inn_cont .disTable dd .serif a{
color: #000000;
text-decoration: none;
}
#lower_bdy .inn_cont .disTable dd {
text-align: center;
}



/*-- サイトマップ --*/
.site_map_nav{
margin-top:5vw;
}
#lower_bdy .site_map_nav .site_map_menu_box{
width:auto;
}
.site_map_nav .site_map_menu_box ul ul{
padding-bottom: 1vw;
padding-top: 3vw;
}
.site_map_nav .site_map_menu_box ul li.level01{
margin-bottom: 2vw;
border: 1px dashed #cccccc;
}
.site_map_nav .site_map_menu_box ul li.level01 a{
background: #f1f1f1  url(../img/arrow_red.png) no-repeat 96.5% center;
background-size: 6px auto;
display: block;
padding: 2vw;
font-size: 3.75vw;
padding-left: 2.5vw;
text-decoration: none;
}
.site_map_nav .site_map_menu_box ul li.level01 a.lead_a{
border-bottom: 1px dashed #cccccc;
}
.site_map_nav .site_map_menu_box ul li.level02{
margin-left: 2.75vw;
}
.site_map_nav .site_map_menu_box ul li.level02 a{
padding-left: 3vw;
padding-top: 0;
line-height:1.55;
background: url(../img/l_ico.png) no-repeat left 1vw;
background-size: 1.85% auto;
}



/*-- 周辺観光地 --*/
#lower_bdy .sightseeing .disTable .disCell .disBox{
position:relative;
display: block;
width:auto;
}
#lower_bdy .sightseeing .disTable .disCell .disBox a:before{
display:none;
}
#lower_bdy .sightseeing .disTable .disCell .disBox .number{
display: inline-block;
position: absolute;
left: 0;
top: 0;
width: 7.5vw;
height: 7.5vw;
text-align: center;
line-height: 8vw;
font-size: 5vw;
font-weight: bold;
color: #649925;
background: #eaeaea;
}
#lower_bdy .sightseeing .disTable .disCell .disBox .wei100{
float: left;
display: block;
}
#lower_bdy .sightseeing .disTable .disCell .disBox dl dt{
display: table;
table-layout: fixed;
width: 100%;
text-align:left;
padding-right: 0;
}
#lower_bdy .sightseeing .disTable .disCell .disBox dl dt .txt_left{
display: table-cell;
width: 78%;
vertical-align: top;
line-height: 1.5;
letter-spacing: -0.05em;
}
#lower_bdy .sightseeing .disTable .disCell .disBox dl dt .map_link{
display: table-cell;
width: 22%;
vertical-align: top;
}
#lower_bdy .sightseeing .disTable .disCell .disBox dl dt .map_link a{
display:block;
padding: 5px;
text-align: center;
color: #fff;
font-weight: normal;
line-height: 100%;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #649925;
text-decoration: none;
}



/*-- よくある質問 --*/
.accordion{

}
.accordion dl:first-child{
margin-top:0;
}
.accordion dl{
margin-top:3.5vw;
}
.accordion dl dt{
color: #000000;
font-size: 3.75vw;
padding: 2vw;
background: #e2eddc;
display: table;
width: 100%;
cursor: pointer;
table-layout: fixed;
}
.accordion dl dt span{
display: table-cell;
vertical-align: middle;
width: 84%;
padding:0 1.5vw;
line-height: 1.35;
letter-spacing: -0.03em;
}
.accordion dl dt:before{
position: relative;
top: -0.5vw;
content: "Q";
font-size: 6.5vw;
color:#c5d8ba;
font-weight:bold;
display: table-cell;
vertical-align: middle;
width: 8%;
text-align: center;
line-height: 100%;
font-family: 'Noto Serif JP',century,'Kozuka Mincho Pro M', 'Kozuka Mincho Std M', '小塚明朝 Pro M', '小塚明朝 Std M','ヒラギノ明朝 Pro W3',"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho",'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝','MS PMincho',serif;
}
.accordion dl dt.active:after{
content: "";
background: url(../img/ico_minus.jpg) no-repeat center;
background-size: 70% auto;
}
.accordion dl dt:after{
width: 8%;
display: table-cell;
vertical-align: middle;
content: "";
background: url(../img/ico_plus.jpg) no-repeat center;
background-size: 70% auto;
}
.accordion dl dd{
display:none;
width: 90%;
margin: 3vw auto 0;
line-height: 1.75;
font-size:3.25vw;
}



/*-- ユーザ一覧 --*/
#lower_bdy #author{
margin-bottom:5vw;
}
.author-profile ul{
margin: 0 -1.25vw;
}
.author-profile ul li{
display:inline-block;
margin: 1.25vw;
}
.author-profile ul li a{
display: block;
padding: 3vw 3.5vw;
color: #3f761e;
font-size: 3.5vw;
line-height: 100%;
border: 1px dotted #3f761e;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
text-decoration: underline;
}

.spa_page #lower_bdy .pattern09 .planBox .planTxt dd .planDes{
margin-top:2vw;
}


/*お知らせ用調整*/
.news_box #lower_bdy h2.title,
.news_box #lower_bdy h3.title,
.news_box #lower_bdy h4.title,
.news_box #lower_bdy h5.title,
.news_box #lower_bdy h6.title{margin-top:6vw;margin-bottom:3vw;}
.news_box #lower_bdy .pattern01,
.news_box #lower_bdy .pattern02,
.news_box #lower_bdy .pattern03,
.news_box #lower_bdy .pattern04,
.news_box #lower_bdy .pattern05,
.news_box #lower_bdy .pattern06,
.news_box #lower_bdy .pattern07,
.news_box #lower_bdy .pattern08,
.news_box #lower_bdy .pattern09{margin:0 0 3vw;}
.news_box #lower_bdy  p{
  font-size:3.5vw;
  color:#252525;
  line-height:1.55;
  margin-bottom:3vw;
}
.news_box #lower_bdy  p + p{
  margin-top:3vw;
}

/* --------------------------------------------------
  お客様の声 関連
-------------------------------------------------- */
/*
  トップ
------------------------------ */

#voice{padding:2vw 0;}
#voice h2 {
text-align: center;
padding: 5vw 0;
color: #303030;
font-size: 6vw;
background: url(../img/curve.png) no-repeat center bottom;
background-size: 100% auto;
margin-bottom: 5vw
}
#voice h2 .h2_txt{
position: relative;
letter-spacing: 0.1em;
}
#voice h2 a{
  color:#000;
}
#voice h2 .h2_txt:before{
content: "";
display: block;
background: url("../img/mt_img_gray.png") no-repeat 0 0;
background-size: 100% 100%;
width: 16vw;
height: 8vw;
position: absolute;
top: 0;
left: -17vw;
}
#voice h2 .h2_txt:after{
content: "";
display: block;
background: url("../img/mt_img_gray.png") no-repeat 0 0;
background-size: 100% 100%;
width: 16vw;
height: 8vw;
position: absolute;
top: 0;
right: -17vw;
}
#voice h2 .j_txt{font-size: 3vw;display: block;font-weight: normal;}

#voice .voice_slider{
  width:80%;
  margin:0 auto;
  display: flex;
  justify-content:flex-start;
  flex-wrap: wrap;
}
#voice .voice_slider .slide_block{
  text-align: center;
  flex-basis: 38vw;
  flex-shrink: 0;
}
#voice .voice_slider .slide_block:nth-child(2n){
  margin-right:0;
}
#voice .voice_slider .slide_block a {
  color: #676767;
  display: block;
  outline: none;
  font-size: 3vw;
  margin: 0.5vw;
}
#voice .voice_slider .slide_img{
  height: 38vw;
  width: 38vw;
  margin: 0 auto 0;
  background: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
  border:1px solid #cecece;
}
#voice .voice_slider .slide_block .slide_ttl{
  line-height: 1.2;
  display: inline-block;
  font-size:2.8vw;
  margin-top:3px;
}
#voice .more {
  margin: 0vw auto 4vw;
  width: 80%;
  text-align: center;
  display: block;
}
#voice .more a {
  margin:4vw auto;
  border:1px solid #3f761e;
  padding: 2vw 0;
  /*background:url(../img/arrow_green.png) no-repeat 98% 50%;*/
  color:#3f761e;
  font-size: 4vw;
  display: inline-block;
  width: 100%;
  transition: color 0.2s ease-out, background-color 0.5s ease-out,background-position .2s ease-out, box-shadow 0.5s ease-out;cursor: pointer;
  text-decoration: none;
}


/*
  一覧
------------------------------ */
#voice.list_type01 {
  margin: 6vw 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
#voice.list_type01 div.planBox {
  margin: 0 0 4vw;
  width: 50%;
}
#voice.list_type01 div.planBox div.disTable { padding: 0 1.5vw 0 0; }
#voice.list_type01 div.planBox:nth-child(2n) div.disTable { padding: 0 0 0 1.5vw; }
#voice.list_type01 div.planBox .planImg {
  margin-bottom: 2vw;
}
#voice.list_type01 div.planBox .planImg img { width: 100%; }
#lower_bdy #voice.list_type01 div.planBox div.disTable,
#lower_bdy #voice.list_type01 div.planBox div.disCell {
  display: block;
}
#lower_bdy #voice.list_type01 div.planBox div.disCell span { font-size: 3vw; }
/*
  個別
------------------------------ */
/* SNSリンク */
#d_post {
  margin-bottom: 6vw;
  text-align: center;
}
#d_post a {
  background: #769563;
  margin: 0 auto;
  width: 80%;
  color: #fff;
  padding: 4vw 0;
  font-size: 3.75vw;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  display: inline-block;
}
/* ページング */
#voice_paging.single_nav {
  margin: 5.5vw auto 0;
  width: 92%;
}
#voice_paging.single_nav ul {
  width: 100%;
  display: table;
  table-layout: fixed;
}
#voice_paging.single_nav ul li {
  padding: 0;
  width: 33.33333333%;
  vertical-align: middle;
  border-bottom: none;
  display: table-cell;
}
#voice_paging.single_nav ul li.previous { text-align:left; }
#voice_paging.single_nav ul li.category_top { text-align:center; }
#voice_paging.single_nav ul li.category_top a { padding:2vw 6vw; }
#voice_paging.single_nav ul li.next { text-align:right; }
#voice_paging.single_nav ul li a {
  padding: 2vw 3vw;
  font-size: 3.75vw;
  border: 1px solid #cccccc;
  display: inline-block;
}
#voice_paging.single_nav ul li a:hover {
  background: #5da52d;
  text-decoration: none;
  color: #ffffff;
  border: solid 1px #5da52d;
}
/*
  SP 非表示
------------------------------ */
.v_nosp { display: none!important; }

.slider01__inner {
  position: relative;
  margin-bottom: 15vw;
  padding: 3vw 0 0;
  box-sizing: border-box;
  background: url(../img/bg_pattern2.gif);
}
.slider01__listWrapper {
  display: block;
  width: 92%;
  margin: 0 auto;
  overflow: visible !important;
}
.slider01__link,
.slider01__txtWrapper {
  display: flex;
  flex-direction: column;
  flex-basis: 10px;
  flex-grow: 1;
}
.slider01__item {
  display: flex;
  flex-direction: column;
  height: auto !important;
  margin-bottom: -10vw;
}
.slider01__link {
  display: block;
  background: #fff;
  box-shadow: 0 0 1vw 0 #d7d7d7;
}
.slider01__imgWrapper {
  display: block;
  width: 100%;
}
.slider01__img {
  display: block;
  width: 100%;
}
.slider01__txtWrapper {
  padding: 2.5vw 2.5vw 4vw;
  box-sizing: border-box;
}
.slider01__ttl {
  margin: 0;
  font-size: 4vw;
  font-weight: bold;
  color: #92c375;
  line-height: 1.3;
}
.slider01__desc {
  margin-top: 1vw;
  font-size: 3vw;
  color: #231815;
  line-height: 1.6;
}
.slider01__tagList {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 1vw;
  left: 1vw;
  margin-bottom: -1vw;
}
.slider01__tagItem {
  display: block;
  flex-basis: 1.5vw;
  margin-bottom: 1vw;
  padding: 1vw 2.5vw;
  background: #222;
  box-sizing: border-box;
  font-size: 3vw;
  color: #fff;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.slider01__tagItem.-bgRed {
  background: #f15458;
}
.slider01__tagItem.-bgSkyblue {
  background: #0dcee5;
}
.slider01__tagItem.-bgOrange {
  background: #f7931e;
}
.slider01__tagItem:not(:last-child) {
  margin-right: 1vw;
}

.confirmTel {
  display: none;
}
.confirmTel.-active {
  display: block;
}
.confirmTel__modal {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .5);
}
.confirmTel__modalInner {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  max-width: 96%;
  border-radius: 20px;
  box-sizing: border-box;
  background: #f9f9f9;
  overflow: hidden;
}
.confirmTel__txt01 {
  display: block;
  padding: 25px 10px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 1.6;
  text-align: center;
}
.confirmTel__list {
  display: flex;
  border-top: 1px solid #EDEDEE;
}
.confirmTel__item {
  flex-basis: 10px;
  flex-grow: 1;
}
.confirmTel__item:not(:last-child) {
  border-right: 1px solid #EDEDEE;
}
.confirmTel__button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.confirmTel__button,
.confirmTel__link {
  display: block;
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  color: #1785FF;
  line-height: 1.6;
  text-align: center;
  transition: background .2s;
}
.confirmTel__button:hover,
.confirmTel__link:hover {
  background: #EDEDEE;
  color: #1785FF;
  text-decoration: none;
}


/* calendar */
#lower_bdy .room__calendar {
  position: relative;
  margin-top: 3vw;
  padding: 0 2vw;
}
#lower_bdy .room__calendarInner {
  display: block;
}
#lower_bdy .room__calendarList {
  width: 90%;
}
#lower_bdy .room__calendarItem {
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
#lower_bdy .room__calendarMonth {
  padding: 0 0 2.6666666667vw;
  box-sizing: border-box;
  font-size: 3.4666666667vw;
  font-weight: bold;
  color: #767676;
  text-align: center;
}
#lower_bdy .room__calendarTable {
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #231815;
  border-left: 1px solid #231815;
}
#lower_bdy .room__calendarTh, #lower_bdy .room__calendarTd {
  border-bottom: 1px solid #231815;
  border-right: 1px solid #231815;
  font-size: 2.9333333333vw;
}
#lower_bdy .room__calendarTh {
  padding: 2vw 0;
  box-sizing: border-box;
  background: #fff;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}
#lower_bdy .room__calendarTd {
  padding: 1.3333333333vw 0;
  box-sizing: border-box;
  background: #fff;
  color: #666;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}
#lower_bdy .room__calendarTd.-typeA {
  background: #ebf1d7;
}
#lower_bdy .room__calendarTd.-typeB {
  background: #d7f1da;
}
#lower_bdy .room__calendarTd.-typeC {
  background: #c8f3cd;
}
#lower_bdy .room__calendarTd.-typeD {
  background: #cfeeee;
}
#lower_bdy .room__calendarTd.-typeE {
  background: #c2def2;
}
#lower_bdy .room__calendarTd.-typeF {
  background: #e8dff4;
}
#lower_bdy .room__calendarTd.-typeG {
  background: #fcdbe7;
}
#lower_bdy .room__calendarTd.-typeH {
  background: #f9d3d9;
}


#lower_bdy .swiper-button-prev,
#lower_bdy .swiper-container-rtl .swiper-button-next {
  left: -5vw !important;
  transition: 0.2s;
}

#lower_bdy .swiper-button-prev:hover,
#lower_bdy .swiper-container-rtl .swiper-button-next:hover {
  opacity: 0.8;
}

#lower_bdy .swiper-button-next,
#lower_bdy .swiper-container-rtl .swiper-button-prev {
  right: -5vw !important;
  transition: 0.2s;
}

#lower_bdy .swiper-button-next:hover,
#lower_bdy .swiper-container-rtl .swiper-button-prev:hover {
  opacity: 0.8;
}

:root {
  --swiper-theme-color: #767676 !important;
}

#lower_bdy .swiper-button-prev:after,
#lower_bdy .swiper-button-next:after {
  font-size: 6vw !important;
}

#lower_bdy .room__childTableTtl01 {
  margin-top: 4vw;
  box-sizing: border-box;
  font-size: 3.4666666667vw;
  font-weight: bold;
  color: #65c58d !important;
  text-align: center;
}
#lower_bdy .room__childTableWrapper {
  overflow-x: scroll;
  margin-top: 3vw;
  margin-bottom: 3vw;
}
#lower_bdy .room__childTable {
  width: 160% !important;
  font-size: 3.5vw;
}
#lower_bdy .room__childTh, #lower_bdy .room__childTd {
  padding: 1vw 3vw;
  border-bottom: #cdc4aa solid 1px;
  border-right: #cdc4aa solid 1px;
  vertical-align: middle;
  line-height: 1.5;
}
#lower_bdy .room__childTh {
  background: #fdb662;
  font-weight: bold;
  color: #704916;
  text-align: center;
}
#lower_bdy .room__col:nth-child(1) {
  width: 6%;
}
#lower_bdy .room__col:nth-child(2) {
  width: 20%;
}
#lower_bdy .room__col:nth-child(3), #lower_bdy .room__col:nth-child(4) {
  width: 15%;
  text-align: center;
}
#lower_bdy .room__col:nth-child(5) {
  width: 46%;
}
#lower_bdy .room__childTd {
  background: #fff;
}
#lower_bdy .room__childTd:first-child {
  text-align: center;
}
#lower_bdy .room__childTd.-price {
  color: #cf0000;
  text-align: center;
}

/*--------------------*
Rooms
*--------------------*/
#rooms {
  padding: 10vw 0 2vw;
}
#rooms h2 {
  text-align: center;
  padding: 0vw 0 5vw;
  color: #303030;
  font-size: 6vw;
  background: url(../img/curve.png) no-repeat center bottom;
  background-size: 100% auto;
  margin-bottom: 5vw
}
#rooms h2 .h2_txt{
  position: relative;
  letter-spacing: 0.1em;
}
#rooms h2 a{
  color:#000;
}
#rooms h2 .h2_txt:before{
  content: "";
  display: block;
  background: url("../img/mt_img_gray.png") no-repeat 0 0;
  background-size: 100% 100%;
  width: 16vw;
  height: 8vw;
  position: absolute;
  top: 0;
  left: -17vw;
}
#rooms h2 .h2_txt:after{
  content: "";
  display: block;
  background: url("../img/mt_img_gray.png") no-repeat 0 0;
  background-size: 100% 100%;
  width: 16vw;
  height: 8vw;
  position: absolute;
  top: 0;
  right: -17vw;
}
#rooms h2 .j_txt{
  font-size: 3vw;
  display: block;
  font-weight: normal;
}
#rooms .slider02__inner {
    margin-top: 5.3333333333vw;
    overflow: hidden
}
#rooms .slider02__listWrapper {
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: calc(73.0666666667vw * 3 + 2.6666666667vw * 2)
}
#rooms .slider02__imgWrapper {
    display: block
}
#rooms .slider02__img {
    display: block;
    width: 100%;
    height: 35vw;
    object-fit: cover;
}
#rooms .slider02__ttl {
    margin-top: 2vw;
    font-size: 4vw;
    font-weight: bold;
    color: #000
}
#rooms .slider02__desc {
    margin-top: 0.6666666667vw;
    font-size: 2.6666666667vw;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
#rooms .slider02__linkWrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 4vw;
}
#rooms .slider02__link,
#rooms .slider02__open {
    display: block;
    position: relative;
    width: 49%;
    padding: 2vw 0;
    border: 1px solid #769563;
    box-sizing: border-box;
    font-size: 3vw;
    text-align: center;
    text-decoration: none;
    transition: .2s;
}
#rooms .slider02__link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: none;
    cursor: pointer;
    appearance: none;
    background: #769563;
    color: #fff;
}
#rooms .slider02__link::before {
    display: block;
    position: absolute;
    right: 2vw;
    top: 50%;
    width: 1vw;
    height: 1vw;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform-origin: 100% 0;
    content: "";
    transform: rotate(45deg);
}
#rooms .slider02__link:hover {
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}
#rooms .slider02__open {
  background: #fff url(/admin/wp-content/themes/goryukan/img/ico_blank_green.png) no-repeat right 10px center /2vw auto;
  color: #769563;
}
#rooms .slider02__open:hover {
  background: #769563 url(/admin/wp-content/themes/goryukan/img/ico_blank_white.png) no-repeat right 10px center /2vw auto;
  color: #fff;
  cursor: pointer;
}
.slider02__chevronWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%,-50%);
    width: 100vw
}
#rooms .slider02__chevron {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    appearance: none;
    display: block;
    position: absolute;
    top: calc(-8.4vw / 2);
    z-index: 10;
    width: 8.4vw;
    height: 8.4vw;
    border-radius: 50%;
    box-sizing: border-box;
    background: rgba(0,0,0,0.24)
}
#rooms .slider02__chevron:after {
    display: block;
    position: absolute;
    top: 50%
}
#rooms .slider02__chevron.-prev {
    left: 2.6666666667vw
}
#rooms .slider02__chevron.-prev:after {
    display: block;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-top: 0.1333333333vw solid #fff;
    border-right: 0.1333333333vw solid #fff;
    transform-origin: 100% 0;
    content: "";
    transform: rotate(-135deg);
    left: 0
}
#rooms .slider02__chevron.-next {
    right: 2.6666666667vw
}
#rooms .slider02__chevron.-next:after {
    display: block;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-top: 0.1333333333vw solid #fff;
    border-right: 0.1333333333vw solid #fff;
    transform-origin: 100% 0;
    content: "";
    transform: rotate(45deg);
    right: 2.9333333333vw
}
.slider03 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.67);
    overflow: hidden
}
.slider03.-active {
    display: block
}
.slider03__inner {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90vw
}
.slider03__listWrapper {
    overflow: visible!important
}
.slider03__item01 {
    display: block;
    max-height: 93vh;
    padding: 5.3333333333vw;
    box-sizing: border-box;
    background: #fff;
    overflow-y: scroll
}
.slider03__close {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    appearance: none;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    content: ""
}
.slider03__close:after,.slider03__close:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5.3333333333vw;
    height: 0.1333333333vw;
    background: #000;
    content: ""
}
.slider03__close:before {
    transform: translate(-50%,-50%) rotate(-45deg)
}
.slider03__close:after {
    transform: translate(-50%,-50%) rotate(45deg)
}
.slider03__close:hover {
    background: rgba(0,0,0,0.1)
}
.slider03__chevronWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%,-50%);
    width: 100%
}
.slider03__chevron {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    appearance: none;
    display: block;
    position: absolute;
    top: calc(-8.4vw / 2);
    z-index: 10;
    width: 8.4vw;
    height: 8.4vw;
    border-radius: 50%;
    box-sizing: border-box;
    background: #000
}
.slider03__chevron:after {
    display: block;
    position: absolute
}
.slider03__chevron.-prev {
    left: -4vw
}
.slider03__chevron.-prev:after {
    display: block;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: 0.1333333333vw solid #fff;
    border-right: 0.1333333333vw solid #fff;
    transform-origin: 100% 0;
    content: "";
    transform: rotate(-135deg);
    left: 0.6666666667vw
}
.slider03__chevron.-next {
    right: -4vw
}
.slider03__chevron.-next:after {
    display: block;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: 0.1333333333vw solid #fff;
    border-right: 0.1333333333vw solid #fff;
    transform-origin: 100% 0;
    content: "";
    transform: rotate(45deg);
    right: 3.2vw
}
.slider03__chevron:hover {
    background: #333333
}
.slider03__itemInner02 {
    margin-top: 4vw
}
.slider03__imgWrapper {
    display: block
}
.slider03__img {
    display: block;
    width: 100%
}
.slider03__link01 {
    display: block;
    width: 100%;
    margin-top: 4vw;
    padding: 2.6666666667vw 2vw;
    border: 0.1333333333vw solid #000;
    box-sizing: border-box;
    font-size: 2.6666666667vw;
    color: #000;
    text-align: center;
    text-decoration: none
}
.slider03__ttl01 {
    font-size: 4vw;
    font-weight: bold;
    color: #000
}
.slider03__desc01 {
    font-size: 3.2vw;
    color: #000
}
.slider03__itemInner02-2 {
    margin-top: 6.6666666667vw
}
.slider03__ttl02 {
    display: block;
    padding-bottom: 0.6666666667vw;
    border-bottom: 0.1333333333vw solid #000;
    box-sizing: border-box;
    font-size: 4vw;
    color: #000
}
.slider03__list02 {
    display: block;
    margin-top: 2.6666666667vw;
    padding: 2.6666666667vw;
    box-sizing: border-box;
    background: #f1efef
}
.slider03__item02 {
    display: block;
    padding-left: 2.6666666667vw;
    font-size: 2.6666666667vw;
    color: #000;
    text-indent: -2.6666666667vw
}
.slider03__item02:before {
    content: "・"
}
#rooms .rooms__linkWrapper {
  margin-top: 4vw;
  text-align: center;
}
#rooms .rooms__link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 54vw;
  height: 10vw;
  margin: 0 auto;
  background: #f4f4f4;
  font-size: 3vw;
  color: #769563;
  transition: .2s;
}
#rooms .rooms__link::before {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 1vw;
    height: 1vw;
    border-top: 2px solid #769563;
    border-right: 2px solid #769563;
    transform-origin: 100% 0;
    content: "";
    transform: rotate(45deg);
}
#rooms .rooms__link:hover {
  opacity: 0.8;
  text-decoration: none;
}

/*--------------------*
restaurant_bar
onsen_sauna
*--------------------*/
#restaurant_bar {
  padding: 10vw 0 2vw;
}
#restaurant_bar h2 {
  text-align: center;
  padding: 0vw 0 5vw;
  color: #303030;
  font-size: 6vw;
  background: url(../img/curve.png) no-repeat center bottom;
  background-size: 100% auto;
  margin-bottom: 5vw
}
#restaurant_bar h2 .h2_txt{
  position: relative;
  letter-spacing: 0.1em;
}
#restaurant_bar h2 a{
  color:#000;
}
#restaurant_bar h2 .h2_txt:before{
  content: "";
  display: block;
  background: url("../img/mt_img_gray.png") no-repeat 0 0;
  background-size: 100% 100%;
  width: 16vw;
  height: 8vw;
  position: absolute;
  top: 0;
  left: -17vw;
}
#restaurant_bar h2 .h2_txt:after{
  content: "";
  display: block;
  background: url("../img/mt_img_gray.png") no-repeat 0 0;
  background-size: 100% 100%;
  width: 16vw;
  height: 8vw;
  position: absolute;
  top: 0;
  right: -17vw;
}
#restaurant_bar h2 .j_txt{
  font-size: 3vw;
  display: block;
  font-weight: normal;
}

#onsen_sauna {
  padding: 10vw 0 2vw;
}
#onsen_sauna h2 {
  text-align: center;
  padding: 0vw 0 5vw;
  color: #303030;
  font-size: 6vw;
  background: url(../img/curve.png) no-repeat center bottom;
  background-size: 100% auto;
  margin-bottom: 5vw
}
#onsen_sauna h2 .h2_txt{
  position: relative;
  letter-spacing: 0.1em;
}
#onsen_sauna h2 a{
  color:#000;
}
#onsen_sauna h2 .h2_txt:before{
  content: "";
  display: block;
  background: url("../img/mt_img_gray.png") no-repeat 0 0;
  background-size: 100% 100%;
  width: 16vw;
  height: 8vw;
  position: absolute;
  top: 0;
  left: -17vw;
}
#onsen_sauna h2 .h2_txt:after{
  content: "";
  display: block;
  background: url("../img/mt_img_gray.png") no-repeat 0 0;
  background-size: 100% 100%;
  width: 16vw;
  height: 8vw;
  position: absolute;
  top: 0;
  right: -17vw;
}
#onsen_sauna h2 .j_txt{
  font-size: 3vw;
  display: block;
  font-weight: normal;
}
.contList01__inner {
    margin-top: 4vw;
    margin-bottom: -9.3333333333vw;
    overflow: hidden
}
.contList01__item01 {
    display: block;
    margin-bottom: 2vw;
    padding: 2vw 0;
    box-sizing: border-box;
    background: url(/wp/wp-content/themes/template01/img/bg_paper-beige-2.jpg) center top;
    background-size: 13.3333333333vw auto
}
.contList01__imgWrapper {
    display: block;
    width: 100%
}
.contList01__img {
    display: block;
    width: 100%
}
.contList01__txtWrapper {
    display: block;
    padding: 5.3333333333vw 2.6666666667vw 8vw;
    box-sizing: border-box
}
.contList01__desc01 {
    margin-top: 2vw;
    font-size: 2.9333333333vw;
    color: #000;
    text-align: center
}
.contList02__lead01-1 {
  position: relative;
  width: 100%;
  font-size: 4vw;
  color: #769563;
  text-align: center;
}
.contList02__lead01-1::before {
  content:"";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #769563;
}
.contList02__lead01-1 span {
  position: relative;
  display: inline-block;
  padding: 0 4vw;
  background: #fff;
  z-index: 1;
}
.contList02__lead01-2 {
  margin-top: 4vw;
  font-size: 3vw;
  color: #000;
  text-align: center;
}
.contList01__link01 {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 2.9333333333vw 2vw;
    background: #769563;
    border: 1px solid #769563;
    box-sizing: border-box;
    font-size: 2.9333333333vw;
    color: #fff;
    text-align: center;
    text-decoration: none
}
.contList01__link01::before {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 1vw;
    height: 1vw;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform-origin: 100% 0;
    content: "";
    transform: rotate(45deg);
}
.contList01__list02 {
  display: flex;
  justify-content: center;
  margin-top: 4vw;
}
.contList01__item02 {
  width: 49%;
}
.contList01__item02+li {
    margin-left: 2%;
}
.contList01__link01.-detail {
  background: #fff;
  color: #769563;
}
.contList01__link01.-detail::before {
  border-top: 2px solid #769563;
  border-right: 2px solid #769563;
}
.contList01__link01.-detail:hover {
  background: #769563;
  color: #fff;
}
.contList01__link01.-detail:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/*--------------------*
Access
*--------------------*/
#access {
  margin-top: 60px;
}
#access .access__inner {
  padding: 0 2.6666666667vw;
}
#access h2 {
  text-align: center;
  padding: 0vw 0 5vw;
  color: #303030;
  font-size: 6vw;
  background: url(../img/curve.png) no-repeat center bottom;
  background-size: 100% auto;
  margin-bottom: 5vw
}
#access h2 .h2_txt{
  position: relative;
  letter-spacing: 0.1em;
}
#access h2 a{
  color:#000;
}
#access h2 .h2_txt:before{
  content: "";
  display: block;
  background: url("../img/mt_img_gray.png") no-repeat 0 0;
  background-size: 100% 100%;
  width: 16vw;
  height: 8vw;
  position: absolute;
  top: 0;
  left: -17vw;
}
#access h2 .h2_txt:after{
  content: "";
  display: block;
  background: url("../img/mt_img_gray.png") no-repeat 0 0;
  background-size: 100% 100%;
  width: 16vw;
  height: 8vw;
  position: absolute;
  top: 0;
  right: -17vw;
}
#access h2 .j_txt{
  font-size: 3vw;
  display: block;
  font-weight: normal;
}
#access .access__item {
  margin-bottom: 3vw;
}
#access .access__defList {
  display: flex;
}
#access .access__defTtl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18vw;
  height: 6vw;
  margin-right: 4vw;
  background: #7cad60;
  font-size: 3vw;
  color: #fff;
}
#access .access__defCont {
  width: calc(100% - 20vw);
  padding-top: 2px;
  font-size: 3vw;
}
#access .access__linkWrapper {
  margin-top: 4vw;
  text-align: center;
}
#access .access__gmap iframe {
  width: 100%;
  height: 100vw;
}
#access .access__link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 54vw;
  height: 10vw;
  margin: 0 auto;
  border: 1px solid #769563;
  font-size: 3vw;
  color: #769563;
  transition: .2s;
}
#access .access__link::before {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 4px;
  height: 4px;
  border-top: 2px solid #769563;
  border-right: 2px solid #769563;
  transform-origin: 100% 0;
  content: "";
  transform: rotate(45deg);
}
#access .access__link:hover {
  background: #769563;
  color: #fff;
}
#access .access__link:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#access .access__gmap {
  margin-top: 50px;
}


/*--------------------*
gallery
*--------------------*/
#gallery {
  margin-top: 12vw;
}
#gallery .gallery__inner {
  padding: 0 2.6666666667vw;
}
#gallery h2 {
  text-align: center;
  padding: 0vw 0 5vw;
  color: #303030;
  font-size: 6vw;
  background: url(../img/curve.png) no-repeat center bottom;
  background-size: 100% auto;
  margin-bottom: 5vw
}
#gallery h2 .h2_txt{
  position: relative;
  letter-spacing: 0.1em;
}
#gallery h2 a{
  color:#000;
}
#gallery h2 .h2_txt:before{
  content: "";
  display: block;
  background: url("../img/mt_img_gray.png") no-repeat 0 0;
  background-size: 100% 100%;
  width: 16vw;
  height: 8vw;
  position: absolute;
  top: 0;
  left: -17vw;
}
#gallery h2 .h2_txt:after{
  content: "";
  display: block;
  background: url("../img/mt_img_gray.png") no-repeat 0 0;
  background-size: 100% 100%;
  width: 16vw;
  height: 8vw;
  position: absolute;
  top: 0;
  right: -17vw;
}
#gallery h2 .j_txt{
  font-size: 3vw;
  display: block;
  font-weight: normal;
}
.slider04__inner {
    margin-top: 6.6666666667vw;
    overflow: hidden
}

.slider04__listWrapper {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: calc(53.3333333333vw * 3 + 4vw * 2)
}

.slider04__chevronWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%,-50%);
    width: 100vw
}

.slider04__chevron {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    appearance: none;
    display: block;
    position: absolute;
    top: calc(-8.4vw / 2);
    z-index: 10;
    width: 8.4vw;
    height: 8.4vw;
    border-radius: 50%;
    box-sizing: border-box;
    background: rgba(255,255,255,0.3)
}

.slider04__chevron:after {
    display: block;
    position: absolute
}

.slider04__chevron.-prev {
    left: 2.6666666667vw
}

.slider04__chevron.-prev:after {
    display: block;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-top: 0.1333333333vw solid #000;
    border-right: 0.1333333333vw solid #000;
    transform-origin: 100% 0;
    content: "";
    transform: rotate(-135deg);
    left: 0
}

.slider04__chevron.-next {
    right: 2.6666666667vw
}

.slider04__chevron.-next:after {
    display: block;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-top: 0.1333333333vw solid #000;
    border-right: 0.1333333333vw solid #000;
    transform-origin: 100% 0;
    content: "";
    transform: rotate(45deg);
    right: 2.9333333333vw
}

.slider04__chevron:hover {
    background: rgba(255,255,255,0.6)
}

.slider04__item {
    display: block
}

.slider04__item:hover {
    opacity: 0.8
}

.slider04__imgWrapper {
    display: block
}

.slider04__img {
    display: block;
    width: 100%
}

.slider04__link01 {
    display: block;
    width: 72vw;
    margin: 0 auto;
    margin-top: 6vw;
    padding: 2.6666666667vw 2vw;
    border: 0.1333333333vw solid #000;
    box-sizing: border-box;
    font-size: 2.9333333333vw;
    color: #000;
    text-align: center;
    text-decoration: none;
    transition: background 0.2s
}

.slider04__link01:hover {
    background: rgba(0,0,0,0.25)
}
#gallery .gallery__linkWrapper {
  margin-top: 4vw;
  text-align: center;
}
#gallery .gallery__link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 54vw;
  height: 10vw;
  margin: 0 auto;
  background: #f4f4f4;
  font-size: 3vw;
  color: #769563;
  transition: .2s;
}
#gallery .gallery__link::before {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 1vw;
    height: 1vw;
    border-top: 2px solid #769563;
    border-right: 2px solid #769563;
    transform-origin: 100% 0;
    content: "";
    transform: rotate(45deg);
}
#gallery .gallery__link:hover {
  opacity: 0.8;
  text-decoration: none;
}

[class*=" icon-"],[class^=icon-] {
    font-family: "icomoon"!important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.icon-external-link:before {
    content: "\e900"
}
.icon-facebook:before {
    content: "\e901"
}
.icon-instagram:before {
    content: "\e902"
}
.icon-twitter:before {
    content: "\e903"
}
@font-face {
    font-family: "lg";
    src: url("./fonts/lg.ttf?22t19m") format("truetype"),url("./fonts/lg.woff?22t19m") format("woff"),url("./fonts/lg.svg?22t19m#lg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}
.lg-icon {
    font-family: "lg"!important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.lg-actions .lg-next,.lg-actions .lg-prev {
    background-color: rgba(0,0,0,0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    outline: none;
    border: none;
    background-color: transparent
}
.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5
}
.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover {
    color: #FFF
}
.lg-actions .lg-next {
    right: 20px
}
.lg-actions .lg-next:before {
    content: "\e095"
}
.lg-actions .lg-prev {
    left: 20px
}
.lg-actions .lg-prev:after {
    content: "\e094"
}
@keyframes lg-right-end {
    0% {
        left: 0
    }

    50% {
        left: -30px
    }

    to {
        left: 0
    }
}

@keyframes lg-left-end {
    0% {
        left: 0
    }

    50% {
        left: 30px
    }

    to {
        left: 0
    }
}
.lg-outer.lg-right-end .lg-object {
    animation: lg-right-end 0.3s;
    position: relative
}
.lg-outer.lg-left-end .lg-object {
    animation: lg-left-end 0.3s;
    position: relative
}
.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.45)
}
.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none!important;
    outline: medium none;
    background: none;
    border: none;
    box-shadow: none;
    transition: color 0.2s linear
}
.lg-toolbar .lg-icon:hover {
    color: #FFF
}
.lg-toolbar .lg-close:after {
    content: "\e070"
}
.lg-toolbar .lg-download:after {
    content: "\e0f2"
}
.lg-sub-html {
    background-color: rgba(0,0,0,0.45);
    bottom: 0;
    color: #EEE;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080
}
.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold
}
.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}
#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle
}
.lg-next,.lg-prev,.lg-toolbar {
    opacity: 1;
    transition: transform 0.35s cubic-bezier(0,0,0.25,1) 0s,opacity 0.35s cubic-bezier(0,0,0.25,1) 0s,color 0.2s linear
}
.lg-hide-items .lg-prev {
    opacity: 0;
    transform: translate3d(-10px,0,0)
}
.lg-hide-items .lg-next {
    opacity: 0;
    transform: translate3d(10px,0,0)
}
.lg-hide-items .lg-toolbar {
    opacity: 0;
    transform: translate3d(0,-10px,0)
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    transform: scale3d(0.5,0.5,0.5);
    opacity: 0;
    transition: transform 250ms cubic-bezier(0,0,0.25,1) 0s,opacity 250ms cubic-bezier(0,0,0.25,1)!important;
    transform-origin: 50% 50%
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    transform: scale3d(1,1,1);
    opacity: 1
}
.lg-outer .lg-thumb-outer {
    background-color: #0D0A0A;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    transform: translate3d(0,100%,0);
    transition: transform 0.25s cubic-bezier(0,0,0.25,1) 0s
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    transition-duration: 0s!important
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
    transform: translate3d(0,0%,0)
}
.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px
}
.lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #FFF;
    border-radius: 4px;
    margin-bottom: 5px
}
@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        transition:border-color 0.25s ease
    }
}
.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}
.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
}
.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
    transition: bottom 0.25s ease
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}
.lg-outer .lg-toggle-thumb {
    background-color: #0D0A0A;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
    outline: medium none;
    border: none
}
.lg-outer .lg-toggle-thumb:after {
    content: "\e1ff"
}
.lg-outer .lg-toggle-thumb:hover {
    color: #FFF
}
.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
}
.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}
.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important
}
.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer
}
.lg-outer .lg-has-vimeo .lg-video-play {
    background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent
}
.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: 0.8
}
.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}
.lg-outer .lg-has-youtube .lg-video-play {
    background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent
}
.lg-outer .lg-video-object {
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0
}
.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}
.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    transition: opacity 0.08s ease 0s
}
.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0
}
.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}
.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}
.lg-autoplay-button:after {
    content: "\e01d"
}
.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition-duration: 0s
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: transform 0.3s cubic-bezier(0,0,0.25,1) 0s
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: left 0.3s cubic-bezier(0,0,0.25,1) 0s,top 0.3s cubic-bezier(0,0,0.25,1) 0s
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transform: translate3d(0,0,0);
    backface-visibility: hidden
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    transform: scale3d(1,1,1);
    transition: transform 0.3s cubic-bezier(0,0,0.25,1) 0s,opacity 0.15s!important;
    transform-origin: 0 0;
    backface-visibility: hidden
}
#lg-zoom-in:after {
    content: "\e311"
}
#lg-actual-size {
    font-size: 20px
}
#lg-actual-size:after {
    content: "\e033"
}
#lg-zoom-out {
    opacity: 0.5;
    pointer-events: none
}
#lg-zoom-out:after {
    content: "\e312"
}
.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}
.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}
.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    transform: translate3d(0,0,0)
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px white inset
}
.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    transition: opacity 0.15s ease 0s,transform 0.15s ease 0s;
    transform: translate3d(0,5px,0)
}
.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}
.lg-outer .lg-pager {
    background-color: rgba(255,255,255,0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255,255,255,0.7) inset;
    display: block;
    height: 12px;
    transition: box-shadow 0.3s ease 0s;
    width: 12px
}
.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover {
    box-shadow: 0 0 0 8px white inset
}
.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}
.lg-fullscreen:after {
    content: "\e20c"
}
.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}
.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0,0,0,0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear 0.18s,opacity 0.18s linear 0s
}
.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown {
    transition-delay: 0s;
    transform: translate3d(0,0px,0);
    opacity: 1;
    visibility: visible
}
.lg-outer.lg-dropdown-active #lg-share {
    color: #FFF
}
.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0,5px,0);
    transition: transform 0.18s linear 0s,visibility 0s linear 0.5s,opacity 0.18s linear 0s
}
.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px
}
.lg-outer .lg-dropdown&gt;li:last-child {
    margin-bottom: 0px
}
.lg-outer .lg-dropdown&gt;li:hover .lg-icon,.lg-outer .lg-dropdown&gt;li:hover a {
    color: #333
}
.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px
}
.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0,0,0,0.07)
}
.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle
}
.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto
}
.lg-outer #lg-share {
    position: relative
}
.lg-outer #lg-share:after {
    content: "\e80d"
}
.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
}
.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e904"
}
.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
}
.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e907"
}
.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
}
.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e905"
}
.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
}
.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e906"
}
.lg-outer .lg-img-rotate {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: transform 0.3s cubic-bezier(0.32,0,0.67,0) 0s
}
.lg-rotate-left:after {
    content: "\e900"
}
.lg-rotate-right:after {
    content: "\e901"
}
.lg-icon.lg-flip-hor,.lg-icon.lg-flip-ver {
    font-size: 26px
}
.lg-flip-hor:after {
    content: "\e902"
}
.lg-flip-ver:after {
    content: "\e903"
}
.lg-group {
    *zoom:1}
.lg-group:after,.lg-group:before {
    display: table;
    content: "";
    line-height: 0
}
.lg-group:after {
    clear: both
}
.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    outline: none;
    transition: opacity 0.15s ease 0s
}
.lg-outer * {
    box-sizing: border-box
}
.lg-outer.lg-visible {
    opacity: 1
}
.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    transition-duration: inherit!important;
    transition-timing-function: inherit!important
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    transition-duration: 0s!important;
    opacity: 1
}
.lg-outer.lg-grab img.lg-object {
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}
.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}
.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}
.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
}
.lg-outer .lg-item {
    background: url("../img/loading.gif") no-repeat scroll center center transparent;
    display: none!important
}
.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block!important
}
.lg-outer.lg-css .lg-current {
    display: inline-block!important
}
.lg-outer .lg-img-wrap,.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}
.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}
.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}
.lg-outer .lg-item.lg-complete {
    background-image: none
}
.lg-outer .lg-item.lg-current {
    z-index: 1060
}
.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto!important;
    height: auto!important
}
.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    transition: opacity 0.15s ease 0s
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1
}
.lg-outer .lg-empty-html {
    display: none
}
.lg-outer.lg-hide-download #lg-download {
    display: none
}
.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.15s ease 0s
}
.lg-backdrop.in {
    opacity: 1
}
.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide {
    transition: none 0s ease 0s!important
}
.lg-css3.lg-use-css3 .lg-item {
    backface-visibility: hidden
}
.lg-css3.lg-use-left .lg-item {
    backface-visibility: hidden
}
.lg-css3.lg-fade .lg-item {
    opacity: 0
}
.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}
.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide {
    transition: opacity 0.1s ease 0s
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    transform: translate3d(-100%,0,0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    transform: translate3d(100%,0,0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    transform: translate3d(0,0,0);
    opacity: 1
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    transition: transform 1s cubic-bezier(0,0,0.25,1) 0s,opacity 0.1s ease 0s
}
.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    transition: left 1s cubic-bezier(0,0,0.25,1) 0s,opacity 0.1s ease 0s
}

/*--------------------*
gallery下層ページ
*--------------------*/
.imgList01__inner {
    margin-top: 4vw
}
.imgList01__linkList {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -2.6666666667vw
}
.imgList01__link {
    flex-basis: calc(100% / 3 - 2.6666666667vw * (2 / 3) - .01px);
    max-width: calc(100% / 3 - 2.6666666667vw * (2 / 3) - .01px);
    margin-bottom: 2.6666666667vw;
    text-decoration: none
}
.imgList01__link:not(:nth-child(3n)) {
    margin-right: 2.6666666667vw
}
.imgList01__link:hover {
    opacity: 0.8
}
.imgList01__imgWrapper {
    display: block
}
.imgList01__img {
    display: block;
    width: 100%
}
.imgList01__ttl {
    margin-top: 0.6666666667vw;
    font-size: 3.2vw;
    color: #000
}

/*--------------------*
客室下層ページ
*--------------------*/
.roomSub {
}
.roomSub.-active {
    display: block
}
.roomSub__inner {
  padding-bottom: 8vw;
}
.roomSub__listWrapper {
}
.roomSub__item01 {
}
.roomSub__itemInner02 {
    margin-top: 8vw
}
.roomSub__imgWrapper {
    display: block
}
.roomSub__img {
    display: block;
    width: 100%
}
.roomSub__link01 {
    display: block;
    width: 100%;
    margin-top: 4vw;
    padding: 2.6666666667vw 2vw;
    border: 0.1333333333vw solid #000;
    box-sizing: border-box;
    font-size: 2.6666666667vw;
    color: #000;
    text-align: center;
    text-decoration: none
}
.roomSub__ttl01 {
    font-size: 4vw;
    font-weight: bold;
    color: #000
}
.roomSub__desc01 {
    font-size: 3.2vw;
    color: #000
}
.roomSub__itemInner02-2 {
    margin-top: 6.6666666667vw
}
.roomSub__ttl02 {
    display: block;
    padding-bottom: 0.6666666667vw;
    border-bottom: 0.1333333333vw solid #000;
    box-sizing: border-box;
    font-size: 4vw;
    color: #000
}
.roomSub__list02 {
    display: block;
    margin-top: 2.6666666667vw;
    padding: 2.6666666667vw;
    box-sizing: border-box;
    background: #f1efef
}
.roomSub__item02 {
    display: block;
    padding-left: 2.6666666667vw;
    font-size: 2.6666666667vw;
    color: #000;
    text-indent: -2.6666666667vw
}
.roomSub__item02:before {
    content: "・"
}

.nav01 {
  margin-top: 8vw
}
.nav01.-faq .nav01__item01 {
  width: 32%;
  margin-bottom: 2vw
}
.nav01.-faq .nav01__link01 {
  word-break: break-word;
  text-align: center;
  line-height: 1.2
}
.nav01.-faq .nav01__link01:after {
  bottom: 2vw
}
.nav01.-faq .nav01__link01:hover:after {
  bottom: 1.3333333333vw
}
.nav01__list01 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}
.nav01__item01 {
  width: 32%;
  margin-bottom: 2vw;
  margin-left: 2%;
  box-sizing: border-box
}
.nav01__item01:nth-child(3n+1) {
  margin-left: 0
}
.nav01__link01 {
  padding: 4px;
  border: 1px solid #a4a4a4;
  display: block;
}
.nav01__link01 span {
  display: block;
  min-height: 14.5vw;
  padding: 1.5vw 1.5vw 4.5vw;
  color: #535353;
  letter-spacing: -0.035em;
  font-size: 3.25vw;
  line-height: 1.25;
  text-align: center;
  border: 1px solid #dbdbdb;
  background: url(../img/ico_arr_bottom01.png) no-repeat center 85%;
  background-size: 12% auto;
}

.faqList01__h2 {
  margin-top: 10vw;
  color: #000000;
  font-size: 4vw;
  padding: 3vw 18vw 3vw 3.85vw;
  font-weight: normal;
  line-height: 1.25;
  background: #e2eddc url(../img/mt_img_green.png) no-repeat 96% center;
  background-size: 17% auto;
}
.faqList01__list {
  margin-top: 2.6666666667vw;
  padding: 0 2vw;
}
.faqList01__item {
  margin-top: 2.6666666667vw
}
.faqList01__details[open] .faqList01__summary:after {
  display: block;
  width: 1.6vw;
  height: 1.6vw;
  border-top: 0.2666666667vw solid #535353;
  border-right: 0.2666666667vw solid #535353;
  transform-origin: 100% 0;
  content: "";
  transform: rotate(-45deg);
  top: calc(50% - 0.8vw)
}
.faqList01__summary {
  list-style: none;
  cursor: pointer;
  user-select: none;
  font-family: "Arial", "メイリオ";
  position: relative;
  padding: 2.1333333333vw 9.3333333333vw 2.4vw 2.6666666667vw;
  border-bottom: 0.1333333333vw solid #535353;
  font-size: 3.5vw;
  font-weight: bold;
  line-height: 1.2
}
.faqList01__summary[aria-expanded]:before {
  display: none;
  content: ""
}
.faqList01__summary::marker {
  display: none
}
.faqList01__summary::-webkit-details-marker {
  display: none
}
.faqList01__summary:after {
  display: block;
  width: 1.6vw;
  height: 1.6vw;
  border-top: 0.2666666667vw solid #535353;
  border-right: 0.2666666667vw solid #535353;
  transform-origin: 100% 0;
  content: "";
  transform: rotate(135deg);
  position: absolute;
  top: calc(50% + 0.5333333333vw);
  right: 4vw
}
.faqList01__cont01 {
  position: relative;
  padding: 2.6666666667vw 0 2.4vw 2.6666666667vw
}
.faqList01__desc01 {
  font-size: 3.7333333333vw;
  word-break: break-word
}
.faqList01__link01 {
  font-size: 3.7333333333vw;
  color: #535353;
  text-decoration: underline
}
.faqList01__link01:hover {
  text-decoration: none
}

.form01__inner {
  margin-top: 5.3333333333vw
}
.form01__list01 {
  display: flex
}
.form01__item01 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-basis: 13.3333333333vw;
  flex-grow: 1;
  height: 10vw;
  padding-left: calc(1.7333333333vw + 1.3333333333vw);
  padding-right: 1.3333333333vw;
  box-sizing: border-box;
  background: #b0b0b0;
  font-size: 2.6666666667vw;
  color: #fff;
  line-height: 1.4;
  text-align: center
}
.form01__item01:not(:last-child):after,
.form01__item01:not(:last-child):before {
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(10vw / 2) 0 calc(10vw / 2) 1.7333333333vw;
  content: ""
}
.form01__item01:not(:last-child):before {
  right: calc(-1.7333333333vw - 0.1333333333vw);
  z-index: 5;
  transform: scale(1.2);
  border-color: transparent transparent transparent #fff
}
.form01__item01:not(:last-child):after {
  right: calc(-1.7333333333vw - -0.0133333333vw);
  z-index: 10;
  border-color: transparent transparent transparent #b0b0b0
}
.form01__item01.-current {
  background: #bdb59e;
  color: #fff
}
.form01__item01.-current:not(:last-child):after {
  border-color: transparent transparent transparent #bdb59e
}
.form01__item01.-current~.form01__item01 {
  background: #d3cdbb
}
.form01__item01.-current~.form01__item01:not(:last-child):after {
  border-color: transparent transparent transparent #d3cdbb
}
.form01__desc01 {
  display: block;
  margin-top: 4.6666666667vw;
  font-size: 3.2vw;
  color: #000;
  line-height: 1.6;
  text-align: center
}
.form01__link01 {
  color: #000;
  text-decoration: underline
}
.form01__link01[target=_blank]:after {
  margin-left: 0.25em;
  font-family: "icomoon", sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  content: "\e900"
}
.form01__btnList {
  display: flex;
  justify-content: center;
  margin-top: 8vw
}
.form01__btnItem {
  flex-basis: 68vw;
  max-width: 68vw;
  flex-grow: 1
}
.form01__btnItem:not(.-goBack) .form01__button:hover {
  background: black
}
.form01__btnItem.-goBack {
  flex-basis: 32vw;
  max-width: 32vw;
  flex-grow: 0;
  flex-shrink: 0
}
.form01__btnItem.-goBack:empty {
  display: none
}
.form01__btnItem.-goBack .form01__button {
  background: #4d4d4d
}
.form01__btnItem.-goBack .form01__button:hover {
  background: #333333
}
.form01__btnItem:not(:last-child) {
  margin-right: 5.3333333333vw
}
.form01__button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  appearance: none;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 4vw 2vw;
  box-sizing: border-box;
  background: #000;
  font-size: 3.7333333333vw;
  color: #fff;
  line-height: 1.6;
  text-align: center;
  transition: background 0.2s
}
.form01__list02 {
  margin-top: 4.6666666667vw
}
.form01__item02 {
  display: block
}
.form01__item02:nth-child(odd) {
  background: #f4f7f9
}
.form01__item02:nth-child(2n) {
  background: #fff
}
.form01__item02:not(.-required) .form01__defTtl01:after {
  display: none;
}
.form01__item02.-required .form01__defTtl01:after {
  background: #e60012;
  content: "必須"
}
.form01__defList01 {
  display: block;
  padding: 1.3333333333vw;
  box-sizing: border-box
}
.form01__defTtl01 {
  display: block;
  box-sizing: border-box;
  font-size: 2.1333333333vw;
  font-weight: bold;
  color: #000;
  line-height: 1.6
}
.form01__defTtl01:after {
  display: inline-block;
  width: 12.6666666667vw;
  margin-left: 2vw;
  padding: 0.4vw 0.6666666667vw;
  border-radius: 0.6666666667vw;
  box-sizing: border-box;
  font-size: 1.8666666667vw;
  font-weight: normal;
  color: #fff;
  line-height: 1.5;
  text-align: center
}
.form01__defDesc01 {
  display: block;
  margin-top: 1.3333333333vw;
  font-size: 2.1333333333vw;
  color: #000;
  line-height: 1.6
}
.form01__inputWrapper, .form01__selectWrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  min-height: 6.1333333333vw
}
.form01__inputWrapper:not(:last-child), .form01__selectWrapper:not(:last-child) {
  margin-bottom: 1.3333333333vw
}
.form01__selectWrapper {
  display: block;
  position: relative;
  width: 100%
}
.form01__selectWrapper:after {
  display: block;
  position: absolute;
  top: 3.6vw;
  right: 2.6666666667vw;
  display: block;
  width: 0.9333333333vw;
  height: 0.9333333333vw;
  border-top: 0.2666666667vw solid #000;
  border-right: 0.2666666667vw solid #000;
  transform-origin: 100% 0;
  content: "";
  transform: rotate(135deg);
  pointer-events: none;
  content: ""
}
.form01__select {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  background: none transparent;
  font-size: inherit;
  color: inherit;
  vertical-align: middle;
  text-indent: 0.01px;
  text-overflow: "";
  appearance: none;
  padding-right: 4.2666666667vw
}
.form01__select::-ms-expand {
  display: none
}
.form01__input {
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  background: none;
  -webkit-appearance: none
}
.form01__textarea {
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent
}
.form01__input, .form01__select, .form01__textarea {
  display: block;
  width: 100%;
  min-height: 6.1333333333vw;
  padding: 1.2vw 1.8666666667vw;
  border: 0.1333333333vw solid #dcdcdc;
  border-radius: 0.5333333333vw;
  box-sizing: border-box;
  background: #fff;
  font-size: 2.1333333333vw;
  color: #000;
  line-height: 1.6
}
.form01__input::placeholder {
  color: #ccc
}
.form01__textarea {
  height: auto
}
.form01__textarea::placeholder {
  color: #ccc
}
.form01__textarea.-marginTop {
  margin-top: 2vw
}
.form01__textarea.-doc {
  max-width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  outline: none
}
.form01__txt01 {
  margin-top: 1.3333333333vw;
  font-size: 2.1333333333vw;
  color: #000;
  line-height: 1.6
}
.form01__txt01.-colorRed {
  color: #e60012
}
.form01__inner02 {
  margin-top: 4.6666666667vw
}
.form01__txt02 {
  display: block;
  font-size: 3.2vw;
  color: #000;
  line-height: 1.6
}
.form01__txtWrapper02 {
  display: block;
  margin-top: 4.6666666667vw;
  padding: 5.3333333333vw;
  box-sizing: border-box;
  background: #f7f7f7
}
.form01__labelWrapper01 {
  display: flex;
  justify-content: flex-end;
  position: relative
}
.form01__labelWrapper01.-center {
  justify-content: center
}
.form01__labelWrapper01.-marginTop {
  margin-top: 2.6666666667vw
}
.form01 .form01__label01 {
  position: relative;
  cursor: pointer;
  user-select: none
}
.form01 .form01__label01:after, .form01 .form01__label01:before {
  pointer-events: none
}
.form01 .form01__label01:before {
  display: block;
  position: absolute;
  width: 8vw;
  height: 8vw;
  border: 0.2666666667vw solid #dcdcdc;
  border-radius: 0.5333333333vw;
  box-sizing: border-box;
  background: #fff;
  content: ""
}
.form01 .form01__label01:after {
  display: block;
  position: absolute;
  transform: rotate(-45deg);
  width: 3.7333333333vw;
  height: 2.1333333333vw;
  border-left: 0.5333333333vw solid #000;
  border-bottom: 0.5333333333vw solid #000;
  box-sizing: border-box;
  opacity: 0;
  content: ""
}

.form01 .form01__label01:hover {
  background: rgba(0, 0, 0, 0.05)
}

.form01 .form01__label01:active {
  background: rgba(0, 0, 0, 0.1)
}
.form01__checkbox {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none
}
.form01__checkbox:checked+.form01__label01:after {
  opacity: 1
}
.form01__checkbox:focus+.form01__label01 {
  background: rgba(0, 0, 0, 0.05);
  transition: background 0s
}
.form01__label01 {
  display: inline-block;
  padding: 3.3333333333vw;
  padding-left: 14vw;
  border-radius: 0.8vw;
  box-sizing: border-box;
  font-size: 3.7333333333vw;
  color: #000;
  line-height: 1.6
}
.form01__label01:before {
  top: 2.2666666667vw;
  left: 3.3333333333vw
}
.form01__label01:after {
  top: 4.6666666667vw;
  left: 5.4666666667vw
}
.form01 .error {
  display: block;
  flex-basis: 100%;
  max-width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  margin-top: 1.3333333333vw;
  font-size: 2.1333333333vw!important;
  color: #e60012!important;
  line-height: 1.6
}

.privacy__txt01 {
  margin-top: 6vw;
  font-size: 16px;
  color: #000;
  line-height: 1.6 !important;
}
.privacy__txt01.-mt10 {
  margin-top: 2vw;
}
.privacy__numList01 {
  margin-top: 4.6666666667vw;
  counter-reset: item;
}
.privacy__numList01.-mt0 {
  margin-top: 0;
}
.privacy__numItem01 {
  position: relative;
  padding-left: calc(3.5vw + 1.3333333333vw);
  box-sizing: border-box;
  font-size: 3.5vw;
  color: #000;
  line-height: 1.6;
  text-indent: calc(-3.5vw - 1.3333333333vw);
  counter-increment: item;
  list-style-type:none;
}
.privacy__numItem01:before {
    margin-right: 1.6vw;
    color: #000;
    content: counter(item) ".";
}
.privacy__numItem02 {
  position: relative;
  padding-left: calc(3.5vw + 1.3333333333vw);
  box-sizing: border-box;
  font-size: 3.5vw;
  color: #000;
  line-height: 1.6;
  text-indent: calc(-3.5vw - 1.3333333333vw);
  counter-increment: number 1;
  list-style-type:none;
}
.privacy__numItem02:before {
  margin-right: 1.6vw;
  color: #000;
  content: counter(number, upper-roman) ".";
}
.privacy__txtLink01 {
  color: #769563;
  text-decoration: underline;
}
.privacy__txtLink01:hover {
  text-decoration: none;
}</pre></body></html>