@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
ul,
p,
h2,
h3,
h4,
li,
a {
  margin: 0;
  padding: 0;
}

ol,
ul,
li,
menu,
summary {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

figure {
  margin: 0;
}

.yearend-notice-section {
  background-color: var(--base-color);
  color: var(--text-color);
  text-align: center;
  padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .yearend-notice-section {
    text-align: left;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.yearend-notice-section__inner {
  border-top: 1px solid var(--accent-color);
  padding-top: 40px;
}
.yearend-notice-section .section-head {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .yearend-notice-section .section-head {
    margin-bottom: 24px;
  }
}
.yearend-notice-section .section-head .section-head__heading {
  font-size: clamp(1.5rem, 1.2428rem + 1.097vw, 2rem);
  color: var(--accent-color);
}
.yearend-notice-section__text {
  font-size: clamp(0.875rem, 0.8107rem + 0.274vw, 1rem);
  line-height: 1.6;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .yearend-notice-section__text {
    line-height: 2;
    text-align: left;
    margin-bottom: 16px;
  }
}
.yearend-notice-section__info {
  color: red;
  font-size: clamp(0.875rem, 0.8107rem + 0.274vw, 1rem);
  line-height: 1.6;
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .yearend-notice-section__info {
    line-height: 2;
    text-align: left;
    margin-top: 16px;
  }
}
.yearend-notice-section__calendar-wrap {
  max-width: 1104px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .yearend-notice-section__calendar-wrap {
    display: none;
  }
}
.yearend-notice-section__calendar {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 14px;
  border: 1px solid var(--accent-color);
  border-top: none;
}
.yearend-notice-section__calendar th,
.yearend-notice-section__calendar td {
  border: 1px solid var(--accent-color);
  padding: 10px 5px;
  text-align: center;
  line-height: 1.4;
  word-break: keep-all;
}
.yearend-notice-section__calendar--date-row th {
  color: var(--card-text);
  background-color: var(--calendar-date-bg-pc);
}
.yearend-notice-section__calendar--day-row th {
  font-weight: bold;
  color: var(--text-color);
  background-color: var(--accordion-bg);
}
.yearend-notice-section__calendar--day-row th.sat {
  color: #79a1cf;
}
.yearend-notice-section__calendar--day-row th.sun {
  color: #ff858d;
}
.yearend-notice-section__calendar--status-row td.is-special {
  color: var(--accent-color);
  font-weight: bold;
}
.yearend-notice-section__calendar--status-row td.is-close {
  color: #ff858d;
  font-weight: bold;
}
.yearend-notice-section__calendar--time-row td {
  background-color: var(--base-color);
  color: var(--text-color);
  vertical-align: top;
  font-size: 12px;
  white-space: pre-wrap;
}
.yearend-notice-section__list {
  display: none;
}
@media screen and (max-width: 768px) {
  .yearend-notice-section__list {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    padding: 0;
  }
}
.yearend-notice-section__item {
  border: 1px solid var(--accent-color);
  overflow: hidden;
}
.yearend-notice-section__item:not(:first-child) {
  border-top: none;
}
.yearend-notice-section__item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.yearend-notice-section__item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.yearend-notice-section__item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.yearend-notice-section__item-date {
  background-color: var(--calendar-date-bg-sp);
  flex-shrink: 0;
  padding: 13px 8px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  min-width: 80px;
}
.yearend-notice-section__item-date.sat-text {
  color: #79a1cf;
  font-weight: bold;
}
.yearend-notice-section__item-date.sun-text {
  color: #ff858d;
  font-weight: bold;
}
.yearend-notice-section__item-info {
  flex-grow: 1;
  padding: 4px 12px;
  font-size: 14px;
  color: var(--text-color);
}
.yearend-notice-section__item-info .status {
  line-height: 1.5;
}
.yearend-notice-section__item.holiday .yearend-notice-section__item-info .status {
  font-weight: bold;
  color: var(--accent-color);
}
.yearend-notice-section__item-info .time {
  white-space: normal;
  font-size: 14px;
  line-height: 1.4;
}

:root {
  --text-color: #151e4b;
  --accent-color: #60512e;
  --calendar-date-bg-pc: #faf5f2;
  --calendar-date-bg-sp: #faf5f2;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Zen Old Mincho', serif;
  padding-top: 64px;
}

body,
p,
a {
  color: #151e4b;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  color: var(--text-color);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px;
  height: 64px;
  transition: transform 0.3s ease;
}
.header.is-hide {
  transform: translateY(-100%);
}

.header__container {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.header__logo {
  display: flex;
  align-items: center;
}

.header__logo-image {
  height: 40px;
  width: 41px;
  display: block;
}

.header__shop-name {
  margin-left: 16px;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Zen Old Mincho', serif;
  color: var(--text-color);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .header__shop-name {
    font-size: 16px;
    margin-left: 10px;
  }
}

.header__hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__hamburger {
    display: block;
    position: relative;
    z-index: 1100;
    width: 30px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
  }
  .header__hamburger span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    transition: all 0.3s;
  }
  .header__hamburger span:nth-child(1) {
    top: 0;
  }
  .header__hamburger span:nth-child(2) {
    top: 11px;
  }
  .header__hamburger span:nth-child(3) {
    bottom: 0;
  }
  .header__hamburger[aria-expanded='true'] span:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
  }
  .header__hamburger[aria-expanded='true'] span:nth-child(2) {
    opacity: 0;
  }
  .header__hamburger[aria-expanded='true'] span:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
  }
}

@media screen and (max-width: 768px) {
  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.98);
    z-index: 1050;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all 0.4s ease;
  }
  .header__nav[aria-hidden='false'] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

.header__nav-list {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .header__nav-list {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
}

.header__nav-item {
  display: flex;
  align-items: center;
}

.header__nav-link {
  color: var(--text-color);
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  transition: opacity 0.3s;
}
.header__nav-link:hover {
  color: #535639;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .header__nav-link {
    font-size: 20px;
  }
}

.header__nav-sns-group {
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .header__nav-sns-group {
    margin-top: 10px;
  }
}
.header__nav-sns-group .sns-link img {
  width: 24px;
  height: 24px;
  transition: opacity 0.3s;
}
.header__nav-sns-group .sns-link img.x-only {
  filter: brightness(0);
}
.header__nav-sns-group .sns-link img:hover {
  opacity: 0.7;
}

body.has-opened-menu {
  overflow: hidden;
}

.mv-slider-wrapper {
  position: relative;
  width: 100%;
  height: calc(100vh - 64px);
  height: calc(100dvh - 64px);
  overflow: hidden;
}

.mv-overlay-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: min(100%, 330px);
  pointer-events: none;
  animation: logoEntry 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}
@media screen and (max-width: 768px) {
  .mv-overlay-logo {
    width: 250px;
  }
}
.mv-overlay-logo img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.6));
}

@keyframes logoEntry {
  0% {
    opacity: 0;
    transform: translate(-50%, 0%);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
    filter: blur(0);
  }
}
.js-mv-swiper {
  width: 100%;
  height: 100%;
}
.js-mv-swiper .swiper-slide {
  overflow: hidden;
  transition-property: opacity, transform !important;
}
.js-mv-swiper .slide-media {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.js-mv-swiper .slide-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
  transition: 7s 1s ease-out;
}
.js-mv-swiper .swiper-slide-active .slide-media img {
  transform: scale(1.05);
  transition-delay: 0s;
}
.js-mv-swiper .swiper-pagination {
  bottom: 24px;
}
@media screen and (max-width: 768px) {
  .js-mv-swiper .swiper-pagination {
    bottom: 16px;
  }
}
.js-mv-swiper .swiper-pagination-bullet {
  width: 24px;
  height: 4px;
  border-radius: 4px;
  background-color: #fff;
  opacity: 0.5;
  margin: 0 6px !important;
  transition: all 0.3s ease;
}
.js-mv-swiper .swiper-pagination-bullet-active {
  background-color: #535639;
  opacity: 1;
}

.concept.concept-bg {
  padding: 80px 0 56px;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .concept.concept-bg {
    padding: 80px 20px 56px;
  }
}

.concept-heading {
  text-align: center;
}

.concept-h-jp {
  display: inline-block;
  font-family: 'Zen Old Mincho', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 31px;
}

.concept-h-en {
  margin: 32px auto 0;
  font-size: 16px;
  letter-spacing: 4px;
  font-weight: 300;
}

.concept-h-title {
  margin: 50px auto 30px;
  font-size: 32px;
  font-family: 'Zen Old Mincho', serif;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .concept-h-title {
    font-size: 24px;
  }
}
.concept-h-title .txt-lg {
  font-size: 64px;
}
@media screen and (max-width: 768px) {
  .concept-h-title .txt-lg {
    font-size: 32px;
  }
}

.concept-desc {
  text-align: center;
  margin-top: 44px;
}
.concept-desc .desc-text {
  font-size: 16px;
  line-height: 38px;
}

.info.info-bg {
  background-image: url(../images/pc/limited_bg.jpg);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .info.info-bg {
    background-image: url(../images/sp/limited_bg_sp.jpg);
  }
}
.info.info-bg .smoke-filter {
  padding: 60px 0;
}

.info-heading {
  text-align: center;
}

.info-h-jp {
  display: inline-block;
  font-family: 'Zen Old Mincho', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 31px;
  color: #fff;
}

.info-h-en {
  margin: 32px auto 0;
  font-size: 16px;
  letter-spacing: 4px;
  font-weight: 300;
  color: #fff;
}

.info-h-title {
  margin: 50px auto 30px;
  font-size: 32px;
  font-family: 'Zen Old Mincho', serif;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .info-h-title {
    font-size: 24px;
  }
}
.info-h-title .txt-lg {
  font-size: 64px;
}
@media screen and (max-width: 768px) {
  .info-h-title .txt-lg {
    font-size: 32px;
  }
}

.info-subtitle {
  text-align: center;
  margin-top: 16px;
}

.info-extension {
  margin: 28px auto;
  color: #fff;
  text-align: center;
  font-family: 'Zen Old Mincho', serif;
}
.info-extension .sub-title {
  font-size: 24px;
}
.info-extension h2 {
  font-weight: normal;
  font-size: 48px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .info-extension h2 {
    font-size: 32px;
  }
}
.info-extension h2 .small {
  font-size: 24px;
}
.info-extension p {
  line-height: 2;
  color: #fff;
  font-size: 16px;
}
.info-extension .menu-btn {
  color: #0b133a;
  margin: 32px auto 0;
  background-color: #fff;
  border: 1px solid #fff;
}
.info-extension .menu-btn:hover {
  text-decoration: underline;
}

.faq.faq-bg {
  padding: 80px 0 56px;
  background-color: #ffffff;
}

.faq__wrap {
  width: min(100% - 32px, 960px);
  margin: 0 auto;
}

.faq__box {
  padding: 1.5em 0;
}

.faq--question {
  padding-left: 4rem;
  position: relative;
}

.faq--question::before {
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-image: url(../images/icon-question.png);
  background-repeat: no-repeat;
  background-color: #2c3d8d;
  background-size: 30px;
  position: absolute;
  left: 12px;
  top: -2px;
}

.faq--answer {
  margin: 16px 0;
  padding: 20px 30px;
  background-color: #ffffff;
  padding-left: 4rem;
  position: relative;
}

.faq--answer::before {
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-image: url(../images/icon-answer.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-color: #979432;
  position: absolute;
  left: 12px;
  top: 12px;
}

.gall-list {
  display: flex;
  flex-wrap: wrap;
}

.gall-item {
  flex: 0 0 25%;
  max-width: 25%;
  max-height: 320px;
}
@media screen and (max-width: 768px) {
  .gall-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    max-height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .gall-item.sp-only {
    display: none;
  }
}

.gall-img {
  width: 100%;
  aspect-ratio: 472/314;
  -o-object-fit: cover;
  object-fit: cover;
}

.menu {
  text-align: center;
  color: #fff;
}
.menu.menu-bg {
  background-image: url(../images/menu_bg.png);
  background-repeat: repeat;
  padding: 80px 0 80px;
}

.mn-h-jp {
  display: inline-flex;
  flex-direction: row-reverse;
  font-family: 'Zen Old Mincho', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 31px;
}

.mn-h-jp-txt:nth-child(1) {
  padding-left: 4px;
}
.mn-h-jp-txt:nth-child(2) {
  padding-top: 80px;
  padding-right: 4px;
}

.mn-h-en {
  margin: 32px auto 0;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 4px;
}

.mn-desc {
  margin: 64px auto 0;
}

.mn-desc-frame {
  background-color: transparent;
  width: 300px;
  height: 400px;
  margin: 0 auto;
}

.mn-pdf {
  width: 100%;
}

.mn-pdf-btn {
  margin: 24px auto 0;
  display: flex;
  flex-direction: column;
  width: min(100% - 32px, 324px);
  min-height: 86px;
  padding: 8px;
  border-radius: 100px;
  background-color: #fff;
  color: #151e4b;
}
@media screen and (min-width: 769px) {
  .mn-pdf-btn:hover {
    text-decoration: underline;
  }
}
.mn-pdf-btn span {
  color: rgb(219, 0, 0);
}

.reserve {
  text-align: center;
}

.reserve.reserve-bg {
  padding: 80px 0 140px;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .reserve.reserve-bg {
    padding: 80px 20px 67px;
  }
}

.rsv-h-jp {
  display: inline-block;
  font-family: 'Zen Old Mincho', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
}

.rsv-h-en {
  margin: 32px auto 0;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 4px;
}

.rsv-info {
  margin: 0 auto;
  margin: 0 auto;
  padding: 40px;
  background-color: #fff;
  width: 760px;
}
@media screen and (max-width: 768px) {
  .rsv-info {
    margin: 0 auto;
    padding: 40px 15px;
    width: 100%;
  }
}
.rsv-info .info-desc {
  text-align: center;
}
.rsv-info .info-desc .desc-text {
  font-size: 16px;
  line-height: 38px;
  border-bottom: 1px dotted #7e7e7e;
}

.rsv-info .info-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}

.rsv-info .info-text {
  font-size: 16px;
  line-height: 32px;
}

.rsv-contact {
  width: 100%;
  margin: 16px auto;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.contact-phone {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact-phone {
    margin-bottom: 16px;
  }
}

.contact-text {
  margin: 16px 0;
  font-size: 14px;
}

.phone-number {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .phone-number {
    text-align: center;
  }
}

.phone-number::before {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(../images/phone.svg) no-repeat;
  background-size: contain;
  position: relative;
  top: 3px;
  padding-right: 0px;
}

.contact-time {
  font-size: 14px;
}

.contact-form {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact-form {
    width: 100%;
  }
}

.menu-btn,
.form-btn--grp,
.form-btn--idl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(288px, 100%);
  height: 62px;
  color: #fff;
  font-weight: bold;
  border-radius: 88px;
  transition: all 0.3s;
  margin: 0 auto 24px;
}

.form-btn--idl {
  background-color: #c85150;
  border: 1px solid #c85150;
}
.form-btn--grp {
  background-color: #c85150;
  border: 1px solid #c85150;
}

.menu-btn {
  background-color: #535639;
  border: 1px solid #535639;
}

.rsv-contact .phone-number-link {
  color: #151e4b;
}

@media screen and (min-width: 769px) {
  .form-btn:hover {
    text-decoration: underline;
  }
  .rsv-contact .phone-number-link {
    color: #151e4b;
    pointer-events: none;
    text-decoration: none;
  }
}
.rsv-points {
  border-top: 1px solid #cccccc;
  padding-top: 24px;
}
.rsv-points__text {
  font-size: 16px;
  display: block;
}
.rsv-points__text span {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}
.rsv-points__address {
  margin: 8px auto 24px;
}

p.point-box {
  margin: 0 auto;
  color: #fff;
  font-size: 12px;
  padding: 8px;
  background-color: #0b133a;
  width: 235px;
  border-radius: 10px;
}

.points-text {
  font-size: 16px;
  line-height: 24px;
}

.points-text b {
  display: block;
}

.link-opacity {
  transition: all 0.3s;
}

.footer {
  background-color: #151e4b;
  padding: 80px 0;
  color: #fff;
  text-align: center;
}

.ft-content {
  display: inline-block;
}

.ft-link .phone-number-link {
  color: #fff;
}

@media screen and (min-width: 769px) {
  .ft-item .ft-link:nth-child(2n)::before {
    content: '|';
    padding: 0 8px;
  }
  a.ft-link:hover {
    text-decoration: underline;
  }
  .ft-link .phone-number-link {
    color: #fff;
    pointer-events: none;
    text-decoration: none;
  }
  .link-opacity:hover {
    opacity: 0.7;
  }
}
.ft-link {
  color: #fff;
  font-size: 12px;
}

.ft-link-label {
  display: inline-flex;
}
@media screen and (max-width: 768px) {
  .ft-link-label {
    display: block;
  }
}

.ft-item:last-child .ft-link {
  color: #00e0ff;
}

.mn-pdf-btn-dummy {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  background-color: rgba(255, 255, 255, 0.4588235294);
  width: 333px;
  height: 64px;
  border-radius: 100px;
  color: #151e4b;
}

.maak {
  font-family: 'Zen Old Mincho', serif;
  position: absolute;
  top: -10px;
  left: 31px;
  background-color: rgb(199, 3, 3);
  color: #fff;
  padding: 5px 0px;
  width: 27px;
  border-radius: 3px;
  font-size: 14px;
  box-shadow: 2px 2px 2px #7e7e7e;
}

.tub-wrapper {
  margin: 32px auto 0;
  width: 100%;
  max-width: 960px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .tub-wrapper {
    padding: 0 16px;
  }
}
.tub-wrapper.rsv {
  max-width: 760px;
}
.tub-wrapper .js-tub {
  background-color: #0b133a;
  padding: 16px 0;
  border-top-right-radius: 16px;
  border-top-left-radius: 8px;
}
.tub-wrapper .js-tub.idl {
  background-color: #535639;
}
.tub-wrapper .js-tub p {
  color: #ffffff;
}
.tub-wrapper .js-tub.open {
  background-color: #151e4b;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.tub-wrapper .js-tub.open.idl {
  background-color: #535639;
}
.tub-wrapper .js-tub.open p {
  position: relative;
  color: #fff;
}
.tub-wrapper .js-tub.open ::before {
  content: '';
  display: block;
  width: 100px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tub-wrapper .js-tub:hover {
  opacity: 0.9;
}

.grp-chg,
.rsv-group {
  display: none;
}
.grp-chg.open,
.rsv-group.open {
  display: grid;
}

.idl-chg,
.rsv-idl {
  display: none;
}
.idl-chg.open,
.rsv-idl.open {
  display: grid;
}

.idl-menu h2,
.idl-menu p,
.idl-menu .li-of-chg-wrap {
  color: #535639;
}

.menu-bg {
  background-image: url(../images/menu_bg2.png);
  background-repeat: repeat;
  padding: 80px 0 156px;
}
.menu-bg .mn-heading {
  color: #fff;
}

.menu-cont__wrap {
  font-family: 'Zen Old Mincho', serif;
  color: #151e4b;
  margin: 0 auto;
  width: min(100% - 32px, 960px);
  margin-top: 32px;
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .menu-cont__wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}
.menu-cont__wrap.grp-menu {
  grid-template-rows: auto;
}
.menu-cont__item {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .menu-cont__item.one {
    grid-row: 1;
  }
}
@media screen and (max-width: 768px) {
  .menu-cont__item.two {
    grid-row: 2;
    padding-bottom: 30px;
  }
}
.menu-cont__item.three {
  grid-column: 1 / span 2;
}
@media screen and (max-width: 768px) {
  .menu-cont__item.three {
    grid-row: 3;
  }
}
.menu-cont__item.four {
  grid-column: 1 / span 2;
}
@media screen and (max-width: 768px) {
  .menu-cont__item.four {
    grid-row: 4;
  }
}
@media screen and (max-width: 768px) {
  .menu-cont__item {
    width: 100%;
  }
}
.menu-cont__item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.menu-viking__label--grp,
.menu-viking__label--idl {
  color: white;
  font-size: 12px;
  font-weight: normal;
  margin: 8px 0;
}

.menu-viking__wrap {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.menu-viking__title {
  line-height: 1.5;
}
.menu-viking__title p {
  font-size: 16px;
}
.menu-viking__title p span {
  font-size: 12px;
}
.menu-viking__title p span.price {
  font-size: 22px;
}
.menu-viking__title p.notice {
  color: red;
  font-weight: bold;
}
.menu-viking__title h2 span {
  display: block;
  font-size: 16px;
}
.menu-viking__label--idl {
  background-color: #535639;
}
.menu-viking__label--grp {
  background-color: #151e4b;
}
.menu-viking__detail {
  position: relative;
  margin: 16px 0 8px;
  border: 1px solid #151e4b;
  padding: 16px;
  width: min(100% - 16px, 100% - 16px);
}
.menu-viking__detail p {
  font-size: 16px;
}
.menu-viking__detail p span {
  font-size: 12px;
}
.menu-viking__dir-label {
  background-color: #151e4b;
  font-size: 10px;
  position: absolute;
  top: -16px;
  left: -8px;
  width: 160px;
  padding: 4px 4px;
  line-height: 1.2;
  border-radius: 4px;
}
.menu-viking__dir-label p {
  font-weight: bold;
  color: #fff;
  font-size: 12px;
}
.menu-viking__dir-label.idl {
  color: #fff;
  background-color: #535639;
}
@media screen and (max-width: 768px) {
  .menu-viking__dir-label {
    left: -13px;
    top: -12px;
  }
}
.menu-viking__attention {
  margin-top: 8px;
}
.menu-viking__attention p {
  color: #a11c1c;
  font-weight: bold;
}

.groop-gozen {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.7;
}
.groop-gozen .gozen-wrap {
  text-align: left;
}
.groop-gozen .gozen-wrap .gozen-item {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .groop-gozen .gozen-wrap .gozen-item {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    padding: 8px 0;
    line-height: 1;
  }
}
.groop-gozen .gozen-wrap .gozen-item .gozen-title {
  grid-column: 1;
  grid-row: 1;
  font-size: 18px;
}
.groop-gozen .gozen-wrap .gozen-item .gozen-title::before {
  content: '';
  height: 20px;
  width: 20px;
  display: inline-block;
  background-image: url(../images/list_mark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-right: 2px;
}
.groop-gozen .gozen-wrap .gozen-item .gozen-detail {
  grid-column: 1/3;
  grid-row: 2;
  padding-left: 22px;
  font-size: 14px;
}
.groop-gozen .gozen-wrap .gozen-item .gozen-price {
  grid-column: 2;
  grid-row: 1;
  padding-left: 22px;
}
@media screen and (max-width: 768px) {
  .groop-gozen .gozen-wrap .gozen-item .gozen-price {
    grid-column: 1;
    grid-row: 3;
  }
}
.groop-gozen .gozen-wrap .gozen-item .gozen-price span {
  font-size: 14px;
}
.groop-gozen .gozen-wrap .gozen-item .gozen-price .price {
  font-size: 18px;
}

.chg__inner .li-of-chg-wrap .D-12 .price-arrow,
.chg__inner .li-of-chg-wrap .D-11 .price-arrow,
.chg__inner .li-of-chg-wrap .D-10 .price-arrow,
.chg__inner .li-of-chg-wrap .D-8 .price-arrow,
.chg__inner .li-of-chg-wrap .D-7 .price-arrow,
.chg__inner .li-of-chg-wrap .D-6 .price-arrow,
.chg__inner .li-of-chg-wrap .D-4 .price-arrow,
.chg__inner .li-of-chg-wrap .D-3 .price-arrow,
.chg__inner .li-of-chg-wrap .D-2 .price-arrow,
.chg__inner .li-of-chg-wrap .C-12 .price-arrow,
.chg__inner .li-of-chg-wrap .C-11 .price-arrow,
.chg__inner .li-of-chg-wrap .C-10 .price-arrow,
.chg__inner .li-of-chg-wrap .C-8 .price-arrow,
.chg__inner .li-of-chg-wrap .C-7 .price-arrow,
.chg__inner .li-of-chg-wrap .C-6 .price-arrow,
.chg__inner .li-of-chg-wrap .C-4 .price-arrow,
.chg__inner .li-of-chg-wrap .C-3 .price-arrow,
.chg__inner .li-of-chg-wrap .C-2 .price-arrow {
  position: absolute;
  width: 10px;
  top: 8px;
  left: -6px;
}

.news__inner {
  width: min(100% - 32px, 1080px);
  margin: 0 auto;
  padding: 80px 0;
}
.news__heading {
  text-align: center;
}
.news__h-jp {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 31px;
}
.news__h-en {
  margin: 32px auto 0;
  font-size: 16px;
  letter-spacing: 4px;
  font-weight: 300;
}
.news__content-wrap {
  margin: 16px auto 0;
}
.news__content-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}
.news__content-text {
  line-height: 2;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news__content-text {
    text-align: left;
  }
}
.news__content-notice {
  color: red;
  line-height: 2;
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news__content-notice {
    text-align: left;
  }
}

.chg {
  text-align: center;
  color: #fff;
}
.chg.chg-bg {
  background-image: url(../images/menu_bg2.png);
  background-repeat: repeat;
  padding: 80px 0 0px;
}
.chg.chg-bg .chg-heading {
  color: #151e4b;
}

.chg-wrap {
  font-family: 'Zen Old Mincho', serif;
  width: min(100% - 32px, 960px);
  margin: 0 auto 56px;
}
.chg-wrap .li-of-chg-wrap__outer {
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  .chg-wrap .li-of-chg-wrap__outer {
    display: grid;
  }
}
.chg-wrap .li-of-chg-wrap__outer h3 {
  color: #fff;
}
.chg-wrap .li-of-chg-wrap__outer .doors {
  color: #fff;
}
.chg-wrap .li-of-chg-wrap__outer .new-price {
  color: #fff;
  font-size: 18px;
}
.chg-wrap .li-of-chg-wrap__outer .new-price span {
  font-size: 24px;
}
.chg-wrap .li-of-chg-wrap__outer.idl {
  background-color: #535639;
}
.chg-wrap .li-of-chg-wrap__outer.grp {
  background-color: #151e4b;
}
.chg-wrap .li-of-chg-wrap__outer .old-menu {
  text-decoration: underline;
  color: #fff;
}
.chg-wrap .li-of-chg-wrap__outer p {
  color: #fff;
}

.chg__inner {
  padding: 16px 16px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .chg__inner {
    overflow: scroll;
  }
}
.chg__inner .li-of-chg-wrap {
  font-family: Arial, Helvetica, sans-serif;
  display: grid;
  grid-template-rows: 32px repeat(12, 1fr);
  grid-template-columns: repeat(5, 1fr);
  color: #333;
  border-collapse: collapse;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .chg__inner .li-of-chg-wrap {
    width: 226%;
  }
}
.chg__inner .li-of-chg-wrap > div {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4px 0;
  border: dotted 1px rgba(45, 45, 45, 0.1764705882);
}
.chg__inner .li-of-chg-wrap .circle {
  width: 12px;
}
.chg__inner .li-of-chg-wrap .tax::after {
  content: ' (税込)';
  font-size: 9px;
}
.chg__inner .li-of-chg-wrap .D-12 p,
.chg__inner .li-of-chg-wrap .D-12,
.chg__inner .li-of-chg-wrap .D-11 p,
.chg__inner .li-of-chg-wrap .D-11,
.chg__inner .li-of-chg-wrap .D-10 p,
.chg__inner .li-of-chg-wrap .D-10,
.chg__inner .li-of-chg-wrap .D-8 p,
.chg__inner .li-of-chg-wrap .D-7 p,
.chg__inner .li-of-chg-wrap .D-6 p,
.chg__inner .li-of-chg-wrap .D-4 p,
.chg__inner .li-of-chg-wrap .D-3 p,
.chg__inner .li-of-chg-wrap .D-2 p,
.chg__inner .li-of-chg-wrap .C-12 p,
.chg__inner .li-of-chg-wrap .C-12,
.chg__inner .li-of-chg-wrap .C-11 p,
.chg__inner .li-of-chg-wrap .C-11,
.chg__inner .li-of-chg-wrap .C-10 p,
.chg__inner .li-of-chg-wrap .C-10,
.chg__inner .li-of-chg-wrap .C-8 p,
.chg__inner .li-of-chg-wrap .C-7 p,
.chg__inner .li-of-chg-wrap .C-6 p,
.chg__inner .li-of-chg-wrap .C-4 p,
.chg__inner .li-of-chg-wrap .C-3 p,
.chg__inner .li-of-chg-wrap .C-2 p {
  color: black;
  font-weight: rgba(51, 51, 51, 0.2);
  font-size: 16px;
}
.chg__inner .li-of-chg-wrap .A-1 {
  background-color: #946360;
  color: #fff;
  grid-row: 1;
  grid-column: span 2;
}
.chg__inner .li-of-chg-wrap .A-2 {
  background-color: #616eac;
  color: #fff;
  grid-row: 2 / span 4;
  grid-column: 1;
}
.chg__inner .li-of-chg-wrap .A-6 {
  background-color: #f98680;
  color: #fff;
  grid-row: 6 / span 4;
  grid-column: 1;
}
.chg__inner .li-of-chg-wrap .A-10 {
  background-color: #a5ac72;
  color: #fff;
  grid-row: 10 / span 4;
  grid-column: 1;
}
.chg__inner .li-of-chg-wrap .B-2 {
  background-color: #dbe1fc;
  grid-row: 2;
  grid-column: 2;
}
.chg__inner .li-of-chg-wrap .B-3 {
  background-color: #edf0fe;
  grid-row: 3;
  grid-column: 2;
}
.chg__inner .li-of-chg-wrap .B-4 {
  background-color: #dbe1fc;
  grid-row: 4;
  grid-column: 2;
}
.chg__inner .li-of-chg-wrap .B-5 {
  background-color: #edf0fe;
  grid-row: 5;
  grid-column: 2;
}
.chg__inner .li-of-chg-wrap .B-6 {
  background-color: #fccfcc;
  grid-row: 6;
  grid-column: 2;
}
.chg__inner .li-of-chg-wrap .B-7 {
  background-color: #fee7e6;
  grid-row: 7;
  grid-column: 2;
}
.chg__inner .li-of-chg-wrap .B-8 {
  background-color: #fccfcc;
  grid-row: 8;
  grid-column: 2;
}
.chg__inner .li-of-chg-wrap .B-9 {
  background-color: #fee7e6;
  grid-row: 9;
  grid-column: 2;
}
.chg__inner .li-of-chg-wrap .B-10 {
  background-color: #dbdec7;
  grid-row: 10;
  grid-column: 2;
}
.chg__inner .li-of-chg-wrap .B-11 {
  background-color: #edeee3;
  grid-row: 11;
  grid-column: 2;
}
.chg__inner .li-of-chg-wrap .B-12 {
  background-color: #dbdec7;
  grid-row: 12;
  grid-column: 2;
}
.chg__inner .li-of-chg-wrap .B-13 {
  background-color: #edeee3;
  grid-row: 13;
  grid-column: 2;
}
.chg__inner .li-of-chg-wrap .C-1 {
  background-color: #946360;
  color: #fff;
  grid-row: 1;
  grid-column: 3;
}
.chg__inner .li-of-chg-wrap .C-2 {
  background-color: #dbe1fc;
  position: relative;
  grid-row: 2;
  grid-column: 3;
}
.chg__inner .li-of-chg-wrap .C-3 {
  background-color: #edf0fe;
  position: relative;
  grid-row: 3;
  grid-column: 3;
}
.chg__inner .li-of-chg-wrap .C-4 {
  background-color: #dbe1fc;
  position: relative;
  grid-row: 4;
  grid-column: 3;
}
.chg__inner .li-of-chg-wrap .C-5 {
  background-color: #edf0fe;
  grid-row: 5;
  grid-column: 3;
}
.chg__inner .li-of-chg-wrap .C-6 {
  background-color: #fccfcc;
  position: relative;
  grid-row: 6;
  grid-column: 3;
}
.chg__inner .li-of-chg-wrap .C-7 {
  background-color: #fee7e6;
  position: relative;
  grid-row: 7;
  grid-column: 3;
}
.chg__inner .li-of-chg-wrap .C-8 {
  background-color: #fccfcc;
  position: relative;
  grid-row: 8;
  grid-column: 3;
}
.chg__inner .li-of-chg-wrap .C-9 {
  background-color: #fee7e6;
  grid-row: 9;
  grid-column: 3;
}
.chg__inner .li-of-chg-wrap .C-10 {
  background-color: #dbdec7;
  position: relative;
  grid-row: 10;
  grid-column: 3;
}
.chg__inner .li-of-chg-wrap .C-11 {
  background-color: #edeee3;
  position: relative;
  grid-row: 11;
  grid-column: 3;
}
.chg__inner .li-of-chg-wrap .C-12 {
  background-color: #dbdec7;
  position: relative;
  grid-row: 12;
  grid-column: 3;
}
.chg__inner .li-of-chg-wrap .C-13 {
  background-color: #edeee3;
  grid-row: 13;
  grid-column: 3;
}
.chg__inner .li-of-chg-wrap .D-1 {
  background-color: #946360;
  color: #fff;
  grid-row: 1;
  grid-column: 4;
}
.chg__inner .li-of-chg-wrap .D-2 {
  background-color: #dbe1fc;
  position: relative;
  grid-row: 2;
  grid-column: 4;
}
.chg__inner .li-of-chg-wrap .D-3 {
  background-color: #edf0fe;
  position: relative;
  grid-row: 3;
  grid-column: 4;
}
.chg__inner .li-of-chg-wrap .D-4 {
  background-color: #dbe1fc;
  position: relative;
  grid-row: 4;
  grid-column: 4;
}
.chg__inner .li-of-chg-wrap .D-5 {
  background-color: #edf0fe;
  grid-row: 5;
  grid-column: 4;
}
.chg__inner .li-of-chg-wrap .D-6 {
  background-color: #fccfcc;
  position: relative;
  grid-row: 6;
  grid-column: 4;
}
.chg__inner .li-of-chg-wrap .D-7 {
  background-color: #fee7e6;
  position: relative;
  grid-row: 7;
  grid-column: 4;
}
.chg__inner .li-of-chg-wrap .D-8 {
  background-color: #fccfcc;
  position: relative;
  grid-row: 8;
  grid-column: 4;
}
.chg__inner .li-of-chg-wrap .D-9 {
  background-color: #fee7e6;
  grid-row: 9;
  grid-column: 4;
}
.chg__inner .li-of-chg-wrap .D-10 {
  background-color: #dbdec7;
  position: relative;
  grid-row: 10;
  grid-column: 4;
}
.chg__inner .li-of-chg-wrap .D-11 {
  background-color: #edeee3;
  position: relative;
  grid-row: 11;
  grid-column: 4;
}
.chg__inner .li-of-chg-wrap .D-12 {
  background-color: #dbdec7;
  position: relative;
  grid-row: 12;
  grid-column: 4;
}
.chg__inner .li-of-chg-wrap .D-13 {
  background-color: #edeee3;
  grid-row: 13;
  grid-column: 4;
}
.chg__inner .li-of-chg-wrap .E-1 {
  background-color: #946360;
  color: #fff;
  grid-row: 1;
  grid-column: 5;
}
.chg__inner .li-of-chg-wrap .E-2 {
  background-color: #edf0fe;
  font-size: 12px;
  grid-row: 2 / span 12;
  grid-column: 5;
}

.grp-chg .chg__inner .li-of-chg-wrap {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  .grp-chg .chg__inner .li-of-chg-wrap {
    width: 156%;
  }
}
.grp-chg .chg__inner .li-of-chg-wrap .D-1 {
  background-color: #946360;
  color: #fff;
  grid-row: 1;
  grid-column: 4;
}
.grp-chg .chg__inner .li-of-chg-wrap .D-2 {
  background-color: #edf0fe;
  font-size: 12px;
  grid-row: 2 / span 12;
  grid-column: 4;
}

.newyear-wrap {
  margin: 16px auto;
  width: min(100%, 480px);
}
.newyear-wrap .newyear-grid {
  color: #0b133a;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: repeat(9, 1fr);
  gap: 0px;
}
@media screen and (max-width: 768px) {
  .newyear-wrap .newyear-grid {
    grid-template-columns: 1fr 132px 100px;
  }
}
.newyear-wrap .newyear-grid > div {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4px 0;
}
.newyear-wrap .newyear-grid > div .tax::after {
  content: ' (税込)';
  font-size: 9px;
}
.newyear-wrap .newyear-grid .A-1 {
  grid-row: span 3 / span 3;
  background-color: #616eac;
  color: #fff;
}
.newyear-wrap .newyear-grid .B-1 {
  background-color: #dbe1fc;
}
.newyear-wrap .newyear-grid .C-1 {
  background-color: #dbe1fc;
}
.newyear-wrap .newyear-grid .B-2 {
  grid-column-start: 2;
  background-color: #edf0fe;
}
.newyear-wrap .newyear-grid .C-2 {
  grid-column-start: 3;
  background-color: #edf0fe;
}
.newyear-wrap .newyear-grid .B-3 {
  grid-column-start: 2;
  grid-row-start: 3;
  background-color: #dbe1fc;
}
.newyear-wrap .newyear-grid .C-3 {
  grid-column-start: 3;
  grid-row-start: 3;
  background-color: #dbe1fc;
}
.newyear-wrap .newyear-grid .A-2 {
  grid-row: span 3 / span 3;
  grid-row-start: 4;
  background-color: #f98680;
  color: #fff;
}
.newyear-wrap .newyear-grid .B-4 {
  grid-row-start: 4;
  background-color: #fccfcc;
}
.newyear-wrap .newyear-grid .C-4 {
  grid-row-start: 4;
  background-color: #fccfcc;
}
.newyear-wrap .newyear-grid .B-5 {
  grid-column-start: 2;
  background-color: #fee7e6;
}
.newyear-wrap .newyear-grid .C-5 {
  grid-column-start: 3;
  background-color: #fee7e6;
}
.newyear-wrap .newyear-grid .B-6 {
  grid-column-start: 2;
  grid-row-start: 6;
  background-color: #fccfcc;
}
.newyear-wrap .newyear-grid .C-6 {
  grid-column-start: 3;
  grid-row-start: 6;
  background-color: #fccfcc;
}
.newyear-wrap .newyear-grid .A-3 {
  grid-row: span 3 / span 3;
  grid-row-start: 7;
  background-color: #a5ac72;
  color: #fff;
}
.newyear-wrap .newyear-grid .B-7 {
  background-color: #dbdec7;
  grid-row-start: 7;
}
.newyear-wrap .newyear-grid .C-7 {
  background-color: #dbdec7;
  grid-row-start: 7;
}
.newyear-wrap .newyear-grid .B-8 {
  background-color: #edeee3;
  grid-column-start: 2;
}
.newyear-wrap .newyear-grid .C-8 {
  background-color: #edeee3;
  grid-column-start: 3;
}
.newyear-wrap .newyear-grid .B-9 {
  background-color: #dbdec7;
  grid-column-start: 2;
  grid-row-start: 9;
}
.newyear-wrap .newyear-grid .C-9 {
  background-color: #dbdec7;
  grid-column-start: 3;
  grid-row-start: 9;
}

.price-info {
  font-family: 'Zen Old Mincho', serif;
  margin: 16px auto;
  width: min(100% - 32px, 600px);
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(45, 45, 45, 0.1764705882);
  padding: 16px;
  color: #0b133a;
}

.seat {
  text-align: center;
  padding: 80px 0 80px;
}
.seat .seat-img-wrap {
  width: min(100%, 960px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .seat .seat-img-wrap {
    overflow-x: scroll;
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .seat .seat-img-wrap .seat-img-item {
    width: 200%;
  }
}
.seat .seat-img-wrap .seat-img-item img {
  width: 100%;
  height: auto;
}
.seat .seat-content-wrap {
  font-family: 'Zen Old Mincho', serif;
  margin: 0 auto;
  width: min(100% - 32px, 960px);
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .seat .seat-content-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.seat .seat-content-wrap .seat-content-item {
  text-align: left;
  display: flex;
  flex-direction: column;
}
.seat .seat-content-wrap .seat-content-item .seat-img-box-wrap {
  display: flex;
  justify-content: space-between;
}
.seat .seat-content-wrap .seat-content-item .seat-img-box-wrap .seat-img-box-item {
  width: calc((100% - 16px) / 2);
}

.info-content-wrap {
  font-family: 'Zen Old Mincho', serif;
  width: 100%;
  max-width: 960px;
  margin: 32px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
}
@media screen and (max-width: 768px) {
  .info-content-wrap {
    padding: 0 16px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}
.info-content-wrap .info-content-item {
  padding: 16px;
  background-color: #151e4b;
  line-height: 1.7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .info-content-wrap .info-content-item {
    padding: 12px;
  }
}
.info-content-wrap .info-content-item:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1;
}
.info-content-wrap .info-content-item:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
@media screen and (max-width: 768px) {
  .info-content-wrap .info-content-item:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
}
.info-content-wrap .info-content-item:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
@media screen and (max-width: 768px) {
  .info-content-wrap .info-content-item:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }
}
.info-content-wrap .info-content-item .info-titl-box {
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.2941176471);
  width: 100%;
}
.info-content-wrap .info-content-item .info-titl-box p {
  color: #fff;
}
.info-content-wrap .info-content-item .info-box-wrap {
  text-align: left;
  padding: 4px;
}
.info-content-wrap .info-content-item .info-box-wrap p {
  margin-left: 8px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .info-content-wrap .info-content-item .info-box-wrap p {
    font-size: 14px;
  }
}

.gift-content-wrap {
  display: none;
  font-family: 'Zen Old Mincho', serif;
  width: 100%;
  margin: 0 auto;
}
.gift-content-wrap.open {
  display: block;
}
.gift-content-wrap .gift-content-item {
  padding: 16px 16px 56px;
  background-color: #151e4b;
  line-height: 1.7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gift-content-wrap .gift-content-item .lead p {
  color: #fff;
}
.gift-content-wrap .gift-content-item h2 {
  margin-bottom: 16px;
}
.gift-content-wrap .gift-content-item .gift-item-box {
  padding: 32px 16px;
  width: min(100%, 1230px);
  background-image: url(../images/bg_gift.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.gift-content-wrap .gift-content-item .gift-item-box p {
  font-weight: 600;
  line-height: 2;
}
.gift-content-wrap .gift-content-item .gift-pdf-btn {
  margin: 32px auto 16px;
  display: flex;
  flex-direction: column;
  width: min(100% - 32px, 324px);
  padding: 16px;
  border-radius: 100px;
  background-color: #fff;
  color: #151e4b;
}

.course-box {
  padding: 12px;
  background-color: #fff;
  color: #151e4b;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .course-box {
    padding: 10px;
  }
}
.course-box:nth-child(2) {
  margin-top: 16px;
}
.course-box .course-title {
  background-color: #151e4b;
  color: #fff;
  width: 100%;
  margin-bottom: 8px;
}
.course-box .course-detail-box {
  font-size: 14px;
  line-height: 1.3;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .course-box .course-detail-box {
    font-size: 12px;
  }
}
.course-box .course-detail-box .course-drink {
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .course-box .course-detail-box .course-drink span {
    letter-spacing: -1px;
  }
}
.course-box .course-detail-box .course-price-box {
  width: 100%;
  margin: 8px 0;
  display: flex;
}
.course-box .course-detail-box .course-price-box .course-count {
  background-color: #151e4b;
  color: #fff;
  width: 30%;
  padding: 4px;
  text-align: center;
}
.course-box .course-detail-box .course-price-box .course-price {
  width: 70%;
  text-align: right;
}
.course-box .course-detail-box .course-price-box .course-price span {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .course-box .course-detail-box .course-price-box .course-price span {
    font-size: 16px;
  }
}
.course-box .course-notice {
  width: 100%;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}

.info-title::before {
  content: '';
  height: 20px;
  width: 20px;
  display: inline-block;
  background-image: url(../images/list_mark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-right: 4px;
  filter: invert(1);
}

@media screen and (max-width: 768px) {
  .ft-item {
    line-height: 24px;
  }
}

@media screen and (max-width: 768px) {
  .ft-item:not(:last-child) .ft-link:nth-child(2n) {
    display: block;
  }
}

.ft-item:last-child .ft-link:nth-child(2n)::before {
  content: '|';
  padding: 0 8px;
}

.ichiba_holiday {
  font-weight: bold;
  text-decoration: underline;
}
.ichiba_holiday::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/icon_exlink01_bg-gray.svg);
  background-size: contain;
  vertical-align: middle;
  margin-right: 6px;
  margin-left: 3px;
}

.banner__wrap {
  width: min(100% - 32px, 960px);
  margin: 0 auto 56px;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .banner__wrap {
    display: block;
  }
}
.banner__item {
  width: min(49%, 760px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .banner__item {
    width: 100%;
  }
}

.faq-notice {
  margin: 0 auto;
  width: min(100%, 600px);
}
.faq-notice.right {
  text-align: right;
}

.noreserve {
  text-decoration: underline;
}

.page-top {
  position: fixed;
  bottom: 24px;
  background-color: #fff;
  border: 2px solid #151e4b;
  z-index: 910;
  opacity: 0;
  transform: translateX(100px);
}
.page-top:hover {
  border: 2px solid #28398c;
}
.page-top > a {
  display: block;
  background: url(../images/backtoTop.png) no-repeat;
  background-size: 21px 16px;
  background-position: 17px 17px;
  transition: all 0.3s;
}
.page-top > a:hover {
  color: #28398c;
  background: url(../images/backtoTop_h.png) no-repeat;
  background-size: 21px 16px;
  background-position: 17px 17px;
}
@media screen and (max-width: 768px) {
  .page-top {
    right: 0;
    bottom: 100px;
    width: 54px;
    height: 54px;
    border-radius: 10px 0 0 10px;
  }
  .page-top > a {
    width: 54px;
    height: 54px;
  }
}
@media screen and (min-width: 769px) {
  .page-top {
    right: 24px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
  }
  .page-top > a {
    width: 56px;
    height: 56px;
  }
}

#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(100px);
  }
}

.newyear {
  font-family: 'Zen Old Mincho', serif;
}

.newyear__detail {
  font-family: 'Zen Old Mincho', serif;
  width: min(100% - 32px, 960px);
  position: relative;
  background-color: #fff1e9;
  border: 1px solid #ffc116;
  text-align: center;
  padding: 32px 16px;
  margin: 48px auto 48px;
}
@media screen and (max-width: 768px) {
  .newyear__detail {
    margin: 24px auto 48px;
  }
}
.newyear__detail h3 {
  color: #4d4d4d;
  margin-bottom: 8px;
}
.newyear__detail .notice {
  font-size: 18px;
}
.newyear__detail .price {
  font-weight: bold;
  color: #d65942;
}
.newyear__detail .newyear-obj_01 {
  position: absolute;
  width: 120px;
  top: 40px;
  right: 32px;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .newyear__detail .newyear-obj_01 {
    width: 50px;
    top: 32px;
    right: 16px;
  }
}
.newyear__detail .newyear-obj_02 {
  position: absolute;
  width: 120px;
  top: 40px;
  left: 32px;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .newyear__detail .newyear-obj_02 {
    width: 50px;
    top: 32px;
    left: 12px;
  }
}

.sns-wrap {
  width: 100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.sns-wrap .sns-item img {
  width: 30px;
  height: 30px;
}
.sns-wrap .sns-item img.x-only {
  filter: brightness(0);
}

.specialty.specialty-bg {
  background-position: center;
  background-size: cover;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .specialty.specialty-bg {
    padding-bottom: 60px;
  }
}
.specialty.specialty-bg .smoke-filter {
  padding: 60px 0;
}

.specialty-heading {
  text-align: center;
}

.specialty-h-jp {
  display: inline-block;
  font-family: 'Zen Old Mincho', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 31px;
  color: #fff;
}

.specialty-h-en {
  margin: 32px auto 0;
  font-size: 16px;
  letter-spacing: 4px;
  font-weight: 300;
  color: #fff;
}

.spty-grid-wrap {
  font-family: 'Zen Old Mincho', serif;
  width: min(100%, 1104px);
  margin: 0 auto;
  color: #fff;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  row-gap: 80px;
}
@media screen and (max-width: 768px) {
  .spty-grid-wrap {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
}
.spty-grid-wrap .spty-grid-image {
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}
.spty-grid-wrap .spty-grid-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.spty-grid-wrap .spty-grid-image.A-1 {
  grid-column: 1/8;
  grid-row: 1;
  align-self: start;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .spty-grid-wrap .spty-grid-image.A-1 {
    grid-column: 1/-1;
    grid-row: 1;
  }
}
.spty-grid-wrap .spty-grid-image.B-2 {
  grid-column: 6/13;
  grid-row: 2;
  align-self: start;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .spty-grid-wrap .spty-grid-image.B-2 {
    grid-column: 1/-1;
    grid-row: 3;
  }
}
.spty-grid-wrap .spty-grid-item {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 24px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .spty-grid-wrap .spty-grid-item {
    padding: 16px;
    margin: -40px 16px 0;
    backdrop-filter: none;
  }
}
.spty-grid-wrap .spty-grid-item.A-2 {
  grid-column: 6/13;
  grid-row: 1;
  margin-top: 64px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .spty-grid-wrap .spty-grid-item.A-2 {
    grid-column: 1/-1;
    grid-row: 2;
    margin-top: 0px;
  }
}
.spty-grid-wrap .spty-grid-item.B-1 {
  grid-column: 1/8;
  grid-row: 2;
  margin-top: 64px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .spty-grid-wrap .spty-grid-item.B-1 {
    grid-column: 1/-1;
    grid-row: 4;
    margin-top: 0px;
  }
}
.spty-grid-wrap .spty-grid-item {
  /* --- 中のテキスト微調整 --- */
}
.spty-grid-wrap .spty-grid-item .grid-title {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .spty-grid-wrap .spty-grid-item .grid-title {
    margin-bottom: 24px;
  }
}
.spty-grid-wrap .spty-grid-item .grid-title h3 {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .spty-grid-wrap .spty-grid-item .grid-title h3 {
    font-size: 26px;
  }
}
.spty-grid-wrap .spty-grid-item .grid-title h3 .accent {
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  .spty-grid-wrap .spty-grid-item .grid-title h3 .accent {
    font-size: 36px;
  }
}
.spty-grid-wrap .spty-grid-item .grid-title p {
  font-size: 18px;
  color: #fff;
  margin-top: 8px;
}
.spty-grid-wrap .spty-grid-item .detail {
  margin-bottom: 16px;
}
.spty-grid-wrap .spty-grid-item .detail:last-child {
  margin-bottom: 0;
}
.spty-grid-wrap .spty-grid-item .detail p {
  line-height: 1.6;
  color: #e0e0e0;
}
.spty-grid-wrap .spty-grid-item .spty-item-title {
  margin-bottom: 8px;
  font-size: 20px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .spty-grid-wrap .spty-grid-item .spty-item-title {
    font-size: 18px;
  }
}
.spty-grid-wrap .spty-grid-item .spty-item-title::before {
  content: '';
  flex-shrink: 0;
  height: 24px;
  width: 24px;
  display: inline-block;
  background-image: url(../images/list_mark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(1);
  margin-right: 8px;
  margin-top: 2px;
}

.private {
  background-color: #151e4b;
  padding: 80px 0;
}

.private-heading {
  margin-bottom: 24px;
}
.private-heading .private-h-jp {
  display: inline-flex;
  flex-direction: row-reverse;
  font-family: 'Zen Old Mincho', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 31px;
}
.private-heading .private-h-en {
  margin: 32px auto 0;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 4px;
}

.private-lead {
  margin-bottom: 56px;
}
.private-lead p {
  line-height: 2;
  color: #fff;
}

.private-image-wrap {
  margin: 0 auto 56px;
  width: min(100%, 1246px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 2px;
}
@media screen and (max-width: 768px) {
  .private-image-wrap {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .private-image-wrap .A-1 {
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .private-image-wrap .A-2 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .private-image-wrap .A-3 {
    display: none;
  }
}

.private-details {
  font-family: 'Zen Old Mincho', serif;
}
.private-details .title {
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 12px;
}
.private-details p {
  font-size: 18px;
  color: #fff;
}
.private-details .person {
  margin: 32px auto 38px;
  width: 300px;
  display: flex;
  align-items: center;
}
.private-details .person .label {
  display: inline-block;
  width: 92px;
  border: 1px solid #fff;
  padding: 4px;
  margin-right: 10px;
}
.private-details .person .price {
  font-size: 24px;
  display: inline-block;
  color: #fff;
}
.private-details .menu-btn {
  color: #151e4b;
  background-color: #fff;
  border: 1px solid #fff;
  margin-bottom: 62px;
}
.private-details .menu-btn:hover {
  text-decoration: underline;
}
.private-details .reserve-btn {
  background-color: #535639;
  border: 1px solid #535639;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(288px, 100%);
  height: 62px;
  color: #fff;
  border-radius: 88px;
  transition: all 0.3s;
  margin: 0 auto 24px;
  color: #151e4b;
  background-color: #fff;
  border: 1px solid #fff;
  margin-bottom: 62px;
}
.private-details .reserve-btn:hover {
  text-decoration: underline;
}

.private-notice {
  padding: 20px;
  text-align: left;
  margin: 0 auto;
  width: min(100% - 32px, 1247px);
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .private-notice {
    padding: 0 16px;
    border: none;
  }
}
.private-notice P {
  color: #fff;
  line-height: 2.2;
}
.private-notice ul li {
  margin-bottom: 16px;
}
.private-notice ul li:last-child {
  margin-bottom: 0;
}

.floating-contact {
  position: fixed;
  z-index: 900;
  transition: transform 0.3s ease;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(100%);
}
.floating-contact.is-show {
  transform: translateY(-50%) translateX(0);
}
@media screen and (max-width: 768px) {
  .floating-contact {
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    padding: 0;
    transform: translateY(100%);
  }
  .floating-contact.is-show {
    transform: translateY(0);
  }
}

.floating-contact__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #535639;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  writing-mode: vertical-rl;
  padding: 24px 12px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px 0 0 8px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .floating-contact__btn {
    writing-mode: horizontal-tb;
    padding: 8px 8px calc(16px + env(safe-area-inset-bottom));
    margin: 0 auto;
    width: min(100% - 32px, 100%);
    height: auto;
    font-size: 16px;
    letter-spacing: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}

.js-scroll-fadein {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.js-scroll-fadein.is-active {
  opacity: 1;
  transform: translateY(0);
}

.js-scroll-fadein {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.js-scroll-fadein.from-right {
  transform: translateX(40px);
}
.js-scroll-fadein.from-left {
  transform: translateX(-40px);
}
.js-scroll-fadein.is-active {
  opacity: 1;
  transform: translate(0, 0);
}
.js-scroll-fadein.delay-02 {
  transition-delay: 0.2s;
}
.js-scroll-fadein.delay-04 {
  transition-delay: 0.4s;
}
