/* ========================================
   page-price.css
   ZERO POINT FIELD / Price Page
   トップページ基準で統一しつつ、サイズは少し控えめに調整
======================================== */

.page-price {
  background: #ffffff;
  color: #1F2D3A;
  padding-top: 96px;
}

.page-price .container {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.price-hero,
.price-guide,
.price-menu,
.price-notes,
.price-cta {
  padding: 88px 0;
}

.price-guide,
.price-notes {
  background: #F7F8FA;
}

/* ========================================
   共通見出し
======================================== */
.price-section-label {
  display: inline-block;
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #5B6B7A;
}

.price-section-title,
.price-hero__title {
  margin: 0 0 16px;
  font-size: 2.55rem;
  line-height: 1.3;
  font-weight: 700;
  color: #1F2D3A;
  letter-spacing: 0;
}

.price-section-intro,
.price-hero__lead,
.price-hero__text,
.price-cta__text {
  max-width: 780px;
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.9;
  color: #5B6B7A;
}

.price-hero__lead {
  margin-bottom: 14px;
  font-weight: 500;
  color: #1F2D3A;
}

/* ========================================
   Hero
======================================== */
.price-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, #1F2D3A 0%, #2d3f50 55%, #1F2D3A 100%);
}

.price-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.10), transparent 28%),
    radial-gradient(circle at 80% 30%, rgba(255,255,255,0.08), transparent 24%);
  pointer-events: none;
}

.price-hero .container {
  position: relative;
  z-index: 1;
}

.price-hero .price-section-label {
  color: rgba(255,255,255,0.55);
}

.price-hero .price-hero__title,
.price-hero .price-hero__lead {
  color: #ffffff;
}

.price-hero .price-hero__text {
  color: rgba(255,255,255,0.78);
}

/* ========================================
   Guide
======================================== */
.price-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 34px;
}

.price-guide-card {
  padding: 26px 22px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #E9EDF2;
  box-shadow: 0 8px 24px rgba(31, 45, 58, 0.05);
}

.price-guide-card h3 {
  margin: 0 0 10px;
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1.6;
  color: #1F2D3A;
}

.price-guide-card p {
  margin: 0;
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1.7;
  color: #5B6B7A;
}

/* ========================================
   Menu
======================================== */
.price-category {
  margin-top: 34px;
  padding: 30px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #E9EDF2;
  box-shadow: 0 8px 24px rgba(31, 45, 58, 0.05);
}

.price-category__head {
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #E9EDF2;
}

.price-category__head h3 {
  margin: 0;
  font-size: 1.7rem;
  line-height: 1.35;
  font-weight: 700;
  color: #1F2D3A;
}

.price-block + .price-block {
  margin-top: 22px;
}

.price-block {
  padding: 22px;
  border-radius: 14px;
  background: #F7F8FA;
  border: 1px solid #E9EDF2;
}

.price-block h4 {
  margin: 0 0 14px;
  font-size: 0.96rem;
  line-height: 1.8;
  font-weight: 600;
  color: #1F2D3A;
}

/* ========================================
   Price List
======================================== */
.price-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.price-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid #E9EDF2;
  line-height: 1.8;
}

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

.price-list li span:first-child {
  flex: 1 1 auto;
  font-size: 0.96rem;
  color: #1F2D3A;
}

.price-list li span:last-child {
  flex: 0 0 auto;
  font-size: 0.96rem;
  font-weight: 600;
  color: #5B6B7A;
  white-space: nowrap;
}

/* ========================================
   Notes
======================================== */
.price-notes__box {
  padding: 30px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #E9EDF2;
  box-shadow: 0 8px 24px rgba(31, 45, 58, 0.05);
}

.price-notes__box ul {
  margin: 0;
  padding-left: 1.2em;
}

.price-notes__box li {
  margin-bottom: 10px;
  font-size: 0.96rem;
  line-height: 1.9;
  color: #5B6B7A;
}

.price-notes__box li:last-child {
  margin-bottom: 0;
}

/* ========================================
   CTA
======================================== */
.price-cta {
  background: #ffffff;
}

.price-cta__box {
  padding: 42px 32px;
  border-radius: 24px;
  background: linear-gradient(135deg, #1F2D3A 0%, #2d3f50 55%, #1F2D3A 100%);
  color: #ffffff;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
}

.price-cta__box .price-section-label {
  color: rgba(255,255,255,0.55);
}

.price-cta__box .price-section-title {
  color: #ffffff;
}

.price-cta__box .price-cta__text {
  color: rgba(255,255,255,0.82);
}

.price-cta__buttons {
  margin-top: 24px;
}

.price-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 700;
  transition: all 0.25s ease;
}

.price-btn--primary {
  background: #ffffff;
  color: #1F2D3A;
}

.price-btn--primary:hover {
  background: #F7F8FA;
  color: #1F2D3A;
}

/* ========================================
   Breadcrumb
======================================== */
.page-price .breadcrumb,
.page-price .breadcrumbs,
.page-price .pankuzu {
  margin-bottom: 18px;
}

/* ========================================
   Responsive
======================================== */
@media (max-width: 960px) {
  .price-guide-grid {
    grid-template-columns: 1fr;
  }

  .price-category,
  .price-block,
  .price-notes__box,
  .price-cta__box {
    padding: 24px;
  }

  .price-category__head h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .page-price {
    padding-top: 84px;
  }

  .price-hero,
  .price-guide,
  .price-menu,
  .price-notes,
  .price-cta {
    padding: 72px 0;
  }

  .page-price .container {
    width: min(100% - 24px, 1120px);
  }

  .price-section-title,
  .price-hero__title {
    font-size: 2rem;
    line-height: 1.35;
  }

  .price-section-intro,
  .price-hero__lead,
  .price-hero__text,
  .price-cta__text,
  .price-guide-card p,
  .price-list li span:first-child,
  .price-list li span:last-child,
  .price-notes__box li {
    font-size: 0.92rem;
  }

  .price-list li {
    flex-direction: column;
    gap: 6px;
  }

  .price-list li span:last-child {
    white-space: normal;
  }

  .price-category__head h3 {
    font-size: 1.32rem;
  }

  .price-block h4 {
    font-size: 0.92rem;
  }
}