@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font-size */
/* ============================================ */
/* font-family */
/* ============================================ */
/* info */
/* ============================================ */
.info {
  background: #EBFCFF;
}

.info-intro {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .info-intro {
    margin-top: 32px;
  }
}
.info-intro__wrapper {
  width: 93.34%;
  margin-inline: auto;
}
@media all and (max-width: 896px) {
  .info-intro__wrapper {
    width: calc(100% - 80px);
  }
}
@media all and (max-width: 480px) {
  .info-intro__wrapper {
    width: calc(100% - 30px);
  }
}
.info-intro__container {
  display: flex;
  align-items: center;
  gap: 28px 5vw;
}
@media all and (max-width: 896px) {
  .info-intro__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.info-intro__txt {
  font-size: clamp(1.0625rem, 0.9855rem + 0.3158vw, 1.25rem);
}

.info-spot {
  margin-top: 100px;
}
@media all and (max-width: 896px) {
  .info-spot {
    margin-top: 64px;
  }
}
.info-spot__list .splide {
  padding-inline: 64px;
  padding-bottom: 48px;
}
@media all and (max-width: 896px) {
  .info-spot__list .splide {
    padding-inline: 40px;
    padding-bottom: 32px;
  }
}
.info-spot__list .splide__arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: transparent;
  background: url("../images/common/slide_arrow_prev.svg") center center/contain no-repeat;
  opacity: 1;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 896px) {
  .info-spot__list .splide__arrow {
    width: 32px;
    height: 32px;
  }
}
.info-spot__list .splide__arrow svg {
  display: none;
}
.info-spot__list .splide__arrow--prev {
  left: 0;
}
.info-spot__list .splide__arrow--next {
  background-image: url("../images/common/slide_arrow_next.svg");
  right: 0;
}
.info-spot__list .splide__pagination {
  gap: 16px;
  bottom: 0;
}
@media all and (max-width: 896px) {
  .info-spot__list .splide__pagination {
    gap: 12px;
  }
}
.info-spot__list .splide__pagination__page {
  width: 14px;
  height: 14px;
  border: 2px solid #0097E0;
  background: transparent;
  opacity: 1;
}
@media all and (max-width: 896px) {
  .info-spot__list .splide__pagination__page {
    width: 10px;
    height: 10px;
    border-width: 1px;
  }
}
.info-spot__list .splide__pagination__page.is-active {
  background: #0097E0;
  transform: scale(1);
}
.info-spot__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 420/271;
  border-radius: 8px;
}
.info-spot__ttl {
  text-align: center;
  font-size: clamp(1.125rem, 0.9711rem + 0.6316vw, 1.5rem);
  font-weight: 700;
  margin-top: 12px;
}
.info-spot__ttl:first-letter {
  color: #4EBDD2;
}
.info-spot__txt {
  line-height: 2;
  margin-top: 8px;
}
.info-spot__btn {
  text-align: center;
  margin-top: 24px;
  margin-inline: auto;
  width: 100%;
  max-width: 500px;
  position: relative;
  bottom: 0;
}
.info-spot__btn__link {
  display: block;
  padding: 0.8em;
  border-radius: 9999px;
  background: #4EBDD2;
  color: #fff;
  font-size: clamp(1.125rem, 1.0224rem + 0.4211vw, 1.375rem);
  font-weight: 700;
}
.info-spot__btn__link::after {
  content: "";
  display: block;
  width: 1em;
  height: 0.91em;
  background: url("../images/common/icon_blank_white.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 1.36em;
  translate: 0 -50%;
}

.info-map {
  margin-top: 150px;
  padding-bottom: 150px;
}
@media all and (max-width: 896px) {
  .info-map {
    margin-top: 80px;
    padding-bottom: 80px;
  }
}
.info-map__container iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1340/756;
}