@charset "UTF-8";
.c-hamburger-menu-button span, .c-hamburger-menu-button span::before, .c-hamburger-menu-button span::after {
  content: "";
  height: 6px;
  width: 36px;
  display: block;
  position: absolute;
  background-color: #ffffff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

html {
  overflow: auto;
}

body {
  max-width: 1920px;
  min-width: 1024px;
  overflow: hidden;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #000000;
}

@media screen and (max-width: 768px) {
  body {
    max-width: 100vw;
    min-width: 100vw;
  }
}

em {
  font-style: normal;
}

.container {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .container {
    width: 100vw;
    padding: 0 12px 0;
  }
}

.container--wide {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .container--wide {
    width: 100vw;
    padding: 0 12px 0;
  }
}

.container--narrow {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .container--narrow {
    width: 100vw;
    padding: 0 12px 0;
  }
}

.l-general-header {
  height: 570px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-general-header {
    height: clamp(320px, 95vw, 650px);
  }
}

@media screen and (min-width: 769px) {
  .l-general-header {
    margin: 10px 0 0;
  }
}

.l-general-header__nav {
  padding: 3vh 0;
}

.l-general-header__menu {
  height: calc(100vh - 72px);
  position: fixed;
  top: -100%;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .l-top-contents {
    padding: 30px 0 0;
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 768px) {
  .l-top-contents {
    padding: 6px 0;
    position: fixed;
    top: 0;
    z-index: 3;
  }
}

.l-top-contents__logo-and-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-top-contents__logo-and-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-top-contents__logo-item {
  height: 120px;
}

@media screen and (max-width: 768px) {
  .l-top-contents__logo-item {
    height: 50px;
    margin: 0;
  }
}

.l-top-contents__logo-item img {
  height: 100%;
}

.l-top-contents__nav-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-general-footer__header {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .l-general-footer__header {
    height: 100px;
  }
}

.l-general-footer__contents:nth-of-type(3), .l-general-footer__contents:nth-of-type(5) {
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  .l-general-footer__contents:nth-of-type(3), .l-general-footer__contents:nth-of-type(5) {
    padding: 10px 0;
  }
}

.l-general-footer__contents:nth-of-type(6) {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .l-general-footer__contents:nth-of-type(6) {
    height: 40px;
  }
}

.l-general-footer__gmap {
  height: 0;
  padding: 0 0 300px 0;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .l-general-footer__gmap {
    padding: 0 0 240px 0;
  }
}

.l-general-footer__gmap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.l-access-contents {
  padding: 80px 0 40px;
}

@media screen and (max-width: 768px) {
  .l-access-contents {
    padding: 40px 0 20px;
  }
}

.l-access-contents__info-and-appearance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-access-contents__info-item {
  width: 65%;
}

@media screen and (max-width: 768px) {
  .l-access-contents__info-item {
    width: 100%;
  }
}

.l-access-contents__logo {
  width: 120px;
}

@media screen and (max-width: 768px) {
  .l-access-contents__logo {
    margin: 0 auto;
  }
}

.l-access-contents__logo img {
  width: 100%;
}

.l-access-contents__address {
  padding: 20px 0 30px;
}

.l-access-contents__image-item {
  width: 35%;
}

@media screen and (max-width: 768px) {
  .l-access-contents__image-item {
    width: 100%;
  }
}

.l-access-contents__image-item img {
  width: 100%;
}

.l-general-header__menu {
  background-color: rgba(92, 7, 12, 0.9);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

@media screen and (max-width: 768px) {
  .l-top-contents {
    background-color: #5c070c;
  }
}

.l-top-contents__nav-item li {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #ffffff;
}

.l-top-contents__nav-item li:not(:last-of-type)::after {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #ffffff;
  content: "|";
  display: inline-block;
  padding: 0 1em 0;
}

.l-general-footer {
  color: #ffffff;
  background-color: #5c070c;
}

.l-general-footer__heading {
  font-size: 26px;
  font-weight: 500;
  line-height: inherit;
}

@media screen and (max-width: 768px) {
  .l-general-footer__heading {
    font-size: 20px;
  }
}

.l-general-footer__contents:nth-of-type(6) {
  background-color: #000000;
}

.l-general-footer__copyright {
  font-size: 14px;
  font-weight: 500;
  line-height: inherit;
}

@media screen and (max-width: 768px) {
  .l-general-footer__copyright {
    font-size: 11px;
  }
}

.l-access-contents__address span {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  .l-access-contents__address span {
    font-size: 15px;
    line-height: 29px;
  }
}

.c-sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .c-sns ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0;
  }
}

.c-sns li:not(:last-of-type) {
  margin: 0 30px 0 0;
}

.c-sns a {
  display: block;
  width: 50px;
}

.c-sns a img {
  width: 100%;
}

.c-sns.is-top ul {
  margin: 20px 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .c-link ul {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.c-link li {
  width: 32%;
  height: 80px;
  text-align: center;
  line-height: 80px;
  color: #000000;
  background-color: #ffffff;
}

@media screen and (max-width: 768px) {
  .c-link li {
    height: 60px;
    width: 100%;
    margin: 10px 0;
    line-height: 60px;
  }
}

.c-link a {
  height: 100%;
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: inherit;
}

@media screen and (max-width: 768px) {
  .c-link a {
    font-size: 17px;
  }
}

.c-link.is-top ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.c-link.is-top li {
  width: 100%;
  margin: 0 0 20px;
  height: 60px;
  line-height: 60px;
}

.c-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-navigation li {
  font-size: 14px;
  font-weight: 500;
  line-height: inherit;
  color: #ffffff;
}

@media screen and (min-width: 769px) {
  .c-navigation li:not(:last-of-type)::after {
    content: "|";
    display: inline-block;
    padding: 0 1em 0;
    font-size: 14px;
    font-weight: 500;
    line-height: inherit;
  }
}

@media screen and (max-width: 768px) {
  .c-navigation li {
    width: 100%;
    text-align: center;
    font-size: 15px;
    padding: 0.5em 0;
  }
}

.c-navigation.is-sp li, .c-navigation.is-top li {
  font-size: 15px;
  font-weight: 500;
  line-height: inherit;
  text-align: left;
}

.c-navigation.is-sp li::before, .c-navigation.is-top li::before {
  content: "▶";
  display: inline-block;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: inherit;
}

.c-navigation.is-sp li::after, .c-navigation.is-top li::after {
  content: "";
}

@media screen and (min-width: 769px) {
  .c-navigation.is-top ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 769px) {
  .c-navigation.is-top li {
    font-size: 24px;
    font-weight: 500;
    line-height: inherit;
    margin: 0 0 1.4em;
  }
}

.c-fixed-menu {
  height: 520px;
  width: 50px;
  position: fixed;
  top: 35px;
  right: -4px;
  z-index: 1;
}

.c-fixed-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-fixed-menu li {
  height: 250px;
  width: 50px;
  line-height: 46px;
  text-align: center;
  background-color: #ffffff;
  border: 2px solid #c86400;
  border-radius: 5px;
}

.c-fixed-menu li:first-of-type {
  margin: 0 0 20px;
}

.c-fixed-menu a {
  height: 100%;
  width: 100%;
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 14px;
  font-weight: 500;
  line-height: inherit;
}

.c-page-top {
  position: fixed;
  bottom: 100px;
  right: 50px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .c-page-top {
    bottom: 50px;
    right: 25px;
  }
}

.c-page-top a {
  display: block;
  width: 50px;
}

.c-page-top a img {
  width: 100%;
}

.c-hamburger-menu-button {
  height: 60px;
  width: 60px;
  display: block;
  position: relative;
  z-index: 4;
  cursor: pointer;
}

.c-hamburger-menu-button input {
  display: none;
}

.c-hamburger-menu-button input:checked + span {
  background-color: rgba(255, 255, 255, 0);
}

.c-hamburger-menu-button input:checked + span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger-menu-button input:checked + span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-hamburger-menu-button span {
  top: 27px;
  left: 12px;
}

.c-hamburger-menu-button span::before {
  bottom: 13px;
}

.c-hamburger-menu-button span::after {
  top: 13px;
}

.is-pc {
  display: none;
}

@media screen and (min-width: 769px) {
  .is-pc {
    display: block;
  }
}

.is-sp {
  display: none;
}

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

.is-1024 {
  display: none;
}

@media screen and (min-width: 769px) and (max-width: 1441px) {
  .is-1024 {
    display: block;
  }
}

.js-display {
  opacity: 1;
  z-index: 3;
}

.u-reservation-padding {
  padding: 60px 0 136px;
}

@media screen and (max-width: 768px) {
  .u-reservation-padding {
    padding: 30px 0 50px;
  }
}

.u-ff-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.u-ff-serif {
  font-family: "Noto Serif JP", serif;
}

.u-font-16-400-29 {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}

.u-font-16-400-30 {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.u-font-18-400-43 {
  font-size: 18px;
  font-weight: 400;
  line-height: 43px;
}

.u-font-18-400-45 {
  font-size: 18px;
  font-weight: 400;
  line-height: 45px;
}

.u-font-20-400-30 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.u-font-24-400-40 {
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

.u-font-26-300-30 {
  font-size: 26px;
  font-weight: 300;
  line-height: 30px;
}

.u-font-26-500-30 {
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}

.u-font-30-400-51 {
  font-size: 30px;
  font-weight: 400;
  line-height: 51px;
}

.u-font-36-400-47 {
  font-size: 36px;
  font-weight: 400;
  line-height: 47px;
}

.u-font-47-400-68 {
  font-size: 47px;
  font-weight: 400;
  line-height: 68px;
}

.u-font-51-400-60 {
  font-size: 51px;
  font-weight: 400;
  line-height: 60px;
}

.u-font-53-900-57 {
  font-size: 53px;
  font-weight: 900;
  line-height: 57px;
}

@media screen and (max-width: 768px) {
  .u-font-sp-14-400-22 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }
}

@media screen and (max-width: 768px) {
  .u-font-sp-14-400-23 {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
  }
}

@media screen and (max-width: 768px) {
  .u-font-sp-14-400-25 {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
  }
}

@media screen and (max-width: 768px) {
  .u-font-sp-15-400-29 {
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;
  }
}

@media screen and (max-width: 768px) {
  .u-font-sp-18-400-27 {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
  }
}

@media screen and (max-width: 768px) {
  .u-font-sp-19-300-22 {
    font-size: 19px;
    font-weight: 300;
    line-height: 22px;
  }
}

@media screen and (max-width: 768px) {
  .u-font-sp-19-400-31 {
    font-size: 19px;
    font-weight: 400;
    line-height: 31px;
  }
}

@media screen and (max-width: 768px) {
  .u-font-sp-20-500-15 {
    font-size: 20px;
    font-weight: 500;
    line-height: 15px;
  }
}

@media screen and (max-width: 768px) {
  .u-font-sp-21-400-31 {
    font-size: 21px;
    font-weight: 400;
    line-height: 31px;
  }
}

@media screen and (max-width: 768px) {
  .u-font-sp-38-900-41 {
    font-size: 38px;
    font-weight: 900;
    line-height: 41px;
  }
}