@charset "UTF-8";

/* =========================================================
   中華ダイニング饗十膳 / こだわりページ
   JavaScriptを使わず、ホームページ・ビルダーで編集しやすい構成
   ========================================================= */

/* ---------- 基本設定 ---------- */
* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  color: #2f2a26;
  background: #f7f3ec;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "YuMincho", serif;
  line-height: 1.9;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

.section-wrap {
  width: 92%;
  max-width: 1120px;
  margin: 0 auto;
}

/* ---------- ヘッダー ---------- */
.site-header {
  background: #17110f;
  border-bottom: 1px solid #7a5b2a;
}

.header-inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px 0 12px;
}

.site-name {
  margin: 0 0 12px;
  color: #f5ead5;
  text-align: center;
  font-size: 1.55rem;
  letter-spacing: 0.16em;
}

.global-nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.global-nav a {
  display: block;
  padding: 7px 4px;
  color: #ddd0bc;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  border-bottom: 1px solid transparent;
}

.global-nav a:hover,
.global-nav a.current {
  color: #fff;
  border-bottom-color: #c7a45d;
}

/* ---------- メインビジュアル ---------- */
.hero {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: #211713;
  background-image:
    linear-gradient(rgba(18, 13, 11, 0.20), rgba(18, 13, 11, 0.20)),
    radial-gradient(circle at center, #4a3429 0%, #211713 58%, #120d0b 100%);
  border-bottom: 1px solid #7a5b2a;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 160px;
  height: 1px;
  margin-left: -80px;
  background: #b89553;
}

.hero::before { top: 26%; }
.hero::after { bottom: 26%; }

.hero-overlay {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
}

.hero-en {
  margin: 0 0 10px;
  color: #e4c984;
  font-size: 0.78rem;
  letter-spacing: 0.34em;
}

.hero h1 {
  margin: 0;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.18em;
}

.hero-lead {
  margin: 18px 0 0;
  font-size: 1.05rem;
  letter-spacing: 0.08em;
}

/* ---------- 見出し共通 ---------- */
.section-kicker {
  margin: 0 0 8px;
  color: #8d6426;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  font-family: Georgia, "Times New Roman", serif;
}

.intro {
  padding: 82px 0 86px;
  text-align: center;
}

.intro h2,
.feature h2,
.menu-cta h2 {
  margin: 0;
  color: #2b211b;
  font-size: 1.85rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.intro p:last-child {
  max-width: 800px;
  margin: 24px auto 0;
}

.ornament {
  position: relative;
  width: 120px;
  height: 18px;
  margin: 17px auto 0;
}

.ornament::before,
.ornament::after {
  content: "";
  position: absolute;
  top: 8px;
  width: 48px;
  height: 1px;
  background: #b49761;
}

.ornament::before { left: 0; }
.ornament::after { right: 0; }

.ornament span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 4px auto 0;
  border: 1px solid #b49761;
  transform: rotate(45deg);
}

/* ---------- こだわり各項目 ---------- */
.feature {
  display: flex;
  align-items: center;
  gap: 6%;
  padding: 0 0 96px;
}

.feature-reverse {
  flex-direction: row-reverse;
}

.feature-image,
.feature-text {
  width: 47%;
}

.feature-image {
  position: relative;
  padding: 12px;
  background: #fff;
  border: 1px solid #d8c8ab;
  box-shadow: 0 12px 30px rgba(56, 38, 24, 0.09);
}

.feature-image::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid #b6975f;
  pointer-events: none;
}

.feature-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.feature-text {
  position: relative;
}

.feature-no {
  margin: 0 0 2px;
  color: #c8b07e;
  font-size: 2.8rem;
  line-height: 1;
  font-family: Georgia, "Times New Roman", serif;
}

.feature-text h2 {
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid #cdbd9f;
}

.feature-text p:last-child {
  margin: 0;
}

/* ---------- メニュー導線 ---------- */
.menu-cta {
  padding: 72px 0;
  background: #211713;
  color: #eadfce;
  text-align: center;
}

.menu-cta h2 {
  color: #fff;
}

.menu-cta p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.cta-button-wrap {
  margin-top: 30px;
}

.cta-button {
  display: inline-block;
  min-width: 220px;
  padding: 13px 28px;
  color: #fff;
  border: 1px solid #b89553;
  letter-spacing: 0.12em;
  transition: background 0.2s ease, color 0.2s ease;
}

.cta-button:hover {
  color: #211713;
  background: #d5b878;
}

/* ---------- フッター ---------- */
.site-footer {
  padding: 42px 0 30px;
  color: #cfc4b4;
  background: #120d0b;
  text-align: center;
}

.footer-inner {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
}

.footer-name {
  margin: 0 0 14px;
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 0.14em;
}

.footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.84rem;
}

.footer-nav a:hover {
  color: #fff;
}

.copyright {
  margin: 24px 0 0;
  color: #8f857a;
  font-size: 0.72rem;
}

/* =========================================================
   タブレット向け
   ========================================================= */
@media screen and (max-width: 900px) {
  .hero h1 {
    font-size: 2.15rem;
  }

  .feature,
  .feature-reverse {
    gap: 5%;
  }

  .feature-image,
  .feature-text {
    width: 47.5%;
  }
}

/* =========================================================
   スマートフォン向け
   ========================================================= */
@media screen and (max-width: 680px) {
  .header-inner {
    padding-top: 14px;
  }

  .site-name {
    margin-bottom: 9px;
    font-size: 1.25rem;
  }

  .global-nav ul {
    gap: 0 12px;
  }

  .global-nav a {
    font-size: 0.78rem;
  }

  .hero {
    min-height: 360px;
  }

  .hero h1 {
    font-size: 1.78rem;
    letter-spacing: 0.12em;
  }

  .hero-lead {
    font-size: 0.9rem;
  }

  .intro {
    padding: 58px 0 66px;
  }

  .intro h2,
  .feature h2,
  .menu-cta h2 {
    font-size: 1.5rem;
  }

  .feature,
  .feature-reverse {
    display: block;
    padding-bottom: 72px;
  }

  .feature-image,
  .feature-text {
    width: 100%;
  }

  .feature-image {
    margin-bottom: 34px;
  }

  .feature-no {
    font-size: 2.25rem;
  }

  .menu-cta {
    padding: 58px 0;
  }
}
