@media screen and (max-width: 768px){
.pc{
    display: none!important;
}
.sp{
    display: block!important;
}
.section{
  padding:20px;
}
.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;
}
.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;
  }
.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;
  }
.reservation{
    width:90px;
}
.button-wrapper{
  margin-top:0;
}
.button-wrapper .btn {
  font-size: 0.8rem;

}
.pickup .card figcaption span{

    font-size: 1.2rem;

}
.box26 .box-title {
  width: 200px;
  top: -10px;

}
.slide-container {
    padding: 0 0 0 10px;
}
.slide-thumb {
    width: 50%;
    height: auto;
  }
.hotel-card {
    flex-direction: column;
  }
.hotel-info{
  width: 100%;
}
.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;
}
.bike-item img {
    max-width: unset;
    width: 100%;
}

.ndnl-row .column-left-wrapper {
    flex: 1 1 100%;
    position: relative;
    padding:0;

}
.ndnl-row .column-right-wrapper {
    padding:0;
    padding-top:50px;
}
.ndnl-row .column-right-wrapper.b {
    padding:0;
    padding-top:0;
}
.planning-operation {
  display: block;
  padding:0;
}
.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: #603445;
        color: #000;
        border: none;
        border-radius: 25px;
        padding: 12px;
        font-size: 14px;
        cursor: pointer;
        transition: background 0.3s 
ease;
        margin: 0 auto;
        width: 100%;
        color: #fff;

}
.reserve-button a{
  text-decoration: none;
}
.reserve-button:hover {
  background-color: #603445;
}
.desc{
  padding:30px 0;
}
.date{
  font-size:1rem;
}
.accordion-body {
 padding-left: 0;
 padding-right: 0;


}
.accordion-title {
  padding-bottom: 48px;
    padding-right: 16px;
}
.accordion-title dl {
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.btn {
    width: 100%;
}
.accordion-title::after {
  content: "▼";
  position: absolute;
  left: 50%;                /* 横方向：中央 */
  bottom: 10px;             /* 下から10px（調整可） */
  transform: translateX(-50%) rotate(0deg); /* 中央寄せ */
  font-size: 40px;
  line-height: 1;
  transition: transform .2s ease;
  opacity: .8;
  top: unset;
  right: unset;
}
.accordion-item.active .accordion-title::after {
    transform: translateY(-50%) rotate(180deg);
    bottom: -10px;
    left: calc(50% - 25px);
}
.reserve-button.green {
    width: calc(80% - 32px);
}
}