/* Sapporo Odori: use the desktop key visuals on mobile without losing adjacent slides. */
html[lang="en"] body {
  font-family: Outfit, sans-serif;
}

.direct-in-calendar {
  width: min(100%, 1140px);
  margin: 0 auto;
  padding: 0 30px;
}

.direct-in-calendar iframe {
  display: block;
  width: 100%;
  height: 920px;
  border: 0;
  background: #fff;
}

.image-slider img {
  width: 240px;
}

.image-slider img[src$="slide03.jpg"] {
  width: 160px;
}

.image-slider img[src$="slide04.jpg"] {
  width: 320px;
}

@media (max-width: 559px) {
  .direct-in-calendar {
    padding: 0;
  }

  .direct-in-calendar iframe {
    height: 980px;
  }

  .image-slider img {
    width: 175px;
  }

  .image-slider img[src$="slide03.jpg"] {
    width: 165px;
  }

  .image-slider img[src$="slide04.jpg"] {
    width: 230px;
  }

  #key .key-slider .swiper-slide .key-slider__slide-inner {
    padding: 0 24px;
  }

  #key .key-slider .swiper-slide .key-slider__slide-inner img {
    width: 180px;
    max-width: none;
    height: auto;
  }

  #key .key-slider .swiper-slide.swiper-slide-active .key-slider__slide-inner {
    transform: scale(1.4);
  }
}
