/*
Theme Name: Marucho
Theme URI: https://example.com/marucho
Author: Codex
Description: まるちょうのためのレスポンシブ対応オリジナルテーマ。
Version: 2.2.1
Text Domain: marucho
License: GNU General Public License v2 or later
*/

:root {
  --ink: #111;
  --muted: #666;
  --cream: #f4e5c6;
  --content: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
.container { width: min(calc(100% - 48px), var(--content)); margin-inline: auto; }
.narrow { width: min(calc(100% - 48px), 760px); margin-inline: auto; }

.site-header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  min-height: 100svh;
  padding: 70px 24px;
  text-align: center;
}
body.admin-bar .site-header {
  min-height: calc(100vh - 32px);
  min-height: calc(100svh - 32px);
}
.site-header--inner { min-height: 0; padding: 48px 24px 42px; }
body.admin-bar .site-header--inner { min-height: 0; }
.site-header--inner .custom-logo, .site-header--inner .default-logo { width: 140px; max-height: 105px; }
.site-header--inner .main-navigation { margin-top: 28px; }
.site-header--inner .scroll-cue { display: none; }
.custom-logo-link { display: inline-block; }
.custom-logo { width: 250px; max-height: 190px; object-fit: contain; }
.default-logo { width: 250px; margin: 0 auto; }
.main-navigation { margin-top: clamp(55px, 10vh, 92px); }
.main-navigation ul { display: flex; justify-content: center; gap: clamp(25px, 3vw, 58px); padding: 0; margin: 0; list-style: none; }
.main-navigation a { font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; margin: 34px auto 0; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 6px 0; background: #111; transition: .25s; }
.scroll-cue {
  position: absolute;
  bottom: 28px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  color: #555;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .24em;
  transform: translateX(-50%);
}
.scroll-cue::after {
  width: 1px;
  height: 38px;
  background: linear-gradient(to bottom, #777 50%, #ddd 50%);
  background-size: 100% 200%;
  content: "";
  animation: marucho-scroll-cue 2.4s cubic-bezier(.76,0,.24,1) infinite;
}
@keyframes marucho-scroll-cue {
  0% { background-position: 0 100%; }
  55%, 100% { background-position: 0 -100%; }
}

.hero {
  position: relative;
  height: clamp(540px, 62.75vw, 1205px);
  overflow: hidden;
  background: #ead6b5;
}
.hero img {
  position: absolute;
  top: -21vh;
  left: 0;
  width: 100%;
  height: calc(100% + 42vh);
  margin: 0;
  object-fit: cover;
  transform: translate3d(0, var(--hero-parallax, 0px), 0) scale(1.02);
  will-change: transform;
}
.intro { padding: 250px 0 270px; text-align: center; }
.intro h1 { margin: 0 0 72px; font-size: 22px; letter-spacing: .32em; }
.intro p { margin: 0; font-size: 13px; line-height: 2.25; }

.section-heading { margin: 0 0 105px; text-align: center; }
.section-heading h2 { margin: 0; font-size: 38px; line-height: 1.15; letter-spacing: -.02em; }
.section-heading p { margin: 2px 0 0; font-size: 13px; letter-spacing: .3em; line-height: 1.5; }

.pick-menu { padding-bottom: 300px; }
.menu-collage { width: min(calc(100% - 48px), 1490px); height: 450px; margin: 0 auto 125px; object-fit: cover; }
.featured-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 60px; }
.featured-card { text-align: center; }
.featured-number { margin: 0; font-size: 12px; font-weight: 700; }
.featured-store { margin: 2px 0 16px; font-size: 13px; font-weight: 700; }
.featured-name { margin: 0 0 28px; font-size: 15px; font-weight: 700; }
.featured-card img { width: 100%; height: 325px; object-fit: contain; }
.text-link { display: inline-block; margin-top: 22px; padding-bottom: 2px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 700; }

.press { padding-bottom: 290px; }
.press .section-heading { margin-bottom: 110px; }
.press-image { width: 100%; height: 380px; object-fit: cover; }
.news-list { width: min(calc(100% - 48px), 1050px); padding: 78px 0 50px; margin: 0 auto; }
.news-item { display: grid; grid-template-columns: 140px 1fr; gap: 34px; padding: 10px 0; font-size: 12px; font-weight: 700; }
.news-item time { white-space: nowrap; }
.press-link { display: table; margin: 0 auto; border: 0; }

.cards-section { padding-bottom: 280px; }
.info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 95px; width: min(calc(100% - 48px), 1280px); margin: 0 auto; }
.info-card h2 { margin: 0; text-align: center; font-size: 24px; line-height: 1.2; }
.info-card .jp { margin: 2px 0 30px; text-align: center; font-size: 12px; letter-spacing: .25em; }
.info-image { display: grid; place-items: center; height: 390px; border: 0; overflow: hidden; }
.info-image img { width: 100%; height: 100%; object-fit: cover; }
.info-copy { min-height: 88px; margin: 52px 48px 20px; font-size: 12px; line-height: 2; }
.info-card .text-link { display: table; margin-inline: auto; border: 0; }

.site-footer { min-height: 0; padding: 60px 24px; background: var(--cream); text-align: center; }
.site-footer p { margin: 0; font-size: 12px; }

.entry-content, .entry-header { width: min(calc(100% - 48px), 960px); margin-inline: auto; }
.entry-header { padding: 80px 0 40px; }
.entry-content { padding-bottom: 120px; }

.contact-page { padding-bottom: 180px; }
.contact-hero { padding: 150px 24px 125px; text-align: center; }
.contact-kicker { margin: 0 0 8px; font-size: 13px; font-weight: 700; letter-spacing: .35em; }
.contact-hero h1 { margin: 0 0 32px; font-size: 38px; letter-spacing: .12em; }
.contact-hero > p:last-child { margin: 0; color: var(--muted); font-size: 13px; }
.contact-container { width: min(calc(100% - 48px), 940px); margin-inline: auto; }
.contact-form { border-top: 1px solid #d8d8d8; }
.form-row { display: grid; grid-template-columns: 240px 1fr; gap: 36px; align-items: center; padding: 30px 0; border-bottom: 1px solid #d8d8d8; }
.form-row > label { font-weight: 700; letter-spacing: .05em; }
.required { display: inline-block; padding: 1px 7px; margin-left: 8px; color: #fff; background: #111; font-size: 10px; font-weight: 400; line-height: 1.7; vertical-align: 2px; }
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form select, .contact-form textarea { width: 100%; padding: 15px 16px; border: 1px solid #b9b9b9; border-radius: 0; background: #fff; color: #111; font: inherit; line-height: 1.5; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #111; outline: 2px solid rgba(0,0,0,.08); outline-offset: 1px; }
.form-row-message { align-items: start; }
.agree-row { display: flex; justify-content: center; align-items: center; gap: 10px; margin: 55px 0 35px; cursor: pointer; }
.agree-row input { width: 18px; height: 18px; accent-color: #111; }
.agree-row a { border-bottom: 1px solid currentColor; }
.contact-submit { display: block; width: min(100%, 360px); padding: 19px 30px; margin: 0 auto; border: 1px solid #111; color: #fff; background: #111; font: inherit; font-weight: 700; letter-spacing: .15em; cursor: pointer; transition: color .25s, background .25s; }
.contact-submit:hover { color: #111; background: #fff; }
.contact-errors, .contact-result { padding: 32px 38px; margin-bottom: 50px; background: #f7f3eb; }
.contact-errors p, .contact-result h2 { margin-top: 0; }
.contact-errors ul { margin-bottom: 0; }
.contact-result { padding: 80px 40px; text-align: center; }
.contact-result h2 { font-size: 24px; }
.contact-back { display: inline-block; margin-top: 28px; border-bottom: 1px solid currentColor; font-weight: 700; }
.contact-honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

.entry-page { padding-bottom: 170px; }
.entry-hero { padding: 135px 24px 115px; text-align: center; background: #f6f3ec; }
.entry-hero > p { margin: 0 0 5px; font-size: 12px; font-weight: 700; letter-spacing: .3em; }
.entry-hero h1 { margin: 0 0 28px; font-family: Georgia, "Yu Mincho", serif; font-size: 40px; font-weight: 400; letter-spacing: .12em; }
.entry-hero > span { color: #555; font-size: 13px; }
.entry-message { padding: 85px 24px; text-align: center; }
.entry-message h2 { margin: 0 0 28px; font-family: Georgia, "Yu Mincho", serif; font-size: 27px; font-weight: 400; letter-spacing: .08em; }
.entry-message p { margin: 0; font-size: 13px; line-height: 2.1; }
.entry-container { width: min(calc(100% - 48px), 940px); margin-inline: auto; }
.entry-form-heading { margin-bottom: 45px; text-align: center; }
.entry-form-heading > p { margin: 0; font-size: 11px; font-weight: 700; letter-spacing: .25em; }
.entry-form-heading h2 { margin: 3px 0 20px; font-size: 30px; }
.entry-form-heading > span { color: #777; font-size: 11px; }
.entry-form-heading b { color: #b32323; }

.news-archive { padding-bottom: 180px; }
.news-archive-header { padding: 130px 24px 105px; text-align: center; }
.news-archive-header > p { margin: 0 0 8px; font-size: 13px; font-weight: 700; letter-spacing: .3em; }
.news-archive-header h1 { margin: 0; font-size: 38px; letter-spacing: .12em; }
.news-archive-container { width: min(calc(100% - 48px), 1100px); margin-inline: auto; }
.news-layout { display: grid; grid-template-columns: minmax(0, 1fr) 240px; gap: 80px; align-items: start; }
.news-main { min-width: 0; }
.news-archive-list { border-top: 1px solid #d5d5d5; }
.news-archive-item { margin: 0; border-bottom: 1px solid #d5d5d5; }
.news-archive-item > a { display: grid; grid-template-columns: 190px 1fr 34px; gap: 42px; align-items: center; min-height: 170px; padding: 32px 10px; }
.news-meta { align-self: start; padding-top: 5px; }
.news-meta time { display: block; margin-bottom: 9px; color: #555; font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.news-meta span { display: inline-block; padding: 2px 10px; border: 1px solid #999; font-size: 10px; line-height: 1.8; }
.news-summary h2 { margin: 0 0 12px; font-size: 18px; line-height: 1.6; }
.news-summary p { margin: 0; color: #666; font-size: 12px; line-height: 1.9; }
.news-arrow { font-size: 20px; transition: transform .25s; }
.news-archive-item > a:hover .news-arrow { transform: translateX(6px); }
.navigation.pagination, ul.page-numbers { margin-top: 70px; text-align: center; }
.nav-links, ul.page-numbers { display: flex; justify-content: center; gap: 8px; padding: 0; list-style: none; }
.nav-links > .page-numbers, ul.page-numbers > li > .page-numbers { display: grid; place-items: center; min-width: 42px; height: 42px; padding-inline: 10px; border: 1px solid #ccc; font-size: 11px; font-weight: 700; }
.page-numbers.current, a.page-numbers:hover { color: #fff; border-color: #111; background: #111; }
.news-empty { padding: 80px 20px; border-block: 1px solid #ddd; text-align: center; }
.news-sidebar { position: sticky; top: 45px; }
body.admin-bar .news-sidebar { top: 77px; }
.sidebar-section + .sidebar-section { margin-top: 65px; }
.sidebar-section h2 { margin: 0; font-size: 18px; letter-spacing: .08em; }
.sidebar-jp { margin: 0 0 24px; color: #777; font-size: 10px; letter-spacing: .16em; }
.sidebar-section ul { padding: 0; margin: 0; border-top: 1px solid #d5d5d5; list-style: none; }
.sidebar-section li { border-bottom: 1px solid #d5d5d5; color: #777; font-size: 11px; }
.sidebar-section li a { display: inline-block; padding: 13px 4px; color: #222; font-size: 12px; transition: opacity .2s; }
.sidebar-section li a:hover { opacity: .55; }

.about-page { background: #fff; font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif; }
.about-hero { position: relative; height: min(52vw, 600px); min-height: 420px; overflow: hidden; color: #fff; background: #111; }
.about-hero::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.62), rgba(0,0,0,.05) 64%); content: ""; }
.about-hero > img { width: 100%; height: 100%; object-fit: cover; }
.about-hero-copy { position: absolute; z-index: 1; top: 50%; left: max(48px, calc((100% - 1280px) / 2)); transform: translateY(-50%); }
.about-hero-copy h1 { margin: 0 0 4px; font-size: clamp(34px, 4vw, 58px); font-weight: 400; letter-spacing: .08em; }
.about-hero-copy p { margin: 0; font-size: 15px; letter-spacing: .12em; }
.about-content { width: min(calc(100% - 96px), 1280px); padding: 95px 0 110px; margin-inline: auto; }
.about-section + .about-section { margin-top: 105px; }
.about-label { display: flex; align-items: center; gap: 18px; margin: 0 0 38px; font-family: Arial, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .13em; }
.about-label::after { width: 44px; height: 1px; background: #bbb; content: ""; }
.about-story { display: grid; grid-template-columns: .9fr 1.15fr; gap: 95px; align-items: center; }
.about-story h2 { margin: 0 0 42px; font-size: clamp(30px, 3.2vw, 48px); font-weight: 400; line-height: 1.55; letter-spacing: .08em; }
.about-story-copy > p:last-child { margin: 0; font-family: Arial, "Yu Gothic", sans-serif; font-size: 13px; line-height: 2.15; }
.about-story > img { width: 100%; height: 410px; object-fit: cover; }
.timeline { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 42px; }
.timeline::before { position: absolute; top: 80px; right: 3%; left: 3%; height: 1px; background: #aaa; content: ""; }
.timeline-item { position: relative; }
.timeline-item::before { position: absolute; z-index: 1; top: 76px; left: 0; width: 8px; height: 8px; border-radius: 50%; background: #111; content: ""; }
.timeline-year { margin: 0 0 22px; font-size: 31px; }
.timeline-item h3 { min-height: 58px; margin: 0 0 28px; padding-top: 24px; font-size: 18px; font-weight: 400; line-height: 1.6; }
.timeline-item > p:last-child { margin: 0; font-family: Arial, "Yu Gothic", sans-serif; font-size: 12px; line-height: 1.9; }
.commitment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.commitment-grid img { width: 100%; height: 245px; object-fit: cover; }
.commitment-grid h3 { margin: 30px 0 12px; text-align: center; font-size: 19px; font-weight: 400; }
.commitment-grid p { margin: 0; text-align: center; font-family: Arial, "Yu Gothic", sans-serif; font-size: 12px; line-height: 2; }
.about-store { display: grid; grid-template-columns: 1.15fr 1fr; border-top: 1px solid #ccc; }
.about-store:last-child { border-bottom: 1px solid #ccc; }
.about-store > img { width: 100%; height: 260px; object-fit: cover; }
.about-store > div { display: flex; flex-direction: column; justify-content: center; padding: 30px 54px; }
.store-number { margin: 0 0 4px; font-size: 25px; }
.about-store h3 { margin: 0 0 15px; font-size: 23px; font-weight: 400; letter-spacing: .05em; }
.about-store > div > p:not(.store-number) { margin: 0 0 16px; font-family: Arial, "Yu Gothic", sans-serif; font-size: 12px; line-height: 1.9; }
.about-store a { align-self: flex-start; border-bottom: 1px solid currentColor; font-family: Arial, sans-serif; font-size: 10px; font-weight: 700; }
.about-closing { display: grid; grid-template-columns: 43% 57%; min-height: 520px; background: #f6f5f2; }
.about-closing-copy { display: flex; flex-direction: column; justify-content: center; padding: 75px max(48px, calc((100vw - 1280px) / 2)); padding-right: 70px; }
.about-closing-copy h2 { margin: 0 0 40px; font-size: clamp(31px, 3.2vw, 48px); font-weight: 400; line-height: 1.5; letter-spacing: .1em; }
.about-closing-copy p { margin: 0; font-family: Arial, "Yu Gothic", sans-serif; font-size: 13px; line-height: 2.15; }
.about-closing > img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.site-header--inner .current-menu-item > a { padding-bottom: 4px; border-bottom: 1px solid #111; }

.shop-page { overflow: hidden; font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif; }
.shop-hero { position: relative; height: min(46vw, 560px); min-height: 410px; overflow: hidden; color: #fff; background: #111; }
.shop-hero::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.67), rgba(0,0,0,.08) 68%); content: ""; }
.shop-hero > img { width: 100%; height: 100%; object-fit: cover; }
.shop-hero-copy { position: absolute; z-index: 1; top: 50%; left: max(48px, calc((100% - 1280px) / 2)); transform: translateY(-50%); }
.shop-hero-copy h1 { margin: 0 0 5px; font-size: clamp(36px, 4vw, 58px); font-weight: 400; letter-spacing: .08em; }
.shop-hero-copy p { margin: 0; font-size: 16px; letter-spacing: .13em; }
.shop-intro { padding: 80px 24px 50px; text-align: center; }
.shop-intro h2 { margin: 0 0 20px; font-size: 25px; font-weight: 400; letter-spacing: .08em; }
.shop-intro p { margin: 0; font-family: Arial, "Yu Gothic", sans-serif; font-size: 13px; line-height: 2.1; }
.shop-list-detail { width: min(calc(100% - 96px), 1280px); margin-inline: auto; }
.shop-detail { display: grid; grid-template-columns: 1.08fr .92fr; gap: 72px; align-items: center; padding: 60px 0; }
.shop-detail:nth-child(even) { background: #f6f4ef; box-shadow: 0 0 0 100vmax #f6f4ef; clip-path: inset(0 -100vmax); }
.shop-detail:nth-child(even) > img { order: 2; }
.shop-detail > img { width: 100%; height: 410px; object-fit: cover; }
.shop-detail-copy { padding: 0 5px; }
.shop-title-row { display: flex; align-items: baseline; gap: 32px; margin-bottom: 24px; }
.shop-title-row > span { padding-bottom: 4px; border-bottom: 1px solid #888; font-size: 25px; }
.shop-title-row h2 { margin: 0; font-size: 28px; font-weight: 400; letter-spacing: .06em; }
.shop-description { margin: 0 0 28px; font-family: Arial, "Yu Gothic", sans-serif; font-size: 12px; line-height: 1.95; }
.shop-detail dl { margin: 0 0 25px; font-family: Arial, "Yu Gothic", sans-serif; font-size: 12px; }
.shop-detail dl > div { display: grid; grid-template-columns: 88px 1fr; gap: 12px; padding: 3px 0; }
.shop-detail dt { font-weight: 700; }
.shop-detail dd { margin: 0; }
.shop-map { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; min-width: 150px; padding: 9px 15px; border: 1px solid #777; font-family: Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .12em; transition: color .25s, background .25s; }
.shop-map:hover { color: #fff; background: #111; }
.shop-actions { display: flex; flex-wrap: wrap; gap: 10px; }

.store-page { font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif; }
.store-hero { position: relative; height: min(54vw, 640px); min-height: 470px; overflow: hidden; background: #ddd; }
.store-hero::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.85) 20%, rgba(255,255,255,0) 58%); content: ""; }
.store-hero > img { width: 100%; height: 100%; object-fit: cover; }
.store-hero-copy { position: absolute; z-index: 1; top: 50%; left: max(55px, calc((100% - 1280px) / 2)); width: min(470px, 42vw); transform: translateY(-50%); }
.store-kicker { display: table; margin: 0 0 7px; border-bottom: 1px solid currentColor; font-family: Arial, sans-serif; font-size: 11px; font-weight: 700; }
.store-index { margin: 0 0 22px; font-size: 46px; line-height: 1; letter-spacing: .08em; }
.store-hero-copy h1 { margin: 0 0 25px; font-size: clamp(34px, 4vw, 58px); font-weight: 400; letter-spacing: .11em; }
.store-lead { margin: 0; font-family: Arial, "Yu Gothic", sans-serif; font-size: 13px; }
.store-concept { padding: 75px 24px 55px; text-align: center; }
.store-concept h2 { margin: 0 0 24px; font-size: 30px; font-weight: 400; line-height: 1.6; letter-spacing: .1em; }
.store-concept p { margin: 0; font-family: Arial, "Yu Gothic", sans-serif; font-size: 12px; line-height: 2.1; }
.store-photo-grid { display: grid; grid-template-columns: 1.85fr 1fr; grid-template-rows: repeat(2, 230px); gap: 8px; width: min(calc(100% - 96px), 1280px); margin: 0 auto 100px; }
.store-photo-grid img { width: 100%; height: 100%; object-fit: cover; }
.store-photo-grid img:first-child { grid-row: 1 / 3; }
.store-info-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; width: min(calc(100% - 96px), 1280px); padding-top: 55px; margin: 0 auto 90px; border-top: 1px solid #ddd; }
.store-information h2, .store-map-access > h2 { margin: 0 0 28px; font-family: Arial, sans-serif; font-size: 13px; letter-spacing: .06em; }
.store-information dl { margin: 0 0 38px; font-family: Arial, "Yu Gothic", sans-serif; font-size: 12px; }
.store-information dl > div { display: grid; grid-template-columns: 95px 1fr; gap: 15px; padding: 7px 0; }
.store-information dt { font-weight: 700; }
.store-information dd { margin: 0; }
.store-google-map { display: inline-flex; justify-content: space-between; gap: 35px; min-width: 165px; padding: 11px 18px; border: 1px solid #777; font-family: Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.store-map-image, .store-map-placeholder { width: 100%; height: 330px; margin-bottom: 45px; object-fit: cover; }
.store-map-placeholder { display: grid; place-items: center; color: #999; background: #eee; font-family: Arial, sans-serif; letter-spacing: .2em; }
.store-map-access > h2 { padding-bottom: 14px; border-bottom: 1px solid #ddd; }
.access-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 35px; font-family: Arial, "Yu Gothic", sans-serif; }
.access-grid > div { display: grid; grid-template-columns: 36px 1fr; gap: 14px; }
.access-icon { font-size: 24px; filter: grayscale(1); }
.access-grid p { margin: 0; font-size: 11px; line-height: 1.9; }
.access-grid strong { display: inline-block; margin-bottom: 6px; font-size: 12px; }
.store-bottom-gallery { display: grid; grid-template-columns: .85fr 1.3fr .9fr; height: 300px; }
.store-bottom-gallery img { width: 100%; height: 100%; object-fit: cover; }
.store-news { width: min(calc(100% - 96px), 1280px); padding: 90px 0 100px; margin-inline: auto; border-top: 1px solid #ddd; }
.store-news-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.store-news-heading h2 { margin: 0; font-size: 30px; font-weight: 400; letter-spacing: .09em; }
.store-news-heading h2 span { display: block; margin-top: 3px; font-family: Arial, "Yu Gothic", sans-serif; font-size: 10px; letter-spacing: .18em; }
.store-news-heading > a { border-bottom: 1px solid currentColor; font-family: Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.store-news-list { border-top: 1px solid #ccc; }
.store-news-item { display: grid; grid-template-columns: 150px 1fr 24px; gap: 30px; align-items: center; min-height: 88px; padding: 18px 6px; border-bottom: 1px solid #ccc; }
.store-news-item time { color: #555; font-family: Arial, sans-serif; font-size: 11px; font-weight: 700; }
.store-news-item h3 { margin: 0; font-family: Arial, "Yu Gothic", sans-serif; font-size: 13px; font-weight: 500; line-height: 1.7; }
.store-news-item > span { font-family: Arial, sans-serif; transition: transform .2s; }
.store-news-item:hover > span { transform: translateX(5px); }
.store-news-empty { padding: 45px 10px; border-block: 1px solid #ddd; font-family: Arial, "Yu Gothic", sans-serif; font-size: 12px; text-align: center; }

@media (max-width: 782px) {
  .container, .narrow { width: min(calc(100% - 40px), var(--content)); }
  .site-header { min-height: 100vh; min-height: 100svh; padding: 45px 20px; }
  body.admin-bar .site-header { min-height: calc(100vh - 46px); min-height: calc(100svh - 46px); }
  .site-header--inner, body.admin-bar .site-header--inner { min-height: 0; padding: 32px 20px 26px; }
  .site-header--inner .custom-logo, .site-header--inner .default-logo { width: 110px; }
  .site-header--inner .main-navigation { margin-top: 0; }
  .custom-logo, .default-logo { width: 150px; max-height: 120px; }
  .menu-toggle { display: block; }
  .scroll-cue { bottom: 18px; }
  .main-navigation { position: relative; margin-top: 0; }
  .main-navigation ul { display: none; flex-direction: column; gap: 0; padding: 18px 0; }
  .main-navigation.is-open ul { display: flex; }
  .main-navigation li { padding: 10px 0; }
  .hero { height: 72vw; min-height: 290px; }
  .hero img { top: -18vh; height: calc(100% + 36vh); min-height: 430px; object-position: center; }
  .intro { padding: 110px 0 125px; }
  .intro h1 { margin-bottom: 38px; font-size: 17px; line-height: 1.8; }
  .intro p { text-align: left; font-size: 12px; }
  .section-heading { margin-bottom: 55px; }
  .section-heading h2 { font-size: 29px; }
  .pick-menu { padding-bottom: 130px; }
  .menu-collage { width: 100%; height: 220px; margin-bottom: 75px; }
  .featured-grid { grid-template-columns: 1fr; gap: 80px; }
  .featured-card img { height: 260px; }
  .press { padding-bottom: 130px; }
  .press .section-heading { margin-bottom: 55px; }
  .press-image { height: 220px; }
  .news-list { width: calc(100% - 40px); padding: 45px 0 35px; }
  .news-item { grid-template-columns: 1fr; gap: 0; padding: 12px 0; border-bottom: 1px solid #eee; }
  .cards-section { padding-bottom: 130px; }
  .info-grid { grid-template-columns: 1fr; gap: 90px; width: calc(100% - 40px); }
  .info-image { height: 62vw; }
  .info-copy { min-height: 0; margin: 30px 10px 12px; }
  .site-footer { min-height: 0; padding: 42px 20px; }
  .contact-page { padding-bottom: 100px; }
  .contact-hero { padding: 90px 20px 75px; }
  .contact-hero h1 { font-size: 28px; }
  .contact-container { width: calc(100% - 40px); }
  .form-row { grid-template-columns: 1fr; gap: 12px; padding: 24px 0; }
  .agree-row { align-items: flex-start; margin-top: 38px; }
  .contact-errors, .contact-result { padding: 28px 22px; }
  .entry-page { padding-bottom: 100px; }
  .entry-hero { padding: 85px 20px 75px; }
  .entry-hero h1 { font-size: 29px; }
  .entry-message { padding: 65px 20px; text-align: left; }
  .entry-message h2 { font-size: 23px; }
  .entry-container { width: calc(100% - 40px); }
  .news-archive { padding-bottom: 100px; }
  .news-archive-header { padding: 85px 20px 70px; }
  .news-archive-header h1 { font-size: 28px; }
  .news-archive-container { width: calc(100% - 40px); }
  .news-layout { grid-template-columns: 1fr; gap: 85px; }
  .news-archive-item > a { grid-template-columns: 1fr 24px; gap: 16px; min-height: 0; padding: 28px 4px; }
  .news-meta { grid-column: 1 / -1; display: flex; align-items: center; gap: 13px; padding: 0; }
  .news-meta time { margin: 0; }
  .news-summary h2 { font-size: 16px; }
  .news-summary p { display: none; }
  .navigation.pagination, ul.page-numbers { margin-top: 50px; }
  .news-sidebar { position: static; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 35px; }
  .sidebar-section + .sidebar-section { margin-top: 0; }
  .about-hero { height: 68vw; min-height: 350px; }
  .about-hero-copy { left: 24px; }
  .about-content { width: calc(100% - 40px); padding: 75px 0 85px; }
  .about-section + .about-section { margin-top: 80px; }
  .about-story { grid-template-columns: 1fr; gap: 42px; }
  .about-story h2 { margin-bottom: 28px; font-size: 29px; }
  .about-story > img { height: 62vw; min-height: 260px; }
  .timeline { grid-template-columns: 1fr 1fr; gap: 55px 28px; }
  .timeline::before { display: none; }
  .timeline-item { padding-left: 20px; border-left: 1px solid #bbb; }
  .timeline-item::before { top: 6px; left: -4px; }
  .timeline-year { margin-bottom: 10px; font-size: 25px; }
  .timeline-item h3 { min-height: 0; padding-top: 0; margin-bottom: 13px; font-size: 16px; }
  .commitment-grid { grid-template-columns: 1fr; gap: 55px; }
  .commitment-grid img { height: 55vw; }
  .about-store { grid-template-columns: 1fr; padding: 25px 0; }
  .about-store > img { height: 44vw; min-height: 190px; }
  .about-store > div { padding: 25px 8px 5px; }
  .about-closing { grid-template-columns: 1fr; }
  .about-closing-copy { padding: 75px 24px; }
  .about-closing-copy h2 { font-size: 30px; }
  .about-closing > img { min-height: 360px; }
  .shop-hero { height: 68vw; min-height: 350px; }
  .shop-hero-copy { left: 24px; }
  .shop-intro { padding: 65px 24px 35px; }
  .shop-intro h2 { font-size: 21px; line-height: 1.7; }
  .shop-list-detail { width: calc(100% - 40px); }
  .shop-detail { grid-template-columns: 1fr; gap: 30px; padding: 50px 0; }
  .shop-detail:nth-child(even) > img { order: 0; }
  .shop-detail > img { height: 55vw; min-height: 230px; }
  .shop-detail-copy { padding: 0 4px; }
  .shop-title-row { gap: 22px; margin-bottom: 20px; }
  .shop-title-row h2 { font-size: 23px; }
  .shop-detail dl > div { grid-template-columns: 75px 1fr; }
  .store-hero { height: 82vw; min-height: 430px; }
  .store-hero::after { background: linear-gradient(90deg, rgba(255,255,255,.94), rgba(255,255,255,.18) 90%); }
  .store-hero-copy { left: 24px; width: calc(100% - 48px); }
  .store-index { font-size: 36px; }
  .store-hero-copy h1 { font-size: 32px; }
  .store-concept { padding: 65px 24px 45px; }
  .store-concept h2 { font-size: 25px; }
  .store-photo-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 58vw 30vw; width: calc(100% - 40px); margin-bottom: 75px; }
  .store-photo-grid img:first-child { grid-column: 1 / 3; grid-row: auto; }
  .store-info-section { grid-template-columns: 1fr; gap: 65px; width: calc(100% - 40px); padding-top: 45px; margin-bottom: 70px; }
  .store-map-image, .store-map-placeholder { height: 58vw; min-height: 260px; }
  .access-grid { gap: 22px; }
  .store-bottom-gallery { grid-template-columns: 1fr 1fr; height: auto; }
  .store-bottom-gallery img { height: 42vw; }
  .store-bottom-gallery img:nth-child(2) { grid-column: 1 / 3; grid-row: 1; height: 55vw; }
  .store-news { width: calc(100% - 40px); padding: 70px 0 75px; }
  .store-news-item { grid-template-columns: 1fr 22px; gap: 8px 15px; padding: 20px 4px; }
  .store-news-item time { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .news-sidebar { grid-template-columns: 1fr; gap: 55px; }
  .timeline { grid-template-columns: 1fr; }
  .access-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero img { top: 0; height: 100%; min-height: 0; transform: none; }
  .scroll-cue::after { animation: none; background: #999; }
}
