@charset "UTF-8";

:root{
  --sub-hero-height: 230px;
  --sub-hero-overlay: rgba(0,0,0,0.45);
  --bp-sp-max: 767.98px;

  /* z-index scale (higher = front)
     - base content: 0-2
     - drawer: 400
     - header: 500
     - vertical copyright: 999
     - hamburger: 9999
  */
  --z-base-back: 0;
  --z-base: 1;
  --z-base-front: 2;
  --z-drawer: 350;
  --z-drawer-panel: 400;
  --z-header: 500;
  --z-vertical: 999;
  --z-hamburger: 9999;
}


*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #000 !important;
  color: #fff !important;
  font-family: Baskerville, "Baskerville Old Face", "Times New Roman", "Zen Old Mincho", serif !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  overflow-x: hidden;
}
body.m_fixed_sns {
  padding-bottom: 75px;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  outline: none;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

table {
  border: 1px solid #eee;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}
table th,
table td {
  border: 1px solid #eee;
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
}

li {
  border: none;
}

.inner {
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (min-width: 375px) {
  .inner {
    max-width: 375px;
  }
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 768px;
  }
}
@media screen and (min-width: 1280px) {
  .inner {
    max-width: 1080px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ヒーローエリア：ページごとの背景画像 */
.hero {
  position: relative;
  width: 100%;
  height: 340px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.5em;
}

.hero {
  position: relative;
  width: 100%;
  height: 340px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0; /* ← 余白リセット */
}

/* コンテンツエリアのtopマージンも消す */
#page {
  padding-top: 0;
}

/* ページごとの背景画像（下層：高さ約半分＋暗いオーバーレイで文字の視認性を確保） */
.page-menu .hero,
.page-course .hero,
.page-interior .hero,
.page-access .hero,
.page-concept .hero,
.page-bartender .hero{
  height: 230px;
}
.page-menu .hero::before,
.page-course .hero::before,
.page-interior .hero::before,
.page-access .hero::before ,
.page-concept .hero::before,
.page-bartender .hero::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: var(--z-base-back);
}
.page-menu .hero h1,
.page-course .hero h1,
.page-interior .hero h1,
.page-access .hero h1 {
  position: relative;
  z-index: var(--z-base);
}

.page-concept .hero {
  background-image: url(../images/concept-header.avif);
}

.page-menu .hero {
  background-image: url(../images/menu-header.avif);
}

.page-course .hero {
  background-image: url(../images/course-header.avif);
}

.page-bartender .hero {
  background-image: url(../images/course-header.avif);
}

.page-interior .hero {
  background-image: url(../images/interior-header.avif);
}

.page-access .hero {
  background-image: url(../images/access-header.avif);
}

@media screen and (min-width: 375px) {
  .nav-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .nav-pc {
    display: block;
  }
}

@media screen and (min-width: 375px) {
  .nav-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .nav-pc {
    display: block;
  }
}

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: var(--z-hamburger);
  flex-shrink: 0;
  position: fixed;
  top: 20px;
  right: 20px;
}
@media screen and (min-width: 376px) and (max-width: 768px) {
  .hamburger {
    right: calc((100vw - 375px) / 2 + 20px);
  }
}
.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: transform 0.3s, opacity 0.3s;
  transform-origin: center;
}
.hamburger.is-open span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.hamburger.is-open span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.drawer-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: var(--z-drawer);
}
.drawer-overlay.is-open {
  display: block;
}

.drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100vw;
  height: 100%;
  background: rgba(17, 17, 17, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 120px 32px 60px;
  transition: right 0.35s ease;
  z-index: var(--z-drawer-panel);
}
.drawer.is-open {
  right: 0;
}
.drawer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.drawer li {
  border-bottom: 1px solid #333;
  padding: 16px 0;
}
.drawer ul a {
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.drawer .nav-en {
  font-size: 15px;
  letter-spacing: 0.1em;
}
.drawer .nav-ja {
  font-size: 10px;
  color: #aaa;
}
@media screen and (min-width: 768px) {
  .drawer {
    display: none;
  }
}

#masthead {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(768px, 100%);
  z-index: var(--z-header);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 40px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  #masthead {
    width: min(1050px, 100%);
  }
}

.home #masthead {
  transition: top 0.3s ease, background 0.3s ease;
  background: transparent;
}

.is-scrolled #masthead .site-branding img {
  width: 100px;
}

body.is-scrolled #masthead .site-branding img {
  opacity: 0;
  pointer-events: none;
}

#masthead .site-branding h1 {
  margin: 0;
  line-height: 1;
}

#masthead .site-branding img,
#masthead .custom-logo-link {
  display: block;
  line-height: 0;
}

#site-header-nav {
  display: flex;
  gap: 36px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#site-header-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}

#site-header-nav a span.nav-en {
  font-size: 13px;
}

#site-header-nav a span.nav-ja {
  font-size: 10px;
  color: #aaa;
}

#site-header-nav a:hover {
  opacity: 0.6;
}

.custom-logo-link {
  display: block;
}

.vertical-copyright {
  position: fixed;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  font-size: 10px;
  color: #555;
  letter-spacing: 0.15em;
  z-index: var(--z-vertical);
}

.top-wrap {
  color: #fff;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .top-wrap {
    padding: 80px 20px;
  }
}

.hero-top {
  display: flex;
  padding-bottom: 0px;
}

  /* 767～768pxの間でガタついてしまうため、
  767.98pxで設定させていただいております。 */
@media screen and (max-width: 767.98px) {
  .hero-top {
    display: block;
    position: relative;
    height: min(400px, 100svh);
    overflow: hidden;
  }
  .hero-top::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.55) 100%);
    z-index: var(--z-base);
    pointer-events: none;
  }
}

.hero-top__left {
  display: flex;
  align-items: flex-end;
  padding: 60px 40px 160px;
  position: relative;
  z-index: var(--z-base);
  flex: 0 0 35%;
}
.hero-top__left h2 {
  border: none;
}
@media screen and (min-width: 768px) {
  .hero-top__left {
    position: relative;
  }
}
@media screen and (max-width: 767.98px) {
  .hero-top__left {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 24px;
    justify-content: center;
    z-index: var(--z-base-front);
  }
}

.hero-top__catch {
  font-size: 22px;
  letter-spacing: 0.15em;
  line-height: 1.8;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 767.98px) {
  .hero-top__catch {
    text-align: center;
    width: 100%;
    font-size: 20px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
  }
}

.hero-top__right {
  flex: 0 0 65%;
}
.hero-top__right img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .hero-top__right {
    position: absolute;
    inset: 0;
    z-index: var(--z-base-back);
  }
  .hero-top__right .hero-top__img-top {
    height: 100%;
  }
}

.site-branding img {
  width: 100px;
}
@media screen and (min-width: 375px) {
  .site-branding img {
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--z-hamburger);
    width: 100px;
  }
}
@media screen and (min-width: 375px) and (min-width: 376px) and (max-width: 767.98px) {
  .site-branding img {
    left: calc((100vw - 375px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .site-branding img {
    position: relative;
    width: 100px;
  }
}

.cocktails {
  padding: 80px 0;
  background: #000;
}

.cocktails__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 48px 0;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .cocktails__list {
    grid-template-columns: 1fr;
    padding: 0 24px;
  }
}

.cocktails__item img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
}

.cocktails__name {
  font-size: 13px;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}

.cocktails__price {
  font-size: 12px;
  color: #aaa;
  margin-bottom: 12px;
}

.cocktails__desc {
  font-size: 12px;
  color: #888;
  line-height: 1.8;
}

.top-bartender {
  padding: 100px 0;
  text-align: center;
}
.top-bartender h2 {
  border: none;
}
.top-bartender__img {
  margin: 48px 0 32px;
}
.top-bartender__img img {
  width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-bartender__catch {
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #ccc;
  margin-bottom: 40px;
}

.top-concept {
  padding: 80px 0;
  background: #1a0a0a;
  padding-left: 40px;
  padding-right: 40px;
}

.top-concept__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top-concept__row {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.top-concept__row img {
  width: 100%;
  height: auto;
  display: block;
}

.top-concept__text {
  font-size: 14px;
  line-height: 2.2;
  color: #ccc;
  letter-spacing: 0.1em;
}

.top-interior {
  padding: 80px 40px;
  background: #1a0a0a;
}
.top-interior__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .top-interior__grid {
    grid-template-columns: 1fr;
  }
}
.top-interior__item img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 16px;
}
.top-interior__label {
  font-size: 13px;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.top-interior__desc {
  font-size: 12px;
  color: #888;
  line-height: 1.8;
}

.top-interior__item:nth-child(1) {
  grid-column: 1/-1;
}

.top-btn-wrap {
  text-align: center;
  margin-top: 40px;
}
.top-btn-wrap .btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 200px;
  padding: 14px 24px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.15em;
  transition: 0.3s;
}
.top-btn-wrap .btn-outline:hover {
  background: #fff;
  color: #000;
}

.course-wrap {
  padding: 80px 20px;
}

.course-item {
  display: flex;
}
@media screen and (min-width: 375px) {
  .course-item {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .course-item {
    flex-direction: row;
    gap: 40px;
  }
}

.course-title {
  border: none;
}

.course-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.course-btn-wrap {
  text-align: center;
  padding-bottom: 80px;
}

.bartender-wrap {
  padding: 80px 20px;
}

.bartender-profile {
  padding-bottom: 80px;
}
@media screen and (min-width: 375px) {
  .bartender-profile {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .bartender-profile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

.bartender-meta {
  display: grid;
  grid-template-columns: fit-content(120px) 1fr;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 8px;
}
.bartender-meta dt {
  font-size: 13px;
  letter-spacing: 0.1em;
  margin: 0;
  white-space: nowrap;
}
.bartender-meta dd {
  font-size: 13px;
  margin: 0;
}

.bartender-counter-img {
  height: 410px;
  overflow: hidden;
}
.bartender-counter-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.bartender-closing {
  text-align: center;
  margin-top: 40px;
}

.bartender-img {
  max-width: 550px;
  max-height: 400px;
  overflow: hidden;
}
.bartender-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.faq-title {
  border: none;
}

.faq-section {
  margin-bottom: 80px;
}

.faq-title {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 48px;
  color: #fff;
}

.faq-list {
  border-top: 1px solid #333;
}

.faq-item {
  border-bottom: 1px solid #333;
}

.faq-question {
  display: grid;
  grid-template-columns: 40px 1fr 24px;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #fff;
  list-style: none;
}
.faq-question .faq-q {
  font-size: 13px;
  color: #fff;
  font-style: italic;
}
.faq-question .faq-icon {
  justify-self: end;
  width: 16px;
  height: 16px;
  position: relative;
}
.faq-question .faq-icon::before {
  content: "∨";
  color: #fff;
  font-size: 12px;
  position: absolute;
  right: 0;
}
.faq-question.is-open .faq-icon::before {
  content: "∧";
}

.faq-answer {
  display: none;
  grid-template-columns: 40px 1fr 24px;
  align-items: center;
  padding: 0 0 24px 0;
  font-size: 13px;
  line-height: 2;
  color: #ccc;
}
.faq-answer.is-open {
  display: grid;
}
.faq-answer .faq-a {
  font-size: 13px;
  color: #c0392b;
  font-style: italic;
  padding-right: 30px;
}
.faq-answer div {
  color: #ccc;
}

.faq-answer div p {
  margin: 0;
}

.menu-wrap {
  background: #000;
  color: #fff;
  padding: 80px 20px;
}

.menu-category-title {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #fff;
  margin-bottom: 40px;
  border: none;
}
.menu-category-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #333;
}

.menu-section {
  margin-bottom: 80px;
}

.menu-section-title {
  border: none;
}

.menu-category-title:after {
  border: none;
}

.menu-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 60px;
}
@media screen and (max-width: 768px) {
  .menu-items {
    grid-template-columns: 1fr;
  }
}

.menu-item {
  padding: 20px 0;
  border-bottom: none;
}

.menu-item__name-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 6px;
}

.menu-item__name {
  font-size: 13px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.menu-item__dots {
  flex: 1;
  border-bottom: 1px dotted #555;
  margin: 0 4px;
  min-width: 20px;
}

.menu-item__price {
  font-size: 13px;
  white-space: nowrap;
  color: #fff;
}

.menu-item__desc {
  font-size: 12px;
  color: #888;
  line-height: 1.6;
}

.menu-footer {
  text-align: center;
}

.menu-footer__charge {
  border: 1px solid #FFF;
  padding: 20px;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.menu-footer__btn a {
  justify-content: center !important;
  margin-bottom: 40px;
}

@media screen and (min-width: 375px) {
  .menu-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .menu-buttons {
    display: none;
  }
}

.cta-section {
  padding: 30px 0;
  text-align: center;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  max-width: 780px;
  width: 100%;
  margin: 80px auto 0;
}

.cta-text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff;
}

.access-body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 320px) {
  .access-body {
    padding: 40px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .access-body {
    padding: 80px 0px;
  }
}

.section-label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  border: none;
}
.section-label span {
  font-size: 13px;
  letter-spacing: 0.15em;
  color: #fff;
  white-space: nowrap;
}
.section-label::after {
  content: "";
  display: block;
  flex: 1;
  height: 2px;
  background: #333;
}

.access-map {
  width: 100%;
  margin-bottom: 40px;
}
.access-map iframe {
  width: 100%;
  height: 400px;
  border: none;
}
@media screen and (max-width: 768px) {
  .access-map iframe {
    height: 250px;
  }
}

.access-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .access-info {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.access-left {
  font-size: 13px;
  line-height: 2;
  color: #fff;
}
.access-left .access-name {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
  border: none !important;
}

.access-right {
  font-size: 13px;
  line-height: 2;
  color: #fff;
}
.access-right p {
  margin-bottom: 16px;
}

.access-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .access-buttons {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.btn-outline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.1em;
  transition: 0.3s;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  background: #000;
}
.btn-outline:hover {
  background: #fff;
  color: #000;
}

@media screen and (min-width: 769px) {
  .access-buttons .btn-outline {
    max-width: none;
    margin: 0;
  }
}
.footer {
  background-color: #341a1f;
  text-align: center;
  padding: 24px;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.1em;
  width: 100%;
  text-align: center;
}

.top-bartender {
  position: relative;
  overflow: visible;
}

.top-bartender::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  top: 300px;
  height: calc(100% - 300px);
  background: #341a1f;
  z-index: var(--z-base-back);
}

.top-concept,
.top-interior {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  background: #341a1f;
}

.top-bartender > * {
  position: relative;
  z-index: var(--z-base);
}/*# sourceMappingURL=style.css.map */