@charset "utf-8";

.activities-section .section-label{
  margin-left: 20px;
  margin-bottom: -12px;
}
.food-gifts-section .section-label{
  margin-left: 20px;
  margin-bottom: -5px;
}
.swiper-slide{
  width: 80vw;
}
.activities-section .section-title-wrap::before{
  position: absolute;
  content: '';
  bottom: -5px;
  right: -35px;
  width: 60px;
  height: 15px;
  background-image: url(/img/tour-list/deco-mountain.png);
  background-size: contain;
  opacity: .4;
}
.tour-list-section section:nth-child(even){
  background-color: var(--color-base);
}
.tour-list-section section:nth-child(odd){
  background-color: var(--color-fff);
}
/*.section-title-icon-food{
  left: auto;
  right: -80px;
  top: -20px;
}*/
.section-title-icon-stay{
  /*right: auto;*/
  right: -40px;
  top: -13px;
}
@media screen and (min-width: 1024px) {
  .section-catch{
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.3em;
    line-height: 2;
    right: 50%;
  }
  .activities-section-catch{
    top: 45px;
    margin-right: -285px;
    transform: translateX(50%) rotate(6deg);
  }
  .sightseeing-section-catch{
    top: 50px;
    margin-right: 200px;
    transform: translateX(-50%) rotate(-6deg);
  }
  .food-gifts-section-catch{
    top: 45px;
    margin-right: -285px;
    transform: translateX(50%) rotate(5deg);
  }
  .stay-camp-section-catch{
    top: 50px;
    margin-right: 200px;
    transform: translateX(-50%) rotate(-6deg);
  }
  .section-title-icon-food{
    left: auto;
    right: -80px;
    top: -20px;
  }
  .activities-section .section-title-wrap::before{
    position: absolute;
    content: '';
    bottom: -10px;
    right: -70px;
    width: 110px;
    height: 28px;
  }
  .activities-section .section-label{
    margin-left: 0;
    margin-bottom: -18px;
  }
  .swiper-slide{
    width: 340px;
  }
  .sightseeing-flower-btn{
    width: 350px;
  }
}
