/* ═══════════════════════════════════════════
   琥珀楼 — sp.css
   767px 以下のみ適用
═══════════════════════════════════════════ */
@media (max-width: 767px) {

/* PC専用要素を非表示、SP専用要素を表示 */
.pc-only { display: none !important; }
.sp-only { display: block !important; }

/* ── BASE ── */
body { min-width: 0; }
.inner { width: 88%; }

/* ── HEADER ── */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  height: 56px; padding: 0 20px;
  display: flex; align-items: center; justify-content: space-between;
  background: transparent; transition: opacity 0.6s var(--ease), visibility 0.6s var(--ease), background 0.6s var(--ease);
}
.site-header.scrolled { background: rgba(14,12,9,0.82); }
.header-logo a {
  font-family: var(--font-serif); font-size: 0.9rem; font-weight: 400;
  letter-spacing: 0.3em; color: rgba(255,255,255,0.85);
}
.header-nav { display: none; }

/* ハンバーガー */
.hamburger {
  display: flex; flex-direction: column; justify-content: center; gap: 5px;
  width: 36px; height: 36px; background: none; border: none; cursor: pointer;
  padding: 4px; z-index: 310; position: relative;
}
.hamburger span {
  display: block; width: 22px; height: 0.5px; background: rgba(255,255,255,0.5);
  transition: transform 0.35s var(--ease), opacity 0.35s var(--ease);
  transform-origin: center;
}
.hamburger.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.hamburger.is-open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ── SP ナビオーバーレイ ── */
.sp-nav-overlay {
  position: fixed; inset: 0; z-index: 300;
  background: rgba(26,24,20,0.80);
  display: flex; align-items: flex-start; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity 0.4s var(--ease);
}
.sp-nav-overlay.is-open { opacity: 1; pointer-events: auto; }
.sp-nav {
  display: flex; flex-direction: column; align-items: center; gap: 44px;
  padding-top: 28vh; /* この数字で上下位置を調整 */
}
.sp-nav-link {
  font-family: var(--font-serif); font-size: 22px; font-weight: 400;
  letter-spacing: 0.4em; color: rgba(255,255,255,0.85); transition: color 0.3s var(--ease);
}
.sp-nav-link:hover { color: var(--amber); }

/* ── BOOK NOW ── */
.book-now-fixed {
  position: fixed; right: 0; bottom: 0; z-index: 100;
  width: 36px; height: 160px; background: var(--amber); color: var(--black);
  writing-mode: vertical-rl; font-family: var(--font-serif);
  font-size: 13px; font-weight: 600; letter-spacing: 3px;
  display: flex; align-items: center; justify-content: center;
}

/* ── MV ── */
#mv { position: relative; width: 100%; min-height: 100svh; overflow: hidden; }
.mv-photo { position: absolute; inset: 0; overflow: hidden; }
.mv-photo img {
  width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.0);
  transition: transform 8s linear; filter: brightness(0.65);
}
.mv-photo img.mv-kenburns {
  transform: scale(1.07); filter: brightness(1.0);
  transition: transform 8s linear, filter 2s ease-out;
}
.mv-photo::before {
  content: ''; position: absolute; inset: 0; background: rgba(26,24,20,0.2); z-index: 1;
}
.mv-photo::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 160px;
  background: linear-gradient(to bottom, transparent, var(--black)); z-index: 2;
}
.mv-content {
  position: absolute; inset: 0; display: flex;
  align-items: flex-start;        /* center → flex-start */
  padding-top: 15vh;              /* この数字を小さくするほど上に上がる */
  z-index: 3;
}.mv-content .inner {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; width: 100%; margin: 0 auto;
}
.mv-logo { width: 140px; height: auto; object-fit: contain; margin-bottom: 48px; }
.mv-catch-ja {
  font-family: var(--font-mincho); font-size: 20px; font-weight: 500;
  letter-spacing: 6px; color: var(--white);
}
.mv-catch-en {
  font-family: var(--font-serif); font-size: 12px; font-weight: 400;
  letter-spacing: 3px; color: rgba(212,184,122,0.7); margin-top: 14px;
}
.mv-scroll {
  position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
  z-index: 10; display: flex; flex-direction: column; align-items: center; gap: 8px;
  opacity: 0; transition: opacity 0.8s var(--ease-out); pointer-events: none;
}
.mv-scroll.mv-enter { opacity: 1; }
.mv-scroll.mv-scroll--hidden { opacity: 0; }
.mv-scroll-label {
  font-family: var(--font-serif); font-size: 10px; letter-spacing: 0.35em;
  color: rgba(255,255,255,0.4);
}
.mv-scroll-bar {
  width: 1px; height: 40px; background: rgba(255,255,255,0.15);
  position: relative; overflow: hidden;
}
.mv-scroll-bar::after {
  content: ''; position: absolute; top: -100%; left: 0; width: 100%; height: 100%;
  background: linear-gradient(to bottom, transparent, var(--amber), transparent);
  animation: scrollDrop 1.8s cubic-bezier(0.4,0,0.6,1) infinite;
}

/* ── KAZARI（SP縮小） ── */
/* position:relative は common.css に集約済み */
.kazari { background-size: contain; }
#intro .kazari--intro-l  { width: 110px; height: 110px; top: 16px; left: 0; transform: translateX(-50%) rotate(45deg); opacity: 0.35; }
#place .kazari--place-r  { width: 110px; height: 110px; top: 0; right: 0; transform: translateX(50%) rotate(45deg); opacity: 0.3; }
#place .kazari--place-l  { width: 130px; height: 130px; bottom: 20px; left: 0; transform: translateX(-50%) rotate(45deg); opacity: 0.2; }
#menu .kazari--menu-tl   { width: 160px; height: 160px; top: -60px; right: 10px; transform: rotate(-45deg); opacity: 0.13; }
#menu .kazari--menu-br   { width: 160px; height: 160px; bottom: -60px; right: 0; transform: translateX(50%) rotate(-45deg); opacity: 0.13; }
#menu .kazari--menu-list-l { width: 130px; height: 130px; top: 460px; left: 0; transform: translateX(-38%) rotate(45deg); opacity: 0.25; }
#footer .kazari--footer-l,
#footer .kazari--footer-r { width: 110px; height: 110px; }
#footer .kazari--footer-l { top: 50%; left: 0; transform: translateX(-50%) translateY(-50%) rotate(45deg); opacity: 0.18; }
#footer .kazari--footer-r { top: 50%; right: 0; transform: translateX(50%) translateY(-50%) rotate(45deg); opacity: 0.18; }

/* ── INTRO ── */
#intro { background: var(--black); padding: 72px 0 60px; overflow: hidden; }

/* スライダーラッパー：左寄せ・右にマージン（右端を92%で切る） */
.sp-intro-slider-wrap {
  width: 85%;
  margin-left: 0;
  height: 260px;
  overflow: hidden;
  margin-bottom: 28px;
  position: relative;
}
.sp-intro-track {
  position: relative;
  height: 100%;
}
.sp-intro-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}
.sp-intro-slide.is-active { opacity: 1; }
.sp-intro-slide img { width: 100%; height: 100%; object-fit: cover; }
.sp-intro-slide::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 2;
  background: rgba(168,137,58,0.3);
}


/* ── PLACE ── */
#place { background: var(--black); padding: 72px 0 60px; overflow: hidden; }

/* スライダーラッパー：右寄せ・左にマージン */
.sp-place-slider-wrap {
  width: 85%;
  margin-left: auto;
  margin-right: 0;
  height: 240px;
  overflow: hidden;
  margin-bottom: 28px;
  position: relative;
}
.sp-place-track {
  position: relative;
  height: 100%;
}
.sp-place-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}
.sp-place-slide.is-active { opacity: 1; }
.sp-place-slide img { width: 100%; height: 100%; object-fit: cover; }
.sp-place-slide::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 2;
  background: rgba(168,137,58,0.3);
}


/* ── コピー・英語（INTRO・PLACE共通） ── */
.sp-section-copy {
  width: 75%;
  margin: 0 auto 30px;
}
.sp-section-copy p {
  font-family: var(--font-mincho);
  font-size: 14px; font-weight: 400;
  line-height: 2.0; letter-spacing: 0.12em;
  color: var(--white);
}
.sp-section-en {
  width: 75%;
  margin: 0 auto 30px;
}
.sp-section-en p {
  font-family: var(--font-serif);
  font-size: 11px; font-weight: 400;
  line-height: 22px; letter-spacing: 1.5px;
  color: var(--brown); opacity: 0.8;
}


/* ── MENU ── */
#menu { background: #fff; color: var(--black); padding: 60px 0; overflow: hidden; }
.menu-header { text-align: center; margin-bottom: 32px; }
.menu-title-ja {
  font-family: 'Noto Serif JP', var(--font-mincho); font-size: 22px; font-weight: 400;
  letter-spacing: 0.12em; color: var(--black); margin-bottom: 16px;
}
.menu-title-en {
  font-family: var(--font-mincho); font-size: 11px; font-weight: 800;
  letter-spacing: 3.9px; color: var(--brown); margin-bottom: 10px;
}
.menu-title-line { width: 1px; height: 32px; background: var(--amber); margin: 0 auto 16px; }
.menu-sub-copy {
  font-family: var(--font-serif); font-size: 12px; font-weight: 400;
  line-height: 1.9; letter-spacing: 1px; color: var(--brown);
}
.menu-sub-en {
  font-family: var(--font-serif); font-size: 11px; font-weight: 400;
  line-height: 1.9; letter-spacing: 1px; color: var(--amber);
  opacity: 0.75; margin-top: 15px;
}
.menu-hero { position: relative; width: 100%; height: 195px; overflow: hidden; margin-bottom: 56px; background: var(--black); }
.menu-hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.2s ease-in-out; }
.menu-hero-slide.is-active { opacity: 1; }
.menu-hero-slide img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); transition: transform 7s linear; }
.menu-hero-slide.is-active img { transform: scale(1.0); }
.menu-hero-slide::after { content: ''; position: absolute; inset: 0; background: rgba(14,12,9,0.28); pointer-events: none; }

/* 現行：2カラム均等 */
.menu-row--2col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 65px;
  width: 72%;
  margin-left: auto;
  margin-right: auto;
}

/* カード内スライドショー */
.menu-item-slider {
  position: relative;
  overflow: hidden;
}
.mi-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}
.mi-slide.is-active { opacity: 1; }
.mi-slide img { width: 100%; height: 100%; object-fit: cover; }

.menu-item { position: relative; }
.menu-item-img { overflow: hidden; aspect-ratio: 5/3.5; margin-bottom: 15px; border-radius: 5px; }
.menu-item-img img { width: 100%; height: 100%; object-fit: cover; }
.menu-item-name {
  font-family: 'Noto Serif JP', var(--font-mincho); font-size: 15px; font-weight: 500;
  line-height: 28px; color: var(--black); margin-bottom: 8px;
  display: flex; align-items: center;
}
.menu-item-jade {
  font-family: var(--font-serif); font-size: 10px; font-weight: 500;
  letter-spacing: 2px; color: var(--amber); margin-bottom: 6px;
}
.menu-item-name-main { line-height: 1; }
.menu-item-name-ruby {
  font-size: 10px; letter-spacing: 1.5px; line-height: 1; margin-left: 6px;
}
.menu-item-desc {
  font-family: 'Noto Serif JP', var(--font-mincho); font-size: 11px; font-weight: 400;
  line-height: 22px; letter-spacing: 0.25px; color: var(--brown); margin-bottom: 8px; flex: 1;
}
.menu-item-price {
  font-family: 'Noto Serif JP', var(--font-mincho); font-size: 12px; font-weight: 400;
  letter-spacing: 1.5px; color: var(--black); margin-bottom: 15px;
}
.menu-item-price .small { font-size: 10px; font-weight: 300; }
.menu-item-btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-serif); font-size: 10px; font-weight: 700; letter-spacing: 4px;
  color: var(--white); background: var(--amber); border-radius: 2px; padding: 5px 16px;
  width: fit-content; margin: 0 auto;
}
.menu-section-cta { text-align: center; margin-top: 48px; }
.menu-section-cta-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: 'Noto Serif JP', var(--font-mincho); font-size: 13px; font-weight: 600;
  letter-spacing: 0.3em; color: var(--white); background: var(--black);
  padding: 4px 32px; border-radius: 2px; white-space: nowrap;
}
.menu-section-cta-btn::after { content: '›'; font-size: 16px; font-weight: 300; letter-spacing: 0; opacity: 0.7; }

/* ── INFORMATION ── */
#information { background: var(--ivory); color: var(--black); padding: 0px 0 40px 0;}
/* ── INFO ギャラリー（3列×2段・画面幅いっぱい） ── */
.info-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4px;
  margin-bottom: 40px;
  /* .inner（width:88%）の左右余白を相殺して画面幅いっぱいに */
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.info-gallery figure { overflow: hidden; position: relative; aspect-ratio: 10 / 9; }
.info-gallery img { width: 100%; height: 100%; object-fit: cover; }
/* トーン統一の薄膜（アンバー） */
.info-gallery figure::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 2;
  background: rgba(168,137,58,0.15);
}

.info-section-header { text-align: center; margin-bottom: 40px; }
.info-section-title-ja {
  font-family: 'Noto Serif JP', var(--font-mincho); font-size: 22px; font-weight: 400;
  letter-spacing: 0.08em; color: var(--black); margin-bottom: 16px;
}
.info-section-title-en {
  font-family: var(--font-mincho); font-size: 11px; font-weight: 800;
  letter-spacing: 3.9px; color: var(--brown); margin-bottom: 10px;
}
.info-title-line { width: 1px; height: 32px; background: var(--amber); margin: 0 auto; }
.info-inner { flex-direction: column; gap: 28px; }
.info-left { flex: none; width: 100%; align-items: flex-start; }
.info-logo-box { width: 110px; height: 110px; background: #1A1814; display: flex; align-items: center; justify-content: center; overflow: hidden; margin-bottom: 24px; }
.info-logo-img { width: 100%; height: 100%; object-fit: contain; display: block; }
.info-right { width: 100%; }
.info-table { width: 100%; border-collapse: collapse; margin-bottom: 20px; }
.info-table th, .info-table td {
  padding: 10px 0; border-bottom: 1px solid rgba(122,112,96,0.2); vertical-align: top;
  font-family: 'Noto Serif JP', var(--font-mincho); font-size: 12px; font-weight: 500;
  line-height: 22px; letter-spacing: 1px; text-align: left;
}
.info-table tr:first-child th, .info-table tr:first-child td { padding-top: 0; }
.info-table th { width: 82px; color: var(--black); white-space: nowrap; }
.info-table td { color: var(--black); }
.info-table td a { color: var(--black); }
.info-note { display: block; font-size: 10px; color: var(--brown); margin-top: 2px; }
/* ── 地図埋め込み（横長・アンバートーン） ── */
.info-map {
  position: relative; width: 100%; aspect-ratio: 16 / 10;
  overflow: hidden; margin: 10px 0 6px; background: rgba(122,112,96,0.1);
}
.info-map iframe {
  position: absolute; inset: 0; width: 100%; height: 100%; border: 0;
  filter: sepia(0.4) saturate(0.85) hue-rotate(-8deg) brightness(0.97);
}
.info-map-link { font-family: 'Noto Serif JP', var(--font-mincho); font-size: 11px; color: var(--brown); }
.info-notices { display: flex; flex-direction: column; gap: 2px; margin-top: 8px; }
.info-notices p { font-family: 'Noto Serif JP', var(--font-mincho); font-size: 10px; color: var(--black); line-height: 18px; }

/* ── FOOTER ── */
#footer { background: var(--black); overflow: hidden; }
.footer-inner {
  position: relative; height: 130px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 20px; z-index: 1;
}
.footer-shigira { width: 150px; display: flex; justify-content: center; }
.footer-shigira img { width: 100%; height: auto; object-fit: contain; opacity: 1; }
    .sp-br { display: block !important; }

    
} /* end @media (max-width: 767px) */
