/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/*add reset styles*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

img {
  max-width: 100%;
}

/*Break Point
------------------------------*/
/*font
---------------------------------*/
/*color
---------------------------------*/
body {
  color: #786a3e;
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  line-height: 1.5;
  overflow: visible;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

main {
  overflow: clip;
}

.mv {
  position: relative;
}
.mv video {
  width: 100%;
}
.mv figcaption {
  position: absolute;
  bottom: 8px;
  left: 8px;
  color: #fff;
  font-size: 9px;
}
@media only screen and (max-width: 767.9px) {
  .mv figcaption {
    bottom: 3px;
    left: 3px;
  }
}

.child-mv__text {
  width: 270px;
}
@media only screen and (max-width: 767.9px) {
  .child-mv__text {
    width: 200px;
  }
}

@media only screen and (max-width: 767.9px) {
  .mv-video video {
    left: -80%;
  }
}

.h3Img {
  width: 560px;
  margin: 80px auto 30px;
}
@media only screen and (max-width: 767.9px) {
  .h3Img {
    width: 100%;
    margin-top: 55px;
  }
}

.imageArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
@media only screen and (max-width: 767.9px) {
  .imageArea {
    margin-top: 10px;
    margin-inline: -20px;
  }
}

.imageArea__inner {
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767.9px) {
  .imageArea__inner {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .imageArea__inner.-re {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .imageArea__inner.-re p {
    text-align: right;
  }
}
.imageArea__inner figure {
  width: 35%;
  margin-right: 20px;
}
@media only screen and (max-width: 767.9px) {
  .imageArea__inner figure {
    margin: 0;
    width: 40%;
  }
}
.imageArea__inner p {
  font-size: 18px;
}
@media only screen and (max-width: 767.9px) {
  .imageArea__inner p {
    font-size: 14.5px;
    width: 57%;
    line-height: 1.7;
  }
}

.facility {
  padding-top: 100px;
}
@media only screen and (max-width: 767.9px) {
  .facility {
    padding-top: 60px;
  }
}
.facility .full-img {
  margin-top: 40px;
}
@media only screen and (max-width: 767.9px) {
  .facility .full-img {
    margin-top: 25px;
  }
}
.facility h4 {
  font-size: 22px;
  color: #000;
  text-align: center;
  border-bottom: 1px solid #000;
  letter-spacing: 5px;
}
@media only screen and (max-width: 767.9px) {
  .facility h4 {
    font-size: 19px;
  }
}

.facility__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  color: #000;
}
@media only screen and (max-width: 767.9px) {
  .facility__row {
    margin-top: 20px;
  }
}
.facility__row .row01 {
  width: 48%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767.9px) {
  .facility__row .row01 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.facility__row .row02 {
  width: 23%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767.9px) {
  .facility__row .row02 {
    width: 48%;
    margin-bottom: 20px;
  }
}
.facility__row p {
  font-size: 14px;
  margin-top: 6px;
  line-height: 1.7;
}
@media only screen and (max-width: 767.9px) {
  .facility__row p {
    font-size: 12px;
  }
}

.event {
  padding-block: 80px;
}
@media only screen and (max-width: 767.9px) {
  .event {
    padding-block: 40px;
  }
}
.event h4 {
  width: 500px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 767.9px) {
  .event h4 {
    width: 100%;
  }
}

.event__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.event__row figure {
  width: 48%;
}
@media only screen and (max-width: 767.9px) {
  .event__row figure {
    width: 100%;
  }
}
.event__row p {
  width: 48%;
  font-size: 17px;
  margin-top: 6px;
  line-height: 2.5;
  color: #000;
}
@media only screen and (max-width: 767.9px) {
  .event__row p {
    width: 100%;
    font-size: 13px;
    line-height: 2;
    margin-top: 17px;
  }
}

.parkH4 {
  font-size: 26px;
  text-align: center;
  margin: 80px auto 20px;
  max-width: 440px;
  border-bottom: 2px solid #786a3e;
  padding-bottom: 5px;
}
@media only screen and (max-width: 767.9px) {
  .parkH4 {
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767.9px) {
  .mainFig {
    width: 86%;
    margin-inline: auto;
  }
}

.copy-01 {
  display: block;
  text-align: center;
  margin: 8% auto 1%;
  font-size: min(9vw, 3.5rem);
  color: #786a3e;
  letter-spacing: 0;
  line-height: 1.2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (max-width: 767.9px) {
  .copy-01 {
    margin-top: 14%;
  }
}

@media only screen and (max-width: 767.9px) {
  .ltbox-01 {
    margin-inline: -15px;
  }
}

@media only screen and (max-width: 767.9px) {
  .scroll-box {
    -ms-touch-action: pan-x;
        touch-action: pan-x;
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }
  .lightbox img {
    max-width: 30vw;
  }
}
.paak-video {
  width: 100%;
  margin: 80px auto 0;
}
@media only screen and (max-width: 767.9px) {
  .paak-video {
    margin: 40px auto 0;
  }
}
.paak-video video {
  width: 100%;
}