@charset "UTF-8";

/* ==================================================
   中華ダイニング饗十膳 アクセスページ
   ホームページ・ビルダーで編集しやすいよう、
   JavaScriptを使わずHTML＋CSSのみで構成しています。
================================================== */

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

html {
  font-size: 16px;
}

body {
  margin: 0;
  color: #2b2520;
  background: #f8f5ef;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  line-height: 1.9;
  -webkit-text-size-adjust: 100%;
}

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

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

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ---------- 共通幅 ---------- */
.header-inner,
.section-inner,
.footer-inner {
  width: 92%;
  max-width: 1180px;
  margin: 0 auto;
}

.section-inner.narrow {
  max-width: 1020px;
}

/* ---------- ヘッダー ---------- */
.site-header {
  background: #17120f;
  border-bottom: 1px solid #6e5430;
}

.header-inner {
  min-height: 108px;
  display: table;
  width: 92%;
}

.site-brand,
.global-nav {
  display: table-cell;
  vertical-align: middle;
}

.site-brand {
  width: 42%;
}

.site-brand a {
  display: inline-block;
}

.brand-sub {
  display: block;
  margin-bottom: 3px;
  color: #cbb489;
  font-size: 0.76rem;
  letter-spacing: 0.18em;
}

.brand-main {
  display: block;
  color: #fffaf1;
  font-size: 1.55rem;
  letter-spacing: 0.12em;
}

.global-nav {
  text-align: right;
}

.global-nav li {
  display: inline-block;
  margin-left: 24px;
}

.global-nav a {
  position: relative;
  display: inline-block;
  padding: 8px 0;
  color: #eee5d8;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
}

.global-nav a:hover,
.global-nav a.current {
  color: #d7b46a;
}

.global-nav a.current:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #d7b46a;
}

/* ---------- ページタイトル ---------- */
.page-hero {
  position: relative;
  padding: 88px 20px 84px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background: #2d211a;
  background-image:
    linear-gradient(rgba(25, 18, 14, 0.80), rgba(25, 18, 14, 0.80)),
    linear-gradient(135deg, #5b3727 0%, #1b1714 60%, #60482f 100%);
}

.page-hero:before,
.page-hero:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 170px;
  height: 1px;
  background: rgba(216, 180, 106, 0.55);
}

.page-hero:before {
  left: 6%;
}

.page-hero:after {
  right: 6%;
}

.hero-inner {
  position: relative;
  z-index: 1;
}

.hero-en,
.section-kicker {
  margin: 0 0 8px;
  color: #cfae70;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.78rem;
  letter-spacing: 0.34em;
}

.page-hero h1 {
  margin: 0;
  color: #fffdf8;
  font-size: 2.35rem;
  font-weight: normal;
  letter-spacing: 0.22em;
}

.hero-lead {
  margin: 18px 0 0;
  color: #ded4c5;
  font-size: 0.94rem;
  letter-spacing: 0.08em;
}

/* ---------- 見出し ---------- */
.section-heading {
  margin-bottom: 44px;
  text-align: center;
}

.section-heading h2,
.reservation-box h2 {
  margin: 0;
  color: #2a211c;
  font-size: 1.85rem;
  font-weight: normal;
  letter-spacing: 0.16em;
}

.heading-line {
  display: block;
  width: 54px;
  height: 1px;
  margin: 18px auto 0;
  background: #a87f3f;
}

/* ---------- 店舗情報 ---------- */
.access-section {
  padding: 90px 0 100px;
  background: #f8f5ef;
}

.access-grid {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 48px 0;
}

.access-info,
.map-wrap {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}

.info-list {
  margin: 0;
  border-top: 1px solid #d7cbbb;
}

.info-row {
  display: table;
  width: 100%;
  padding: 17px 0;
  border-bottom: 1px solid #d7cbbb;
}

.info-row dt,
.info-row dd {
  display: table-cell;
  vertical-align: top;
}

.info-row dt {
  width: 27%;
  color: #785829;
  font-weight: bold;
  letter-spacing: 0.08em;
}

.info-row dd {
  width: 73%;
  margin: 0;
}

.small-text {
  color: #746b64;
  font-size: 0.87rem;
}

.tel-link {
  color: #7d5423;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.access-note {
  margin-top: 30px;
  padding: 20px 22px;
  border-left: 3px solid #9e7438;
  background: #eee6da;
}

.access-note p {
  margin: 0;
}

.note-title {
  margin-bottom: 4px !important;
  color: #6d4d23;
  font-weight: bold;
  letter-spacing: 0.08em;
}

.access-buttons {
  margin-top: 28px;
}

.btn {
  display: inline-block;
  min-width: 190px;
  margin: 0 8px 10px 0;
  padding: 12px 20px;
  border: 1px solid #805f31;
  text-align: center;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
}

.btn-primary {
  color: #fff;
  background: #77501f;
}

.btn-primary:hover {
  background: #5f3d18;
}

.btn-outline {
  color: #694918;
  background: transparent;
}

.btn-outline:hover {
  background: #efe5d5;
}

/* ---------- 地図 ---------- */
.map-wrap {
  padding-top: 2px;
}

.access-map {
  display: block;
  width: 100%;
  height: 535px;
  border: 1px solid #cdbfae;
  background: #e9e2d8;
}

.map-caption {
  margin: 10px 0 0;
  color: #766c63;
  font-size: 0.82rem;
  text-align: right;
}

/* ---------- 駅からの案内 ---------- */
.route-section {
  padding: 90px 0 100px;
  color: #f7f0e6;
  background: #211915;
  border-top: 1px solid #4a3726;
  border-bottom: 1px solid #4a3726;
}

.light-heading h2 {
  color: #fff9ef;
}

.route-cards {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 20px 0;
}

.route-card {
  display: table-cell;
  position: relative;
  padding: 32px 28px 30px;
  vertical-align: top;
  border: 1px solid #66503a;
  background: #2b211b;
}

.route-number {
  margin: 0 0 14px;
  color: #b9975e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
  line-height: 1;
}

.route-card h3 {
  margin: 0 0 14px;
  color: #fff9ee;
  font-size: 1.12rem;
  font-weight: normal;
  letter-spacing: 0.08em;
}

.route-card p:last-child {
  margin: 0;
  color: #d8cfc4;
  font-size: 0.9rem;
}

/* ---------- 予約案内 ---------- */
.reservation-section {
  padding: 85px 0 95px;
  background: #f1ece4;
}

.reservation-box {
  padding: 48px 30px;
  border-top: 1px solid #b89a6c;
  border-bottom: 1px solid #b89a6c;
  text-align: center;
}

.reservation-box p {
  margin: 16px 0;
}

.reservation-tel {
  display: inline-block;
  margin-top: 4px;
  color: #6d4a1d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.reservation-small {
  color: #786f66;
  font-size: 0.83rem;
}

/* ---------- フッター ---------- */
.site-footer {
  padding: 42px 0 36px;
  color: #cfc4b7;
  text-align: center;
  background: #17120f;
}

.footer-brand {
  margin: 0 0 8px;
  color: #f3eadf;
  font-size: 1.05rem;
  letter-spacing: 0.12em;
}

.footer-address {
  margin: 0 0 18px;
  font-size: 0.82rem;
}

.copyright {
  margin: 0;
  color: #8e8277;
  font-family: Arial, sans-serif;
  font-size: 0.72rem;
}

/* ==================================================
   タブレット対応
================================================== */
@media screen and (max-width: 900px) {
  .header-inner,
  .site-brand,
  .global-nav {
    display: block;
    width: 100%;
  }

  .header-inner {
    padding: 22px 0 18px;
    text-align: center;
  }

  .site-brand {
    margin-bottom: 15px;
  }

  .global-nav {
    text-align: center;
  }

  .global-nav li {
    margin: 0 10px;
  }

  .page-hero:before,
  .page-hero:after {
    width: 80px;
  }

  .access-grid,
  .access-info,
  .map-wrap {
    display: block;
    width: 100%;
  }

  .access-grid {
    border-spacing: 0;
  }

  .map-wrap {
    margin-top: 45px;
  }

  .access-map {
    height: 430px;
  }

  .route-cards,
  .route-card {
    display: block;
    width: 100%;
  }

  .route-cards {
    border-spacing: 0;
  }

  .route-card {
    margin-bottom: 18px;
  }
}

/* ==================================================
   スマートフォン対応
================================================== */
@media screen and (max-width: 600px) {
  body {
    font-size: 15px;
  }

  .header-inner,
  .section-inner,
  .footer-inner {
    width: 90%;
  }

  .brand-main {
    font-size: 1.25rem;
  }

  .global-nav li {
    margin: 2px 6px;
  }

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

  .page-hero {
    padding: 62px 18px 58px;
  }

  .page-hero:before,
  .page-hero:after {
    display: none;
  }

  .page-hero h1 {
    font-size: 1.85rem;
  }

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

  .access-section,
  .route-section,
  .reservation-section {
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .section-heading {
    margin-bottom: 32px;
  }

  .section-heading h2,
  .reservation-box h2 {
    font-size: 1.5rem;
  }

  .info-row,
  .info-row dt,
  .info-row dd {
    display: block;
    width: 100%;
  }

  .info-row dt {
    margin-bottom: 5px;
  }

  .access-buttons {
    text-align: center;
  }

  .btn {
    display: block;
    width: 100%;
    margin-right: 0;
  }

  .access-map {
    height: 340px;
  }

  .route-card {
    padding: 26px 22px 24px;
  }

  .reservation-box {
    padding: 38px 18px;
  }

  .reservation-tel {
    font-size: 1.95rem;
  }
}
