/* ぴゅあ総合 ご利用案内 */

.page-psg-usage {
  /* 下層ヒーロー・ヘッダー（pure-sogo-guide.css の .psg-page-hero と整合） */
  --psg-pink: #f0789f;
  --psg-pink-dark: #b85578;
  --psg-brown: #3a2e2a;
  --font-display: "shippori-mincho", sans-serif;
  /* 画像指定に近いアクセント */
  --psg-usage-line-pink: #f0789f;
  --psg-usage-line-yellow: #ffeb3b;
  --psg-usage-line-blue: #03a9f4;
  --psg-usage-line-sky: #81d4fa;
  --psg-usage-dl-bg: #f0f0f5;
}

.page-pure-fuji.page-psg-usage {
  --psg-pink: #009fe8;
  --psg-pink-dark: #0077b5;
  --psg-usage-line-pink: #009fe8;
}

.page-pure-kyonan.page-psg-usage {
  --psg-pink: #00a63e;
  --psg-pink-dark: #008a32;
  --psg-usage-line-pink: #00a63e;
}



  background: var(--psg-pink-dark, #b85578);
}

.page-psg-usage .global-nav__list > li > a.is-current,
.page-psg-usage .global-nav__facilities-link.is-current {
  box-shadow: inset 0 -3px 0 var(--psg-pink, #f0789f);
}

/* ----- セクション見出しは about.css の .about-section__heading + .about-section__rule ----- */

.psg-usage-section {
  margin-bottom: 56px;
  scroll-margin-top: 100px;
}

.psg-usage-section:last-of-type {
  margin-bottom: 40px;
}

.psg-usage-lead {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.85;
  color: #333;
}

.psg-usage-steps {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  counter-reset: usage-step;
}

.psg-usage-steps > li {
  margin-bottom: 22px;
}

.psg-usage-steps > li::before,
.psg-usage-num-list > li::before {
  font-weight: 700;
  font-size: 17px;
  color: #222;
}

.psg-usage-steps > li::before {
  counter-increment: usage-step;
  content: counter(usage-step) ". ";
}

.psg-usage-num-list > li::before {
  counter-increment: usage-note;
  content: counter(usage-note) ". ";
}

.psg-usage-steps h3,
.psg-usage-num-list > li h3 {
  display: inline;
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #222;
}

@media (min-width: 768px) {
  .psg-usage-steps > li::before,
  .psg-usage-num-list > li::before {
    font-size: 20px;
  }

  .psg-usage-steps h3,
  .psg-usage-num-list > li h3 {
    font-size: 20px;
  }
}

.psg-usage-steps p {
  margin: 8px 0 0;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.85;
  color: #444;
}

.psg-usage-subh4 {
  margin: 16px 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

/* 利用申請：1つの p 内の小見出し（お電話の場合 / オンライン予約の場合） */
.psg-usage-steps p strong.psg-usage-subhead {
  display: block;
  margin: 14px 0 6px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

.psg-usage-steps p strong.psg-usage-subhead:first-child {
  margin-top: 0;
}

.psg-usage-inline-note {
  font-size: 0.95em;
}

/* ----- ダウンロードボックス ----- */
.psg-usage-downloads {
  margin-top: 28px;
  padding: 22px 18px 24px;
  background: var(--psg-usage-dl-bg);
  border: 1px solid #e0e0e0;
}

.psg-usage-downloads__lead {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.75;
  color: #333;
}

.psg-usage-downloads__lead a {
  color: #1a5fb4;
  text-decoration: underline;
}

.psg-usage-downloads__lead a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .psg-usage-downloads__lead {
    font-size: 20px;
  }
}

.psg-usage-dl-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.psg-usage-dl-list > li {
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.psg-usage-dl__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 14px;
  padding: 14px 16px;
}

.psg-usage-dl__name {
  flex: 1 1 200px;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  line-height: 1.5;
}

.psg-usage-dl__badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.psg-usage-dl__icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  text-decoration: none;
}

.psg-usage-dl__icon-link img {
  display: block;
  width: 23px;
  height: 25px;
  object-fit: contain;
}

.psg-usage-dl__icon-link:hover img {
  opacity: 0.88;
}

.psg-usage-dl__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5em;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

.psg-usage-dl__badge--pdf {
  background: #c0392b;
}

.psg-usage-dl__badge--xls {
  background: #1e7e34;
}

.psg-usage-dl__badge:hover {
  filter: brightness(1.08);
  color: #fff;
  text-decoration: none;
}

.psg-usage-dl__fee {
  margin-top: 20px;
  padding-top: 18px;
}

.psg-usage-dl__fee-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-height: 52px;
  padding: 10px 14px 10px 16px;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  text-decoration: none;
  background: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 6px;
  transition: border-color 0.15s, background 0.15s;
}

.psg-usage-dl__fee-link:hover {
  border-color: #999;
  background: #fafafa;
  color: #111;
  text-decoration: none;
}

.psg-usage-dl__fee-link-label {
  flex: 1;
  min-width: 0;
  text-align: left;
}

.psg-usage-dl__fee-link-icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.psg-usage-dl__fee-link-icon img {
  display: block;
  width: 23px;
  height: 25px;
  object-fit: contain;
}

/* ----- 注意事項 番号リスト ----- */
.psg-usage-num-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: usage-note;
}

.psg-usage-num-list > li {
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 1.85;
  color: #444;
}

.psg-usage-num-list > li > p {
  margin: 8px 0 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.psg-usage-num-list > li > p a {
  color: #1a5fb4;
  text-decoration: underline;
}

.psg-usage-num-list > li > p a:hover {
  text-decoration: none;
}

/* ご利用上の注意：空き状況＋オンライン予約（外部リンク・左テキスト・右アイコンのみ） */
.psg-usage-availability-text {
  margin: 8px 0 0;
}

.psg-usage-num-list > li > p .psg-usage-reserve-external {
  display: inline-flex;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  margin: 8px 0;
  vertical-align: middle;
  color: #111;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  min-height: 52px;
  padding: 14px 16px;
}

.psg-usage-num-list > li > p .psg-usage-reserve-external:hover {
  color: #111;
  text-decoration: none;
}

@media (max-width: 767px) {
  .psg-usage-num-list > li > p .psg-usage-reserve-external {
    display: flex;
    width: 100%;
  }
}

/* ----- 連絡（大きなTEL） ----- */
.psg-usage-contact {
  position: relative;
  margin: 56px auto 0;
  max-width: 560px;
  padding: 36px 28px 40px;
  overflow: hidden;
  text-align: center;
  background: #ebebeb;
  border: 1px solid #ddd;
  border-radius: 8px;
}

/* ぴゅあ総合・峡南・富士：全幅・石目調パターン（画像デザインに合わせる） */
:is(.page-pure-sogo, .page-pure-kyonan, .page-pure-fuji, .page-futaba-hall).page-psg-usage .psg-usage-contact {
  max-width: none;
  width: 100%;
  margin: 56px 0 0;
  padding: clamp(28px, 4.5vw, 48px) clamp(16px, 4vw, 28px);
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  background-color: #e6e6e6;
  background-image: url("../images/common/bg_pattern1.jpg");
  background-repeat: repeat;
  background-size: 420px auto;
  background-position: center top;
}

:is(.page-pure-sogo, .page-pure-kyonan, .page-pure-fuji, .page-futaba-hall).page-psg-usage .psg-usage-contact__lead {
  margin: 0 0 clamp(12px, 2.2vw, 18px);
  font-size: clamp(17px, 3.6vw, 26px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: #222;
}

:is(.page-pure-sogo, .page-pure-kyonan, .page-pure-fuji, .page-futaba-hall).page-psg-usage .psg-usage-contact__org {
  margin: 0 0 clamp(9px, 1.5vw, 13px);
  font-size: clamp(14px, 2.1vw, 17px);
  font-weight: 400;
  line-height: 1.65;
  color: #222;
}

:is(.page-pure-sogo, .page-pure-kyonan, .page-pure-fuji, .page-futaba-hall).page-psg-usage .psg-usage-contact__tel {
  margin: 0 0 clamp(8px, 1.5vw, 12px);
  font-size: clamp(30px, 7.5vw, 40px);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.12;
  color: #222;
}

:is(.page-pure-sogo, .page-pure-kyonan, .page-pure-fuji, .page-futaba-hall).page-psg-usage .psg-usage-contact__fax {
  margin: 0;
  font-size: clamp(16px, 2.8vw, 22px);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #222;
}

.psg-usage-contact__lead {
  margin: 0 0 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.65;
  color: #333;
}

.psg-usage-contact__org {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  color: #222;
}

.psg-usage-contact__tel {
  margin: 0 0 8px;
  font-size: clamp(26px, 6vw, 34px);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #222;
}

.psg-usage-contact__tel a {
  color: inherit;
  text-decoration: none;
}

.psg-usage-contact__tel a:hover {
  text-decoration: underline;
}

.psg-usage-contact__fax {
  margin: 0;
  font-size: 15px;
  color: #555;
}

/* ぴゅあ施設サイドバー（アコーディオン含む）は pure-sogo.css に集約 */
