/* ============================================
   Castello di Giulio II Feature Page
/* ============================================
   Castello di Giulio II Feature Page - FULL
   （空軍博物館と完全統一レイアウト）
============================================ */

/* ---- ページ背景 ---- */
.featurePage.is-giulio {
  background: #f9f7f2;
  color: #2b2b2b;
}

/* ---- コンテナ共通 ---- */
.featurePage.is-giulio .container,
.featureSection {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

/* ============================================
   HERO（空軍博物館と完全同じ構造）
============================================ */
.featureHero.is-giulio .featureHero__image img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 40px;
}

.featureHero.is-giulio .featureHero__content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px 0;
}

.featureHero.is-giulio .featureHero__kicker {
  display: block;
  font-size: 14px;
  letter-spacing: .05em;
  color: #7F5539;
  margin-bottom: 12px;
}

.featureHero.is-giulio .featureHero__title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.25;
}

.featureHero.is-giulio .featureHero__subtitle {
  font-size: 18px;
  color: #7F5539;
  line-height: 1.6;
  margin-bottom: 0;
}

/* ============================================
   SECTION（PC共通）
============================================ */
.featureSection {
  margin-bottom: 72px;
  padding: 0 20px;
}

.featureSection .secTitle {
  text-align: center;
  margin-top: 72px;
  margin-bottom: 12px;
}

.featureSection .secSub {
  text-align: center;
  margin-top: 6px;
  margin-bottom: 40px;
  color: #7F5539;
}

/* ---- 本文 ---- */
.featureSection p {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.9;
  margin-bottom: 24px;
  font-size: 16px;
}

/* ---- 写真（横） ---- */
.featureImage--wide img {
  width: 100%;
  display: block;
  margin: 0 0 28px;
}

/* ---- 写真（縦） ---- */
.featureImage--vertical img {
  width: 80%;
  max-width: 600px;
  display: block;
  margin: 0 auto 28px;
}
/* PC版 */
.sectionMiniHead {
  font-size: 20px;      
  text-align: left;     /* secSub の center を打ち消す */
  margin: 24px 0 12px;  /* 小見出し用の間隔 */
  color: #7F5539;       /* secSub と同じ色（統一感） */
  font-weight: 700;     /* 少し強調 */
}
/* ============================================
   SP（〜767px） — 空軍博物館と統一
============================================ */
@media (max-width: 767px) {

  /* コンテナ */
  .featurePage.is-giulio .container,
  .featureSection {
    padding: 0 16px;
    margin-bottom: 56px;
  }

  /* HERO */
  .featureHero.is-giulio .featureHero__content {
    padding: 24px 16px 0;
  }

  .featureHero.is-giulio .featureHero__title {
    font-size: 24px;
    line-height: 1.3;
  }

  .featureHero.is-giulio .featureHero__subtitle {
    font-size: 13px;
  }

  /* 章タイトル（SP） */
  .featureSection .secTitle {
    font-size: 22.4px; /* PC 28px × 0.8 */
    text-align: center;
    margin-top: 56px;
    margin-bottom: 8px;
    line-height: 1.35;
  }

  .featureSection .secSub {
    font-size: 11.2px;
    text-align: center;
    margin: 4px 0 32px;
  }

  /* 本文（SP） */
  .featureSection p {
    font-size: 14px;
    line-height: 1.9;
  }
  .sectionMiniHead {
    font-size: 15px;    /* PC × 約0.8 が自然 */
    margin: 20px 0 12px;
    text-align: left;   /* SPも左寄せ */
  }
  /* =====================================
     写真（横・縦 共通：空軍ページ準拠）
     → 必ず中央揃え & 同サイズ（80vw）
  ====================================== */
  .featureImage--wide img,
  .featureImage--vertical img {
    width: 80vw;
    margin-left: 50%;
    transform: translateX(-50%);
    max-width: none;
    margin-bottom: 24px;
    display: block;
  }
}

