@charset "UTF-8";
/* ============================================================
// guide.scss
============================================================ */
/* ------------------------------------------------------------
// Fluid Design Function
// 最小値〜最大値の間で数値を可変させる共通関数
------------------------------------------------------------ */
/* ------------------------------------------------------------
// Page Header / ページトップ画像見出し
------------------------------------------------------------ */
.page-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: clamp(240px, 23.7442922374vw + 150.9589041096px, 500px);
  margin-bottom: clamp(60px, 5.4794520548vw + 39.4520547945px, 120px);
  padding-top: clamp(76px, 4.9315068493vw + 57.5068493151px, 130px);
  overflow: hidden;
  background-color: #464f58;
  background-image: url(../images/guide/bg-page-header.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  print-color-adjust: exact;
  -webkit-print-color-adjust: exact;
}
.page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
}
.page-header__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  padding: 0 24px;
  text-align: center;
}
.page-header__title-area {
  color: #464f58;
}
.page-header__en {
  display: block;
  font-size: clamp(34px, 2.3744292237vw + 25.095890411px, 60px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.page-header__jp {
  display: inline-block;
  margin-top: 10px;
  font-size: clamp(14px, 0.1826484018vw + 13.3150684932px, 16px);
  font-weight: 500;
  letter-spacing: 0.2em;
  position: relative;
  padding-bottom: 5px;
}
.page-header__jp::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background-color: #6e8f9f;
}

/* ------------------------------------------------------------
// 共通パーツ
------------------------------------------------------------ */
.guide-container {
  margin-bottom: clamp(120px, 3.6529680365vw + 106.301369863px, 160px);
}

.c-guide-box {
  max-width: 950px;
  margin: 0 auto 60px;
  padding: 0 20px;
}
.c-guide-box__title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding: 12px 25px;
  margin-bottom: 25px;
  /* 修正：メインの鮮やかな水色 */
  background-color: #53a4cc;
  border-radius: 50px;
}
.c-guide-box__text {
  font-size: 15px;
  margin-bottom: 15px;
}
.c-guide-box__sub-title {
  font-size: 16px;
  font-weight: 500;
  margin: 35px 0 15px;
  padding-bottom: 8px;
  /* 修正：見出しと合わせて統一感を出す */
  border-bottom: 2px solid #53a4cc;
}

/* ------------------------------------------------------------
// guide-02：銀行振込
------------------------------------------------------------ */
.guide-02__bank-card {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 30px;
  margin: 20px 0;
  background: #fff;
  /* 修正：枠線を少し薄くし、カード自体を浮かせる */
  border: 1px solid #d1d9dd;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .guide-02__bank-card {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }
}
.guide-02__bank-label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  width: 160px;
  height: 50px;
  border-radius: 50px;
  /* 修正：メインカラーと馴染む落ち着いたネイビーグレー */
  background-color: #6a7c8a;
}
.guide-02__bank-details {
  font-size: 15px;
}
.guide-02__bank-details .bank-row {
  display: flex;
  margin-bottom: 8px;
}
.guide-02__bank-details .bank-row dt {
  width: 90px;
  color: #666;
}
.guide-02__bank-details .bank-row dd {
  font-weight: bold;
  color: #333;
}

/* ------------------------------------------------------------
// guide-03：送料・時間指定
------------------------------------------------------------ */
.u-guide-label {
  display: inline-block;
  /* 修正：サブ見出しとしてメインより少し落ち着いたトーン */
  background: #78a9c1;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 5px 25px;
  margin: 15px 0 10px;
  border-radius: 4px;
}

.guide-postage__container {
  margin-top: 10px;
}
.guide-postage__row {
  margin-bottom: 25px;
}
.guide-postage__area {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  padding: 4px 20px;
  margin-bottom: 15px;
  /* 修正：情報を整理するための落ち着いたグレー */
  background: #84919a;
  border-radius: 4px;
}
.guide-postage__prefs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.guide-postage__prefs .pref-item {
  text-align: center;
  width: 100px;
  background: #fff;
  /* 修正：枠線を馴染ませる */
  border: 1px solid #e1e8eb;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.guide-postage__prefs .pref-item .name {
  font-size: 14px;
  padding: 8px 0;
  /* 修正：上半分をメインカラーの薄塗りに */
  background: #f0f7fa;
  color: #4a6a7c;
  font-weight: bold;
}
.guide-postage__prefs .pref-item .price {
  font-size: 14px;
  padding: 8px 0;
  background: #fff;
}
.guide-postage__note {
  font-size: 13px;
  color: #666;
  margin-top: 10px;
}

.u-guide-tag {
  display: inline-flex;
  justify-content: center;
  font-size: 14px;
  padding: 12px 20px;
  margin: 0 10px 10px 0;
  min-width: 120px;
  /* 修正：背景を白にし、枠線をメインカラーにして清潔感を出す */
  background: #fff;
  border: 1px solid #53a4cc;
  color: #53a4cc;
  font-weight: bold;
  border-radius: 50px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

/* ------------------------------------------------------------
// guide-04：特定商取引法
------------------------------------------------------------ */
.guide-04 .guide-law-table {
  width: 100%;
  border-collapse: collapse;
  /* 修正：表の枠線を馴染ませる */
  border: 1px solid #8ca7b4;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
.guide-04 .guide-law-table th,
.guide-04 .guide-law-table td {
  border: 1px solid #8ca7b4;
  padding: 15px;
  text-align: left;
  vertical-align: middle;
}
.guide-04 .guide-law-table th {
  width: 250px;
  /* 修正：見出し部分をわずかに色づけして視認性を上げる */
  background-color: #f9fbfc;
  font-weight: bold;
}
@media (max-width: 768px) {
  .guide-04 .guide-law-table th {
    width: 120px;
    padding: 10px;
    font-size: 13px;
  }
}
.guide-04 .guide-law-table td {
  background-color: #fff;
}
@media (max-width: 768px) {
  .guide-04 .guide-law-table td {
    padding: 10px;
    font-size: 13px;
  }
}