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

@media screen and (max-width: 1200px) {
.slider-area {
    margin-top: -100px;
    margin-left: 30px;
}

}

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

.pc{
    display: none!important;
}
.sp{
    display: block!important;
}
.site-header{
    padding:10px 20px;
}
  .main-nav {
    display: none;
    background: #fff;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    padding: 10px 0;
    border-top: 1px solid #ddd;
  }

  .hamburger {
  position: relative;
  width: 30px;
  height: 20px;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 1000;
}
.hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: white;
  border-radius: 2px;
  transition: 0.4s;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 8px;
}
.hamburger span:nth-child(3) {
  top: 16px;
}

/* クリック時（バツになる） */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 8px;
}

  .cta-buttons a{
    text-decoration: none;
  }
  .main-nav.open {
    display: block;
  }

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

  .hamburger {
    display: flex;
  }
.main-nav .nav-list {
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 50px;
    background-color:#efeeee;
}
.cta-buttons{
  display: block;
}

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

  .logo {
    order: 1;
    flex: 1;
  }

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

  .hamburger {
    order: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 18px;
    background: none;
    border: none;
    cursor: pointer;
    margin-left: 15px;
  }

  .hamburger span {
    height: 3px;
    background: #333;
    border-radius: 2px;
  }

  .main-nav {
    display: none;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ccc;
  }

  .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-img{
  height: 150vw;
}

.tlogo {
    top: 100vw;
    left: 40px;
}
.routen {
    height: 15vw;
}
.route16 {
    height: 10vw;
    display: block;
}
/*map*/
.slider-area {
    margin-top: 0px;
    margin-left: 30px;
}

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

  .hotel-card {
    flex-direction: column;
  }

  .hotel-head {
    order: 1;
  }

  .hotel-img {
    order: 2;
    width: 100%;
    border-radius: 8px;
  }

  .hotel-body {
    order: 3;
    padding-bottom: 10px;
  }
.hotelgallery .thumbnails {
  margin-bottom: 10px;
}

/*** gallaly ***/

.row {
   gap: 0;
}
.column {
  width: 25%;
  font-size: 0.5rem;
}
.parallax-section {
    height: 200vh;
    padding-top:100vh;
    padding-bottom:0;
}
/*bike*/
.top-row .bike-item {
    flex: 1 1 calc(100% - 40px);
}
.bottom-row .bike-item {
    flex: 1 1 calc(100% - 40px);
}
.bike-item img {
    max-width: unset;
    width: 100%;
}
/*about*/
.aboutnikko-row .column-left-wrapper, .aboutnikko-row .column-right-wrapper {
    width: calc(100% - 40px);
    padding-top: 2rem;
    padding-bottom: 2rem;
}

/*newdaynewlight*/
.ndnl-row .column-left-wrapper {
    flex: 1 1 100%;
    position: relative;
}
/*operation*/
.planning-operation {
  display: block;
}

.left-column {
  flex: 0 0 250px;
  text-align: left;
}

.right-column {
  flex: 1;
  font-size: 14px;
}

.right-column p {
  margin-bottom: 20px;
  line-height: 1.6;
}

.right-column a {
  color: #000;
  text-decoration: underline;
}

.reserve-button {
  display: block;
  background-color: #f78cb4;
  color: #000;
  border: none;
  border-radius: 25px;
  padding: 12px 132px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s ease;
  margin:0 auto;
}

.reserve-button:hover {
  background-color: #f0659c;
}

/* FAQ */
.faq-section {
    display: block;
}
}
