:root {
  --lp-bg: #f8f6f1;
  --lp-text: #1f1f1f;
  --lp-muted: #666;
  --lp-accent: #8b1e1e;
  --lp-accent-2: #c78b2a;
  --lp-card: #ffffff;
  --lp-line: #e6dfd2;
  --lp-dark: #212121;
}

.central-lp,
.central-lp * {
  box-sizing: border-box;
}

.central-lp {
  color: var(--lp-text);
  background: var(--lp-bg);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif;
  line-height: 1.7;
}

.central-lp a {
  color: inherit;
  text-decoration: none;
}

.lp-wrap {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.lp-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(248, 246, 241, 0.92);
  border-bottom: 1px solid var(--lp-line);
  backdrop-filter: blur(8px);
}

.admin-bar .lp-header {
  top: 0;
}

.lp-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}

.lp-logo {
  font-weight: 800;
  letter-spacing: 0.04em;
}

.lp-logo small {
  display: block;
  color: var(--lp-muted);
  font-size: 12px;
  font-weight: 600;
}

.lp-global-nav a {
  margin-left: 18px;
  color: #333;
  font-size: 14px;
}

.lp-global-nav a:hover,
.lp-text-link:hover {
  color: var(--lp-accent);
}

.lp-hero {
  padding: 72px 0 44px;
  color: #fff;
  background: linear-gradient(135deg, rgba(139, 30, 30, 0.96), rgba(58, 24, 16, 0.92)), radial-gradient(circle at top right, rgba(199, 139, 42, 0.45), transparent 30%);
}

/* 各ページ共通のタイトルヒーローセクション */

.lp-hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 34px;
  align-items: center;
}

.lp-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.central-lp h1 {
  margin: 0 0 18px;
  font-size: clamp(32px, 5vw, 58px);
  font-weight: 900;
  line-height: 1.12;
}

.lp-lead {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
}

.lp-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.lp-btn {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 12px;
  font-weight: 700;
}

.lp-btn-primary {
  color: var(--lp-accent);
  background: #fff;
}

.lp-btn-secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.34);
}

.lp-btn:hover {
  transform: translateY(-1px);
}

.lp-hero-card {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
}

.lp-hero-card h2 {
  margin: 0 0 12px;
  font-size: 18px;
}

.lp-metric {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 18px;
}

.lp-metric div {
  padding: 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
}

.lp-metric strong {
  display: block;
  font-size: 24px;
}

.lp-metric span {
  font-size: 13px;
}

.lp-section {
  padding: 72px 0;
}

.lp-section-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.lp-tag {
  color: var(--lp-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.lp-section-head h2 {
  margin: 10px 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.2;
}

.lp-section-head p {
  margin: 0;
  color: var(--lp-muted);
}

.lp-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.lp-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.lp-card {
  padding: 24px;
  border: 1px solid var(--lp-line);
  border-radius: 18px;
  background: var(--lp-card);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.04);
}

.lp-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.lp-card p {
  margin: 0;
  color: var(--lp-muted);
}

.lp-pill {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 10px;
  color: #7a5b2c;
  border-radius: 999px;
  background: #f3ecdf;
  font-size: 12px;
  font-weight: 700;
}

.lp-problem {
  background: #fff9f4;
}

.lp-product-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.lp-product-card h3 {
  font-size: 22px;
  line-height: 1.35;
  margin: 0 0 12px;
  font-weight: 800;
}

.lp-product-card > div:not(.lp-thumb) {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.lp-thumb {
  position: relative;
  height: 180px;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(135deg, #d6b17c, #7b1d17);
}

.lp-thumb::after {
  position: absolute;
  inset: 0;
  content: "";
  background: radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.26), transparent 25%), linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.24) 100%);
}

/* 実画像が入っている場合は、グラデーション枠ではなく画像そのものを見せる */
.lp-thumb.has-image {
  background: #eee;
}

.lp-thumb.has-image::after {
  content: none;
}

.lp-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 商品紹介ページ（archive-product）専用のサムネサイズ。front-pageのlp-thumbとは分離 */
.menu-thumb {
  height: 340px;
}

.lp-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.lp-mini {
  display: inline-block;
  padding: 5px 9px;
  color: #555;
  border-radius: 999px;
  background: #f1eee8;
  font-size: 12px;
}

.lp-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  counter-reset: step;
}

.lp-flow .lp-card {
  position: relative;
  padding-top: 54px;
}

.lp-flow .lp-card::before {
  position: absolute;
  top: 18px;
  left: 18px;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: var(--lp-accent);
  content: counter(step);
  counter-increment: step;
  font-size: 13px;
  font-weight: 800;
}

.lp-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: center;
}

.lp-two > * {
  min-width: 0;
  width: 100%;
}

#contact .lp-two {
  align-items: start;
}

#contact .lp-section-head {
  display: flex;
  flex-direction: column;
  min-height: 132px;
}

#contact .lp-section-head p {
  min-height: 48px;
}

.lp-cta-band .lp-btn-primary,
.lp-hero .lp-btn-primary {
  color: var(--lp-accent);
  background: #fff;
  border: none;
}

.lp-effect-list {
  display: grid;
  gap: 18px;
  width: 100%;
}

.lp-cta-band {
  padding: 34px;
  color: #fff;
  border-radius: 28px;
  background: linear-gradient(135deg, #241914, #5d1717);
  width: 100%;
}

.lp-cta-band h2 {
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 1.4;
}

.lp-cta-band p {
  color: rgba(255, 255, 255, 0.84);
}

.lp-posts {
  background: #fff9f4;
}

.lp-post-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lp-post-thumb {
  display: block;
  overflow: hidden;
  margin: -6px -6px 4px;
  border-radius: 14px;
}

.lp-post-thumb img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.lp-text-link {
  margin-top: auto;
  color: var(--lp-accent);
  font-weight: 700;
}

.lp-faq details {
  margin-bottom: 12px;
  padding: 18px 20px;
  border: 1px solid var(--lp-line);
  border-radius: 14px;
  background: #fff;
}

.lp-faq summary {
  cursor: pointer;
  font-weight: 700;
}

.lp-faq p {
  margin: 12px 0 0;
  color: var(--lp-muted);
}

.lp-contact-box {
  min-height: 180px;
}

.lp-contact-list {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.lp-contact-list strong {
  display: block;
  color: var(--lp-text);
}

.lp-contact-list span {
  color: var(--lp-muted);
  overflow-wrap: break-word;
  word-break: break-word;
}

.lp-menu-toggle {
  display: none;
}

.menu-page {
    background: var(--lp-bg);
    padding: 56px 0 80px;
    color: var(--lp-text);
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif;
    line-height: 1.7;
}

.menu-page * {
    box-sizing: border-box;
}

.menu-wrap {
    width: min(1280px, 92%);
    margin: 0 auto;
}

.menu-wrap > .lp-section-head h1 {
    margin: 0 0 18px;
    font-size: clamp(32px, 5vw, 58px);
    font-weight: 900;
    line-height: 1.12;
}

.menu-wrap > .lp-section-head {
    margin-bottom: 40px;
}

.menu-wrap > .lp-section-head + .menu-category {
    padding-top: 0;
}

.menu-category {
    margin-bottom: 72px;
}

.menu-section-head h2 {
    position: relative;
    padding-bottom: 18px;
}

.menu-section-head h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 480px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--lp-accent), rgba(139, 30, 30, 0));
    content: "";
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.menu-item {
    color: #000;
}

.menu-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #eee;
    margin-bottom: 20px;
}

.menu-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.menu-no-image {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: #777;
    background: #eee;
}

.menu-item h3 {
    font-size: 22px;
    line-height: 1.35;
    margin: 0 0 12px;
    font-weight: 800;
}

.menu-description {
    font-size: 18px;
    line-height: 1.55;
}

.menu-description p {
    margin: 0 0 10px;
}

.image-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.image-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.7);
}

.image-modal-content {
    position: relative;
    z-index: 2;
    max-width: 90vw;
    max-height: 90vh;
}

.image-modal-content img {
    display: block;
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
}

.image-modal-close {
    position: absolute;
    top: -50px;
    right: 0;
    border: none;
    background: none;
    color: #fff;
    font-size: 42px;
    cursor: pointer;
}

.menu-image img {
    cursor: pointer;
}

/* ヘッダーの高さを固定して、ロゴが変わってもバーが伸びないようにする */
.lp-nav {
    display: flex;
    align-items: center;
    min-height: 50px;         /* 88→72 に。ここでヘッダーの厚み調整 */
}

.lp-logo-link { display: inline-block; line-height: 0; }

.lp-logo-img {
    height: 56px;
    max-height: 56px;
    width: auto;
    display: block;
}

@media (max-width: 900px) {
    .menu-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .menu-grid {
        grid-template-columns: 1fr;
    }

    .menu-item h3 {
        font-size: 20px;
    }

    .menu-description {
        font-size: 16px;
    }
}

@media (max-width: 900px) {
  .lp-nav {
    position: relative;
  }

  .lp-menu-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    border: 1px solid var(--lp-line);
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
  }

  .lp-menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: var(--lp-text);
  }

  .lp-global-nav {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: min(280px, 92vw);
    padding: 12px;
    border: 1px solid var(--lp-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
    z-index: 20;
  }

  .lp-global-nav.is-open {
    display: grid;
    gap: 4px;
  }

  .lp-global-nav a {
    margin-left: 0;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 14px;
  }

  .lp-global-nav a:hover {
    background: #f3ecdf;
  }
}

@media (max-width: 782px) {
  .admin-bar .lp-header {
    top: 0;
  }
}

@media (max-width: 640px) {
  .lp-grid-3,
  .lp-grid-4,
  .lp-flow {
    grid-template-columns: 1fr;
  }

  .lp-hero {
    padding-top: 52px;
  }

  .lp-hero-card {
    padding: 20px;
  }

  .lp-metric {
    grid-template-columns: 1fr;
  }
}

/* Footer */
.site-footer {
    padding: 20px 0;
    border-top: 1px solid var(--lp-line);
    background: var(--lp-bg);
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 0 12px;
    padding: 0;
}

.footer-links a {
    display: inline-flex;
    align-items: center;
    color: var(--lp-muted);
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: var(--lp-accent);
}

.footer-links a:not(:last-child)::after {
    content: "・";
    margin: 0 10px;
    color: var(--lp-line);
}

.footer-copy {
    color: var(--lp-muted);
    font-size: 14px;
    text-align: center;
}

/* ページ内容が短い場合でも、フッターを画面下端に固定する */
html, body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body > main {
    flex: 1 0 auto;
}

body > .site-footer {
    flex-shrink: 0;
}

/* 店舗紹介ページ（page-shop.php）スライダー */
.lp-shop-slider {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.10);
}

.lp-shop-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.lp-shop-slide {
    flex: 0 0 100%;
    width: 100%;
}

.lp-shop-slide-inner {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    min-height: 480px;
    background: var(--lp-card);
}

.lp-shop-slide-img {
    overflow: hidden;
}

.lp-shop-slide-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lp-shop-slide-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    padding: 48px 40px;
}

.lp-shop-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.lp-shop-slide-body h3 {
    margin: 0;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.3;
    color: var(--lp-text);
}

.lp-shop-slide-body p {
    margin: 0;
    color: var(--lp-muted);
    font-size: 15px;
    line-height: 1.8;
}

/* 矢印ボタン */
.lp-shop-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14);
    color: var(--lp-text);
    font-size: 20px;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    z-index: 2;
}

.lp-shop-arrow:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.08);
}

.lp-shop-arrow--prev { left: 16px; }
.lp-shop-arrow--next { right: 16px; }

/* ドットインジケーター */
.lp-shop-dots {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 2;
}

.lp-shop-dot {
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    padding: 0;
    transition: background 0.2s, transform 0.2s;
}

.lp-shop-dot.is-active {
    background: #fff;
    transform: scale(1.3);
}

@media (max-width: 768px) {
    .lp-shop-slide-inner {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .lp-shop-slide-img {
        height: 240px;
    }

    .lp-shop-slide-body {
        padding: 28px 24px;
    }

    .lp-shop-slide-body h3 {
        font-size: 20px;
    }
}


/* 各ページ共通タイトルヒーロー */
.lp-page-hero {
    padding: 64px 0 52px;
    color: #fff;
    background: linear-gradient(135deg, rgba(139, 30, 30, 0.96), rgba(58, 24, 16, 0.92)), radial-gradient(circle at top right, rgba(199, 139, 42, 0.45), transparent 30%);
}

.lp-page-hero .lp-section-head {
    max-width: 760px;
    margin-bottom: 0;
}

.lp-page-hero .lp-tag {
    color: rgba(255, 255, 255, 0.75);
}

.lp-page-hero h1 {
    margin: 8px 0 16px;
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 900;
    line-height: 1.2;
    color: #fff;
}

.lp-page-hero p {
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
}


.lp-single-article {
    max-width: 760px;
    margin: 0 auto;
    overflow-wrap: break-word;
    word-break: break-word;
}

.lp-single-thumb {
    max-width: 760px;
    margin: 0 auto 32px;
    overflow: hidden;
    border-radius: 18px;
}

.lp-single-thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.lp-single-body {
    max-width: 760px;
    margin: 0 auto;
    overflow-wrap: break-word;
    word-break: break-word;
}

.lp-single-body h2 {
    margin: 56px 0 24px;
    padding: 16px 24px;
    color: #fff;
    border-radius: 10px;
    background: linear-gradient(120deg, var(--lp-accent), #5d1717);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.4;
}

.lp-single-body h3 {
    margin: 36px 0 16px;
    padding-bottom: 10px;
    border-bottom: 3px solid var(--lp-accent);
    color: var(--lp-text);
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
}

.lp-single-body h2:first-child,
.lp-single-body h3:first-child {
    margin-top: 0;
}

.lp-single-body p {
    margin: 0 0 1.4em;
    color: var(--lp-text);
}

.lp-single-body ul {
    margin: 0 0 1.4em;
    padding-left: 1.4em;
    color: var(--lp-text);
}

.lp-single-body li {
    margin: 0 0 0.5em;
    line-height: 1.8;
}

.lp-single-back {
    max-width: 760px;
    margin: 32px auto 0;
}

/* 記事一覧ページ（page-blog.php）のページネーション */
.lp-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 40px;
}

.lp-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    color: var(--lp-text);
    border: 1px solid var(--lp-line);
    border-radius: 10px;
    background: #fff;
    font-size: 14px;
}

.lp-pagination .page-numbers.current {
    color: #fff;
    background: var(--lp-accent);
    border-color: var(--lp-accent);
}

.lp-pagination .page-numbers.dots {
    border: none;
    background: none;
}




/* 商品プレビュー：右2枚は空カード（サイズ確認用プレースホルダー） */
.lp-product-placeholder {
    box-shadow: none;
    border-style: dashed;
    background: transparent;
    opacity: 0.5;
}

.lp-product-placeholder .lp-thumb {
    background: #ece7dd;
}

/* 404ページ */
.lp-404-actions {
    margin-bottom: 40px;
}

.lp-404-actions .lp-btn-primary {
    color: #fff;
    background: var(--lp-accent);
    border: none;
}

.lp-404-links {
    padding-top: 28px;
    border-top: 1px solid var(--lp-line);
}

.lp-404-links > p {
    margin: 0 0 14px;
    color: var(--lp-muted);
    font-size: 15px;
}

.lp-404-links ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.lp-404-links a {
    color: var(--lp-accent);
    font-weight: 700;
}

.lp-404-links a:hover {
    text-decoration: underline;
}