@charset "utf-8";
body::before {
    display: none;
  }
.top-slider {
  position: relative;
  z-index: 1;
  margin-bottom: 0 !important;
  padding-bottom: min(10vw, 140px)
}
.top-slider .slick-slide {
    margin: 0 2.5vw;
  }
.top-slider .slick-dots {
    bottom: 0;
  }
.top-slider .slick-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #dcdddd
  }
.top-slider .slick-dots button::before {
      content: "";
    }
.top-slider .slick-dots .slick-active button {
    background: #83a142;
  }
.top-slider img {
    width: 100%;
    border-radius: min(9vw, 90px);
  }
/* お知らせ */
.top-topics {
  padding: min(10vw, 100px) 0 0;
  background: #50785d;
  color: #fff
}
.top-topics .wave {
    margin-bottom: -1px;
  }
.top-topics__header {
  margin-bottom: 15px
}
.top-topics__header .heading {
    margin-bottom: 0;
    color: #fff;
  }
.top-topics__more {
  margin-top: 30px;
  text-align: center
}
.top-topics__more .btn {
    width: 196px;
    min-width: auto;
    background: transparent
  }
.topics-list {
  border-top: none
}
.topics-list > li {
    padding: 20px 0;
    border-color: #658870;
  }
.topics-list-item .desc {
    color: #fff;
  }
/* パーク案内 */
.top-park {
  position: relative;
  padding-top: 30px;
}
.top-park__list {
  list-style: none;
  margin: 0;
  padding: 0
}
.top-park__list a {
    display: block;
    position: relative;
    padding: 0.5em 0 0.5em 1em;
    border-bottom: 1px solid
  }
.top-park__list a::before {
      position: absolute;
      top: 1.5em;
      left: 0;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #78c8d6;
      content: "";
    }
.park-place {
  max-width: 868px;
  margin: min(10vw, 90px) auto;
}
.park-place__image {
  overflow: hidden;
  position: relative;
  height: 0;
  margin-bottom: 20px;
  padding-top: 56.25%;
  border-radius: 20px
}
.park-place__image img {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
.park-place__body {
  line-height: 2;
}
.park-place__heading {
  margin-bottom: 15px;
  color: #50785d;
  font-size: clamp(3rem, 1.1536rem + 3.85vw, 5rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.howto {
  position: relative;
  padding-top: 30px;
  background: #fff;
}
.howto-list {
  list-style: none;
  margin: 0 0 50px;
  padding: 0
}
.howto-list > li {
    margin-bottom: 10px;
  }
.howto-list-link {
  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;
  height: 100%;
  padding: 20px;
  border-radius: 20px;
  background: #83a142;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none
}
.howto-list-link img {
    width: 50px;
  }
.howto-info {
  padding: 20px;
  border: 2px solid #50785d;
  border-radius: 20px;
}
.howto-info__heading {
  margin-bottom: 5px;
  color: #50785d;
  font-size: 2.8rem;
  font-size: clamp(2.2rem, 1rem + 2.5vw, 2.8rem);
  line-height: 1.5
}
.howto-info__heading img {
    vertical-align: middle;
  }
.howto-info__btn .btn {
    background: #50785d
  }
.story {
  padding-top: 30px;
  padding-bottom: min(10vw, 100px);
  background: #f0f8e8;
}
.story__inner {
  width: calc(100% - 40px);
  max-width: 868px;
  margin: 0 auto;
}
.story__divider {
  margin: min(100px, 10vw) 0;
  border: none;
  border-top: 1px solid #fff;
}
.book-slider {
  width: calc(100% - 100px);
  max-width: 504px;
  margin: 0 auto
}
.book-slider .slick-slide {
    margin: 0 10px;
  }
.book-slider .slick-arrow {
    z-index: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #50785d;
    background: #faf8f6
  }
.book-slider .slick-arrow::before {
      content: "";
    }
.book-slider .slick-arrow.slick-disabled {
      opacity: 0.4;
    }
.book-slider .slick-prev {
    background: #f0f8e8 url("../images/arrow-small-l.svg#green") no-repeat center center / 12px;
    left: -45px;
  }
.book-slider .slick-next {
    background: #f0f8e8 url("../images/arrow-small-r.svg#green") no-repeat center center / 12px;
    right: -45px;
  }
.book-thumbnail-slider {
  width: 80%;
  max-width: 410px;
  margin: 30px auto 0
}
.book-thumbnail-slider .slick-slide {
    overflow: hidden;
    margin: 0 5px;
    border-radius: 3px;
    background: #50785d
  }
.book-thumbnail-slider .slick-slide.slick-current img {
      opacity: 0.6;
    }
.book-thumbnail-slider img {
    border-radius: 3px;
    border: 1px solid #50785d;
  }
.footer {
  background-color: #f0f8e8;
}
@media (min-width: 35.001em) {
  .book-slider {
    width: calc(100% - 130px)
  }
    .book-slider .slick-arrow {
      width: 60px;
      height: 60px;
    }
    .book-slider .slick-prev {
      left: -70px;
    }
    .book-slider .slick-next {
      right: -70px;
    }}
@media (min-width: 45.001em) {
  .top-intro {
    margin-top: 13vw;
  }
  .top-slider {
    margin-top: -13vw;
  }
  .top-topics__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
    .top-topics__header .heading {
      margin-right: 20px;
      margin-bottom: 0;
    }
  .top-topics__more {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
  }
  .top-park {
  }
  .top-park__map {
    overflow: hidden;
    border-radius: 20px;
    margin: 40px 0;
  }
  .top-park__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px
  }
    .top-park__list > li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      padding: 0 20px;
    }
  .park-place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
    .park-place[data-layout="image-right"] {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
    }
  .park-place__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    height: auto;
    min-height: 320px;
    margin-bottom: 0;
    padding-top: 0;
  }
  .park-place__body {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42.1354%;
    flex: 0 0 42.1354%;
  }
  .howto-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px 50px
  }
    .howto-list > li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      margin-bottom: 20px;
      padding: 0 10px;
    }
  .howto-list-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.6rem
  }
    .howto-list-link img {
      width: 90px;
      margin-top: 15px;
    }
  .howto-info {
    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;
    padding: 30px 5.8%;
  }
  .howto-info__body {
    -ms-flex-preferred-size: 23em;
    flex-basis: 23em;
  }
  .howto-info__btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 55.3167%;
  }
}
@media (min-width: 60.001em) {
  .header::before {
    height: 400px;
  }
  .top-intro {
    margin-top: 160px
  }
    .top-intro::before {
      top: -140px;
      height: 160px;
    }
    .top-intro::after {
      bottom: -159px;
      height: 160px;
    }
  .top-slider {
    margin-top: -160px;
  }
  .top-park__list {
    margin: 0 -15px
  }
    .top-park__list > li {
      -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
      padding: 0 15px;
    }
    .howto::before {
      top: -159px;
      height: 160px;
    }
    .howto-list > li {
      -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
    }
    .book-slider .slick-arrow {
      width: 80px;
      height: 80px;
    }
    .book-slider .slick-prev {
      left: -135px;
    }
    .book-slider .slick-next {
      right: -135px;
    }
}
@media (hover:hover) {
      .top-topics__more .btn:hover {
        border-color: #83a142;
        background: #83a142;
      }
  .howto-list-link {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
  }
    .howto-list-link:hover {
      background: #50785d;
      -webkit-transform: translateX(10px);
      transform: translateX(10px);
    }
      .howto-info__btn .btn:hover {
        background: #83a142;
      }
    }
@media (max-width: 45em) {
  .top-topics__header {
    text-align: center;
  }
  .top-topics .topics-list {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
  }
  .top-park__map {
    margin: 0 -20px 30px;
  }
    .park-place__heading img {
      width: 6.8em;
    }
}
@media (min-width: 45.001em) and (hover:hover) {
      .howto-list-link:hover {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
      }
  }
@media (min-width: 75.001em) {
  .howto-list {
    margin: 0 -18px 50px
  }
    .howto-list > li {
      padding: 0 18px;
    }
}
/*# sourceMappingURL=maps/index.css.map */
