@charset "utf-8";
.mt15{margin-top:15px !important;}
.mt25{margin-top:25px !important;}
.mt35{margin-top:35px !important;}
.mt45{margin-top:45px !important;}
#page_wrap{
overflow:hidden;
}
.sponly{display: none!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
}
/*--------------------*
*header
*--------------------*/
header{padding: 0 0 20px;}
header .section_bdy{width:1120px;margin:0 auto;}
header .section_bdy:after{content:"";display:block;clear:both;}
header .sub_header{
  display: flex;
  justify-content: space-between;
  padding: 15px 0;

}
/*header .sub_header:after{content:"";display:block;clear:both;}*/
header .h1_ttl{float: left;margin: 0;padding: 15px 0;font-size:0.8em;}
/*
header .sub_nav_area{float: left;margin-left: 40px;}
header .tel_area > div{display: inline-block;}
header .tel_area .time{font-size: 13px;line-height: 1.2;text-align: right;color: #979797;}
header .tel_area .tel_number{font-size: 25px;vertical-align: top;line-height: 1;color: #000;margin-left: 5px;}
header .sub_nav{overflow: hidden;border-top:1px solid #ebebeb;padding-top: 5px;}
header .sub_nav li{float: left;}
header .sub_nav li{background: url(../img/arrow_orange.png) left center no-repeat;font-size: 14px;padding-left: 12px;margin-right: 20px;}
header .sub_nav li:last-child{margin-right: 0;}
header .sub_nav li a{color: #676767;}
header .sub_nav li a:hover{text-decoration:underline;color:#5da52d;}
*/
.sub_nav__list {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 560px;
}
.sub_nav__item {
  display: flex;
  justify-content: center;
  width: 180px;
}
.sub_nav__item .sub_nav__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #54624b;
  border: none;
  font-size: 13px;
  color: #fff;
  transition: .2s;
}
.sub_nav__item .sub_nav__link:hover {
  text-decoration: none;
  opacity: 0.8;
}
.sub_nav__item.-confirm .sub_nav__link {
  background: #54624b;
}
.sub_nav__item.-reserve .sub_nav__link {
  background: #3f761e;
}
.sub_nav__item.-inquiry .sub_nav__link {
  background: none;
  border: 1px solid #769563;
  color: #769563;
}
.sub_nav__item.-inquiry .sub_nav__link:hover {
  background: #769563;
  color: #fff;
}
@keyframes fadein-up{
  0% {
    opacity: 0;
    transform: translate(-50%, 30px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 15px);
  }
}
.sub_nav__popup {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 265px;
  padding: 20px;
  background: #e4e7cf;
  box-sizing: border-box;
  transform: translate(-50%, 15px);
  z-index: 5;
  opacity: 0;
}
.sub_nav__popup.-active {
  display: block;
  animation: fadein-up 0.4s ease-out 0.1s forwards;
}
.sub_nav__popup:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12.5px 12px 12.5px;
  border-color: transparent transparent #e4e7cf transparent;
  transform: translateX(-50%);
}
.sub_nav__txt {
  font-size: 14px;
  color: #232323;
}
.sub_nav__popupItem {
  padding: 15px 0;
}
.sub_nav__popupItem + .sub_nav__popupItem {
  border-top: 2px solid #cfd2bb;
  padding-bottom: 0;
}
.sub_nav__popupTxt {
  font-size: 14px;
  color: #232323;
}
.sub_nav__popupTxt .-red {
  color: #a82828;
}
.sub_nav__popupLink {
  display: block;
  margin-top: 5px;
  padding: 20px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  transition: .2s;
}
.sub_nav__popupLink:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}
.sub_nav__popupLink.-brown {
  background: #62504b;
}
.sub_nav__popupLink.-navy {
  background: #4b5862;
}
header .icon_nav{float: right;}
header .icon_nav{overflow: hidden;}
header .icon_nav li{float: left;margin-left: 18px;}
header .icon_nav li a{display: block;}
header .icon_nav li a img{width: 100%;}
header .icon_nav li a:hover{opacity: 1;}
header .logo{float:left;width:201px;margin-right:24px;}
header .logo a{display: block;}
header nav{width: 100%;}
header #global_menu ul{
display: table;
table-layout: fixed;
width: 100%;
}
header #global_menu ul li{
display: table-cell;
vertical-align: middle;
}
/*
header nav UL:after{content:"";display:block;clear:both;}
*/
header nav{border-left: 1px solid #e1e0d5;}
header nav LI{border-right: 1px solid #e1e0d5;text-align: center;}
header nav LI a{
color: #5c3312;
display: block;
position: relative;
font-size: 16px;
font-weight: normal;
padding: 5px 0;
}
header nav LI span{
display: block;
line-height: 1;
font-size: 12px;
color: #5c5c5c;
font-weight: normal;
}
header nav LI a:hover{
text-decoration: none;
color: #5c3312;
background: #dce77e;
}
#side_button,
.layer{display: none;}
.sponly{display: none;}

/*--------------------*
icon_navi
*--------------------*/
#icon_navi{
position: fixed;
right: 20px;;
top:230px;
z-index: 102;
}
#icon_navi ul{
margin-bottom: 15px;
}
#icon_navi li{
text-align: center;
margin-bottom: 3px;
}
#icon_navi li a{
display: block;
padding: 5px;
background: #000;
opacity: 0.6;
color: #fff;
}
#icon_navi li a:hover{
text-decoration: none;
background: #91c274;
color: #fff;
opacity: 1;
}
/*--------------------*
fix_banner
*--------------------*/
#fix_banner{
position: fixed;
left: 7.5%;;
top:562px;
z-index: 103;
}

/*--------------------*
kv
*--------------------*/
#kv{
width: 100%;
position: relative;
overflow: hidden;
}
#kv .kv__inner {
  position: relative;
  left: 50%;
  width: 2000px;
  height: 627px;
  transform: translateX(-50%);
}
#kv .kv_catch{
position: relative;
}
#kv .kv_catch .slider{
max-width:2000px;
left:50%;
margin-left:-1000px;

}
#kv .kv_catch:before{
content: "";
width: 100%;
height: 4px;
background: #fff;
display: block;
position: absolute;
top: 5px;
z-index: 1;
}


/*--------------------*
planbtn
*--------------------*/
/*--------------------*
news
*--------------------*/
.news{padding: 20px 0;position: relative;}
/*
.news_summer{background: url(../img/bg_pattern.gif);}
.news_winter{background: url(../img/bg_pattern2.gif);}
*/
.news:after{
content: "";
width: 100%;
height: 4px;
display: block;
position: absolute;
top: -10px;
}
/*.news_summer:after{background: #ccf1c8;}
.news_winter:after{background: #50a2d1;}*/
.news .news_box{
  width:1000px;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
}
.news .season_box{
  flex-basis: 200px;
  flex-shrink: 0;
  height: 106px;
}

  .news_summer .season_box{background: #91c274;}
  .news_winter .season_box{background: #50a2d1;}
.news .season_box .season_ttl{
  width: 100%;
  height: 106px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.news .news_area{
  flex-basis: 1000px;
  margin:0 20px;
}
.news .season_banner{
  flex-basis: 200px;
  flex-shrink: 0;
}

.news .season_banner_caption{font-size:12px;text-align:center;}
.news .season_banner_caption a{text-decoration: underline;color:#3f761e;}
.news .season_banner_caption a:hover{text-decoration: none;}

.news .sttl_storn{
margin-bottom: 10px;
font-size: 18px;
line-height:100%;
}
.news_summer .sttl_storn{
color: #648c30;
}
.news_winter .sttl_storn{
color: #50a2d1;
}
.news .news_list{width: 100%;}
.news .news_list li{
margin-bottom: 6px;
padding-bottom: 8px;
padding-left: 16px;
}
.news_summer li{
border-bottom: 1px solid #a5c199;
background: url(../img/arrow_summer.png) 0 4px no-repeat;
}
.news_winter li{
border-bottom: 1px solid #50a2d1;
background: url(../img/arrow_winter.png) 0 4px no-repeat;
}
.news .news_list .post_ttl {
font-size:14px;
}
.news .news_list .post_ttl a{
color:#272626;
}
.news .news_list .post_ttl a:hover{
filter:alpha(opacity=75);
-moz-opacity: 0.75;
opacity: 0.75;
}

/*--------------------*
plan_banner
*--------------------*/
.plan_banner{
  text-align: center;
  margin:40px auto 20px;
  width:1000px;
}
.plan_banner .season_banner_wrap{
  display: flex;
  justify-content:space-between;
}
.plan_banner .season_banner_wrap + .season_banner_wrap {
  margin-top: 20px;
}
.plan_banner .season_banner{
  flex-basis: 320px;
}
.plan_banner .season_banner_caption{
  font-size:12px;
}

.plan_banner .more {
  flex-basis: 160px;
  text-align: center;
}
.plan_banner .more a {
  border:1px solid #3f761e;
  padding:16px;
  background:url(../img/arrow_green.png) no-repeat 98% 50%;
  color:#3f761e;
  font-size:16px;
  display: block;
  margin:20px auto 0;
  width:60%;
  height:60px;
  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;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plan_banner .more a:hover{
  background-position: 99% 50%;
  text-decoration: none;
  background-color:#eee;
}

/*--------------------*
bannerList
*--------------------*/
.bannerList__inner {
  display: block;
  width: 100%;
  max-width: 96%;
  margin: 70px auto 40px;
}
.bannerList__list {
  display: flex;
  justify-content: center;
}
.bannerList__item {
  flex-basis: 320px;
  max-width: 320px;
  flex-grow: 0;
  flex-shrink: 0;
}
.bannerList__item.-long {
  flex-basis: 640px;
  max-width: 640px;
}
.bannerList__item:not(:last-child) {
  margin-right: 1.5%;
}
.bannerList__imgWrapper {
  display: block;
  width: 100%;
}
.bannerList__img {
  display: block;
  width: 100%;
}

/*--------------------*
experience
*--------------------*/
#experience{
  margin-top: 60px;
  padding:0 0 30px
}
#experience h2 {
text-align: center;
padding: 50px 0;
color: #000;
font-size: 36px;
background: url(../img/curve.png) no-repeat center bottom;
}
#experience h2 a{
  color: #000;
}
#experience h2 .h2_txt{
position: relative;
letter-spacing: 0.1em;
font-weight: normal;
}
#experience h2 .h2_txt:before{
content: "";
display: block;
background: url("../img/mt_img_gray.png") no-repeat 0 0;
width: 105px;
height: 50px;
position: absolute;
top: 0;
left: -120px;
}
#experience h2 .h2_txt:after{
content: "";
display: block;
background: url("../img/mt_img_gray.png") no-repeat 0 0;
width: 105px;
height: 50px;
position: absolute;
top: 0;
right: -120px;
}
#experience h2 .j_txt{font-size: 16px;display: block;font-weight: normal;}
#experience .experience_slider{
  width:850px;
  margin:30px auto 0;
  display: flex;
  justify-content:flex-start;
  flex-wrap: wrap;
}
#experience .experience_slider .slide_block{
  font-size: 14px;
  flex-basis: 250px;
  flex-shrink: 0;
  margin-right:50px;
}
#experience .experience_slider .slide_block:nth-child(3n){
  margin-right:0;
}
#experience .experience_slider .slide_block a{
  color: #676767;
  display: block;
  outline:none;
}
#experience .experience_slider .slide_block .slide_img{
  height: 250px;
  background: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
}
#experience .experience_slider .slide_block img{
  margin: 0 auto 0;
  width:250px;
  height: 250px;
  object-fit: cover;
}
#experience .experience_slider .slide_block .slide_ttl{
  line-height: 1.2;
  display: inline-block;
  font-size:14px;
  margin-top:10px;
  text-align: left;
}
#experience .experience__linkWrapper {
  margin-top: 40px;
  text-align: center;
}
#experience .experience__link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 290px;
  height: 60px;
  margin: 0 auto;
  background: #f4f4f4;
  color: #769563;
  transition: .2s;
}
#experience .experience__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);
}
#experience .experience__link:hover {
  opacity: 0.8;
  text-decoration: none;
}


/*--------------------*
about
*--------------------*/
#about{background: url(../img/about.jpg) no-repeat center center;height: 721px;width: 100%;margin:0 auto -75px;background-size: auto 100%;}
#about h2 {
text-align: center;
padding: 50px 0;
color: #fff;
font-size: 36px;
background: url(../img/curve.png) no-repeat center bottom;
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;
width: 105px;
height: 50px;
position: absolute;
top: 0;
left: -120px;
}
#about h2 .h2_txt:after{
content: "";
display: block;
background: url("../img/mt_img_white.png") no-repeat 0 0;
width: 105px;
height: 50px;
position: absolute;
top: 0;
right: -120px;
}
#about h2 .j_txt{
font-size: 16px;
display: block;
}
#about .cont_wrap{
color: #fff;
width: 1000px;
margin: 40px auto 0;
overflow: hidden;
}
#about .box_txt {
width: 560px;
font-size: 18px;
float: left;
}
#about .box_txt .access_info_btn{
text-align: center;
margin-top: 30px;
}
#about .box_txt .access_info_btn +  .access_info_btn{
  margin-top: 20px;
}
#about .japan_map{
float: right;
}

/*--------------------*
howtospend
*--------------------*/
#howtospend{}
#howtospend h2 {
text-align: center;
padding: 50px 0;
color: #000;
font-size: 36px;
background: url(../img/curve.png) no-repeat center bottom;
}
#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;
width: 105px;
height: 50px;
position: absolute;
top: 0;
left: -120px;
}
#howtospend h2 .h2_txt:after{
content: "";
display: block;
background: url("../img/mt_img_gray.png") no-repeat 0 0;
width: 105px;
height: 50px;
position: absolute;
top: 0;
right: -120px;
}
#howtospend h2 .j_txt{font-size: 16px;display: block;font-weight: normal;}
#howtospend .cont_wrap{
max-width: 1550px;
margin: 40px auto 60px;
}
#howtospend .cont_wrap .img_list{
overflow: hidden;
display: table;
table-layout: fixed;
width: 100%;
}
#howtospend .cont_wrap .img_list li{
width: 33.33333333%;
/*
max-width: 425px;
*/
display: table-cell;
}
#howtospend .cont_wrap .img_list li a{
display:block;
margin: 0 8.9%;
}
#howtospend .cont_wrap .img_list li a img{
width:100%;
}
#howtospend .cont_wrap li:first-child a{
}
#howtospend .cont_wrap li p{
margin-top: 15px;
letter-spacing: -0.03em;
}


/*--------------------*
generalnews
*--------------------*/
#generalnews{
  margin-top: 60px;
}
#generalnews h2 {
  text-align: center;
  padding: 50px 0;
  color: #000;
  font-size: 36px;
  font-weight: normal;
  background: url(../img/curve.png) no-repeat center bottom;
}
#generalnews h2 a{
  color: #000;
}
#generalnews h2 .h2_txt{
  position: relative;
  letter-spacing: 0.1em;
}
#generalnews h2 .h2_txt:before{
  content: "";
  display: block;
  background: url("../img/mt_img_gray.png") no-repeat 0 0;
  width: 105px;
  height: 50px;
  position: absolute;
  top: 0;
  left: -120px;
}
#generalnews h2 .h2_txt:after{
  content: "";
  display: block;
  background: url("../img/mt_img_gray.png") no-repeat 0 0;
  width: 105px;
  height: 50px;
  position: absolute;
  top: 0;
  right: -120px;
}
#generalnews h2 .j_txt {
  font-size: 16px;
  display: block;
  font-weight: normal;
}

.news_box_wrap{
overflow: hidden;
width: 1000px;
margin: 0 auto;
padding: 60px 0;
}
.news_box_wrap .news_box h3{
color: #648c30;
font-size: 18px;
}
#generalnews .news_box_wrap .news_box{
  width: 100%;
}
.news_box_wrap .news_box li{
border-bottom: 1px solid #c3c3c3;
}
.news_box_wrap .news_box li dl{
display: table;
width: 100%;
}
  .archive_box .news_box_wrap .news_box li dl dt,
  .archive_box .news_box_wrap .news_box li dl dd{
  vertical-align: top;
  }
.news_box_wrap .news_box li dl dt,
.news_box_wrap .news_box li dl dd{
display: table-cell;
vertical-align: top;
}
.news_box_wrap .news_box li dl dt{
width:18%;
}
.news_box_wrap .news_box li dl dt span.tagLink,
.news_box_wrap .news_box li dl dt a{
background: #7cad60;
color: #fff;
text-align: center;
display: block;
font-size: 14px;
line-height:1.25;
border-radius: 5px;
margin: 15px 30px 15px 0;
padding: 3px;
}
.news_box_wrap .news_box li dl dt a:hover{
filter:alpha(opacity=75);
-moz-opacity: 0.75;
opacity: 0.75;
text-decoration: none;
}
.news_box_wrap .news_box li dl dd a{
display: flex;
padding: 15px 0;
}
.news_box_wrap .news_box li dl dd a:hover {
  color: #000;
  text-decoration: none;
}
.news_box_wrap .news_box li dl dd a .date {
  display: inline-block;
  margin-right: 30px;
  color: #7cad60;
}
.news_box_wrap .news_box li dl dd a:hover .txt {
  text-decoration: underline;
}
.news_box_wrap .news_box li dl dd a .desc {
  display: inline-block;
  color: #000;
}
#generalnews .generalnews__linkWrapper {
    margin-top: 40px;
    text-align: center;
}
#generalnews .generalnews__link {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 290px;
    height: 60px;
    margin: 0 auto;
    background: #f4f4f4;
    color: #769563;
    transition: .2s;
}
#generalnews .generalnews__link:hover {
    opacity: 0.8;
    text-decoration: none;
}
#generalnews .generalnews__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);
}

/*--------------------*
アーカイブ一覧、シングルページ
*--------------------*/
.single_box .news_box_wrap,
.archive_box .news_box_wrap{
padding:0;
min-height:500px;
margin-bottom:30px;
}
.single_box .news_list,
.archive_box .news_list{
margin-top:50px;
}
.related_page{
margin-top:75px;
margin-bottom: 50px;
max-width:1000px;
margin-right:auto;
margin-left:auto;
}
.related_page h2.title{
color:#000000;
font-size:18px;
padding:15px 25px;
background:#e2eddc url("../img/mt_img_green.png") no-repeat 97.5% center;
}
.related_page ul{
margin-top:20px;
overflow: hidden;
}
.related_page ul li{
float: left;
width: 33.33333333%;
}
.related_page ul li a{
display:block;
margin:0 10px;
}
.related_page ul li a img{
width:100%;
}
.post_box #lower_bdy a{color:#3f761e;text-decoration: underline;}
.post_box #lower_bdy a:hover{text-decoration: none;}
.archive_box .news_box_wrap .news_box li{
padding:10px 0;
}
.archive_box .news_box_wrap .pagenav,
.wp-pagenavi{
text-align:center;
margin-top:30px;
}
.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: 16px;
border: 1px solid #ccc !important;
width: 50px;
height: 50px;
padding:0 !important;
line-height: 50px;
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{
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:50px;
}
.single_box .single_inn > h2.title.serif,
.single_box .single_inn > h1.title.serif{
padding: 20px 25px;
border: 1px solid #b9b9b9;
color:#000;
font-size:20px;
}
.single_box .single_inn .page_data{
margin:10px 0 10px;
text-align:right;
}
.single_box .single_inn .page_data a{
color: #fff;
text-align: center;
display: inline-block;
font-size: 14px;
line-height: 1.25;
border-radius: 5px;
margin-right: 10px;
padding: 3px 10px;
background: #5da52d;
}
.single_box .single_inn .page_data a:hover{
text-decoration: none;
filter:alpha(opacity=75);
-moz-opacity: 0.75;
opacity: 0.75;
}
.news_box  .tag_list{
color:#000000;
font-weight:bold;
margin-top:50px;
}
.news_box  .tag_list a{
font-weight: normal;
color: #3f761e;
text-decoration: underline;
margin-left:8px;
}
.news_box  .tag_list a:hover{
text-decoration: none;
}
.news_box_wrap .news_box .single_nav{
margin-top:60px;
}
.news_box_wrap .news_box .single_nav ul{
overflow: hidden;
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;
overflow: hidden;
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{
width:120px;
}
.news_box_wrap .news_box .single_nav ul li.next{
text-align:right;
}
.news_box_wrap .news_box .single_nav ul li a{
padding:10px 20px;
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;
}


/*--------------------*
facilities
*--------------------*/
#facilities{
position: relative;
height: 865px;
width: 100%;
margin:0 auto 40px;
/*
background: url(../img/facilities.jpg) no-repeat center center;
background-size: auto 100%;
*/
}
#facilities h2 {
position: absolute;
top:0;
width: 100%;
z-index: 100;
text-align: center;
padding: 50px 0;
color: #000;
font-size: 36px;
background: url(../img/curve_white.png)   no-repeat center bottom;
text-shadow: 0px 0px 10px #fff;
}
#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;
width: 105px;
height: 50px;
position: absolute;
top: 0;
left: -120px;
}
#facilities h2 .h2_txt:after{
content: "";
display: block;
background: url("../img/mt_img_gray.png") no-repeat 0 0;
width: 105px;
height: 50px;
position: absolute;
top: 0;
right: -120px;
}
#facilities h2 .j_txt{font-size: 16px;display: block;font-weight: normal;}
#facilities .cont_wrap{
position: relative;
margin: 0 auto;
}
.slick-slide{
outline:none;
}
#facilities .cont_wrap .facility-item {
left: 50%;
max-width:2000px;
margin-left: -1000px;
}
#facilities .cont_wrap .facility-item-nav{
position: absolute;
top: 210px;
left: 50%;
z-index: 100;
width: 1000px;
margin: 0 0 0 -500px;
}
.slick-slider .slick-track{

}
#facilities .cont_wrap .facility-item-nav .slick-slide{
float: left;
text-align: center;
width: 238px;
margin-right: 15px;
line-height: 1.3;
}
#facilities .cont_wrap .facility-item-nav .slick-slide:last-child{
margin-right: 0;
}
#facilities .cont_wrap .facility-item-nav .slick-slide .item-tit{
background-color: rgba(0, 0, 0, 0.8);
display: block;
color: #fff;
font-size: 22px;
text-decoration: none;
padding: 6px;
cursor: pointer;
}
#facilities .cont_wrap .facility-item-nav .slick-slide.slick-current .item-tit,
#facilities .cont_wrap .facility-item-nav .slick-slide .item-tit:hover{
background: #679d47;
opacity: 1;
}
#facilities .cont_wrap .facility-item-nav .slick-slide span.txtEng{
display: block;
font-size: 12px;
font-weight: normal;
opacity: 0.5;
}



#facilities .box_txt_wrap {
position: absolute;
z-index: 100;
width: 100%;
bottom: 50px;
font-size: 18px;
background-color: rgba(255, 255, 255, 0.6);
padding: 40px 0;
box-shadow: 0px 10px 10px -10px #6c6c6c;
}
#facilities .box_txt {
max-width: 1000px;
margin: 0 auto;
overflow: hidden;
display: table;
table-layout: fixed;
width: 100%;
}
#facilities .box_txt p{
width: 740px;
font-size: 14px;
padding-right:20px;
color: #000;
display: table-cell;
vertical-align: middle;
}
#facilities .box_txt .access_info_btn{
display: table-cell;
vertical-align: middle;
padding-right:5px;
}
#facilities .box_txt .btnRestaurant a span{
padding-right:30px !important;
}
#facilities .box_txt .access_info_btn a{
display:block;
outline:none;
color:#ffffff;
font-size:16px;
padding:3px;
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:10px;
border:1px solid rgba(255, 255, 255, 0.50);
}
#facilities .box_txt .access_info_btn a:hover{
filter:alpha(opacity=75);
-moz-opacity: 0.75;
opacity: 0.75;
text-decoration: none;
}

/*--------------------*
inquiries
*--------------------*/
.page_lower #inquiries{background:#f2f2f2;padding-bottom:30px;}
#inquiries{}
#inquiries h2 {
  text-align: center;
  padding: 50px 0;
  color: #000;
  font-size: 36px;
  font-weight: normal;
  background: url(../img/curve.png) no-repeat center bottom;
}
#inquiries h2 a{
  color: #000;
}
#inquiries h2 .h2_txt{
  position: relative;
  letter-spacing: 0.1em;
}
#inquiries h2 .h2_txt:before{
  content: "";
  display: block;
  background: url("../img/mt_img_gray.png") no-repeat 0 0;
  width: 105px;
  height: 50px;
  position: absolute;
  top: 0;
  left: -120px;
}
#inquiries h2 .h2_txt:after{
  content: "";
  display: block;
  background: url("../img/mt_img_gray.png") no-repeat 0 0;
  width: 105px;
  height: 50px;
  position: absolute;
  top: 0;
  right: -120px;
}
#inquiries h2 .j_txt {
  font-size: 16px;
  display: block;
  font-weight: normal;
}
#inquiries .cont_wrap{
width: 487px;
margin: 40px auto 0;
}
#inquiries ul{
overflow: hidden;
}
#inquiries .tel_btn{
float: left;
}
#inquiries .mail_btn{
float: right;
}
#inquiries .address{
margin: 15px 0 15px 0;
text-align:center;
}
/*--------------------*
sns
*--------------------*/
#sns{background: #d9e2c3;padding: 30px 0;margin-top: 75px;}
#sns ul{
width: 640px;
margin: 0 auto ;
overflow: hidden;
}
#sns li{
float: left;
font-size: 18px;
width: 200px;
background-color: #fff;
text-align: center;
margin-right: 20px;
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: 12px 0;
margin-right: -30px;
font-weight: bold;
}
/*--------------------*
footer
*--------------------*/
footer .page_top{
position: fixed;
bottom: 45px;
right: 0;
display: none;
z-index: 999;
}
footer .page_top a{
display: block;
color: #ffffff;
text-align: center;
padding:10px 15px;
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: 5px 0 0 5px;
-moz-border-radius: 5px 0 0 5px;
-webkit-border-radius: 5px 0 0 5px;
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 .section_bdy{width:1000px;margin:0 auto;padding:50px 0 60px;position: relative;font-size: 14px;}
footer .section_bdy:after{content:"";display:block;clear:both;}
footer .footer_nav{overflow: hidden;}
footer .footer_nav .footer_menu_box {
float: left;
width: 25%;
border-left: 1px solid #dfdfdf;
padding:  20px 38px;
min-height: 480px;
}
footer .footer_nav .footer_menu_box:last-child {
border-right: 1px solid #bebebe;
}
footer .footer_nav .footer_menu_box dl{
margin-bottom: 30px;
padding-left: 12px;
position: relative;
}
footer .footer_nav .footer_menu_box dt{
margin-bottom: 3px;
text-align: left;
}
footer .footer_nav .footer_menu_box dt:before{
content: "";
display: block;
background: url(../img/arrow_red.png) no-repeat left center;
width: 6px;
height: 9px;
position: absolute;
top: 6px;
left: 0;
}
footer .footer_nav .footer_menu_box dd .-small {
  font-size: 12px;
}
footer .footer_nav .footer_menu_box dd li{
padding-left: 12px;
background: url(../img/l_ico.png) no-repeat left top;
line-height: 1.2;
margin-bottom: 10px;
text-align:left;
}
footer .footer_bottom{
background: #e4e4e4;
}
footer .footer_bottom_warp{
width: 840px;
margin: 0 auto;
overflow: hidden;
padding: 30px 0;
}
footer .footer_bottom_warp .logo{
float: left;
}
footer .footer_bottom_warp dl{
float: left;
margin-left: 15px;
}
footer .footer_bottom_warp dd{
font-size: 14px;
}
footer #copyright{
font-size:12px;
background: #cac9c0;
text-align: center;
padding: 5px 0;
}
footer #copyright a{color:#858585;}

/* --------------------------------------------------
  フッター内バナー
-------------------------------------------------- */
.cm_banner{
  text-align: center;
  margin:-30px auto 30px;
}

/*以上以上共通クラス------------------------------------------------*/



/*客室ページCSS------------------------------------------------*/
/*room_page pattern04*/
.room_page #lower_bdy .pattern04{
padding:0;
margin:0;
}
#lower_bdy .head_tit{
padding:20px 25px;
margin-bottom:25px;
border:1px solid #b9b9b9;
}
#lower_bdy .head_tit .room_tit{
width:52%;
}
#lower_bdy .head_tit h2{
font-size:20px;
color:#2b2b2b;
}
#lower_bdy .head_tit .room_ico{

}
#lower_bdy .head_tit ul{
display: table;
float: right;
margin-right:-3px;
}
#lower_bdy .head_tit ul li{
display: table-cell;
vertical-align: middle;
}
#lower_bdy .head_tit ul li span{
font-size:13px;
color:#ffffff;
margin:0 3px;
padding:5px 10px;
line-height: 100%;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background:#82c6bc;
}
.room_page #lower_bdy .pattern04 dl{
padding: 0 13px;
margin-top:35px;
}
.room_page #lower_bdy .pattern04 dl dt{
width:21%;
color:#222222;
text-align:center;
}
.room_page #lower_bdy .pattern04 dl dd{
line-height:2;
letter-spacing: -0.03em;
}

/*img_prelusion*/
#lower_bdy .hierarchyInn .img_prelusion{
margin-top:35px;
margin-left: -17px;
margin-right: -17px;
}
.room_page #lower_bdy .img_prelusion{
margin-top:35px ;
}
#lower_bdy .img_prelusion .disCell{
vertical-align: top;
}
#lower_bdy .img_prelusion .disCell div,
#lower_bdy .img_prelusion .disCell div span{
display:block;
}
#lower_bdy .img_prelusion .disCell div span.fontBold{
text-align:center;
margin-top: 8px;
}
.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 17px;
}
.cuisinePage #lower_bdy .img_prelusion .disCell div span.img_des{
text-align:left;
}
#lower_bdy .img_prelusion .disCell div span{
font-size:14px;
padding:5px 0;
letter-spacing: -0.03em;
}
#lower_bdy .img_prelusion .disCell div a{
display:block;
}

/*room_page pattern05*/
.room_page #lower_bdy .pattern05{
margin-top:50px;
}

/*room_page room_fee*/
.room_page #lower_bdy .patternTable{
margin-top:35px;
}
.room_page #lower_bdy .patternTable p.txtR{
text-align:right;
font-size:13px;
margin-bottom:5px;
}

/*room_page room_other*/
.room_other{
  margin:75px auto 0;
  max-width:1000px;
}
.room_other h2.title{
color:#000000;
font-size:18px;
padding:15px 25px;
background:#e2eddc url("../img/mt_img_green.png") no-repeat 97.5% center;
}
.room_other .other_inn{
margin-top:35px;
}
.room_other h3{
font-size: 16px;
color: #3e3e3e;
padding-bottom: 15px;
margin: 0 16px 10px;
border-bottom: 3px double #cdcdcd;
}
.room_other .other_inn ul{
overflow:hidden;
margin:0 6px;
}
.room_other .other_inn ul li{
float:left;
margin:10px;
}
.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:14px;
padding: 5px 0;
}
/*---------------------------------------------客室ページCSS---*/



/*全部入りCSS------------------------------------------------*/
#lower_bdy .disTable{
display: table;
table-layout: fixed;
width: 100%;
}
#lower_bdy .disCell{
display: table-cell;
vertical-align: top;
}
.pcNone{
display:none !important;
}



/*パンクズ*/
.breadcrumbs{
background: url(../img/breadcrumb_bg.jpg) repeat-x 0 0;
}
.breadcrumbs .bread_bdy{
max-width: 1120px;
margin: 0 auto;
overflow: hidden;
padding: 10px 0 6px;
text-align:left;
}
.breadcrumbs .bread_bdy span{
font-size:13px;
color:#4b4b4b;
}

#lower_bdy{
max-width:1000px;
margin: 0 auto;
}

/*タイトル*/
.lower_h_bdy .serif{
position: relative;
font-weight: normal;
text-align: center;
padding: 55px 0 50px;
color: #000;
line-height:1.25;
font-size: 32px;
margin-top: 50px;
background: url(../img/curve.png) no-repeat center bottom;
}
.lower_h_bdy .serif.-bgNone {
  padding-bottom: 40px;
  background: none;
}
.lower_h_bdy .lead {
  margin-top: 20px;
  font-size: 16px;
  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;
width: 97px;
height: 42px;
position: absolute;
top: 0;
left: 50%;
margin-left: -49px;
}
/*
.lower_h_bdy .serif .h2_txt:after{
content: "";
display: block;
background: url("../img/mt_img_gray.png") no-repeat 0 0;
width: 97px;
height: 42px;
position: absolute;
top: 0;
right: -130px;
}
*/
.lower_h_bdy .serif .j_txt{
font-size: 16px;
display: block;
font-weight: normal;
text-align: center;
}
.title_h1,
.lower_h_bdy p.serif{
color:#3f761e;
font-size:24px;
font-weight:bold;
text-align:center;
line-height: 1.55;
padding:20px 0;
margin-top:15px !important;
background:none !important;
}
.lower_h_bdy p.corner_ttl{
color:#000;
font-size:32px;
font-weight:normal;
line-height: 1.25;
padding:55px 0 50px !important;
margin-top:50px!important;
background: url(../img/curve.png) no-repeat center bottom!important;
}

/*ページ内リンク*/
#lower_bdy .in_page_link{
margin-bottom:50px;
}
#lower_bdy .in_page_link.-cuisine {
  margin-top: 50px;
}
#lower_bdy .in_page_link .link_bdy{
margin:0 -12px;
}
#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 12px;
border: 1px solid #a4a4a4;
display: block;
}
#lower_bdy .in_page_link ul li a .-spOnly {
  display: none;
}
#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;
padding: 16px 0 30px;
color:#535353;
font-size:17px;
text-align:center;
border:1px solid #dbdbdb;
background: url("../img/ico_arr_bottom01.png") no-repeat center 80%;
}
/*温泉サウナページのページ内リンク*/
#lower_bdy .in_page_link.-spa {
  margin: 50px 0;
}
#lower_bdy .in_page_link.-spa ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 600px;
  margin: 0 auto;
}
#lower_bdy .in_page_link.-spa li {
  width: 200px;
  margin-bottom: 20px;
}

/*タイトル付きテキスト*/
#lower_bdy .pat_textList {
  line-height: 2.25;
}
#lower_bdy .pat_textTtl {
  font-weight: bold;
}

/*pattern01*/
#lower_bdy .w90{
margin:0 auto;
width:90%;
}
.news_box #lower_bdy h2.title,
#lower_bdy .pattern h2.title{
color:#000000;
font-size:18px;
padding:15px 25px;
background:#e2eddc url("../img/mt_img_green.png") no-repeat 97.5% center;
}
#lower_bdy .pattern01 p{
font-size:15px;
color:#252525;
margin:35px auto;
line-height:2.25;
}
#lower_bdy .pattern p{
color:#252525;
line-height:2.25;
}
#lower_bdy .pattern p + p{
  margin-top:20px;
}
#lower_bdy p.lead_txt{
color: #252525;
margin-bottom: 20px;
}

#lower_bdy .pattern01 .floatBox{
margin-bottom:55px;
overflow: hidden;
}
#lower_bdy .pattern01 .img_prelusion + .floatBox {
  margin-top: 55px;
}
#lower_bdy .pattern01 .floatBox .boxImg{
border:1px solid #c0c0c0;
padding: 25px;
width: 51.5%;
float:left;
}
#lower_bdy .pattern01 .floatBox .imgLeft{
float:left;
}
#lower_bdy .pattern01 .floatBox .imgRight{
float:right;
}
#lower_bdy .pattern01 .floatBox .boxTxt{
padding: 15px 25px;
float:left;
width: 48%;
}
#lower_bdy .pattern01 .floatBox .txtRight{
padding-right: 0;
}
#lower_bdy .pattern01 .floatBox .txtLeft{
padding-left: 0;
}
#lower_bdy .pattern01 .floatBox .boxTxt dt{
color:#7d531c;
font-size:18px;
padding: 0 0 15px;
margin-bottom:15px;
font-weight:bold;
line-height:1.5;
border-bottom:1px solid #c0c0c0;
}
#lower_bdy .pattern01 .floatBox .boxTxt dd{
font-size:15px;
color:#595959;
line-height:1.75;
}
#lower_bdy .pattern01 .floatBox .boxTxt dd span{
font-weight:bold;
font-size: 16px;
}
#lower_bdy .pattern01 .floatBox .imgLeft + .boxTxt{
padding-right: 0;
}

/*pattern02*/
#lower_bdy .fontBold{
font-weight:bold;
font-size:16px;
}
#lower_bdy .pattern02{
margin-top:75px;
}
#lower_bdy h3.title{
font-size:20px;
color:#3c7215;
margin-top:20px;
margin-bottom: 20px;
display:inline-block;
padding:20px 25px;
background-image:
url(../img/ico_h3_l.png),
url(../img/ico_h3_r.png);
background-position: left center, right center;
background-repeat: no-repeat;
}
#lower_bdy h3.title.-privacy {
  margin-bottom: 0;
  padding: 0;
  background: none;
  font-size: 16px;
  font-weight: bold;
  color: #252525;
}
#lower_bdy .pattern02 .floatBox{
margin-bottom:55px;
overflow: hidden;
}
#lower_bdy .pattern02 .floatBox .boxImg{
border:1px solid #c0c0c0;
padding: 25px;
width: 51.5%;
float:left;
}
#lower_bdy .pattern02 .floatBox .imgLeft{
float:left;
}
#lower_bdy .pattern02 .floatBox .imgRight{
float:right;
}
#lower_bdy .pattern02 .floatBox .boxTxt{
padding: 15px 25px;
float:left;
width: 48%;
}
#lower_bdy .pattern02 .floatBox .txtRight{
padding-right: 0;
}
#lower_bdy .pattern02 .floatBox .txtLeft{
padding-left: 0;
}
#lower_bdy .pattern02 .floatBox .boxTxt dt{
color:#7d531c;
font-size:18px;
padding: 0 0 15px;
margin-bottom:15px;
font-weight:bold;
line-height:1.5;
border-bottom:1px solid #c0c0c0;
}
#lower_bdy .pattern02 .floatBox .boxTxt dd{
font-size:15px;
color:#595959;
line-height:1.75;
}
#lower_bdy .pattern02 .floatBox .boxTxt dd span{
font-weight:bold;
font-size: 16px;
}
#lower_bdy .pattern02 .floatBox .imgLeft + .boxTxt{
padding-right: 0;
}
/*
#lower_bdy .pattern02 .floatBox:last-child div.boxTxt{
padding-left: 0;
}
*/

#lower_bdy .pattern02 p.normalTxt {
  font-size: 15px;
  color: #595959;
  line-height: 1.5;
}
#lower_bdy .pattern02 p.normalTxt.mt35 {
  margin-top: 35px;
}
#lower_bdy .pattern02 a.normalLink {
  font-size: 15px;
  color: #8db976;
  text-decoration: underline;
}
#lower_bdy .pattern02 a.normalLink:hover {
  text-decoration: none;
}
#lower_bdy .pattern02 .btnList {
  margin-top: 20px;
}
#lower_bdy .pattern02 .btnList .item + li {
  margin-top: 10px;
}
#lower_bdy .pattern02 .btnList .link {
  display: inline-block;
  width: 170px;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  padding: 12px 20px;
  background: #769563 url(../img/slider_arrow_right.png) no-repeat 98% 50%;
  text-decoration: none;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  transition: .2s;
}
#lower_bdy .pattern02 .btnList .link:hover {
  opacity: 0.8;
}
#lower_bdy .pattern02 ul.level01.mt35 {
  margin-top: 35px;
}
#lower_bdy .pattern02 ul.level01 > li{
  position: relative;
  font-size:15px;
  color:#373737;
  padding:10px 0 10px 20px;
  margin-bottom:10px;
  border-bottom:1px dotted #6a6a6a;
}
#lower_bdy .pattern02 ul.level01 > li .normalLink {
  color: #8db976;
}
#lower_bdy .pattern02 ul.level01 > li span{
  display:block;
}
#lower_bdy .pattern02 ul.level01 > li:before{
  content:"●";
  position: absolute;
  top: 10px;
  left: 0;
  color:#8db976;
}
#lower_bdy .pattern02 ul.level01 ul.indent_list li {
  text-indent: -1em;
  padding-left: 1em;
}

/*pattern03*/
#lower_bdy .pattern03{
padding:20px;
background:#eaeaea;
}
#lower_bdy .pattern03 .disTable .disCell{
text-align:center;
vertical-align: top;
}
#lower_bdy .pattern03 .disTable .disCell .disBox{
padding: 10px;
margin: 13px;
background:#ffffff;
box-shadow: 0 0 5px 1px #d6d6d6;
-moz-box-shadow: 0 0 5px 1px #d6d6d6;
-webkit-box-shadow: 0 0 5px 1px #d6d6d6;
}
#lower_bdy .pattern03 .disTable .disCell .disBox a,
#lower_bdy .pattern03 .disTable .disCell .disBox a span{
display:block;
position: relative;
text-decoration:none;
}
#lower_bdy .pattern03 .disTable .disCell .disBox a span:before{
content:"";
width:44px;
height:44px;
position: absolute;
top:0;
right:-2px;
background:url("../img/ico_link.png") no-repeat right top;
z-index:10;
}
#lower_bdy .pattern03 .disTable .disCell .disBox a:hover:before{
background:url("../img/ico_link.png") no-repeat right top !important;
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:5px;
}
#lower_bdy .pattern03 .disTable .disCell .disBox dl dt{
font-size:15px;
color:#649925;
font-weight:bold;
text-align:center;
padding:5px 0 10px;
margin-bottom:10px;
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:14px;
color:#252525;
}
#lower_bdy .pattern03 .disTable .disCell .disBox dl dd span.offer{
display: block;
margin-top: 5px;
font-size: 11px;
color: #aaaaaa;
}

/*pattern04*/
#lower_bdy .pattern04{
margin-top:75px;
padding:0;
}
#lower_bdy h4.title{
font-size:18px;
color:#3e3e3e;
padding-bottom:15px;
margin-bottom:20px;
border-bottom:3px double #cdcdcd;
}
#lower_bdy .pattern04 dl{
margin-top:30px;
}
#lower_bdy .pattern04 dl dt{
width:42%;
font-size:22px;
color:#252525;
font-weight:bold;
padding:25px 30px;
border:1px solid #cdcdcd;
}
#lower_bdy .pattern04 dl dd{
font-size:15px;
color:#252525;
line-height:1.75;
padding-left:20px;
}

/*pattern05*/
#lower_bdy .hierarchyInn .pattern05{
margin-top:35px;
}
#lower_bdy .pattern05{
margin-top:75px;
padding:0;
}
#lower_bdy .pattern05 dl{
padding-bottom:7px;
margin-bottom:7px;
}
#lower_bdy .pattern05 dl dt{
width: 26%;
padding: 15px;
padding-top: 17px;
vertical-align: top;
font-weight: bold;
text-align: center;
font-size:16px;
color:#765022;
letter-spacing: -0.03em;
background:#efefe7;
}
#lower_bdy .pattern05 dl dd{
font-size:14px;
color:#252525;
vertical-align: top;
line-height:1.75;
padding: 15px 15px 15px 25px;
word-break: break-all;
}
#lower_bdy .pattern05 dl dd.price{
width:15%;
text-align:right;
font-weight:bold;
color:#ff0000;
}

/*pattern06*/
#lower_bdy .pattern06{
margin-top:75px;
padding:0;
}
#lower_bdy .pattern06 h5{
color:#538517;
font-size:18px;
padding:12px 18px;
background:#f5f5f5;
}
#lower_bdy .pattern06 .calendarInn{
margin:13px -13px;
}
#lower_bdy .pattern06 .calendarInn .disCell{
padding:13px;
}
#lower_bdy .pattern06 .calendarInn .disCell table{
width: 100%;
border:3px solid #cdd6b8;
border-top:1px solid #cdd6b8;
}
#lower_bdy .pattern06 .calendarInn .disCell table caption{
font-size:16px;
color:#ffffff;
padding:8px;
line-height:100%;
background:#cdd6b8;
}
#lower_bdy .pattern06 .calendarInn .disCell table thead th{
font-weight: normal;
}
#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:15px;
line-height:1.2;
padding:5px;
color:#808080;
}
#lower_bdy .pattern06 .calendarInn .disCell table tbody td span{
font-size:17px;
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:75px;
padding:0;
}
#lower_bdy .pattern07 h6{
font-size:16px;
color:#3a3a3a;
font-weight:bold;
margin-bottom:15px;
}
#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:16px;
color:#454545;
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:5px;
}
#lower_bdy .room_fee table td.cel1{
font-size: 13px;
padding-left: 10px;
padding-right: 10px;
color:#000000;
line-height:1.35;
}
#lower_bdy .room_fee table td span{
display:block;
font-size: 15px;
font-weight: bold;
margin-bottom:5px;
}
#lower_bdy .room_fee table td .font1{
color:#c90000;
font-size:17px;
}
#lower_bdy .room_fee table td .font2{
color:#7a7a7a;
font-size:12px;
}
#lower_bdy .attention{
margin-top:10px;
}
#lower_bdy .attention li{
font-size:13px;
color:#131313;
padding-left: 1em;
text-indent: -1em;
line-height:1.5;
}
#lower_bdy .attention span{
color:#c90000;
}

/*pattern08*/
#lower_bdy .hierarchyInn .pattern08{
margin-top:35px;
}
#lower_bdy .hierarchyInn .pattern08 .w90{
margin-top:35px;
}
#lower_bdy .hierarchyInn .pattern08 .w90 p{
margin-bottom:15px;
color: #252525;
}
#lower_bdy .pat_text{
color: #252525;
font-size: 15px;
line-height: 1.75;
text-align: center;
}

#lower_bdy .pat_text.-tLeft {
  text-align: left;
}
#lower_bdy .pat_text.-tRight {
  text-align: right;
}
#lower_bdy .pattern08{
margin-top:75px;
padding:0;
}
#lower_bdy .pattern08 ul.level01 li{
font-size:15px;
color:#373737;
padding:10px 0;
margin-bottom:10px;
border-bottom:1px dotted #6a6a6a;
}
#lower_bdy .pattern08 ul.level01 li span{
display:block;
}
#lower_bdy .pattern08 ul.level01 li:before{
content:"●";
color:#8db976;
padding-right:5px;
}
#lower_bdy .pattern08 ul.level02{
margin-left:30px;
margin-top:10px;
}
#lower_bdy .pattern08 ul.level02 li{
font-size:13px;
color:#373737;
padding:5px;
border-bottom:0;
}
#lower_bdy .pattern08 ul.level02 li:before{
content:"●";
color:#b2b2b2;
font-size:12px;
}

/*pattern09*/
#lower_bdy .pattern09{
margin-top:75px;
padding:0;
}
#lower_bdy .pattern09 h2{
margin-bottom:35px;
}
#lower_bdy .pattern09 .planBox{
position: relative;
padding:20px;
margin-top:20px;
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;
color:#3f761e;
text-decoration: none;
}
#lower_bdy .pattern09 .planBox a:hover{
text-decoration: none;
}
#lower_bdy .pattern09 .planBox a:hover .planTxt{
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}
#lower_bdy .pattern09 .planBox .planImg{
width:276px;
vertical-align: top;
}
.experience_list #lower_bdy .pattern09 .planBox .planImg{
width:179px;
}
#lower_bdy .pattern09 .planBox .planImg img{
width:100%;
height: 153px;
object-fit: cover;
}
#lower_bdy .pattern09 .planBox .planTxt{
padding-left:20px;
}
#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;
color:#000000;
font-size:16px;
padding-bottom:10px;
margin-bottom:10px;
margin-right: 65px;
border-bottom: 1px dotted #6a6a6a;
}
#lower_bdy .pattern09 .planBox a .planTxt dt{
  color: #3f761e;
  text-decoration: underline;
}
#lower_bdy .pattern09 .planBox .planTxt dd{
font-size:14px;
color:#373737;
}
#lower_bdy .pattern09 .planBox .planTxt .planInfo{
margin-bottom:10px;
}
#lower_bdy .pattern09 .planBox .planTxt .planInfo p{
line-height:1.5;
margin-top:3px;
margin:0 0 3px;
}
#lower_bdy .pattern09 .planBox .planTxt .planInfo .plan_text{
line-height:1.5;
margin-top:10px;
}
#lower_bdy .pattern09 .planBox .planTxt .planInfo p span.info_tit{
font-size:13px;
color:#ffffff;
display:inline-block;
width:13%;
text-align:center;
padding:5px 10px;
margin-right:10px;
line-height:100%;
background:#82c6bc;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
/*pattern11*/
#lower_bdy .pattern11 {
margin-top: 75px;
}
#lower_bdy .pattern11 ul.level01 > li{
font-size:15px;
color:#373737;
padding:10px 0;
margin-bottom:10px;
border-bottom:1px dotted #6a6a6a;
}
#lower_bdy .pattern11 ul.level01 > li span{
display:block;
}
#lower_bdy .pattern11 ul.level01 > 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:50px;
}
/*pagination*/
.pagination{
margin-top:35px;
padding-top:25px;
border-top:1px solid #e2e2e2;
}
.pagination div{
max-width:355px;
margin: 0 auto;
}
.pagination ul{
display: table;
table-layout: fixed;
width: 100%;
}
.pagination ul li{
width: 50px;
display: table-cell;
vertical-align: middle;
}
.pagination ul li a,
.pagination ul li span{
display:block;
line-height: 45px;
text-align:center;
font-size:16px;
color:#373737;
text-decoration: none;
margin:0 5px;
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{
font-size:10px;
background:#f0f0f0;
}
.pagination ul li .next:hover{
background:#ddd;
}
.pagination ul li .before{
font-size:10px;
background:#f0f0f0;
}
.pagination ul li .before:hover{
background:#ddd;
}

/*bnrArea（五龍館おすすめの宿泊プラン）*/
.bnrArea{
margin-top:75px;
padding:38px 0;
background:#d9e2c3;
}
.bnrArea h3{
font-size:22px;
line-height:100%;
text-align:center;
color:#456b1f;
padding:0;
margin-bottom:35px;
}
.bnrArea .bnrInn{
max-width:1000px;
margin-left:auto;
margin-right:auto;
}
.bnrArea .bnrBox .bnrCt div a{
display:block;
text-align: center;
margin:0 8px;
outline:none;
}
.bnrArea .bnrBox .bnrCt div a span{
  font-size:12px;
  line-height:120%;
  display: block;
  margin-top:2px;

}
.slick-slider .slick-track{
margin:0 auto;
}
.bnrArea .slick-prev,
.bnrArea .slick-next{
width:38px;
height:38px;
z-index: 10;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
.bnrArea .slick-prev{
left: -50px;
background: url(../img/slider_arrow_left.png) no-repeat center center !important;
}
.bnrArea .slick-next{
right: -50px;
background:url(../img/slider_arrow_right.png) no-repeat center center !important;
}
.bnrArea .slick-prev:before,
.bnrArea .slick-next:before{
display:none;
}
.slick-dots li button:before{
font-size: 12px !important;
}
.bnrArea .slick-prev:hover,
.bnrArea .slick-next:hover{
filter:alpha(opacity=75);
-moz-opacity: 0.75;
opacity: 0.75;
}



/*
.bnrArea .bnrBox{
margin:0 -8px;
}
.bnrArea .bnrBox .bnrCt{
display: table;
table-layout: fixed;
width: 100%;
}
.bnrArea .bnrBox .bnrCt div{
display: table-cell;
vertical-align: middle;
}
.bnrArea .bnrBox .bnrCt div a{
display:block;
text-align: center;
margin:0 8px;
}
*/
/*---------------------------------------------全部入りCSS---*/



/* ギャラリー */
#gor_gallery{
margin: 0 auto 100px;
max-width: 1000px;
}
#gor_gallery #bwg_container1_0{}
#gor_gallery #bwg_tag_wrap{
margin:50px 0 50px 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: 10px !important;
width: 180px;
}
#gor_gallery #bwg_tag_container p.no-match{display:none;}
#gor_gallery .SumoSelect > .CaptionCont > 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: 21px;
color: #000000;
top: 0;
margin-right: 5px;
}
#gor_gallery .SumoSelect.open .search-txt{
top: 0;
left: 0;
width: auto;
padding: 10px;
font-size: 16px;
display: inline-block;
width: 100%;
}
#gor_gallery .SumoSelect.open > .optWrapper{
top:38px;
border: 1px solid #ccc;
}
#gor_gallery .SumoSelect > .optWrapper > .options  li.opt{
padding: 10px 10px 10px 30px;
}
#gor_gallery .SumoSelect > .optWrapper.multiple > .options li.opt span,
#gor_gallery .SumoSelect .select-all > span{
left:0;
margin-left:0;
}
#gor_gallery .SumoSelect > .optWrapper > .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;
}
.galleryPage #bwg_container1_0 #bwg_container2_0 .bwg_standart_thumbnails_0{
text-align:left;
}
#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:45px;
}



/*--- 体験 ---*/
.experience_ct #lower_bdy{
position: relative;
}
.mainImage{
text-align: center;
margin-bottom:65px;
}
.mainImage img{
max-width:1000px;
width:100%;
}
.scheduleInn{
margin-top:75px;
}
.exampleInn{
  margin-bottom:40px;
}
#lower_bdy .sumInn .pattern05 .w90{
margin-top:25px;
}
#lower_bdy .pattern10{
margin-top:75px;
}
#lower_bdy .pattern10 dl{
margin-top:25px;
}
#lower_bdy .pattern10 dl dd{
font-size: 15px;
color: #252525;
margin: 35px auto;
line-height: 2.25;
}
#lower_bdy .exampleInn dl dt{
width:400px;
}
#lower_bdy .exampleInn dl dd{
padding-left:25px;
letter-spacing: -0.03em;
}
#lower_bdy .exampleInn .disCell{
vertical-align: top;
}
#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:24px;
color:#ffffff;
padding:20px 60px;
background:#769563 url(../img/slider_arrow_right.png) no-repeat 98% 50%;
text-decoration: none;
border-radius: 50px;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
}
#lower_bdy .btn_reserve a:hover{
filter:alpha(opacity=75);
-moz-opacity: 0.75;
opacity: 0.75;
text-decoration: none;
}
#lower_bdy .btn_reserve p{
margin: 15px 0 0 0;
font-size: 15px;
line-height: 1.5;
}
#lower_bdy .btn_reserve p a{
color: #3f761e;
text-decoration: underline;
}
#lower_bdy .btn_reserve p a:hover{
text-decoration: none;
}
#lower_bdy .btn_pdf{
width:90%;
text-align:center;
margin: 0 auto;
}
#lower_bdy .btn_pdf a.btn_r{
display:block;
text-align:center;
font-size:24px;
color:#ffffff;
padding:20px;
background:#d65257;
text-decoration: none;
border-radius: 50px;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
}
#lower_bdy .btn_pdf a:hover{
filter:alpha(opacity=75);
-moz-opacity: 0.75;
opacity: 0.75;
text-decoration: none;
}


#lower_bdy .host_small{
position: absolute;
top: -30px;
right: -60px;
}
#lower_bdy .host_small ul{
display: table;
table-layout: fixed;
}
#lower_bdy .host_small ul li{
display: table-cell;
vertical-align: middle;
padding-left:10px;
}
#lower_bdy .host_small ul li.host_img img{
width: 55px;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
#lower_bdy .host_small ul li a{
color: #3f761e;
text-decoration: underline;
}
#lower_bdy .host_small ul li a:hover{
text-decoration: none;
}
.colGre{
color:#3f761e;
}
#lower_bdy .host_large{
position: relative;
padding: 30px 25px 25px;
margin-top:100px;
margin-bottom:75px;
color:#252525;
border:1px solid #bababa;
}
#lower_bdy .host_large .p_host{
display: inline-block;
position: absolute;
top: -17px;
left: 13px;
font-size: 18px;
padding: 6px 15px;
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 dt.disCell{
width:130px;
vertical-align: top;
}
#lower_bdy .host_large dl dt.disCell img{
width:100%;
}
#lower_bdy .host_large dl dd.disCell{
padding-left:25px;
vertical-align: top;
}
#lower_bdy .host_large div dl{
display: table;
width: 100%;
table-layout: fixed;
margin-bottom: 5px;
}
#lower_bdy .host_large div dl dt{
display: table-cell;
vertical-align: top;
width: 85px;
}
#lower_bdy .host_large div dl dd{
display: table-cell;
vertical-align: top;
}
#lower_bdy .host_large .ap_link{
text-align:right;
margin-top: 34px;
line-height:100%;
}
#lower_bdy .host_large .ap_link a{
display:inline-block;
color: #3f761e;
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:100px;
}
.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%;
  padding:10px 0 10px;
  color:#434343;
  border:1px solid #e3e3e5;
  margin:30px auto;
  box-shadow:0 3px 3px #e3e3e5;
}
.experience_ct #lower_bdy .boxcorner .boxcorner_ttl{
  line-height:1.6;
  font-size:20px;
  text-align: center;
  margin-bottom:3px;
}
.experience_ct #lower_bdy .boxcorner .boxcorner_txt{
  line-height:1.6;
  font-size:16px;
  text-align: center;
  margin-top:0;
}
.experience_ct #lower_bdy .p_preserved{
  margin-top:60px;
}

/*料理*/
#chef_blog{

}
#chef_blog p{
padding:20px;
}
#lower_bdy .no_slider{

}
#lower_bdy .no_slider .banner_slider{
overflow: hidden;
}
#lower_bdy .no_slider .banner_slider div{
width:20%;
float:left;
}
#lower_bdy .no_slider .banner_slider div a{
display:block;
margin:0 10px;
text-align:center;
}
#lower_bdy .no_slider .banner_slider div a span{
display:block;
line-height: 1.35;
margin-top:10px;
}
#lower_bdy .txtR{
text-align:right;
}
#lower_bdy .list_link{
padding-left:10px;
padding-right:10px;
padding-bottom:0;
}
#lower_bdy .list_link a{
display:inline-block;
color: #3f761e;
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: 21px;
font-weight: bold;
margin-top: 20px;
}



/*--- カレンダー ---*/
#page_wrap .wpsbc-container{
float:none !important;
overflow: hidden;
max-width: 1000px;
margin: 50px auto;
}
#page_wrap .wpsbc-calendars {
float: none;
}
#page_wrap div.wpsbc-calendar {
width: 26.33333333%;
float: left;
height: auto;
text-align: center;
margin: 1%;
padding: 1% !important;
}
#page_wrap div.wpsbc-calendar {
padding: 2%;
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: 4%;
text-align: center;
height: 30px;
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: 19px;
width: auto;
text-align: left;
overflow: hidden;
position: relative;
}
#page_wrap div.wpsbc-calendar ul.wpsbc-weekdays {
padding: 10px 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: 0 !important;
height: 22px;
line-height: 22px;
font-size: 12px !important;
text-align: center;
margin: 0 0 2px 2px !important;
position: relative;
z-index: auto;
border: 1px solid #fff !important;
}
#page_wrap .wpsbc-legend {
padding: 2% !important;
border: 1px solid #cccccc;
float: left;
max-width: 192px;
display: block;
margin: 1%;
background: #f1f1f1;
}
#page_wrap div.wpsbc-calendar div.wpsbc-select-container .wpsbc-dropdown{
border: 1px solid #cccccc !important;
}
#page_wrap div.wpsbc-tooltip{
left:100%;
line-height: 125%;
padding:10px;
max-width: 146px;
}
#page_wrap div.wpsbc-tooltip strong{
margin-bottom:5px;
}

.mb50{
margin-bottom:50px !important;
}
.mt75{
margin-top:75px !important;
}
.linkGreen{
text-decoration:underline;
color:#5da52d;
}
.linkGreen:hover{
text-decoration:none;
}



/*-- 無料送迎バスのご案内 --*/
#lower_bdy .inn_cont .disTable dt{
text-align:center;
}
#lower_bdy .inn_cont .disTable dd .serif{
font-size: 32px;
line-height: 1.5;
}
#lower_bdy .inn_cont .disTable dd .serif a{
color: #000000;
text-decoration: none;
}
#lower_bdy .inn_cont .disTable dd .serif a:hover{
filter:alpha(opacity=75);
-moz-opacity: 0.75;
opacity: 0.75;
}
#lower_bdy .inn_cont .disTable dd {
padding-left: 35px;
}



/*-- サイトマップ --*/
.site_map_nav{
margin-top:45px;
}
.site_map_nav .site_map_menu_box ul ul{
margin-top: 15px;
margin-bottom: 5px;
}
.site_map_nav .site_map_menu_box ul li.level01{
margin-bottom: 10px;
border: 1px dashed #cccccc;
}
.site_map_nav .site_map_menu_box ul li.level01 a{
background: #f1f1f1 url(../img/arrow_red.png) no-repeat 98.5% center;
display: block;
padding: 10px;
padding-left: 15px;
color: #252525;
text-decoration: none;
}
.site_map_nav .site_map_menu_box ul li.level01 a:hover{
color:#d41d1d;
text-decoration: underline;
}
.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: 15px;
}
.site_map_nav .site_map_menu_box ul li.level02 a{
padding-left: 18px;
padding-top:0;
line-height:1.55;
background: url(../img/l_ico.png) no-repeat left 5px;
}



/*-- 周辺観光地 --*/
#lower_bdy .sightseeing .disTable .disCell .disBox{
position:relative;
}
#lower_bdy .sightseeing .disTable .disCell .disBox .number{
position:absolute;
left:0;
top:0;
width:40px;
height:40px;
text-align:center;
line-height:40px;
font-size: 23px;
font-weight:bold;
color: #649925;
background: #ffffff;
}
#lower_bdy .sightseeing .disTable .disCell .disBox .wei100{
display:block;
}
#lower_bdy .sightseeing .disTable .disCell .disBox dl dt{
display: table;
table-layout: fixed;
width: 100%;
text-align:left;
}
#lower_bdy .sightseeing .disTable .disCell .disBox dl dt .txt_left{
display: table-cell;
width: 75%;
vertical-align: middle;
line-height: 1.5;
}
#lower_bdy .sightseeing .disTable .disCell .disBox dl dt .map_link{
display: table-cell;
width: 25%;
vertical-align: middle;
}
#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;
}
#lower_bdy .sightseeing .disTable .disCell .disBox dl dt .map_link a:hover{
filter:alpha(opacity=75);
-moz-opacity: 0.75;
opacity: 0.75;
text-decoration: none;
}
/*-- プラン紹介絞め枠 --*/
#lower_bdy .like_btn a{
  margin:30px auto 0;
  border:1px solid #3f761e;
  padding:5px;
  background:url(../img/arrow_green.png) no-repeat 98% 50%;
  text-align: center;
  color:#3f761e;
  font-size:20px;
  display: block;
  width:80%;
  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;
}
#lower_bdy .like_btn a:hover{
  background-position: 99% 50%;
  text-decoration: none;
  background-color:#eee;
}



/*-- よくある質問 --*/
.accordion{

}
.accordion dl:first-child{
margin-top:0;
}
.accordion dl{
margin-top:35px;
}
.accordion dl dt{
color: #000000;
font-size: 18px;
padding: 10px;
background: #e2eddc;
display: table;
width: 100%;
cursor: pointer;
table-layout: fixed;
}
.accordion dl dt span{
display: table-cell;
vertical-align: middle;
width: 92%;
padding:0 10px;
line-height: 1.35;
}
.accordion dl dt:before{
position: relative;
top: -2px;
content: "Q";
font-size: 38px;
color:#c5d8ba;
font-weight:bold;
display: table-cell;
vertical-align: middle;
width: 4%;
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: "";
font-size:26px;
background: url(../img/ico_minus.jpg) no-repeat center;
}
.accordion dl dt:after{
width: 4%;
display: table-cell;
vertical-align: middle;
content: "";
font-size:26px;
background: url(../img/ico_plus.jpg) no-repeat center;
}
.accordion dl dd{
display:none;
width: 90%;
margin: 25px auto 0;
line-height: 2;
}



/*-- ユーザ一覧 --*/
#lower_bdy #author{
margin-bottom:55px;
}
.author-profile ul{
margin: 0 -10px;
}
.author-profile ul li{
display:inline-block;
margin: 10px;
}
.author-profile ul li a{
display: block;
padding: 15px 20px;
color: #3f761e;
font-size: 14px;
line-height: 100%;
border: 1px dotted #3f761e;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
text-decoration: underline;
}
#lower_bdy #author .host_large{
margin-top:75px;
margin-bottom:35px;
}

/*お知らせ用調整*/
.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:40px;}

.news_box #lower_bdy h2.title,
.news_box #lower_bdy h3.title{margin-bottom:20px;}
.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 10px;}
.news_box #lower_bdy  p{
  font-size:17px;
  color:#252525;
  line-height:1.6;
  margin-bottom:20px;
}
.news_box #lower_bdy  p + p{
  margin-top:20px;
}
/* --------------------------------------------------
  お客様の声 関連
-------------------------------------------------- */
/*
  トップ
------------------------------ */
#voice{padding:0 0 30px}
#voice h2 {
text-align: center;
padding: 50px 0;
color: #000;
font-size: 36px;
background: url(../img/curve.png) no-repeat center bottom;
}
#voice h2 a{
  color: #000;
}
#voice h2 .h2_txt{
position: relative;
letter-spacing: 0.1em;
}
#voice h2 .h2_txt:before{
content: "";
display: block;
background: url("../img/mt_img_gray.png") no-repeat 0 0;
width: 105px;
height: 50px;
position: absolute;
top: 0;
left: -120px;
}
#voice h2 .h2_txt:after{
content: "";
display: block;
background: url("../img/mt_img_gray.png") no-repeat 0 0;
width: 105px;
height: 50px;
position: absolute;
top: 0;
right: -120px;
}
#voice h2 .j_txt{font-size: 16px;display: block;font-weight: normal;}
#voice .voice_slider{
  width:1000px;
  margin:30px auto 0;
  display: flex;
  justify-content:flex-start;
  justify-content:center;
  flex-wrap: wrap;
}
#voice .voice_slider .slide_block{
  text-align: center;
  font-size: 14px;
  flex-basis: 174px;
  flex-shrink: 0;
  margin-right:32px;
}
#voice .voice_slider .slide_block:nth-child(5n){
  margin-right:0;
}
#voice .voice_slider .slide_block a{
  color: #676767;
  display: block;
  outline:none;
}
#voice .voice_slider .slide_block .slide_img{
  height: 174px;
  background: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
}
#voice .voice_slider .slide_block img{
  margin: 0 auto 0;
  width:100%;
}
#voice .voice_slider.slide_block .slide_ttl{
  line-height: 1.2;
  display: inline-block;
  font-size:12px;
  margin-top:3px;
}

#voice .more {
  margin: 32px auto;
  text-align: center;
}
#voice .more a {
  margin:30px auto 0;
  border:1px solid #3f761e;
  padding:16px;
  background:url(../img/arrow_green.png) no-repeat 98% 50%;
  color:#3f761e;
  font-size:20px;
  display: block;
  width:40%;
  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 .more a:hover{
  background-position: 99% 50%;
  text-decoration: none;
  background-color:#eee;
}
/*
  一覧
------------------------------ */
#voice.list_type01 {
  margin: 70px auto 30px;
  width: 1000px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
#voice.list_type01 div.planBox {
  margin: 0 26.25px 26.25px 0;
  width: 179px;
}
#voice.list_type01 div.planBox:nth-child(5n) { margin-right: 0; }
#voice.list_type01 div.planBox .planImg {
  margin-bottom: 8px;
}
#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;
}
/*
  個別
------------------------------ */
/* SNSリンク */
#d_post {
  margin-bottom: 35px;
  text-align: center;
}
#d_post a {
  background: #769563;
  padding: 20px;
  min-width: 480px;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  border-radius: 50px;
  display: inline-block;
}
#d_post a:hover {
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
/* ページング */
#voice_paging.single_nav { margin-top: 60px; }
#voice_paging.single_nav ul {
  width: 100%;
  display: table;
  overflow: hidden;
  table-layout: fixed;
}
#voice_paging.single_nav ul li {
  padding: 0;
  width: 33.33333333%;
  vertical-align: middle;
  border-bottom: none;
  display: table-cell;
  overflow: hidden;
}
#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.next { text-align:right; }
#voice_paging.single_nav ul li a {
  padding: 10px 20px;
  width: 100px;
  text-align: center;
  border: solid 1px #cccccc;
  display: inline-block;
}
#voice_paging.single_nav ul li.category_top a { width: 240px; }
#voice_paging.single_nav ul li a:hover {
  background: #5da52d;
  color: #ffffff;
  text-decoration: none;
  border: solid 1px #5da52d;
}

/* --------------------------------------------------
  トップページ　シャトルバス
-------------------------------------------------- */
#shuttlebus{
  padding:20px 0;
  background:#91c274;
  background: url(../img/bg_pattern.gif);
}
#shuttlebus .cont_wrap{
  width:900px;
  margin:0 auto;
}
#shuttlebus a{
  display: flex;
  justify-content: space-between;
  background: url("../img/arrow_summer.png") no-repeat 880px center;
  padding:10px;
  color:#fff;
}
#shuttlebus a:hover{
  text-decoration: none;
  background-color:rgba(159, 209, 129, 0.53);
}
#shuttlebus .shuttlebus__badge{
  flex-basis: 110px;
  height:110px;
  background:#fcd03d;
  color:#3f761e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 55px;
  font-weight: bold;
  font-size:18px;
}
#shuttlebus .shuttlebus__content{
  flex-basis: 750px;
}
#shuttlebus span{
  display: inline-block;
}
.shuttlebus__term{
  background:#3f761e;
  padding:0 10px;
  border-radius: 3px;
}
.shuttlebus__section{
  color:#333;
}
.shuttlebus__title{
  font-size:30px;
  line-height: 40px;
  color:#3f761e;
  font-weight: bold;
}
.shuttlebus__text{
  font-size:14px;
  color:#333;
  padding-right:20px;
}

.slider01__inner {
  position: relative;
  margin-bottom: 100px;
  padding: 20px 0 0;
  border-top: 5px solid #fff;
  box-sizing: border-box;
  background: url(../img/bg_pattern2.gif);
}
.slider01__inner:after {
  display: block;
  position: absolute;
  top: -12px;
  width: 100%;
  height: 4px;
  background: #50a2d1;
  content: "";
}
.slider01__listWrapper {
  position: relative;
  left: 50%;
  width: 2025px;
  transform: translateX(-50%);
  overflow: visible !important;
}
.slider01__listWrapper:not(.swiper-container-initialized) .slider01__list {
  display: flex;
  justify-content: center;
}
.slider01__listWrapper:not(.swiper-container-initialized) .slider01__item {
  flex-basis: 260px;
  max-width: 260px;
  flex-grow: 0;
  flex-shrink: 0;
}
.slider01__listWrapper:not(.swiper-container-initialized) .slider01__item:not(:last-child) {
  margin-right: 32px;
}
.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: -60px;
}
.slider01__link {
  display: block;
  background: #fff;
  box-shadow: 0 0 5px 0 #d7d7d7;
  transition: transform .2s;
}
.slider01__link:hover {
  transform: translateY(-3px);
  text-decoration: none;
}
.slider01__link:hover .slider01__img {
  opacity: 1;
}
.slider01__imgWrapper {
  display: block;
  width: 100%;
}
.slider01__img {
  display: block;
  width: 100%;
}
.slider01__txtWrapper {
  padding: 10px 10px 15px;
  box-sizing: border-box;
}
.slider01__ttl {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #92c375;
  line-height: 1.6;
}
.slider01__desc {
  margin-top: 5px;
  font-size: 14px;
  color: #231815;
  line-height: 1.6;
}
.slider01__tagList {
  display: flex;
  position: absolute;
  top: 5px;
  left: 5px;
}
.slider01__tagItem {
  display: block;
  flex-basis: 10px;
  padding: 4px 10px;
  background: #222;
  box-sizing: border-box;
  font-size: 14px;
  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: 5px;
}
.confirmTel {
  display: none;
}
.confirmTel.-active {
  display: block;
}
.confirmTel__modal {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  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;
  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: 35px 0 0;
}
#lower_bdy .room__calendarInner {
  display: block;
  width: 90%;
}
#lower_bdy .room__calendarList {
  /*
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  */
}
#lower_bdy .room__calendarItem {
  flex-basis: 430px;
  max-width: 430px;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
#lower_bdy .room__calendarItem:nth-child(2n+1) {
  margin-left: 0;
}
#lower_bdy .room__calendarMonth {
  padding: 0 0 20px;
  box-sizing: border-box;
  font-size: 20px;
  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: 16px;
}
#lower_bdy .room__calendarTh {
  padding: 15px 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: 10px 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 .room__calendar .swiper-button-prev,
#lower_bdy .room__calendar .swiper-container-rtl .swiper-button-next {
  transition: .2s;
}
#lower_bdy .room__calendar .swiper-button-prev:hover,
#lower_bdy .room__calendar .swiper-container-rtl .swiper-button-next:hover {
  opacity: 0.8;
}
#lower_bdy .room__calendar .swiper-button-next,
#lower_bdy .room__calendar .swiper-container-rtl .swiper-button-prev {
  transition: .2s;
}
#lower_bdy .room__calendar .swiper-button-next:hover,
#lower_bdy .room__calendar .swiper-container-rtl .swiper-button-prev:hover {
  opacity: 0.8;
}
:root {
  --swiper-theme-color: #767676 !important;
}

#lower_bdy .room__childTableTtl01 {
  box-sizing: border-box;
  font-size: 26px;
  font-weight: bold;
  color: #65c58d !important;
  text-align: center;
}
#lower_bdy .room__childTableWrapper {
  margin-top: 20px;
  margin-bottom: 10px;
  overflow: hidden;
}
#lower_bdy .room__childTable {
  width: 100%;
  font-size: 16px;
}
#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: 13%;
  text-align: center;
}
#lower_bdy .room__col:nth-child(5) {
  width: 48%;
}
#lower_bdy .room__childTh, #lower_bdy .room__childTd {
  padding: 6px 20px;
  border-bottom: #cdc4aa solid 1px;
  border-right: #cdc4aa solid 1px;
}
#lower_bdy .room__childTh {
  background: #fdb662;
  color: #704916;
  text-align: center;
}
#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:0 0 30px}
#rooms h2 {
text-align: center;
padding: 50px 0;
color: #000;
font-size: 36px;
font-weight: normal;
background: url(../img/curve.png) no-repeat center bottom;
}
#rooms h2 a{
  color: #000;
}
#rooms h2 .h2_txt{
position: relative;
letter-spacing: 0.1em;
}
#rooms h2 .h2_txt:before{
content: "";
display: block;
background: url("../img/mt_img_gray.png") no-repeat 0 0;
width: 105px;
height: 50px;
position: absolute;
top: 0;
left: -120px;
}
#rooms h2 .h2_txt:after{
  content: "";
  display: block;
  background: url("../img/mt_img_gray.png") no-repeat 0 0;
  width: 105px;
  height: 50px;
  position: absolute;
  top: 0;
  right: -120px;
}
#rooms h2 .j_txt {
  font-size: 16px;
  display: block;
  font-weight: normal;
}
#rooms .slider02__inner {
    /*overflow: hidden*/
}
#rooms .slider02__listWrapper {
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: calc(450px * 5 + 40px * 4);
    margin-top: 45px
}
#rooms .slider02__item {
  display: flex;
  flex-direction: column;
}
#rooms .slider02__imgWrapper {
    display: block
}
#rooms .slider02__img {
    display: block;
    width: 450px;
    height: 250px;
    object-fit: cover;
}
#rooms .slider02__ttl {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #000
}
#rooms .slider02__desc {
    margin-top: 10px;
    font-size: 15px;
    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: 25px
}
#rooms .slider02__link,
#rooms .slider02__open {
    display: block;
    position: relative;
    width: 220px;
    padding: 10px 0;
    border: 1px solid #769563;
    box-sizing: border-box;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    transition: .2s;
}
#rooms .slider02__link {
    position: relative;
    border: none;
    cursor: pointer;
    appearance: none;
    background: #769563;
    color: #fff;
}
#rooms .slider02__link::before {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 4px;
    height: 4px;
    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;
  color: #769563;
}
#rooms .slider02__open:hover {
  background: #769563 url(/admin/wp-content/themes/goryukan/img/ico_blank_white.png) no-repeat right 10px center;
  color: #fff;
  cursor: pointer;
}
#rooms .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(-90px / 2);
    z-index: 10;
    width: 90px;
    height: 90px;
    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: 60px
}
#rooms .slider02__chevron.-prev:after {
    display: block;
    width: 24px;
    height: 24px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform-origin: 100% 0;
    content: "";
    transform: rotate(-135deg);
    left: 8px
}
#rooms .slider02__chevron.-next {
    right: 60px
}
#rooms .slider02__chevron.-next:after {
    display: block;
    width: 24px;
    height: 24px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform-origin: 100% 0;
    content: "";
    transform: rotate(45deg);
    right: 35px
}
#rooms .slider02__chevron:hover {
    background: rgba(0,0,0,0.35)
}
#rooms .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
}
#rooms .slider03.-active {
    display: block
}
#rooms .slider03__inner {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1580px;
    max-width: 90vw
}
#rooms .slider03__listWrapper {
    overflow: visible!important
}
#rooms .slider03__item01 {
    display: flex;
    max-height: 93vh;
    padding: 70px 170px;
    box-sizing: border-box;
    background: #fff;
    overflow-y: scroll
}
#rooms .slider03__close {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    appearance: none;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    content: ""
}
#rooms .slider03__close:after,.slider03__close:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 1px;
    background: #000;
    content: ""
}
#rooms .slider03__close:before {
    transform: translate(-50%,-50%) rotate(-45deg)
}
#rooms .slider03__close:after {
    transform: translate(-50%,-50%) rotate(45deg)
}
#rooms .slider03__close:hover {
    background: rgba(0,0,0,0.1)
}
#rooms .slider03__chevronWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%,-50%);
    width: 100%
}
#rooms .slider03__chevron {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    appearance: none;
    display: block;
    position: absolute;
    top: calc(-63px / 2);
    z-index: 10;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    box-sizing: border-box;
    background: #000
}
#rooms .slider03__chevron:after {
    display: block;
    position: absolute
}
#rooms .slider03__chevron.-prev {
    left: 30px
}
#rooms .slider03__chevron.-prev:after {
    display: block;
    width: 16px;
    height: 16px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform-origin: 100% 0;
    content: "";
    transform: rotate(-135deg);
    left: 5px
}
#rooms .slider03__chevron.-next {
    right: 30px
}
#rooms .slider03__chevron.-next:after {
    display: block;
    width: 16px;
    height: 16px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform-origin: 100% 0;
    content: "";
    transform: rotate(45deg);
    right: 24px
}
#rooms .slider03__chevron:hover {
    background: #333333
}
#rooms .slider03__itemInner01 {
    flex-basis: 758px;
    max-width: 758px;
    flex-grow: 0;
    flex-shrink: 0
}
#rooms .slider03__itemInner02 {
    margin-left: 25px
}
#rooms .slider03__imgWrapper {
    display: block
}
#rooms .slider03__img {
    display: block;
    width: 100%
}
#rooms .slider03__link01 {
    display: block;
    width: 410px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 25px;
    padding: 15px;
    border: 1px solid #000;
    box-sizing: border-box;
    font-size: 16px;
    color: #000;
    text-align: center;
    text-decoration: none;
    transition: background 0.2s,color 0.2s
}
#rooms .slider03__link01:hover {
    background: #000;
    color: #fff
}
#rooms .slider03__ttl01 {
    margin-top: -10px;
    font-size: 40px;
    font-weight: bold;
    color: #000
}
#rooms .slider03__desc01 {
    font-size: 15px;
    color: #000
}
#rooms .slider03__itemInner02-2 {
    margin-top: 50px
}
#rooms .slider03__ttl02 {
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    font-size: 16px;
    color: #000
}
#rooms .slider03__list02 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    min-height: 150px;
    margin-top: 15px;
    margin-right: -2%;
    padding: 18px 15px;
    box-sizing: border-box;
    background: #f1efef
}
#rooms .slider03__item02 {
    display: block;
    width: calc(100% / 2 - 2% * (1 / 2) - .01px);
    margin-right: 2%;
    padding-left: 13px;
    box-sizing: border-box;
    font-size: 13px;
    color: #000;
    text-indent: -13px;
    word-wrap: break-word
}
#rooms .slider03__item02:before {
    content: "・"
}
#rooms .rooms__linkWrapper {
  margin-top: 40px;
  text-align: center;
}
#rooms .rooms__link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 290px;
  height: 60px;
  margin: 0 auto;
  background: #f4f4f4;
  color: #769563;
  transition: .2s;
}
#rooms .rooms__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);
}
#rooms .rooms__link:hover {
  opacity: 0.8;
  text-decoration: none;
}
@media (max-width: 1600px) and (min-width:1001px) {
    #rooms .slider03__item01 {
        padding:70px
    }

    #rooms .slider03__itemInner01 {
        flex-basis: 300px;
        max-width: 300px
    }
}

@media (max-width: 1000px) and (min-width:769px) {
    #rooms .slider03__item01 {
        display:block
    }

    #rooms .slider03__itemInner02 {
        margin-top: 25px;
        margin-left: 0
    }

    #rooms .slider03__ttl01 {
        margin-top: 0
    }

    #rooms .slider03__ttl02 {
        margin-top: 30px
    }
}

/*--------------------*
restaurant_bar
onsen_sauna
*--------------------*/
#restaurant_bar {
  margin-top: 60px;
}
#restaurant_bar h2 {
text-align: center;
padding: 50px 0;
color: #000;
font-size: 36px;
font-weight: normal;
background: url(../img/curve.png) no-repeat center bottom;
}
#restaurant_bar h2 a{
  color: #000;
}
#restaurant_bar h2 .h2_txt{
position: relative;
letter-spacing: 0.1em;
}
#restaurant_bar h2 .h2_txt:before{
content: "";
display: block;
background: url("../img/mt_img_gray.png") no-repeat 0 0;
width: 105px;
height: 50px;
position: absolute;
top: 0;
left: -120px;
}
#restaurant_bar h2 .h2_txt:after{
content: "";
display: block;
background: url("../img/mt_img_gray.png") no-repeat 0 0;
width: 105px;
height: 50px;
position: absolute;
top: 0;
right: -120px;
}
#restaurant_bar h2 .j_txt {
    font-size: 16px;
    display: block;
    font-weight: normal;
}

#onsen_sauna {
  margin-top: 60px;
}
#onsen_sauna h2 {
text-align: center;
padding: 50px 0;
color: #000;
font-size: 36px;
font-weight: normal;
background: url(../img/curve.png) no-repeat center bottom;
}
#onsen_sauna h2 a{
  color: #000;
}
#onsen_sauna h2 .h2_txt{
position: relative;
letter-spacing: 0.1em;
}
#onsen_sauna h2 .h2_txt:before{
content: "";
display: block;
background: url("../img/mt_img_gray.png") no-repeat 0 0;
width: 105px;
height: 50px;
position: absolute;
top: 0;
left: -120px;
}
#onsen_sauna h2 .h2_txt:after{
content: "";
display: block;
background: url("../img/mt_img_gray.png") no-repeat 0 0;
width: 105px;
height: 50px;
position: absolute;
top: 0;
right: -120px;
}
#onsen_sauna h2 .j_txt {
    font-size: 16px;
    display: block;
    font-weight: normal;
}
.contList01__inner {
    margin-top: 35px;
    padding: 15px 0;
    box-sizing: border-box;
    overflow: hidden
}
.contList01__item01 {
  display: flex;
  justify-content: flex-end
}
.contList01__item01.-imgRight {
  flex-direction: row-reverse;
}
.contList01__item01:not(:last-child) {
    margin-bottom: 15px
}
.contList01__imgWrapper {
    display: block;
    flex-basis: 1322px;
    max-width: 1322px;
    flex-grow: 0;
    flex-shrink: 0
}
.contList01__img {
    display: block;
    width: 100%
}
.contList01__item01.-imgRight .contList01__imgWrapper {
  max-width: auto;
  width: 100%;
  flex-basis: 100%;
  flex-shrink: 1;
}
.contList01__item01.-imgRight .contList01__img {
  width: 100%;
  height: 690px;
  object-fit: cover;
  object-position: 100% 100%
}
.contList01__txtWrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: 680px;
    max-width: 680px;
    flex-grow: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    padding: 20px 80px
}
.contList01__desc01 {
    font-size: 18px;
    color: #000;
}
.contList02__lead01-1 {
  position: relative;
  width: 100%;
  font-size: 18px;
  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 20px;
  background: #fff;
  z-index: 1;
}
.contList02__lead01-2 {
  margin-top: 20px;
  font-size: 18px;
  color: #000;
  text-align: center;
}
.contList01__link01 {
    display: block;
    position: relative;
    padding: 10px;
    background: #769563;
    border: 1px solid #769563;
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-decoration: none
}
.contList01__link01::before {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform-origin: 100% 0;
    content: "";
    transform: rotate(45deg);
}
a.contList01__link01 {
    transition: 0.2s;
}
a.contList01__link01:hover {
    opacity: 0.8;
    text-decoration: none;
    color: #fff;
}
.contList01__list02 {
  display: flex;
  justify-content: center;
  margin-top: 30px
}
.contList01__item02 {
  width: 220px;
}
.contList01__item02+li {
    margin-left: 10px
}
.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 {
  margin-top: 60px;
}
#access h2 {
  text-align: center;
  padding: 50px 0;
  color: #000;
  font-size: 36px;
  font-weight: normal;
  background: url(../img/curve.png) no-repeat center bottom;
}
#access h2 a{
  color: #000;
}
#access h2 .h2_txt{
  position: relative;
  letter-spacing: 0.1em;
}
#access h2 .h2_txt:before{
  content: "";
  display: block;
  background: url("../img/mt_img_gray.png") no-repeat 0 0;
  width: 105px;
  height: 50px;
  position: absolute;
  top: 0;
  left: -120px;
}
#access h2 .h2_txt:after{
  content: "";
  display: block;
  background: url("../img/mt_img_gray.png") no-repeat 0 0;
  width: 105px;
  height: 50px;
  position: absolute;
  top: 0;
  right: -120px;
}
#access h2 .j_txt {
  font-size: 16px;
  display: block;
  font-weight: normal;
}
#access .access__inner {
  width: 1120px;
  margin: 35px auto 0;
  padding: 15px 0;
  box-sizing: border-box;
  overflow: hidden;
}
#access .access__item {
  margin-bottom: 20px;
}
#access .access__defList {
  display: flex;
}
#access .access__defTtl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 30px;
  margin-right: 20px;
  background: #7cad60;
  font-size: 14px;
  color: #fff;
}
#access .access__defCont {
  padding-top: 2px;
  font-size: 14px;
}
#access .access__linkWrapper {
  width: 220px;
  margin: 40px auto 0;
}
#access .access__link {
  display: block;
  position: relative;
  padding: 10px;
  background: #fff;
  border: 1px solid #769563;
  box-sizing: border-box;
  font-size: 15px;
  color: #769563;
  text-align: center;
  text-decoration: none;
  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-bottom: 60px;
}
#gallery h2 {
  text-align: center;
  padding: 50px 0;
  color: #000;
  font-size: 36px;
  font-weight: normal;
  background: url(../img/curve.png) no-repeat center bottom;
}
#gallery h2 a{
  color: #000;
}
#gallery h2 .h2_txt{
  position: relative;
  letter-spacing: 0.1em;
}
#gallery h2 .h2_txt:before{
  content: "";
  display: block;
  background: url("../img/mt_img_gray.png") no-repeat 0 0;
  width: 105px;
  height: 50px;
  position: absolute;
  top: 0;
  left: -120px;
}
#gallery h2 .h2_txt:after{
  content: "";
  display: block;
  background: url("../img/mt_img_gray.png") no-repeat 0 0;
  width: 105px;
  height: 50px;
  position: absolute;
  top: 0;
  right: -120px;
}
#gallery h2 .j_txt {
  font-size: 16px;
  display: block;
  font-weight: normal;
}
#gallery .gallery__linkWrapper {
    margin-top: 50px;
    text-align: center;
}
#gallery .gallery__link {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 290px;
    height: 60px;
    margin: 0 auto;
    background: #f4f4f4;
    color: #769563;
    transition: .2s;
}
#gallery .gallery__link:hover {
    opacity: 0.8;
    text-decoration: none;
}
#gallery .gallery__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);
}
.slider04__inner {
  margin-top: 50px;
  overflow: hidden
}
.slider04__listWrapper {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: calc(340px * 6 + 30px * 5)
}
.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(-90px / 2);
  z-index: 10;
  width: 90px;
  height: 90px;
  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: 60px
}
.slider04__chevron.-prev:after {
  display: block;
  width: 24px;
  height: 24px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform-origin: 100% 0;
  content: "";
  transform: rotate(-135deg);
  left: 8px
}
.slider04__chevron.-next {
  right: 60px
}
.slider04__chevron.-next:after {
  display: block;
  width: 24px;
  height: 24px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform-origin: 100% 0;
  content: "";
  transform: rotate(45deg);
  right: 35px
}
.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: 200px;
  margin: 0 auto;
  margin-top: 55px;
  padding: 10px;
  border: 1px solid #000;
  box-sizing: border-box;
  font-size: 16px;
  color: #000;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s
}

.slider04__link01:hover {
  background: rgba(0,0,0,0.25)
}
.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>li:last-child {
  margin-bottom: 0px
}
.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>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: 30px
}
.imgList01__linkList {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -20px
}
.imgList01__link {
    flex-basis: calc(100% / 5 - 20px * (4 / 5) - .01px);
    max-width: calc(100% / 5 - 20px * (4 / 5) - .01px);
    margin-bottom: 20px;
    text-decoration: none
}
.imgList01__link:not(:nth-child(5n)) {
    margin-right: 20px
}
.imgList01__link:hover {
    opacity: 0.8
}
.imgList01__imgWrapper {
    display: block
}
.imgList01__img {
    display: block;
    width: 100%
}

/*--------------------*
客室詳細ページ
*--------------------*/
.roomSub {
}
.roomSub.-active {
    display: block
}
.roomSub__inner {
}
.roomSub__listWrapper {
}
.roomSub__item01 {
    box-sizing: border-box;
    background: #fff;
}
.roomSub__close {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    appearance: none;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    content: ""
}
.roomSub__close:after,.slider03__close:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 1px;
    background: #000;
    content: ""
}
.roomSub__close:before {
    transform: translate(-50%,-50%) rotate(-45deg)
}
.roomSub__close:after {
    transform: translate(-50%,-50%) rotate(45deg)
}
.roomSub__close:hover {
    background: rgba(0,0,0,0.1)
}
.roomSub__chevron:hover {
    background: #333333
}
.roomSub__itemInner01 {
    max-width: 758px;
    margin: 0 auto;
}
.roomSub__itemInner02 {
    margin: 50px 0 0 25px
}
.roomSub__imgWrapper {
    display: block
}
.roomSub__img {
    display: block;
    width: 100%
}
.roomSub__link01 {
    display: block;
    width: 410px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 25px;
    padding: 15px;
    border: 1px solid #000;
    box-sizing: border-box;
    font-size: 16px;
    color: #000;
    text-align: center;
    text-decoration: none;
    transition: background 0.2s,color 0.2s
}
.roomSub__link01:hover {
    background: #000;
    color: #fff
}
.roomSub__ttl01 {
    margin-top: -10px;
    font-size: 40px;
    font-weight: bold;
    color: #000
}
.roomSub__desc01 {
    font-size: 15px;
    color: #000
}
.roomSub__itemInner02-2 {
    margin-top: 50px
}
.roomSub__ttl02 {
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    font-size: 16px;
    color: #000
}
.roomSub__list02 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-right: -2%;
    padding: 18px 15px;
    box-sizing: border-box;
    background: #f1efef
}
.roomSub__item02 {
    display: block;
    width: calc(100% / 2 - 2% * (1 / 2) - .01px);
    margin-right: 2%;
    padding-left: 13px;
    box-sizing: border-box;
    font-size: 13px;
    color: #000;
    text-indent: -13px;
    word-wrap: break-word
}
.roomSub__item02:before {
    content: "・"
}

.nav01 {
  margin-top: 60px
}
.nav01.-faq .nav01__list01 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}
.nav01.-faq .nav01__item01 {
  width: 18%;
  margin-bottom: 10px
}
.nav01.-faq .nav01__item01:nth-child(5n+1) {
  margin-left: 0
}
.nav01.-faq .nav01__link01 {
  word-break: break-word;
  text-align: center;
  line-height: 1.2
}
.nav01.-faq .nav01__link01:after {
  bottom: 15px
}
.nav01.-faq .nav01__link01:hover:after {
  bottom: 10px
}
.nav01__list01 {
  display: flex;
  justify-content: space-between
}
.nav01__item01 {
  flex-grow: 1;
  width: 100%;
  box-sizing: border-box
}
.nav01__item01:not(:first-child) {
  margin-left:12px
}
.nav01__link01 {
  padding: 4px;
  border: 1px solid #a4a4a4;
  display: block;
}
.nav01__link01:hover {
  text-decoration: none;
  color: #252525;
}
.nav01__link01 span {
  display: block;
  padding: 16px 0 30px;
  color: #535353;
  font-size: 15px;
  text-align: center;
  border: 1px solid #dbdbdb;
  background: url(../img/ico_arr_bottom01.png) no-repeat center 80%;
}
.nav01__link01:hover span,
.nav01__link01:hover {
    color: #3b8d2b;
    text-decoration: none;
    border: 1px solid #3b8d2b;
}

.faqList01__h2 {
  margin-top: 80px;
  color: #000000;
  font-size: 18px;
  padding: 15px 25px;
  background: #e2eddc url(../img/mt_img_green.png) no-repeat 97.5% center;
}
.faqList01__list {
  margin-top: 20px;
  padding: 0 20px;
}
.faqList01__item {
  margin-top: 20px
}
.faqList01__details[open] .faqList01__summary:after {
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #535353;
  border-right: 2px solid #535353;
  transform-origin: 100% 0;
  content: "";
  transform: rotate(-45deg);
  top: calc(50% - 6px)
}
.faqList01__summary {
  list-style: none;
  cursor: pointer;
  user-select: none;
  font-family: "Arial", "メイリオ";
  position: relative;
  padding: 16px 70px 14px 10px;
  border-bottom: 1px solid #535353;
  font-size: 16px;
  font-weight: bold;
  color: #535353;
  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: 12px;
  height: 12px;
  border-top: 2px solid #535353;
  border-right: 2px solid #535353;
  transform-origin: 100% 0;
  content: "";
  transform: rotate(135deg);
  position: absolute;
  top: calc(50% + 8px);
  right: 30px
}
.faqList01__cont01 {
  position: relative;
  padding: 20px 0 18px 20px
}
.faqList01__desc01 {
  font-size: 15px;
  word-break: break-word
}
.faqList01__link01 {
  font-size: 15px;
  color: #535353;
  text-decoration: underline
}
.faqList01__link01:hover {
  text-decoration: none
}
.faqList01__bottomTxt {
    margin-top: 50px;
    font-size: 16px;
    color: #535353;
    line-height: 1.6;
    text-align: center;
}
.faqList01__bottomButtonWrapper {
  width: 410px;
  margin: 40px auto 0;
}
.faqList01__bottomButtonLink {
    font-family: "BIZ UDPGothic",sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    border: 1px solid #535353;
    text-decoration: none;
    color: #535353;
    transition: 0.2s;
}

.form01__inner {
  margin-top: 40px
}
.form01__list01 {
  display: flex
}
.form01__item01 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-basis: 100px;
  flex-grow: 1;
  height: 54px;
  padding-left: calc(20px + 10px);
  padding-right: 10px;
  box-sizing: border-box;
  background: #b0b0b0;
  font-size: 16px;
  color: #fff;
  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(54px / 2) 0 calc(54px / 2) 20px;
  content: ""
}
.form01__item01:not(:last-child):before {
  right: calc(-20px - 1px);
  z-index: 5;
  transform: scale(1.1);
  border-color: transparent transparent transparent #fff
}
.form01__item01:not(:last-child):after {
  right: -20px;
  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: 35px;
  font-size: 16px;
  color: #000;
  text-align: center
}
.form01__link01 {
  color: #000;
  text-decoration: underline
}
.form01__link01[target=_blank]:after {
  margin: 0 0.25em;
  font-family: "icomoon", sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  content: "\e900"
}
.form01__link01:hover {
  text-decoration: none
}
.form01__btnList {
  display: flex;
  justify-content: center;
  margin-top: 60px
}
.form01__btnItem {
  flex-basis: 340px;
  max-width: 340px;
  flex-grow: 1
}
.form01__btnItem:not(.-goBack) .form01__button:hover {
  background: black
}
.form01__btnItem.-goBack {
  flex-basis: 240px;
  max-width: 240px
}
.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: 20px
}
.form01__button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  appearance: none;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 17px 10px;
  box-sizing: border-box;
  background: #000;
  font-size: 18px;
  color: #fff;
  text-align: center;
  transition: background 0.2s
}
.form01__list02 {
  margin-top: 35px
}
.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: flex;
  width: 100%;
  box-sizing: border-box
}
.form01__defTtl01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-basis: 300px;
  max-width: 300px;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 28px 0 15px 30px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  color: #000
}
.form01__defTtl01:after {
  flex-basis: 100px;
  max-width: 100px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 10px;
  padding: 1px 5px;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  text-align: center
}
.form01__defDesc01 {
  display: block;
  flex-basis: 100px;
  flex-grow: 1;
  padding: 15px;
  padding-left: 67px;
  box-sizing: border-box;
  font-size: 16px;
  color: #000
}
.form01__inputWrapper, .form01__selectWrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 50px
}
.form01__inputWrapper.-widthMiddle, .form01__selectWrapper.-widthMiddle {
  max-width: 450px
}
.form01__inputWrapper:not(:last-child), .form01__selectWrapper:not(:last-child) {
  margin-bottom: 10px
}
.form01__selectWrapper {
  position: relative
}
.form01__selectWrapper:after {
  display: block;
  position: absolute;
  top: 29px;
  right: 28px;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px 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: 50px!important
}
.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%;
  padding: 15px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff;
  font-size: 16px;
  color: #000
}
.form01__input::placeholder {
  color: #ccc
}
.form01__textarea {
  max-width: 650px
}
.form01__textarea::placeholder {
  color: #ccc
}
.form01__textarea.-marginTop {
  margin-top: 30px
}
.form01__textarea.-doc {
  max-width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  outline: none
}
.form01__textarea:not(:first-child) {
  margin-top: 15px
}
.form01__txt01 {
  margin-top: 10px;
  font-size: 16px;
  color: #000
}
.form01__txt01.-colorRed {
  color: #e60012
}
.form01__inner02 {
  margin-top: 35px
}
.form01__txt02 {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 1.6
}
.form01__txtWrapper02 {
  display: block;
  margin-top: 35px;
  padding: 40px;
  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: 20px
}
.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: 30px;
  height: 30px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff;
  content: ""
}
.form01 .form01__label01:after {
  display: block;
  position: absolute;
  transform: rotate(-45deg);
  width: 15px;
  height: 8px;
  border-left: 2px solid #000;
  border-bottom: 2px 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: 15px;
  padding-left: 55px;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 18px;
  color: #000;
  line-height: 1.6
}
.form01__label01:before {
  top: 15px;
  left: 15px
}
.form01__label01:after {
  top: 23px;
  left: 22px
}
.form01 .error {
  display: block;
  flex-basis: 100%;
  max-width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  margin-top: 10px;
  font-size: 16px!important;
  color: #e60012!important
}
.form01__thanksTxt01 {
  margin-top: 60px;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}
.form01__thanksTxt01 span {
  display: block;
  font-size: 1.4em!important;
  font-weight: bold;
  text-align: center;
}

.privacy__txt01 {
  margin-top: 35px;
  font-size: 16px;
  color: #000;
  line-height: 1.6 !important;
}
.privacy__txt01.-mt10 {
  margin-top: 10px;
}
.privacy__numList01 {
  margin-top: 35px;
  counter-reset: item;
}
.privacy__numList01.-mt0 {
  margin-top: 0;
}
.privacy__numItem01 {
  position: relative;
  padding-left: calc(16px + 10px);
  box-sizing: border-box;
  font-size: 16px;
  color: #000;
  line-height: 1.6 !important;
  text-indent: calc(-16px - 10px);
  counter-increment: item;
  list-style-type:none;
}
.privacy__numItem01:before {
    margin-right: 10px;
    color: #000;
    content: counter(item) ".";
}
.privacy__numItem02 {
  position: relative;
  padding-left: calc(16px + 10px);
  box-sizing: border-box;
  font-size: 16px;
  color: #000;
  line-height: 1.6 !important;
  text-indent: calc(-16px - 10px);
  counter-increment: number 1;
  list-style-type:none;
}
.privacy__numItem02:before {
  margin-right: 10px;
  color: #000;
  content: counter(number, upper-roman) ".";
}
.privacy__txtLink01 {
  color: #769563;
  text-decoration: underline;
}
.privacy__txtLink01:hover {
  text-decoration: none;
}