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

body {
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0 auto;
}

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

li {
  list-style: none;
  padding: 0;
}

a {
  text-decoration: none;
}

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

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

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

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

.mv-grid {
  position: relative;
  display: grid;
  grid-template-columns: 2fr 1.555fr;
}
@media screen and (max-width: 768px) {
  .mv-grid {
    display: block;
  }
}
.mv-grid .sns-wrap {
  z-index: 100;
  width: min(100%, 90px);
  position: absolute;
  top: 16px;
  right: 16px;
}
@media screen and (max-width: 768px) {
  .mv-grid .sns-wrap {
    width: min(100%, 80px);
  }
}

.mv-grid-item {
  position: relative;
  text-align: center;
}

.mv-logo {
  grid-column: 2 / span 1;
  grid-row: 1;
  padding: 110px 14.28% 90px;
  padding: 90px 14.28% 70px;
}
@media screen and (max-width: 768px) {
  .mv-logo {
    padding: 48px 0 40px;
    padding: 80px 0 60px;
    text-align: center;
  }
}

.mv-lead {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 14px;
  background-color: #3b405d;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
}
@media screen and (max-width: 768px) {
  .mv-lead {
    padding: 3px 10px;
    font-size: 12px;
    bottom: 24px;
  }
}

.mv-img {
  grid-column: 1 / span 1;
  grid-row: 1 / span 2;
}

.mv-menu {
  grid-column: 2 / span 1;
  grid-row: 2;
  padding: 0 14.28% 70px;
}
@media screen and (max-width: 768px) {
  .mv-menu {
    padding: 40px 12% 64px;
  }
}

.logo-iroha {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .logo-iroha {
    display: inline-block;
  }
}

.mv-img-iroha {
  width: 100%;
  height: 100%;
  max-height: 700px;
}
.mv-img-iroha img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.menu-iroha-list-item {
  border-top: 1px #151e4b solid;
}
.menu-iroha-list-item:last-child {
  border-bottom: 1px #151e4b solid;
}

.menu-iroha-link {
  padding: 18px 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-family: 'Zen Old Mincho', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  font-size: 20px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media screen and (min-width: 769px) {
  .menu-iroha-link:hover {
    font-weight: bold;
  }
}

.concept.concept-bg {
  padding: 80px 0 56px;
  background-image: url(../images/pc/concept_bg.jpg);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .concept.concept-bg {
    padding: 80px 20px 56px;
    background-image: url(../images/sp/concept_bg.jpg);
  }
}

.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;
}

.news__link {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.3125;
  letter-spacing: 0.025em;
  color: #6b696d;
  background-image: url(https://www.glamhide.com/assets/img/common/icon_exlink01_bg-gray.svg);
  background-repeat: no-repeat;
  background-position: left 0 top 6px;
  background-size: 13px;
  padding-left: 20px;
}

.info-desc {
  text-align: center;
}
.info-desc .desc-text {
  font-size: 16px;
  line-height: 38px;
  border-bottom: 1px dotted #7e7e7e;
}

.faq-grid-title {
  text-align: center;
  margin-bottom: 10px;
}

.faq-grid {
  width: min(100%, 600px);
  margin: 0 auto;
  border: 1px solid gray;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 100px 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .faq-grid {
    grid-template-rows: auto;
    grid-template-columns: 63px 1fr 1fr;
  }
}
.faq-grid.two {
  border-top: none;
}
.faq-grid .grid-item {
  padding: 5px;
}
.faq-grid .A-1 {
  grid-row: 1 / span 4;
  grid-column: 1;
}
.faq-grid .B-1 {
  grid-row: 1;
  grid-column: 2;
  border-left: 1px solid gray;
}
.faq-grid .C-1 {
  grid-row: 1;
  grid-column: 3;
  border-left: 1px solid gray;
}
.faq-grid .B-2 {
  grid-row: 2;
  grid-column: 2;
  border-bottom: 1px solid gray;
  border-left: 1px solid gray;
}
.faq-grid .C-2 {
  grid-row: 2;
  grid-column: 3;
  border-bottom: 1px solid gray;
  border-left: 1px solid gray;
}
.faq-grid .B-3 {
  grid-row: 3;
  grid-column: 2;
  border-bottom: 1px solid gray;
  border-left: 1px solid gray;
}
.faq-grid .C-3 {
  grid-row: 3;
  grid-column: 3;
  border-bottom: 1px solid gray;
  border-left: 1px solid gray;
}
.faq-grid .B-4 {
  grid-row: 4;
  grid-column: 2;
  border-left: 1px solid gray;
}
.faq-grid .C-4 {
  grid-row: 4;
  grid-column: 3;
  border-left: 1px solid gray;
}

.holiday {
  background-color: #ffeded;
}

.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;
  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%;
  }
}

.gall-img {
  width: 100%;
  height: 100%;
  -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-image: url(../images/pc/reserve_bg.jpg);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .reserve.reserve-bg {
    padding: 80px 20px 67px;
    background-image: url(../images/sp/reserve_bg.jpg);
  }
}

.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: 64px auto 0;
  margin: 48px auto 0;
  padding: 40px;
  background-color: #fff;
  width: 760px;
}
@media screen and (max-width: 768px) {
  .rsv-info {
    margin: 40px auto 0;
    padding: 40px 15px;
    width: 100%;
  }
}

.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;
  border-radius: 88px;
  transition: all 0.3s;
  margin: 0 auto 24px;
}

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

.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;
}

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;
}

.banners {
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .banners {
    margin: 32px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .banner + .banner {
    margin-top: 16px;
  }
}

.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;
}

.urgent {
  padding: 60px 0;
}

.urgent-wrap {
  margin: 0 auto;
  width: min(100% - 32px, 960px);
  border: 2px solid red;
  padding: 16px 16px;
}
@media screen and (min-width: 769px) {
  .urgent-wrap {
    text-align: center;
  }
}
.urgent-wrap h3 {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .urgent-wrap h3 {
    text-align: center;
  }
}
.urgent-wrap p {
  line-height: 1.7;
  font-size: 16px;
}

.newyear-info__grid {
  background-color: #fff;
  width: min(100%, 600px);
  margin: 24px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(10, auto);
  border-collapse: collapse;
}
.newyear-info__grid > div {
  border: 1px solid rgba(45, 45, 45, 0.1764705882);
  padding: 8px;
}
.newyear-info__grid .l_r_b {
  text-align: center;
}
.newyear-info__grid .t_r_b_l {
  background-color: #d7d0c6;
  text-align: center;
}
.newyear-info__grid .t_b_l {
  background-color: #d7d0c6;
  text-align: center;
}

.news.news-bg .smoke-filter {
  padding: 60px 0;
}

.news-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;
  color: #151e4b;
}

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

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

.news__wrap {
  background-color: #fff;
  border: 1px solid rgba(45, 45, 45, 0.1764705882);
  width: min(100%, 960px);
  margin: 16px auto;
  padding: 16px;
  border-radius: 8px;
}
.news__wrap .news-line-wrap {
  margin-bottom: 8px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .news__wrap .news-line-wrap {
    flex-direction: column;
  }
}
.news__wrap .news-line-wrap .news-date {
  color: #6b696d;
  margin-top: auto;
  font-size: 14px;
  padding-right: 5px;
}
.news__wrap .news-line-wrap .news-text {
  margin-top: 5px;
}

.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: 32px auto;
}
.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 {
  margin: 0 auto 56px;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  width: min(100% - 32px, 960px);
}
@media screen and (max-width: 768px) {
  .banner-wrap {
    display: block;
  }
}

.part-time-job {
  width: min(49%, 760px);
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .part-time-job {
    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: 500;
  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-image: url(../images/pc/specialty_bg.jpg);
  background-position: center;
  background-size: cover;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .specialty.specialty-bg {
    background-image: url(../images/sp/specialty_bg_sp.jpg);
  }
}
.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%, 1504px);
  margin: 0 auto;
  color: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .spty-grid-wrap {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
  }
}
@media screen and (max-width: 768px) {
  .spty-grid-wrap .A-2 {
    grid-row: 2/3;
  }
}
@media screen and (max-width: 768px) {
  .spty-grid-wrap .B-1 {
    grid-row: 4/5;
  }
}
.spty-grid-wrap .spty-grid-image {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .spty-grid-wrap .spty-grid-image {
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .spty-grid-wrap .spty-grid-image.A-1 {
    grid-row: 1/2;
  }
}
@media screen and (max-width: 768px) {
  .spty-grid-wrap .spty-grid-image .B-2 {
    grid-row: 3/4;
  }
}
.spty-grid-wrap .spty-grid-image img {
  width: 100%;
  height: auto;
}
.spty-grid-wrap .spty-grid-item {
  background-color: rgba(0, 0, 0, 0.4941176471);
  padding: 0 24px;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .spty-grid-wrap .spty-grid-item {
    padding: 16px;
  }
}
@media screen and (max-width: 768px) {
  .spty-grid-wrap .spty-grid-item.A-2 {
    grid-row: 2/3;
  }
}
@media screen and (max-width: 768px) {
  .spty-grid-wrap .spty-grid-item.B-1 {
    grid-row: 4/5;
  }
}
.spty-grid-wrap .spty-grid-item .grid-title {
  margin-bottom: 16px;
}
@media screen and (min-width: 1025px) {
  .spty-grid-wrap .spty-grid-item .grid-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .spty-grid-wrap .spty-grid-item .grid-title {
    margin-bottom: 32px;
  }
}
.spty-grid-wrap .spty-grid-item .grid-title h3 {
  font-size: 32px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .spty-grid-wrap .spty-grid-item .grid-title h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .spty-grid-wrap .spty-grid-item .grid-title h3 {
    font-size: 24px;
  }
}
.spty-grid-wrap .spty-grid-item .grid-title h3 .accent {
  font-size: 48px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .spty-grid-wrap .spty-grid-item .grid-title h3 .accent {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .spty-grid-wrap .spty-grid-item .grid-title h3 .accent {
    font-size: 32px;
  }
}
.spty-grid-wrap .spty-grid-item .grid-title p {
  font-size: 20px;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .spty-grid-wrap .spty-grid-item .grid-title p {
    font-size: 18px;
  }
}
.spty-grid-wrap .spty-grid-item .detail:nth-child(2) {
  margin-bottom: 32px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .spty-grid-wrap .spty-grid-item .detail:nth-child(2) {
    margin-bottom: 16px;
  }
}
.spty-grid-wrap .spty-grid-item .detail:nth-child(3) {
  margin-bottom: 32px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .spty-grid-wrap .spty-grid-item .detail:nth-child(3) {
    margin-bottom: 16px;
  }
}
.spty-grid-wrap .spty-grid-item .detail p {
  line-height: 1.2;
  color: #fff;
}
.spty-grid-wrap .spty-grid-item .spty-item-title {
  margin-bottom: 8px;
  font-size: 24px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .spty-grid-wrap .spty-grid-item .spty-item-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .spty-grid-wrap .spty-grid-item .spty-item-title {
    line-height: 1.5;
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
}
.spty-grid-wrap .spty-grid-item .spty-item-title::before {
  content: '';
  height: 32px;
  width: 32px;
  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: 8px;
  filter: invert(1);
}
@media screen and (max-width: 768px) {
  .spty-grid-wrap .spty-grid-item .spty-item-title::before {
    height: 24px;
    width: 24px;
  }
}
.spty-grid-wrap .spty-grid-item .spty-item-title p {
  color: #fff;
}

.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-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;
}

.maintenance-header {
  background-color: #151e4b;
  color: #fff;
  padding: 16px;
}
.maintenance-header .header-logo {
  width: 120px;
}

.maintenance {
  padding: 80px 0;
}
.maintenance h1,
.maintenance h2 {
  margin: 0;
}
.maintenance p {
  text-align: center;
  line-height: 2;
  font-size: 14px;
}
.maintenance__inner {
  width: min(100% - 32px, 860px);
  margin: 0 auto;
}
.maintenance__title {
  text-align: center;
  margin-bottom: 16px;
}
.maintenance__subtitle {
  text-align: center;
  margin: 16px auto;
}
.maintenance__wrap {
  border: 1px solid gray;
  padding: 16px;
  text-align: center;
  margin: 16px auto;
}
.maintenance__wrap P {
  font-weight: B;
  font-size: 18px;
}
.maintenance .menu-btn {
  margin-top: 32px;
}

ol {
  margin: 0;
}

.breadcrumb {
  padding: 0.5rem;
  margin-bottom: 1rem;
  list-style: none;
  border-radius: 0.25rem;
  font-size: 12px;
}

.breadcrumb-item {
  display: inline-block;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: '>'; /* 区切り文字をスラッシュから「>」に変更 */
}

.breadcrumb-item a {
  color: gray; /* リンクの色 */
  text-decoration: none;
}

.breadcrumb-item a:hover {
  text-decoration: underline;
}

.breadcrumb-item.active {
  color: #6c757d; /* 現在のページの色 */
}

.event {
  font-family: 'Zen Old Mincho', serif;
}
.event.event-bg {
  padding: 60px 0;
  background-color: #000000;
}
.event .menu-btn {
  background-color: #fff;
  color: #0b133a;
}

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

.event-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;
}

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

.event-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) {
  .event-h-title {
    font-size: 24px;
  }
}
.event-h-title .txt-lg {
  font-size: 64px;
}
@media screen and (max-width: 768px) {
  .event-h-title .txt-lg {
    font-size: 32px;
  }
}

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

.event-contents-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin: 60px auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .event-contents-wrapper {
    flex-direction: column;
  }
}

.event-item {
  flex: 1;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  text-align: center;
  justify-content: flex-start; /* 子要素を縦方向の中央に配置 */
  align-items: center; /* 子要素を横方向の中央に配置 */
}
.event-item p {
  margin: 24px 0 48px; /* 段落の上部に少し余白 */
  font-size: 14px;
  line-height: 2.4;
  color: white;
}
@media screen and (max-width: 768px) {
  .event-item p {
    font-size: 16px;
    line-height: 2;
  }
}
.event-item h2 {
  font-weight: normal;
  font-size: 36px;
}
.event-item h2 .small {
  font-size: 24px;
}
.event-item .sub-title {
  margin-top: 40px;
  font-size: 24px;
}

.event-extension {
  background-image: url(../images/pc/event_01.png);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .event-extension {
    background-image: url(../images/sp/event_01_sp.png);
  }
}

.event-sushi {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}
.event-sushi .event-item-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  padding: 40px;
  height: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .event-sushi .event-item-inner {
    flex-direction: column;
    gap: 20px;
    padding: 40px 20px;
  }
}
.event-sushi .event-text-container {
  flex: 1;
  text-align: left;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .event-sushi .event-text-container {
    text-align: center;
    padding-left: 0;
  }
}
.event-sushi .event-image-container {
  flex: 1;
}
.event-sushi .event-image-container img {
  width: 100%;
  height: auto;
  display: block;
}
.event-sushi h2 {
  line-height: 1.4;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .event-sushi h2 {
    text-align: center;
  }
}
.event-sushi p {
  line-height: 1.8;
  margin: 24px 0 24px;
}
.event-sushi .sub-title {
  margin-bottom: 12px;
}
