/* Price Page Styles */
.price-page {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: #fff;
}

.price-hero {
  width: 100%;
  position: relative;
}

.price-hero img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  filter: contrast(80%);
}

.price-page__content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 10;
  margin-top: 80px;
}

.price-page__content h1 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  padding: 20px 40px;
  background-color: #2a6480;
  border-radius: 20px;
  color: #fff;
}

.price-page__content-text {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 40px auto 60px;
  padding: 0 80px;
  text-align: left;
  max-width: 1200px;
  line-height: 1.8;
}

/* Price Sections */
.price-section {
  max-width: 1200px;
  margin: 0 auto 60px;
  padding: 0 80px;
}

/* 保険施術セクション - Figmaデザイン反映 */
.price-section--insurance {
  padding: 0 80px;
}

.price-section--insurance .price-section__card {
  background: #ffffff;
  border: 1px solid #e8eef1;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(42, 100, 128, 0.08);
  padding: 32px 40px;
  overflow: hidden;
}

.price-section--insurance .price-section__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2a6480;
  margin: 0 0 24px;
  padding: 0 0 16px;
  border-bottom: 3px solid #2a6480;
  letter-spacing: 0.02em;
}

.price-section--insurance .price-section__description {
  margin-bottom: 28px;
}

.price-section--insurance .price-section__lead {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 16px;
}

.price-section--insurance .price-section__note {
  font-size: 0.875rem;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

.price-section .price-table {
  border-radius: 8px;
}

.price-section .price-table__row {
  padding: 18px 24px;
}

.price-section .price-table__row:last-child {
  border-bottom: none;
}

.price-section .price-table__item {
  font-weight: 600;
  font-size: 1.2rem;
}

.price-section .price-table__price {
  font-weight: 700;
  font-size: 1.2rem;
  color: #333;
}

.price-section__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2a6480;
  margin-bottom: 24px;
  border-bottom: 2px solid #2a6480;
}

.price-section__description {
  margin-bottom: 24px;
  font-size: 1rem;
  line-height: 1.8;
}

.price-section__description p {
  margin-bottom: 16px;
}

.price-section__note {
  font-size: 0.95rem;
  color: #555;
}

.price-section__inquiry {
  margin-top: 24px;
  font-size: 0.95rem;
  color: #555;
}

/* Price Table */
.price-table {
  border-radius: 8px;
  overflow: hidden;
}

.price-table__row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
  padding: 16px 24px;
  font-size: 1.1rem;
}

.price-table__row:last-child {
  border-bottom: none;
}

.price-table__item {
  flex-shrink: 0;
  font-weight: 500;
  color: #333;
}

.price-table__leader {
  flex: 1;
  min-width: 15em;
  min-height: 1px;
  padding: 0 0.25em;
  overflow: hidden;
  align-self: center;
}

.price-table__leader::after {
  content: "";
  display: block;
  height: 0.4em;
  margin-top: -0.15em;
  background: radial-gradient(circle, currentColor 1.5px, transparent 1.5px);
  background-size: 0.4em 0.4em;
  background-repeat: repeat-x;
  background-position: 50% 50%;
  opacity: 0.6;
}

.price-table__price {
  flex-shrink: 0;
  margin-left: auto;
  font-weight: 600;
  color: #2a6480;
}

/* Payment Section - h1と同様のバッジスタイル */
.price-section--payment__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 32px;
}

.price-section--payment__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 16px;
  padding: 20px 40px;
  background-color: #2a6480;
  border-radius: 20px;
  color: #fff;
  border: none;
}

.price-section--payment__description {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #333;
}

.payment-methods {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 32px;
  max-width: 1200px;
}

.payment-methods li {
  padding: 12px 24px;
  color: #333;
  border-radius: 16px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}

.payment-methods li span {
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.credit-card-icons,
.qr-code-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.payment-methods li:first-child .credit-card-icons {
  margin-top: 24px;
}

/* Contact Section - 画面幅いっぱいに拡張 */
.price-section--contact {
  width: 100vw;
  height: 100vh;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 60px 80px;
  background-color: #eeece1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 0;
}

.price-section--contact__circle {
  width: 600px;
  height: 600px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 40px;
  text-align: center;
}
.price-section--contact .price-section__title {
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 16px #000;
  font-size: 2.5rem;
  font-weight: 700;
  border-bottom: none;
  margin-top: 40px;
}
.price-section--contact .price-section__description {
  margin-bottom: 40px;
  font-size: 1rem;
  line-height: 1.8;
  color: #000;
  text-align: center;
}
.contact-info {
  font-size: 1.2rem;
  line-height: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.contact-info__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}
.contact-info__item:hover {
  background-color: #f0f0f0;
}

.contact-info a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  line-height: 1;
}

.contact-info a:hover {
  text-decoration: none;
}

.contact-info img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  object-fit: contain;
  vertical-align: middle;
}
.contact-address {
  margin-top: 16px;
  font-size: 1rem;
  color: #555;
}

.price-section__block--separator {
  padding-top: 40px;
}

@media (max-width: 768px) {
  .price-hero img {
    height: 300px;
  }

  .price-page__content {
    margin-top: 40px;
  }

  .price-page__content h1 {
    font-size: 1.2rem;
    padding: 16px 24px;
  }

  .price-page__content-text {
    font-size: 1rem;
    padding: 0 24px;
    margin: 24px auto 40px;
  }

  .price-section__inquiry {
    font-size: 0.8rem;
  }

  .price-section {
    margin-bottom: 40px;
    padding: 0 24px;
  }

  .price-section--insurance {
    padding: 0 24px;
  }

  .price-section--insurance .price-section__card {
    padding: 24px 20px;
  }

  .price-section__title {
    font-size: 1.2rem;
  }

  .price-section__block--separator {
    padding-top: 24px;
  }

  .price-table__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 12px 16px;
    font-size: 1rem;
  }

  .price-table__leader {
    display: none;
  }

  .price-table__price {
    margin-left: 0;
  }

  .price-section--payment__title {
    font-size: 1.2rem;
    padding: 16px 24px;
  }
  .price-section--payment__description {
    font-size: 1rem;
  }

  .payment-methods {
    flex-direction: column;
  }

  .payment-methods li {
    text-align: center;
  }

  .price-section--contact {
    height: auto;
    padding: 40px 16px;
  }

  .price-section--contact__circle {
    width: 360px;
    height: 360px;
    padding: 16px;
  }

  .price-section--contact .price-section__title {
    font-size: 1.5rem;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .price-section--contact .price-section__description {
    font-size: 0.8rem;
    margin-bottom: 16px;
  }

  .contact-info {
    font-size: 0.9rem;
    gap: 8px;
  }

  .contact-info img {
    width: 28px;
    height: 28px;
  }

  .contact-info__item {
    padding: 8px 16px;
  }

  .payment-methods li:first-child .credit-card-icons {
    margin-top: 0;
  }

  .credit-card-icons img,
  .qr-code-icons img {
    width: 40px;
    height: auto;
  }
}
