.price {
  padding: 100px 0 0;
  font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .price {
    padding: 130px 0 0;
  }
}

.price__title {
  padding: 0 0 40px;
  text-align: center;
}

.price__title-en {
  font-size: 20px;
  font-family: Futura, Jost;
  line-height: normal;
  letter-spacing: 1px;
}

.price__title-jp {
  color: #9d9d9d;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 2.4px;
}

@media screen and (min-width: 768px) {
  .price__title-en {
    font-size: 24px;
  }

  .price__title-jp {
    font-size: 14px;
  }
}

.price__description {
  max-width: 1440px;
  margin: 0 auto;
  padding-inline: 16px;
}

.price__description-text {
  font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  max-width: 350px;
  margin: 0 auto 40px;
  color: #3F3F3F;
  text-align: left;
}

.price__description-text br.pc-only {
  display: none;
}

@media screen and (min-width: 768px) {
  .price__description-text {
    max-width: 560px;
    text-align: center;
  }

  .price__description-text br {
    display: inline;
  }

  .price__description-text br.pc-only {
    display: inline;
  }
}

.price__list-container {
  max-width: 1440px;
  margin: 0 auto;
  padding-inline: 16px;
  display: flex;
  justify-content: center;
}

.price-card {
  display: flex;
  flex-direction: column;
  width: 320px;
  align-items: center;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.price-card__box {
  display: flex;
  flex-direction: column;
  width: 320px;
  align-items: center;
  gap: 8px;
  padding: 24px 5px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 6px;
  border: 1px solid;
  border-color: #000000;
}

.price-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.price-card__row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.price-card__info {
  display: flex;
  flex-direction: column;
  width: 121px;
  align-items: flex-start;
  gap: 10px;
  position: relative;
}

.price-card__type {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.price-card__type-label {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Futura-Medium", Helvetica;
  font-weight: 500;
  color: #c99287;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.price-card .price-card__divider {
  position: relative;
  width: 20px;
  height: 1px;
}

.price-card__amount-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.price-card__amount {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.price-card__amount-label {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Noto Sans JP-Bold", Helvetica;
  font-weight: 700;
  color: #c99287;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
}

.price-card__amount-value {
  color: #c99287;
  font-size: 24px;
  text-align: center;
  position: relative;
  width: fit-content;
  font-family: "Noto Sans JP-Bold", Helvetica;
  font-weight: 700;
  letter-spacing: 0;
  line-height: normal;
}

.price-card__guest {
  margin-top: -1.00px;
  color: #3f3f3f;
  font-size: 10px;
  white-space: nowrap;
  position: relative;
  width: fit-content;
  font-family: "Noto Sans JP-Bold", Helvetica;
  font-weight: 700;
  letter-spacing: 0;
  line-height: normal;
}

.price-card__fee {
  color: #3f3f3f;
  font-size: 10px;
  text-align: center;
  white-space: nowrap;
  position: relative;
  width: fit-content;
  font-family: "Noto Sans JP-Bold", Helvetica;
  font-weight: 700;
  letter-spacing: 0;
  line-height: normal;
}

.price-card .price-card__photo {
  position: relative;
  width: 140px;
  height: 112px;
  object-fit: cover;
}

.price-card__tags {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  position: relative;
  padding: 11.5px 0px;
}

.price-card__tags--compact {
  gap: 14px;
}

.price-card__tag {
  color: #585858;
  font-size: 14px;
  text-align: center;
  position: relative;
  width: fit-content;
  font-weight: 700;
  letter-spacing: 0;
  line-height: normal;
}

.price-card__tag--compact {
  font-size: 12px;
  white-space: nowrap;
}

.price-card .price-card__tag-icon {
  position: relative;
  width: 18px;
  height: 18px;
}

.price-card__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  padding: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #f0f0f0;
  border-radius: 0px 0px 6px 6px;
  border-top: 1px solid;
  border-color: #000000;
}

.price-card__check-label {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Futura-Medium", Helvetica;
  font-weight: 500;
  color: #585858;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.price-card__check-icon {
  position: relative;
  width: 13.86px;
  height: 6.75px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 1024px) {
  .price-card {
    max-width: 100%;
  }

  .price-card__inner {
    width: 100%;
  }
}

/* モバイル：Splideによる1枚ずつのループスライダー（venueの.venue__sliderと同じ仕組み） */
@media screen and (max-width: 768px) {
  .price-slider {
    position: relative;
    width: calc(100% - 40px);
    margin: 0 auto;
  }

  .price-slider .price-card {
    width: 100%;
    opacity: .5;
    transform: scale(0.7);
    transition: transform .7s, opacity .7s;
  }

  .price-slider .splide__slide.is-active .price-card {
    opacity: 1;
    transform: scale(1);
  }

  .price-slider .price-card__box,
  .price-slider .price-card__content {
    width: 100%;
    box-sizing: border-box;
  }

  .price-slider .splide__arrow {
    width: 40px;
    height: 40px;
    border: solid 1px #3f3f3f;
    background: #fff;
    opacity: 1;
  }

  .price-slider .splide__arrow svg {
    display: none;
  }

  .price-slider .splide__arrow:before,
  .price-slider .splide__arrow:after {
    content: "";
    display: inline-block;
    position: absolute;
  }

  .price-slider .splide__arrow:before {
    width: 20px;
    height: 1px;
    background-color: #3f3f3f;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .price-slider .splide__arrow:after {
    width: 5px;
    height: 5px;
    border-top: solid 1px #3f3f3f;
    border-right: solid 1px #3f3f3f;
  }

  .price-slider .splide__arrow--prev {
    left: -20px;
  }

  .price-slider .splide__arrow--next {
    right: -20px;
  }

  .price-slider .splide__arrow--prev:after {
    top: 17px;
    left: 9px;
    transform: rotate(225deg);
  }

  .price-slider .splide__arrow--next:after {
    top: 17px;
    right: 9px;
    transform: rotate(45deg);
  }

  .price-slider .splide__arrow:disabled {
    opacity: 0.35;
  }
}

/* PC・タブレット：グリッド表示（Splideは無効化） */
@media screen and (min-width: 769px) {
  .price-slider {
    visibility: visible !important;
  }

  .price-cards {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1040px;
    gap: 40px 40px;
  }

  .price-slider .splide__arrow {
    display: none;
  }
}

.price__action {
  display: flex;
  justify-content: center;
  margin-top: 48px;
  margin-bottom: 95px;
}

.price__action a {
  display: inline-flex;
  align-items: center;
  color: #3f3f3f;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
}

.price__action a::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  background: url(../../images/arrow_forward.svg) center center / cover no-repeat;
}

@media screen and (max-width: 768px) {
  .price__action {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}