/* 料金は一覧で、対応内容は開いて読む。料金ページだけに適用。 */
.pricing-page { --navy: #082e54; --orange: #c54b08; --orange-text: #c54b08; --line: #d3e0e8; }
.pricing-page .page { background: #fff; }
.pricing-page .price-hero { position: relative; padding: 26px 0 146px; background: linear-gradient(145deg, #eff9ff, #e7f5fc 65%, #f4fbff); border-bottom: 1px solid var(--line); }
.price-hero-wrap { width: min(1180px, calc(100% - 64px)); }
.pricing-page .price-hero .breadcrumb { margin-bottom: 24px; color: #496274; }
.price-hero-intro { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 40px; }
.pricing-page .price-hero .lead { margin: 0; font-size: 16px; line-height: 1.95; }
.price-hero-town { position: absolute; inset: auto 0 0; width: 100%; height: 120px; object-fit: cover; object-position: center bottom; pointer-events: none; }
.pricing-page .price-title { display: flex; align-items: center; gap: 18px; }
.pricing-page .price-title h1 { margin: 0; color: var(--navy); font-size: clamp(30px, 3.2vw, 40px); font-weight: 700; line-height: 1.55; letter-spacing: -.03em; }
.price-tax { flex: 0 0 auto; padding: 3px 11px; border: 1px solid var(--line); border-radius: 5px; background: #fff; font-size: 13px; font-weight: 700; }
.pricing-page .price-content { max-width: 1040px; padding: 24px 0 48px; }
.price-open-guide { margin: 0 0 18px; color: #496274; font-size: 14px; }
.price-options { display: grid; gap: 16px; }
.price-panel { --panel-color: #fff; --panel-accent: var(--navy); border: 1px solid var(--line); border-radius: 18px; background: #fff; overflow: hidden; }
.price-panel-featured { --panel-color: #fff6e8; --panel-accent: #a94c15; }
.price-panel#web { --panel-color: #edf8fe; }
.price-panel#yoyaku { --panel-color: #edf8f1; --panel-accent: #2c7257; }
.price-panel#support { --panel-color: #f4fafc; }
.price-panel > summary { list-style: none; cursor: pointer; padding: 22px 24px; }
.price-panel > summary::-webkit-details-marker, .price-visit > summary::-webkit-details-marker { display: none; }
.price-panel > summary { background: var(--panel-color); }
.price-panel > summary:hover { box-shadow: inset 0 0 0 1px #88b4c9; }
.price-panel > summary:focus-visible, .price-visit > summary:focus-visible { outline: 3px solid #b34108; outline-offset: -4px; }
.price-summary { display: grid; grid-template-columns: 42px minmax(0, 1fr) 224px 46px; align-items: center; gap: 22px; margin: 0; color: var(--navy); font-size: inherit; font-weight: 700; }
.price-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--panel-accent); background: #fff; }
.price-icon svg { width: 32px; height: 32px; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.price-summary-copy, .price-summary-cost { display: grid; gap: 5px; min-width: 0; }
.price-category { font-size: 20px; line-height: 1.5; }
.price-purpose { font-size: 14px; font-weight: 400; line-height: 1.65; }
.price-summary-cost { gap: 1px; }
.price-cost-label, .price-cost-sub { font-size: 12px; color: #496274; line-height: 1.6; font-weight: 400; }
.price-amount { display: block; color: var(--navy); font-size: 30px; line-height: 1.35; font-weight: 700; white-space: nowrap; font-variant-numeric: tabular-nums; }
.price-amount > span { font-size: 16px; }
.price-disclosure { display: grid; justify-items: center; gap: 8px; font-size: 11px; color: #496274; }
.price-plus { position: relative; width: 26px; height: 26px; border: 1px solid #bdcbdc; border-radius: 50%; background: #fff; color: var(--navy); }
.price-plus::before, .price-plus::after { content: ""; position: absolute; top: 50%; left: 50%; width: 10px; height: 1.5px; background: currentColor; transform: translate(-50%, -50%); }
.price-plus::after { transform: translate(-50%, -50%) rotate(90deg); }
.price-panel[open] .price-plus::after { display: none; }
.price-panel .when-open, .price-panel[open] .when-closed { display: none; }
.price-panel[open] .when-open { display: inline; }
.price-panel[open] > summary { border-bottom: 1px solid var(--line); }
.price-panel-body { padding: 26px 32px 30px; }
.price-intro { margin: 0 0 22px; max-width: 56em; font-size: 15px; line-height: 1.9; }
.price-subtitle { margin: 28px 0 12px; font-size: 17px; color: var(--navy); }
.price-subtitle:first-child { margin-top: 0; }
.price-items { margin: 0; }
.price-item { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 6px 24px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.price-item:first-child { padding-top: 0; }
.price-item dt { margin: 0; font-size: 16px; font-weight: 700; line-height: 1.65; }
.price-item dd { margin: 0; }
.price-item-cost { color: var(--orange); font-size: 17px; font-weight: 700; line-height: 1.65; }
.price-item-note { grid-column: 1 / -1; color: #465b76; font-size: 14px; line-height: 1.85; }
.price-note { margin: 16px 0 0; color: #465b76; font-size: 14px; line-height: 1.85; }
.price-detail-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 24px; margin-top: 24px; }
.price-detail-actions .button { font-size: 14px; }
.price-text-link { color: var(--navy); font-weight: 700; text-decoration: underline; text-underline-offset: 4px; font-size: 14px; }
.price-text-link:hover { text-decoration-thickness: 2px; }
.price-text-link:focus-visible, .price-consult .button:focus-visible, .price-detail-actions .button:focus-visible { outline: 3px solid #b34108; outline-offset: 5px; }
.price-extra-note { margin: 16px 0 26px; color: #496274; font-size: 13px; line-height: 1.8; }
.price-free-entry { display: flex; align-items: center; justify-content: space-between; gap: 18px 26px; padding: 22px 26px; background: #edf8fe; border-radius: 18px; }
.price-free-entry strong { font-size: 15px; }
.price-free-entry p { margin: 3px 0 0; font-size: 14px; }
.price-free-entry > a { flex: 0 0 auto; padding: 8px 0; }
.price-visit { margin-top: 18px; border-block: 1px solid var(--line); }
.price-visit > summary { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 4px; list-style: none; cursor: pointer; font-size: 15px; font-weight: 700; }
.price-visit > summary > span { color: #ad3e08; font-size: 23px; font-weight: 400; line-height: 1; transition: transform .15s; }
.price-visit[open] > summary > span { transform: rotate(45deg); }
.price-visit-body { padding: 4px 12px 24px; }
.price-consult { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 32px; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: #eff9ff; }
.price-consult h2 { margin: 0; font-size: 19px; line-height: 1.7; color: var(--navy); }
.price-consult p { margin: 5px 0 0; font-size: 14px; }
.price-consult-actions { flex: 0 0 auto; display: grid; justify-items: center; gap: 12px; }
.price-consult-actions .button { font-size: 15px; }
.price-footnote { margin: 18px 0 0; color: #55647a; font-size: 12px; line-height: 1.8; }
.pricing-page .button.primary, .pricing-page .button.orange { color: #fff; background: var(--orange); border-color: var(--orange); box-shadow: none; }
.pricing-page .button.primary:hover, .pricing-page .button.orange:hover { background: #a93b00; border-color: #a93b00; }
.price-consult-actions > .price-text-link { color: #276c51; }
.pricing-page .footer { color: var(--navy); background: #edf6fa; border-top: 1px solid var(--line); box-shadow: none; }
.pricing-page .footer-cols a, .pricing-page .footer-copy, .pricing-page .footer-copy a { color: #496274; }
.pricing-page .footer-col-title { color: var(--navy); }
.pricing-page .footer-tagline { color: var(--orange); font-size: 15px; letter-spacing: .06em; }
@media (max-width: 1040px) {
  .price-summary { grid-template-columns: 36px minmax(0, 1fr) 185px 34px; gap: 16px; }
  .price-category { font-size: 18px; }
  .price-amount { font-size: 28px; }
}
@media (max-width: 680px) {
  .pricing-page .price-hero { padding: 20px 0 114px; }
  .price-hero-wrap { width: calc(100% - 32px); }
  .price-hero-intro { grid-template-columns: 1fr; gap: 18px; }
  .price-hero-town { height: 92px; }
  .pricing-page .price-hero .breadcrumb { margin-bottom: 20px; font-size: 12px; }
  .pricing-page .price-hero .lead { font-size: 14px; }
  .pricing-page .price-title h1 { font-size: 30px; }
  .pricing-page .price-content { padding-top: 18px; }
  .price-title { justify-content: space-between; }
  .price-open-guide { font-size: 13px; }
  .price-panel > summary { padding: 17px 18px; }
  .price-summary { grid-template-columns: minmax(0, 1fr) 28px; gap: 10px 12px; }
  .price-icon { display: none; }
  .price-summary-copy { grid-column: 1; gap: 3px; }
  .price-category { font-size: 17px; }
  .price-purpose { font-size: 13px; }
  .price-summary-cost { grid-column: 1; display: flex; align-items: baseline; flex-wrap: wrap; gap: 0 10px; }
  .price-cost-label { font-size: 11px; }
  .price-amount { font-size: 24px; }
  .price-amount > span { font-size: 14px; }
  .price-cost-sub { width: 100%; font-size: 11px; margin-top: 2px; }
  .price-disclosure { grid-column: 2; grid-row: 1 / 3; font-size: 10px; }
  .price-panel-body { padding: 20px 18px 24px; }
  .price-item { grid-template-columns: minmax(0, 1fr); gap: 4px; }
  .price-item-cost, .price-item-note { grid-column: 1; }
  .price-item-cost { font-size: 18px; }
  .price-detail-actions .button { width: 100%; padding-inline: 12px; }
  .price-extra-note { font-size: 12px; margin-bottom: 22px; }
  .price-free-entry { display: block; padding: 20px; }
  .price-free-entry > a { display: inline-block; margin-top: 10px; }
  .price-consult { display: block; padding: 23px 20px; }
  .price-consult h2 { font-size: 18px; }
  .price-consult-actions { margin-top: 20px; }
  .price-consult-actions .button { width: 100%; }
  .price-visit-body { padding-inline: 4px; }
}
@media (prefers-reduced-motion: reduce) {
  .pricing-page *, .pricing-page *::before, .pricing-page *::after { transition: none; }
}
