/* =============================================================================
   下層:ウポポイページメインコンテンツ
   ========================================================================== */

.page--upopoy .sub-title-block__title {
  max-width: 160px;
}

/* エリアポスター情報セクション */

/* .contents__area-poster__title {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
} */

.contents__area-poster__images {
  text-align: center;
  margin-top: 15px;
}

.contents__area-poster__image {
  margin-top: 15px;
}

.contents__area-poster__image img {
  width: 80%;
  max-width: none;
  margin-top: 10px;
  margin-inline: auto;
  display: block;
}

.contents__area-poster__locations {
  background-image: url("/assets/img/common/back_blue.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  border: 3px solid white;
  padding: 20px;
  margin: 10px auto 20px;
  width: 90%;
}

.contents__area-poster__locations__container {
  width: 100%;
}

.contents__area-poster__locations__title {
  text-align: center;
}

.contents__area-poster__locations__title img {
  width: 70%;
  display: block;
  margin: 0 auto;
}

.contents__area-poster__locations__list {
  line-height: 1.4;
  margin: 15px 0 0;
  padding: 0;
}

.contents__area-poster__locations__item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  /* font-size: 0.9rem; */
  font-weight: bold;
  color: white;
  margin-bottom: 8px;
}

.contents__area-poster__locations__number {
  font-weight: bold;
  margin-right: 15px;
  width: 20px;
  text-align: center;
}

.contents__area-poster__locations__name {
  flex: 1;
}

/* 宝探しセクション */

#treasure-hunt {
  padding-top: 1px;
  margin-top: -20px;
}

.contents__treasure-hunt {
  background-color: #000;
  border: 3px solid white;
  padding: 20px;
  margin: 30px auto 15px;
  width: 90%;
  position: relative;
}

.contents__treasure-hunt__fig {
  position: absolute;
  top: -25px;
  right: 5px;
  z-index: 10;
}

.contents__treasure-hunt__fig img {
  width: 80px;
  height: 80px;
}

.contents__treasure-hunt__title {
  color: white;
  text-align: center;
  font-size: 1.1rem;
  margin-top: 30px;
}

.contents__treasure-hunt__title img {
  display: block;
  margin: 0 auto;
  width: 80%;
}

.contents__treasure-hunt__image {
  margin-top: 15px;
  text-align: center;
}

.contents__treasure-hunt__text {
  color: white;
  text-align: left;
  line-height: 1.5;
  margin-top: 15px;
}

.contents__treasure-hunt__sub-text {
  color: white;
  text-align: center;
  font-size: 0.8rem;
  margin-top: 15px;
}

.contents__treasure-hunt__button {
  text-align: center;
  margin-bottom: 10px;
}

/* ゴールデンキッチンカーセクション */

.contents__kitchen-car {
  background-image: url("/assets/img/common/back_blue.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  border: 3px solid white;
  padding: 15px;
  margin: 30px auto 30px;
  width: 90%;
  position: relative;
}

.contents__kitchen-car__fig {
  position: absolute;
  top: -20px;
  right: 5px;
  z-index: 10;
}

.contents__kitchen-car__fig img {
  width: 80px;
  height: 80px;
}

.contents__kitchen-car__title-wrapper {
  position: relative;
}

.contents__kitchen-car__title {
  color: white;
  text-align: center;
  font-size: 1.3rem;
  margin-top: 15px;
}

.contents__kitchen-car__title img {
  display: block;
  margin: 0 auto;
  width: 90%;
}

.contents__kitchen-car__image {
  margin-top: 15px;
  text-align: center;
  background: #fff;
}

.contents__kitchen-car__image img {
  width: 80%;
  max-width: 250px;
}

.contents__kitchen-car__text {
  line-height: 1.5;
  text-align: left;
  color: white;
  font-weight: bold;
  font-family: inherit;
  font-size: 0.9rem;
}

/* 観光セクション */
.contents__tourism {
  background-color: #000;
  color: white;
  padding: 20px;
}

.contents__tourism--area {
  margin-bottom: 30px;
}

.contents__tourism__title {
  color: white;
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.1rem;
  padding-top: 30px;
}

.contents__tourism__title img {
  width: 80%;
  margin-inline: auto;
}

.contents__tourism__image {
  text-align: center;
  margin-block: 20px 15px;
}

.contents__tourism__image img {
  width: 80%;
  max-width: 280px;
}

.contents__tourism__description {
  line-height: 150%;
}

.contents__tourism__description--center {
  text-align: center;
}

.contents__tourism__note {
  margin-top: 10px;
  font-size: 0.8rem;
  text-align: center;
}

/* アイヌ文化セクション */

.contents__experience {
  margin-top: 30px;
  padding: 20px;
  padding-bottom: 45px;
}

.contents__experience__title {
  display: block;
  margin-inline: auto;
  width: 80%;
}

.contents__experience__lead {
  text-align: center;
  margin-top: 25px;
  font-size: 16px;
}

.contents__experience__list {
  margin-top: 20px;
}

.contents__experience__item {
  margin-top: 30px;
}

.contents__experience__text {
  margin-top: 10px;
  line-height: 150%;
  font-size: 0.9rem;
}

/* アイヌグルメセクション */

.contents__tourism-book {
  position: relative;
  background-color: #000;
  color: white;
  padding: 20px;
  overflow: hidden;
}

.contents__tourism-book__inner {
  position: relative;
}

.contents__tourism-book__title {
  margin-top: 30px;
}

.contents__tourism-book__title img {
  width: 80%;
  margin-inline: auto;
  display: block;
}

.contents__tourism-book__slider {
  position: relative;
  margin-top: 30px;
  max-width: 300px;
  margin-inline: auto;
}

@media screen and (max-width: 400px) {
  .contents__tourism-book__slider {
    width: 90%;
  }
}

.contents__tourism-book__slider-container {
  position: relative;
  overflow: hidden;
}

.contents__tourism-book__slider-track {
  display: flex;
  transition: transform 0.3s ease;
}

.contents__tourism-book__slide {
  min-width: 100%;
  position: relative;
}

.contents__tourism-book__slide img {
  width: 100%;
}

.contents__tourism-book__indicators {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 15px;
}

.contents__tourism-book__indicator {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: none;
  background-color: white;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contents__tourism-book__indicator.active {
  background-color: #e5bd31;
}

.contents__tourism-book__button {
  margin-top: 30px;
  margin-inline: auto;
  max-width: 100%;
  width: 300px;
}

.contents__tourism-book__arrows {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  width: calc(100% + 18vw);
}

@media screen and (min-width: 1440px) {
  .contents__tourism-book__arrows {
    top: 100px;
    width: calc(100% + 50px);
  }
}

@media screen and (min-width: 1024px) and (max-width: 1439.9px) {
  .contents__tourism-book__arrows {
    top: 7vw;
    width: calc(100% + 3vw);
  }
}

@media screen and (min-width: 640px) and (max-width: 1023.9px) {
  .contents__tourism-book__arrows {
    width: calc(100% + 50px);
  }
}

@media screen and (max-width: 1023.9px) {
  .contents__tourism-book__arrows {
    top: 90px;
  }
}

@media screen and (max-width: 400px) {
  .contents__tourism-book__arrows {
    top: 24vw;
  }
}

.contents__tourism-book__arrow {
  position: absolute;
  background: url(../img/common/slide-arrow.webp?v9d6590b…) center top no-repeat;
  background-size: 100% auto;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.contents__tourism-book__arrow:hover {
  opacity: 0.7;
}

.contents__tourism-book__arrow {
  width: 13px;
  height: 15px;
}

@media screen and (min-width: 1024px) and (max-width: 1439.9px) {
  .contents__tourism-book__arrow {
    width: 0.9027777778vw;
    height: 1.0416666667vw;
  }
}

@media screen and (min-width: 640px) and (max-width: 1023.9px) {
  .contents__tourism-book__arrow {
    width: 20px;
    height: 22px;
  }
}

@media screen and (max-width: 1023.9px) {
  .contents__tourism-book__arrow {
    width: 5vw;
    height: 5.5vw;
  }
}

.contents__tourism-book__arrow.prev-arrow {
  left: 0;
}

.contents__tourism-book__arrow.next-arrow {
  right: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media screen and (min-width: 640px) and (max-width: 1023.9px) {
  .contents__tourism-book__arrow.prev-arrow,
  .contents__tourism-book__arrow.next-arrow {
    width: 13px;
    height: 15px;
  }
}

/* うぽぽい説明セクション */
.contents__upopoy-intro {
  padding-blcok: 20px;
  margin-block: 30px;
}

.contents__upopoy-intro__title {
  color: #000;
  text-align: center;
  font-size: 1.1rem;
}

.contents__upopoy-intro__image {
  margin-top: 15px;
}

.contents__upopoy-intro__text {
  margin-top: 15px;
  line-height: 150%;
  text-align: justify;
  font-size: 0.9rem;
  padding-inline: 20px;
}

.link-button {
  margin-top: 10px;
  max-width: 300px;
  width: 80%;
  margin-inline: auto;
}
