/* ==========================================================================
   facility.php 固有スタイル（facility-custom.css）
   ========================================================================== */

/* --------------------------------------------------------------------------
   ページヒーロー：濃いグリーン系オーバーレイ写真背景
   -------------------------------------------------------------------------- */
[data-page="facility"] .haneji-page-hero {
  background:
    linear-gradient(135deg, rgba(47,69,40,.78) 0%, rgba(30,50,25,.78) 100%),
    url('https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27945/1.jpg') center/cover;
  padding: 140px 24px 100px;
}
[data-page="facility"] .haneji-page-hero::before { display: none; }
[data-page="facility"] .haneji-page-hero__en { color: var(--sub); }
[data-page="facility"] .haneji-page-hero__ja  { font-size: clamp(3rem, 5vw, 4.8rem); }

@media (max-width: 639px) {
  [data-page="facility"] .haneji-page-hero { padding: 100px 24px 70px; }
}

/* --------------------------------------------------------------------------
   セクション見出し（section-header--center）
   -------------------------------------------------------------------------- */
[data-page="facility"] .section-header--center {
  text-align: center;
  margin-bottom: 60px;
}

[data-page="facility"] .section-header__label {
  font-family: var(--font-en);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: .3em;
  color: var(--accent-deep);
  display: block;
  margin-bottom: 16px;
}

[data-page="facility"] .section-header__title {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: .06em;
  color: var(--ink);
  margin: 0 0 16px;
}

[data-page="facility"] .section-header__line {
  display: block;
  width: 48px;
  height: 3px;
  background: var(--sub);
  border-radius: 2px;
  margin: 0 auto 20px;
}

[data-page="facility"] .section-header__text {
  font-size: 1.45rem;
  color: var(--ink-soft);
  margin: 0;
}
