/* ===========================
   About ページ専用スタイル
=========================== */

/* ページタイトルエリア
   （固定ヘッダー分の余白を確保）
=========================== */
.about-page-header {
  padding: 80px 17px 24px;
  text-align: center;
}

.about-page-title {
  font-family: var(--font-ja);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.67em;
  color: var(--color-black);
  text-align: center;
}

/* メインビジュアル
=========================== */
.about-page-visual {
  padding: 0 17px;
  margin-bottom: 32px;
}

.about-page-visual img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 32px;
}

/* キャッチコピー
=========================== */
.about-page-intro {
  padding: 0 17px;
  margin-bottom: 80px;
}

.about-page-copy {
  font-family: var(--font-ja);
  font-weight: 400;
  font-size: 16px;
  line-height: 2em;
  color: var(--color-black);
}

/* セクションタイトル（h2 共通）
=========================== */
.about-section-title {
  font-family: var(--font-ja);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.33em;
  color: var(--color-black);
  text-align: center;
  margin-bottom: 40px;
}

/* 当店の特徴
=========================== */
.about-features {
  padding: 0 20px;
  margin-bottom: 120px;
}

.about-feature-item {
  margin-bottom: 100px;
}

.about-feature-item:last-of-type {
  margin-bottom: 0;
}

.about-feature-img {
  position: relative;
  margin-bottom: 20px;
}

.about-feature-img>img:first-child {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.feature-deco-tr {
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: auto;
}

.feature-deco-bl {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 72px;
  height: auto;
}

.about-feature-title {
  font-family: var(--font-ja);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2em;
  color: var(--color-black);
  text-align: center;
  margin-bottom: 16px;
}

.about-feature-text {
  font-family: var(--font-ja);
  font-weight: 400;
  font-size: 16px;
  line-height: 2em;
  color: var(--color-black);
}

/* 店舗情報
=========================== */
.about-shop-info {
  padding: 0 11px;
  margin-bottom: 80px;
}

.about-shop-list {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
}

.about-shop-row {
  display: flex;
  flex-direction: column;
  padding: 16px 0;
  border-top: 1px solid #979797;
}

.about-shop-row:last-child {
  padding-bottom: 0;
}

.about-shop-row dt {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 16px;
  line-height: 2em;
  color: var(--color-black);
}

.about-shop-row dd {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 2em;
  color: #090909;
}

/* アクセス
=========================== */
.about-access {
  padding: 0 17px;
  margin-bottom: 80px;
}

.about-map-placeholder {
  width: 100%;
  height: 191px;
  background: var(--color-gray-dot);
  border-radius: 32px;
}

.about-map-placeholder iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 32px;
  display: block;
}

/* ===========================
   PC メディアクエリ（768px〜）
=========================== */
@media (min-width: 768px) {

  /* ページタイトル */
  .about-page-header {
    padding: 200px 0 65px;
    text-align: center;
  }

  .about-page-title {
    font-size: 32px;
    line-height: 1;
  }

  /* メインビジュアル（Figma: 736×414px, 角丸64px） */
  .about-page-visual {
    padding: 0;
    max-width: 736px;
    margin: 0 auto 30px;
  }

  .about-page-visual img {
    height: 414px;
    border-radius: 64px;
  }

  /* キャッチコピー */
  .about-page-intro {
    padding: 0;
    max-width: 736px;
    margin: 0 auto 120px;
  }

  .about-page-copy {
    text-align: center;
  }

  /* 当店の特徴 */
  .about-features {
    padding: 0 20px;
    max-width: 980px;
    margin: 0 auto 100px;
  }

  .about-section-title {
    font-size: 24px;
    margin-bottom: 65px;
  }

  .about-feature-item {
    display: flex;
    align-items: flex-start;
    gap: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
    margin-bottom: 80px;
  }

  /* 奇数（1・3番目）: 左テキスト・右画像 */
  .about-feature-item:nth-of-type(odd) {
    flex-direction: row-reverse;
  }

  .about-feature-img {
    width: 450px;
    flex-shrink: 0;
    margin-bottom: 0;
  }

  .about-feature-body {
    flex: 1;
    padding-top: 80px;
  }

  .about-feature-title {
    text-align: left;
    font-size: 20px;
    margin-bottom: 24px;
  }

  /* 角デコ画像 PC サイズ */
  .feature-deco-tr {
    width: 96px;
  }

  .feature-deco-bl {
    width: 96px;
  }

  /* 店舗情報（Figma: 幅735px, 各行高さ57px） */
  .about-shop-info {
    padding: 0;
    max-width: 735px;
    margin: 0 auto 100px;
  }

  .about-shop-list {
    padding: 0;
  }

  .about-shop-row {
    flex-direction: row;
    align-items: center;
    gap: 0;
    padding: 25px 24px;
    min-height: 57px;
  }

  .about-shop-row dt {
    width: 120px;
    flex-shrink: 0;
  }

  .about-shop-row dd {
    flex: 1;
  }

  /* アクセス（Figma: 幅736px, 高さ414px, 角丸64px） */
  .about-access {
    padding: 0;
    max-width: 736px;
    margin: 0 auto 100px;
  }

  .about-map-placeholder {
    height: 414px;
    border-radius: 64px;
  }

}

/* end @media (min-width: 768px) */