/* ============================================================
   Tate. ご利用ガイドページ専用スタイル guide.css
   （style.css の後に読み込む。index.html / lineup.html では未読込）
   ============================================================ */

/* ---------- 共通の file:// 絶対パスを相対パスで上書き（ガイド限定） ---------- */
/*.guide-hero .hero__inner { background-image: url("../img1/img1-1.jpg"); }
.section-title::before,
.section-title::after { background-image: url("../img1/img1-32.png"); }*/

/* ---------- HERO（ご利用ガイド） ---------- */
/* 高さは index.html と同じ（.hero__inner の aspect-ratio:4/3）を踏襲。
   内容が少なくても index と同じ高さが確保される。 */
/*.guide-hero .hero__title { letter-spacing: .14em; }
.guide-hero .hero__lead { line-height: 2; }*/

/* ---------- 番号付きセクション見出し ---------- */
.guide-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .35em;
}
.guide-title::before { content: none; }      /* 左の葉は出さない（番号が先頭） */
.guide-title::after { width: 80px; height: 80px; }
.guide-num {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.7em;
  line-height: 1;
  color: var(--teal-soft);
  margin-right: .15em;
}

/* ガイドのカード共通：白地＋枠＋淡い影（背景色が交互に変わっても見える） */
.info-card,
.return-box,
.contact-card {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 6px 18px rgba(120,140,130,.08);
}

/* ============================================================
   ① ご注文の流れ
   ============================================================ */
.flow {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 4px;
  list-style: none;
}
.flow__step {
  flex: 1;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 26px 12px;
  text-align: center;
}
.flow__step img { width: 93px; height: 93px; margin: 0 auto 14px; object-fit: contain; }
.flow__step h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1rem;/*var(--fs-card-title);*/
  color: var(--ink);
  margin-bottom: 10px;
}
.flow__step p { 
	font-size: 0.8rem;/*var(--fs-small); */
	color: var(--ink-soft); 
	line-height: 1.7;
}
.flow__arrow {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  color: var(--teal-soft);
  font-size: 1.7rem;
  padding: 0 2px;
}
.flow__cta { text-align: center; margin-top: 40px; }

/* 補足ノート（注文のキャンセル・変更／汎用） */
.guide-note {
  max-width: 860px;
  margin: 38px auto 0;
  background: var(--bg-alt);
  border-radius: 12px;
  padding: 20px 24px;
  display: flex;
  gap: 14px;
  font-size: 0.85rem;/*var(--fs-body);*/
  color: var(--ink-soft);
  line-height: 1.85;
}
.guide-note__icon {
  flex: 0 0 auto;
  width: 22px; height: 22px;
  margin-top: 3px;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-size: .8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.guide-note b { font-family: var(--serif); color: var(--teal-deep); }

/* ============================================================
   ② お支払い方法
   ============================================================ */
.pay {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
.pay__list {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}
.pay-row {
  display: grid;
  grid-template-columns: 70px 150px 1fr;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
}
.pay-row:last-child { border-bottom: none; }
.pay-row__icon { width: 90px; height: 90px; object-fit: contain; }
.pay-row__icon--logo { width: 69px; height: 45px; }
.pay-row__name { font-family: var(--serif); color: var(--teal-deep); font-size: 1.1rem;/*var(--fs-card-title);*/ }
.pay-row__desc { font-size: 0.8rem;/*var(--fs-small); */color: var(--ink-soft); line-height: 1.65; }
.pay__photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 12px; }

/* ============================================================
   ③ 配送について
   ============================================================ */
.delivery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;max-width: 920px;
  margin: 0 auto;}
.info-card {
  border-radius: 12px;
  padding: 32px 22px;
  text-align: center;
}
.info-card img { width: 96px; height: 96px; margin: 0 auto 14px; object-fit: contain; }
.info-card h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: var(--fs-card-title);
  color: var(--ink);
  margin-bottom: 12px;
}
.info-card p { font-size: var(--fs-body); color: var(--ink-soft); line-height: 1.85; }

/* ============================================================
   ④ 返品・交換について
   ============================================================ */
.return-box {
  max-width: 860px;
  margin: 0 auto;
  border-radius: 14px;
  padding: 34px 40px;
  display: flex;
  gap: 30px;
  align-items: center;
}
.return-box__icon { width: 117px; height: 117px; flex: 0 0 auto; object-fit: contain; }
.return-box__body h3 {
  font-family: var(--serif);
  color: var(--teal-deep);
  font-size: 1.1rem;/* var(--fs-card-title);*/
  margin-bottom: 10px;
}
.return-box__body p { font-size: 0.85rem;/*var(--fs-body);*/ color: var(--ink-soft); line-height: 1.8; }
.return__note {
  margin-top: 14px;
  background: var(--bg-alt);
  border-radius: 8px;
  padding: 10px 16px;
  font-size: var(--fs-small) !important;
}

/* ============================================================
   ⑤ お問合せ先
   ============================================================ */
.contact__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 920px;
  margin: 0 auto;
}
.contact-card {
  border-radius: 12px;
  padding: 28px 30px;
  display: flex;
  gap: 22px;
  align-items: center;
}
.contact-card img { width: 90px; height: 90px; flex: 0 0 auto; object-fit: contain; }
.contact-card__body h3 {
  font-family: var(--serif);
  font-weight: 500;
  color: var(--teal-deep);
  font-size: var(--fs-card-title);
  margin-bottom: 8px;
}
.contact-card__body p { font-size: var(--fs-body); color: var(--ink-soft); line-height: 1.7; margin-bottom: 14px; }
.contact-card--plain .contact-card__body p { margin-bottom: 0; }
.contact-card__body .btn { margin-top: 2px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .flow { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .flow__arrow { display: none; }

  .pay { grid-template-columns: 1fr; gap: 26px; }

  .contact__grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
	.hero__badge {top:-370px;}
	
	.flow { display: grid; grid-template-columns: 1fr; gap: 16px; }
	.flow__step img { width: 170px; height: 170px; margin: 0 auto 14px;  }
	.flow__step h3 {font-size: 1.4rem;}
	.flow__step p { font-size: 0.95rem;}
	
  .guide-title::after { width: 32px; height: 32px; }
  .guide-num { font-size: 1.5em; }
	.guide-note {font-size: 0.9rem;}

  /* 支払い行：アイコンを左に固定し、名称・説明を縦積み */
  .pay-row { grid-template-columns: 60px 1fr; gap: 4px 14px; padding: 16px 18px; }
  .pay-row__icon { grid-row: span 2; align-self: center; }
  .pay-row__name { grid-column: 2; font-size: 1.2rem; }
	.pay-row__desc { grid-column: 2; font-size: 0.9rem} }
	

  .delivery__grid { grid-template-columns: 1fr; gap: 16px; }

  .return-box { flex-direction: column; text-align: center; gap: 18px; padding: 28px 22px; }
.return-box__icon { width: 130px; height: 130px;}
	.return-box__body h3 {font-size: 1.3rem;}
  .return-box__body p { font-size: 0.9rem;}
  .contact-card { flex-direction: column; text-align: center; gap: 14px; padding: 26px 22px; }
}
