/* =========================================================
   FluxCore Pro Generated Custom CSS
   Auto generated from fc_pages.layout_json advanced.custom_css
   Last updated: 2026-08-25 10:08:00
========================================================= */

/* =========================================================
   Page: header / HEADER ページ
========================================================= */

/* Block: global_header / sec_1782112078518 */
/* =========================================================
   global_header に貼るCSS
========================================================= */
.global-header {
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  z-index: 1000;
  width: auto;
  min-height: 0;
  height: 118px;
  padding: 34px 42px 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 34px;
  background: transparent;
  color: var(--text-main);
  border: 0;
  box-shadow: none;
  pointer-events: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.global-header::after {
  display: none;
}

.header-logo {
  position: fixed;
  top: 48px;
  left: 48px;
  z-index: 1001;
  display: block;
  writing-mode: vertical-rl;
  color: #fff;
  font-family: var(--font-serif);
  font-size: 2.15rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.18em;
  white-space: normal;
  pointer-events: auto;
  text-shadow: 0 8px 26px rgba(0, 0, 0, 0.7);
}

.header-logo span {
  color: inherit;
}

.header-logo img {
  width: auto;
  max-width: none;
  max-height: 170px;
  object-fit: contain;
  filter: drop-shadow(0 8px 22px rgba(0, 0, 0, 0.58));
}

.header-logo:not(:has(img))::before {
  content: "神";
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  font-size: 0.86rem;
  letter-spacing: 0;
}

.header-logo:not(:has(img))::after {
  content: "KAMINO OMOTENASHI";
  display: block;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--font-en);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.desktop-nav {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 22px;
  pointer-events: auto;
}

.desktop-nav a {
  position: relative;
  writing-mode: vertical-rl;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--font-serif);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.16em;
  white-space: normal;
  text-transform: none;
  transition: color 0.28s ease;
}

.desktop-nav a:hover,
.desktop-nav a.active {
  color: #fff;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  top: 0;
  right: -8px;
  bottom: auto;
  left: auto;
  width: 1px;
  height: 0;
  background: var(--gold);
  transform: none;
  transition: height 0.28s var(--ease);
}

.desktop-nav a:hover::after,
.desktop-nav a.active::after {
  width: 1px;
  height: 100%;
}

.header-btns {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  pointer-events: auto;
}

.fc-language-switcher-header {
  display: inline-flex !important;
  align-items: center;
  gap: 0 !important;
  padding: 0 !important;
  color: rgba(255, 255, 255, 0.66) !important;
  font-family: var(--font-serif) !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
}

.fc-language-switcher-header a {
  min-width: auto !important;
  padding: 0 9px !important;
  border: 0 !important;
  border-right: 1px solid rgba(255, 255, 255, 0.26) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.62) !important;
  line-height: 1.3 !important;
  text-decoration: none !important;
  transition: color 0.28s ease;
}

.fc-language-switcher-header a:first-child {
  padding-left: 0 !important;
}

.fc-language-switcher-header a:last-child {
  padding-right: 0 !important;
  border-right: 0 !important;
}

.fc-language-switcher-header a:hover,
.fc-language-switcher-header a.is-active {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.26) !important;
  color: #fff !important;
}

.btn-header-tel {
  color: #fff;
  font-family: var(--font-serif);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-align: right;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.5);
}

.btn-header-tel::before {
  content: "ご予約・お問い合わせ";
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.65rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.btn-header-reserve {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
  box-shadow: none !important;
  font-family: var(--font-serif);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  cursor: pointer;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background 0.3s ease, color 0.3s ease;
}

.btn-header-reserve:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #000 !important;
  box-shadow: none !important;
  transform: none !important;
}

.menu-trigger {
  display: none;
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 1100;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.mobile-nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: rgba(0, 0, 0, 0.97);
  opacity: 0;
  visibility: visible;
  pointer-events: none;
  transform: translateX(100%);
  transition: opacity 0.45s var(--ease), transform 0.45s var(--ease);
}

.mobile-nav-overlay.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.mobile-nav-overlay a {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

@media (max-width: 768px) {
  .global-header {
    right: 0;
    left: 0;
    width: 100%;
    height: 64px;
    padding: 0 20px;
    align-items: center;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.72);
    pointer-events: auto;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .header-logo {
    position: relative;
    top: auto;
    left: auto;
    z-index: 1001;
    display: inline-flex;
    align-items: center;
    writing-mode: horizontal-tb;
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0.12em;
  }

  .header-logo img {
    max-width: 180px;
    max-height: 38px;
  }

  .header-logo:not(:has(img))::before {
    display: inline-grid;
    width: 26px;
    height: 26px;
    margin: 0 8px 0 0;
    font-size: 0.72rem;
    vertical-align: middle;
  }

  .header-logo:not(:has(img))::after,
  .desktop-nav,
  .header-btns {
    display: none;
  }

  .menu-trigger {
    display: inline-flex;
    margin-left: auto;
  }

  .fc-language-switcher-mobile {
    display: inline-flex !important;
    justify-content: center;
    gap: 0 !important;
    margin: 18px auto 8px !important;
    font-family: var(--font-serif) !important;
    font-size: 0.84rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
  }

  .fc-language-switcher-mobile a {
    min-width: auto !important;
    padding: 0 11px !important;
    border: 0 !important;
    border-right: 1px solid rgba(255, 255, 255, 0.28) !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.66) !important;
  }

  .fc-language-switcher-mobile a:last-child {
    border-right: 0 !important;
  }

  .fc-language-switcher-mobile a:hover,
  .fc-language-switcher-mobile a.is-active {
    background: transparent !important;
    color: #fff !important;
  }

  .mobile-reserve-btn {
    min-width: 170px;
    margin-top: 10px;
  }
}


/* =========================================================
   Page: index / 神の饗ーかみのもてなしー
========================================================= */

/* Block: hero_main / sec_1782110119323 */
/* =========================================================
   hero_main に貼るCSS
========================================================= */
@keyframes heroZoom {
  0% { transform: scale(1.02) translate(0, 0); }
  100% { transform: scale(1.08) translate(-1.5%, -1%); }
}

.hero-wrapper {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  min-height: 100vh !important;
  height: auto !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #000 !important;
}

.hero-wrapper::before {
  content: "本格中華";
  position: absolute;
  left: -4vw;
  top: -3vh;
  z-index: 4;
  color: rgba(255, 255, 255, 0.17);
  writing-mode: vertical-rl;
  font-size: clamp(10rem, 25vw, 15rem);
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: -0.12em;
  pointer-events: none;
  transform: rotate(-3deg);
}

.hero-wrapper::after {
  content: "" !important;
  position: absolute !important;
  inset: auto auto auto 0 !important;
  top: 49% !important;
  z-index: 9 !important;
  display: block !important;
  padding: 12px 22px !important;
  /*background: rgba(255, 255, 255, 0.94) !important;*/
  color: #000 !important;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22) !important;
  white-space: pre !important;
  font-family: var(--font-serif) !important;
  font-size: clamp(1rem, 1.6vw, 1.5rem) !important;
  font-weight: 700 !important;
  line-height: 2 !important;
  letter-spacing: 0.14em !important;
  transform: translateY(-50%) !important;
  pointer-events: none !important;
}

.hero-img-window {
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 2 !important;
  width: min(86vw, 1500px) !important;
  height: 100vh !important;
  overflow: hidden !important;
  background-position: center !important;
  background-size: cover !important;
  animation: heroZoom 34s linear infinite alternate;
}

.hero-img-window img,
.hero-img-window video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  filter: brightness(0.92) contrast(1.08) saturate(1.06) !important;
  animation: heroZoom 34s linear infinite alternate;
}

.hero-img-window::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.46) 28%, rgba(0, 0, 0, 0.04) 58%, rgba(0, 0, 0, 0.12) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.22) 64%, rgba(0, 0, 0, 0.96) 100%);
}

.hero-title-box {
  position: absolute !important;
  left: 50% !important;
  top: 10% !important;
  z-index: 10 !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 22px !important;
  transform: translateX(-50%) !important;
}

.hero-title-box::before {
  content: "熟成鮨";
  writing-mode: vertical-rl;
  padding: 26px 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04));
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.hero-main-title {
  margin: 0 !important;
  color: #fff !important;
  writing-mode: vertical-rl;
  font-family: var(--font-serif) !important;
  font-size: clamp(2.2rem, 4.6vw, 5.4rem) !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.16em !important;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.62) !important;
}

.hero-main-title::before {
  content: "店主渾身の";
  display: block;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.34em;
}

.hero-btn {
  position: absolute !important;
  right: 36px !important;
  top: 32% !important;
  z-index: 10 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 62px !important;
  min-height: 190px !important;
  padding: 22px 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
  writing-mode: vertical-rl;
  font-family: var(--font-serif) !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.18em !important;
  transition: background 0.3s ease, color 0.3s ease;
}

.hero-btn:hover {
  background: #fff !important;
  color: #000 !important;
}

.hero-scroll {
  position: absolute;
  left: 70px;
  bottom: 90px;
  z-index: 10;
  color: #fff;
  writing-mode: vertical-rl;
  font-family: var(--font-en);
  font-size: 0.82rem;
  letter-spacing: 0.22em;
}

.hero-scroll::after {
  content: "";
  display: block;
  width: 1px;
  height: 72px;
  margin-top: 16px;
  background: rgba(255, 255, 255, 0.42);
}

@media (max-width: 1024px) {
  .hero-img-window {
    width: 92vw !important;
  }

  .hero-title-box {
    left: 55% !important;
  }
}

@media (max-width: 768px) {
  .hero-wrapper {
    min-height: 88vh !important;
  }

  .hero-wrapper::before {
    left: -15vw;
    font-size: clamp(8rem, 42vw, 18rem);
  }

  .hero-wrapper::after {
    top: auto !important;
    bottom: 138px !important;
    font-size: 0.95rem !important;
  }

  .hero-img-window {
    width: 100vw !important;
    height: 88vh !important;
  }

  .hero-title-box {
    left: auto !important;
    right: 28px !important;
    top: 24% !important;
    transform: none !important;
  }

  .hero-title-box::before {
    padding: 18px 10px;
    font-size: 1rem;
  }

  .hero-main-title {
    font-size: 2.4rem !important;
  }

  .hero-btn {
    right: 18px !important;
    top: auto !important;
    bottom: 80px !important;
    width: auto !important;
    min-height: 44px !important;
    padding: 0 18px !important;
    writing-mode: horizontal-tb;
  }

  .hero-scroll,
  .hero-wrapper::before{
    display: none;
  }
}

@media (max-width: 480px) {
  .hero-main-title {
    font-size: 2rem !important;
  }

  .hero-title-box {
    right: 18px !important;
  }

  .hero-wrapper::after {
    left: 0 !important;
    padding: 10px 16px !important;
  }
}

#sec_1782112078518 > h1
{
        max-width: 80%;
}

/* Block: free_text_box / sec_1787572921996 */
/* =========================================================
   free_text_box に貼るCSS
========================================================= */
.free-text-section {
  position: relative !important;
  overflow: hidden !important;
  padding: 92px 20px !important;
  background: /*#000*/ #00000000 !important;
  color: #fff !important;
  text-align: center !important;
}

.free-text-section::before {
  content: "神の餐";
  position: absolute;
  left: 50%;
  top: 50%;
  color: /*rgba(255, 255, 255, 0.055)*/ rgb(0 0 0 / 6%) !important;
  font-size: clamp(6rem, 16vw, 14rem);
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
  transform: translate(-50%, -50%);
  font-family: "Shippori Mincho", "Yu Mincho", serif;
}

.free-text-container {
  position: relative !important;
  z-index: 2 !important;
  max-width: 900px !important;
  margin: 0 auto !important;
  padding: 64px 54px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  background: #080808 !important;
  color: #fff !important;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38) !important;
  text-align: center !important;
  overflow: hidden !important;
}

.free-text-container::before,
.free-text-container::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 72px;
  height: 1px;
  background: /*rgba(255, 255, 255, 0.32)*/ rgb(249 0 0 / 32%);
  transform: translateX(-50%);
}

.free-text-container::before {
  top: 34px;
}

.free-text-container::after {
  bottom: 34px;
}

.free-text-title {
  position: relative !important;
  z-index: 2 !important;
  margin: 0 0 22px !important;
  color: #fff !important;
  font-family: var(--font-serif) !important;
  font-size: clamp(1.4rem, 2.5vw, 2.1rem) !important;
  font-weight: 800 !important;
  line-height: 1.6 !important;
  letter-spacing: 0.16em !important;
}

.free-text-desc {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  max-width: 680px !important;
  margin: 0 auto !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-family: var(--font-serif) !important;
  font-size: 0.92rem !important;
  line-height: 2.2 !important;
  letter-spacing: 0.08em !important;
}

@media (max-width: 768px) {
  .free-text-section {
    padding: 72px 20px !important;
  }

  .free-text-container {
    padding: 54px 24px !important;
  }

  .free-text-title {
    font-size: 1.35rem !important;
    letter-spacing: 0.1em !important;
  }

  .free-text-desc {
    font-size: 0.86rem !important;
    line-height: 2 !important;
    letter-spacing: 0.05em !important;
  }
}

#sec_1787572921996 > div
{
    background: #08080800 !important;
}

#sec_1787572921996 > div > h3,
#sec_1787572921996 > div > p
{
	color: #000000 !important;
}

/* Block: concept_split / sec_1782110303957 */
/* =========================================================
   concept_split に貼るCSS
========================================================= */
.concept-section {
  position: relative !important;
  overflow: hidden !important;
  min-height: 650px !important;
  padding: 100px 20px 220px !important;
  background: #000 !important;
  color: #fff !important;
  text-align: center !important;
}

.concept-section::before {
  content: "当店のこだわり" !important;
  position: absolute !important;
  right: 19% !important;
  top: 14% !important;
  z-index: 3 !important;
  color: #fff !important;
  white-space: pre !important;
  writing-mode: vertical-rl;
  font-family: var(--font-serif) !important;
  font-size: clamp(1.6rem, 2.8vw, 3rem) !important;
  font-weight: 700 !important;
  line-height: 2.2 !important;
  letter-spacing: 0.18em !important;
  pointer-events: none !important;
}

.concept-section::after {
  content: none !important;
  display: none !important;
}

.concept-container,
.concept-container.concept-reverse {
  position: static !important;
  z-index: 5 !important;
  display: block !important;
  max-width: 1040px !important;
  min-height: 390px !important;
  margin: 0 auto !important;
}

.concept-content,
.concept-container.concept-reverse .concept-content {
  position: relative !important;
  z-index: 5 !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 48px !important;
  width: auto !important;
  max-width: 760px !important;
  min-height: 390px !important;
  margin: 0 auto !important;
  padding-left: 0 !important;
  text-align: left !important;
  order: initial !important;
}

.concept-content::before {
  display: none !important;
}

.concept-title,
.concept-content h2,
.concept-content h3 {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.94) !important;
  writing-mode: vertical-rl;
  font-family: var(--font-serif) !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  line-height: 2 !important;
  letter-spacing: 0.18em !important;
  text-align: left !important;
}

.concept-text,
.concept-content p {
  max-height: 400px !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.72) !important;
  writing-mode: vertical-rl;
  font-family: var(--font-serif) !important;
  font-size: 16px !important;
  line-height: 2.35 !important;
  letter-spacing: 0.12em !important;
  text-align: left !important;
}

.concept-img-wrapper,
.concept-container.concept-reverse .concept-img-wrapper {
  position: absolute !important;
  inset: auto 0 0 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 58% !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  background: #000 !important;
  box-shadow: none !important;
  order: initial !important;
}

.concept-img-wrapper::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  border: 0 !important;
  background:
    linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.68) 35%, rgba(0, 0, 0, 0.14) 100%),
    linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.08) 50%, #000 100%) !important;
  pointer-events: none !important;
}

.concept-img-wrapper img,
.concept-img-wrapper video {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  filter: brightness(0.72) contrast(1.08) saturate(0.9) !important;
}

@media (max-width: 768px) {
  .concept-section {
    min-height: 760px !important;
    padding: 90px 20px 190px !important;
  }

  .concept-section::before {
    right: 28px !important;
    top: 72px !important;
    font-size: 1.5rem !important;
  }

  .concept-section::after {
    content: none !important;
    display: none !important;
  }

  .concept-img-wrapper,
  .concept-container.concept-reverse .concept-img-wrapper {
    bottom: 0 !important;
    height: 54% !important;
  }

  .concept-container,
  .concept-container.concept-reverse {
    min-height: 350px !important;
  }

  .concept-content,
  .concept-container.concept-reverse .concept-content {
    gap: 26px !important;
    min-height: 350px !important;
  }

  .concept-title,
  .concept-content h2,
  .concept-content h3,
  .concept-text,
  .concept-content p {
    font-size: 1rem !important;
    writing-mode: horizontal-tb;
  }
    
  .concept-section::before
    {
        display: none;
    }
    
    #sec_1782110303957 > div > div.concept-content
{
    flex-direction: column;
}

}

#sec_1782110303957 > div > div.concept-content > p
{
	font-size: 16px !important;
}

#sec_1782110303957 > div > div.concept-content > h2
{
    font-size: 1.5rem !important;
}

/* Block: link_button / sec_1787595449099 */
/* リンクボタンブロック（⑤） */
.link-button-section {padding: 40px 20px; background: #000;}
.link-button-container {max-width: 820px; margin: 0 auto;}
.link-button-title {font-family: var(--font-serif); font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 900; letter-spacing: 0.1em; margin: 0 0 10px;}
.link-button-desc {font-size: 14px; line-height: 1.9; opacity: 0.88; margin: 0 0 22px;}
.link-button-btn {display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 44px; border-radius: 0px; font-size: 14px; font-weight: 900; letter-spacing: 0.08em; text-decoration: none; transition: 0.3s; cursor: pointer;}
.link-button-ext-icon {font-size: 0.82em; opacity: 0.85;}
@media (max-width: 768px) {
  .link-button-section {padding: 30px 15px;}
  .link-button-btn {width: 100%; padding: 0 20px;}
}

/* Block: course_pickup / sec_1787573005512 */
/* =========================================================
   course_pickup に貼るCSS
========================================================= */
.course-pickup-section {
  position: relative !important;
  overflow: hidden !important;
  padding: 140px 20px !important;
  background: /*#000*/ #00000000 !important;
  color: #fff !important;
}

.course-pickup-section::before {
  content: "COURSE";
  position: absolute;
  left: 4vw;
  top: 80px;
  color: rgba(255, 255, 255, 0.08);
  font-family: var(--font-en);
  font-size: clamp(5rem, 14vw, 16rem);
  line-height: 0.8;
  pointer-events: none;
}

.course-pickup-header {
  position: relative !important;
  z-index: 4 !important;
  max-width: 820px !important;
  margin: 0 auto 74px !important;
  text-align: center !important;
}

.course-pickup-title {
  margin: 0 !important;
  color: #fff !important;
  font-family: var(--font-serif) !important;
  font-size: clamp(1.7rem, 3vw, 2.8rem) !important;
  font-weight: 800 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.18em !important;
}

.course-pickup-desc {
  margin: 14px 0 0 !important;
  color: rgba(255, 255, 255, 0.58) !important;
  font-family: var(--font-en) !important;
  font-size: 0.9rem !important;
  line-height: 2 !important;
  letter-spacing: 0.22em !important;
}

.course-pickup-grid {
  position: relative !important;
  z-index: 4 !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
}

.course-pickup-card {
  display: grid !important;
  grid-template-columns: 1.1fr 0.9fr !important;
  grid-template-rows: none !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 0 !important;
  background: #050505 !important;
  color: #fff !important;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32) !important;
}

.course-pickup-img {
  min-height: 480px !important;
  height: auto !important;
  aspect-ratio: auto !important;
  overflow: hidden !important;
  background: #050505 !important;
  color: rgba(255, 255, 255, 0.38) !important;
}

.course-pickup-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: brightness(0.82) contrast(1.06) !important;
  transition: transform 0.55s ease !important;
}

.course-pickup-card:hover .course-pickup-img img {
  transform: scale(1.045);
}

.course-pickup-body {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding: 42px 38px !important;
}

.course-pickup-kicker {
  margin: 0 0 10px !important;
  color: rgba(255, 255, 255, 0.52) !important;
  font-family: var(--font-en) !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.18em !important;
}

.course-pickup-body h3 {
  margin: 0 0 20px !important;
  color: #fff !important;
  font-family: var(--font-serif) !important;
  font-size: clamp(1.35rem, 2.2vw, 2rem) !important;
  font-weight: 800 !important;
  line-height: 1.55 !important;
  letter-spacing: 0.16em !important;
}

.course-pickup-text {
  min-height: 0 !important;
  margin: 0 0 28px !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 0.9rem !important;
  line-height: 2.2 !important;
}

.course-pickup-price {
  margin: 0 0 28px !important;
  padding-bottom: 18px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18) !important;
  color: var(--gold-light) !important;
  font-family: var(--font-en) !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
}

.course-pickup-price small {
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 0.72rem !important;
}

.course-pickup-reserve,
.btn-course-pickup-more {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 52px !important;
  padding: 0 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #fff !important;
  font-family: var(--font-serif) !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
  cursor: pointer !important;
  transition: background 0.3s ease, color 0.3s ease;
}

.course-pickup-reserve:hover,
.btn-course-pickup-more:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #000 !important;
}

.course-pickup-more-wrap {
  position: relative !important;
  z-index: 4 !important;
  max-width: 320px !important;
  margin: 44px auto 0 !important;
  text-align: center !important;
}

@media (max-width: 1024px) {
  .course-pickup-grid {
    grid-template-columns: 1fr !important;
    max-width: 720px !important;
  }

  .course-pickup-card {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto 1fr !important;
  }
}

@media (max-width: 768px) {
  .course-pickup-section {
    padding: 90px 20px !important;
  }

  .course-pickup-section::before {
    top: 52px;
    font-size: clamp(4rem, 24vw, 9rem);
  }

  .course-pickup-header {
    margin-bottom: 48px !important;
  }

  .course-pickup-title {
    font-size: 1.55rem !important;
  }

  .course-pickup-desc {
    letter-spacing: 0.12em !important;
  }

  .course-pickup-img {
    min-height: 260px !important;
  }

  .course-pickup-body {
    padding: 34px 24px !important;
  }
    
  #sec_1787573005512 > div.course-pickup-header > p
    {
            font-size: 0.8rem !important;
    }
}

#sec_1787573005512 > div.course-pickup-header > h2,
#sec_1787573005512 > div.course-pickup-header > p
{
	color: #000 !important;
}

/* Block: pickup_menu_slider / sec_1787573017211 */
/* =========================================================
   pickup_menu_slider に貼るCSS
========================================================= */
.menu-section {
  position: relative !important;
  overflow: hidden !important;
  padding: 160px 20px 150px !important;
  background:
    linear-gradient(rgba(247, 247, 245, 0.92), rgba(247, 247, 245, 0.92)),
    url("data:image/svg+xml,%3Csvg width='340' height='340' viewBox='0 0 340 340' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='w'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.68' numOctaves='4'/%3E%3C/filter%3E%3Crect width='340' height='340' filter='url(%23w)' opacity='.16'/%3E%3C/svg%3E") !important;
  color: #151515 !important;
  text-align: left !important;
}

.menu-section::before {
  content: none !important;
  display: none !important;
}

.menu-section::after {
  content: none !important;
  display: none !important;
}

.menu-section .section-header {
  position: relative !important;
  z-index: 5 !important;
  max-width: 760px !important;
  margin: 0 auto 74px !important;
  text-align: center !important;
}

.menu-main-title {
  margin: 0 !important;
  color: #111 !important;
  font-family: var(--font-serif) !important;
  font-size: clamp(1.7rem, 3vw, 2.8rem) !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
  letter-spacing: 0.18em !important;
}

.menu-sub-text {
  margin: 14px 0 0 !important;
  color: #555 !important;
  font-family: var(--font-en) !important;
  font-size: 0.86rem !important;
  line-height: 1.9 !important;
  letter-spacing: 0.22em !important;
}

.scroll-container {
  position: relative !important;
  z-index: 3 !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  overflow: visible !important;
}

.scroll-inner {
  display: grid !important;
  grid-template-columns: 1.15fr 0.8fr !important;
  grid-template-rows: auto auto !important;
  gap: 70px 80px !important;
  align-items: start !important;
  animation: none !important;
}

.pickup-item-card {
  position: relative !important;
  display: block !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #151515 !important;
  box-shadow: none !important;
  text-align: left !important;
  transition: transform 0.35s ease !important;
}

.pickup-item-card:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  align-self: center;
  transform: translateX(-4vw);
}

.pickup-item-card:nth-child(2) {
  grid-column: 2 / 3;
  grid-row: 1;
  width: 72%;
  justify-self: end;
}

.pickup-item-card:nth-child(3) {
  grid-column: 2 / 3;
  grid-row: 2;
  width: 62%;
  justify-self: start;
  transform: translateY(90px);
}

.pickup-item-card:nth-child(n+4) {
  display: none !important;
}

.pickup-item-card:hover {
  box-shadow: none !important;
  transform: translateY(-10px);
}

.pickup-item-card:nth-child(1):hover {
  transform: translateX(-4vw) translateY(-10px);
}

.pickup-item-card:nth-child(3):hover {
  transform: translateY(80px);
}

.pickup-img-box {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: auto !important;
  overflow: visible !important;
  background: transparent !important;
}

.pickup-img {
  width: 100% !important;
  height: 520px !important;
  object-fit: cover !important;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22) !important;
  transition: transform 0.55s ease !important;
}

.pickup-item-card:nth-child(2) .pickup-img {
  height: 270px !important;
}

.pickup-item-card:nth-child(3) .pickup-img {
  height: 250px !important;
}

.pickup-item-card:hover .pickup-img {
  transform: none !important;
}

.pickup-badge {
  position: absolute !important;
  top: 18px !important;
  left: 18px !important;
  z-index: 5 !important;
  padding: 6px 14px !important;
  border-radius: 0 !important;
  background: #000 !important;
  color: #fff !important;
  font-family: var(--font-en) !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
}

.pickup-info {
  padding: 28px 0 0 !important;
}

.pickup-title {
  margin: 0 0 14px !important;
  color: #111 !important;
  font-family: var(--font-serif) !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  line-height: 1.65 !important;
  letter-spacing: 0.12em !important;
}

.pickup-desc {
  display: block !important;
  height: auto !important;
  margin: 18px 0 0 !important;
  color: #333 !important;
  font-size: 0.82rem !important;
  line-height: 2.1 !important;
  overflow: visible !important;
  -webkit-line-clamp: unset !important;
}

.pickup-price {
  margin: 0 !important;
  color: #000 !important;
  font-family: var(--font-en) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
}

.tax-label {
  color: #555 !important;
  font-size: 0.72rem !important;
}

.menu-btn-wrap {
  position: relative !important;
  z-index: 5 !important;
  margin-top: 90px !important;
  text-align: center !important;
}

.btn-menu-more {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 0 38px !important;
  border: 1px solid rgba(0, 0, 0, 0.52) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #111 !important;
  box-shadow: none !important;
  font-family: var(--font-serif) !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
}

.btn-menu-more:hover {
  background: #111 !important;
  border-color: #111 !important;
  color: #fff !important;
  box-shadow: none !important;
}

@media (max-width: 1024px) {
  .scroll-inner {
    grid-template-columns: 1fr !important;
    gap: 42px !important;
  }

  .pickup-item-card:nth-child(1),
  .pickup-item-card:nth-child(2),
  .pickup-item-card:nth-child(3) {
    grid-column: auto;
    grid-row: auto;
    width: auto;
    transform: none;
  }

  .pickup-item-card:nth-child(1):hover,
  .pickup-item-card:nth-child(3):hover {
    transform: translateY(-10px);
  }
}

@media (max-width: 768px) {
  .menu-section {
    padding: 90px 20px !important;
  }

  .menu-section::before,
  .menu-section::after {
    display: none;
  }

  .menu-section .section-header {
    margin-bottom: 48px !important;
  }

  .menu-main-title {
    font-size: 1.55rem !important;
  }

  .menu-sub-text {
    letter-spacing: 0.12em !important;
  }

  .pickup-img,
  .pickup-item-card:nth-child(2) .pickup-img,
  .pickup-item-card:nth-child(3) .pickup-img {
    height: 260px !important;
    min-height: 260px !important;
  }

  .menu-btn-wrap {
    margin-top: 54px !important;
  }
}

@media (max-width: 480px) {
  .pickup-img,
  .pickup-item-card:nth-child(2) .pickup-img,
  .pickup-item-card:nth-child(3) .pickup-img {
    height: 220px !important;
    min-height: 220px !important;
  }
}

/* Block: image_grid / sec_1787573134643 */
/* 画像挿入パーツ（⑦ image_grid） */
.image-grid-section {padding: 90px 20px; background: #101718; color: #fff7ea;}
.image-grid-container {max-width: 1120px; margin: 0 auto;}
.image-grid-header {max-width: 820px; margin: 0 auto 34px; text-align: center;}
.image-grid-title {font-family: var(--font-serif); font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 900; letter-spacing: 0.1em; color: var(--gold-light); margin: 0 0 12px;}
.image-grid-desc {font-size: 14px; line-height: 1.9; color: #e5a49b; margin: 0;}
.image-grid {display: grid; gap: 16px;}
.image-grid-item {overflow: hidden;}
.image-grid-item img {display: block; width: 100%; height: auto;}
/* 画像の形（CSSで調整可能） */
.image-grid-shape-square .image-grid-item img {aspect-ratio: 1 / 1; height: auto; object-fit: cover;}
.image-grid-shape-circle .image-grid-item img {aspect-ratio: 1 / 1; height: auto; object-fit: cover; border-radius: 999px;}
.image-grid-shape-rounded .image-grid-item img {border-radius: 12px;}
.image-grid-shape-free .image-grid-item img {border-radius: 0;}
.image-grid-empty {text-align: center; color: var(--text-sub); font-size: 13px; padding: 40px 20px; border: 1px dashed var(--line); border-radius: 8px;}
@media (max-width: 768px) {
  .image-grid-section {padding: 64px 15px;}
  .image-grid {gap: 12px;}
}

/* Block: instagram_feed / sec_1787573150144 */
/* =========================================================
   instagram_feed に貼るCSS
========================================================= */
.fc-instagram-embed-section {
  position: relative !important;
  overflow: hidden !important;
  padding: 130px 20px !important;
  background: #000 !important;
  color: #fff !important;
}

.fc-instagram-embed-section::before {
  content: "INSTAGRAM";
  position: absolute;
  left: 4vw;
  top: 80px;
  color: rgba(255, 255, 255, 0.08);
  font-family: var(--font-en);
  font-size: clamp(4rem, 11vw, 12rem);
  line-height: 1;
  pointer-events: none;
}

.fc-instagram-embed-inner {
  position: relative !important;
  z-index: 3 !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.fc-instagram-embed-heading {
  margin-bottom: 48px !important;
}

.fc-instagram-embed-label {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 12px !important;
  color: rgba(255, 255, 255, 0.58) !important;
  font-family: var(--font-en) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
}

.fc-instagram-embed-heading h2 {
  margin: 0 0 14px !important;
  color: #fff !important;
  font-family: var(--font-serif) !important;
  font-size: clamp(1.7rem, 3vw, 2.8rem) !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
  letter-spacing: 0.18em !important;
}

.fc-instagram-embed-heading p {
  max-width: 680px !important;
  margin: 0 auto !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 0.9rem !important;
  line-height: 2 !important;
}

.fc-instagram-post-grid,
.fc-instagram-slider {
  position: relative !important;
  z-index: 3 !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
}

.fc-instagram-post-grid {
  gap: 26px !important;
}

.fc-instagram-post-card,
.fc-instagram-embed-card {
  overflow: hidden !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 0 !important;
  background: #080808 !important;
  color: #fff !important;
  box-shadow: none !important;
}

.fc-instagram-embed-card {
  display: flex !important;
  justify-content: center !important;
  max-width: 760px !important;
  margin: 0 auto !important;
}

.fc-instagram-embed-card--legacy {
  max-width: 1120px !important;
  width: min(100%, 1120px) !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.fc-instagram-post-card .instagram-media,
.fc-instagram-post-card iframe,
.fc-instagram-embed-card .instagram-media,
.fc-instagram-embed-card iframe {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.fc-instagram-display-photo .fc-instagram-post-card {
  position: relative !important;
  aspect-ratio: 1 / 0.955 !important;
  padding: 0 !important;
  background: #050505 !important;
}

.fc-instagram-display-photo .fc-instagram-post-card .instagram-media,
.fc-instagram-display-photo .fc-instagram-post-card iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: calc(100% + 170px) !important;
  min-height: calc(100% + 170px) !important;
  max-height: none !important;
  transform: translateY(-72px) !important;
}

.fc-instagram-slider {
  padding: 0 48px 34px !important;
}

.fc-instagram-slider-viewport {
  overflow: hidden !important;
}

.fc-instagram-slider-track {
  gap: 26px !important;
  align-items: stretch !important;
}

.fc-instagram-slider-arrow {
  position: absolute !important;
  top: 50% !important;
  z-index: 4 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 0 !important;
  background: rgba(0, 0, 0, 0.72) !important;
  color: #fff !important;
  box-shadow: none !important;
  transform: translateY(-50%) !important;
}

.fc-instagram-slider-prev {
  left: 0 !important;
}

.fc-instagram-slider-next {
  right: 0 !important;
}

.fc-instagram-slider-arrow:hover {
  background: #fff !important;
  color: #000 !important;
}

.fc-instagram-slider-dots {
  position: absolute !important;
  left: 50% !important;
  bottom: 0 !important;
  display: flex !important;
  gap: 8px !important;
  justify-content: center !important;
  transform: translateX(-50%) !important;
}

.fc-instagram-slider-dot {
  width: 28px !important;
  height: 2px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.36) !important;
}

.fc-instagram-slider-dot.is-active {
  background: #fff !important;
}

.fc-instagram-embed-action {
  position: relative !important;
  z-index: 3 !important;
  margin-top: 36px !important;
}

.fc-instagram-embed-action a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 220px !important;
  min-height: 50px !important;
  padding: 0 30px !important;
  border: 1px solid #fff !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #000 !important;
  box-shadow: none !important;
  font-family: var(--font-serif) !important;
  font-size: 0.86rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  text-decoration: none !important;
}

.fc-instagram-embed-action a:hover {
  background: transparent !important;
  color: #fff !important;
  opacity: 1 !important;
  transform: none !important;
}

@media (max-width: 768px) {
  .fc-instagram-embed-section {
    padding: 90px 20px !important;
  }

  .fc-instagram-embed-section::before {
    display: none;
  }

  .fc-instagram-embed-heading {
    margin-bottom: 36px !important;
  }

  .fc-instagram-embed-heading h2 {
    font-size: 1.55rem !important;
  }

  .fc-instagram-post-grid {
    gap: 12px !important;
  }

  .fc-instagram-display-photo .fc-instagram-post-card .instagram-media,
  .fc-instagram-display-photo .fc-instagram-post-card iframe {
    height: calc(100% + 118px) !important;
    min-height: calc(100% + 118px) !important;
    transform: translateY(-50px) !important;
  }

  .fc-instagram-slider {
    padding: 0 0 32px !important;
  }

  .fc-instagram-slider-arrow {
    top: auto !important;
    bottom: -4px !important;
    width: 32px !important;
    height: 32px !important;
    transform: none !important;
  }

  .fc-instagram-slider-prev {
    left: 12px !important;
  }

  .fc-instagram-slider-next {
    right: 12px !important;
  }

  .fc-instagram-slider-dots {
    bottom: 8px !important;
  }

  .fc-instagram-embed-action a {
    width: 100% !important;
    max-width: 320px !important;
  }
}


/* =========================================================
   Page: menu / 神の饗ーかみのもてなしー_メニュー
========================================================= */

/* Block: hero_page / sec_1785931894365 */
/* =========================================================
   hero_page に貼るCSS
========================================================= */
.page-hero-wrapper {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 72vh !important;
  padding: 150px 20px 90px !important;
  overflow: hidden !important;
  background-color: #000 !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  color: #fff !important;
  text-align: center !important;
}

.page-hero-wrapper::before {
  content: "熟成";
  position: absolute;
  left: -3vw;
  top: 0;
  z-index: 1;
  color: rgba(255, 255, 255, 0.15);
  writing-mode: vertical-rl;
  font-size: clamp(9rem, 24vw, 27rem);
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: -0.12em;
  pointer-events: none;
  transform: rotate(-4deg);
}

.page-hero-wrapper::after,
.ph-overlay {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.2) 42%, rgba(0, 0, 0, 0.48) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.46) 100%) !important;
  pointer-events: none !important;
}

.page-hero-wrapper .ph-container {
  position: relative !important;
  z-index: 5 !important;
  display: flex !important;
  flex-direction: row-reverse !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8vw !important;
  width: 100% !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
}

.ph-title {
  position: relative !important;
  margin: 0 !important;
  color: #fff !important;
  writing-mode: vertical-rl;
  font-family: var(--font-serif) !important;
  font-size: clamp(2.3rem, 5.2vw, 5.6rem) !important;
  font-weight: 900 !important;
  line-height: 1.12 !important;
  letter-spacing: 0.18em !important;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.62) !important;
}

.ph-title::before {
  content: "本格中華";
  display: block;
  margin-bottom: 24px;
  padding: 26px 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04));
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.34em;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.18em;
}

.ph-title::after {
  content: "";
  display: block;
  width: 1px;
  height: 92px;
  margin: 24px auto 0;
  background: rgba(255, 255, 255, 0.54);
}

.ph-desc {
  position: relative !important;
  z-index: 5 !important;
  max-height: 420px !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.78) !important;
  writing-mode: vertical-rl;
  font-family: var(--font-serif) !important;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
  line-height: 2.2 !important;
  letter-spacing: 0.14em !important;
  text-align: left !important;
}

/*.page-hero-wrapper .ph-container::after {
  content: "魚の旨味を\A極限まで引き出す";
  position: absolute;
  left: calc(50% - 50vw);
  top: 50%;
  z-index: 6;
  padding: 12px 22px;
  background: rgba(255, 255, 255, 0.94);
  color: #000;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
  white-space: pre;
  font-family: var(--font-serif);
  font-size: clamp(0.95rem, 1.45vw, 1.35rem);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.14em;
  transform: translateY(-50%);
  pointer-events: none;
}*/

@media (max-width: 768px) {
  .page-hero-wrapper {
    min-height: 68vh !important;
    padding: 110px 20px 72px !important;
  }

  .page-hero-wrapper::before {
    left: -15vw;
    font-size: clamp(8rem, 42vw, 18rem);
  }

  .page-hero-wrapper .ph-container {
    align-items: flex-start !important;
    justify-content: flex-end !important;
    gap: 28px !important;
  }

  .ph-title {
    font-size: 2.25rem !important;
  }

  .ph-title::before {
    margin-bottom: 18px;
    padding: 18px 10px;
  }

  .ph-title::after {
    height: 64px;
    margin-top: 18px;
  }

  .ph-desc {
    max-height: 330px !important;
    font-size: 0.82rem !important;
    line-height: 2 !important;
  }

  .page-hero-wrapper .ph-container::after {
    left: calc(50% - 50vw);
    top: auto;
    bottom: 24px;
    padding: 10px 16px;
    font-size: 0.86rem;
    transform: none;
  }
}

@media (max-width: 480px) {
  .ph-title {
    font-size: 2rem !important;
  }

  .page-hero-wrapper .ph-container {
    gap: 20px !important;
  }
}

/* Block: custom_html / sec_1787588350353 */
.custom-html-wrapper {padding: 0 !important; margin: 0 !important; max-width: none !important; background: transparent !important; color: inherit !important;}
.custom-html-inner {width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important;}
.custom-html-inner > *:first-child {margin-top: 0;}
.custom-html-inner > *:last-child {margin-bottom: 0;}
.custom-html-inner img,
.custom-html-inner video,
.custom-html-inner iframe {max-width: 100%;}

/* 全体基本設定 */
.kaminogoten-menu-wrap {
  font-family: "Shippori Mincho", "Yu Mincho", "Hiragino Sans", sans-serif;
  color: #2c2c2c;
  line-height: 1.7;
  background-color: #fdfaf5;
}

.kaminogoten-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.kaminogoten-section {
  padding: 60px 0;
}

.bg-white { background-color: #ffffff; }
.bg-cream { background-color: #fcf6ed; }

/* 共通フォント・装飾 */
.badge-accent {
  display: inline-block;
  background-color: #e60012;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: bold;
  padding: 4px 16px;
  border-radius: 20px; /* バッジの角丸は保持 */
  margin-bottom: 12px;
}

.section-title {
  text-align: center;
  font-size: 2rem;
  color: #1a1a1a;
  margin-bottom: 40px;
  position: relative;
}

.section-title span {
  display: block;
  font-size: 1rem;
  color: #e60012;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.sub-title {
  font-size: 1.4rem;
  color: #1a1a1a;
  border-left: 4px solid #e60012;
  padding-left: 12px;
  margin: 40px 0 20px;
}

/* ① ヒーローエリア */
.kaminogoten-hero {
  text-align: center;
  padding: 60px 20px 40px;
  background: linear-gradient(180deg, #fff2e3 0%, #fdfaf5 100%);
}

.kaminogoten-hero .hero-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.kaminogoten-hero .hero-text {
  max-width: 750px;
  margin: 0 auto;
  font-size: 1rem;
  color: #4a4a4a;
}

/* ③ WEB予約バナー */
.kaminogoten-web-reserve {
  padding: 10px 0 30px;
}

.btn-reserve-web {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e60012 0%, #ba000e 100%);
  color: #ffffff !important;
  text-decoration: none;
  padding: 20px;
  border-radius: 50px; /* ボタンの角丸は保持 */
  box-shadow: 0 8px 20px rgba(230, 0, 18, 0.3);
  transition: transform 0.2s, box-shadow 0.2s;
}

.btn-reserve-web:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 25px rgba(230, 0, 18, 0.4);
}

.btn-reserve-web .btn-sub {
  font-size: 0.9rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.btn-reserve-web .btn-main {
  font-size: 1.4rem;
  font-weight: bold;
}

/* Pick Up（こだわり料理） */
.pickup-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-bottom: 40px;
}

.pickup-card {
  background: #fff8f0;
  border: 1px solid #f3e5d8;
  border-radius: 0; /* ★枠の角丸を解除 */
  padding: 55px 25px 30px;
  position: relative;
}

.pickup-badge {
  position: absolute;
  top: -12px;
  left: 20px;
  background: #1a1a1a;
  color: #fff;
  font-size: 0.75rem;
  padding: 2px 12px;
  border-radius: 10px; /* バッジの角丸は保持 */
}

.pickup-card h3 {
  font-size: 1.2rem;
  color: #e60012;
  margin-top: 5px;
  margin-bottom: 12px;
}

.pickup-card p {
  font-size: 0.9rem;
  color: #555;
}

/* コース・限定メニュー */
.course-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.course-card {
  background: #ffffff;
  border: 2px solid #efe3d5;
  border-radius: 0; /* ★枠の角丸を解除 */
  padding: 25px;
}

.course-card.highlight {
  background: #fffbf2;
  border-color: #e60012;
}

.course-tag {
  display: inline-block;
  font-size: 0.75rem;
  background: #eee;
  padding: 2px 8px;
  border-radius: 4px; /* タグの角丸は保持 */
  margin-bottom: 8px;
}

.course-tag.special {
  background: #e60012;
  color: #fff;
}

.course-card h4 {
  font-size: 1.15rem;
  margin: 0 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.course-card .price {
  color: #e60012;
  font-size: 1.1rem;
}

.course-card p {
  font-size: 0.88rem;
  color: #555;
  margin: 0;
}

/* グランドメニュー */
.menu-list-wrapper {
  margin-top: 50px;
}

.menu-category {
  background: #faf7f2;
  border-radius: 0; /* ★枠の角丸を解除 */
  padding: 25px;
  margin-bottom: 20px;
}

.category-title {
  font-size: 1.4rem;
  color: #e60012;
  margin: 0 0 10px;
}

.category-desc {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 15px;
  background: #fff;
  padding: 10px 15px;
  border-radius: 0; /* ★枠の角丸を解除 */
}

.menu-items, .menu-items-grid {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-items-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 30px;
}

.menu-items-grid li, .menu-items li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #e0d8cd;
  padding: 8px 0;
  font-size: 0.95rem;
}

.menu-items-grid .price, .menu-items .price {
  font-weight: bold;
  color: #1a1a1a;
  margin-left: 10px;
}

/* 黒板風ボックス */
.blackboard-box {
  background: #2a3b32;
  color: #ffffff;
  padding: 30px;
  border-radius: 0; /* ★枠の角丸を解除 */
  border: 4px solid #8c7251;
  margin-top: 40px;
}

.blackboard-header {
  font-size: 1.2rem;
  color: #ffe885;
  font-weight: bold;
  border-bottom: 1px dashed #ffe885;
  padding-bottom: 8px;
  margin-bottom: 12px;
}

.blackboard-box p {
  margin: 0;
  font-size: 0.95rem;
}

/* ④ オードブル（チラシ風カードデザイン） */
.special-card-banner {
  background: #ffffff;
  border: 3px double #e60012;
  border-radius: 0; /* ★枠の角丸を解除 */
  padding: 40px 20px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.special-card-banner .top-tag {
  color: #e60012;
  font-weight: bold;
  font-size: 0.9rem;
}

.special-card-banner .special-title {
  font-size: 2rem;
  color: #1a1a1a;
  margin: 10px 0 15px;
}

.special-price-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.special-price-box .capacity {
  background: #e60012;
  color: #fff;
  font-size: 0.85rem;
  padding: 4px 12px;
  border-radius: 20px; /* バッジの角丸は保持 */
}

.special-price-box .price-val {
  font-size: 2.2rem;
  font-weight: bold;
  color: #e60012;
}

.special-price-box .price-val small {
  font-size: 1rem;
}

.scene-list {
  background: #fdfaf5;
  border-radius: 0; /* ★枠の角丸を解除 */
  padding: 20px;
  margin: 20px 0;
}

.scene-list .scene-title {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.scene-list ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.scene-list li::before {
  content: "✔ ";
  color: #e60012;
}

.notice-alert {
  font-size: 0.85rem;
  color: #ba000e;
  font-weight: bold;
}

/* ⑤ 本格中華弁当 */
.bento-header {
  text-align: center;
  margin-bottom: 40px;
}

.sub-header-tag {
  color: #e60012;
  font-weight: bold;
  font-size: 0.85rem;
}

.bento-hero-card {
  background: #1c1c1c;
  color: #ffffff;
  border-radius: 0; /* ★枠の角丸を解除 */
  padding: 35px;
  position: relative;
  margin-bottom: 40px;
}

.badge-hero {
  position: absolute;
  top: -12px;
  left: 30px;
  background: #d4af37;
  color: #000;
  font-weight: bold;
  font-size: 0.8rem;
  padding: 4px 16px;
  border-radius: 20px; /* バッジの角丸は保持 */
}

.hero-bento-content h3 {
  font-size: 1.7rem;
  color: #f7d070;
  margin: 5px 0 10px;
}

.hero-bento-price {
  font-size: 2rem;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 15px;
}

.hero-bento-price span {
  font-size: 1rem;
}

.hero-bento-desc {
  font-size: 0.95rem;
  color: #dddddd;
  margin: 0;
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-bottom: 40px;
}

.bento-item {
  background: #fdfaf5;
  border: 1px solid #e8dfd1;
  padding: 20px 15px;
  border-radius: 0; /* ★枠の角丸を解除 */
  text-align: center;
}

.bento-item h4 {
  font-size: 1rem;
  margin: 0 0 8px;
}

.bento-price {
  font-size: 1.1rem;
  font-weight: bold;
  color: #e60012;
}

.bento-price span { font-size: 0.8rem; }

/* 3大サービス */
.service-box {
  background: #fff8f0;
  border: 2px solid #e2d2c0;
  border-radius: 0; /* ★枠の角丸を解除 */
  padding: 30px;
  margin-bottom: 30px;
}

.service-box h4 {
  text-align: center;
  font-size: 1.3rem;
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 25px;
}

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

.service-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 0; /* ★枠の角丸を解除 */
  position: relative;
}

.service-card .num {
  position: absolute;
  top: -10px;
  left: 15px;
  background: #e60012;
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%; /* ナンバリング円の形状は保持 */
  text-align: center;
  line-height: 24px;
  font-size: 0.8rem;
  font-weight: bold;
}

.service-card h5 {
  margin: 5px 0 10px;
  font-size: 1rem;
  color: #e60012;
}

.service-card p {
  font-size: 0.85rem;
  margin: 0;
  color: #555;
}

.scene-box {
  background: #faf7f2;
  padding: 25px;
  border-radius: 0; /* ★枠の角丸を解除 */
}

.scene-box h5 {
  margin: 0 0 15px;
  font-size: 1rem;
}

.scene-box ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding-left: 20px;
  margin: 0;
  font-size: 0.9rem;
}

/* ⑥ テイクアウト ＆ TEL */
.takeout-box {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.takeout-box h2 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.tel-area {
  margin-top: 30px;
  background: #ffffff;
  padding: 30px;
  border-radius: 0; /* ★枠の角丸を解除 */
  box-shadow: 0 4px 15px rgba(0,0,0,0.04);
}

.tel-label {
  display: block;
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.btn-tel {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  color: #e60012;
  text-decoration: none;
  font-family: sans-serif;
  transition: transform 0.2s;
}

.btn-tel:hover {
  transform: scale(1.03);
}

.tel-time {
  display: block;
  font-size: 0.85rem;
  color: #666;
  margin-top: 8px;
}

/* テンプレートのフェード干渉を制御 */
.drink-reserve-banner,
.drink-reserve-banner *,
.food-reserve-banner-custom,
.food-reserve-banner-custom *,
.btn-reserve-web {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  animation: none !important;
  transition: background-color 0.2s, box-shadow 0.2s !important;
}

/* レスポンシブ設定（スマホ対応） */
.sp-only {
  display: none !important;
}

@media (max-width: 768px) {
  .sp-only {
    display: inline !important;
  }

  .pickup-container,
  .course-grid,
  .menu-items-grid,
  .bento-grid,
  .service-grid,
  .scene-box ul {
    grid-template-columns: 1fr;
  }

  .kaminogoten-hero .hero-title {
    font-size: 1.3rem;
  }

  .special-price-box {
    flex-direction: column;
    gap: 5px;
  }

  .scene-list ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .btn-tel {
    font-size: 1.5rem;
  }

  .btn-reserve-web,
  .food-reserve-banner-custom .btn-reserve-web {
    text-align: center;
    padding: 16px 20px;
  }

  .btn-reserve-web .btn-main,
  .food-reserve-banner-custom .btn-main {
    font-size: 1.15rem;
    line-height: 1.4;
  }

  #kaminogoten-menu-mount > div > section:nth-child(3) > div > div.menu-list-wrapper > div:nth-child(-n+25) > h4 {
    font-size: 1rem;
  }
}


/* =========================================================
   Page: courses / 神の饗ーかみのもてなしー_コース
========================================================= */

/* Block: hero_page / sec_1787592744378 */
/* =========================================================
   hero_page に貼るCSS
========================================================= */
.page-hero-wrapper {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 72vh !important;
  padding: 150px 20px 90px !important;
  overflow: hidden !important;
  background-color: #000 !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  color: #fff !important;
  text-align: center !important;
}

.page-hero-wrapper::before {
  content: "熟成";
  position: absolute;
  left: -3vw;
  top: 0;
  z-index: 1;
  color: rgba(255, 255, 255, 0.15);
  writing-mode: vertical-rl;
  font-size: clamp(9rem, 24vw, 27rem);
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: -0.12em;
  pointer-events: none;
  transform: rotate(-4deg);
}

.page-hero-wrapper::after,
.ph-overlay {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.2) 42%, rgba(0, 0, 0, 0.48) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.46) 100%) !important;
  pointer-events: none !important;
}

.page-hero-wrapper .ph-container {
  position: relative !important;
  z-index: 5 !important;
  display: flex !important;
  flex-direction: row-reverse !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8vw !important;
  width: 100% !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
}

.ph-title {
  position: relative !important;
  margin: 0 !important;
  color: #fff !important;
  writing-mode: vertical-rl;
  font-family: var(--font-serif) !important;
  font-size: clamp(2.3rem, 5.2vw, 5.6rem) !important;
  font-weight: 900 !important;
  line-height: 1.12 !important;
  letter-spacing: 0.18em !important;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.62) !important;
}

.ph-title::before {
  content: "本格中華";
  display: block;
  margin-bottom: 24px;
  padding: 26px 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04));
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.34em;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.18em;
}

.ph-title::after {
  content: "";
  display: block;
  width: 1px;
  height: 92px;
  margin: 24px auto 0;
  background: rgba(255, 255, 255, 0.54);
}

.ph-desc {
  position: relative !important;
  z-index: 5 !important;
  max-height: 420px !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.78) !important;
  writing-mode: vertical-rl;
  font-family: var(--font-serif) !important;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
  line-height: 2.2 !important;
  letter-spacing: 0.14em !important;
  text-align: left !important;
}

/*.page-hero-wrapper .ph-container::after {
  content: "魚の旨味を\A極限まで引き出す";
  position: absolute;
  left: calc(50% - 50vw);
  top: 50%;
  z-index: 6;
  padding: 12px 22px;
  background: rgba(255, 255, 255, 0.94);
  color: #000;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
  white-space: pre;
  font-family: var(--font-serif);
  font-size: clamp(0.95rem, 1.45vw, 1.35rem);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.14em;
  transform: translateY(-50%);
  pointer-events: none;
}*/

@media (max-width: 768px) {
  .page-hero-wrapper {
    min-height: 68vh !important;
    padding: 110px 20px 72px !important;
  }

  .page-hero-wrapper::before {
    left: -15vw;
    font-size: clamp(8rem, 42vw, 18rem);
  }

  .page-hero-wrapper .ph-container {
    align-items: flex-start !important;
    justify-content: flex-end !important;
    gap: 28px !important;
  }

  .ph-title {
    font-size: 2.25rem !important;
  }

  .ph-title::before {
    margin-bottom: 18px;
    padding: 18px 10px;
  }

  .ph-title::after {
    height: 64px;
    margin-top: 18px;
  }

  .ph-desc {
    max-height: 330px !important;
    font-size: 0.82rem !important;
    line-height: 2 !important;
  }

  .page-hero-wrapper .ph-container::after {
    left: calc(50% - 50vw);
    top: auto;
    bottom: 24px;
    padding: 10px 16px;
    font-size: 0.86rem;
    transform: none;
  }
}

@media (max-width: 480px) {
  .ph-title {
    font-size: 2rem !important;
  }

  .page-hero-wrapper .ph-container {
    gap: 20px !important;
  }
}

/* Block: custom_html / sec_1787592787494 */
.custom-html-wrapper {padding: 0 !important; margin: 0 !important; max-width: none !important; background: transparent !important; color: inherit !important;}
.custom-html-inner {width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important;}
.custom-html-inner > *:first-child {margin-top: 0;}
.custom-html-inner > *:last-child {margin-bottom: 0;}
.custom-html-inner img,
.custom-html-inner video,
.custom-html-inner iframe {max-width: 100%;}

/* 全体コンテナ */
.shinki-course-detail-section {
  padding: 40px 20px;
  background-color: #fcf8f2;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #333;
}

.shinki-course-detail-container {
  max-width: 800px;
  margin: 0 auto;
  border: 1px solid #e0d8cc;
  padding: 30px;
  background-color: #fdfbf7;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

/* ヘッダーエリア */
.course-header {
  border-bottom: 2px solid #8b0000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.course-update-date {
  font-size: 13px;
  color: #888;
  text-align: right;
  margin-bottom: 5px;
  font-family: sans-serif;
}

.course-title {
  font-size: 22px;
  font-weight: bold;
  color: #8b0000;
  line-height: 1.4;
  margin: 0;
}

/* 説明文 */
.course-description {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 30px;
}

/* スペック格子レイアウト */
.course-specs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 6px;
  margin-bottom: 30px;
}

.spec-item {
  display: flex;
  flex-direction: column;
  padding: 10px 12px;
  background-color: #fcfcfc;
  border-left: 3px solid #b8860b;
}

.spec-item.spec-full-width {
  grid-column: span 2;
}

.spec-label {
  font-size: 12px;
  color: #777;
  margin-bottom: 4px;
  font-family: sans-serif;
}

.spec-value {
  font-size: 15px;
  font-weight: bold;
  color: #222;
}

.spec-price .spec-value {
  font-size: 20px;
  color: #8b0000;
}

.spec-price .spec-value small {
  font-size: 13px;
  color: #666;
  font-weight: normal;
}

/* WEB予約バナー */
.course-reserve-banner {
  text-align: center;
  margin-top: 25px;
}

.btn-reserve-web {
  display: inline-block;
  width: 100%;
  max-width: 450px;
  background: linear-gradient(135deg, #a70000 0%, #7d0000 100%);
  color: #fff !important;
  text-decoration: none;
  padding: 16px 20px;
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(167, 0, 0, 0.3);
  transition: all 0.3s ease;
  box-sizing: border-box;
      margin: 0 auto;
}

.btn-reserve-web:hover {
  opacity: 0.95;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(167, 0, 0, 0.4);
}

.btn-sub {
  display: block;
  font-size: 12px;
  color: #f7d794;
  margin-bottom: 2px;
  font-family: sans-serif;
}

.btn-main {
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

/* スマホ用調整 */
@media (max-width: 600px) {
  .shinki-course-detail-container {
    padding: 20px 15px;
  }

  .course-title {
    font-size: 18px;
  }

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

  .spec-item.spec-full-width {
    grid-column: span 1;
  }

  .btn-main {
    font-size: 16px;
  }
}

/* フード側バナーのテンプレ干渉を物理的に無効化 */
.food-reserve-banner-custom,
.food-reserve-banner-custom * {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  animation: none !important;
  transition: background-color 0.2s, box-shadow 0.2s !important;
}

/* SP表示時の改行設定 */
.sp-only {
  display: none !important;
}

@media (max-width: 768px) {
  .sp-only {
    display: inline !important;
  }
  
  .food-reserve-banner-custom .btn-reserve-web {
    text-align: center;
    padding: 16px 20px;
  }

  .food-reserve-banner-custom .btn-main {
    font-size: 1.15rem;
    line-height: 1.4;
  }
}


/* =========================================================
   Page: access / 神の饗ーかみのもてなしー_店舗情報
========================================================= */

/* Block: hero_page / sec_1785932329448 */
/* =========================================================
   hero_page に貼るCSS
========================================================= */
.page-hero-wrapper {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 72vh !important;
  padding: 150px 20px 90px !important;
  overflow: hidden !important;
  background-color: #000 !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  color: #fff !important;
  text-align: center !important;
}

.page-hero-wrapper::before {
  content: "熟成";
  position: absolute;
  left: -3vw;
  top: 0;
  z-index: 1;
  color: rgba(255, 255, 255, 0.15);
  writing-mode: vertical-rl;
  font-size: clamp(9rem, 24vw, 27rem);
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: -0.12em;
  pointer-events: none;
  transform: rotate(-4deg);
}

.page-hero-wrapper::after,
.ph-overlay {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.2) 42%, rgba(0, 0, 0, 0.48) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.46) 100%) !important;
  pointer-events: none !important;
}

.page-hero-wrapper .ph-container {
  position: relative !important;
  z-index: 5 !important;
  display: flex !important;
  flex-direction: row-reverse !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8vw !important;
  width: 100% !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
}

.ph-title {
  position: relative !important;
  margin: 0 !important;
  color: #fff !important;
  writing-mode: vertical-rl;
  font-family: var(--font-serif) !important;
  font-size: clamp(2.3rem, 5.2vw, 5.6rem) !important;
  font-weight: 900 !important;
  line-height: 1.12 !important;
  letter-spacing: 0.18em !important;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.62) !important;
}

.ph-title::before {
  content: "本格中華";
  display: block;
  margin-bottom: 24px;
  padding: 26px 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04));
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.34em;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.18em;
}

.ph-title::after {
  content: "";
  display: block;
  width: 1px;
  height: 92px;
  margin: 24px auto 0;
  background: rgba(255, 255, 255, 0.54);
}

.ph-desc {
  position: relative !important;
  z-index: 5 !important;
  max-height: 420px !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.78) !important;
  writing-mode: vertical-rl;
  font-family: var(--font-serif) !important;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
  line-height: 2.2 !important;
  letter-spacing: 0.14em !important;
  text-align: left !important;
}

/*.page-hero-wrapper .ph-container::after {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 50%;
  z-index: 6;
  padding: 12px 22px;
  background: rgba(255, 255, 255, 0.94);
  color: #000;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
  white-space: pre;
  font-family: var(--font-serif);
  font-size: clamp(0.95rem, 1.45vw, 1.35rem);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.14em;
  transform: translateY(-50%);
  pointer-events: none;
}*/

@media (max-width: 768px) {
  .page-hero-wrapper {
    min-height: 68vh !important;
    padding: 110px 20px 72px !important;
  }

  .page-hero-wrapper::before {
    left: -15vw;
    font-size: clamp(8rem, 42vw, 18rem);
  }

  .page-hero-wrapper .ph-container {
    align-items: flex-start !important;
    justify-content: flex-end !important;
    gap: 28px !important;
  }

  .ph-title {
    font-size: 2.25rem !important;
  }

  .ph-title::before {
    margin-bottom: 18px;
    padding: 18px 10px;
  }

  .ph-title::after {
    height: 64px;
    margin-top: 18px;
  }

  .ph-desc {
    max-height: 330px !important;
    font-size: 0.82rem !important;
    line-height: 2 !important;
  }

  .page-hero-wrapper .ph-container::after {
    left: calc(50% - 50vw);
    top: auto;
    bottom: 24px;
    padding: 10px 16px;
    font-size: 0.86rem;
    transform: none;
  }
}

@media (max-width: 480px) {
  .ph-title {
    font-size: 2rem !important;
  }

  .page-hero-wrapper .ph-container {
    gap: 20px !important;
  }
}

/* Block: custom_html / sec_1787583146694 */
.custom-html-wrapper {padding: 0 !important; margin: 0 !important; max-width: none !important; background: transparent !important; color: inherit !important;}
.custom-html-inner {width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important;}
.custom-html-inner > *:first-child {margin-top: 0;}
.custom-html-inner > *:last-child {margin-bottom: 0;}
.custom-html-inner img,
.custom-html-inner video,
.custom-html-inner iframe {max-width: 100%;}

/* 全体スタイル（明るく暖かみのあるライトベージュ） */
.shinki-shop-info {
  font-family: "Shippori Mincho", "Yu Mincho", serif;
  background-color: #e3daca;
  color: #2b2b2b;
  padding: 80px 20px;
  line-height: 1.8;
  overflow: hidden;
}

.shinki-shop-info .shinki-shop-info-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* ① 当店のご案内（画像×テキスト横並び） */
.shinki-shop-info .shinki-shop-info-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  background-color: #ffffff;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(212, 175, 100, 0.15);
  border: 2px dashed #e8dfd1;
  margin-bottom: 70px;
  position: relative;
}

.shinki-shop-info .shinki-shop-info-imgbox {
  position: relative;
  transform: rotate(-2deg);
}

.shinki-shop-info .shinki-shop-info-imgbox img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
  border: 6px solid #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  display: block;
}

.shinki-shop-info .shinki-shop-info-stamp {
  position: absolute;
  top: -15px;
  left: -15px;
  background-color: #e60012;
  color: #ffffff;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 0.8rem;
  padding: 8px 14px;
  border-radius: 50px;
  transform: rotate(-10deg);
  box-shadow: 0 4px 10px rgba(230, 0, 18, 0.3);
}

.shinki-shop-info .shinki-shop-info-badge {
  display: inline-block;
  font-family: sans-serif;
  font-size: 0.8rem;
  font-weight: bold;
  color: #e60012;
  background-color: rgba(230, 0, 18, 0.08);
  padding: 4px 14px;
  margin-bottom: 10px;
}

.shinki-shop-info h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #1a1a1a;
  margin: 0 0 16px 0;
}

.shinki-shop-info p {
  font-size: 1.1rem;
  color: #444444;
  margin: 0;
}

.shinki-shop-info p strong {
  color: #e60012;
  background: linear-gradient(transparent 60%, #ffe3e5 60%);
}

/* ② 店舗概要（シンプル＆上品なテーブルスタイル） */
.shinki-shop-info .shinki-shop-info-details {
  background: #ffffff;

  padding: 50px 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  border: 1px solid #f0e8dc;
}

.shinki-shop-info .shinki-shop-info-header {
  text-align: center;
  margin-bottom: 35px;
}

.shinki-shop-info .shinki-shop-info-header .en-title {
  display: block;
  font-family: sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.25em;
  color: #e60012;
  margin-bottom: 4px;
}

.shinki-shop-info .shinki-shop-info-sub-title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1a1a1a;
  margin: 0;
  display: inline-block;
  position: relative;
}

.shinki-shop-info .shinki-shop-info-sub-title::after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background-color: #e60012;
  margin: 8px auto 0;
}

/* テーブルデザイン */
.shinki-shop-info .shinki-shop-table {
  width: 100%;
  border-collapse: collapse;
}

.shinki-shop-info .shinki-shop-table tr {
  border-bottom: 1px dashed #e2dad0;
}

.shinki-shop-info .shinki-shop-table tr:last-child {
  border-bottom: none;
}

.shinki-shop-info .shinki-shop-table th {
  width: 130px;
  padding: 16px 12px 16px 0;
  text-align: left;
  font-weight: bold;
  font-size: 0.95rem;
  color: #e60012; /* アクセントの赤 */
  vertical-align: top;
  border-right: 2px solid #f2ece3;
}

.shinki-shop-info .shinki-shop-table td {
  padding: 16px 0 16px 20px;
  font-size: 0.95rem;
  color: #333333;
  line-height: 1.7;
}

.shinki-shop-info .shinki-shop-table .shop-name {
  font-weight: bold;
  font-size: 1.05rem;
  color: #1a1a1a;
}

.shinki-shop-info .shinki-shop-table .tel-link {
  color: #e60012;
  font-weight: bold;
  font-size: 1.15rem;
  text-decoration: none;
  font-family: sans-serif;
}

.shinki-shop-info .shinki-shop-table .note {
  display: block;
  font-size: 0.85rem;
  color: #666666;
  margin-top: 2px;
}

.shinki-shop-info .shinki-shop-table .inline-note {
  font-size: 0.85rem;
  color: #666666;
  margin-left: 6px;
}

/* スマホ表示対応 */
@media (max-width: 768px) {
  .shinki-shop-info {
    padding: 50px 15px;
  }
  .shinki-shop-info .shinki-shop-info-hero {
    grid-template-columns: 1fr;
    padding: 25px 20px;
    gap: 25px;
  }
  .shinki-shop-info .shinki-shop-info-imgbox {
    transform: none;
  }
  .shinki-shop-info .shinki-shop-info-details {
    padding: 30px 18px;
  }
  .shinki-shop-info .shinki-shop-table th {
    width: 90px;
    font-size: 0.9rem;
  }
  .shinki-shop-info .shinki-shop-table td {
    padding-left: 12px;
    font-size: 0.9rem;
  }
}

/* フード側バナーのテンプレ干渉を物理的に無効化 */
.food-reserve-banner-custom,
.food-reserve-banner-custom * {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  animation: none !important;
  transition: background-color 0.2s, box-shadow 0.2s !important;
}

/* SP表示時の改行設定 */
.sp-only {
  display: none !important;
}

@media (max-width: 768px) {
  .sp-only {
    display: inline !important;
  }
  
  .food-reserve-banner-custom .btn-reserve-web {
    text-align: center;
    padding: 16px 20px;
  }

  .food-reserve-banner-custom .btn-main {
    font-size: 1.15rem;
    line-height: 1.4;
  }
}

/* Block: gmap / sec_1785932342748 */
/* Googleマップ埋め込みブロック（③） */
.gmap-section {padding: 90px 20px; background: #101718; color: #fff7ea;}
.gmap-container {max-width: 1080px; margin: 0 auto;}
.gmap-header {max-width: 820px; margin: 0 auto 34px; text-align: center;}
.gmap-title {font-family: var(--font-serif); font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 900; letter-spacing: 0.1em; color: var(--gold-light); margin: 0 0 12px;}
.gmap-desc {font-size: 14px; line-height: 1.9; color: #e5a49b; margin: 0;}
.gmap-frame-wrap {position: relative; width: 100%; aspect-ratio: 16 / 9; min-height: 320px; border-radius: 8px; overflow: hidden; border: 1px solid var(--line); background: var(--bg-paper);}
.gmap-frame-wrap iframe {position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: grayscale(.12) contrast(.97);}
.gmap-placeholder {position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; text-align: center; padding: 20px; color: var(--text-sub); font-size: 13px;}
.gmap-placeholder { min-height: 320px; display: flex; align-items: center; justify-content: center; color: var(--text-sub); }
@media (max-width: 768px) {
  .gmap-section {padding: 64px 15px;}
  .gmap-frame-wrap {aspect-ratio: 4 / 3; min-height: 260px;}
}

#sec_1785932342748
{
    background: #e3daca !important;
}


/* =========================================================
   Page: concept / 神の饗ーかみのもてなしー_コンセプト
========================================================= */

/* Block: hero_page / sec_1785932055215 */
/* =========================================================
   hero_page に貼るCSS
========================================================= */
.page-hero-wrapper {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 72vh !important;
  padding: 150px 20px 90px !important;
  overflow: hidden !important;
  background-color: #000 !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  color: #fff !important;
  text-align: center !important;
}

.page-hero-wrapper::before {
  content: "熟成";
  position: absolute;
  left: -3vw;
  top: 0;
  z-index: 1;
  color: rgba(255, 255, 255, 0.15);
  writing-mode: vertical-rl;
  font-size: clamp(9rem, 24vw, 27rem);
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: -0.12em;
  pointer-events: none;
  transform: rotate(-4deg);
}

.page-hero-wrapper::after,
.ph-overlay {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.2) 42%, rgba(0, 0, 0, 0.48) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.46) 100%) !important;
  pointer-events: none !important;
}

.page-hero-wrapper .ph-container {
  position: relative !important;
  z-index: 5 !important;
  display: flex !important;
  flex-direction: row-reverse !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8vw !important;
  width: 100% !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
}

.ph-title {
  position: relative !important;
  margin: 0 !important;
  color: #fff !important;
  writing-mode: vertical-rl;
  font-family: var(--font-serif) !important;
  font-size: clamp(2.3rem, 5.2vw, 5.6rem) !important;
  font-weight: 900 !important;
  line-height: 1.12 !important;
  letter-spacing: 0.18em !important;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.62) !important;
}

.ph-title::before {
  content: "本格中華";
  display: block;
  margin-bottom: 24px;
  padding: 26px 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04));
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.34em;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.18em;
}

.ph-title::after {
  content: "";
  display: block;
  width: 1px;
  height: 92px;
  margin: 24px auto 0;
  background: rgba(255, 255, 255, 0.54);
}

.ph-desc {
  position: relative !important;
  z-index: 5 !important;
  max-height: 420px !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.78) !important;
  writing-mode: vertical-rl;
  font-family: var(--font-serif) !important;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
  line-height: 2.2 !important;
  letter-spacing: 0.14em !important;
  text-align: left !important;
}

/*.page-hero-wrapper .ph-container::after {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 50%;
  z-index: 6;
  padding: 12px 22px;
  background: rgba(255, 255, 255, 0.94);
  color: #000;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
  white-space: pre;
  font-family: var(--font-serif);
  font-size: clamp(0.95rem, 1.45vw, 1.35rem);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.14em;
  transform: translateY(-50%);
  pointer-events: none;
}*/

@media (max-width: 768px) {
  .page-hero-wrapper {
    min-height: 68vh !important;
    padding: 110px 20px 72px !important;
  }

  .page-hero-wrapper::before {
    left: -15vw;
    font-size: clamp(8rem, 42vw, 18rem);
  }

  .page-hero-wrapper .ph-container {
    align-items: flex-start !important;
    justify-content: flex-end !important;
    gap: 28px !important;
  }

  .ph-title {
    font-size: 2.25rem !important;
  }

  .ph-title::before {
    margin-bottom: 18px;
    padding: 18px 10px;
  }

  .ph-title::after {
    height: 64px;
    margin-top: 18px;
  }

  .ph-desc {
    max-height: 330px !important;
    font-size: 0.82rem !important;
    line-height: 2 !important;
  }

  .page-hero-wrapper .ph-container::after {
    left: calc(50% - 50vw);
    top: auto;
    bottom: 24px;
    padding: 10px 16px;
    font-size: 0.86rem;
    transform: none;
  }
}

@media (max-width: 480px) {
  .ph-title {
    font-size: 2rem !important;
  }

  .page-hero-wrapper .ph-container {
    gap: 20px !important;
  }
}

/* Block: custom_html / sec_1787584089913 */
.custom-html-wrapper {padding: 0 !important; margin: 0 !important; max-width: none !important; background: transparent !important; color: inherit !important;}
.custom-html-inner {width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important;}
.custom-html-inner > *:first-child {margin-top: 0;}
.custom-html-inner > *:last-child {margin-bottom: 0;}
.custom-html-inner img,
.custom-html-inner video,
.custom-html-inner iframe {max-width: 100%;}

/* 全体スタイル（漆黒〜ダークグレー背景） */
.shinki-features {
  font-family: "Shippori Mincho", "Yu Mincho", serif;
  background-color: #0d0d0d; /* 重厚感のある黒 */
  color: #ffffff; /* 文字は可読性の高い白 */
  padding: 80px 20px;
  line-height: 1.8;
  overflow: hidden;
}

.shinki-features .shinki-features-container {
  max-width: 1000px;
  margin: 0 auto;
}

/* レイアウト */
.shinki-features .shinki-features-block {
  margin-bottom: 90px;
}

.shinki-features .shinki-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

/* 左右反転 */
.shinki-features .shinki-features-grid.shinki-features-reverse {
  direction: rtl;
}
.shinki-features .shinki-features-grid.shinki-features-reverse .shinki-features-textbox {
  direction: ltr;
}

/* 画像・フレーム */
.shinki-features .shinki-features-imgbox {
  position: relative;
}

.shinki-features .shinki-features-imgbox img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* 鮮やかな赤のフレームで黒背景にアクセント */
.shinki-features .shinki-features-frame::after {
  content: '';
  position: absolute;
  top: -12px;
  left: -12px;
  width: 100%;
  height: 100%;
  border: 2px solid #e60012; /* アクセントの赤 */
  z-index: 0;
  pointer-events: none;
}
.shinki-features .shinki-features-frame img {
  position: relative;
  z-index: 1;
}

/* 縦書きタグ */
.shinki-features .shinki-features-vtag {
  position: absolute;
  top: 15px;
  right: -15px;
  z-index: 2;
  background-color: #e60012;
  color: #ffffff;
  writing-mode: vertical-rl;
  padding: 12px 6px;
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* テキストエリア */
.shinki-features .shinki-features-textbox {
  padding: 10px;
}

.shinki-features .shinki-features-badge {
  display: inline-block;
  font-family: sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #e60012;
  background-color: rgba(230, 0, 18, 0.15); /* 赤の透明背景 */
  border: 1px solid rgba(230, 0, 18, 0.3);
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.shinki-features h2 {
  font-size: 1.35rem;
  font-weight: bold;
  margin: 0 0 16px 0;
  line-height: 1.4;
  color: #ffffff;
  border-bottom: 2px solid #333333;
  padding-bottom: 8px;
}

.shinki-features p {
  font-size: 1rem;
  color: #cccccc; /* 柔らかい白 */
  margin: 0;
}

/* 看板メニューエリア */
.shinki-features .shinki-features-menu-container {
  background-color: #161616; /* カード背景より少し濃い背景 */
  border: 1px solid #2a2a2a;
  border-radius: 16px;
  padding: 50px 30px;
  color: #ffffff;
  text-align: center;
  position: relative;
}

.shinki-features .shinki-features-menu-badge {
  font-family: sans-serif;
  color: #e60012;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
}

.shinki-features .shinki-features-menu-header h2 {
  color: #ffffff;
  border-bottom: none;
  font-size: 1.6rem;
  margin-top: 5px;
}

.shinki-features .shinki-features-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.shinki-features .shinki-features-menu-card {
  background: #222222;
  border: 1px solid #333333;
  padding: 25px 15px;
  border-radius: 12px;
  transition: transform 0.3s, border-color 0.3s;
}

.shinki-features .shinki-features-menu-card:hover {
  transform: translateY(-5px);
  border-color: #e60012;
}

.shinki-features .shinki-features-menu-card.shinki-features-featured {
  border: 1.5px solid #e60012;
  background: #2b1517; /* 赤みがかったダークブラウン */
}

.shinki-features .shinki-features-menu-card .shinki-features-num {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  color: #e60012;
  margin-bottom: 8px;
}

.shinki-features .shinki-features-menu-card h3 {
  font-size: 1rem;
  margin: 0;
  line-height: 1.4;
  color: #ffffff;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .shinki-features .shinki-features-grid,
  .shinki-features .shinki-features-grid.shinki-features-reverse {
    grid-template-columns: 1fr;
    direction: ltr;
    gap: 20px;
  }
  .shinki-features .shinki-features-menu-grid {
    grid-template-columns: 1fr;
  }
  .shinki-features .shinki-features-vtag {
    right: 10px;
  }
}


/* =========================================================
   Page: drink / 神の饗ーかみのもてなしー_お飲み物
========================================================= */

/* Block: hero_page / sec_1787582902331 */
/* =========================================================
   hero_page に貼るCSS
========================================================= */
.page-hero-wrapper {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 72vh !important;
  padding: 150px 20px 90px !important;
  overflow: hidden !important;
  background-color: #000 !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  color: #fff !important;
  text-align: center !important;
}

.page-hero-wrapper::before {
  content: "熟成";
  position: absolute;
  left: -3vw;
  top: 0;
  z-index: 1;
  color: rgba(255, 255, 255, 0.15);
  writing-mode: vertical-rl;
  font-size: clamp(9rem, 24vw, 27rem);
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: -0.12em;
  pointer-events: none;
  transform: rotate(-4deg);
}

.page-hero-wrapper::after,
.ph-overlay {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.2) 42%, rgba(0, 0, 0, 0.48) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.46) 100%) !important;
  pointer-events: none !important;
}

.page-hero-wrapper .ph-container {
  position: relative !important;
  z-index: 5 !important;
  display: flex !important;
  flex-direction: row-reverse !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8vw !important;
  width: 100% !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
}

.ph-title {
  position: relative !important;
  margin: 0 !important;
  color: #fff !important;
  writing-mode: vertical-rl;
  font-family: var(--font-serif) !important;
  font-size: clamp(2.3rem, 5.2vw, 5.6rem) !important;
  font-weight: 900 !important;
  line-height: 1.12 !important;
  letter-spacing: 0.18em !important;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.62) !important;
}

.ph-title::before {
  content: "本格中華";
  display: block;
  margin-bottom: 24px;
  padding: 26px 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04));
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.34em;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.18em;
}

.ph-title::after {
  content: "";
  display: block;
  width: 1px;
  height: 92px;
  margin: 24px auto 0;
  background: rgba(255, 255, 255, 0.54);
}

.ph-desc {
  position: relative !important;
  z-index: 5 !important;
  max-height: 420px !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.78) !important;
  writing-mode: vertical-rl;
  font-family: var(--font-serif) !important;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
  line-height: 2.2 !important;
  letter-spacing: 0.14em !important;
  text-align: left !important;
}

/*.page-hero-wrapper .ph-container::after {
  content: "魚の旨味を\A極限まで引き出す";
  position: absolute;
  left: calc(50% - 50vw);
  top: 50%;
  z-index: 6;
  padding: 12px 22px;
  background: rgba(255, 255, 255, 0.94);
  color: #000;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
  white-space: pre;
  font-family: var(--font-serif);
  font-size: clamp(0.95rem, 1.45vw, 1.35rem);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.14em;
  transform: translateY(-50%);
  pointer-events: none;
}*/

@media (max-width: 768px) {
  .page-hero-wrapper {
    min-height: 68vh !important;
    padding: 110px 20px 72px !important;
  }

  .page-hero-wrapper::before {
    left: -15vw;
    font-size: clamp(8rem, 42vw, 18rem);
  }

  .page-hero-wrapper .ph-container {
    align-items: flex-start !important;
    justify-content: flex-end !important;
    gap: 28px !important;
  }

  .ph-title {
    font-size: 2.25rem !important;
  }

  .ph-title::before {
    margin-bottom: 18px;
    padding: 18px 10px;
  }

  .ph-title::after {
    height: 64px;
    margin-top: 18px;
  }

  .ph-desc {
    max-height: 330px !important;
    font-size: 0.82rem !important;
    line-height: 2 !important;
  }

  .page-hero-wrapper .ph-container::after {
    left: calc(50% - 50vw);
    top: auto;
    bottom: 24px;
    padding: 10px 16px;
    font-size: 0.86rem;
    transform: none;
  }
}

@media (max-width: 480px) {
  .ph-title {
    font-size: 2rem !important;
  }

  .page-hero-wrapper .ph-container {
    gap: 20px !important;
  }
}

/* Block: custom_html / sec_1787588716149 */
.custom-html-wrapper {padding: 0 !important; margin: 0 !important; max-width: none !important; background: transparent !important; color: inherit !important;}
.custom-html-inner {width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important;}
.custom-html-inner > *:first-child {margin-top: 0;}
.custom-html-inner > *:last-child {margin-bottom: 0;}
.custom-html-inner img,
.custom-html-inner video,
.custom-html-inner iframe {max-width: 100%;}

/* 全体コンテナ */
.shinki-drink-section {
  font-family: "Shippori Mincho", "Yu Mincho", serif;
  background-color: #fcf8f2;
  color: #2b2b2b;
  padding: 80px 20px;
  line-height: 1.8;
}

.shinki-drink-container {
  max-width: 900px;
  margin: 0 auto;
}

/* ヘッダー */
.shinki-drink-header {
  text-align: center;
  margin-bottom: 40px;
}

.shinki-drink-header .en-title {
  display: block;
  font-family: sans-serif;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #e60012;
  margin-bottom: 4px;
}

.shinki-drink-header h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #1a1a1a;
  margin: 0;
}

.shinki-drink-header .sub-lead {
  font-size: 0.95rem;
  color: #666666;
  margin-top: 4px;
}

/* アンカーナビゲーション */
.drink-nav {
  background: #ffffff;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  border: 1px solid #f0e8dc;
  margin-bottom: 50px;
}

.drink-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}

.drink-nav-list a {
  display: inline-block;
  font-family: sans-serif;
  font-size: 0.85rem;
  font-weight: bold;
  color: #444444;
  background: #faf7f2;
  padding: 8px 16px;
  border-radius: 20px;
  text-decoration: none;
  border: 1px solid #e8dfd1;
  transition: all 0.2s ease;
}

.drink-nav-list a:hover {
  background: #e60012;
  color: #ffffff;
  border-color: #e60012;
}

.drink-nav-list a.highlight-nav {
  background: rgba(230, 0, 18, 0.1);
  color: #e60012;
  border-color: #e60012;
}

.drink-nav-list a.highlight-nav:hover {
  background: #e60012;
  color: #ffffff;
}

/* カテゴリ別メニューリスト */
.drink-category {
  background: #ffffff;
  padding: 30px;
  border: 1px solid #f0e8dc;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  scroll-margin-top: 30px; /* スクロール位置調整 */
}

.category-title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #1a1a1a;
  margin: 0 0 20px 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #e60012;
  display: inline-block;
}

.drink-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.drink-items li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 12px 0;
  border-bottom: 1px dashed #e8dfd1;
  gap: 15px;
}

.drink-items li:last-child {
  border-bottom: none;
}

.item-info {
  flex-grow: 1;
}

.item-name {
  font-weight: bold;
  font-size: 0.95rem;
  color: #2b2b2b;
}

.item-desc {
  font-size: 0.8rem;
  color: #777777;
  margin: 2px 0 0 0;
}

.item-price {
  font-weight: bold;
  font-size: 1rem;
  color: #1a1a1a;
  white-space: nowrap;
  font-family: sans-serif;
}

.drink-option {
  font-size: 0.85rem;
  color: #e60012;
  margin-top: 10px;
  font-weight: bold;
}

.back-to-top {
  text-align: right;
  margin-top: 15px;
}

.back-to-top a {
  font-family: sans-serif;
  font-size: 0.75rem;
  color: #888888;
  text-decoration: none;
}

.back-to-top a:hover {
  color: #e60012;
}

/* 飲み放題カード */
.nomihoudai-card {
  background: #ffffff;
  border: 2px solid #e60012;
  padding: 35px;
  margin-bottom: 50px;
  position: relative;
  box-shadow: 0 8px 25px rgba(230, 0, 18, 0.08);
  scroll-margin-top: 30px;
}

.nomihoudai-badge {
  position: absolute;
  top: -14px;
  left: 30px;
  background: #e60012;
  color: #ffffff;
  font-family: sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 4px 14px;
  border-radius: 20px;
}

.nomihoudai-card h3 {
  font-size: 1.5rem;
  margin: 5px 0 20px 0;
  color: #1a1a1a;
}

.nomihoudai-price-box {
  background: #faf7f2;
  padding: 15px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.nomihoudai-price-box .label {
  font-size: 0.85rem;
  font-weight: bold;
  background: #1a1a1a;
  color: #fff;
  padding: 2px 10px;
  border-radius: 4px;
  font-family: sans-serif;
}

.nomihoudai-price-box .price {
  font-size: 1.25rem;
  font-weight: bold;
  color: #e60012;
}

.nomihoudai-content h4 {
  font-size: 1rem;
  color: #1a1a1a;
  margin: 0 0 12px 0;
}

.nomihoudai-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

.nomihoudai-tags span {
  background: #fcf8f2;
  border: 1px solid #e8dfd1;
  font-family: sans-serif;
  font-size: 0.85rem;
  padding: 6px 12px;
  border-radius: 6px;
  color: #444444;
}

/* WEB予約バナー */
.drink-reserve-banner {
  margin-top: 40px;
}

.btn-reserve-web {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e60012 0%, #ba000e 100%);
  color: #ffffff !important;
  text-decoration: none;
  padding: 20px;
  border-radius: 50px;
  box-shadow: 0 8px 20px rgba(230, 0, 18, 0.3);
  transition: transform 0.2s, box-shadow 0.2s;
}

.btn-reserve-web:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(230, 0, 18, 0.4);
}

.btn-reserve-web .btn-sub {
  font-size: 0.9rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-family: sans-serif;
}

.btn-reserve-web .btn-main {
  font-size: 1.3rem;
  font-weight: bold;
}

/* スマホ表示対応 */
@media (max-width: 768px) {
  .shinki-drink-section {
    padding: 50px 15px;
  }
  .drink-category {
    padding: 20px 18px;
  }
  .drink-items li {
    flex-direction: column;
    gap: 4px;
  }
  .item-price {
    align-self: flex-end;
  }
  .nomihoudai-card {
    padding: 25px 18px;
  }
  .nomihoudai-price-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

/* PC表示時：SP専用改行を非表示 */
.sp-only {
  display: none;
}

/* 768px以下のスマホ表示時 */
@media (max-width: 768px) {
  /* SP時のみ改行タグを有効化 */
  .sp-only {
    display: inline;
  }

  /* テキストの折り返しと配置を整える */
  .btn-reserve-web {
    text-align: center;
    padding: 16px 20px;
  }

  .btn-reserve-web .btn-main {
    font-size: 1.15rem; /* スマホで見やすい文字サイズに微調整 */
    line-height: 1.4;   /* 改行時の行間を最適化 */
  }
}


/* =========================================================
   Page: footer / FOOTER ページ
========================================================= */

/* Block: global_footer / sec_1782112173284 */
/* =========================================================
   global_footer に貼るCSS
========================================================= */
.global-footer {
  position: relative !important;
  overflow: hidden !important;
  padding: 120px 20px 78px !important;
  background: #050505 !important;
  color: #fff !important;
  border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
}

.global-footer::before {
  content: "店舗情報";
  position: absolute;
  right: 7vw;
  top: 80px;
  color: rgba(255, 255, 255, 0.06);
  writing-mode: vertical-rl;
  font-family: var(--font-serif);
  font-size: clamp(3rem, 8vw, 8rem);
  letter-spacing: 0.18em;
  pointer-events: none;
}

.global-footer .info-grid,
.info-grid {
  position: relative !important;
  z-index: 3 !important;
  display: grid !important;
  grid-template-columns: 0.82fr 1.18fr !important;
  gap: 70px !important;
  align-items: start !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
}

.footer-brand h2 {
  display: inline-block !important;
  margin: 0 0 12px !important;
  padding-bottom: 14px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32) !important;
  color: #fff !important;
  font-family: var(--font-serif) !important;
  font-size: clamp(1.8rem, 3.6vw, 3.4rem) !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.18em !important;
}

.footer-brand h2::before {
  content: "神";
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  color: #fff;
  font-size: 1.05rem;
  letter-spacing: 0;
}

.footer-genre {
  margin-top: 10px !important;
  color: rgba(255, 255, 255, 0.58) !important;
  font-family: var(--font-serif) !important;
  font-size: 0.82rem !important;
  line-height: 1.9 !important;
  letter-spacing: 0.12em !important;
}

.footer-table {
  width: 100% !important;
  margin-top: 30px !important;
  border-collapse: collapse !important;
  font-size: 0.9rem !important;
}

.footer-table th,
.footer-table td {
  padding: 15px 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
  text-align: left !important;
  vertical-align: top !important;
}

.footer-table th {
  width: 110px !important;
  color: rgba(255, 255, 255, 0.58) !important;
  font-weight: 600 !important;
}

.footer-table td {
  color: rgba(255, 255, 255, 0.84) !important;
  line-height: 1.9 !important;
}

.footer-tel strong {
  color: #fff !important;
  font-family: var(--font-serif) !important;
  font-size: 1.45rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
}

.payment-title {
  margin: 28px 0 12px !important;
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
}

.payment-icons {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  align-items: center !important;
  color: rgba(255, 255, 255, 0.72) !important;
}

.pay-tag {
  padding: 4px 9px !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 0.72rem !important;
}

.gmap-wrap {
  min-height: 420px !important;
  height: 420px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 0 !important;
  background: #080808 !important;
  box-shadow: 0 22px 66px rgba(0, 0, 0, 0.34) !important;
}

.gmap-wrap iframe {
  width: 100% !important;
  height: 100% !important;
  min-height: 420px !important;
  border: 0 !important;
  filter: grayscale(0.42) brightness(0.72) contrast(1.08) !important;
}

.gmap-placeholder {
  min-height: 420px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: rgba(255, 255, 255, 0.58) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
}

.footer-copy-text,
.footer-copy {
  padding: 22px 20px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: #050505 !important;
  color: rgba(255, 255, 255, 0.48) !important;
  text-align: center !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.08em !important;
}

.fc-floating-actions {
  position: fixed !important;
  right: 22px !important;
  bottom: 22px !important;
  z-index: 1800 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  pointer-events: none !important;
}

.fc-floating-action {
  pointer-events: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  min-width: 136px !important;
  min-height: 46px !important;
  padding: 0 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 0 !important;
  background: rgba(5, 5, 5, 0.86) !important;
  color: #fff !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28) !important;
  font-family: var(--font-serif) !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  backdrop-filter: blur(10px) !important;
}

.fc-floating-action:hover,
.fc-floating-reserve:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #000 !important;
}

.fc-floating-reserve {
  background: #fff !important;
  border-color: #fff !important;
  color: #000 !important;
}

.fc-floating-line,
.fc-floating-instagram {
  border-color: rgba(255, 255, 255, 0.22) !important;
}

@media (max-width: 768px) {
  .global-footer {
    padding: 90px 20px 78px !important;
  }

  .global-footer::before {
    display: none;
  }

  .global-footer .info-grid,
  .info-grid {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }

  .footer-brand h2 {
    font-size: 1.7rem !important;
  }

  .gmap-wrap,
  .gmap-wrap iframe,
  .gmap-placeholder {
    min-height: 300px !important;
    height: 300px !important;
  }

  .fc-floating-actions {
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    flex-direction: row !important;
    gap: 0 !important;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom)) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
    background: rgba(5, 5, 5, 0.94) !important;
    backdrop-filter: blur(12px) !important;
  }

  .fc-floating-action {
    flex: 1 1 0 !important;
    flex-direction: column !important;
    gap: 2px !important;
    min-width: 0 !important;
    min-height: 48px !important;
    padding: 0 8px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 0.68rem !important;
    line-height: 1.2 !important;
  }
}
