@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-feature-settings: "palt" 1;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

:root {
  --c-black: #000000;
  --c-white: #ffffff;
  --c-gray-10: #e8eaea;
  --c-gray-20: #b2b6b6;
  --c-gray-bg: #e6e6e1;
  --c-green: #195055;
  --c-gold: #9f9073;
  --c-navy: #294e71;
  --c-red: #9b2328;
  --c-bg: var(--c-navy);
  --c-text: var(--c-black);
  --c-link: var(--c-black);
  --c-link-hover: var(--c-gold);
  --z-fixed: 1030;
  --z-modal: 1050;
  --f-default: "Noto Sans JP", sans-serif;
  --f-serif: "Noto Serif JP", serif;
}
@media only screen and (max-width: 991.98px) {
  :root {
    --s-container-block-start: 3.75rem;
    --s-container-block-end: calc(3.75rem + 6.4vw);
    --s-container-inline: 1.25rem;
    --s-container-inline-narrow: var(--s-container-inline);
  }
}
@media print, screen and (min-width: 992px) {
  :root {
    --s-container-block-start: 7.5rem;
    --s-container-block-end: calc(7.5rem + 2.5rem);
    --s-container-inline: max(3.75rem, calc((100vw - 1100px) / 2));
    --s-container-inline-narrow: max(3.75rem, calc((100vw - 800px) / 2));
  }
}

html {
  scroll-behavior: smooth;
}
@media only screen and (max-width: 991.98px) {
  html {
    scroll-padding-top: 3.75rem;
    font-size: min(4.26vw, 20px);
  }
}
@media print, screen and (min-width: 992px) {
  html {
    scroll-padding-top: 5rem;
  }
}

body {
  position: relative;
  font-family: var(--f-default);
  font-weight: 500;
  line-height: 1.5;
  color: var(--c-text);
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 991.98px) {
  body {
    font-size: 0.94rem;
  }
}
body.is-scrollLock {
  overflow: hidden;
}

a {
  color: var(--c-link);
  cursor: pointer;
}
@media (hover: hover) {
  a {
    transition: color 0.3s;
  }
  a:hover {
    color: var(--c-link-hover);
  }
}

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

#wrapper {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh;
}

.is-scrollLock #wrapper {
  overflow: auto;
  scrollbar-gutter: stable;
}

@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0%, 50% {
    opacity: 1;
  }
  50.01%, 100% {
    opacity: 0;
  }
}
.global-nav {
  padding: 0;
  margin: 0;
  max-width: 100%;
  width: 100%;
  position: fixed;
  inset: 0;
  background: none;
}
.global-nav::backdrop {
  background-color: rgba(0, 0, 0, 0.3);
}
.global-nav[open] .global-nav-list,
.global-nav[open] .global-nav-list-sub {
  animation: slideRight 0.5s cubic-bezier(0.1, -0.6, 0.2, 0) forwards;
}

.global-nav-inner {
  min-height: 100%;
  display: grid;
  place-content: center;
  padding-block: 3.75rem;
  background-color: #d46966;
  overflow-y: scroll;
  position: relative;
}

.global-nav-list,
.global-nav-list-sub {
  color: var(--c-white);
}
.global-nav-list li:not(:last-of-type),
.global-nav-list-sub li:not(:last-of-type) {
  margin-block-end: 2em;
}
.global-nav-list a,
.global-nav-list-sub a {
  display: block;
  color: var(--c-white);
  line-height: 1;
  font-weight: 400;
  font-size: 1rem;
  font-family: var(--f-serif);
  text-align: center;
}
@media (hover: hover) {
  .global-nav-list a:hover,
  .global-nav-list-sub a:hover {
    color: var(--c-link-hover);
  }
}
.global-nav-list a *:lang(en),
.global-nav-list-sub a *:lang(en) {
  display: block;
  margin-block-end: 0.25em;
  font-family: var(--f-english);
  font-size: 2.5em;
  letter-spacing: 0;
}

@media only screen and (max-width: 767.98px) {
  .global-nav-list a img {
    height: 34px;
    width: auto;
  }
}

.global-nav-list-sub {
  margin-block-start: 3.75rem;
}
.global-nav-list-sub a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-nav-list-sub li:last-child a {
  margin: 0;
  padding: 0 0 0 25px;
}
@media only screen and (max-width: 767.98px) {
  .global-nav-list-sub a img {
    height: 13px;
    width: auto;
  }
}

#globalNavToggleOpen,
#globalNavToggleClose {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  position: fixed;
  top: 0;
  right: 0;
  z-index: var(--z-fixed);
}
@media only screen and (max-width: 991.98px) {
  #globalNavToggleOpen,
  #globalNavToggleClose {
    width: 3.75rem;
    height: 3.75rem;
  }
}
@media print, screen and (min-width: 992px) {
  #globalNavToggleOpen,
  #globalNavToggleClose {
    width: 5rem;
    height: 5rem;
  }
}
#globalNavToggleOpen span,
#globalNavToggleClose span {
  display: block;
  width: 1.8rem;
  height: 0.18rem;
  border-radius: 2px;
  background-color: #3e3a39;
}

body[data-scroll=false] #globalNavToggleOpen span {
  background-color: var(--c-black);
}
body[data-scroll=false] #globalNavToggleClose span {
  background-color: var(--c-white);
}

#globalNavToggleClose {
  gap: 0;
}
@media print, screen and (min-width: 992px) {
  #globalNavToggleClose {
    position: absolute;
  }
}
#globalNavToggleClose span {
  background-color: var(--c-white);
  rotate: 45deg;
}
#globalNavToggleClose span:nth-of-type(2) {
  rotate: -45deg;
  margin-block-start: -2px;
}

.main-visual {
  color: var(--c-white);
  position: relative;
  background-color: #c2d85b;
  background-image: url(../image/head_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 60px 0;
}
@media only screen and (max-width: 767.98px) {
  .main-visual {
    background-image: url(../image/head_bg_sp.png);
    padding: 0 0 30px 0;
  }
}

.main-visual-title {
  margin: 0 auto;
  width: 70%;
  padding: 5% 0 0 0;
}
.main-visual-title img {
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .main-visual-title {
    display: none;
  }
}

.main-visual-title-sp {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .main-visual-title-sp {
    display: block;
    margin: 0 auto;
    padding: 11% 6% 0 6%;
  }
}

.information {
  padding: var(--s-container-block-start) 0 3rem;
  background-color: #d46966;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .information {
    padding: 1rem 1rem 2rem;
    background-size: 10px 10px;
  }
}

.information-article {
  padding: 2rem 50px;
  background-color: var(--c-white);
  max-width: 900px;
  margin: 0 auto;
}
.information-article:not(:last-of-type) {
  margin-block-end: 2rem;
}
.information-article h3 {
  margin-block-end: 1.5rem;
  line-height: 1.34;
  font-weight: 600;
  font-family: var(--f-serif);
  font-size: clamp(1.125rem, 1.01rem + 0.57vw, 1.5rem);
  text-align: center;
  border-bottom: solid 1px #000;
  padding: 0 0 20px 0;
}
.information-article p {
  line-height: 1.75;
  padding: 0 0 20px 0;
  font-size: 1.5rem;
  font-weight: 400;
}
.information-article p span {
  color: var(--c-red);
}
@media only screen and (max-width: 767.98px) {
  .information-article {
    padding: 1rem;
  }
  .information-article p {
    font-size: 0.8rem;
    padding: 0 0 0 0;
  }
}

.borderred {
  color: #000;
  text-decoration: none;
  border-bottom: solid 1px #9b2328;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}
.borderred span {
  color: var(--c-red);
}
@media only screen and (max-width: 767.98px) {
  .borderred {
    font-size: 0.9rem;
  }
}

.menu {
  padding: 5rem 0 3rem;
  background-color: #c2d85b;
  position: relative;
}
.menu article {
  padding: 0;
}
@media only screen and (max-width: 767.98px) {
  .menu {
    padding: 3rem 1rem 1rem;
  }
  .menu .menu-article {
    padding: 0 1rem;
  }
}

.reservation {
  padding: var(--s-container-block-start) var(--s-container-inline-narrow) 0;
  background-color: #d46966;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .reservation {
    padding: 2rem var(--s-container-inline-narrow) 0;
  }
}
.reservation .attention {
  border: 1px solid var(--c-red);
  background-color: var(--c-white);
  margin-block-end: 2rem;
}
@media only screen and (max-width: 575.98px) {
  .reservation .attention {
    padding: 2rem 1rem;
  }
}
@media print, screen and (min-width: 576px) {
  .reservation .attention {
    padding: 2rem;
  }
}
.reservation .attention > *:first-child {
  margin-block-start: 0;
}
.reservation .attention b {
  color: var(--c-red);
}
.reservation .attention a {
  text-decoration: underline;
}
.reservation .list-form > div {
  border-block-start: 1px solid var(--c-gray-20);
}
@media only screen and (max-width: 991.98px) {
  .reservation .list-form > div {
    padding-block: 1.5rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 992px) {
  .reservation .list-form > div {
    padding-block: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
}
.reservation .list-form > div:last-of-type {
  border-block-end: 1px solid var(--c-gray-20);
}
.reservation .list-form dt {
  font-size: 1.25rem;
}
@media only screen and (max-width: 991.98px) {
  .reservation .list-form .button-small {
    margin-block-start: 0.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .reservation .list-form .button-small {
    margin-block-start: 0;
  }
}
.reservation p {
  line-height: 1.75;
  font-size: 1.2rem;
  font-weight: 400;
}
.reservation p span {
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .reservation p {
    font-size: 0.8rem;
  }
}
.reservation .section-heading {
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .reservation .section-heading {
    margin-bottom: 20px;
  }
}

.timetable {
  padding: calc(var(--s-container-block-start)) 0 2rem;
  background-color: #c2d85b;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .timetable {
    padding: var(--s-container-block-start) 1rem 1rem;
  }
}
.timetable article {
  max-width: 1350px;
  margin: 0 auto;
}
.timetable .text-comingsoon {
  border: none;
}

.js-tab-wrapper {
  margin-block-end: 2.5rem;
}

.js-tab-toggle {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.js-tab-toggle > * {
  padding: 1rem 3rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
  border: solid 1px #000;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .js-tab-toggle > * {
    padding: 0.5rem 2rem;
  }
}
.js-tab-toggle > *::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  bottom: -2px;
  position: absolute;
  z-index: 100;
}
.js-tab-toggle > *[aria-selected=false] {
  background-color: var(--c-gray-20);
  border: solid 1px var(--c-gray-20);
}
.js-tab-toggle > *[aria-selected=false]::after {
  display: none;
}
.js-tab-toggle > *[aria-selected=false] .on {
  display: none;
}
.js-tab-toggle > *[aria-selected=false] .off {
  display: block;
}
@media (hover: hover) {
  .js-tab-toggle > *[aria-selected=false] {
    transition: background-color 0.3s;
  }
  .js-tab-toggle > *[aria-selected=false]:hover {
    background-color: var(--c-link-hover);
  }
}
.js-tab-toggle .on {
  display: block;
}
.js-tab-toggle .off {
  display: none;
}
.js-tab-toggle #timetableToggle1,
.js-tab-toggle #timetableToggle3 {
  background-color: #b4dce6;
}
.js-tab-toggle #timetableToggle2,
.js-tab-toggle #timetableToggle4 {
  background-color: #e6b9c8;
}

.js-tab-panel {
  position: relative;
  background-color: var(--c-white);
  border: 1px solid var(--c-black);
}
@media only screen and (max-width: 767.98px) {
  .js-tab-panel {
    padding: 2rem 1.25rem calc(2rem + 20px);
  }
}
@media print, screen and (min-width: 768px) {
  .js-tab-panel {
    padding: 2rem 2rem calc(2rem + 20px);
  }
}
.js-tab-panel[aria-hidden=false] {
  display: block;
}
.js-tab-panel[aria-hidden=false] > * {
  animation: fadeIn 0.5s ease-in 0s forwards;
}
.js-tab-panel[aria-hidden=true] {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .js-tab-panel .scroll-wrapper {
    margin-inline-end: -1.25rem;
  }
}
.js-tab-panel .text-note + .scroll-wrapper {
  margin-block-start: 1rem;
}
.js-tab-panel .sentence-heading {
  text-align: center;
}
.js-tab-panel .sentence-heading:first-of-type {
  margin-block-start: 0;
}

.scroll-wrapper {
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .scroll-wrapper {
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 767.98px) {
  .scroll-wrapper.close {
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 767.98px) {
  .scroll-wrapper img {
    width: 150%;
    max-width: none;
    margin-right: 25px;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .scroll-wrapper img {
    width: 100%;
  }
}

@media only screen and (max-width: 767.98px) {
  .sayuu::after {
    content: "左右にスクロールできます";
    display: inline-flex;
    align-items: center;
    margin: 0 auto 0 60px;
    height: 1rem;
    margin-block-end: 1rem;
    padding-inline-start: 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    background-image: url(../image/icon_swipe.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.scroll-wrapper picture {
  position: relative;
  display: block;
  height: auto;
}

.program {
  padding: var(--s-container-block-start) 0 2rem;
  background-color: #d46966;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .program {
    padding: 2rem 1rem 2rem;
  }
}
.program article {
  max-width: 1350px;
  margin: 0 auto;
}
@media only screen and (max-width: 767.98px) {
  .program p.text-lead {
    font-size: 0.8rem;
  }
}

.recommend {
  padding: 4rem 0 0;
  background-color: #c2d85b;
  background-size: auto;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .recommend {
    padding: 4rem 0 0;
  }
}
.recommend article {
  padding: 0 5%;
}
.recommend article h3 {
  text-align: center;
  padding: 60px 0;
}
@media only screen and (max-width: 767.98px) {
  .recommend article h3 {
    padding: 30px 0 10px 0;
  }
}

.recommend-articleTxt {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 40px 0;
  font-size: 20px;
}
@media only screen and (max-width: 767.98px) {
  .recommend-articleTxt {
    padding: 0 0 20px 0;
    font-size: 14px;
  }
}

.recommend-articleNote {
  text-align: left;
  font-size: 16px;
  max-width: 1000px;
  margin: 0 auto;
}
.recommend-articleNote li {
  text-indent: -1em;
  padding-left: 1em;
}
.recommend-articleNote img {
  margin: 0 4px 2px 2px;
  align-items: baseline;
}
@media only screen and (max-width: 767.98px) {
  .recommend-articleNote {
    font-size: 11px;
    letter-spacing: 0;
  }
  .recommend-articleNote img {
    margin: 0 2px 2px 2px;
    align-items: baseline;
    width: 40px;
  }
}

.recommendRoute {
  display: flex;
  justify-content: space-between;
  padding: 0 0 60px 0;
  max-width: 1350px;
  margin: 0 auto;
}
@media only screen and (max-width: 767.98px) {
  .recommendRoute {
    flex-direction: column;
    padding: 0 0 15px 0;
  }
}

.recommendRouteBox {
  max-width: 49%;
}
@media only screen and (max-width: 767.98px) {
  .recommendRouteBox {
    max-width: 100%;
    padding: 0 0 15px 0;
  }
}
.recommendRouteBox h4 {
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .recommendRouteBox h4 img {
    width: 120px;
  }
}
.recommendRouteBox h5 {
  text-align: center;
  padding: 0 0 15px 0;
}
@media only screen and (max-width: 767.98px) {
  .recommendRouteBox h5 {
    padding: 0 0 10px 0;
  }
}
.recommendRouteBox table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}
.recommendRouteBox table tr {
  background-color: #fff;
}
.recommendRouteBox table tr td:first-child {
  border-radius: 10px 0 0 10px;
}
.recommendRouteBox table tr td:last-child {
  border-radius: 0 10px 10px 0;
}
@media only screen and (max-width: 767.98px) {
  .recommendRouteBox table tr td:first-child {
    border-radius: 5px 0 0 5px;
  }
  .recommendRouteBox table tr td:last-child {
    border-radius: 0 5px 5px 0;
  }
}
.recommendRouteBox table td {
  padding: 10px;
  vertical-align: middle;
}
@media only screen and (max-width: 767.98px) {
  .recommendRouteBox table td {
    padding: 5px;
  }
}
.recommendRouteBox p {
  font-size: 18px;
  line-height: 1em;
  padding: 0;
  margin: 0;
}
.recommendRouteBox p.note {
  font-size: 14px;
  padding: 1em 0 0 0;
}
@media only screen and (max-width: 767.98px) {
  .recommendRouteBox p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .recommendRouteBox p.note {
    font-size: 10px;
  }
}
.recommendRouteBox span {
  font-size: 15px;
  color: #3e3a39;
}
@media only screen and (max-width: 767.98px) {
  .recommendRouteBox span {
    font-size: 9px;
    letter-spacing: 0;
  }
}
.recommendRouteBox td:nth-child(2) div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recommendRouteBox td:nth-child(1),
.recommendRouteBox td:nth-child(3) {
  white-space: nowrap;
  width: 90px;
}
@media only screen and (max-width: 767.98px) {
  .recommendRouteBox td:nth-child(1),
  .recommendRouteBox td:nth-child(3) {
    width: 44px;
  }
}

.floor {
  padding: 6rem 0 3rem;
  background-color: #d46966;
  position: relative;
}
.floor article {
  max-width: 1350px;
  margin: 0 auto;
  background-color: var(--c-white);
  text-align: center;
  padding: 60px 7.4%;
}
.floor article h3 {
  background-color: #c7d764;
  padding: 15px;
  text-align: left;
  line-height: 1em;
}
.floor article picture {
  padding: 0 0 30px 0;
}
@media only screen and (max-width: 767.98px) {
  .floor {
    padding: 3rem 1rem 1rem;
  }
  .floor article {
    padding: 20px 3%;
  }
  .floor article h3 {
    padding: 10px;
    margin: 0 0 10px 0;
  }
  .floor article h3 img {
    height: 20px;
    width: auto;
  }
}

.footer,
.reservation,
.timetable,
.program {
  position: relative;
}
.footer::before,
.reservation::before,
.timetable::before,
.program::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  background-image: url(../image/background_book_white.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 991.98px) {
  .footer::before,
  .reservation::before,
  .timetable::before,
  .program::before {
    height: 5.33vw;
    top: -5.33vw;
  }
}
@media print, screen and (min-width: 992px) {
  .footer::before,
  .reservation::before,
  .timetable::before,
  .program::before {
    height: 2.5rem;
    top: -2.5rem;
  }
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.5rem, 1.194rem + 1.53vw, 2.5rem);
  padding: var(--s-container-block-start) var(--s-container-inline) 1rem;
  color: var(--c-black);
  text-align: center;
  background-color: #c2d85b;
}
@media only screen and (max-width: 767.98px) {
  .footer {
    background-size: 10px 10px;
  }
}
.footer a {
  color: var(--c-black);
}
@media (hover: hover) {
  .footer a:hover {
    color: var(--c-link-hover);
  }
}

.footer-address {
  line-height: 1.75;
}
@media only screen and (max-width: 767.98px) {
  .footer-address p {
    font-size: 0.7rem;
  }
}

.footer-copyright {
  font-size: 0.69rem;
  padding: 1rem 0 0 0;
}
@media print, screen and (min-width: 576px) {
  .footer-copyright br {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-copyright {
    font-size: 0.5rem;
  }
}

.footer-nichidai {
  display: flex;
  justify-content: space-between;
}
.footer-nichidai li {
  margin: 0 45px;
  width: 400px;
}
.footer-nichidai li a {
  display: block;
  background: #3e3a39;
  padding: 25px;
}
@media print, screen and (max-width: 960px) {
  .footer-nichidai {
    flex-direction: column;
  }
  .footer-nichidai li {
    margin: 10px 0px;
    width: 300px;
  }
  .footer-nichidai li img {
    height: 30px;
    width: auto;
  }
}

.footer-bt {
  display: block;
  background: #fff;
  border-radius: 5px;
  margin: 30px auto 0 auto;
  padding: 25px 0;
  max-width: 300px;
  line-height: 1em;
  border: solid 1px #000000;
}
@media only screen and (max-width: 767.98px) {
  .footer-bt {
    padding: 20px 0;
    max-width: 240px;
  }
  .footer-bt img {
    height: 16px;
    width: auto;
  }
}

.parts {
  width: 100%;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.parts img {
  width: 100%;
  height: 100%;
}

.timetable_note {
  max-width: 850px;
  margin: 0 auto;
  padding: 15px 0 40px 0;
  font-size: 1.1rem;
}
.timetable_note ul li {
  text-indent: -2em;
  padding-left: 2em;
  padding-top: 0.5em;
}
.timetable_note ul li span {
  color: #9b2328;
}
@media only screen and (max-width: 767.98px) {
  .timetable_note {
    padding: 0px 0 40px 0;
  }
  .timetable_note ul li,
  .timetable_note p {
    font-size: 0.69rem;
  }
  .timetable_note ul li img,
  .timetable_note p img {
    height: 18px;
    width: auto;
  }
}

.reserveBt {
  position: fixed;
  right: 5%;
  bottom: 20px;
  z-index: 99;
}
.reserveBt .inner {
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .reserveBt .inner {
    width: 200px;
  }
}

.revClose {
  position: absolute;
  right: -26px;
  top: -26px;
  cursor: pointer;
}
@media only screen and (max-width: 767.98px) {
  .revClose {
    width: 40px;
    right: -16px;
    top: -16px;
  }
}

.endBox {
  position: relative;
}

.end {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767.98px) {
  .end img {
    width: 160px;
  }
}

.section-heading {
  margin-block-end: 2.5rem;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  font-family: var(--f-default);
  font-size: clamp(1rem, 0.962rem + 0.19vw, 1.125rem);
  color: var(--c-gold);
}
.section-heading *:lang(en) {
  display: block;
  margin-block-end: 0.25em;
  font-family: var(--f-english);
  font-weight: 400;
  font-size: clamp(2.5rem, 2.118rem + 1.91vw, 3.75rem);
  letter-spacing: 0;
}
@media only screen and (max-width: 767.98px) {
  .section-heading {
    margin-block-end: 1.3rem;
  }
}

.sentence-heading {
  margin-block: 2.5rem 1.5rem;
  line-height: 1.34;
  font-weight: 600;
  font-family: var(--f-default);
  font-size: clamp(1.125rem, 1.01rem + 0.57vw, 1.5rem);
}
.sentence-heading span {
  font-size: 1rem;
}
.sentence-heading img {
  margin-top: 15px;
}
@media only screen and (max-width: 767.98px) {
  .sentence-heading {
    margin-block: 2rem 0.5rem;
  }
  .sentence-heading img {
    height: 20px;
    width: auto;
  }
  .sentence-heading span {
    font-size: 0.6rem;
  }
}

.text-lead {
  margin-block-end: 2.5rem;
  line-height: 1.75;
  text-align: center;
}

.text-comingsoon {
  padding-block: 2rem;
  text-align: center;
  font-size: 1.25rem;
  border: 1px solid var(--c-gray-20);
}

.text-note {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
  font-size: 0.875rem;
}
.text-note::before {
  content: "※";
  flex-shrink: 0;
}

.button-large[target=_blank][href^=http]::after, .button-large[target=_blank][href^=https]::after,
.button-small[target=_blank][href^=http]::after,
.button-small[target=_blank][href^=https]::after,
.global-nav-list-sub a[target=_blank][href^=http]::after,
.global-nav-list-sub a[target=_blank][href^=https]::after {
  content: "";
  display: inline-block;
  margin-inline-start: 0.5em;
  width: 1rem;
  height: 1rem;
  background-image: url(../image/icon_external_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.button-large,
.button-small {
  align-items: center;
  justify-content: center;
  padding-inline: 1.5em;
  color: var(--c-black);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media only screen and (max-width: 575.98px) {
  .button-large,
  .button-small {
    display: flex;
  }
}
@media print, screen and (min-width: 576px) {
  .button-large,
  .button-small {
    display: inline-flex;
  }
}

.button-small {
  margin-block-start: 1.25rem;
  height: 3rem;
  border-radius: 1.5rem;
  border: 1px solid currentColor;
}

.button-large {
  background-color: #3e3a39;
  color: var(--c-white);
}
@media only screen and (max-width: 991.98px) {
  .button-large {
    margin-block-start: 1.25rem;
    height: 3rem;
  }
}
@media print, screen and (min-width: 992px) {
  .button-large {
    margin-block-start: 2.5rem;
    font-size: 1.25rem;
    height: 5rem;
    width: 60%;
  }
}
.button-large.button-w {
  background-color: var(--c-white);
  border-radius: 3rem;
  border: solid 1px #000;
  width: 80%;
  height: 4rem;
}
@media only screen and (max-width: 767.98px) {
  .button-large.button-w {
    border-radius: 3rem;
    max-width: 360px;
    margin: 30px auto;
    height: 2.5rem;
    justify-content: center;
    align-items: center;
    padding: 0;
    text-align: center;
  }
  .button-large.button-w img {
    height: 16px;
    width: auto;
    margin-left: 30px;
  }
}
.button-large.button-w2 {
  background-color: var(--c-white);
  border: solid 1px #000;
  width: 80%;
  height: 4rem;
}
@media only screen and (max-width: 767.98px) {
  .button-large.button-w2 {
    width: 100%;
    height: 2.2rem;
    border-radius: 0.3rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-large.button-w3 img {
    height: 13px;
    width: auto;
  }
}
.button-large.button-w4 {
  margin-block-start: 2.5rem;
  font-size: 1.25rem;
  height: 5rem;
  width: 80%;
}
@media only screen and (max-width: 767.98px) {
  .button-large.button-w4 {
    margin: 0 auto;
    padding: 0 1rem;
    height: 2.4rem;
    width: 100%;
  }
}

.center {
  text-align: center;
}
.center .button-large {
  margin-block-start: 0;
}

@media only screen and (max-width: 767.98px) {
  .button-img {
    padding: 0 1rem;
  }
}

.totop {
  position: fixed;
  left: 10%;
  bottom: 10px;
}
.totop a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 767.98px) {
  .totop {
    left: 3%;
  }
  .totop img {
    width: 50px;
  }
}

.list-number {
  margin-inline-start: 1.3em;
  list-style-type: decimal;
  line-height: 1.75;
}
.list-number > li:not(:last-of-type) {
  margin-block-end: 1em;
}
.list-number > li ul {
  margin-block: 1em;
}
.list-number > li ul > li:not(:last-of-type) {
  margin-block-end: 0.5em;
}

.list-disc {
  margin-inline-start: 1.3em;
  list-style-type: disc;
  line-height: 1.75;
}
.list-disc > li:not(:last-of-type) {
  margin-block-end: 1em;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

*[data-active=false] {
  opacity: 0;
}

*[data-active=true] {
  animation: slideUp 0.5s cubic-bezier(0.1, -0.6, 0.2, 0) forwards;
}

.b20 {
  padding: 0 0 20px 0;
}
@media only screen and (max-width: 767.98px) {
  .b20 {
    padding: 0 0 10px 0;
  }
}

.tb20 {
  padding: 20px 0;
}
@media only screen and (max-width: 767.98px) {
  .tb20 {
    padding: 10px 0;
  }
}

.tb30 {
  padding: 30px 0;
}
@media only screen and (max-width: 767.98px) {
  .tb30 {
    padding: 15px 0;
  }
}

.pc_none {
  display: none !important;
}
@media only screen and (max-width: 767.98px) {
  .pc_none {
    display: block !important;
  }
}

.sp_none {
  display: block;
}
@media only screen and (max-width: 767.98px) {
  .sp_none {
    display: none !important;
  }
}

span.red {
  color: var(--c-red);
}

.prLink {
  position: absolute;
  width: 11%;
  display: block;
  left: 67%;
  top: 36.2%;
}
.prLink:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 767.98px) {
  .prLink {
    left: 100%;
    top: 35.5%;
    width: 11%;
  }
}

.block,
.btn {
  position: absolute;
  width: 7%;
  height: 5.6%;
  display: block;
}
.block:hover,
.btn:hover {
  background: rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767.98px) {
  .block,
  .btn {
    width: 10.5%;
  }
}

.b1 {
  left: 30%;
  top: 2.5%;
}

.b2 {
  left: 30%;
  top: 8.6%;
}

.b3 {
  left: 30%;
  top: 14.7%;
}

.b4 {
  left: 30%;
  top: 20.8%;
}

.b5 {
  left: 40.3%;
  top: 2.5%;
}

.b6 {
  left: 40.3%;
  top: 8.6%;
}

.b7 {
  left: 40.3%;
  top: 14.7%;
}

.b8 {
  left: 40.3%;
  top: 20.8%;
}

.b9 {
  left: 31.7%;
  top: 26.8%;
}

.b10 {
  left: 50.1%;
  top: 32.8%;
}

.b11 {
  left: 50.1%;
  top: 38.9%;
}

.b12 {
  left: 50.1%;
  top: 45%;
}

.b13 {
  left: 50.1%;
  top: 51.1%;
}

.b14 {
  left: 50.1%;
  top: 57.2%;
}

.b15 {
  left: 50.1%;
  top: 63.3%;
}

.b16 {
  left: 50.1%;
  top: 69.4%;
}

.b17 {
  left: 66.1%;
  top: 2.5%;
}

.b18 {
  left: 66.1%;
  top: 8.6%;
}

.b19 {
  left: 66.1%;
  top: 14.7%;
}

.b20 {
  left: 66.1%;
  top: 20.8%;
}

.b21 {
  left: 76.4%;
  top: 2.5%;
}

.b22 {
  left: 76.4%;
  top: 8.6%;
}

.b23 {
  left: 76.4%;
  top: 14.7%;
}

.b24 {
  left: 76.4%;
  top: 20.8%;
}

.b25 {
  left: 67.8%;
  top: 26.8%;
}

.b26 {
  left: 86.4%;
  top: 32.8%;
}

.b27 {
  left: 86.4%;
  top: 38.9%;
}

.b28 {
  left: 86.4%;
  top: 45%;
}

.b29 {
  left: 86.4%;
  top: 51.1%;
}

.b30 {
  left: 86.4%;
  top: 57.2%;
}

.b31 {
  left: 86.4%;
  top: 63.3%;
}

.b32 {
  left: 86.4%;
  top: 69.4%;
}

.bb1 {
  left: 32%;
  top: 2.5%;
}

.bb2 {
  left: 32%;
  top: 8.6%;
}

.bb3 {
  left: 32%;
  top: 14.7%;
}

.bb4 {
  left: 32%;
  top: 20.8%;
}

.bb5 {
  left: 40.3%;
  top: 2.5%;
}

.bb6 {
  left: 40.3%;
  top: 8.6%;
}

.bb7 {
  left: 40.3%;
  top: 14.7%;
}

.bb8 {
  left: 40.3%;
  top: 20.8%;
}

.bb9 {
  left: 31.7%;
  top: 26.8%;
}

.bb10 {
  left: 51.1%;
  top: 32.8%;
}

.bb11 {
  left: 51.1%;
  top: 38.9%;
}

.bb12 {
  left: 51.1%;
  top: 45%;
}

.bb13 {
  left: 51.1%;
  top: 51.1%;
}

.bb14 {
  left: 51.1%;
  top: 57.2%;
}

.bb15 {
  left: 51.1%;
  top: 63.3%;
}

.bb16 {
  left: 51.1%;
  top: 69.4%;
}

.bb17 {
  left: 67.1%;
  top: 2.5%;
}

.bb18 {
  left: 67.1%;
  top: 8.6%;
}

.bb19 {
  left: 67.1%;
  top: 14.7%;
}

.bb20 {
  left: 67.1%;
  top: 20.8%;
}

.bb21 {
  left: 76.4%;
  top: 2.5%;
}

.bb22 {
  left: 76.4%;
  top: 8.6%;
}

.bb23 {
  left: 76.4%;
  top: 14.7%;
}

.bb24 {
  left: 76.4%;
  top: 20.8%;
}

.bb25 {
  left: 67.1%;
  top: 26.8%;
}

.bb26 {
  left: 86.1%;
  top: 32.8%;
}

.bb27 {
  left: 86.1%;
  top: 38.9%;
}

.bb28 {
  left: 86.1%;
  top: 45%;
}

.bb29 {
  left: 86.1%;
  top: 51.1%;
}

.bb30 {
  left: 86.1%;
  top: 57.2%;
}

.bb31 {
  left: 86.1%;
  top: 63.3%;
}

.bb32 {
  left: 86.1%;
  top: 69.4%;
}

@media only screen and (max-width: 767.98px) {
  .b1, .b2, .b3, .b4 {
    left: 45%;
  }
  .b5, .b6, .b7, .b8 {
    left: 60.45%;
  }
  .b9 {
    left: 47.55%;
  }
  .b10, .b11, .b12, .b13, .b14, .b15, .b16 {
    left: 75.15%;
  }
  .b17, .b18, .b19, .b20 {
    left: 99.15%;
  }
  .b21, .b22, .b23, .b24 {
    left: 114.6%;
  }
  .b25 {
    left: 101.7%;
  }
  .b26, .b27, .b28, .b29, .b30, .b31, .b32 {
    left: 124.65%;
  }
  .bb1, .bb2, .bb3, .bb4 {
    left: 48%;
  }
  .bb5, .bb6, .bb7, .bb8 {
    left: 60.45%;
  }
  .bb9 {
    left: 47.55%;
  }
  .bb10, .bb11, .bb12, .bb13, .bb14, .bb15, .bb16 {
    left: 76.65%;
  }
  .bb17, .bb18, .bb19, .bb20 {
    left: 100.65%;
  }
  .bb21, .bb22, .bb23, .bb24 {
    left: 114.6%;
  }
  .bb25 {
    left: 100.65%;
  }
  .bb26, .bb27, .bb28, .bb29, .bb30, .bb31, .bb32 {
    left: 129.15%;
  }
}
.pop01, .popb01, .pop02, .popb02, .pop03, .popb03, .pop04, .popb04, .pop05, .popb05, .pop06, .popb06, .pop07, .popb07, .pop08, .popb08, .pop09, .popb09, .pop10, .popb10, .pop11, .popb11, .pop12, .popb12, .pop13, .popb13, .pop14, .popb14, .pop15, .popb15, .pop16, .popb16 {
  display: none;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1), 0 8px 24px rgba(0, 0, 0, 0.12), 0 16px 40px rgba(0, 0, 0, 0.2);
  margin: 10%;
}

/* Kept as separate rules for clarity *//*# sourceMappingURL=style.css.map */