/*
Theme Name: たつ屋
Theme URI: https://tatsuya-nagatachou.kkcp6868.com/
Description: らーめん たつ屋 公式サイトテーマ
Author: たつ屋
Version: 1.0
Text Domain: tatsuya
*/

/* グローバルリセット */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: #faf7f2; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
img { max-width: 100%; height: auto; display: block; }

/* LP ベース */
.ty-lp {
  font-family: 'Hiragino Mincho ProN', 'Yu Mincho', 'Noto Serif JP', Georgia, serif;
  max-width: 720px;
  margin: 0 auto;
  color: #2c2117;
  overflow: hidden;
  background: #faf7f2;
}
.ty-lp * { box-sizing: border-box; margin: 0; padding: 0; }
.ty-lp a { color: inherit; text-decoration: none; }

/* ① HERO */
.ty-hero {
  position: relative;
  background: #100d06;
  padding: 80px 32px 70px;
  text-align: center;
}
.ty-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 55%, #3a2608 0%, #100d06 68%);
}
.ty-hero-en {
  position: relative;
  font-size: 11px;
  letter-spacing: 0.5em;
  color: #d4a843;
  font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
  margin-bottom: 28px;
}
.ty-hero-ja {
  position: relative;
  font-size: clamp(52px, 14vw, 84px);
  font-weight: 700;
  color: #f5f0e8;
  line-height: 1.05;
  letter-spacing: 0.06em;
  margin-bottom: 28px;
}
.ty-hero-rule {
  position: relative;
  width: 1px;
  height: 48px;
  background: #d4a843;
  margin: 0 auto 28px;
}
.ty-hero-catch {
  position: relative;
  font-size: clamp(13px, 3.5vw, 16px);
  color: #c0a87a;
  line-height: 2.2;
  letter-spacing: 0.15em;
  font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
}

/* ② CONCEPT */
.ty-concept {
  background: #fff;
  padding: 72px 32px 64px;
  text-align: center;
}
.ty-eyebrow {
  font-size: 10px;
  letter-spacing: 0.55em;
  color: #d4a843;
  text-transform: uppercase;
  font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
  margin-bottom: 28px;
}
.ty-concept-lead {
  font-size: clamp(26px, 7vw, 40px);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.06em;
  color: #2c2117;
  margin-bottom: 36px;
}
.ty-concept-lead em {
  font-style: normal;
  color: #d4a843;
}
.ty-concept-body {
  font-size: 14px;
  color: #5a4a38;
  line-height: 2.5;
  letter-spacing: 0.06em;
  font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
  max-width: 480px;
  margin: 0 auto;
  text-align: left;
}

/* ③ フルブリード引用 */
.ty-fullquote {
  background: #2c2117;
  padding: 64px 32px;
  text-align: center;
}
.ty-fullquote-text {
  font-size: clamp(20px, 6vw, 32px);
  font-weight: 700;
  color: #f5f0e8;
  line-height: 1.7;
  letter-spacing: 0.12em;
}
.ty-fullquote-text span {
  display: block;
  font-size: 0.6em;
  color: #d4a843;
  letter-spacing: 0.25em;
  margin-top: 16px;
  font-weight: 400;
  font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
}

/* ④ CRAFT */
.ty-craft {
  background: #faf7f2;
  padding: 72px 32px 64px;
}
.ty-section-head { margin-bottom: 40px; }
.ty-section-en {
  font-size: 10px;
  letter-spacing: 0.55em;
  color: #d4a843;
  text-transform: uppercase;
  font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.ty-section-en::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #d4a843;
  opacity: 0.3;
}
.ty-section-title {
  font-size: clamp(24px, 6.5vw, 34px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #2c2117;
}
.ty-body {
  font-size: 14px;
  color: #4a3c2e;
  line-height: 2.6;
  letter-spacing: 0.05em;
  font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
  margin-bottom: 32px;
}
.ty-aside {
  border-left: 3px solid #d4a843;
  padding: 16px 22px;
  background: #fff;
  border-radius: 0 8px 8px 0;
  margin: 32px 0;
}
.ty-aside p {
  font-size: 15px;
  color: #2c2117;
  line-height: 2;
  letter-spacing: 0.1em;
  font-style: italic;
}

/* ⑤ DAILY */
.ty-daily {
  background: #fff;
  padding: 72px 32px 64px;
}
.ty-daily-scenes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  margin: 36px 0 40px;
  border: 1px solid #e8dece;
  border-radius: 10px;
  overflow: hidden;
}
.ty-scene {
  padding: 22px 14px;
  text-align: center;
  border-right: 1px solid #e8dece;
}
.ty-scene:last-child { border-right: none; }
.ty-scene-icon { font-size: 26px; margin-bottom: 10px; display: block; }
.ty-scene-label {
  font-size: 12px;
  color: #8b7355;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
}

/* ⑥ クロージング */
.ty-closing {
  background: #100d06;
  padding: 72px 32px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ty-closing::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 40%, #3a2608 0%, #100d06 65%);
}
.ty-closing-main {
  position: relative;
  font-size: clamp(28px, 8vw, 48px);
  font-weight: 700;
  color: #f5f0e8;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 28px;
}
.ty-closing-sub {
  position: relative;
  font-size: 13px;
  color: #c0a87a;
  line-height: 2.4;
  letter-spacing: 0.1em;
  font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
  max-width: 420px;
  margin: 0 auto 36px;
}
.ty-closing-rule {
  position: relative;
  width: 1px;
  height: 40px;
  background: #d4a843;
  margin: 0 auto 20px;
}
.ty-closing-name {
  position: relative;
  font-size: 18px;
  color: #d4a843;
  letter-spacing: 0.4em;
  font-weight: 700;
}

/* ⑦ 店舗案内 */
.ty-stores {
  font-family: 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif;
  background: #faf7f2;
  padding: 64px 16px 48px;
}
.ty-stores-head { text-align: center; margin-bottom: 36px; }
.ty-stores-head p {
  font-size: 10px;
  letter-spacing: 0.55em;
  color: #d4a843;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.ty-stores-head h3 {
  font-size: 24px;
  font-weight: 700;
  color: #2c2117;
  letter-spacing: 0.25em;
  font-family: 'Hiragino Mincho ProN', 'Yu Mincho', serif;
}
.ty-store-card {
  background: #fff;
  border: 2px solid #d4a843;
  border-radius: 12px;
  margin-bottom: 24px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.07);
}
.ty-store-header {
  background: #d4a843;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ty-store-header span { font-size: 22px; line-height: 1; }
.ty-store-header h2 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
}
.ty-store-body { padding: 16px 22px; }
.ty-info-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #f0e8d6;
  font-size: 14px;
  line-height: 1.75;
}
.ty-info-row:last-child { border-bottom: none; }
.ty-info-label {
  min-width: 80px;
  font-weight: 700;
  color: #a07820;
  font-size: 13px;
  padding-top: 2px;
  flex-shrink: 0;
}
.ty-info-value { color: #333; flex: 1; }
.ty-info-value a { color: #d4a843; font-weight: 700; }
.ty-store-map {
  width: 100%;
  height: 200px;
  border: none;
  display: block;
  border-top: 2px solid #f0e8d6;
}
.ty-store-btn-wrap {
  padding: 14px 22px;
  background: #fdf8f0;
  border-top: 2px solid #f0e8d6;
  text-align: center;
}
.ty-map-btn {
  display: inline-block;
  background: #d4a843;
  color: #fff !important;
  text-decoration: none !important;
  padding: 11px 28px;
  border-radius: 28px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  box-shadow: 0 2px 8px rgba(212,168,67,0.4);
}
.ty-map-btn:hover { background: #b8902e; }

/* レスポンシブ */
@media (max-width: 480px) {
  .ty-hero, .ty-closing  { padding: 64px 22px 56px; }
  .ty-concept, .ty-daily { padding: 56px 22px 48px; }
  .ty-craft              { padding: 56px 22px 48px; }
  .ty-fullquote          { padding: 52px 22px; }
  .ty-stores             { padding: 52px 10px 40px; }
  .ty-daily-scenes       { grid-template-columns: 1fr; }
  .ty-scene              { border-right: none; border-bottom: 1px solid #e8dece; }
  .ty-scene:last-child   { border-bottom: none; }
  .ty-info-row           { font-size: 13px; }
  .ty-info-label         { min-width: 70px; font-size: 12px; }
  .ty-store-header h2    { font-size: 16px; }
}
