/* style_sp.css */
/* モバイル対応 */

@media screen and (max-width: 768px) {
.section {
    padding: 30px 0;
}
.pc{
    display: none!important;
}
.sp{
    display: block!important;
}
.site-header{
    padding:10px 20px;
}
  .main-nav {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
  }

  .main-nav.open {
    display: block;
  }

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

  .main-nav .nav-list li a {
    font-size: 0.8rem;
  }
.lang
 {
    padding: 0;
    gap: 0;
    width: 60px;
    height: 40px;

    border-radius: 0;
}
.cta-buttons{
  display: block;
}

.header-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    width:100%;
    text-align: center;
  }

  .logo {
    order: 1;
    flex: 1;
    line-height:1;
  }

  .cta-buttons {
    order: 2;
    display: flex;
    gap: 10px;
    flex: 1;
    justify-content: center;
    margin: 10px 0;
  }



  .main-nav.open {
    display: block;
  }

  .nav-list {
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin: 0;
    list-style: none;
    gap: 10px;
    text-align: center;
  }
.quest {
    width:90px;
}
.reservation{
    width:90px;
}

/*hero*/
.hero {
    height:50vw;
}
.section-title span {
  display: block;
  margin-top:10px;
}
.about-wide{
  background-image: none;
}
.about-img{
  background-image:  url(../images/nature.jpg);
  background-position: right bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  padding:100px 0;
}
/*map*/
.slider-area {
 
}

.slide-container {
    padding: 0 0 0 10px;
}
  .slide-thumb {
    width: 50%;
    height: auto;
  }

  .map-slider-wrap {
    display: flex
;
    gap: 20px;
    flex-direction: column
}

.map-area{
  width:100%;
}
.slider-area{
  width:100%;
}



.btn,
a.btn,
button.btn {
  width:90%;
  min-width: unset;
  padding: 1rem 1rem;
  font-size: 1.2rem;
}

#footer {
        margin-top: 40px;
        padding: 20px 0px;
    }
#footer .footer_contact .name {
        font-size: 1rem;
        padding: 0px 10px;
    }
#footer .footer_bottom .txt {
        font-size: 0.7rem;
        letter-spacing: 0.2em;
        padding: 0px 0px 5px;
    }
}