html {
  font-size: 62.5%;
}

@media screen and (max-width: 1024px) {
  html {
    font-size: clamp(8px, 0.976vw, 24px);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: clamp(8px, 2.5vw, 24px);
  }
}

body {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.7;
  font-family: "Meiryo", "メイリオ", "Hiragino Sans", "ヒラギノ角ゴシック",
    sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  position: relative;
  background-color: #23322d;
  /* background-image: url("../img/main-bg.jpg");
  background-repeat: repeat;
  background-position: center top; */
}

body::before {
  content: "";
  display: inline-block;
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.88);
  transition-property: all;
  transition-duration: 0.2s, 0.2s;
  transition-timing-function: ease, ease;
}

body.burger-active {
  overflow: hidden;
}

body.modal-active {
  overflow: hidden;
}

body.modal-active::before {
  opacity: 1;
  visibility: visible;
}

body.modal-active .fixed__content {
  right: -8rem;
}

@media screen and (max-width: 768px) {
  body.modal-active .fixed__content {
    right: -6rem;
  }
}


h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.2;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.8rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2.2rem;
}

h5 {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.4rem;
  }

  h2 {
    font-size: 2.2rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.8rem;
  }
}

.pc-only {
  display: inline-block;
}

.sp-only {
  display: none;
}

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

  .sp-only {
    display: inline-block;
  }
}

header {
  position: relative;
  z-index: 999;
  overflow: auto;
}

header.is-active {
  position: relative;
  z-index: 99999;
}

body:not(.home) header {
  position: sticky;
  top: 0;
  background-image: url("../img/page-nav-bg.webp");
  background-size: cover;
  box-shadow: 0.2rem 0.2rem 1.2rem rgba(0, 0, 0, 0.5);
}

header::before {
  content: "";
  display: inline-block;
  position: fixed;
  width: 100%;
  height: 100%;
  inset: 0;
  backdrop-filter: blur(0);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: ease;
  visibility: hidden;
}

header.is-active::before {
  backdrop-filter: blur(0.8rem);
  visibility: visible;
}

.header-wrap {
  max-width: 108rem;
  padding: 1rem 2rem;
  margin: 8rem auto 0;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 99;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: all;
}

body:not(.home) .header-wrap {
  position: relative;
  margin-top: 0;
  transform: translateX(0);
  left: 0;
}

header.fixed .header-wrap {
  margin-top: 2rem;
}

body:not(.home) header.fixed .header-wrap {
  margin-top: 0;
}

.header-logo {
  display: inline-block;
  width: 100%;
  max-width: 42rem;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: all;
}

body:not(.home) .header-logo  {
  max-width: 22rem;
}

header.fixed .header-logo {
  max-width: 30rem;
}

body:not(.home) header.fixed .header-logo  {
  max-width: 22rem;
}

.header-logo img {
  width: 100%;
}

.header-burger {
  position: relative;
  cursor: pointer;
  margin-left: auto;
  z-index: 2;
  margin-top: 1rem;
}

.header-burger__content {
  position: relative;
  width: 4rem;
  height: 3rem;
  margin: 0 auto 0.4rem;
}

.header-burger__content span {
  position: absolute;
  display: inline-block;
  width: 4rem;
  height: 0.3rem;
  background-color: #fff;
  border-radius: 2.4rem;
  transition-duration: 0.6s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.header-burger__content span:first-of-type {
  top: 0;
}

.header-burger__content span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}

.header-burger__content span:nth-of-type(3) {
  bottom: 0;
}

.header-burger__content.is-active span:first-of-type {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.header-burger__content.is-active span:nth-of-type(2) {
  opacity: 0;
  transform: translate(-50%, -50%);
}

.header-burger__content.is-active span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.header-burger-name {
  display: inline-block;
  width: 100%;
  aspect-ratio: 125 / 35;
  background-image: url("../img/header-burger-open.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.header-burger-name.is-active {
  background-image: url("../img/header-burger-close.png");
  aspect-ratio: 135 / 35;
}

.header-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 80vw;
  height: 100%;
  min-height: 100vw;
  z-index: 2;
  visibility: hidden;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: ease;
  overflow-y: scroll;
  opacity: 0;
  transform: translateX(40%);
  background-color: rgb(123, 84, 58, 0.88);
}

.header-menu.is-active {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.header-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  transition-duration: 0.4s;
  padding: 16rem 4rem 8rem;
}

.header-nav__list {
  width: 100%;
  max-width: 100rem;
  gap: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  transform: translateX(5%);
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: ease-out;
  transition-delay: 0.4s;
  opacity: 0;
}

.header-menu.is-active .header-nav__list {
  transform: translateX(0);
  opacity: 1;
}

.header-nav__item {
  margin-bottom: 2.1rem;
  width: calc(50% - (1.6rem / 2));
}

.header-nav__item:last-of-type {
  margin-bottom: 0;
}

.header-nav__item > a {
  position: relative;
  display: inline-block;
  font-weight: 200;
  font-size: 1.4rem;
  padding: 0 3.2rem;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: ease;
}

.header-nav__item > a::before {
  content: "";
  width: 1rem;
  aspect-ratio: 1 / 1;
  border-top: solid 0.2rem #fff;
  border-right: solid 0.2rem #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 0;
}

.header-nav__item > a > span {
  display: block;
  font-weight: 600;
  font-size: 2.1rem;
}

@media (any-hover: hover) {
  .header-nav__item > a:hover {
    opacity: 0.4;
  }
}

@media screen and (max-width: 768px) {
  .header-wrap {
    margin-top: 2rem;
  }

  .header-logo {
    max-width: 18rem;
  }

  header.fixed .header-logo {
    max-width: 18rem;
  }

  .header-nav__item {
    width: 100%;
  }

  .header-nav__item > a {
    flex-direction: column;
    font-size: 1.0rem;
  }

  .header-nav__item > a::before {
    content: "";
    width: 1rem;
    aspect-ratio: 1 / 1;
    border-top: solid 0.2rem #fff;
    border-right: solid 0.2rem #fff;
    transform: rotate(45deg);
  }

  .header-nav__item > a > span {
    font-size: 1.8rem;
  }
}

.business-term {
  max-width: 65rem;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 95;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
}

.business-term__content {
  text-align: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1.4;
}

.business-term__content > div {
  width: 9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(233, 158, 41, 0.8);
}

.business-term__content > div > p {
  margin: 0;
  padding: 0.4rem 0.4rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
}

.business-term__content__date {
  display: block;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.business-term__list {
  display: flex;
  width: calc(100% - 9rem);
}

.business-term__item {
  padding: 0.4rem 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.business-term__item.term-time {
  position: relative;
  flex-direction: row;
  background-color: rgba(233, 158, 41, 0.8);
  column-gap: 1rem;
  width: 64%;
}

.business-term__item.term-time::before {
  content: "";
  display: inline-block;
  height: 5rem;
  width: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #fff;
}

.business-term__item__btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: solid 1px #fff;
  padding: 0.5rem;
  border-radius: 1rem;
  font-size: 1.2rem;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: ease;
  min-width: fit-content;
}

.business-term__item__btn::after {
  content: "";
  display: inline-block;
  aspect-ratio: 5 / 7;
  width: 2.5rem;
  background-image: url("../img/icon-loupe-wh.webp");
  background-repeat: no-repeat;
  background-size: contain;
}

.business-term__item.term-weather {
  background-color: rgba(161, 41, 41, 0.8);
  width: 18%;
}

.business-term__time__info {
  font-size: 3.2rem;
  line-height: 1;
  margin: 0 0 0.8rem;
  font-weight: 600;
}

.business-term__item.term-situation {
  width: 18%;
}

.business-term__item.term-situation.open {
  background-color: rgba(150, 170, 110, 0.8);
}

.business-term__item.term-situation.pause {
  background-color: rgba(240, 110, 0, 0.8);
}

.business-term__item.term-situation.close {
  background-color: rgba(30, 40, 120, 0.8);
}

.business-term__item__img {
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.business-term__item__img img {
  max-height: 100%;
}

.business-term__item__time {
  font-size: 2.8rem;
  display: block;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.business-term__item__text {
  font-size: 1.2rem;
  display: block;
  line-height: 1.2;
  text-align: center;
}

@media (any-hover: hover) {
  .business-term__item__btn:hover {
    background-color: #37432d;
  }
}

@media screen and (max-width: 768px) {
  .business-term__content {
    font-size: 1rem;
  }

  .business-term__content > div {
    width: 5rem;
  }

  .business-term__content > div > p {
    font-size: 1.2rem;
  }

  .business-term__item.term-time {
    column-gap: 0.5rem;
  }

  .business-term__item__time {
    font-size: 1.6rem;
  }

  .business-term__item__text {
    font-size: 1rem;
  }

  .business-term__list {
    width: calc(100% - 5rem);
  }

  .business-term__item__btn {
    font-size: 1rem;
  }

  .business-term__item__btn::after {
    width: 1.2rem;
  }

  .business-term__time__info {
    font-size: 2.1rem;
  }

  .business-term__item__img {
    width: 2.5rem;
    height: 2.5rem;
  }
}

footer {
}

.footer-content {
  padding: 8rem 2rem 2rem;
  background-image: url("../img/footer-bg.webp");
  background-position: top;
  background-size: cover;
  overflow-x: clip;
}

.footer-banner__wrap {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 6rem;
  background-color: #fff;
  padding: 2rem;
}

.footer-banner__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 67.5rem;
  margin: 0 auto;
}

.footer-banner__list > li a {
  display: inline-block;
  width: 16rem;
}

.footer-banner__list > li a img {
  width: 100%;
}

.footer-sns__list {
  display: flex;
  justify-content: center;
  gap: 5.5rem;
  margin-bottom: 4rem;
}

.footer-sns__list > li {
  width: 5.5rem;
}

.footer-sns__list > li > a {
  display: inline-block;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}

.footer-address {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  font-size: 1.4rem;
}

.footer-link__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
  padding: 0.5rem 2rem;
  background-color: #fff;
}

.footer-post__list {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.4rem;
  margin-bottom: 2rem;
}

.footer-link__list > li a {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  font-size: 1.4rem;
  color: #37432d;
  border: solid 1px #37432d;
  border-radius: 0.5rem;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}

.footer-copy {
  padding: 0.5rem 1.5rem;
  text-align: center;
  background-color: #23322d;
  font-size: 1.2rem;
}

@media (any-hover) {
  .footer-sns__list > li > a:hover {
    opacity: 0.6;
  }

  .footer-link__list > li a:hover {
    color: #fff;
    background-color: #37432d;
  }
}

@media screen and (max-width: 768px) {

  .footer-banner__wrap {
    width: auto;
    margin: 0 0 6rem;
    padding: 0;
    background-color: transparent;
  }
  

  .footer-sns__list > li {
    width: 4rem;
  }

  .footer-address {
    display: block;
  }

}

.page-main__bg {
  position: relative;
  background-image: url("../img/page-main-bg.jpg");
  background-size: 100%;
  background-repeat: repeat-y;
}

.page-main__bg::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url("../img/page-main-bg-shadow.png");
  height: 1.5rem;
  background-repeat: repeat-x;
}

@media (any-hover: hover) {
}

@media screen and (max-width: 768px) {
}


.fadein-animation {
  opacity: 0;
  transform: translateY(4rem);
  transition-duration: 1.2s;
  transition-timing-function: ease;
  transition-property: all;
}

.scale-animation {
  opacity: 0;
  transform: scale(0.6);
  transition-duration: 1.2s;
  transition-timing-function: ease;
  transition-property: all;
}

.fadein-animation.is-active {
  opacity: 1;
  transform: translateY(0);
}

.scale-animation.is-active {
  opacity: 1;
  transform: scale(1);
}



/* ----------------

  追従させるページトップ・動画を見るのボタン

---------------- */
.fixed__content {
  position: fixed;
  right: 0;
  bottom: 20%;
  width: 8rem;
  z-index: 9999;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: ease;
}

.fixed__content__page-top {
  display: block;
  width: 5.5rem;
  aspect-ratio: 1 / 1;
  background-image: url("../img/page-top.svg");
  margin: 0 auto 1rem;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fixed__content__movie {
  color: #37432d;
  font-size: 1.4rem;
  line-height: 1.4;
}

.fixed__content__movie__open {
  text-align: center;
  background-color: #e3ce00;
  border-radius: 1rem 0 0 1rem;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: ease;
  padding: 2rem 0.2rem;
  width: 100%;
  cursor: pointer;
}

.fixed__content__movie__open figure {
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 768px) {
  .fixed__content {
    width: 6rem;
  }

  .fixed__content__page-top {
    width: 4rem;
  }

  .fixed__content__movie {
    font-size: 1rem;
  }
}


/* ----------------

  スクロールヒント

---------------- */
.scroll-hint {
  position: relative;
}

.scroll-hint__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  visibility: hidden;
  animation: scroll-hint-animation 2s infinite ease;
  font-size: 1rem;
  /* transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: ease; */
  opacity: 0;
}

.scroll-hint__content::before {
  content: "";
  display: block;
  margin: 0 auto 0.5rem;
  width: 5rem;
  height: 5rem;
  background-image: url("../img/scroll-hint-icon.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

@keyframes scroll-hint-animation {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-40%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

.scroll-hint__content.is-show {
  visibility: visible;
  opacity: 1;
}


/* ----------------

  モーダル

---------------- */
.modal-open {
  display: inline-block;
  cursor: pointer;
}

.modal-window {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  overflow-x: clip;
}

.modal-window.is-show {
  visibility: visible;
  opacity: 1;
}

.modal-content {
  padding: 16rem 2rem 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  min-height: 100lvh;
  transition-property: opacity, visibility;
  transition-duration: 0.6s, 0.6s;
  transition-timing-function: ease, ease;
  opacity: 0;
  visibility: hidden;
}

.modal-window.is-show .modal-content {
  visibility: visible;
  opacity: 1;
}

.modal-close {
  position: fixed;
  display: inline-block;
  top: 4rem;
  right: 4rem;
  z-index: 99;
  cursor: pointer;
}

.modal-close__icon {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  position: relative;
  border: solid 0.2rem #fff;
  border-radius: 0.8rem;
}

.modal-close__icon::before,
.modal-close__icon::after {
  content: "";
  display: inline-block;
  width: 3.2rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
}

.modal-close__icon::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-close__icon::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-prev {
  position: fixed;
  top: 50%;
  left: 4rem;
  transform: translateY(-50%);
  color: #fff;
  width: 3.5rem;
  aspect-ratio: 1 / 1;
  border-top: solid 0.2rem #fff;
  border-left: solid 0.2rem #fff;
  transform: rotate(-45deg);
}

.modal-next {
  position: fixed;
  top: 50%;
  right: 4rem;
  transform: translateY(-50%);
  color: #fff;
  width: 3.5rem;
  aspect-ratio: 1 / 1;
  border-top: solid 0.2rem #fff;
  border-right: solid 0.2rem #fff;
  transform: rotate(45deg);
}

.modal-counter {
  position: fixed;
  right: 4rem;
  bottom: 4rem;
  font-size: 2rem;
  color: #fff;
}

.modal-counter .current-number {
  font-size: 3rem;
}

/* 動画を見る */
.modal-content__park-movie {
  max-width: 97rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content__park-movie iframe,.modal-content__park-movie video {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-content__park-movie video[poster]{
  width: 100%;
}

/* フォトギャラリー */
.modal-content__gallery {
  max-width: 97rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 1rem;
}

.modal-content__gallery figure {
  margin-bottom: 1rem;
}

.modal-content__gallery h3 {
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
}

/* 恐竜が棲む森 */
.modal-content__gaogao {
  max-width: 97rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.modal-content__gaogao__img {
  width: 100%;
  margin-bottom: 4rem;
  text-align: center;
}

.modal-content__gaogao__img img {
  max-height: 40rem;
}

.modal-content__gaogao__title {
  text-align: center;
  margin-bottom: 4rem;
}

.modal-content__gaogao__title > h4 {
  font-size: 3rem;
}

.modal-content__gaogao__title > span {
  font-size: 2rem;
}

.modal-content__gaogao__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  row-gap: 0.8rem;
}

.modal-content__gaogao__list > div {
  display: flex;
  column-gap: 1.6rem;
  width: 50%;
}

.modal-content__gaogao__list dt {
  min-width: 14rem;
  text-align: center;
  padding: 0.4rem 0.8rem;
  border-radius: 0.4rem;
}

#zone01 .modal-content__gaogao__list dt {
  background-color: #8fa38c;
}

#zone02 .modal-content__gaogao__list dt {
  background-color: #c8a287;
}

#zone03 .modal-content__gaogao__list dt {
  background-color: #8398b2;
}

#zone04 .modal-content__gaogao__list dt {
  background-color: #7eb4be;
}

#zone05 .modal-content__gaogao__list dt {
  background-color: #dfc27f;
}

#zone06 .modal-content__gaogao__list dt {
  background-color: #8fa38c;
}

#zone07 .modal-content__gaogao__list dt {
  background-color: #a8a582;
}

#zone08 .modal-content__gaogao__list dt {
  background-color: #c8a779;
}

.modal-content__gaogao__list dd {
  padding: 0.4rem 0.8rem;
}

.modal-content__gaogao__discription {
  background-color: #fff;
  padding: 2rem;
  color: #221815;
  border-radius: 0.4rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .modal-close{
    top: 2rem;
    right: 2rem;
  }

  .modal-close__icon {
    width: 4rem;
    height: 4rem;
  }

  .modal-close__icon::before,
  .modal-close__icon::after {
    width: 2.4rem;
    height: 0.4rem;
  }

  .modal-prev {
    left: 1.5rem;
    width: 2rem;
  }

  .modal-next {
    right: 1.5rem;
    width: 2rem;
  }

  .modal-counter {
    font-size: 1.6rem;
  }

  .modal-counter .current-number {
    font-size: 2.5rem;
  }

  .modal-content__gaogao__list > div {
    width: 100%;
  }
  
}
