@charset "UTF-8";
#popup_info {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#popup_info .popup_item {
  position: relative;
  max-width: 420px;
  width: 90%;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.5);
  padding-bottom: 20px;
}
#popup_info .popup_item .text1 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #006934;
  padding: 20px 15px 0;
}
#popup_info .popup_item .text1 span {
  display: inline-block;
}
#popup_info .popup_item .text2 {
  font-size: 14px;
  line-height: 1.8;
  color: #000;
  font-weight: bold;
  padding: 15px 15px 20px;
}
@media screen and (max-width: 560px) {
  #popup_info .popup_item .text2 {
    text-align: left;
    padding: 15px 25px 20px;
  }
  #popup_info .popup_item .text2 br {
    display: none;
  }
}
#popup_info .popup_item a {
  display: inline-block;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: bold;
  color: #006934;
  border: solid 2px #006934;
}
#popup_info .popup_item a:hover {
  color: #fff;
  background-color: #006934;
}
#popup_info .popup_item img {
  max-width: 100%;
}
#popup_info .popup_item .btn_close {
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 100;
  cursor: pointer;
}
#popup_info .popup_item .btn_close span {
  font-size: 10px;
  letter-spacing: 1px;
  color: #fff;
}
#popup_info .popup_item .btn_close span:hover {
  opacity: 0.7;
}

.top_banner_fb {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  .top_banner_fb {
    gap: 10px;
  }
}
.top_banner_fb p {
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .top_banner_fb p {
    width: 23%;
  }
}
@media screen and (max-width: 1200px) {
  .top_banner_fb p {
    width: 30%;
  }
}
@media screen and (max-width: 800px) {
  .top_banner_fb p {
    width: 47%;
  }
}
@media screen and (max-width: 560px) {
  .top_banner_fb p {
    width: 90%;
  }
}
@media screen and (max-width: 1600px) {
  .top_banner_fb img {
    width: 100%;
    height: auto;
    max-width: 388px;
  }
}

.bnr_center {
  text-align: center;
  padding: 15px 5px;
}

.bnr_center img {
  max-width: 100%;
}

.bnr_center a img {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.bnr_center a:hover img {
  opacity: 0.7;
}

.sp_only {
  display: none;
}

.mincho {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}

#head_area {
  width: 100%;
  background-color: #fff;
}

#head_area_inner {
  text-align: center;
  width: 100%;
  height: calc(100vh - 101px);
  color: #fff;
  position: relative;
}

#head_area_inner h1#midashi1 {
  display: none;
  color: #fff;
  font-size: 60px;
  letter-spacing: 7px;
  font-weight: bold;
  text-shadow: 3px 2px 4px #000000;
  padding: 50px 0 30px 0;
}

#head_area_inner p#midashi2 {
  display: none;
  color: #fff;
  font-size: 26px;
  line-height: 1.6;
  font-weight: bold;
  text-shadow: 3px 2px 4px #000000;
  padding: 0 0 20px 0;
}

#loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*左右中央揃え*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*上下中央揃え*/
  width: 100%;
  height: 80vh;
  z-index: 100;
  position: absolute;
}

#loading p {
  margin-bottom: 50px;
}

#head_area_inner #btn_scroll {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: 0 auto;
  width: 107px;
  height: 105px;
  z-index: 5000;
}

#head_area_inner #btn_scroll a {
  display: block;
  padding: 20px;
  border-radius: 0px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#head_area_inner #btn_scroll a:hover {
  padding: 30px 20px 10px;
  border-radius: 70px;
  background-color: rgba(0, 63, 32, 0.2);
}

#top_contents {
  background-color: #fff;
  padding: 30px 0 10px 0;
}

/* バナー */
.top_banner_small {
  text-align: center;
  max-width: 350px;
  margin: 0 auto 20px;
}

.top_banner_small img {
  width: 100%;
}

.top_banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 10px;
  max-width: 1500px;
}

.top_banners a {
  margin: 6px;
  display: block;
}

.top_banners img {
  width: 100%;
  max-width: 488px;
}

.top_banners.small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1200px;
  margin: 0 auto 10px;
}

.top_banners.small img {
  width: 100%;
  max-width: 388px;
}

.top_banners_text {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-top: 50px;
  padding-bottom: 10px;
  color: #003962;
  line-height: 1.8;
}
.top_banners_text span {
  display: inline-block;
}

@media screen and (max-width: 840px) {
  /* タブレット */
  .top_banners p {
    width: 45%;
  }
  .top_banners.small p {
    width: 40%;
  }
}
@media screen and (max-width: 559px) {
  /* スマホ */
  .top_banners {
    display: block;
  }
  .top_banners p {
    width: 100%;
    margin-bottom: 10px;
  }
  .top_banners_text {
    font-size: 15px;
  }
  .top_banners.small {
    display: block;
    text-align: center;
  }
  .top_banners.small p {
    width: 95%;
    margin: 0 auto 10px;
  }
}
/* 魅力 */
#top_miryoku {
  max-width: 1100px;
  margin: 40px auto 0;
  text-align: center;
  border-top: dotted 3px #b79600;
  padding: 50px 0 0;
}

#top_miryoku h2 {
  font-size: 30px;
  display: inline-block;
  padding: 40px 40px 40px 70px;
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 64px 54px;
}

#top_miryoku .flexbox {
  margin-top: 20px;
}

#top_miryoku .flexbox h3 {
  font-size: 24px;
  display: block;
  padding: 15px 0px 15px 0px;
  border-top: 2px solid #b79600;
  border-bottom: 2px solid #b79600;
  max-width: 600px;
  margin: 0 auto;
}

#top_miryoku .flexbox div p.txt {
  font-size: 18px;
  line-height: 1.6;
  padding: 20px 0 20px 0;
  text-align: center;
}

#top_miryoku .flexbox div p.link a {
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#top_miryoku .flexbox div p.link a:hover {
  color: #b79600;
  text-decoration: underline;
}

/* リンク */
.top_planlink {
  padding: 0 0 20px;
}

.top_planlink li a {
  display: block;
  padding: 12px 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top_planlink li.planlink1 a {
  background-color: #d2b954;
}

.top_planlink li.planlink2 a {
  background-color: #c79600;
}

.top_planlink li.planlink3 a {
  background-color: #003d75;
}

.top_planlink li.planlink4 a {
  background-color: #006933;
}

.top_planlink li a:hover {
  opacity: 0.8;
}

/* 写真 */
.photoblock {
  max-width: 1156px;
  margin: 0 auto 80px;
}

.photoblock a:hover {
  opacity: 0.9;
}

.photoblock .large {
  display: block;
  width: 100%;
  height: 670px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.photoblock .small {
  display: block;
  float: left;
  width: 50%;
  height: 350px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.photoblock .large p {
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  padding: 50px 0 0 0;
  text-shadow: 2px 2px 3px #000000, 0px 0px 2px rgba(0, 0, 0, 0.5);
}

.photoblock .small p {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 30px 0 0 0;
  text-shadow: 2px 2px 3px #000000, 0px 0px 2px rgba(0, 0, 0, 0.5);
}

.summer_pb #blk1.photoblock .large {
  background-image: url(../img/photo_g001.jpg);
}

.summer_pb #blk1.photoblock .small:nth-child(2) {
  background-image: url(../img/photo_g002.jpg);
}

.summer_pb #blk1.photoblock .small:nth-child(3) {
  background-image: url(../img/photo_g003.jpg);
}

.summer_pb #blk2.photoblock .large {
  background-image: url(../img/photo_g004.jpg);
}

.summer_pb #blk2.photoblock .small:nth-child(2) {
  background-image: url(../img/photo_g005.jpg);
}

.summer_pb #blk2.photoblock .small:nth-child(3) {
  background-image: url(../img/photo_g006.jpg);
}

.summer_pb #blk3.photoblock .large {
  background-image: url(../img/photo_g007.jpg);
}

.summer_pb #blk3.photoblock .small:nth-child(2) {
  background-image: url(../img/photo_g008.jpg);
}

.summer_pb #blk3.photoblock .small:nth-child(3) {
  background-image: url(../img/photo_g009.jpg);
}

.summer_pb #blk4.photoblock .large {
  background-image: url(../img/photo_g010.jpg);
}

.summer_pb #blk4.photoblock .small:nth-child(2) {
  background-image: url(../img/photo_g011.jpg);
}

.summer_pb #blk4.photoblock .small:nth-child(3) {
  background-image: url(../img/photo_g012.jpg);
}

.winter_pb #blk1.photoblock .large {
  background-image: url(../img/photo_w001.jpg);
}

.winter_pb #blk1.photoblock .small:nth-child(2) {
  background-image: url(../img/photo_w002.jpg);
}

.winter_pb #blk1.photoblock .small:nth-child(3) {
  background-image: url(../img/photo_w003.jpg);
}

.winter_pb #blk2.photoblock .large {
  background-image: url(../img/photo_w004.jpg);
}

.winter_pb #blk2.photoblock .small:nth-child(2) {
  background-image: url(../img/photo_w005.jpg);
}

.winter_pb #blk2.photoblock .small:nth-child(3) {
  background-image: url(../img/photo_w006.jpg);
}

.winter_pb #blk3.photoblock .large {
  background-image: url(../img/photo_w007.jpg);
}

.winter_pb #blk3.photoblock .small:nth-child(2) {
  background-image: url(../img/photo_w008.jpg);
}

.winter_pb #blk3.photoblock .small:nth-child(3) {
  background-image: url(../img/photo_w009.jpg);
}

.winter_pb #blk4.photoblock .large {
  background-image: url(../img/photo_w010.jpg);
}

.winter_pb #blk4.photoblock .small:nth-child(2) {
  background-image: url(../img/photo_w011.jpg);
}

.winter_pb #blk4.photoblock .small:nth-child(3) {
  background-image: url(../img/photo_w012.jpg);
}

.photoblock div a {
  display: block;
}

.photoblock p {
  position: relative;
}

.photoblock p span {
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.photoblock p:nth-child(1) span {
  width: 500px;
  height: 100px;
}

.photoblock p:nth-child(2) {
  float: left;
  width: 50%;
}

.photoblock p:nth-child(3) {
  float: left;
  width: 50%;
}

.photoblock p img {
  width: 100%;
}

.photoblock span.linktxt {
  color: #fff;
  font-size: 12px;
  display: block;
  padding: 10px 0 10px 10px;
  text-shadow: 1px 1px 2px #000000, 0px 0px 2px rgba(0, 0, 0, 0.5);
}

/* SNS */
.sns_menuset ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}

.sns_menuset ul li {
  padding: 15px;
}

.sns_menuset ul li a img {
  width: 60px;
}

@media screen and (max-width: 480px) {
  .sns_menuset ul li {
    padding: 15px 0px;
  }
  .sns_menuset ul li a img {
    width: 50px;
    height: auto;
  }
}
@media screen and (max-width: 375px) {
  .sns_menuset ul li a img {
    width: 45px;
  }
}
@media screen and (max-width: 340px) {
  .sns_menuset ul li a img {
    width: 40px;
  }
}
.sns_set {
  font-size: 18px;
  color: #000;
  line-height: 1.8;
  text-align: center;
  padding: 30px 20px;
}

.sns_set ul {
  display: inline-block;
}

.sns_set ul li {
  display: inline-block;
  padding: 30px 5px 20px 5px;
}

.sns_set ul li img {
  width: 60px;
  height: 60px;
  border-radius: 6px;
}

.sns_set ul li.okushiganow img {
  width: auto;
  height: 60px;
}

.sns_set.first {
  padding: 0 20px;
}

.bnr_winter {
  text-align: center;
  padding-bottom: 30px;
}

.bnr_winter img {
  max-width: 90%;
  text-align: center;
}

.bnr_now img {
  width: 187px;
  border: solid 1px #ddc14e;
}

#topbnr {
  width: 975px;
  padding: 30px 0 40px 0;
  margin: 0 auto 0 auto;
  text-align: center;
}

#topbnr ul {
  display: inline-block;
}

#topbnr li {
  float: left;
  margin: 0 4px;
  width: 187px;
  overflow: hidden;
}

#topbnr li img {
  width: 185px;
  border: solid 1px #ddc14e;
}

#info_ttl {
  font-size: 20px;
  letter-spacing: 1px;
  padding: 70px 0 10px 0;
  color: #00833d;
  text-align: center;
}

#info_ttl span#info_ttl2 {
  color: #565656;
  padding-left: 14px;
}

.info_ttl {
  font-size: 20px;
  letter-spacing: 1px;
  padding: 70px 0 10px 0;
  color: #00833d;
  text-align: center;
}

.info_ttl span#info_ttl2 {
  color: #565656;
  padding-left: 14px;
}

.info_title {
  font-size: 20px;
  letter-spacing: 1px;
  padding: 0px 0 10px 0;
  color: #00833d;
  text-align: center;
}

#info_block {
  border-top: solid 1px #449966;
  border-bottom: solid 1px #449966;
  padding: 20px 180px 30px 180px;
  margin: 0 0 50px 0;
}

#info_block p {
  font-size: 13px;
  line-height: 1.6;
}

.bnr_jiden {
  margin: 0 10px 30px 10px;
  text-align: center;
}

.bnr_jiden img {
  width: 100%;
  max-width: 356px;
}

#zagatpage {
  margin: 0 0 40px 0;
  text-align: center;
}

#choice {
  text-align: center;
  margin: 0 0 20px 0;
}

#choice a img {
  border: solid 1px #eee;
}

.cox {
  margin: 20px auto;
  width: 170px;
}

#tripadvisor {
  margin: 0 auto 60px auto;
  width: 110px;
  border: solid 1px #eee;
}

#hotel_info_r {
  margin: 0 auto 10px auto;
  width: 150px;
}

.top_award_bnr {
  text-align: center;
  padding: 10px 0 30px 0;
}

.top_award_bnr a {
  margin: 0 5px;
}

/* -- Whats new -- */
#topinfo {
  line-height: 1.6;
}

#topinfo a {
  color: #aa6600;
  text-decoration: none;
  outline: none;
}

#topinfo a:hover {
  color: #cc5500;
  text-decoration: underline;
}

#topinfo hr {
  margin: 1em 0 0 0;
  border: 0;
  background: #999;
}

#topinfo .kottl {
  padding: 0 0 5px 0;
}

#topinfo li.icon_event {
  padding: 2px 0 2px 45px;
  background: url(../wp/img/icon1.png) 0 center no-repeat;
  background-size: 40px 16px;
}

#topinfo li.icon_service {
  padding: 2px 0 2px 45px;
  background: url(../wp/img/icon2.png) 0 center no-repeat;
  background-size: 40px 16px;
}

#topinfo li.icon_news {
  padding: 2px 0 2px 45px;
  background: url(../wp/img/icon3.png) 0 center no-repeat;
  background-size: 40px 16px;
}

#topinfo li.icon_plan {
  padding: 2px 0 2px 45px;
  background: url(../wp/img/icon4.png) 0 center no-repeat;
  background-size: 40px 16px;
}

#bnrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 80px;
}

/* -------------------------------------------------

レスポンシブ設定

----------------------------------------------------- */
@media screen and (max-width: 1156px) {
  /* タブレット */
  .photoblock .large {
    height: 60vw;
  }
  .photoblock .small {
    height: 30vw;
  }
}
@media screen and (max-width: 800px) {
  /* タブレット */
  #head_area_inner {
    height: calc(100vh - 140px);
  }
  #head_area_inner h1#midashi1 {
    font-size: 40px;
    padding: 30px 0 20px 0;
  }
  #head_area_inner p#midashi2 {
    font-size: 17px;
  }
  /* 魅力 */
  #top_miryoku .flexbox div p.txt {
    font-size: 18px;
    padding: 20px;
    text-align: left;
  }
  /* リンク */
  .top_planlink li a {
    font-size: 16px;
  }
  /* 写真 */
  .photoblock .large p {
    font-size: 30px;
  }
  .photoblock .small p {
    font-size: 16px;
  }
  #topbnr {
    width: 96%;
    margin: 10px auto;
  }
  #topbnr li {
    float: left;
    margin: 0 0 7px 0;
    width: 33.3%;
    text-align: center;
    overflow: hidden;
  }
  #topbnr li img {
    width: 96%;
    margin: 0 auto;
    border: solid 2px #ddc14e;
  }
  #info_ttl {
    font-size: 17px;
    letter-spacing: 0px;
    padding: 50px 0 10px 0;
    color: #00833d;
  }
  #info_ttl span#info_ttl2 {
    color: #565656;
    padding-left: 10px;
  }
  #info_block {
    border-top: solid 1px #00633d;
    padding: 20px 15px 20px 15px;
  }
  #info_block p {
    font-size: 13px;
    line-height: 1.6;
  }
  #bnrs {
    width: 100%;
    padding: 0 0 60px 0;
    display: block;
  }
  #zagatpage {
    float: none;
    text-align: center;
    margin: 0 0 20px 0;
  }
  #zagatpage img {
    width: 96%;
    max-width: 355px;
  }
  #tripadvisor {
    float: none;
    width: 130px;
    margin: 0 auto 20px auto;
  }
  #hotel_info_r {
    float: none;
    width: 172px;
    margin: 0 auto;
  }
  #info_block p {
    font-size: 15px;
    line-height: 1.6;
  }
  .sns_set br.pc {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  /* スマホ */
  .sp_only {
    display: inherit;
  }
  #head_area_inner h1#midashi1 {
    font-size: 30px;
    letter-spacing: 0;
    padding: 20px 0 20px 0;
  }
  #head_area_inner p#midashi2 {
    font-size: 15px;
    line-height: 1.4;
    text-align: left;
    padding: 0px 20px 0px 20px;
  }
  /* 魅力 */
  #top_miryoku {
    padding: 0;
  }
  #top_miryoku h2 {
    font-size: 19px;
    line-height: 1.4;
    padding: 40px 20px 40px 90px;
    background-position: 15px center;
    text-align: left;
  }
  #top_miryoku .flexbox {
    margin-top: 0px;
  }
  #top_miryoku .flexbox h3 {
    font-size: 17px;
    display: block;
    text-align: left;
    padding: 15px 0px 15px 10px;
    margin: 0 10px;
  }
  #top_miryoku .flexbox div p.txt {
    font-size: 14px;
    line-height: 1.6;
    padding: 20px;
    text-align: left;
  }
  #top_miryoku .flexbox div p.txt.mincho {
    font-family: Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
  }
  /* リンク */
  .top_planlink li a {
    line-height: 1.5;
    padding: 12px 20px;
    width: auto;
    font-family: Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
  }
  /* 写真 */
  .photoblock {
    margin: 0 auto 50px;
  }
  #blk4.photoblock {
    margin: 0 auto 20px;
  }
  .photoblock .small {
    width: 100%;
    height: 60vw;
  }
  .photoblock .large p {
    font-size: 15px;
    line-height: 1.3;
    padding: 18px 20px 0 20px;
  }
  .photoblock .small p {
    font-size: 15px;
    line-height: 1.3;
    padding: 18px 20px 0 20px;
  }
  #topbnr {
    padding: 30px 0 20px 0;
  }
  #topbnr li {
    width: 50%;
  }
  #topbnr li img {
    width: 92%;
    margin: 0 auto;
    border: solid 2px #ddc14e;
  }
  #topbnr li:last-child {
    width: 50%;
    float: none;
    margin: 0 auto;
  }
  .sns_set {
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    padding: 30px 20px 16px 20px;
  }
  .sns_set p.font_min {
    font-size: 14px;
    font-family: Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
  }
  .sns_set ul li {
    padding: 20px 5px 20px 5px;
  }
  .sns_set.first {
    padding: 20px 10px 12px 10px;
  }
  .sns_set.first ul li {
    padding: 0px 5px 0px 0;
  }
  .sns_set.first ul li img {
    width: auto;
    height: 60px;
    border-radius: 3px;
  }
  .sns_set.first ul li.okushiganow {
    padding: 0px 0px 0px 10px;
  }
  .sns_set.first ul li.okushiganow img {
    width: auto;
    height: 54px;
  }
  .top_award_bnr {
    height: 80px;
    padding: 10px 0 10px 0;
  }
  .top_award_bnr img {
    height: 80px;
  }
  .top_banner_small img {
    width: 70%;
  }
}
/* 露天風呂バナー追加 */
#bnr_roten {
  text-align: center;
  padding: 20px 20px 20px 20px;
}

#bnr_roten img {
  max-width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#bnr_roten img:hover {
  opacity: 0.7;
}

/* 春の過ごし方 */
#bnr_sugoshikata {
  text-align: center;
  padding: 0px 20px 10px 20px;
}

#bnr_sugoshikata img {
  max-width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#bnr_sugoshikata img:hover {
  opacity: 0.7;
}

/* 森林ヨガ＆露天風呂バナー */
.topbnrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: 0 auto;
  max-width: 1500px;
}

.topbnrs p {
  padding: 3px;
}

.topbnrs p img {
  max-width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.topbnrs p img:hover {
  opacity: 0.7;
}

@media screen and (max-width: 800px) {
  .topbnrs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .topbnrs p {
    width: 48%;
    padding: 1%;
  }
}
@media screen and (max-width: 480px) {
  /* スマホ */
  .topbnrs {
    display: block;
  }
  .topbnrs p {
    width: 100%;
    padding: 5px;
  }
}
/* お知らせスライダー */
.infoarea {
  border-top: solid 1px #449966;
  margin: 0 auto 50px;
  padding-top: 20px;
  max-width: 1600px;
}

/* お知らせスライダー */
.infoarea2 {
  border-top: solid 1px #449966;
  margin: 0 auto;
  padding-top: 20px;
  max-width: 1600px;
}

.infoblockSlider {
  padding: 20px 30px 70px 30px;
}

.infoblockSlider .slider {
  width: 98%;
  margin: 0 auto;
}

.infoblockSlider .slider img {
  width: 100%;
  height: auto;
}

.infoblockSlider .slider {
  opacity: 0;
}

.infoblockSlider .slider.slick-initialized {
  opacity: 1;
}

.infoblockSlider .slider li.blk {
  margin: 0 6px;
  position: relative;
  border: solid 1px #ccc;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.infoblockSlider .slider li.blk:hover {
  border: solid 1px #000;
  opacity: 0.8;
}

.infoblockSlider .slider li.blk a {
  display: block;
  max-width: 480px;
  overflow: hidden;
  margin: 0 auto;
}

.infoblockSlider .slider li.blk p.infophoto {
  display: block;
  width: 100%;
  height: 240px;
  overflow: hidden;
  margin: 0 auto;
}

.infoblockSlider .slider li.blk p.infotext {
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
  color: #000;
  background-color: #fff;
}

.infoblockSlider .slider li.blk p.infotext span {
  display: block;
  padding: 10px 20px;
  min-height: 7em;
}

.infoblockSlider .slider li.blk p.infotext em {
  font-style: normal;
  font-size: 13px;
  font-weight: normal;
}

.infoblockSlider .slider .slick-prev,
.infoblockSlider .slider .slick-next {
  display: block;
  margin-top: -40px;
  width: 40px;
  height: 80px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  z-index: 100;
  opacity: 0.3;
  -ms-filter: "alpha( opacity=30 )";
  filter: alpha(opacity=30);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.infoblockSlider .slider .slick-prev {
  left: -40px;
  background: url(/module/slick/slide_prev.png) 0 0 no-repeat;
}

.infoblockSlider .slider .slick-next {
  right: -40px;
  background: url(/module/slick/slide_next.png) 0 0 no-repeat;
}

.infoblockSlider .slider .slick-prev:hover,
.infoblockSlider .slider .slick-next:hover {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 1;
  -ms-filter: "alpha( opacity=100 )";
  filter: alpha(opacity=100);
}

@media screen and (max-width: 800px) {
  .infoblockSlider .slider {
    width: 96%;
  }
}
@media screen and (max-width: 600px) {
  .infoblockSlider .slider {
    width: 94%;
  }
  .infoblockSlider .slider {
    text-align: center;
  }
  .infoblockSlider .slider {
    opacity: 1;
  }
}
/* 紹介動画ボタン */
.btn_go_movie {
  padding: 0 0 60px 0;
}

.btn_go_movie a {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.btn_go_movie a img {
  max-width: 90%;
}

.btn_go_movie a:hover {
  opacity: 0.5;
}

.movie_btn {
  margin: 0 auto 30px;
  text-align: center;
  max-width: 1156px;
  height: 560px;
  width: 100%;
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.movie_btn a .movie_btn_bg {
  width: 100%;
  margin: 0 auto;
  display: block;
  background-image: url(../img/movie_btn_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  max-width: 1156px;
  height: 560px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
}

.movie_btn a:hover .movie_btn_bg {
  opacity: 0.5;
  background-size: 107% 107%;
}

.movie_btn a .movie_btn_bg2 {
  width: 100%;
  margin: 0 auto;
  display: block;
  background-image: url(../img/movie_btn_bg2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  max-width: 1156px;
  height: 560px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
}

.movie_btn a:hover .movie_btn_bg2 {
  opacity: 0.5;
  background-size: 107% 107%;
}

.movie_btn a .text {
  font-size: 16px;
  text-align: center;
  width: 100%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -40px 0 0 0;
  z-index: 120;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.movie_btn a:hover .text {
  opacity: 1;
  margin: -80px 0 0 0;
}

.movie_btn a img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  z-index: 100;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.movie_btn a:hover img {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

@media screen and (max-width: 1156px) {
  .movie_btn a .movie_btn_bg {
    background-size: cover;
  }
  .movie_btn a .movie_btn_bg2 {
    background-size: cover;
  }
}
@media screen and (max-width: 800px) {
  .movie_btn {
    margin: 0 auto 60px;
    width: 90%;
    height: 280px;
  }
  .movie_btn a .movie_btn_bg {
    background-size: cover;
    height: 280px;
  }
  .movie_btn a:hover .movie_btn_bg {
    background-size: cover;
  }
  .movie_btn a .movie_btn_bg2 {
    background-size: cover;
    height: 280px;
  }
  .movie_btn a:hover .movie_btn_bg2 {
    background-size: cover;
  }
  .movie_btn a:hover .text {
    margin: -55px 0 0 0;
  }
  .movie_btn a img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .movie_btn a:hover img {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
@media screen and (max-width: 600px) {
  .movie_btn {
    height: 200px;
  }
  .movie_btn a .movie_btn_bg {
    height: 200px;
  }
  .movie_btn a .movie_btn_bg2 {
    height: 200px;
  }
}
/* 過去の過ごし方ページリンク */
.greenline {
  display: block;
  width: 98%;
  height: 2px;
  background-color: #2bac39;
  border: 0;
  max-width: 1000px;
}

@media screen and (max-width: 1000px) {
  .greenline {
    width: auto;
    margin: 0 15px;
  }
}
.sugoshikata_area {
  text-align: center;
  padding: 0 20px;
}

.sugoshikata_area .mt {
  font-size: 37px;
  line-height: 1.4;
  padding: 50px 0 20px;
}

.sugoshikata_area .mt2 {
  font-size: 23px;
  line-height: 1.4;
  padding: 40px 0;
}

.sugoshikata_area .fb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
}

.sugoshikata_area .fb a {
  padding: 10px;
}

.sugoshikata_area .fb a img {
  max-width: 100%;
}

@media screen and (max-width: 600px) {
  .sugoshikata_area .mt {
    font-size: 24px;
    padding: 40px 0 20px;
  }
  .sugoshikata_area .mt2 {
    font-size: 20px;
    padding: 20px 0 40px 0;
  }
  .sugoshikata_area .fb {
    display: block;
  }
  .sugoshikata_area .fb a {
    display: block;
    padding: 0 0 10px;
  }
}
.okushiga_navi {
  text-align: center;
  padding: 10px 15px 50px;
}
.okushiga_navi a {
  width: 70%;
  max-width: 325px;
  display: block;
  margin: 0 auto;
  border: solid 1px #ccc;
}
.okushiga_navi a img {
  width: 100%;
}
.okushiga_navi .okushiga_navi_text {
  padding-top: min(5vw, 20px);
  font-size: min(5.6vw, 18px);
  line-height: 1.7;
  font-weight: 400;
}
.okushiga_navi .okushiga_navi_text span {
  display: inline-block;
}