@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: inherit;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
strong {
  font-weight: 500;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
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;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  overflow: visible;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  padding: 1px;
}

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  background-position: -50px 0px;
  right: 0;
}

#cboxClose:hover {
  background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

#cboxClose {
  border: 0;
  padding: 0.5em 1em;
  margin: 0;
  overflow: visible;
  position: absolute;
  top: initial;
  right: initial;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  display: flex;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 900;
}
#cboxClose::before {
  content: "\f057";
  font: var(--fa-font-solid);
  font-size: 1.6rem;
}

#cboxLoadedContent {
  padding: 0 0 6rem;
}

html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.5;
  background: #000;
  position: relative;
}

img {
  width: 100%;
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp {
    display: block;
  }
}
.layer_board_bg,
.layer_board {
  position: absolute;
}

.layer_board_bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
  cursor: pointer;
  background: #000;
}

.layer_board {
  display: none;
  padding: 0 2em;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2000;
  width: 100%;
}
.layer_board > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.layer_board > div dl {
  color: #fff;
}
.layer_board > div dl dt {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.layer_board > div dl dd {
  font-size: 1.8rem;
  margin-bottom: 1em;
  line-height: 2;
}
.layer_board > div .btn_close {
  display: block;
  font-size: 1.8rem;
  position: relative;
  margin-top: 50px;
  cursor: pointer;
  background: #fff;
  padding: 0.5em 1em 0.7em;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  line-height: 1;
}
.layer_board > div .btn_close::before {
  content: "\f057";
  font: var(--fa-font-solid);
  margin-top: 0.2em;
}

@media screen and (max-width: 640px) {
  .layer_board > div dl .news-text {
    text-align: left;
    font-size: 1.6rem;
  }
  .layer_board > div dl .news-text br {
    display: none;
  }
}
.contents {
  max-width: 1536px;
  margin: 0 auto;
}

.time-table {
  margin: 6rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2em;
}
.time-table a {
  color: #fff;
  display: block;
  margin: 0 auto;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bg_footer.jpg) center center no-repeat;
  background-size: cover;
  font-size: 6rem;
  font-weight: 900;
  padding: 0.4em 2em;
  border-radius: 10px;
  border: 2px solid #fff;
}
.time-table a span {
  line-height: 1;
  border-radius: 10px;
}

@media screen and (min-width: 1025px) {
  .time-table a:hover {
    opacity: 0.8;
    transition: 0.8s;
  }
}
@media screen and (max-width: 640px) {
  .time-table {
    margin: 6rem 0 0;
  }
  .time-table a {
    font-size: 8vw;
  }
}
.movie {
  max-width: 1040px;
  width: 100%;
  margin: 6rem auto;
  aspect-ratio: 16/9;
}
.movie iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .movie {
    margin: 6rem auto 2.4rem;
  }
}
.access {
  padding: 2.4rem 0 0;
}
.access h2 {
  max-width: 365px;
  margin: 0 auto;
}
.access dl {
  margin-top: 4rem;
  font-weight: 600;
}
.access dl dd {
  color: #fff;
}
.access dl > div {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
}
.access dl > div dt {
  background: #fff;
  color: #000;
  padding: 0.3em 2em;
  line-height: 1;
}
.access dl > div dd {
  color: #fff;
  line-height: 2;
}
.access dl > dd {
  margin-top: 1.5em;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.access dl > dd span:first-of-type::after {
  content: "／";
}
.access > div {
  color: #fff;
}
.access .gmap {
  width: 100%;
  margin-top: 5.6rem;
}
.access .gmap iframe {
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 640px) {
  .access {
    padding: 5.6rem 0 0;
  }
  .access h2 {
    width: 48%;
  }
  .access dl {
    margin-top: 4rem;
  }
  .access dl > div {
    font-size: 1.8rem;
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 1em;
  }
  .access dl > div dd {
    text-align: center;
  }
  .access dl > dd {
    margin-top: 1em;
    font-size: 1.6rem;
    flex-direction: column;
    row-gap: 0.5em;
  }
  .access dl > dd span:first-of-type::after {
    content: "";
  }
  .access .gmap {
    margin-top: 5.6rem;
  }
}
footer {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9)), url(../img/bg_footer.jpg) center 0 no-repeat;
  background-size: cover;
  padding: 6.4rem 2rem;
  color: #fff;
}
footer > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 2em;
       column-gap: 2em;
  row-gap: 2em;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
}
footer > div dl {
  display: flex;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
footer > div dl dt {
  background: #fff;
  color: #000;
  padding: 0.3em 1.5em;
  line-height: 1;
}
footer > div dl dd {
  color: #fff;
  flex: 1;
}
footer > div dl dd.flex {
  display: flex;
  align-items: center;
}
footer > div dl dd.flex span:not(:last-of-type)::after {
  content: "／";
}
footer > div dl dd .nowrap {
  display: inline-block;
  margin-left: 0.5em;
}
footer .copy {
  text-align: center;
  display: block;
  margin-top: 4rem;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 5.6rem 2rem;
  }
  footer > div dl {
    flex-direction: column;
    width: 100%;
    row-gap: 1em;
    font-size: 1.4rem;
  }
  footer > div dl dd {
    text-align: center;
  }
  footer > div dl dd.flex {
    flex-direction: column;
    row-gap: 0.5em;
  }
  footer > div dl dd.flex span:not(:last-of-type)::after {
    content: "";
  }
  footer > div dl dd .nowrap {
    display: block;
    margin-left: 0;
  }
}/*# sourceMappingURL=style.css.map */