/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/

/* ============================================================
   グローバルナビセクション
   "お店を探す"メニューをボタン化
   ============================================================ */

@media (min-width: 992px) {

    .global-nav-list li.gnav-contact-btn::after,
    .global-nav-list li.gnav-contact-btn.current-menu-item::after,
    .vk-menu-acc li.gnav-contact-btn::after {
        display: none !important;
        content: none !important;
    }

    .global-nav-list li.gnav-contact-btn,
    .vk-menu-acc li.gnav-contact-btn {
        border-radius: 6px !important;
        overflow: hidden;
        background-color: #8b0000 !important;
        margin-top: 0 !important;
        align-self: center !important;
    }

    .global-nav-list li.gnav-contact-btn a,
    .vk-menu-acc li.gnav-contact-btn a {
        background-color: #8b0000 !important;
        color: #fff !important;
        font-size: 14px !important;
        padding: 8px 20px !important;
        border-radius: 6px !important;
        text-decoration: none !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        line-height: 1.2 !important;
        transition: background-color 0.3s !important;
    }

    .global-nav-list li.gnav-contact-btn a:hover,
    .vk-menu-acc li.gnav-contact-btn a:hover {
        background-color: #bd1b4c !important;
        opacity: 1 !important;
        color: #fff !important;
    }
}


/* ============================================================
   テキストシャドウ
   ============================================================ */

.entry-body h1,
.entry-body h2,
.entry-body h3,
.entry-body h4 {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.shadow-text {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}


/* ============================================================
   特徴セクション（.features-section）
   ============================================================ */

.features-section {
    background-color: #1a1a1a;
    padding: 80px 0;
}

.features-section .features-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.features-section .features-section-header p:first-child {
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 12px;
}

.features-section .features-section-header h2 {
    color: #ffffff;
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.4;
}

.features-section .features-section-header p:last-child {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    line-height: 1.8;
}

.features-section .wp-block-vk-blocks-grid-column-item {
    overflow: hidden;
    border-radius: 8px;
}

.features-section .wp-block-cover {
    min-height: 400px !important;
    border-radius: 8px;
    overflow: hidden;
}

.features-section .wp-block-cover__background {
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.90) 0%,
        rgba(0, 0, 0, 0.40) 55%,
        rgba(0, 0, 0, 0.10) 100%
    ) !important;
    opacity: 1 !important;
}

.features-section .wp-block-cover__image-background {
    filter: brightness(0.85);
}

.features-section .wp-block-cover__inner-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
    padding: 28px 24px;
    box-sizing: border-box;
}

.features-section .card-tag {
    display: inline-block;
    background: #8b1a1a;
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 2px;
    margin-bottom: 10px;
    letter-spacing: 0.08em;
    line-height: 1.6;
}

.features-section .card-title {
    color: #ffffff !important;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 10px 0 !important;
    line-height: 1.4;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.features-section .card-desc {
    flex-grow: 1;
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 0.90rem;
    line-height: 1.8;
    margin: 0 0 16px 0 !important;
}

.features-section .card-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.60);
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-decoration: none;
    transition: color 0.3s ease, gap 0.3s ease;
}

.features-section .card-link::after {
    content: "→";
}

.features-section .card-link:hover {
    color: #ffffff;
    gap: 10px;
}

@media (max-width: 767px) {
    .features-section {
        padding: 60px 0;
    }
    .features-section .features-section-header {
        margin-bottom: 40px;
    }
    .features-section .wp-block-cover {
        min-height: 300px !important;
    }
    .features-section .wp-block-cover__inner-container {
        padding: 20px 18px;
    }
    .features-section .card-title {
        font-size: 1.1rem;
    }
    .features-section .card-desc {
        font-size: 0.85rem;
    }
}


/* ============================================================
   活気・雰囲気セクション（ベントグリッド）
   ============================================================ */

.vibe-section {
    background-color: #f5f0e8;
    padding: 80px 0;
    border-bottom: 1px solid rgba(139, 115, 85, 0.3);
}

.vibe-section .vibe-header {
    text-align: center;
    margin-bottom: 48px;
}

.vibe-section .vibe-header p:first-child {
    font-size: 1rem;
    letter-spacing: 0.18em;
    color: #999;
    margin-bottom: 10px;
}

.vibe-section .vibe-header h2 {
    color: #1a1a1a !important;
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 12px;
    text-shadow: none !important;
}

.vibe-section .vibe-header p:last-child {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.8;
}

@media (min-width: 992px) {
    .vibe-section .vibe-bento .row {
        display: grid !important;
        grid-template-columns: 2fr 1fr !important;
        grid-template-rows: 210px 210px !important;
        gap: 8px !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .vibe-section .vibe-bento .vk_gridColumn_item {
        width: auto !important;
        max-width: none !important;
        flex: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .vibe-section .vibe-bento .vk_gridColumn_item:nth-child(1) {
        grid-column: 1;
        grid-row: 1 / 3;
    }
    .vibe-section .vibe-bento .vk_gridColumn_item:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
    }
    .vibe-section .vibe-bento .vk_gridColumn_item:nth-child(3) {
        grid-column: 2;
        grid-row: 2;
    }
    .vibe-section .vibe-bento .vibe-cell {
        height: 100% !important;
        min-height: unset !important;
        width: 100% !important;
    }
}

@media (min-width: 600px) and (max-width: 991px) {
    .vibe-section .vibe-bento .row {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .vibe-section .vibe-bento .vk_gridColumn_item {
        width: 100% !important;
        max-width: none !important;
        flex: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .vibe-section .vibe-cell {
        min-height: 240px !important;
    }
}

@media (max-width: 599px) {
    .vibe-section {
        padding: 60px 0;
    }
    .vibe-section .vibe-bento .row {
        gap: 8px !important;
    }
    .vibe-section .vibe-cell--main {
        min-height: 220px !important;
    }
    .vibe-section .vibe-cell--sub {
        min-height: 160px !important;
    }
}

.vibe-section .vibe-cell {
    border-radius: 8px !important;
    overflow: hidden !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.vibe-section .vibe-cell .wp-block-cover__background {
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.78) 0%,
        rgba(0, 0, 0, 0.20) 55%,
        rgba(0, 0, 0, 0.05) 100%
    ) !important;
    opacity: 1 !important;
}

.vibe-section .vibe-cell .wp-block-cover__inner-container {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    align-items: flex-start !important;
    height: 100% !important;
    padding: 20px !important;
    box-sizing: border-box !important;
}

.vibe-section .vibe-badge {
    display: inline-block;
    background: rgba(139, 0, 0, 0.88);
    color: #fff !important;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 2px;
    letter-spacing: 0.08em;
    margin: 0 !important;
}

.vibe-section .vibe-bento.is-visible .vibe-cell--main {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.05s;
}

.vibe-section .vibe-bento.is-visible .vibe-cell--sub:nth-of-type(1) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.18s;
}

.vibe-section .vibe-bento.is-visible .vibe-cell--sub:nth-of-type(2) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.28s;
}

.vibe-section .vibe-title {
    color: #ffffff !important;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 6px 0 0 0 !important;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
}

@media (min-width: 992px) {
    .vibe-section .vibe-title {
        font-size: 1.25rem;
    }
}


/* ============================================
   shop-section（TOPページ店舗一覧）
   ============================================ */

.shop-section .vk_post_taxonomy {
    margin-bottom: 4px;
}

.shop-section .vk_post_taxonomy:last-of-type {
    margin-bottom: 12px;
}

.shop-section .vk_post {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.shop-section .vk_post:nth-child(2) {
    transition-delay: 0.15s;
}

.shop-section .vk_post:nth-child(3) {
    transition-delay: 0.30s;
}

.shop-section .vk_post.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.shop-section .vk_post_body {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.shop-section .vk_post_excerpt {
    height: 6em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.shop-section .vk_post_taxonomy-wrap {
    margin-top: auto;
}

.shop-section .vk_post_body.card-body .vk_post_excerpt.card-text {
    font-size: 0.85em !important;
    color: #555 !important;
    line-height: 1.7 !important;
}


/* ============================================
   reviews-section 口コミカード
   ============================================ */

body .reviews-section p.review-author {
    font-size: 0.8em !important;
    color: #888 !important;
    margin-top: 16px !important;
    padding-top: 12px !important;
    border-top: 1px solid #ddd !important;
    margin-block-end: 0 !important;
}

.reviews-section .wp-block-vk-blocks-grid-column {
    display: flex;
    flex-wrap: wrap;
}

.reviews-section .vk_grid-column-item {
    display: flex;
    padding: 8px;
}

.reviews-section .vk_grid-column-item > .wp-block-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}


/* ============================================
   cta-section ボタンスタイル
   ============================================ */

.cta-section .wp-block-button__link {
    background-color: #ffffff !important;
    color: #6B1C1C !important;
    border: 2px solid #ffffff !important;
    transition: all 0.3s ease;
}

.cta-section .wp-block-button__link:hover {
    background-color: transparent !important;
    color: #ffffff !important;
    border: 2px solid #ffffff !important;
}


/* ============================================
   shop-list-page 背景リセット
   ============================================ */

.page-id-234.custom-background {
    background-color: #ffffff !important;
}

.page-id-234 .site-content,
.page-id-234 .content-area,
.page-id-234 .entry-content,
.page-id-234 .entry-body {
    background-color: #ffffff !important;
}

/* ============================================
   shop-list-section カードリスト
   ============================================ */

.shop-list-section {
    background-color: #ffffff !important;
}

/* カードホバー */
.shop-list-section .vk_post:hover {
    box-shadow: 0 4px 16px rgba(107, 28, 28, 0.1);
    transition: box-shadow 0.2s ease;
}

/* タクソノミーバッジ */
.shop-list-section .vk_post_taxonomy_title {
    display: none !important;
}

.shop-list-section .vk_post_taxonomy_terms {
    font-size: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 4px !important;
}

.shop-list-section .vk_post_taxonomy_terms a {
    display: inline-block;
    font-size: 0.75rem !important;
    font-weight: bold;
    padding: 3px 10px;
    border-radius: 6px;
    text-decoration: none;
    background-color: #f0ebe2;
    color: #6B1C1C !important;
    border: 1px solid rgba(107, 28, 28, 0.2);
    transition: background-color 0.2s ease;
}

.shop-list-section .vk_post_taxonomy_terms a:hover {
    background-color: #e8ddd0;
}

/* 住所・電話メタ */
.shop-list-meta {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 4px;
}

.shop-list-meta-row {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 0.85em;
    color: #555 !important;
}

.shop-list-meta-row .fa-location-dot,
.shop-list-meta-row .fa-phone {
    color: #6B1C1C;
    width: 14px;
    text-align: center;
    flex-shrink: 0;
}

.shop-list-meta-row a {
    color: #555 !important;
    text-decoration: none;
}


/* New!! 非表示 */
.shop-list-section .vk_post_new_badge {
    display: none !important;
}

/* タクソノミー全グループを横並び1行に */
.shop-list-section .vk_post_taxonomies {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 4px !important;
    align-items: center !important;
}

.shop-list-section .vk_post_taxonomy {
    display: contents !important;
}

/* SP：カードを縦積みに変更 */
@media (max-width: 767px) {
    .shop-list-section .vk_post.card-horizontal,
    .shop-list-section .vk_post {
        flex-direction: column !important;
    }

    .shop-list-section .vk_post .vk_post_imgOuter {
        width: 100% !important;
        max-width: 100% !important;
        height: 200px !important;
        flex-shrink: unset !important;
    }

    .shop-list-section .vk_post .vk_post_imgOuter img {
        width: 100% !important;
        height: 200px !important;
        object-fit: cover !important;
    }
}

/* SP：card-horizontal-inner-rowを縦積みに */
@media (max-width: 767px) {
    .shop-list-section .card-horizontal-inner-row {
        flex-direction: column !important;
        flex-wrap: wrap !important;
        height: auto !important;
    }

    .shop-list-section .card-horizontal-inner-row > div {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 auto !important;
    }

    .shop-list-section .card-horizontal-inner-row .card-img-outer img {
        width: 100% !important;
        height: 200px !important;
        object-fit: cover !important;
        display: block;
    }
}

/* ===================================================
   店舗詳細ページ (single-shop.php)
   =================================================== */

/* カラー変数 */
:root {
  --shop-bg:        #faf7f0;
  --shop-dark:      #2c1600;
  --shop-accent:    #8b3a1a;
  --shop-gold:      #d4a860;
  --shop-gold-btn:  #c8860a;
  --shop-border:    #d4b890;
  --shop-text-sub:  #9b7040;
  --shop-card-bg:   #fff8ee;
}

/* ラッパー：全幅 */
.shop-detail-wrap {
  background: var(--shop-bg);
  overflow-x: hidden;
  width: 100%;
}

/* ヒーロー以外を中央寄せ・幅制限 */
.shop-body-wrap {
  max-width: var(--vk-width-container, 860px);
  margin: 0 auto;
  padding: 0 var(--vk-size-content-gap, 20px);
}

/* ===== ヒーロースライダー（全幅） ===== */
.shop-hero {
  position: relative;
  height: 480px;
  overflow: hidden;
}
.shop-hero__slides {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
}
.shop-hero__slide {
  min-width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-color: var(--shop-dark);
}
.shop-hero__slide--fallback {
  background: linear-gradient(135deg, #6b3a18, #2c1600);
}
.shop-hero__dim {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg,
    rgba(10, 3, 0, 0.1) 0%,
    rgba(10, 3, 0, 0.72) 100%);
  pointer-events: none;
}

/* ヒーロー テキスト */
.shop-hero__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
}
.shop-hero__content-inner {
  max-width: var(--vk-width-container, 860px);
  margin: 0 auto;
  padding: 36px var(--vk-size-content-gap, 20px);
}
.shop-hero__en {
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--shop-gold);
  font-family: sans-serif;
  margin-bottom: 8px;
}
.shop-hero__name {
  font-size: clamp(26px, 5vw, 38px);
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  margin: 0;
}
.shop-hero__catch {
  font-size: 13px;
  color: #e8d0a0;
  font-family: sans-serif;
  margin: 8px 0 24px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

/* ヒーロー CTA */
.shop-hero__cta {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.shop-btn-reserve {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--shop-gold-btn);
  color: #fff;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 26px;
  border-radius: 4px;
  text-decoration: none;
  letter-spacing: 0.08em;
  transition: opacity 0.2s;
}
.shop-btn-reserve:hover { opacity: 0.88; color: #fff; }
.shop-btn-reserve--soon {
  background: rgba(200, 134, 10, 0.45);
  cursor: default;
  font-family: sans-serif;
  font-size: 13px;
  padding: 13px 20px;
  color: #f0e0c0;
  border-radius: 4px;
  letter-spacing: 0.08em;
}
.shop-btn-detail {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.13);
  color: #f0e0c0;
  font-family: sans-serif;
  font-size: 13px;
  padding: 12px 20px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  text-decoration: none;
  letter-spacing: 0.08em;
  transition: background 0.2s;
}
.shop-btn-detail:hover { background: rgba(255, 255, 255, 0.22); color: #fff; }

/* スライダー ドット・矢印 */
.shop-hero__dots {
  position: absolute;
  top: 20px;
  right: 36px;
  display: flex;
  gap: 6px;
}
.shop-hero__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s;
}
.shop-hero__dot.is-active {
  width: 18px;
  border-radius: 3px;
  background: var(--shop-gold);
}
.shop-hero__arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-80%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 12px;
  pointer-events: none;
}
.shop-hero__arr {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: all;
  transition: background 0.2s;
}
.shop-hero__arr:hover { background: rgba(255, 255, 255, 0.28); }
.shop-hero__arr svg { width: 14px; height: 14px; color: #fff; }

/* ===== パンくず ===== */
.shop-breadcrumb {
  background: var(--shop-dark);
  width: 100%;
}
.shop-breadcrumb-inner {
  max-width: var(--vk-width-container, 860px);
  margin: 0 auto;
  padding: 9px var(--vk-size-content-gap, 20px);
  font-size: 11px;
  font-family: sans-serif;
  color: #a07848;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.shop-breadcrumb-inner a { color: #c49a60; text-decoration: none; }
.shop-breadcrumb-inner a:hover { text-decoration: underline; }

/* ===== こだわりポイント ===== */
.shop-kodawari {
  background: var(--shop-dark);
  padding: 28px 20px;
  /* marginなし */
}
.shop-kodawari__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #4a2e10;
  border: 1px solid #4a2e10;
  border-radius: 6px;
  overflow: hidden;
}
.shop-kodawari__item {
  background: var(--shop-dark);
  padding: 20px 16px;
  text-align: center;
}
.shop-kodawari__icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
  background: #3a2010;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-kodawari__icon i {
  color: var(--shop-gold);
  font-size: 16px;
}
.shop-kodawari__title {
  font-size: 13px;
  color: var(--shop-gold);
  font-weight: 600;
  margin: 0 0 4px;
}
.shop-kodawari__body {
  font-size: 11px;
  color: #a08060;
  font-family: sans-serif;
  line-height: 1.7;
  margin: 0;
}

/* ===== メインエリア共通 ===== */
.shop-main {
  padding-bottom: 60px;
}
.shop-sec {
  padding: 40px 0 0;
}

/* セクション見出し */
.shop-sec__head {
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--shop-border);
}
.shop-sec__en {
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--shop-text-sub);
  font-family: sans-serif;
  margin: 0 0 3px;
}
.shop-sec__ja {
  font-size: 20px;
  font-weight: 600;
  color: var(--shop-dark);
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.shop-sec__ja::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 1px;
  background: var(--shop-accent);
  flex-shrink: 0;
}

/* ===== 店舗情報テーブル ===== */
.shop-info-table {
  width: 100%;
  border-collapse: collapse;
}
.shop-info-table tr {
  border-bottom: 1px solid #e8d8be;
}
.shop-info-table tr:last-child { border-bottom: none; }
.shop-info-table th,
.shop-info-table td {
  padding: 13px 12px;
  vertical-align: top;
  font-family: sans-serif;
  text-align: left;
}
.shop-info-table th {
  width: 90px;
  font-size: 12px;
  color: var(--shop-text-sub);
  font-weight: 600;
  letter-spacing: 0.05em;
}
.shop-info-table td {
  font-size: 14px;
  color: var(--shop-dark);
  line-height: 1.7;
}
.shop-info-table td a {
  color: var(--shop-dark);
  text-decoration: none;
}
.shop-info-table td a:hover { text-decoration: underline; }
.shop-info-sub {
  font-size: 12px;
  color: var(--shop-text-sub);
}

/* ===== Googleマップ ===== */
.shop-map {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--shop-border);
}
.shop-map__embed {
  position: relative;
  width: 100%;
  height: 380px;   /* ← お好みで調整可 */
  overflow: hidden;
}
.shop-map__embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
  border: none !important;
}

.shop-map__link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--shop-dark);
  color: var(--shop-gold);
  padding: 12px;
  font-family: sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: opacity 0.2s;
}
.shop-map__link:hover { opacity: 0.8; color: var(--shop-gold); }

/* ===== おすすめメニュー ===== */
.shop-menu {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: var(--shop-border);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--shop-border);
}
.shop-menu__row {
  display: flex;
  align-items: center;
  background: var(--shop-card-bg);
}
.shop-menu__img {
  width: 120px;
  flex-shrink: 0;
  align-self: stretch;
  overflow: hidden;
}
.shop-menu__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.shop-menu__body {
  padding: 14px 16px;
  flex: 1;
}
.shop-menu__name {
  font-size: 14px;
  font-weight: 600;
  color: var(--shop-dark);
  margin: 0 0 3px;
}
.shop-menu__desc {
  font-size: 12px;
  color: #7a6040;
  font-family: sans-serif;
  line-height: 1.6;
  margin: 0;
}
.shop-menu__price {
  font-size: 13px;
  color: var(--shop-accent);
  font-family: sans-serif;
  font-weight: 600;
  margin: 6px 0 0;
}

/* ===== 予約CTAバナー ===== */
.shop-cta-banner {
  margin: 36px 0 0;
  background: var(--shop-accent);
  border-radius: 8px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.shop-cta-banner__main {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 3px;
}
.shop-cta-banner__sub {
  font-size: 12px;
  color: #f0c890;
  font-family: sans-serif;
  margin: 0;
}
.shop-cta-banner__btn {
  background: var(--shop-gold-btn);
  color: #fff;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  letter-spacing: 0.08em;
  white-space: nowrap;
  flex-shrink: 0;
  transition: opacity 0.2s;
}
.shop-cta-banner__btn:hover { opacity: 0.85; color: #fff; }
.shop-cta-banner__btn--soon {
  background: rgba(200, 134, 10, 0.45);
  cursor: default;
}

/* ===== アクセス ===== */
.shop-access {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.shop-access__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: sans-serif;
}
.shop-access__badge {
  background: var(--shop-dark);
  color: var(--shop-gold);
  font-size: 10px;
  padding: 3px 8px;
  border-radius: 3px;
  flex-shrink: 0;
  margin-top: 3px;
  letter-spacing: 0.05em;
}
.shop-access__text {
  font-size: 14px;
  color: var(--shop-dark);
  line-height: 1.7;
}
.shop-access__note {
  font-size: 12px;
  color: var(--shop-text-sub);
  line-height: 1.7;
  padding: 10px 14px;
  background: #f5ede0;
  border-radius: 5px;
  border-left: 3px solid var(--shop-gold);
  font-family: sans-serif;
  margin: 0;
}

/* ===== SNS ===== */
.shop-sns__btn {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--shop-dark);
  color: #f0e0c0;
  padding: 14px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em;
  transition: opacity 0.2s;
}
.shop-sns__btn:hover { opacity: 0.8; color: #f0e0c0; }
.shop-sns__btn .fa-instagram { font-size: 20px; color: var(--shop-gold); }
.shop-sns__handle { color: var(--shop-gold); font-size: 13px; }
.shop-sns__arr { margin-left: auto; color: #a07848; font-size: 12px; }

/* ===== 装飾・戻るボタン ===== */
.shop-ornament {
  text-align: center;
  padding: 36px 0 0;
  color: #c4a070;
  font-size: 16px;
  letter-spacing: 8px;
  margin: 0;
}
.shop-back {
  padding: 28px 0 0;
}
.shop-back__btn {
  display: block;
  text-align: center;
  border: 1.5px solid var(--shop-dark);
  color: var(--shop-dark);
  font-family: sans-serif;
  font-size: 12px;
  letter-spacing: 0.15em;
  padding: 13px;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.shop-back__btn:hover {
  background: var(--shop-dark);
  color: var(--shop-gold);
}

/* ===== レスポンシブ（スマホ） ===== */
@media (max-width: 600px) {
  .shop-hero { height: 380px; }
  .shop-hero__content { padding: 24px 20px; }
  .shop-hero__name { font-size: 26px; }
  .shop-hero__cta { gap: 10px; }
  .shop-btn-reserve { font-size: 13px; padding: 11px 18px; }
  .shop-kodawari__grid { grid-template-columns: 1fr; }
  .shop-menu__img { width: 90px; }
  .shop-cta-banner { flex-direction: column; align-items: flex-start; }
}