@charset "UTF-8";
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
  overflow-x: hidden;
}
@media screen and (max-width: 991px) {
  html {
    scroll-padding-top: 100px;
  }
}

button:focus {
  outline: none;
}

/* =========================================================
   variables (SCSS変数)
   ========================================================= */
/* =========================================================
   base
   ========================================================= */
body {
  color: #131313;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html[lang=en] body {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
html[lang=zh-CN] body {
  font-family: "Noto Sans SC", sans-serif;
}

.in_body {
  padding-top: 0;
}

/* =========================================================
   utility - font (フォント切替)
   クラス名だけで言語ごとのフォントが自動で当たる
   ========================================================= */
html[lang=en] .font-serif {
  font-family: 游明朝, "Yu Mincho", YuMincho, serif;
}
html[lang=zh-CN] .font-serif {
  font-family: "Noto Serif SC", serif;
}

html[lang=en] .font-sans {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
html[lang=zh-CN] .font-sans {
  font-family: "Noto Sans SC", sans-serif;
}

/* =========================================================
   utility - color (カラー)
   ========================================================= */
.c-text {
  color: #131313;
}

.c-red {
  color: #a00b24;
}

.c-gold {
  color: #bc9d22;
}

/* =========================================================
   utility - font weight
   ========================================================= */
.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-bold {
  font-weight: 700;
}

.fw-black {
  font-weight: 900;
}

/* =========================================================
   layout - header
   ========================================================= */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
}
.l-header__top {
  background: #a00b24;
  overflow: hidden;
  max-height: 60px;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}
@media screen and (max-width: 991px) {
  .l-header__top {
    display: none;
  }
}
.l-header__top-text {
  margin: 0;
  padding: 4px 0;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6;
}
html[lang=en] .l-header__top-text {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
html[lang=zh-CN] .l-header__top-text {
  font-family: "Noto Sans SC", sans-serif;
}
.l-header__lang-wrap {
  position: absolute;
  top: 47px;
  left: 0;
  width: 100%;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 5;
}
html[lang=zh-CN] .l-header__lang-wrap {
  top: 28px;
}
@media print, screen and (max-width: 1199px) {
  html:not([lang=zh-CN]) .l-header__lang-wrap {
    top: 47px;
  }
}
@media screen and (max-width: 991px) {
  .l-header__lang-wrap {
    display: none;
  }
}
.l-header__lang {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  pointer-events: auto;
}
.l-header__lang li a {
  display: block;
  width: 60px;
  text-align: center;
  color: #fff;
  background: #131313;
  font-size: 1.2rem;
  padding-top: 2px;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}
.l-header__lang li a:hover {
  background: #a00b24;
}
.l-header__lang li + li {
  margin-left: 1px;
}
.l-header__main {
  overflow: hidden;
  max-height: 200px;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}
.l-header__main-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px 0;
}
@media screen and (max-width: 991px) {
  .l-header__main-inner {
    max-width: none;
    width: 100%;
    padding: 10px 30px;
  }
}
@media screen and (max-width: 575px) {
  .l-header__main-inner {
    padding: 10px 15px;
  }
}
.l-header__logo {
  display: block;
}
.l-header__logo img {
  display: block;
  max-height: 80px;
  width: auto;
}
@media screen and (max-width: 991px) {
  .l-header__logo img {
    max-height: 50px;
  }
}
.l-header__tel img {
  display: block;
  max-width: 100%;
  max-height: 43px;
}
@media screen and (max-width: 991px) {
  .l-header__tel {
    display: none;
  }
}
.l-header__hamburger {
  display: none;
  position: relative;
  width: 36px;
  height: 28px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1100;
}
@media screen and (max-width: 991px) {
  .l-header__hamburger {
    display: block;
  }
}
.l-header__hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #131313;
  transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease, background 0.3s ease;
}
.l-header__hamburger span:nth-child(1) {
  top: 4px;
}
.l-header__hamburger span:nth-child(2) {
  top: 13px;
}
.l-header__hamburger span:nth-child(3) {
  top: 22px;
}
.l-header__hamburger.is-open span {
  background: #131313;
}
.l-header__hamburger.is-open span:nth-child(1) {
  top: 13px;
  transform: rotate(45deg);
}
.l-header__hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.l-header__hamburger.is-open span:nth-child(3) {
  top: 13px;
  transform: rotate(-45deg);
}
.l-header__nav {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-header__nav-list > li {
  position: relative;
}
.l-header__nav-list > li > a {
  position: relative;
  display: block;
  color: #131313;
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s ease;
}
@media print, screen and (max-width: 1199px) {
  .l-header__nav-list > li > a {
    font-size: 1.6rem;
  }
}
html[lang=en] .l-header__nav-list > li > a {
  font-family: 游明朝, "Yu Mincho", YuMincho, serif;
}
html[lang=zh-CN] .l-header__nav-list > li > a {
  font-family: "Noto Serif SC", serif;
}
.l-header__nav-list > li:hover > a, .l-header__nav-list > li.is-active > a {
  color: #a00b24;
}
.l-header__nav-list .has-submenu > a::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #bc9d22;
  transform: translateY(-50%);
}
.l-header__submenu {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 280px;
  background: rgba(255, 255, 255, 0.95);
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.has-submenu:hover .l-header__submenu {
  opacity: 1;
  visibility: visible;
}
.l-header__submenu li {
  border-top: 1px solid #ababab;
}
.l-header__submenu li a {
  display: block;
  padding: 10px 32px 10px 24px;
  color: #131313;
  font-size: 1.5rem;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}
.l-header__submenu li a::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 1.5px solid #bc9d22;
  border-right: 1.5px solid #bc9d22;
  transform: translateY(-50%) rotate(45deg);
  transition: right 0.3s ease;
}
.l-header__submenu li a:hover {
  color: #a00b24;
}
.l-header__submenu li a:hover::after {
  right: 10px;
}
.l-header.is-scrolled .l-header__top,
.l-header.is-scrolled .l-header__main {
  max-height: 0;
  opacity: 0;
}
.l-header.is-scrolled .l-header__lang-wrap {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 991px) {
  .l-header.is-scrolled .l-header__main {
    max-height: 200px;
    opacity: 1;
  }
}
.l-header__drawer {
  display: none;
}
@media screen and (max-width: 991px) {
  .l-header__drawer {
    display: block;
    position: fixed;
    top: var(--header-h, 70px);
    left: 0;
    width: 100%;
    height: calc(100vh - var(--header-h, 70px));
    background: rgba(255, 255, 255, 0.98);
    padding: 24px 24px 40px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 1050;
  }
  .l-header__drawer.is-open {
    opacity: 1;
    visibility: visible;
  }
}
.l-header__drawer-list {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
}
.l-header__drawer-list > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.l-header__drawer-list > li > a,
.l-header__drawer-list > li > .l-header__drawer-item > a {
  display: block;
  padding: 16px 0;
  color: #131313;
  font-size: 1.8rem;
  text-decoration: none;
  transition: color 0.3s ease;
}
html[lang=en] .l-header__drawer-list > li > a,
html[lang=en] .l-header__drawer-list > li > .l-header__drawer-item > a {
  font-family: 游明朝, "Yu Mincho", YuMincho, serif;
}
html[lang=zh-CN] .l-header__drawer-list > li > a,
html[lang=zh-CN] .l-header__drawer-list > li > .l-header__drawer-item > a {
  font-family: "Noto Serif SC", serif;
}
.l-header__drawer-list > li > a:hover, .l-header__drawer-list > li > a.is-active,
.l-header__drawer-list > li > .l-header__drawer-item > a:hover,
.l-header__drawer-list > li > .l-header__drawer-item > a.is-active {
  color: #a00b24;
}
.l-header__drawer-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.l-header__drawer-item > a {
  flex: 1;
}
.l-header__drawer-toggle {
  position: relative;
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}
.l-header__drawer-toggle span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  background: #bc9d22;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.l-header__drawer-toggle span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.l-header__drawer-toggle[aria-expanded=true] span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(0);
  opacity: 0;
}
.l-header__drawer-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.l-header__drawer-submenu li a {
  display: block;
  padding: 12px 0 12px 20px;
  color: #131313;
  font-size: 1.5rem;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}
.l-header__drawer-submenu li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #bc9d22;
  border-right: 2px solid #bc9d22;
  transform: translateY(-50%) rotate(45deg);
}
.l-header__drawer-submenu li a:hover {
  color: #bc9d22;
}
.l-header__drawer-tel {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
  text-align: center;
  cursor: pointer;
}
.l-header__drawer-tel img {
  display: block;
  max-width: 280px;
  height: auto;
}
.l-header__drawer-lang {
  display: flex;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-header__drawer-lang li a {
  display: block;
  padding: 4px 24px;
  color: #131313;
  border: 1px solid #131313;
  text-decoration: none;
  font-size: 1.3rem;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 991px) {
  .l-header__drawer-lang li a {
    min-width: 80px;
    text-align: center;
  }
}
.l-header__drawer-lang li a.is-active {
  background: #131313;
  color: #fff;
}
.l-header__drawer-lang li a:hover {
  background: #a00b24;
  border-color: #a00b24;
  color: #fff;
  transform: translateY(-2px);
}

/* =========================================================
   p-mv (メインビジュアル)
   ========================================================= */
.p-mv {
  position: relative;
  margin-top: var(--header-h-initial, 240px);
  width: 100%;
  height: calc(100vh - var(--header-h-initial, 240px));
  height: calc(100svh - var(--header-h-initial, 240px));
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .p-mv {
    height: 60vh;
    height: 60svh;
  }
}
@media screen and (max-width: 575px) {
  .p-mv {
    height: 90vh;
    height: 90svh;
  }
}
.p-mv__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* =========================================================
   p-houseboats（#houseboats セクション）
   ========================================================= */
.p-houseboats {
  position: relative;
  padding: 120px 0 180px;
  overflow: visible;
}
@media screen and (max-width: 991px) {
  .p-houseboats {
    padding: 120px 0;
  }
}
.p-houseboats::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 7.75vw;
  width: 340px;
  max-width: 340px;
  aspect-ratio: 1/1;
  background: url("../images/common/b_hanabi.png") no-repeat center/contain;
  z-index: 1;
  pointer-events: none;
}
@media print, screen and (max-width: 1399px) {
  .p-houseboats::before {
    left: 1vw;
  }
}
@media print, screen and (max-width: 1199px) {
  .p-houseboats::before {
    max-width: clamp(240px, 28.3vw, 340px);
  }
}
@media screen and (max-width: 991px) {
  .p-houseboats::before {
    width: 200px;
    max-width: 200px;
  }
}
@media screen and (max-width: 575px) {
  .p-houseboats::before {
    width: clamp(160px, 27.82vw, 200px);
    max-width: clamp(160px, 27.82vw, 200px);
  }
}
.p-houseboats__inner {
  display: flex;
  align-items: flex-start;
  gap: 90px;
}
@media print, screen and (max-width: 1199px) {
  .p-houseboats__inner {
    gap: 60px;
  }
}
@media screen and (max-width: 991px) {
  .p-houseboats__inner {
    flex-direction: column-reverse;
    align-items: center;
    gap: 40px;
  }
}
.p-houseboats__img-block {
  position: relative;
  flex-shrink: 0;
  z-index: 0;
}
.p-houseboats__img-block::before {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -210px;
  width: 1280px;
  max-width: 1280px;
  aspect-ratio: 1280/320;
  background: url("../images/common/gold-frame.svg") no-repeat left bottom/contain;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .p-houseboats__img-block::before {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px;
  }
}
.p-houseboats__img-block::after {
  content: "";
  position: absolute;
  right: -45px;
  bottom: -120px;
  width: 380px;
  max-width: 380px;
  aspect-ratio: 380/220;
  background: url("../images/common/yakatabune.png") no-repeat center/contain;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .p-houseboats__img-block::after {
    bottom: -80px;
    right: -10px;
    width: 280px;
  }
}
.p-houseboats__main-img {
  display: block;
  width: 100%;
  max-width: 510px;
  height: auto;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .p-houseboats__main-img {
    max-width: 100%;
  }
}
.p-houseboats__text-block {
  position: relative;
  z-index: 2;
  flex: 1;
  min-width: 0;
}
.p-houseboats__ttl {
  display: block;
  width: 100%;
  max-width: 370px;
  height: auto;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .p-houseboats__ttl {
    max-width: 280px;
    margin: 0 auto 20px;
  }
}
html[lang=zh-CN] .p-houseboats__ttl {
  max-width: 160px;
}
@media screen and (max-width: 991px) {
  html[lang=zh-CN] .p-houseboats__ttl {
    max-width: 140px;
  }
}
.p-houseboats__txt {
  font-size: 1.5rem;
  line-height: 1.8;
  margin: 0;
}
html[lang=en] .p-houseboats__txt {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
html[lang=zh-CN] .p-houseboats__txt {
  font-family: "Noto Sans SC", sans-serif;
}
@media screen and (max-width: 991px) {
  .p-houseboats__txt {
    font-size: 1.4rem;
    text-align: justify;
  }
}

/* =========================================================
   p-sns（SNS セクション）
   ========================================================= */
.p-sns {
  padding: 80px 0;
  background: url("../images/common/red_repeat.jpg") repeat center center;
}
.p-sns__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .p-sns__inner {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-sns__inner {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.p-sns__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-sns__col {
    width: 100%;
    gap: 20px;
  }
}
.p-sns__embed-wrap {
  width: 500px;
  aspect-ratio: 500/313;
  overflow: hidden;
}
@media print, screen and (max-width: 1199px) {
  .p-sns__embed-wrap {
    width: min(500px, 50vw - 30px);
  }
}
@media screen and (max-width: 767px) {
  .p-sns__embed-wrap {
    width: 100%;
    aspect-ratio: 4/3;
  }
}
.p-sns__embed-wrap iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
  border: none;
}
.p-sns__btn-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.p-sns__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-width: 220px;
  padding: 14px 32px;
  color: #fff;
  background: #a00b24;
  border: 1px solid #fff;
  font-size: 1.5rem;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-sns__btn {
    padding: 8px 32px;
  }
}
html[lang=en] .p-sns__btn {
  font-family: 游明朝, "Yu Mincho", YuMincho, serif;
}
html[lang=zh-CN] .p-sns__btn {
  font-family: "Noto Serif SC", serif;
}
.p-sns__btn-icon {
  display: block;
  width: 15px;
  height: auto;
  flex-shrink: 0;
}
.p-sns__btn:hover {
  background: #fff;
  color: #a00b24;
}
.p-sns__btn:hover .p-sns__btn-icon {
  filter: brightness(0) saturate(100%) invert(9%) sepia(79%) saturate(3500%) hue-rotate(333deg) brightness(80%);
}

/* =========================================================
   p-about（#about セクション）
   ========================================================= */
.p-about {
  position: relative;
  padding: 90px 0;
  overflow: visible;
}
.p-about::after {
  content: "";
  position: absolute;
  top: 90px;
  right: 0;
  width: clamp(400px, 34.25vw, 685px);
  max-width: 685px;
  height: 100%;
  background: url("../images/common/about_us.svg") no-repeat right top/contain;
  pointer-events: none;
  z-index: -1;
}
@media print, screen and (max-width: 1399px) {
  .p-about::after {
    top: 520px;
  }
}
@media screen and (max-width: 991px) {
  .p-about::after {
    top: 890px;
    width: clamp(190px, 28.25vw, 280px);
  }
}
@media screen and (max-width: 767px) {
  .p-about::after {
    top: 800px;
  }
}
@media screen and (max-width: 575px) {
  .p-about::after {
    top: 780px;
    width: clamp(160px, 34.78vw, 200px);
  }
}
@media print, screen and (max-width: 490px) {
  .p-about::after {
    top: 800px;
  }
  html[lang=zh-CN] .p-about::after {
    top: 710px;
  }
}
.p-about__inner {
  display: flex;
  align-items: flex-end;
  gap: 90px;
  width: 100%;
  padding: 0;
}
@media print, screen and (max-width: 1399px) {
  .p-about__inner {
    align-items: center;
  }
}
@media print, screen and (max-width: 1199px) {
  .p-about__inner {
    gap: 60px;
  }
}
@media screen and (max-width: 991px) {
  .p-about__inner {
    flex-direction: column-reverse;
    align-items: center;
    gap: 40px;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    max-width: 540px;
  }
}
@media screen and (max-width: 575px) {
  .p-about__inner {
    max-width: 100%;
    gap: 30px;
    padding: 0 15px;
  }
}
.p-about__img-block {
  flex-shrink: 0;
  width: 55%;
  max-width: 945px;
  z-index: 1;
}
@media print, screen and (max-width: 1199px) {
  .p-about__img-block {
    width: 52%;
  }
}
@media screen and (max-width: 991px) {
  .p-about__img-block {
    width: 100%;
  }
}
.p-about__img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.p-about__text-block {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
  padding-right: 60px;
}
@media print, screen and (max-width: 1199px) {
  .p-about__text-block {
    padding-right: 40px;
  }
}
@media screen and (max-width: 991px) {
  .p-about__text-block {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-about__text-block {
    width: 100%;
  }
}
.p-about__ttl {
  display: block;
  width: 100%;
  max-width: 676px;
  height: auto;
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .p-about__ttl {
    max-width: 480px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__ttl {
    max-width: 400px;
  }
}
@media screen and (max-width: 575px) {
  .p-about__ttl {
    max-width: 320px;
  }
}
html[lang=zh-CN] .p-about__ttl {
  max-width: 230px;
}
@media screen and (max-width: 991px) {
  html[lang=zh-CN] .p-about__ttl {
    max-width: 160px;
  }
}
.p-about__txt {
  font-size: 1.8rem;
  line-height: 1.8;
  max-width: 510px;
  margin: 0;
}
html[lang=en] .p-about__txt {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
html[lang=zh-CN] .p-about__txt {
  font-family: "Noto Sans SC", sans-serif;
}
@media screen and (max-width: 991px) {
  .p-about__txt {
    font-size: 1.5rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-about__txt {
    text-align: justify;
  }
}

/* =========================================================
   p-route（#route セクション）
   ========================================================= */
.p-route {
  padding: 90px 0;
}
@media screen and (max-width: 575px) {
  .p-route {
    padding: 90px 0 45px;
  }
}
.p-route__ttl {
  display: block;
  width: 100%;
  max-width: 268px;
  height: auto;
  margin: 0 auto 32px;
}
@media screen and (max-width: 991px) {
  .p-route__ttl {
    max-width: 200px;
    margin-bottom: 24px;
  }
}
html[lang=zh-CN] .p-route__ttl {
  max-width: 150px;
}
@media screen and (max-width: 991px) {
  html[lang=zh-CN] .p-route__ttl {
    max-width: 130px;
  }
}
.p-route__txt {
  max-width: 770px;
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: center;
  margin: 0 auto 60px;
}
html[lang=en] .p-route__txt {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
html[lang=zh-CN] .p-route__txt {
  font-family: "Noto Sans SC", sans-serif;
}
@media screen and (max-width: 991px) {
  .p-route__txt {
    max-width: 100%;
    font-size: 1.4rem;
    margin-bottom: 40px;
    text-align: left;
  }
  .p-route__txt br {
    display: none;
  }
}
.p-route__grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .p-route__grid {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-route__grid {
    gap: 16px;
  }
}
.p-route__item {
  flex: 1 1 0;
  max-width: 270px;
  min-width: 0;
}
@media screen and (max-width: 991px) {
  .p-route__item {
    flex: 1 1 calc(50% - 15px);
    max-width: none;
  }
}
@media screen and (max-width: 575px) {
  .p-route__item {
    flex: 1 1 100%;
  }
}
.p-route__img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.p-route__caption {
  background: #131313;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 6px 12px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .p-route__caption {
    font-size: 1.6rem;
  }
}
html[lang=en] .p-route__caption {
  font-family: 游明朝, "Yu Mincho", YuMincho, serif;
}
html[lang=zh-CN] .p-route__caption {
  font-family: "Noto Serif SC", serif;
}

/* =========================================================
   p-course（#course セクション）
   ========================================================= */
.p-course {
  padding: 90px 0;
}
@media screen and (max-width: 575px) {
  .p-course {
    padding: 45px 0 90px;
  }
}
.p-course__heading {
  font-size: 2.6rem;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 30px;
  font-weight: bold;
}
html[lang=en] .p-course__heading {
  font-family: 游明朝, "Yu Mincho", YuMincho, serif;
}
html[lang=zh-CN] .p-course__heading {
  font-family: "Noto Serif SC", serif;
}
@media screen and (max-width: 991px) {
  .p-course__heading {
    font-size: 2.4rem;
    margin-bottom: 28px;
  }
}
.p-course__body {
  max-width: 770px;
  margin: 0 auto;
}
.p-course__img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}
.p-course__course-ttl, .p-course__course-label, .p-course__course-txt {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
html[lang=zh-CN] .p-course__course-ttl, html[lang=zh-CN] .p-course__course-label, html[lang=zh-CN] .p-course__course-txt {
  font-family: "Noto Sans SC", sans-serif;
}
.p-course__course-ttl {
  font-size: 1.5rem;
  margin: 0 0 16px;
}
.p-course__course-label {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 6px;
}
.p-course__course-txt {
  font-size: 1.5rem;
  line-height: 1.8;
  margin: 0 0 20px;
}
.p-course__course-txt:last-child {
  margin-bottom: 0;
}

/* =========================================================
   p-plan（#plan セクション）
   ========================================================= */
.p-plan {
  padding: 90px 0;
}
.p-plan__ttl {
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 0 auto 40px;
}
@media screen and (max-width: 991px) {
  .p-plan__ttl {
    max-width: 300px;
  }
}
html[lang=zh-CN] .p-plan__ttl {
  max-width: 182px;
}
@media screen and (max-width: 991px) {
  html[lang=zh-CN] .p-plan__ttl {
    max-width: 162px;
  }
}
.p-plan__tabs {
  display: none;
}
@media screen and (max-width: 991px) {
  .p-plan__tabs {
    display: flex;
    gap: 0;
    margin-bottom: 32px;
    border-bottom: 3px solid #e0e0e0;
  }
}
.p-plan__tab {
  flex: 1;
  padding: 8px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  border: none;
  background: #f5f5f5;
  color: #999;
  cursor: pointer;
  position: relative;
  bottom: -1px;
  border-bottom: 1px solid transparent;
  transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}
html[lang=en] .p-plan__tab {
  font-family: 游明朝, "Yu Mincho", YuMincho, serif;
}
html[lang=zh-CN] .p-plan__tab {
  font-family: "Noto Serif SC", serif;
}
.p-plan__tab:first-child {
  border-right: 1px solid #ddd;
}
.p-plan__tab.is-active[data-tab-target=day] {
  background: #fffbe8;
  border-bottom-color: #bc9d22;
  color: #8a6f00;
}
.p-plan__tab.is-active[data-tab-target=night] {
  background: #eaebf8;
  border-bottom-color: #191f87;
  color: #191f87;
}
.p-plan__tab:hover:not(.is-active) {
  background: #efefef;
  color: #131313;
}
.p-plan__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 60px 30px;
  margin-bottom: 60px;
  align-items: start;
}
@media screen and (max-width: 991px) {
  .p-plan__grid {
    grid-template-columns: 1fr;
    gap: 40px 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .p-plan__grid[data-active-tab=day] [data-tab=night] {
    display: none;
  }
  .p-plan__grid[data-active-tab=night] [data-tab=day] {
    display: none;
  }
  .p-plan__grid[data-active-tab=night] .p-plan__col-header--night {
    grid-row: 1;
  }
  .p-plan__grid[data-active-tab=night] .p-plan__block--night-meet {
    grid-row: 2;
  }
  .p-plan__grid[data-active-tab=night] .p-plan__block--night-cost {
    grid-row: 3;
  }
  .p-plan__grid[data-active-tab=night] .p-plan__block--night-min {
    grid-row: 4;
  }
  .p-plan__grid[data-active-tab=night] .p-plan__block--night-pay {
    grid-row: 5;
  }
}
.p-plan__col-header {
  margin-bottom: -20px;
}
@media screen and (max-width: 991px) {
  .p-plan__col-header {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .p-plan__col-header--day {
    grid-row: 1;
  }
  .p-plan__block--day-meet {
    grid-row: 2;
  }
  .p-plan__block--day-cost {
    grid-row: 3;
  }
  .p-plan__block--day-min {
    grid-row: 4;
  }
  .p-plan__block--day-pay {
    grid-row: 5;
  }
  .p-plan__col-header--night {
    grid-row: 6;
  }
  .p-plan__block--night-meet {
    grid-row: 7;
  }
  .p-plan__block--night-cost {
    grid-row: 8;
  }
  .p-plan__block--night-min {
    grid-row: 9;
  }
  .p-plan__block--night-pay {
    grid-row: 10;
  }
}
.p-plan__col-header {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  padding: 4px 16px;
  color: #131313;
}
@media screen and (max-width: 575px) {
  .p-plan__col-header {
    font-size: 2.2rem;
  }
}
html[lang=en] .p-plan__col-header {
  font-family: 游明朝, "Yu Mincho", YuMincho, serif;
}
html[lang=zh-CN] .p-plan__col-header {
  font-family: "Noto Serif SC", serif;
}
.p-plan__col-header--day {
  background: #feeba8;
}
.p-plan__col-header--night {
  background: #191f87;
  color: #fff;
}
.p-plan__block-ttl {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 8px;
  padding-left: 14px;
  border-left: 4px solid;
}
html[lang=en] .p-plan__block-ttl {
  font-family: 游明朝, "Yu Mincho", YuMincho, serif;
}
html[lang=zh-CN] .p-plan__block-ttl {
  font-family: "Noto Serif SC", serif;
}
@media screen and (max-width: 991px) {
  .p-plan__block-ttl {
    font-size: 2.2rem;
  }
}
.p-plan__block-ttl--day {
  border-color: #bc9d22;
  color: #131313;
}
.p-plan__block-ttl--night {
  border-color: #191f87;
  color: #131313;
}
.p-plan__desc {
  font-size: 1.5rem;
  line-height: 1.7;
  margin: 0 0 4px;
  color: #131313;
}
html[lang=en] .p-plan__desc {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
html[lang=zh-CN] .p-plan__desc {
  font-family: "Noto Sans SC", sans-serif;
}
.p-plan__desc--sm {
  font-size: 1.2rem;
}
.p-plan__desc--tax {
  text-decoration: underline;
  color: #e80000;
}
.p-plan__table-wrap {
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 10px;
}
@media screen and (max-width: 575px) {
  .p-plan__table-wrap {
    max-width: calc(100vw - 30px);
    overflow-x: auto;
  }
}
.p-plan__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 575px) {
  .p-plan__table {
    min-width: 545px;
    width: auto;
  }
}
.p-plan__table th,
.p-plan__table td {
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 1.5rem;
  border: 1px solid #fff;
  max-width: 260px;
}
@media screen and (max-width: 991px) {
  .p-plan__table th,
  .p-plan__table td {
    max-width: 100%;
  }
}
html[lang=en] .p-plan__table th,
html[lang=en] .p-plan__table td {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
html[lang=zh-CN] .p-plan__table th,
html[lang=zh-CN] .p-plan__table td {
  font-family: "Noto Sans SC", sans-serif;
}
.p-plan__table th:first-child,
.p-plan__table td:first-child {
  text-align: left;
}
.p-plan__table--cost thead th:first-child,
.p-plan__table--cost tbody td:first-child {
  text-align: center;
}
.p-plan__table--cost thead th:last-child,
.p-plan__table--cost tbody td:last-child {
  width: 110px;
  white-space: nowrap;
  text-align: center;
}
.p-plan__table--day thead th {
  background: #c78b18;
  font-weight: bold;
}
.p-plan__table--day tbody td {
  background: #d4a549;
}
.p-plan__table--night thead th {
  background: #3a3fa7;
  font-weight: bold;
}
.p-plan__table--night tbody td {
  background: #7f83cc;
}
.p-plan__table--payment {
  margin-top: 10px;
  min-width: 0;
}
.p-plan__table--payment td {
  text-align: left;
  width: 50%;
  vertical-align: top;
  padding: 30px 25px;
}
.p-plan__table--cost thead th:last-child,
.p-plan__table--cost tbody td:last-child {
  width: 110px;
  white-space: nowrap;
  text-align: center;
}
.p-plan__tax {
  font-size: 1.2rem;
}
.p-plan__view-btn {
  display: inline-block;
  padding: 4px 10px;
  font-size: 1.3rem;
  text-decoration: none;
  color: #fff;
  background: #a00b24;
  transition: background 0.3s ease, color 0.3s ease;
  position: relative;
  padding-right: 24px;
}
html[lang=en] .p-plan__view-btn {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
.p-plan__view-btn::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 55%;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #fff;
  transform: translateY(-50%);
}
.p-plan__view-btn:hover {
  background: #fff;
  color: #a00b24;
}
.p-plan__view-btn:hover::after {
  border-top-color: #a00b24;
}
.p-plan__pay-ttl {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 4px;
  color: #fff;
}
html[lang=en] .p-plan__pay-ttl {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
html[lang=zh-CN] .p-plan__pay-ttl {
  font-family: "Noto Sans SC", sans-serif;
}
.p-plan__pay-txt {
  font-size: 1.5rem;
  margin: 0;
  line-height: 1.6;
  color: #fff;
}
html[lang=en] .p-plan__pay-txt {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
html[lang=zh-CN] .p-plan__pay-txt {
  font-family: "Noto Sans SC", sans-serif;
}
.p-plan__mail {
  display: block;
  background: #333333;
  padding: 40px 20px;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease, opacity 0.6s ease, transform 0.6s ease;
}
.p-plan__mail:hover {
  background: #555555;
}
.p-plan__mail-ttl {
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  margin: 0 0 12px;
}
html[lang=en] .p-plan__mail-ttl {
  font-family: 游明朝, "Yu Mincho", YuMincho, serif;
}
html[lang=zh-CN] .p-plan__mail-ttl {
  font-family: "Noto Serif SC", serif;
}
@media screen and (max-width: 991px) {
  .p-plan__mail-ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .p-plan__mail-ttl {
    font-size: 1.8rem;
  }
}
.p-plan__mail-addr {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}
html[lang=en] .p-plan__mail-addr {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
html[lang=zh-CN] .p-plan__mail-addr {
  font-family: "Noto Sans SC", sans-serif;
}

.scroll-hint-text {
  font-size: 1.2rem;
}

/* =========================================================
   p-cuisine（#cuisine セクション）
   ========================================================= */
.p-cuisine {
  padding: 90px 0;
  background: url("../images/common/beige_bg.jpg") repeat left center;
}
.p-cuisine__ttl {
  display: block;
  width: 100%;
  max-width: 900px;
  height: auto;
  margin: 0 auto 40px;
}
@media screen and (max-width: 991px) {
  .p-cuisine__ttl {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
html[lang=zh-CN] .p-cuisine__ttl {
  max-width: 473px;
}
@media screen and (max-width: 991px) {
  html[lang=zh-CN] .p-cuisine__ttl {
    max-width: 400px;
  }
}
@media screen and (max-width: 575px) {
  html[lang=zh-CN] .p-cuisine__ttl {
    max-width: 350px;
  }
}
.p-cuisine__nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 60px;
  align-items: stretch;
}
.p-cuisine__nav a:nth-child(5) {
  grid-column: 1/2;
  grid-row: 2;
}
.p-cuisine__nav a:nth-child(6) {
  grid-column: 2/3;
  grid-row: 2;
}
.p-cuisine__nav a:nth-child(7) {
  grid-column: 3/4;
  grid-row: 2;
}
@media screen and (max-width: 991px) {
  .p-cuisine__nav {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-cuisine__nav a:nth-child(5),
  .p-cuisine__nav a:nth-child(6),
  .p-cuisine__nav a:nth-child(7) {
    grid-column: auto;
    grid-row: auto;
  }
}
@media screen and (max-width: 575px) {
  .p-cuisine__nav {
    grid-template-columns: 1fr;
  }
}
.p-cuisine__nav-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px 10px;
  text-decoration: none;
  border: 1px solid #a00b24;
  background: #fff;
  height: 100%;
  transition: background 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 575px) {
  .p-cuisine__nav-btn {
    padding: 10px;
  }
}
.p-cuisine__nav-btn .p-cuisine__nav-name,
.p-cuisine__nav-btn .p-cuisine__nav-price,
.p-cuisine__nav-btn .p-cuisine__nav-person,
.p-cuisine__nav-btn .p-cuisine__nav-sub {
  color: #a00b24;
}
.p-cuisine__nav-btn:hover {
  background: #a00b24;
}
.p-cuisine__nav-btn:hover .p-cuisine__nav-name,
.p-cuisine__nav-btn:hover .p-cuisine__nav-price,
.p-cuisine__nav-btn:hover .p-cuisine__nav-person,
.p-cuisine__nav-btn:hover .p-cuisine__nav-sub {
  color: #fff;
}
.p-cuisine__nav-name {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}
html[lang=en] .p-cuisine__nav-name {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
html[lang=zh-CN] .p-cuisine__nav-name {
  font-family: "Noto Sans SC", sans-serif;
}
@media print, screen and (max-width: 1199px) {
  .p-cuisine__nav-name {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .p-cuisine__nav-name {
    font-size: 1.6rem;
  }
}
.p-cuisine__nav-price {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 2px;
}
html[lang=en] .p-cuisine__nav-price {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
html[lang=zh-CN] .p-cuisine__nav-price {
  font-family: "Noto Sans SC", sans-serif;
}
.p-cuisine__nav-person {
  font-size: 1.2rem;
  line-height: 1.4;
}
html[lang=en] .p-cuisine__nav-person {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
html[lang=zh-CN] .p-cuisine__nav-person {
  font-family: "Noto Sans SC", sans-serif;
}
.p-cuisine__nav-sub {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 2px;
}
html[lang=en] .p-cuisine__nav-sub {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
@media print, screen and (max-width: 1199px) {
  .p-cuisine__nav-sub {
    font-size: 1.5rem;
  }
}
.p-cuisine__card {
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  padding: 40px;
}
@media screen and (max-width: 991px) {
  .p-cuisine__card {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 575px) {
  .p-cuisine__card {
    padding: 20px 15px;
  }
}
.p-cuisine__card-inner {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
@media screen and (max-width: 991px) {
  .p-cuisine__card-inner {
    flex-direction: column;
    gap: 30px;
  }
}
.p-cuisine__img-block {
  flex-shrink: 0;
  width: 400px;
  max-width: 400px;
}
@media print, screen and (max-width: 1199px) {
  .p-cuisine__img-block {
    width: 340px;
  }
}
@media screen and (max-width: 991px) {
  .p-cuisine__img-block {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}
.p-cuisine__img {
  display: block;
  width: 100%;
  max-width: 400px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .p-cuisine__img {
    max-width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
}
.p-cuisine__img-note {
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 12px 0 0;
  padding-left: 1.5em;
  position: relative;
  max-width: 400px;
}
html[lang=en] .p-cuisine__img-note {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
html[lang=zh-CN] .p-cuisine__img-note {
  font-family: "Noto Sans SC", sans-serif;
}
.p-cuisine__img-note::before {
  content: "＊";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.6;
}
.p-cuisine__text-block {
  flex: 1;
  min-width: 0;
}
.p-cuisine__name-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #bdbdbd;
}
@media screen and (max-width: 575px) {
  .p-cuisine__name-price {
    gap: 8px;
  }
}
.p-cuisine__course-name {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
}
html[lang=en] .p-cuisine__course-name {
  font-family: 游明朝, "Yu Mincho", YuMincho, serif;
}
html[lang=zh-CN] .p-cuisine__course-name {
  font-family: "Noto Serif SC", serif;
}
@media screen and (max-width: 991px) {
  .p-cuisine__course-name {
    font-size: 2.2rem;
  }
}
.p-cuisine__course-name .name_ad {
  display: none;
}
@media screen and (max-width: 450px) {
  .p-cuisine__course-name .name_ad {
    display: block;
  }
}
.p-cuisine__price-wrap {
  text-align: right;
  flex-shrink: 0;
}
.p-cuisine__price-num {
  font-size: 2.6rem;
  font-weight: bold;
  color: #a00b24;
  line-height: 1;
}
html[lang=en] .p-cuisine__price-num {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
html[lang=zh-CN] .p-cuisine__price-num {
  font-family: "Noto Sans SC", sans-serif;
}
.p-cuisine__price-jpy {
  font-size: 1.5rem;
  color: #a00b24;
  font-weight: normal;
}
html[lang=en] .p-cuisine__price-jpy {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
html[lang=zh-CN] .p-cuisine__price-jpy {
  font-family: "Noto Sans SC", sans-serif;
}
.p-cuisine__price-sub {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 2px;
}
.p-cuisine__price-tax, .p-cuisine__price-person {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}
html[lang=en] .p-cuisine__price-tax, html[lang=en] .p-cuisine__price-person {
  font-family: 游明朝, "Yu Mincho", YuMincho, serif;
}
html[lang=zh-CN] .p-cuisine__price-tax, html[lang=zh-CN] .p-cuisine__price-person {
  font-family: "Noto Serif SC", serif;
}
.p-cuisine__catch-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}
.p-cuisine__catch {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: bold;
  margin: 0;
  flex: 1;
}
html[lang=en] .p-cuisine__catch {
  font-family: 游明朝, "Yu Mincho", YuMincho, serif;
}
html[lang=zh-CN] .p-cuisine__catch {
  font-family: "Noto Serif SC", serif;
}
.p-cuisine__duration {
  flex-shrink: 0;
  font-size: 1.2rem;
  border: 1px solid #131313;
  padding: 2px 12px;
  line-height: 1.6;
  white-space: nowrap;
}
html[lang=en] .p-cuisine__duration {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
.p-cuisine__menu-box {
  background: #f3f3f3;
  padding: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .p-cuisine__menu-box {
    padding: 10px;
  }
}
.p-cuisine__menu-box--white {
  background: #fff;
}
.p-cuisine__menu-label {
  display: inline-block;
  font-size: 1.2rem;
  background: #131313;
  color: #fff;
  padding: 2px 10px;
  margin-bottom: 10px;
}
html[lang=en] .p-cuisine__menu-label {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
.p-cuisine__menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 0;
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  gap: 10px;
}
.p-cuisine__menu-list li {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.6;
  padding-left: 16px;
  white-space: normal;
}
html[lang=en] .p-cuisine__menu-list li {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
html[lang=zh-CN] .p-cuisine__menu-list li {
  font-family: "Noto Sans SC", sans-serif;
}
.p-cuisine__menu-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #bc9d22;
  line-height: 1.6;
}
.p-cuisine__drink-link {
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  color: #bc9d22;
  text-decoration: none;
  border-bottom: 1px solid #bc9d22;
  text-decoration-color: #bc9d22;
  padding-right: 18px;
  transition: color 0.3s ease;
}
html[lang=en] .p-cuisine__drink-link {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
.p-cuisine__drink-link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid #bc9d22;
  border-right: 1.5px solid #bc9d22;
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.3s ease;
}
.p-cuisine__drink-link:hover {
  color: rgb(123.2162162162, 102.8986486486, 22.2837837838);
  border-bottom-color: rgb(123.2162162162, 102.8986486486, 22.2837837838);
}
.p-cuisine__drink-link:hover::after {
  border-color: rgb(123.2162162162, 102.8986486486, 22.2837837838);
}
.p-cuisine__allergy {
  font-size: 1.2rem;
  line-height: 1.8;
  margin: 0 0 20px;
}
html[lang=en] .p-cuisine__allergy {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
html[lang=zh-CN] .p-cuisine__allergy {
  font-family: "Noto Sans SC", sans-serif;
}
.p-cuisine__btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.p-cuisine__opt-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 6px 36px 6px 30px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  background: #a00b24;
  border: 1px solid #a00b24;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}
html[lang=en] .p-cuisine__opt-btn {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
html[lang=zh-CN] .p-cuisine__opt-btn {
  font-family: "Noto Sans SC", sans-serif;
}
.p-cuisine__opt-btn::before {
  content: "+";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}
.p-cuisine__opt-btn::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #fff;
  transform: translateY(-50%);
}
.p-cuisine__opt-btn:hover {
  background: #fff;
  color: #a00b24;
}
.p-cuisine__opt-btn:hover::after {
  border-top-color: #a00b24;
}
.p-cuisine__divider {
  max-width: 770px;
  height: 1px;
  background: #bc9d22;
  margin: 60px auto;
}
.p-cuisine__sub-section {
  margin-bottom: 60px;
}
.p-cuisine__sub-section:last-child {
  margin-bottom: 0;
}
.p-cuisine__sub-ttl {
  font-size: 2.6rem;
  font-weight: bold;
  margin: 0 0 16px;
  border-bottom: 1px solid #bdbdbd;
}
html[lang=en] .p-cuisine__sub-ttl {
  font-family: 游明朝, "Yu Mincho", YuMincho, serif;
}
html[lang=zh-CN] .p-cuisine__sub-ttl {
  font-family: "Noto Serif SC", serif;
}
@media screen and (max-width: 991px) {
  .p-cuisine__sub-ttl {
    font-size: 2.2rem;
  }
}
.p-cuisine__drink-badge-row {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12px;
}
.p-cuisine__sub-inner {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
@media screen and (max-width: 991px) {
  .p-cuisine__sub-inner {
    flex-direction: column;
    gap: 30px;
  }
}
.p-cuisine__applicable {
  font-size: 1.2rem;
  margin: 0 0 12px;
}
html[lang=en] .p-cuisine__applicable {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
html[lang=zh-CN] .p-cuisine__applicable {
  font-family: "Noto Sans SC", sans-serif;
}
.p-cuisine__sub-catch {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 0 16px;
}
html[lang=en] .p-cuisine__sub-catch {
  font-family: 游明朝, "Yu Mincho", YuMincho, serif;
}
html[lang=zh-CN] .p-cuisine__sub-catch {
  font-family: "Noto Serif SC", serif;
}
.p-cuisine__option-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 32px;
}
@media print, screen and (max-width: 1199px) {
  .p-cuisine__option-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .p-cuisine__option-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media screen and (max-width: 575px) {
  .p-cuisine__option-grid {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
}
.p-cuisine__option-item {
  width: 100%;
  max-width: 100%;
}
.p-cuisine__option-img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  margin-bottom: 8px;
}
.p-cuisine__option-img--empty {
  background: #d9d9d9;
}
.p-cuisine__option-name {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 4px;
}
html[lang=en] .p-cuisine__option-name {
  font-family: 游明朝, "Yu Mincho", YuMincho, serif;
}
html[lang=zh-CN] .p-cuisine__option-name {
  font-family: "Noto Serif SC", serif;
}
.p-cuisine__option-sub {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 4px;
}
html[lang=en] .p-cuisine__option-sub {
  font-family: 游明朝, "Yu Mincho", YuMincho, serif;
}
html[lang=zh-CN] .p-cuisine__option-sub {
  font-family: "Noto Serif SC", serif;
}
.p-cuisine__option-price {
  font-size: 1.5rem;
  color: #7c7c7c;
  line-height: 1.5;
  margin: 0 0 4px;
}
html[lang=en] .p-cuisine__option-price {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
html[lang=zh-CN] .p-cuisine__option-price {
  font-family: "Noto Sans SC", sans-serif;
}
.p-cuisine__option-note {
  font-size: 1.5rem;
  color: #7c7c7c;
  line-height: 1.5;
  margin: 0;
}
html[lang=en] .p-cuisine__option-note {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}

/* =========================================================
   p-reservations（#reservations セクション）
   ========================================================= */
.p-reservations {
  padding: 90px 0;
}
.p-reservations__ttl {
  display: block;
  width: 100%;
  max-width: 487px;
  height: auto;
  margin: 0 auto 50px;
}
@media screen and (max-width: 991px) {
  .p-reservations__ttl {
    max-width: 360px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .p-reservations__ttl {
    max-width: 280px;
    margin-bottom: 32px;
  }
}
html[lang=zh-CN] .p-reservations__ttl {
  max-width: 304px;
}
@media screen and (max-width: 991px) {
  html[lang=zh-CN] .p-reservations__ttl {
    max-width: 230px;
  }
}
.p-reservations__steps {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 991px) {
  .p-reservations__steps {
    gap: 24px;
  }
}
@media screen and (max-width: 575px) {
  .p-reservations__steps {
    gap: 20px;
  }
}
.p-reservations__step {
  display: flex;
  align-items: center;
  background: #fef8eb;
  padding: 36px 48px;
}
@media screen and (max-width: 991px) {
  .p-reservations__step {
    padding: 28px 32px;
  }
}
@media screen and (max-width: 575px) {
  .p-reservations__step {
    padding: 20px;
  }
}
.p-reservations__step-num {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  min-width: 56px;
}
.p-reservations__step-label {
  font-size: 1.5rem;
  font-weight: normal;
  color: #131313;
  line-height: 1;
  letter-spacing: 0.05em;
}
html[lang=en] .p-reservations__step-label {
  font-family: 游明朝, "Yu Mincho", YuMincho, serif;
}
html[lang=zh-CN] .p-reservations__step-label {
  font-family: "Noto Serif SC", serif;
}
.p-reservations__step-digit {
  font-size: 4.8rem;
  font-weight: bold;
  color: #131313;
  line-height: 1.1;
}
@media screen and (max-width: 575px) {
  .p-reservations__step-digit {
    font-size: 4rem;
  }
}
html[lang=en] .p-reservations__step-digit {
  font-family: 游明朝, "Yu Mincho", YuMincho, serif;
}
html[lang=zh-CN] .p-reservations__step-digit {
  font-family: "Noto Serif SC", serif;
}
.p-reservations__step-divider {
  width: 2px;
  height: 80px;
  background: #bc9d22;
  margin: 0 40px;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .p-reservations__step-divider {
    margin: 0 28px;
  }
}
@media screen and (max-width: 575px) {
  .p-reservations__step-divider {
    margin: 0 16px;
    height: 60px;
  }
}
.p-reservations__step-txt {
  font-size: 1.5rem;
  line-height: 1.8;
  margin: 0;
  color: #131313;
  flex: 1;
}
html[lang=en] .p-reservations__step-txt {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
html[lang=zh-CN] .p-reservations__step-txt {
  font-family: "Noto Sans SC", sans-serif;
}
@media screen and (max-width: 575px) {
  .p-reservations__step-txt {
    font-size: 1.4rem;
  }
}
.p-reservations__arrow {
  height: 0;
  position: relative;
}
.p-reservations__arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 17px solid #a00b24;
}
.p-reservations__calendar {
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .p-reservations__calendar {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .p-reservations__calendar {
    margin-top: 32px;
  }
}
.p-reservations__calendar-nav {
  border-top: 1px solid #ddd;
  font-family: 游明朝, "Yu Mincho", YuMincho, serif;
  font-weight: 600;
  text-align: center;
}
.p-reservations__calendar-year {
  background: #f6f6f6;
  border-bottom: 1px solid #ddd;
  font-size: 2.2rem;
  padding: 4px 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .p-reservations__calendar-year {
    font-size: 1.8rem;
  }
}
.p-reservations__calendar-year-min {
  font-size: 75%;
  margin-left: 3px;
}
.p-reservations__calendar-month {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-bottom: 1px solid #ddd;
  font-size: 2rem;
}
@media screen and (max-width: 991px) {
  .p-reservations__calendar-month {
    font-size: 1.6rem;
  }
}
.p-reservations__calendar-month-min {
  font-size: 75%;
  margin-left: 2px;
}
.p-reservations__calendar-prev, .p-reservations__calendar-center, .p-reservations__calendar-next {
  display: table-cell;
  vertical-align: middle;
}
.p-reservations__calendar-prev > a,
.p-reservations__calendar-prev > span, .p-reservations__calendar-center > a,
.p-reservations__calendar-center > span, .p-reservations__calendar-next > a,
.p-reservations__calendar-next > span {
  display: block;
  padding: 4px 0;
}
.p-reservations__calendar-prev a, .p-reservations__calendar-center a, .p-reservations__calendar-next a {
  position: relative;
  text-decoration: none;
  color: #131313;
  transition: background 0.2s;
}
.p-reservations__calendar-prev a:hover, .p-reservations__calendar-center a:hover, .p-reservations__calendar-next a:hover {
  background: #f3f0e7;
  color: #131313;
}
.p-reservations__calendar-prev a::before, .p-reservations__calendar-center a::before, .p-reservations__calendar-next a::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.8rem;
  color: #bc9d22;
  line-height: 1;
}
.p-reservations__calendar-prev {
  text-align: left;
}
.p-reservations__calendar-prev a {
  padding-left: 30px;
}
.p-reservations__calendar-prev a::before {
  content: "‹";
  left: 10px;
}
.p-reservations__calendar-center {
  text-align: center;
}
.p-reservations__calendar-next {
  text-align: right;
}
.p-reservations__calendar-next a {
  padding-right: 30px;
}
.p-reservations__calendar-next a::before {
  content: "›";
  right: 10px;
}
.p-reservations__calendar-legend {
  margin: 10px 0;
  font-size: 1.4rem;
}
.p-reservations__calendar-bosyu {
  display: inline-block;
  border: 1px solid #131313;
  padding: 4px 10px;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.3;
  margin-right: 4px;
}
.p-reservations__calendar-table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  border-left: 1px solid #333;
  border-top: 1px solid #333;
  background: #fff;
  line-height: 1.3;
}
.p-reservations__calendar-table thead {
  display: table-row-group;
}
.p-reservations__calendar-table tbody {
  display: table-row-group;
}
.p-reservations__calendar-table tbody tr {
  display: table-row;
  border-bottom: 1px solid #333;
}
.p-reservations__calendar-table tbody td {
  display: table-cell;
  vertical-align: top;
  height: 100px;
  min-height: 100px;
  border-right: 1px solid #333;
}
@media screen and (max-width: 991px) {
  .p-reservations__calendar-table tbody td {
    height: auto;
    min-height: 0;
  }
}
.p-reservations__calendar-table tbody td.past {
  opacity: 0.35;
  pointer-events: none;
}
.p-reservations__calendar-table tbody td:hover {
  background: #fffdf1;
}
.p-reservations__calendar-table th,
.p-reservations__calendar-table td {
  border-right: 1px solid #333;
}
@media screen and (max-width: 991px) {
  .p-reservations__calendar-table {
    border-right: none;
  }
  .p-reservations__calendar-table thead {
    display: none;
  }
  .p-reservations__calendar-table tbody {
    display: block;
  }
  .p-reservations__calendar-table tbody tr {
    display: block;
    border-bottom: none;
  }
  .p-reservations__calendar-table tbody td {
    display: table;
    width: 100%;
    min-height: auto;
    border-right: none;
    border-bottom: 1px solid #333;
  }
  .p-reservations__calendar-table tbody td:hover {
    background: none;
  }
}
.p-reservations__calendar-th--sun {
  background: #a00b24 !important;
}
.p-reservations__calendar-th--sat {
  background: #2a2c8d !important;
}
.p-reservations .p-reservations__calendar-table thead th {
  background: #131313;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 5px 10px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
.p-reservations__cal-day, .p-reservations__cal-date, .p-reservations__cal-blocks {
  display: block;
  height: auto;
}
.p-reservations__cal-day {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .p-reservations__cal-day {
    display: table-cell !important;
    width: 30px;
    background: #131313;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.3rem;
    vertical-align: middle;
    height: 30px;
  }
  .p-reservations__cal-day.p-reservations__cal-day--sun {
    background: #a00b24;
  }
  .p-reservations__cal-day.p-reservations__cal-day--sat {
    background: #2a2c8d;
  }
}
.p-reservations__cal-date {
  display: inline-block;
  background: #131313;
  color: #fff;
  border: none;
  width: 36px;
  padding: 4px;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  font-size: 1.4rem;
}
.p-reservations__cal-date--sun {
  background: #a00b24;
}
.p-reservations__cal-date--sat {
  background: #2a2c8d;
}
@media screen and (max-width: 991px) {
  .p-reservations__cal-date {
    display: table-cell;
    background: #131313;
    color: #fff;
    border: none;
    width: 25px;
    padding: 4px;
    text-align: center;
    vertical-align: middle;
    height: 30px;
    border-right: 1px solid #ddd;
  }
  .p-reservations__cal-date.p-reservations__cal-date--sun {
    background: #a00b24;
  }
  .p-reservations__cal-date.p-reservations__cal-date--sat {
    background: #2a2c8d;
  }
}
.p-reservations__cal-blocks {
  padding: 0;
}
.p-reservations__cal-block {
  margin-top: 10px;
}
.p-reservations__cal-block:first-child {
  margin-top: 0;
}
.p-reservations__cal-time {
  background: #f3f3f3;
  padding: 3px 8px;
  font-weight: bold;
  font-size: 1.3rem;
}
.p-reservations__cal-status {
  max-width: 180px;
}
@media screen and (max-width: 991px) {
  .p-reservations__cal-status {
    max-width: 100%;
  }
}
.p-reservations__cal-status-btn {
  display: table;
  width: 100%;
  border: 1px solid #aaa;
  text-decoration: none;
  transition: opacity 0.2s;
}
.p-reservations__cal-status-btn:hover {
  opacity: 0.8;
}
.p-reservations__cal-status-btn--available {
  border-color: #44a53b;
}
.p-reservations__cal-status-btn--available .p-reservations__cal-status-ttl {
  color: #44a53b;
}
.p-reservations__cal-status-btn--available .p-reservations__cal-status-txt {
  background: #44a53b;
}
.p-reservations__cal-status-btn--recruiting {
  border-color: #3f64b8;
}
.p-reservations__cal-status-btn--recruiting .p-reservations__cal-status-ttl {
  color: #3f64b8;
}
.p-reservations__cal-status-btn--recruiting .p-reservations__cal-status-txt {
  background: #3f64b8;
}
.p-reservations__cal-status-btn--full {
  border-color: #c76f1f;
}
.p-reservations__cal-status-btn--full .p-reservations__cal-status-ttl {
  color: #c76f1f;
}
.p-reservations__cal-status-btn--full .p-reservations__cal-status-txt {
  background: #c76f1f;
}
.p-reservations__cal-status-btn--none {
  border-color: #999;
}
.p-reservations__cal-status-btn--none .p-reservations__cal-status-ttl {
  color: #999;
}
.p-reservations__cal-status-btn--none .p-reservations__cal-status-txt {
  background: #999;
}
.p-reservations__cal-status-ttl, .p-reservations__cal-status-txt {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  color: #aaa;
}
.p-reservations__cal-status-ttl {
  width: 40px;
  padding: 5px;
  text-align: center;
  background: #fff;
  font-size: 1.4rem;
}
.p-reservations__cal-status-txt {
  padding: 5px;
  color: #fff;
  background: #aaa;
  font-size: 1.2rem;
}
.p-reservations__cal-popup {
  display: none;
  background: #fff;
  padding: 0;
  width: 480px;
}
.p-reservations__cal-popup-head {
  border-bottom: 2px solid #131313;
  overflow: hidden;
  padding-bottom: 8px;
  margin-bottom: 12px;
}
.p-reservations__cal-popup-date-wrap {
  font-weight: bold;
  font-size: 2.2rem;
  float: left;
  padding-top: 4px;
}
.p-reservations__cal-popup-date, .p-reservations__cal-popup-time {
  display: inline-block;
  margin-right: 5px;
}
.p-reservations__cal-popup-status {
  float: right;
  font-size: 1.8rem;
}
.p-reservations__cal-popup-body {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  font-size: 1.4rem;
  line-height: 1.5;
}
.p-reservations__cal-popup-dl {
  margin: 0;
  overflow: hidden;
}
.p-reservations__cal-popup-dl dt {
  font-weight: 600;
  float: left;
  width: 6em;
}
.p-reservations__cal-popup-dl dd {
  float: left;
  width: 100%;
  margin-left: -6em;
  padding-left: 7em;
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 1.6rem;
}
.p-reservations__cal-popup-btns {
  display: flex;
  gap: 2%;
}
.p-reservations__cal-popup-btn {
  display: inline-block;
  width: 48%;
  text-align: center;
  padding: 14px 5px;
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: none;
  transition: opacity 0.2s;
}
.p-reservations__cal-popup-btn:hover {
  opacity: 0.8;
}
.p-reservations__cal-popup-btn--close {
  background: #999;
  color: #fff;
}
.p-reservations__cal-popup-btn--reserve {
  background: #bc9d22;
  color: #fff;
}

#lightcase-content .popup {
  display: block;
}

.row-btn {
  display: flex;
}

/* =========================================================
   p-access（#access セクション）
   ========================================================= */
.p-access {
  position: relative;
  padding: 90px 0 200px;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .p-access {
    padding: 90px 0 140px;
  }
}
.p-access__ttl {
  display: block;
  width: 100%;
  max-width: 177px;
  height: auto;
  margin: 0 auto 60px;
}
@media screen and (max-width: 991px) {
  .p-access__ttl {
    margin-bottom: 30px;
    max-width: 110px;
    margin-left: auto;
    margin-right: auto;
  }
}
html[lang=zh-CN] .p-access__ttl {
  max-width: 71px;
}
@media screen and (max-width: 991px) {
  html[lang=zh-CN] .p-access__ttl {
    max-width: 51px;
  }
}
.p-access__inner {
  display: flex;
  align-items: stretch;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .p-access__inner {
    flex-direction: column;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-access__inner {
    max-width: 540px;
  }
}
@media screen and (max-width: 575px) {
  .p-access__inner {
    max-width: 100%;
  }
}
.p-access__map-block {
  flex-shrink: 0;
  width: 55%;
  max-width: 945px;
  aspect-ratio: 4/3;
  background: #d9d9d9;
}
@media screen and (max-width: 991px) {
  .p-access__map-block {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 575px) {
  .p-access__map-block {
    aspect-ratio: 3/4;
  }
}
.p-access__map-block iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}
.p-access__text-block {
  flex: 1;
  min-width: 0;
  padding: 0 40px 120px 120px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}
.p-access__text-block::after {
  content: "";
  position: absolute;
  bottom: -120px;
  right: -60px;
  width: clamp(570px, 49vw, 960px);
  height: 100%;
  background: url("../images/common/access_tokyo.svg") no-repeat right bottom/contain;
  pointer-events: none;
  z-index: -1;
}
@media print, screen and (max-width: 1199px) {
  .p-access__text-block {
    padding-left: 80px;
    padding-right: 20px;
  }
  .p-access__text-block::after {
    width: clamp(420px, 46vw, 560px);
  }
}
@media screen and (max-width: 991px) {
  .p-access__text-block {
    padding: 40px 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .p-access__text-block {
    padding: 30px 0 0;
  }
  .p-access__text-block::after {
    width: clamp(320px, 80vw, 460px);
  }
}
.p-access__row {
  max-width: 510px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #bc9d22;
}
@media screen and (max-width: 991px) {
  .p-access__row {
    max-width: 100%;
  }
}
.p-access__label {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 6px;
}
html[lang=en] .p-access__label {
  font-family: 游明朝, "Yu Mincho", YuMincho, serif;
}
html[lang=zh-CN] .p-access__label {
  font-family: "Noto Serif SC", serif;
}
.p-access__value {
  font-size: 1.5rem;
  margin: 0;
}
html[lang=en] .p-access__value {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
html[lang=zh-CN] .p-access__value {
  font-family: "Noto Sans SC", sans-serif;
}
@media screen and (max-width: 575px) {
  .p-access span[data-action=call] {
    cursor: pointer;
  }
}
.p-access__mail-link {
  color: #131313;
  transition: color 0.3s ease;
  font-size: 1.5rem;
}
html[lang=en] .p-access__mail-link {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
.p-access__mail-link:hover {
  color: #a00b24;
}

/* =========================================================
   p-cancel（#cancel セクション）
   ========================================================= */
.p-cancel {
  padding: 90px 0;
}
.p-cancel__ttl {
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 0 auto 60px;
}
@media screen and (max-width: 991px) {
  .p-cancel__ttl {
    max-width: 360px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .p-cancel__ttl {
    max-width: 280px;
    margin-bottom: 30px;
  }
}
html[lang=zh-CN] .p-cancel__ttl {
  max-width: 228px;
}
@media screen and (max-width: 991px) {
  html[lang=zh-CN] .p-cancel__ttl {
    max-width: 200px;
  }
}
.p-cancel__mail {
  display: block;
  background: #a00b24;
  padding: 40px 20px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 60px;
  transition: background 0.3s ease, opacity 0.6s ease, transform 0.6s ease;
}
.p-cancel__mail:hover {
  background: rgb(121.8245614035, 8.3754385965, 27.4105263158);
}
@media screen and (max-width: 991px) {
  .p-cancel__mail {
    margin-bottom: 48px;
  }
}
.p-cancel__mail-ttl {
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  margin: 0 0 12px;
}
html[lang=en] .p-cancel__mail-ttl {
  font-family: 游明朝, "Yu Mincho", YuMincho, serif;
}
html[lang=zh-CN] .p-cancel__mail-ttl {
  font-family: "Noto Serif SC", serif;
}
@media screen and (max-width: 991px) {
  .p-cancel__mail-ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .p-cancel__mail-ttl {
    font-size: 1.8rem;
  }
}
.p-cancel__mail-addr {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}
html[lang=en] .p-cancel__mail-addr {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
html[lang=zh-CN] .p-cancel__mail-addr {
  font-family: "Noto Sans SC", sans-serif;
}
.p-cancel__policy-ttl {
  position: relative;
  font-size: 2.6rem;
  font-weight: bold;
  margin: 0 0 16px;
  padding-left: 20px;
}
html[lang=en] .p-cancel__policy-ttl {
  font-family: 游明朝, "Yu Mincho", YuMincho, serif;
}
html[lang=zh-CN] .p-cancel__policy-ttl {
  font-family: "Noto Serif SC", serif;
}
.p-cancel__policy-ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 32px;
  background: #a00b24;
}
@media screen and (max-width: 991px) {
  .p-cancel__policy-ttl {
    font-size: 2.2rem;
  }
}
.p-cancel__policy-lead {
  font-size: 1.5rem;
  margin: 0 0 30px;
}
html[lang=en] .p-cancel__policy-lead {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
html[lang=zh-CN] .p-cancel__policy-lead {
  font-family: "Noto Sans SC", sans-serif;
}
.p-cancel__policy-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 991px) {
  .p-cancel__policy-list {
    gap: 15px;
  }
}
.p-cancel__policy-item {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 991px) {
  .p-cancel__policy-item {
    flex-direction: column;
  }
}
.p-cancel__policy-left {
  flex-shrink: 0;
  width: 370px;
  max-width: 370px;
  background: #ca9022;
  color: #fff;
  font-size: 1.5rem;
  padding: 16px 48px;
}
html[lang=en] .p-cancel__policy-left {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
html[lang=zh-CN] .p-cancel__policy-left {
  font-family: "Noto Sans SC", sans-serif;
}
@media print, screen and (max-width: 1199px) {
  .p-cancel__policy-left {
    width: 300px;
    max-width: 300px;
    padding: 16px 28px;
  }
}
@media screen and (max-width: 991px) {
  .p-cancel__policy-left {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .p-cancel__policy-left {
    padding: 12px;
  }
}
.p-cancel__policy-right {
  flex: 1;
  background: #fef8eb;
  font-size: 1.5rem;
  padding: 16px 40px;
  display: flex;
  align-items: center;
  gap: 5px;
}
html[lang=en] .p-cancel__policy-right {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
html[lang=zh-CN] .p-cancel__policy-right {
  font-family: "Noto Sans SC", sans-serif;
}
@media screen and (max-width: 991px) {
  .p-cancel__policy-right {
    padding: 16px 24px;
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .p-cancel__policy-right {
    padding: 12px;
  }
}
.p-cancel__underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.p-cancel__red {
  color: #a00b24;
  font-weight: bold;
}

/* =========================================================
   l-footer
   ========================================================= */
.l-footer__main {
  background: #f1f1f1;
  padding: 90px 0 60px;
}
@media screen and (max-width: 575px) {
  .l-footer__main {
    padding: 60px 0;
  }
}
.l-footer__inner {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
@media print, screen and (max-width: 1199px) {
  .l-footer__inner {
    gap: 60px;
  }
}
@media screen and (max-width: 991px) {
  .l-footer__inner {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    flex-direction: column;
    gap: 32px;
  }
}
.l-footer__logo-block {
  flex-shrink: 0;
}
.l-footer__logo {
  display: block;
}
.l-footer__logo img {
  display: block;
  width: 170px;
  max-width: 170px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .l-footer__logo img {
    width: 120px;
    max-width: 120px;
  }
}
.l-footer__nav {
  display: flex;
  justify-content: flex-end;
  gap: 80px;
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 991px) {
  .l-footer__nav {
    gap: 40px;
  }
}
@media screen and (max-width: 575px) {
  .l-footer__nav {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
}
.l-footer__nav-col {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 991px) {
  .l-footer__nav-col {
    gap: 12px;
  }
}
@media screen and (max-width: 575px) {
  .l-footer__nav-col {
    padding: 15px 0 0;
    gap: 10px;
  }
  .l-footer__nav-col:first-child {
    border-top: 1px solid #bc9d22;
  }
}
.l-footer__nav-col li a {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #131313;
  text-decoration: none;
  line-height: 1.4;
  transition: color 0.3s ease;
}
html[lang=en] .l-footer__nav-col li a {
  font-family: 游明朝, "Yu Mincho", YuMincho, serif;
}
html[lang=zh-CN] .l-footer__nav-col li a {
  font-family: "Noto Serif SC", serif;
}
.l-footer__nav-col li a:hover {
  color: #a00b24;
}
.l-footer__nav-col--plan {
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 575px) {
  .l-footer__nav-col--plan {
    padding: 15px 0;
    border-bottom: 1px solid #bc9d22;
  }
}
.l-footer__plan-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #131313;
  transition: color 0.3s ease;
}
html[lang=en] .l-footer__plan-ttl {
  font-family: 游明朝, "Yu Mincho", YuMincho, serif;
}
html[lang=zh-CN] .l-footer__plan-ttl {
  font-family: "Noto Serif SC", serif;
}
.l-footer__plan-ttl:hover {
  color: #a00b24;
}
.l-footer__plan-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.l-footer__plan-list li a {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  color: #777777;
  text-decoration: none;
  transition: color 0.3s ease;
}
html[lang=en] .l-footer__plan-list li a {
  font-family: 游明朝, "Yu Mincho", YuMincho, serif;
}
html[lang=zh-CN] .l-footer__plan-list li a {
  font-family: "Noto Serif SC", serif;
}
.l-footer__plan-list li a:hover {
  color: #a00b24;
}
.l-footer__copyright {
  height: 25px;
  background: #131313;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-footer__copyright p {
  font-size: 1.2rem;
  color: #777777;
  margin: 0;
  line-height: 1;
}
html[lang=en] .l-footer__copyright p {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
html[lang=zh-CN] .l-footer__copyright p {
  font-family: "Noto Sans SC", sans-serif;
}

/* =========================================================
   reveal — スクロール出現アニメーション
   ========================================================= */
/* =========================================================
   reveal — スクロール出現アニメーション
   ========================================================= */
.js-reveal,
.js-reveal-item {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.js-reveal.has-bg-transition,
.js-reveal-item.has-bg-transition {
  transition: background 0.3s ease, color 0.3s ease, opacity 0.6s ease, transform 0.6s ease;
}
.js-reveal.is-visible,
.js-reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .js-reveal,
  .js-reveal-item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.js-reveal-item {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.js-reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .js-reveal,
  .js-reveal-item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}/*# sourceMappingURL=style.css.map */