/* 甲斐市双葉ふれあい文化館（ネイビー基調・トップの茶系タグ等） */

.page-futaba-hall.page-psg-sub,
.page-futaba-hall.page-psg-usage {
  --psg-pink: #2c5892;
  --psg-pink-dark: #1f416d;
  --psg-lavender: #ebe8f2;
  --psg-brown: #3c2a21;
}

.page-futaba-hall.page-psg-guide {
  --psg-pink: #2c5892;
  --psg-pink-dark: #1f416d;
}

.page-futaba-hall.page-psg-sub .btn-contact--header,
.page-futaba-hall.page-psg-usage .btn-contact--header,
.page-futaba-hall.page-psg-guide .btn-contact--header {
  background: var(--psg-pink-dark);
}

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

.page-futaba-hall.page-psg-usage {
  --psg-usage-line-pink: #2c5892;
  --psg-usage-line-yellow: #fdd835;
  --psg-usage-line-blue: #26c6da;
  --psg-usage-line-sky: #f48fb1;
}

/* お知らせ一覧・詳細：ピル（ぴゅあ総合と同色 #221815） */
.page-futaba-hall .psg-news-item__tag,
.page-futaba-hall .news-list__tag,
.page-futaba-hall .news-article__tag {
  background: #221815;
}

/* ----- トップ：ヒーロー（森の教室と同型・全面 bg_pattern1 / SP：見出し＋写真 / PC：1200px・左上テキスト・写真 contain） ----- */
.futaba-hall-hero {
  --futaba-hero-head-max: 1200px;
  --futaba-hero-title-offset-y: 150px;
  margin: 0;
  background-color: #f7f6f4;
  background-image: url("../images/common/bg_pattern1.jpg");
  background-repeat: repeat;
  background-size: 420px;
  background-position: center;
}

.futaba-hall-hero__head {
  background: transparent;
  padding: 26px 0 30px;
  text-align: center;
}

.futaba-hall-hero__head-inner.container {
  max-width: none;
  width: 100%;
  padding-inline: var(--layout-gutter);
}

/* 市区名・館名：丸ゴシック・暗色・白縁（森の教室ヒーロー準拠） */
.futaba-hall-hero__city,
.futaba-hall-hero__hall {
  font-family: var(--font-body);
  font-weight: 700;
  color: #33302c;
  -webkit-text-stroke-color: #fff;
  paint-order: stroke fill;
}

.futaba-hall-hero__city {
  margin: 0 0 8px;
  font-size: clamp(13px, 3.6vw, 22px);
  letter-spacing: 0.06em;
  line-height: 1.4;
  -webkit-text-stroke-width: clamp(2px, 0.45vw, 2.75px);
}

.futaba-hall-hero__hall {
  margin: 0;
  font-size: clamp(26px, 9vw, 44px);
  letter-spacing: 0.04em;
  line-height: 1.2;
  -webkit-text-stroke-width: clamp(4px, 1.45vw, 6.5px);
}

.futaba-hall-hero__hall-line {
  display: inline-block;
}

/* SP：1行見出し（モック：館名を1行）、PC：2行に戻す */
.futaba-hall-hero__hall-stack--mobile {
  display: none;
}

.futaba-hall-hero__hall-stack--desktop {
  display: block;
}

.futaba-hall-hero__media {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: transparent;
}

.futaba-hall-hero__media-inner {
  position: relative;
  width: 100%;
}

.futaba-hall-hero__media picture {
  display: block;
}

.futaba-hall-hero__photo {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .futaba-hall-hero {
    background: none;
  }

  .futaba-hall-hero__head {
    background-color: #f7f6f4;
    background-image: url("../images/common/bg_pattern1.jpg");
    background-repeat: repeat;
    background-size: 420px;
    background-position: center;
    padding: 28px var(--layout-gutter) 32px;
    box-sizing: border-box;
    text-align: center;
  }

  .futaba-hall-hero__head-inner.container {
    padding-inline: 0;
  }

  .futaba-hall-hero__city,
  .futaba-hall-hero__hall {
    -webkit-text-stroke-width: 0;
    paint-order: normal;
    color: #33302c;
  }

  .futaba-hall-hero__city {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
  }

  .futaba-hall-hero__hall {
    font-size: inherit;
    line-height: 1.25;
  }

  .futaba-hall-hero__hall-stack--mobile {
    display: block;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.2;
  }

  .futaba-hall-hero__hall-stack--desktop {
    display: none !important;
  }

  .futaba-hall-hero__media-inner picture {
    padding-inline: 0;
    box-sizing: border-box;
  }

  .futaba-hall-hero__photo {
    max-height: none;
  }
}

@media (min-width: 768px) {
  .futaba-hall-hero__hall-stack--mobile {
    display: none !important;
  }

  .futaba-hall-hero__hall-stack--desktop {
    display: block;
  }

  .futaba-hall-hero {
    background-color: #f7f6f4;
    background-image: url("../images/common/bg_pattern1.jpg");
    background-repeat: repeat;
    background-size: 420px;
    background-position: center;
  }

  /* 写真エリアは全幅（見出しの基準）。写真ブロックのみ右端寄せ */
  .futaba-hall-hero__media-inner {
    max-width: none;
    width: 100%;
    margin-inline: 0;
    box-sizing: border-box;
  }

  /* 最大 1200px の見出しブロックをヒーロー内で水平中央に配置 */
  .futaba-hall-hero__head {
    position: absolute;
    left: 50%;
    top: var(--futaba-hero-title-offset-y);
    z-index: 2;
    padding: 0;
    background: none;
    text-align: left;
    pointer-events: none;
    width: min(var(--futaba-hero-head-max), calc(100% - 2 * var(--layout-gutter)));
    transform: translateX(-50%);
    box-sizing: border-box;
  }

  .futaba-hall-hero__head-inner.container {
    max-width: none;
    width: 100%;
    margin-inline: 0;
    padding-left: 85px;
    padding-right: 0;
    text-align: left;
  }

  .futaba-hall-hero__city {
    margin: 0 0 12px;
    font-size: 23px;
    letter-spacing: 0.06em;
    -webkit-text-stroke-width: 3px;
  }

  .futaba-hall-hero__hall {
    font-size: 60px;
    letter-spacing: 0.04em;
    -webkit-text-stroke-width: 7px;
  }

  .futaba-hall-hero__media {
    max-height: none;
    min-height: 260px;
    padding-inline: 0;
    box-sizing: border-box;
  }

  .futaba-hall-hero__media picture {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    box-sizing: border-box;
  }

  .futaba-hall-hero__photo {
    width: 100%;
    max-width: none;
    height: min(56vh, 560px);
    max-height: min(56vh, 560px);
    margin-left: auto;
    margin-right: 0;
    object-fit: contain;
    object-position: right center;
  }
}

/* ----- サブページ：施設名バー＋ページタイトル帯（双葉・森の教室共通） ----- */
.futaba-hall-page-hero,
.mori-kyoshitsu-page-hero {
  margin-bottom: 0;
}

.futaba-hall-page-hero__facility-bar,
.mori-kyoshitsu-page-hero__facility-bar {
  color: #fff;
  padding: 16px 0 18px;
}

.futaba-hall-page-hero__facility-bar {
  background: #2c5892;
}

.mori-kyoshitsu-page-hero__facility-bar {
  background: #4a7c59;
}

/* 小見出し＋館名を横並び・ブロック全体をバー内で中央（ゴシック・23px/48px 共通） */
.futaba-hall-page-hero__facility-line,
.mori-kyoshitsu-page-hero__facility-line {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 12px;
  width: 100%;
  margin: 0;
  text-align: center;
  font-family: "zen-maru-gothic", sans-serif;
  line-height: 1.2;
}

.futaba-hall-page-hero__city,
.mori-kyoshitsu-page-hero__city {
  flex: 0 0 auto;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #fff;
}

.futaba-hall-page-hero__hall,
.mori-kyoshitsu-page-hero__hall {
  flex: 0 1 auto;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
}

/* 下層ページタイトル帯：pure-sogo-guide.css の .psg-page-hero__panel と同型 */
.futaba-hall-page-hero__title-band,
.mori-kyoshitsu-page-hero__title-band {
  position: relative;
  padding: 40px 0 44px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
}

.futaba-hall-page-hero__title-band::before,
.mori-kyoshitsu-page-hero__title-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/common/bg_pattern1.jpg") center / 420px repeat;
  pointer-events: none;
}

.futaba-hall-page-hero__title-band .container,
.mori-kyoshitsu-page-hero__title-band .container {
  position: relative;
  z-index: 1;
}

/* #fhb-page-title / #mk-page-title — ゴシック・太字（ダークブラウン） */
.futaba-hall-page-hero__page-title,
.mori-kyoshitsu-page-hero__page-title {
  margin: 0;
  font-family: "zen-maru-gothic", sans-serif;
  font-size: clamp(22px, 3.6vw, 34px);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #221815;
}

@media (min-width: 768px) {
  .futaba-hall-page-hero__title-band,
  .mori-kyoshitsu-page-hero__title-band {
    padding: 48px 0 52px;
  }
}

@media (min-width: 1024px) {
  .futaba-hall-page-hero__facility-bar,
  .mori-kyoshitsu-page-hero__facility-bar {
    padding: 20px 0 22px;
  }
}


.futaba-hall-facility-head .futaba-hall-facility-head__brand-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  text-decoration: none;
  color: inherit;
  line-height: 1.25;
  max-width: min(100%, 16em);
}

.futaba-hall-facility-head .futaba-hall-facility-head__kicker {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #1f416d;
  line-height: 1.35;
}

.futaba-hall-facility-head .futaba-hall-facility-head__title {
  font-size: clamp(15px, 4.2vw, 18px);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #1f416d;
}

/* ----- トップ：お知らせ帯 ----- */
.page-futaba-hall .futaba-hall__news-band {
  background: #f0f0f5;
  border-radius: 0;
}

.page-futaba-hall .futaba-hall__news-band .news-list__tag {
  background: #221815;
}

/* ----- ご利用案内：抽選注意（モック寄せ・ニュートラルグレー） ----- */
.fhb-lottery {
  margin: 20px 0 24px;
  padding: 18px 20px 20px;
  background: #f2f2f7;
  border: 1px solid #ddd;
}

.fhb-lottery__title {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

/* 申込み手続き内の箇条書き */
.page-futaba-hall.page-psg-usage .psg-usage-steps ul {
  margin: 10px 0 0;
  padding-left: 1.35em;
  font-size: 16px;
  line-height: 1.85;
  color: #444;
}

.page-futaba-hall.page-psg-usage .psg-usage-steps ul li {
  margin-bottom: 8px;
}

.page-futaba-hall.page-psg-usage .psg-usage-steps ul li:last-child {
  margin-bottom: 0;
}

.fhb-lottery__list {
  margin: 0;
  padding-left: 1.2em;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
}

.fhb-pdf-list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fhb-pdf-card {
  margin: 0;
}

.fhb-pdf-card__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  text-decoration: none;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  transition: border-color 0.15s, box-shadow 0.15s;
}

.fhb-pdf-card__link:hover {
  border-color: #2c5892;
  box-shadow: 0 2px 10px rgba(44, 88, 146, 0.12);
}

.fhb-pdf-card__label {
  flex: 1;
  min-width: 0;
}

.fhb-pdf-card__icon {
  flex-shrink: 0;
  width: 28px;
  height: 32px;
  background: linear-gradient(180deg, #e53935 0%, #c62828 100%);
  border-radius: 2px;
  position: relative;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

.fhb-pdf-card__icon::after {
  content: "PDF";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 8px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.02em;
}

/* ----- 施設案内：アクセス2カラム（本文） ----- */
.page-futaba-hall.page-psg-guide .futaba-access-columns {
  display: grid;
  gap: 20px 28px;
  margin-top: 18px;
}

@media (min-width: 768px) {
  .page-futaba-hall.page-psg-guide .futaba-access-columns {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.page-futaba-hall.page-psg-guide .futaba-access-columns__col p {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.75;
}

.page-futaba-hall.page-psg-guide .futaba-access-columns__col p:last-child {
  margin-bottom: 0;
}

.page-futaba-hall.page-psg-guide .futaba-hall-guide__seat-pdf {
  margin: 8px 0 28px;
}

/* ----- 施設案内：アクセス周辺・室カードCTA ----- */
.page-futaba-hall .psg-access__static-map {
  margin: 0 0 20px;
  border-radius: 8px;
  overflow: hidden;
}

.page-futaba-hall .psg-access__parking {
  margin-bottom: 28px;
}

.page-futaba-hall .psg-access__static-map img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 1024px) {
  .page-futaba-hall .psg-access__parking {
    margin-bottom: 48px;
  }

  .page-futaba-hall .psg-access__static-map--map1 img {
    width: 470px;
    max-width: 100%;
    height: auto;
    margin-inline: auto;
  }

  .page-futaba-hall .psg-access__static-map--map2 img {
    width: 540px;
    max-width: 100%;
    height: auto;
    margin-inline: auto;
  }
}

.page-futaba-hall .psg-room-card__cta {
  margin: 12px 0 0;
}

.page-futaba-hall .psg-room-card__btn {
  display: inline-block;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: var(--psg-brown, #3c2a21);
  border-radius: 6px;
  text-decoration: none;
  transition: filter 0.15s;
}

.page-futaba-hall .psg-room-card__btn:hover {
  filter: brightness(1.08);
}
