@media screen and (max-width: 768px){
.pc{
    display: none!important;
}
.sp{
    display: block!important;
}
.section{
  padding:20px;
}
.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;
  }
.hamburger span {
    height: 3px;
    background: #333;
    border-radius: 2px;
  }
.button-wrapper{
  margin-top:0;
}
.button-wrapper .btn {
  font-size: 0.8rem;

}
.pickup {
    width: 100%;
}
.pickup .card figcaption span{

    font-size: 1.2rem;

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

}
.hotel-card {
    flex-direction: column;
  }
.hotel-info{
  width: 100%;
}
.hotel-head {
    order: 1;
  }
.hotel-body {
    order: 3;
    padding-bottom: 10px;
  }
.hotelgallery .thumbnails {
  margin-bottom: 10px;
}


.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;
}
.date span{
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);
}
}