.fee-reservation {
  width: 100%;
  overflow: hidden;
  padding-bottom: 0;
  color: #fff;
  background: #080405;
}

.fee-reservation,
.fee-reservation * {
  box-sizing: border-box;
}

.fee-reservation__inner {
  width: min(100%, 760px);
  margin-inline: auto;
  padding-top: clamp(6px, 2cqw, 12px);
}

.fee-reservation__booking {
  position: relative;
  z-index: 3;
  padding-inline: clamp(18px, 5cqw, 48px);
  text-align: center;
  transform: translateY(clamp(28px, 8cqw, 52px));
}

.fee-reservation__booking-title,
.fee-reservation__contact-guide,
.fee-reservation__booking-lead,
.fee-reservation__booking-close {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.fee-reservation__booking-title {
  font-size: clamp(16px, 4.2cqw, 28px);
  line-height: 1.3;
}

.fee-reservation__contact-guide {
  margin-top: clamp(10px, 2.5cqw, 20px);
  font-size: clamp(12px, 3.2cqw, 20px);
  line-height: 1.35;
}

.fee-reservation__booking-lead {
  margin-top: clamp(10px, 2.5cqw, 20px);
  font-size: clamp(12px, 3.2cqw, 20px);
  line-height: 1.35;
}

.fee-reservation__booking-list {
  width: fit-content;
  max-width: 100%;
  margin: clamp(10px, 2.5cqw, 20px) auto 0;
  padding-left: 1.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 3.2cqw, 20px);
  font-weight: 400;
  line-height: 1.22;
  text-align: left;
}

.fee-reservation__booking-list li::marker {
  font-variant-numeric: tabular-nums;
}

.fee-reservation__booking-close {
  margin-top: clamp(10px, 2.5cqw, 20px);
  font-size: clamp(12px, 3.2cqw, 20px);
  line-height: 1.35;
}

.fee-reservation__lower {
  display: grid;
  grid-template-columns: minmax(0, 50fr) minmax(0, 50fr);
  align-items: end;
  margin-top: 0;
}

.fee-reservation__image-wrap {
  position: relative;
  z-index: 1;
  align-self: end;
  overflow: visible;
  line-height: 0;
}

.fee-reservation__image {
  display: block;
  width: 130%;
  max-width: none;
  height: clamp(320px, 90cqw, 640px);
  object-fit: cover;
  object-position: 54% 20%;
}

.fee-reservation__details {
  position: relative;
  z-index: 2;
  align-self: start;
  padding: clamp(34px, 9cqw, 76px) clamp(10px, 3cqw, 28px) clamp(20px, 5cqw, 44px) 0;
  text-align: center;
  transform: translateY(clamp(48px, 14cqw, 90px));
}

.fee-reservation__fee-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(3px, 1cqw, 8px);
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 5.7cqw, 43px);
  font-weight: 900;
  line-height: 1.25;
  white-space: nowrap;
}

.fee-reservation__fee-title span {
  width: 0.72em;
  aspect-ratio: 1;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #cf1e29;
}

.fee-reservation__price {
  margin: clamp(12px, 3cqw, 26px) 0 0;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(22px, 6.1cqw, 47px);
  font-weight: 900;
  line-height: 1.45;
  white-space: nowrap;
}

.fee-reservation__notes {
  margin: clamp(8px, 2cqw, 18px) 0 0;
  padding: 0;
  list-style: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 3.25cqw, 20px);
  font-weight: 400;
  line-height: 1.45;
}

.fee-reservation__notes li {
  margin: 0 0 clamp(10px, 2.5cqw, 20px);
}

.fee-reservation__notes .fee-reservation__note--star::before {
  content: "☆";
}

.fee-reservation__cancellation {
  width: 180%;
  margin: clamp(10px, 2.5cqw, 20px) 0 0;
  transform: translateX(-40%);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(9px, 2.35cqw, 16px);
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
}

@container (max-width: 374px) {
  .fee-reservation__booking {
    padding-inline: 12px;
  }

  .fee-reservation__contact-guide,
  .fee-reservation__booking-lead,
  .fee-reservation__booking-list,
  .fee-reservation__booking-close {
    font-size: 12px;
  }
}

@container (max-width: 333px) {
  .fee-reservation__inner { padding-top: 2cqw; }
  .fee-reservation__booking {
    padding-inline: 4cqw;
    transform: translateY(8cqw);
  }

  .fee-reservation__booking-title { font-size: 4.2cqw; }
  .fee-reservation__contact-guide,
  .fee-reservation__booking-lead,
  .fee-reservation__booking-list,
  .fee-reservation__booking-close { font-size: 3.2cqw; }

  .fee-reservation__image { height: 90cqw; }
  .fee-reservation__details {
    padding: 9cqw 3cqw 5cqw 0;
    transform: none;
  }

  .fee-reservation__fee-title { font-size: 5.7cqw; }
  .fee-reservation__price { font-size: 5.7cqw; }
  .fee-reservation__notes { font-size: 3.25cqw; }
  .fee-reservation__cancellation {
    width: 200%;
    margin-top: 3cqw;
    padding-inline: 3cqw;
    transform: translateX(-50%);
    font-size: 2.8cqw;
    line-height: 1.55;
    overflow-wrap: anywhere;
  }
}
