@charset "UTF-8";
.top-header__inner.js-active {
  background-color: #ffffff;
  border-bottom: 1px solid #000;
}
.top-header__inner.js-active #header__img {
  fill: #000;
}
.top-header__inner.js-active .header__reservation-box {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.top-header__inner.js-active .header__reservation-text {
  color: #000000;
}
.top-header__inner.js-active .header__hamburger > span {
  background-color: #000;
}

.top-header__slider {
  height: auto;
  margin-inline: auto;
  overflow: hidden;
  width: 100vw;
}

.top-header__img {
  width: 100%;
  aspect-ratio: 375/556;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); /* 拡大率 */
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  -webkit-animation: zoomUp 10s linear 0s normal both;
          animation: zoomUp 10s linear 0s normal both;
}

@media screen and (min-width: 768px) {
  .top-header__img {
    aspect-ratio: 1300/776;
  }
}
.title-margin {
  margin-left: 8px;
}

.top-button__box {
  padding: 30px 0;
  text-align: center;
}

.top-button:hover::before {
  width: 100%;
  border: 1px solid #56C68D;
  /*0.4秒遅れてアニメーション*/
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.top-button {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  color: #000000;
  border: 1px solid #000000;
  text-decoration: none;
  outline: none;
  width: 210px;
  height: 45px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
.top-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  display: block;
  border-bottom: 1px solid #000000;
  width: 56px;
}
.top-button::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  height: 100%;
  width: 0;
  color: #FFFFFF;
  background: #56C68D;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-button:hover {
  color: #FFFFFF;
  height: 45px;
  border-color: #56C68D;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.top-button span {
  display: block;
  z-index: 2;
}

.top-button span::before,
.top-button span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #56C68D;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top-button span::before {
  left: 0;
  top: 0;
}

.top-button span::after {
  left: 0;
  bottom: 0;
}

.top-button:hover span::before,
.top-button:hover span::after {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .top-contact__button-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .top-contact__button {
    margin-right: 50px;
    margin-left: 0 !important;
  }
}
.section1 {
  margin-top: -60px;
  padding-top: 35px;
}
.section1__inner {
  margin: 0 30px;
}
.section1__img-box {
  width: 100%;
  position: relative;
}
.section1__img1 {
  width: 100%;
}
.section1__img2 {
  position: absolute;
  top: -25px;
  right: 0;
  width: 131px;
  height: auto;
}
.section1__img3 {
  width: 100%;
  height: 100%;
}
.section1__link {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 113px;
  height: auto;
}
.section1__text-box {
  background-color: #FBD721;
  padding: 10px 15px;
  position: relative;
}
.section1__lead {
  line-height: 1.5625;
}
.section1__point-text {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.1875;
  padding-top: 5px;
}
.section1__text {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.875;
  padding-top: 5px;
}
.section1__content {
  padding: 25px 0;
}
.section1__slick-box {
  overflow-x: hidden;
}
.section1__slick-item {
  aspect-ratio: 781/657;
}

@media screen and (max-width: 400px) {
  .section1__point-text {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .section1 {
    margin-top: -130px;
    padding-top: 0;
  }
  .section1__inner {
    width: 100%;
    margin: 0 auto;
  }
  .section1__img-box {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 740px;
    top: -80px;
  }
  .section1__img1 {
    width: 223px;
    height: auto;
  }
  .section1__img2 {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: auto;
    left: 0;
    width: 120px;
    height: auto;
    z-index: 1;
  }
  .section1__link {
    right: -50px;
  }
  .section1__text-box {
    width: 400px;
    padding: 20px 15px 10px 70px;
  }
  .section1__lead {
    line-height: 1.5;
    font-size: 15px;
    font-weight: normal;
  }
  .section1__point-text {
    font-size: 28px;
  }
  .section1__text {
    line-height: 2.8333333333;
    font-size: 18px;
    padding-top: 55px;
  }
  .section1__content {
    padding: 0;
    margin-top: -20px;
    text-align: center;
  }
  .section1__slick-box {
    margin-top: 60px;
  }
}
@media screen and (min-width: 900px) {
  .section1__img-box {
    width: 940px;
  }
  .section1__img2 {
    width: 200px;
  }
  .section1__point-text {
    font-size: 32px;
  }
  .section1__text-box {
    width: 500px;
    padding: 20px 15px 10px 120px;
  }
  .section1__lead {
    font-size: 18px;
  }
}
.section2__content1 {
  padding-top: 30px;
}
.section2__img {
  position: relative;
  top: 0;
  left: 0;
  width: 92%;
  height: auto;
}
.section2__box {
  position: relative;
  top: -77px;
  right: 0;
  width: 74.66%;
  margin-left: auto;
  background-color: #ffffff;
  padding: 25px 30px;
}
.section2__title-border::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.section2__text-box {
  padding-top: 5px;
}
.section2__text {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.625;
}
.section2__button {
  position: relative;
  top: -110px;
  left: calc(100% - 125px);
}
.section2__content2 {
  padding-bottom: 35px;
  margin-top: -75px;
}
.section2__content2-inner {
  margin: 0 30px;
}

@media screen and (min-width: 768px) {
  .section2 {
    max-width: 1060px;
    margin: 0 auto;
  }
  .section2__content1 {
    padding-top: 80px;
    position: relative;
  }
  .section2__img {
    width: 66.15%;
  }
  .section2__box {
    position: absolute;
    top: 90px;
    width: 61.222%;
    padding: 20px 30px;
  }
  .section2__title-border::after {
    width: 80%;
  }
  .section2__text {
    font-size: 14px;
    line-height: 1.875;
    letter-spacing: 0.05em;
  }
  .section2__button {
    position: relative;
    bottom: 42px;
    top: auto;
    left: 0;
  }
  .section2__content2 {
    padding-bottom: 75px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .section2__box {
    position: absolute;
    top: 120px;
    width: 56.222%;
    padding: 30px 40px;
  }
  .section2__title-border::after {
    width: 80%;
  }
  .section2__text {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.05em;
  }
  .section2__button {
    position: relative;
    bottom: 100px;
    top: auto;
    left: 0;
  }
}
.section3__sns-box {
  padding-top: 25px;
  text-align: center;
}
.section3__img {
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
}
.section3__sns-contents {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section3__sns-item {
  width: calc(33.3333333333% - 5px);
  margin-right: 5px;
  margin-bottom: 5px;
}
.section3__sns-item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .section3 {
    padding-top: 30px;
  }
  .section3__sns-box {
    padding: 30px 45px;
    max-width: 600px;
    margin: 0 auto;
  }
  .section3__sns-contents {
    margin-top: 25px;
  }
  .section3__sns-item {
    width: calc(33.3333333333% - 7px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .section3__sns-item:nth-child(3n) {
    margin-right: 0;
  }
}
.section4 {
  padding-top: 35px;
}
.section4__title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.section4__contents {
  border-top: 1px solid #000000;
}
.section4__item-box {
  padding-top: 8px;
  padding-bottom: 10px;
}
.section4__item-box:last-child {
  border-bottom: none;
}
.section4__time {
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #666666;
  font-family: "Noto Sans JP", sans-serif;
}
.section4__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .section4 {
    padding-top: 40px;
  }
  .section4__item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
  }
  .section4__text {
    padding-left: 30px;
  }
}
.section5__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.section5__slick-container {
  margin-left: 30px;
}
.section5__slick-button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section5__slick-button {
  height: 13px;
  padding: 0 10px;
}
.section5__card {
  margin: 3px 30px 3px 0;
  background-color: #56C68D;
  padding-top: 5px;
  padding-bottom: 5px;
  mix-blend-mode: multiply;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  width: 280px;
}
.section5__card-inner {
  background-color: #ffffff;
  padding: 10px 15px;
  height: 100%;
  position: relative;
  height: 207px;
}
.section5__card-name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.05em;
  padding-bottom: 5px;
}
.section5__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  max-height: 29px;
  overflow: hidden;
}
.section5__card-text {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.375;
  padding-bottom: 20px;
  overflow: hidden;
}
.section5__card-more-box {
  position: absolute;
  bottom: 10px;
  right: 15px;
}
.section5__card-more {
  color: #000000;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.section5__card.slick-slide {
  height: auto !important;
}

.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (min-width: 768px) {
  .section5 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .section5__box {
    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;
  }
  .section5__slick-container {
    margin-left: 0;
  }
  .section5__slick-button-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section5__slick-button {
    height: 13px;
    padding: 0 10px;
  }
  .section5__card {
    background-color: #56C68D;
    padding-top: 5px;
    padding-bottom: 5px;
    mix-blend-mode: multiply;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    width: 280px;
  }
  .section5__card-inner {
    background-color: #ffffff;
    padding: 10px 15px;
  }
  .section5__card-name {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.05em;
    padding-bottom: 5px;
  }
  .section5__card-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  .section5__card-text {
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.375;
    padding-bottom: 20px;
  }
  .section5__card-more-box {
    text-align: right;
  }
  .section5__card-more {
    color: #000000;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
  }
}
.section6 {
  background-color: #DDF4E8;
  padding-top: 30px;
  padding-bottom: 20px;
}
.section6__title-padding {
  padding-top: 10px;
}
.section6__title-box {
  text-align: center;
}
.section6-accordion {
  padding-bottom: 20px;
}
.section6-accordion__title {
  background-color: #ffffff;
  padding: 15px 35px 15px 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.3888888889;
  font-weight: normal;
  position: relative;
}
.section6-accordion__title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #56C68D;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section6-accordion__title::after {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #56C68D;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.section6-accordion__text {
  padding: 10px 15px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.4375;
  font-weight: 400;
  display: none;
}

.open.section6-accordion__title::before {
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}

@media screen and (min-width: 768px) {
  .section6 {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .section6__title-padding {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .section6-accordion__text {
    line-height: 1.6875;
  }
}
.top-footer__map {
  margin: 0 30px;
  width: calc(100% - 60px);
  aspect-ratio: 313/290;
}

@media screen and (min-width: 768px) {
  .top-footer {
    padding-top: 0;
  }
  .top-footer__map {
    margin: 0;
    width: 100%;
    aspect-ratio: 1300/454;
  }
  .top-footer__inner {
    padding-top: 80px;
  }
}/*# sourceMappingURL=top.css.map */