/* ===========================
   Price Page Styles
   =========================== */

.pr-main {
  padding-top: 0;
  background: #fff;
}

/* ページヘッダー */
.pr-page-header {
  background: linear-gradient(135deg, #1a4830 0%, #2a6644 50%, #52a96e 100%);
  position: relative;
  overflow: hidden;
  min-height: 360px;
  display: flex;
  align-items: center;
}

.pr-page-header::before {
  content: 'PRICE';
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 160px;
  font-weight: 900;
  color: rgba(255,255,255,0.05);
  letter-spacing: 0.05em;
  white-space: nowrap;
  pointer-events: none;
  z-index: 1;
}

.pr-page-header__inner {
  max-width: 800px;
  padding: 60px 60px;
  position: relative;
  z-index: 2;
}

.pr-page-header__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255,255,255,0.85);
  margin-bottom: 16px;
}

.pr-page-header__breadcrumb a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
}

.pr-page-header__en {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.85);
  text-transform: uppercase;
  margin: 0 0 10px;
}

.pr-page-header__title {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP", serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 600;
  color: #fff;
  margin: 0 0 16px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.pr-page-header__desc {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.9);
  margin: 0;
}

/* 注意事項バナー */
.pr-notice {
  background: #eaefea;
  border-bottom: 2px solid #2a6644;
  padding: 40px 24px;
}

.pr-notice__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.pr-notice__text {
  font-size: 15px;
  line-height: 1.9;
  color: #333;
  margin: 0;
}

.pr-notice__points {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
}

.pr-notice__point {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #1a4830;
}

.pr-notice__point-icon {
  color: #2a6644;
  font-size: 16px;
  font-weight: 900;
}

/* サービス料金セクション */
.pr-service {
  padding: 72px 24px;
  background: #fff;
}

.pr-service--gray {
  background: #eaefea;
}

.pr-service__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.pr-service__header {
  text-align: center;
  margin-bottom: 40px;
}

.pr-service__en {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #52a96e;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.pr-service__title {
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 700;
  color: #1a4830;
  margin: 0 0 12px;
  letter-spacing: 0.04em;
}

.pr-service__desc {
  font-size: 14px;
  color: #555;
  line-height: 1.8;
  margin: 0;
}

/* テーブル */
.pr-table-wrap {
  overflow-x: auto;
  border-radius: 6px;
  box-shadow: 0 2px 16px rgba(42,102,68,0.08);
}

.pr-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 14px;
}

.pr-table thead tr {
  background: #1a4830;
  color: #fff;
}

.pr-table th {
  padding: 14px 20px;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.pr-table td {
  padding: 14px 20px;
  border-bottom: 1px solid #e0e4e0;
  color: #333;
  line-height: 1.7;
}

.pr-table tbody tr:last-child td {
  border-bottom: none;
}

.pr-table tbody tr:nth-child(even) td {
  background: #f8faf8;
}

.pr-table td:nth-child(2) {
  font-weight: 700;
  color: #1a4830;
  white-space: nowrap;
}

/* ご注意事項 */
.pr-caution {
  background: #fff;
  padding: 64px 24px;
  border-top: 1px solid #e0e4e0;
}

.pr-caution__inner {
  max-width: 860px;
  margin: 0 auto;
}

.pr-caution__title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a4830;
  margin: 0 0 24px;
  padding-left: 14px;
  border-left: 4px solid #2a6644;
}

.pr-caution__list {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: disc;
}

.pr-caution__list li {
  font-size: 14px;
  line-height: 2;
  color: #444;
  margin-bottom: 6px;
}

/* CTA */
.pr-cta {
  background: #eaefea;
  border-top: 1px solid #c8d4c8;
  padding: 80px 24px;
  text-align: center;
}

.pr-cta__inner {
  max-width: 600px;
  margin: 0 auto;
}

.pr-cta__title {
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 700;
  color: #1a4830;
  margin: 0 0 12px;
}

.pr-cta__text {
  font-size: 14px;
  color: #555;
  margin: 0 0 32px;
  line-height: 1.8;
}

.pr-cta__actions {
  display: flex;
  justify-content: center;
}

.pr-cta__btn--primary {
  display: inline-block;
  background: #2a6644;
  color: #fff;
  text-decoration: none;
  padding: 16px 48px;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 2px;
  letter-spacing: 0.06em;
  transition: background 0.2s ease, transform 0.2s ease;
}

.pr-cta__btn--primary:hover {
  background: #1a4830;
  transform: translateY(-2px);
}

/* レスポンシブ */
@media (max-width: 768px) {
  .pr-page-header__inner {
    padding: 40px 20px;
  }

  .pr-service {
    padding: 56px 16px;
  }

  .pr-notice__points {
    gap: 16px;
  }

  .pr-table th,
  .pr-table td {
    padding: 12px 14px;
    font-size: 13px;
  }
}
