@charset "utf-8";

@media screen and (max-width:1140px){

  html {
    font-size: 80%;
  }

  .zoom_box01, .zoom_box02 {
    margin: 10rem auto;
  }

  .list {
    width: 90%;
  }

  .t_w_map img {
    max-width: 950px;
}

.rv_top {
  width: 95%;
}

.t_explanation {
  width: 50%;
  margin-right: 3rem;
}

.rv_img{
  width: 50%;
}

.rv_img img {
  width: 100%;
}

.sauna_img img {
  width: 100%;
}

.sauna_top .t_explanation {
  margin-left: 5rem;
}

.sauna_bottom img {
  width: 100%;
}

.cahrge_box {
  width: 95%;
}

.stay_top_container {
  width: 95%;
}

.stay_top_right img {
  width: 495px;
}

.reception-shop img {
  width: 100%;
}


}

@media screen and (max-width:1000px){

  .t_w_header .pc_h_nav,.t_w_header .t_w_top,.top_header,#fixed-header,.has-child {
    display: none;
  }

  .t_w_header .header_logo img {
    top: 0.8rem;
  }

  

  .respo_header {
    display: flex;
    background-color: #ffffff;
    position: relative;
    height: 7rem;
    position: fixed;
    width: 100%;
    z-index: 99;
    justify-content: center;
    align-items: center
  }

  .r_header_rsv {
    position: absolute;
    right: 10px;
  }

  .respo_header .button {
    color: #fff;
    border: #000 1px solid;
    background-color: #000;
  }

  .respo_header .header_logo img {
    width: 5rem;
  }

  .menu-btn {
    position: fixed;
    top: 10px;
    left: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 30px;
    border-radius: 3px;
    background-color: #000;
    position: absolute;
    transition: 250ms;
}
.menu-btn span:before {
    bottom: 10px;
}
.menu-btn span:after {
    top: 10px;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 100%;
  left: 0;
  z-index: 80;
  background-color: #f3efe8;
  text-align: center;
  transition: all 0.5s;
  opacity: 0;
  overflow-y: scroll;
}

#menu-btn-check:checked ~ .menu-content {
  bottom: -90px;
  opacity: 1;
}




.menu-content ul {
  padding: 70px 10px 0;
}
.menu-content ul li {
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 2rem;
  box-sizing: border-box;
  text-decoration: none;
  padding: 2rem 0;
  position: relative;
  color: #000;
}

.menu-content p {
  font-size: 10px;
  margin-top: 8rem;
}

.t_respo_ul {
  background-color: #2d9e90;
  padding: 4rem 0;
}

.w_respo_ul {
  background-color: #0085b4;
}

.t_respo_ul h2 {
  border-bottom: #fff 2px solid;
  width: 30rem;
  margin: 0 auto;
}

.t_respo_ul h2 img {
  width: 20rem;
  padding-bottom: 3rem;
}

.t_respo_ul ul,.t_s_respo_ul ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: space-around;
  width: 35rem;
  height: 30rem;
  margin: 0 auto;
}

.t_respo_ul ul li a {
  color: #fff;
}

.t_s_respo_ul {
  background-color: #f3efe8;
  padding-bottom: 10rem;
}

.t_s_respo_ul p {
  margin: 0 auto;
}



.slick-prev01, .slick-next01{
  top:25%;
  height: 50px;
  width: 50px;
}

.zoom_box01, .zoom_box02 {
  width: 400px;
  height: 400px;
  margin: 7rem auto;
}

.two_facilities01 div, .two_facilities02 div {
  bottom: 30%;
}


.access iframe {
  width: 450px;
}

.reception-shop img {
  width: 100%;
}

.explanation_p {
  width: 90%;
}

.list {
  width: 90%;
}

.contact_form {
  width: 70%;
}

.boxshop_media {
  display: flex;
  flex-direction: column;
  height: auto;
  width: 400px;
}

.left_shop {
  grid-row: 1/2;
  grid-column: 1/2;
  justify-self: center; /* 中央に配置 */
  margin-right: 0; /* 余白を削除 */
}

.left_shop02 {
  grid-row: 2/3;
  grid-column: 1/2;
  justify-self: center; /* 中央に配置 */
  margin-right: 0; /* 余白を削除 */
}

.right_shop {
  grid-row: 3/4;
  grid-column: 1/2;
  justify-self: center; /* 中央に配置 */
}
.left {
  margin-bottom: 1rem;
}

.left img {
  width: 100%;
}

.boxshop_media img {
  width: 100%;
  height: 100%;
}


.x_scroll {
  overflow-x: scroll;
}

.rv_top,.sauna_box  {
  flex-direction: column-reverse
}

.rv_img,.sauna_img {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.rv_img img {
  margin: 0 auto;
}

.t_explanation h2 {
  margin-top: 1rem;
}

.sauna_bottom img {
  width: 100%;
}

.sauna_top .t_explanation {
  margin-left: 0;
}


.cahrge_box {
  width: 95%;
}

.pc_footer {
  display: none;
}

.respo_footer {
  text-align: center;
  padding: 3rem 0;
  display: block;
}

.respo_footer img {
  width: 7rem;
  margin: 0 auto 5rem;
}

.respo_footer .button {
  display: block;
  margin: 0 auto;
}

.respo_footer .f_address {
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem 0 0;
  height: 10rem;
}

.respo_footer .f_address p {
  margin: 0 auto;
}

.respo_footer a.sti{/*AE追加*/
    display: block;
    margin-top:2em;
    font-size:12px;
    color:#fff;
    text-decoration: underline;
    }

.t_facilities .t_img_bottom {
  width: 95%;
}

.t_w_slider_box {
  width: 95%
}

.t_facilities .t_img_bottom img {
  width: 50%;
}

.stay_top_container {
  width: auto;
  flex-direction: column-reverse;
  align-items: center;
}

.stay_top_right img {
  width: auto;
  height: 550px
}

.stay_top .t_explanation {
  margin: 0 auto;
  text-align: center;
}

.t_explanation h2 {
  text-align: center;
  margin-top: 3rem;
}

.stay_top_img {
  text-align: center;
}

.kitchen_top .t_explanation {
  text-align: center;
  width: 90%;
}

.kitchen_top .t_explanation, .kitchen_top .sauna_img {
  width: 95%;
  text-align: center;
}


.w_lower_explanation {
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  padding: 7rem 0;
}

.w_lower_explanation_container {
  flex-direction: column;
  width: auto;
}

.w_lower_explanation_p h2,.w_lower_explanation_p p {
  text-align: center;
}

.w_lower_explanation_img {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 3rem auto;
}

.w_lower_explanation_img img {
  width: 100%;
  height: 100%;

}

.left {
  margin: 0 auto;
}

.shop_h {
  margin-bottom: 3rem;
}

/*AE追加*/
/*アクセス*/
    section.access iframe{
        width:90%;
    }
    .map-box{
        width:90%;
    }
    .map-box img{
        width:100%;
    }
    section.route{
        width:100%;
    }
    section.route ol li{
        flex-flow: column-reverse;
        width:80%;
        margin:auto;
    }
    section.route ol li div {
        width:100%;
    }
    section.route ol li div p{
        text-align: center;
    }
    section.route ol li div img{
        width:100%;
        max-width:500px;
        margin:0 auto 1em;
        display: block;
    }
    br.pc{
        display: none;
    }
/*お問い合わせ*/
    .contact_sec p{
        width:90vw;
        margin:auto;
        text-align: left;
    }
/*お知らせ*/
    .news-list {
        width: 90vw;
    }
    .news-article {
        width: 90vw;
    }
    .news-article h3 {
        flex-flow: column;
    }
    
    
}






@media screen and (max-width:850px){

  .zoom_box01, .zoom_box02 {
    width: 300px;
    height: 300px;
    margin: 7rem auto;
}

.infiniti {
  padding: 7rem 0;
  height: 50rem;
}

.infiniti p {
  font-weight: 400;
  line-height: 1.9rem;
}

}

@media screen and (max-width:767px){

  .area_list li {
    flex-direction: column;
    height: 200px;
    align-items: center;
    justify-content: space-between;
  }

  .area_list h3 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }

  .area_list p {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0%;
    margin: 0 auto;
    text-align: center;
}

}

@media screen and (max-width:650px){

  .zoom_box01, .zoom_box02 {
    width: 250px;
    height: 250px;
    margin: 7rem auto;
}
}

@media screen and (max-width:500px){
    
    .lower_sectop{/*AE追加*/
        padding-top:10rem;
    }
    .t_explanation .button{/*AE追加*/
        display: block;
        margin:2rem auto;
    }

  .t_respo_ul ul, .t_s_respo_ul ul {
    width: auto;
  }

  .respo_header .button{
    padding: 0.7rem 2rem;
  }

  .top_hero {
    flex-direction: column;
  }


  .hero_slider {
    width: 100%;
    height: 50%;
}


.heroimg01,.heroimg02,.heroimg03,.heroimg04,.heroimg05,.heroimg06 {
  object-fit: cover;
}

.two_facilities {
  flex-direction: column;
  padding: 5rem 0;
}

.zoom_box01,.zoom_box02 {
  margin: 2rem auto;
}

.infiniti {
  padding: 10rem 0;
}
    
.cahrge_box dl{
    width:55%;
 }

.access iframe {
  width: 95%;
}

.infiniti {
  height: auto;
}

.contact_form {
  width: 90%;
}

.t_respo_ul ul,.t_s_respo_ul ul {
  height: auto;
}

.boxshop_media img {
  width: 100%;
}

.cahrge_box {
  flex-direction: column;
  align-items: center;
}

.cahrge_box h3 {
  margin-bottom: 2rem;
}

.sauna_top .t_explanation,.t_explanation {
  margin: 0 auto;
  width: 90%;
}

.stay_top_img img {
  width: 100%;
}

.sauna_img img {
  width: 100%;
}

.stay_top_right img {
  width: 100%;
}

.boxshop_media {
  width: 90%;
  margin: 0 auto;
}

.rv_img img {
  margin: 0 auto;
  width: 100%;
}

.sauna_top .t_explanation {
  margin:0 auto;
  width: 95%;
}

/*AE追加*/
/*特定商取引法に基づく表記（ご宿泊予約）*/
    section.sti h2{
        font-size:18px;
    }
    table.sti{
        max-width:90vw;
    }
    table.sti th{
        width:6em;
    }
/*アクセス*/
    .map-box{
        width:90%;
        overflow-x:scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .map-box::-webkit-scrollbar{
        display: none;
    }
    .map-box img{
        width:800px;
    }
    .map-sp{
        display: block;
    }
/*サンクス*/
    section.thx p{
        width:80vw;
        margin:auto;
        text-align: left;
    }


}