@charset "utf-8";

/* ===========================================================================
   トップページ LP スタイル — Figmaデザイン準拠
   ザ・フォレストテラス熊本 5周年記念結婚式プレゼントキャンペーン
   参照: docs/documents/design_review.md (002)
=========================================================================== */

main {}

/* ================================================================
   01. ヒーロー (Hero) — Figmaデザイン準拠
   全画面写真背景 + 中央ダークグリーン半透明パネル（縦100%）
   パネル内: インナーゴールドフレーム
================================================================ */
.hero {
  height: 57.5rem;
  padding-top: 8.75rem;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}

.hero::after {
  content: "";
  width: 26.25rem;
  height: 26.25rem;
  background: url(../assets/images/fig_home_catch.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.5rem;
  left: calc(50% + 18.75rem);
  z-index: 10;
}

.hero__media {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
}

.hero__photo {
  max-width: unset;
  width: auto;
  height: 100%;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 22, 10, 0.45);
}

/* 中央パネル（全高・中央配置） */
.hero__panel {
  position: relative;
  z-index: var(--z-content);
  background-color: rgba(14, 30, 14, 0.7);
  /* ダークグリーン半透明 */
  max-width: 29rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* 内側の枠線（外側パネルの中に配置されるゴールドフレーム） */
.hero__panel-inner {
  text-align: center;
  padding: 2rem;
}

/* 枠線のすぐ内側のコンテンツ用ラッパー */
.hero__panel-content {}

/* ── WEDDING CAMPAIGN ラベル（枠線を生成して分断） ── */
.hero__campaign-label {
  display: flex;
  align-items: center;
  margin: 0 2rem;
}

.hero__campaign-label::before,
.hero__campaign-label::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: rgba(200, 181, 120, 0.4);
  /* 分割された上部枠線 */
}

.hero__campaign-text {
  font-family: var(--font-en);
  font-size: 1rem;
  letter-spacing: 0.2em;
  color: var(--color-gold-light);
  white-space: nowrap;
  padding: 0 1.25rem;
}

/* ── 星 + 5th Anniversary + ロゴ ── */
.hero__anniversary {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem 1rem 1rem;
  border: 2px solid var(--color-gold-border);
  position: relative;
}

.hero__star {
  position: absolute;
  top: -0.6rem;
  left: calc(50% - 0.75rem);
  width: 1.5rem;
  text-align: center;
  font-size: 1rem;
  color: var(--color-gold-light);
  margin-bottom: 0.5rem;
  line-height: 1;
  background-color: #324744;
}

.hero__anniversary-text {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.8rem;
  font-weight: 400;
  font-style: italic;
  color: var(--color-gold-light);
  line-height: 1.3;
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
}

.hero__venue-brand {
  font-family: var(--font-en);
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: var(--color-gold-light);
  line-height: 1;
  text-transform: uppercase;
  font-variant: small-caps;
}

/* ── メインタイトル ── */
.hero__title {
  font-family: var(--font-mincho);
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

.hero__title-small {
  font-size: 2.5rem;
  font-weight: 400;
  /* 白文字で細く */
  color: var(--color-white);
}

.hero__title-main {
  display: block;
  font-size: 2.5rem;
  font-weight: 400;
  color: var(--color-gold-light);
}

/* ── 区切り線 ── */
.hero__divider {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

/* ── サブ情報 ── */
.hero__subtitle {
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--color-white);
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.hero__zero {
  font-size: 1.5em;
  color: var(--color-gold-light);
  font-style: normal;
}

.hero__deadline {
  font-size: 1rem;
  color: #fff;
  margin: 0.5rem 0 0.7rem 0;
}

/* ── 会場情報 ── */
.hero__venue {
  margin-top: 0;
}

.hero__venue-name {
  font-family: var(--font-en);
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: var(--color-gold-light);
}

.hero__venue-info {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
}

/* ── 抽選バッジ（パネル左下角に絶対配置） ── */
.hero__badge {
  position: absolute;
  left: -3.7rem;
  bottom: -1rem;
  width: 7.5rem;
  height: 7.5rem;
  background-color: #c9a96e;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.5rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.hero__badge-sub {
  font-size: 1.1rem;
  font-weight: 400;
  color: #222;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.hero__badge-main {
  font-size: 1.4rem;
  font-weight: 600;
  color: #222;
  line-height: 1.3;
}

/* ================================================================
   02. イントロ（ダークグリーン背景）
================================================================ */
.section--intro {
  position: relative;
  background-color: var(--color-primary-mid);
  padding: 2rem 0 4rem 0;
  text-align: center;
  overflow: hidden;
}

.section--intro::after {
  content: "";
  width: 20rem;
  height: 20rem;
  background: url(../assets/images/fig_bg_campaign.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 1rem;
  right: calc(50% + 18.75rem);
  z-index: 10;
}

.intro__deco {
  position: absolute;
  top: 10%;
  left: -5%;
  width: clamp(200px, 40vw, 400px);
  height: clamp(200px, 40vw, 400px);
  border: 1px solid rgba(200, 181, 120, 0.15);
  border-radius: 50%;
  z-index: 1;
}

.intro__deco::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 20%;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(200, 181, 120, 0.15);
  border-radius: 50%;
}

.intro__content {
  position: relative;
  z-index: 2;
  max-width: 54rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.intro__line-top {
  width: 2px;
  height: 3rem;
  margin-bottom: 1rem;
  background: linear-gradient(to top,
      var(--color-gold) 0%,
      rgba(255, 215, 0, 0) 100%);
}

.intro__label-wrap {
  background-color: var(--color-gold-light);
  padding: 0.2rem 1.5rem;
  margin-bottom: 2rem;
  display: inline-block;
}

.intro__label {
  font-family: var(--font-en);
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  color: #222;
  font-weight: 600;
}

.intro__title {
  font-family: var(--font-serif);
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
}

.intro__title-white {
  color: var(--color-white);
  font-weight: 400;
}

.intro__title-gold {
  display: inline-block;
  font-style: normal;
  color: var(--color-gold-light);
  font-size: 2rem;
  margin: 0;
}

.intro__divider {
  width: 3rem;
  height: 1px;
  background-color: var(--color-gold);
  margin: 1.5rem auto;
}

.intro__lead {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 2;
  letter-spacing: 0.08em;
}

/* ================================================================
   03. キャンペーン特典
================================================================ */
.section--benefit {
  background-color: #faf7f2;
  /* ライトベージュ */
  padding: 3.75rem 0;
}

.benefit-flex {
  display: flex;
  flex-direction: column;
  gap: 4.375rem;
  margin-bottom: 3.375rem;
}

.benefit-card-large {
  background-color: #fff;
  text-align: center;
  position: relative;
  padding: 2.5rem 1.5rem 1.5rem 1.5rem;
}

.benefit-card-large__head {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
}

.benefit-tag {
  display: inline-block;
  width: 12.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.4rem 1rem;
  background: #c9a96e;
  color: #222;
}

.benefit-card-large__body {}

.benefit-title {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 500;
  color: #222;
  line-height: 1.8;
}

.benefit-title-gold {
  color: var(--color-gold);
  margin: 0 0.1em;
  font-weight: 600;
}

.benefit-note {
  font-size: 1rem;
  color: #222;
}

.benefit-max-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.benefit-max-text {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--color-primary-text);
}

.benefit-max-price {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--color-gold);
  margin: 0 0.1em;
}

.benefit-circles {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.benefit-circle {
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  border: 2px solid var(--color-gold);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #faf7f2;
}

.benefit-circle-pct {
  font-size: 3rem;
  font-weight: 600;
  color: var(--color-gold);
  line-height: 1.2;
}

.benefit-circle-unit {
  font-size: 0.6em;
  color: var(--color-gold);
}

.benefit-circle-off {
  font-size: 0.5em;
  margin-left: 2px;
  color: #222;
}

.benefit-circle-name {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--color-text);
  line-height: 1.4;
}

/* ================================================================
   04. その他の豪華特典一覧
================================================================ */
.section--presents {
  background-color: #efebe0;
  padding: 3.75rem 0;
}

.present-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}

.present-card {
  background-color: var(--color-white);
  padding: 2rem;
  text-align: center;
  border-top: 3px solid #cba769;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.present-card__emoji {
  margin-bottom: 1rem;
  display: inline-block;
  width: 1.75rem;
}

.present-card__name {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--color-primary-text);
  margin-bottom: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.present-card__desc {
  font-size: 0.95rem;
  color: #222;
  line-height: 1.6;
  text-align: left;
}

.presents-notice-box {
  background-color: var(--color-primary);
  color: var(--color-gold-light);
  padding: 1.5rem 2rem;
  text-align: center;
  font-size: 1rem;
}

/* ================================================================
   05. 写真帯 / 09. ギャラリー
================================================================ */
.section--photo-strip,
.section--gallery {
  padding: 0;
  background: linear-gradient(to bottom,
      #efebe0 calc(100% - 5rem),
      #1b281f 5rem);
  position: relative;
  z-index: 10;
}

.photo-strip,
.gallery-strip {
  /*
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 0.5rem;*/
  overflow: hidden;
  position: relative;
}

.photo-strip__track {
  display: flex;
  gap: 0.5rem;
  width: max-content;
  animation: slideLoop 60s linear infinite;
}

.photo-strip::-webkit-scrollbar,
.gallery-strip::-webkit-scrollbar {
  display: none;
}

.photo-strip__item,
.gallery-strip__item {
  flex: 0 0 auto;
  width: 16rem;
  height: 10rem;
  scroll-snap-align: start;
}

.photo-strip__item:nth-child(even) {
  margin-top: 2.5rem;
}

.photo-strip__img,
.gallery-strip__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 無限ループ */
@keyframes slideLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


/* ================================================================
   06. 選ばれる理由
================================================================ */
.section--reasons {
  background-color: var(--color-primary-mid);
  color: var(--color-white);
}

.section--reasons .section-head__en {
  color: var(--color-gold-light);
  justify-content: center;
  font-size: 1rem;
}

.section--reasons .section-head__ja,
.section--reasons .section-head__lead {
  color: var(--color-white);
}

.container--reasons {
  max-width: 65rem;
}

.reason-list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.reason-item {
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
  align-items: center;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--color-gold-light);
}

.reason-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.reason-item__photo-wrap {
  position: relative;
  width: 22.5rem;
}

.reason-item__photo {
  max-width: 100%;
  height: auto;
}

.reason-item__body {
  flex: 1;
  position: relative;
}

.reason-item__num {
  position: absolute;
  top: -2rem;
  right: 1rem;
  font-family: var(--font-en);
  font-size: 5rem;
  color: var(--color-gold-light);
  /* opacity: 0.4; */
  line-height: 1;
}

.reason-item__tag {
  display: inline-block;
  font-family: var(--font-serif);
  font-size: 0.9rem;
  color: var(--color-gold-light);
  border: 1px solid var(--color-gold-light);
  padding: 0.2rem 0.8rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.05em;
}

.reason-item__title {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--color-gold-light);
  margin-bottom: 1rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

.reason-item__desc {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

/* ================================================================
   キャンペーン期間
================================================================ */
.section--kikan {
  background: url(../assets/images/bg_campaign-period.jpg) no-repeat;
  background-size: 1920px auto;
  background-position: center;
}

.kikan-box {
  width: 37.5rem;
  margin: 0 auto;
  background: rgba(27, 40, 31, 0.7);
  padding: 2.5rem 0;
  text-align: center;
  position: relative;
}

.kikan-box::before {
  content: "◆";
  width: 1rem;
  font-size: 0.6rem;
  text-align: center;
  color: var(--color-gold-light);
  position: absolute;
  top: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
}

.kikan-box::after {
  content: "◆";
  width: 1rem;
  font-size: 0.6rem;
  text-align: center;
  color: var(--color-gold-light);
  position: absolute;
  bottom: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
}

.kikan-box .kikan-box__ttl {
  font-size: 1.1rem;
  color: var(--color-gold-light);
  margin-bottom: 1rem;
}

.kikan-box .kikan-box__text {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  margin-bottom: 1rem;
}

.kikan-box .kikan-box__chui {
  font-size: 1rem;
  color: #fff;
}

/* ================================================================
   07. 応募条件
================================================================ */
.section--conditions {
  background-color: #efebe0;
  padding: 3rem 0;
}

.conditions-banner {
  background-color: var(--color-primary);
  width: 37.5rem;
  text-align: center;
  padding: 1rem;
  margin: 0 auto 2rem auto;
  position: relative;
}

.conditions-banner::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.7rem solid transparent;
  border-left: 0.7rem solid transparent;
  border-top: 1rem solid var(--color-primary);
  border-bottom: 0;
  position: absolute;
  bottom: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
}

.conditions-banner__text {
  color: var(--color-gold-light);
  font-size: 1.4rem;
  font-weight: 600;
  font-family: var(--font-serif);
}

.section--conditions .section-head--center {
  margin-bottom: 2rem;
}

.conditions-box {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.conditions-deadline {
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  background: #fff;
  padding: 0.2rem 2rem;
}

.conditions-deadline__label {
  background-color: var(--color-primary-mid);
  color: var(--color-white);
  padding: 0.4rem 1.5rem;
  margin-right: 1rem;
  display: inline-block;
  letter-spacing: 0.1em;
}

.conditions-deadline__date {
  color: #222;
  font-weight: 700;
  letter-spacing: 0.1em;
  vertical-align: middle;
}

.conditions-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.conditions-list__item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 1.05rem;
  color: #222;
  line-height: 1.6;
}

.conditions-list__num {}

.conditions-note {
  font-size: 0.95rem;
  color: var(--color-text-muted);
  line-height: 1.8;
  text-align: center;
}

.conditions-note-link {
  color: #882a25;
}

/* ================================================================
   08. 申込みフォーム（4STEP）
================================================================ */
.section--flow {
  background-color: #faf7f2;
  padding-top: 3rem;
}

.container--form {
  max-width: 55rem;
}

.section--flow .section-head--center {
  margin-bottom: 2rem;
}

.step-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}

.step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}

.step-circle {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: var(--color-white);
  border: 2px solid var(--color-gold-light);
  color: var(--color-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-en);
  font-size: 1.2rem;
}

.step-item .step-circle.active {
  background-color: var(--color-gold-light);
  color: var(--color-white);
}

.step-label {
  font-size: 1rem;
  color: #222;
}

.step-item .step-circle.active + .step-label {
  color: #222;
  font-weight: 700;
}

.step-line {
  height: 1px;
  width: clamp(2rem, 5vw, 4rem);
  background-color: var(--color-gold);
  margin: 0 1rem;
  transform: translateY(-1rem);
}

  /* Step panels */
  .step-panel { display: none; }
  .step-panel.active { display: block; animation: fadeIn 0.4s ease; }
  @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }


.step-question {
  font-size: 1.25rem;
  color: var(--color-primary-text);
  margin-bottom: 2.5rem;
  text-align: center;
}

.option-grid {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 3.5rem;
}

.option-btn {
  cursor: pointer;
  width: 11.25rem;
}

.style-choice__input {
  display: none;
}

.option-btn {
  background-color: var(--color-white);
  border: 1px solid var(--color-gold-light);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  transition: all 0.2s;
  box-shadow: 0 0 0 1px var(--color-gold-light);
}

  .option-btn:hover, .option-btn.selected {
    background-color: rgba(200, 181, 120, 0.1);
  }


.opt-icon {
  width: 1.75rem;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.style-choice__label {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--color-primary-text);
}

  .btn-next, .btn-back, .btn-submit {
    width: 100%;
    padding: 1rem;
    font-family: 'Shippori Mincho', serif;
    font-size: 1rem;
    letter-spacing: 0.2em;
    cursor: pointer;
    border: none;
    transition: all 0.3s;
  }
  .btn-next, .btn-submit {
    background: var(--color-primary);
    color: #fff;
    position: relative;
    overflow: hidden;
  }
  .btn-next::after, .btn-submit::after {
    content: '→';
    position: absolute;
    right: 1.5rem; top: 50%;
    transform: translateY(-50%);
    transition: right 0.2s;
  }
  .btn-next:hover, .btn-submit:hover {
    background: var(--color-gold);
  }
  .btn-next:hover::after, .btn-submit:hover::after { right: 1rem; }

  .btn-back {
    background: transparent;
    border: 1px solid rgba(26,40,32,0.2);
    color: var(--text-mid);
    margin-bottom: 0.8rem;
  }
  .btn-back:hover { border-color: var(--color-primary); color: var(--color-primary); }

  .form-group {
    margin-bottom: 1.25rem;
  }
  .form-group label {
    display: block;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    color: var(--text-mid);
    margin-bottom: 0.5rem;
  }
  .form-group label .required {
    display: inline-block;
    background: var(--color-gold);
    color: #fff;
    font-size: 0.7rem;
    padding: 0.125rem 0.4rem;
    margin-left: 0.4rem;
    vertical-align: middle;
  }
  .form-group input,
  .form-group textarea {
    width: 100%;
    border: 1px solid rgba(201,169,110,0.35);
    background: #fff;
    padding: 0.9rem 1rem;
    font-family: 'Shippori Mincho', serif;
    font-size: 0.9rem;
    color: #222;
    outline: none;
    transition: border-color 0.2s;
    -webkit-appearance: none;
  }
  .form-group input:focus,
  .form-group textarea:focus {
    border-color: var(--color-gold);
  }
  .form-group textarea {
    min-height: 100px;
    resize: vertical;
  }

  /* Success */
  .form-success {
    display: none;
    text-align: center;
    padding: 0;
    animation: fadeIn 0.6s ease;
  }
  .form-success.show { display: block; }
  .form-success h3 {
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--color-primary);
    margin-bottom: 1rem;
    letter-spacing: 0.06em;
  }
  .form-success p {
    font-size: 0.9rem;
    color: #222;
    line-height: 2;
  }

  .line_box{
    width: 30rem;
    margin: 2rem auto 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    background: #fff;
    border: 1px solid #05c854;
  }

  .line_qr{
    width: 11.25rem;
    margin-bottom: 0.3rem;
  }

  .line_text{
      color: #882a25;
  }

/* ================================================================
   09. アクセス
================================================================ */
.section--access {
  padding: 3.75rem 0;
  position: relative;
}

.section--access .access-img01 {
  width: 61.25rem;
  aspect-ratio: 1960 / 560;
  position: absolute;
  top: -2rem;
  right: 50%;
}

.access_wrap {
  padding: 16rem 0 0 0;
}

.access_img_box {
  display: flex;
  justify-content: flex-start;
  width: 57.625rem;
  gap: 1.5rem;
  position: absolute;
  top: 0;
  left: calc(50% + 1.5rem)
}

.access_img_box .access_img_l {
  width: 19.5rem;
}

.access_img_box .access_img_r {
  width: 36.625rem;
}

.access_img_box .access_img_r .access-img03 {
  margin-bottom: 1.5rem;
}

.access_info {}

.access_info_ttl_en {
  font-family: var(--font-en);
  font-size: 1rem;
  letter-spacing: 0.2em;
  color: var(--color-gold);
}

.access_info_ttl_ja {
  font-size: 1.4rem;
  font-weight: 600;
}

.access_info_address {
  margin: 1rem 0;
  padding-left: 0.8rem;
  border-left: 2px solid var(--color-gold-border);
}

.access_info_address p {
  margin-bottom: 1rem;
}

.access_info_address p:last-child {
  margin-bottom: 0;
}

.access_info_tel {
  font-size: 2rem;
  font-family: var(--font-en);
  padding-left: 2rem;
  line-height: 1;
  position: relative;
  margin-bottom: 1rem;
}

.access_info_tel::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../assets/images/icon_access_tell.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.access_info_map {
  margin-top: 1rem;
}

.access_info_map a {
  display: block;
  width: 16rem;
  padding: 0.6rem 0;
  text-align: center;
  background: #c9a96e;
  color: #222;
  transition: all 0.3s ease;
}

.access_info_map a:hover {
  opacity: 0.8;
}

/* ================================================================
   セクション共通ヘッダー（03以降）
================================================================ */
.section-head--center {
  text-align: center;
  margin-bottom: 4rem;
}

.section-head__en {
  font-family: var(--font-en);
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  color: var(--color-gold);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}

.section-head__rule {
  display: inline-block;
  width: 2rem;
  height: 1px;
  background-color: var(--color-gold);
}

.section-head__ja {
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #222;
}

.section-head__lead {
  margin-top: 1rem;
  font-size: 1rem;
  color: #333;
}

/* ================================================================
   ユーティリティクラス
================================================================ */
.text-center {
  text-align: center !important;
}

/* ================================================================
   レスポンシブ
================================================================ */

/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px) {}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:479px) {
  .hero {
    height: auto;
    padding-top: 6.75rem;
    padding-bottom: 6rem;
  }

  .hero__panel {
    max-width: 95vw;
    margin: 0 auto;
    min-height: auto;
  }

  .hero__panel-inner {
    padding: 2rem;
  }

  .hero__title-small {
    font-size: 2rem;
  }

  .hero__title-main {
    font-size: 2rem;
  }

  .hero__badge {
    width: 6rem;
    height: 6rem;
    position: absolute;
    left: 1rem;
    bottom: -5rem;
  }

  .intro__title {
    font-size: 1.5rem;
  }

  .intro__title-gold {
    font-size: 1.5rem;
  }

  .intro__lead {
    margin: 0 5vw;
    text-align: left;
  }

  .intro__lead br {
    display: none;
  }

  .benefit-circles {
    gap: 1rem;
  }

  .benefit-circle {
    width: calc((100% - 1rem) / 2);
    aspect-ratio: 1 / 1;
    height: auto;
  }

  .benefit-circle-pct {
    font-size: 2rem;
  }

  .present-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .present-card {
    padding: 1rem;
  }

  .photo-strip__item,
  .gallery-strip__item {
    width: 12rem;
    height: 7.5rem;
  }

  .section-head__ja {
    font-size: 1.6rem;
  }

  .reason-item {
    flex-direction: column-reverse;
  }

  .reason-item__body {
    padding-top: 2rem;
  }

  .reason-item__num {
    top: -2rem;
    font-size: 4rem;
  }

  .kikan-box {
    width: auto;
  }

  .conditions-banner {
    width: 100%;
  }

  .conditions-banner__text {
    font-size: 1.2rem;
  }

  .step-label {
    font-size: 0.8rem;
  }

  .btn--submit-next {
    width: 100%;
  }

  .step-line {
    margin: 0 0.5rem;
  }

  .option-grid{
    gap: 1rem;
    margin-bottom: 2.5rem;
  }

  .section--access .access-img01 {
    width: 100%;
    right: 0;
  }

  .access_wrap {
    padding: 4rem 0 0 0;
  }

  .access_info {
    margin-bottom: 2rem;
  }

  .access_info_map a {
    margin: 0 auto;
  }

  .access_img_box {
    position: unset;
    width: 100%;
    gap: 1rem;
  }

  .access_img_box .access_img_r .access-img03 {
    margin-bottom: 1rem;
  }

  .line_box{
    width: 100%;
  }
}