@charset "UTF-8";
.top-wrap {
  display: flex;
  width: 95%;
  margin: 0 auto;
  gap: 70px;
  align-items: flex-start;
  justify-content: center;
  max-width: 1200px;
}
.top-wrap__img {
  max-width: 650px;
  width: 51%;
  height: auto;
}
.top-wrap__img img {
  width: 100%;
  border-radius: 20px;
}
.top-wrap__hero {
  min-width: 400px;
  width: 26%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 20px;
}
.top-wrap__hero__ttl {
  color: #387d39;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.top-wrap__hero__ttl p {
  font-size: 11px;
}
.top-wrap__hero__ttl h1 {
  font-size: 36px;
  line-height: 57px;
  font-weight: bold;
}
.top-wrap__con__txt p {
  color: #387d39;
  line-height: 30px;
}
.top-wrap__con__link {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.top-wrap__con__link a {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  width: 95%;
  border-radius: 50px;
  text-decoration: none;
}
.contact-btn {
  gap: 10px;
  background-color: #387d39;
  color: #ffffff;
}
.contact-btn__text {
  font-size: 18px;
  line-height: 20px;
}
.tel-btn {
  gap: 10px;
  background-color: #ffffff;
  color: #387d39;
}
.tel-btn__number {
  font-size: 27px;
  font-weight: bold;
}
.news-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.news-item {
  display: flex;
  gap: 10px;
  font-size: 14px;
  text-decoration: none;
  color: #387d39;
  align-items: center;
}
.news-cat {
  text-align: center;
  width: 10%;
  font-size: 10px;
  background-color: #f9faea;
  padding: 5px 15px;
  border-radius: 100px;
}
.news__btn {
  width: 170px;
  margin: 30px auto 0 auto;
  text-align: center;
  border: 1px solid #387d39;
  border-radius: 100px;
  padding: 15px 60px;
}
.news__btn a {
  color: #387d39;
  text-decoration: none;
}
.concept-wrap {
  width: 95%;
  position: relative;
  max-width: 1200px;
  margin: 60px auto;
  background-color: #fff;
  border-radius: 40px;
  padding-bottom: 60px;
}
.concept-img {
  position: absolute;
  top: -60px;
  left: -115px;
}
.about-wrap {
  width: 85%;
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-wrap__left {
  width: 45%;
}
.about-wrap__grid {
  width: 50%;
}
.about-wrap__grid img {
  width: 100%;
  height: 370px;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-wrap__left__ttl p {
  margin-top: 30px;
  line-height: 26px;
  color: #387d39;
}
.top__btn {
  margin-top: 40px;
}
.top__btn a {
  border: 1px solid #8ac110;
  text-decoration: none;
  color: #8ac110;
  padding: 10px 60px;
  border-radius: 100px;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 10px;
  width: 50%;
  margin: 0 auto;
}

/* 左の大きいやつ */
.about-grid .large {
  grid-column: 1 / 3; /* 縦2マス使う */
}

/* 画像共通 */
.about-grid .about-item img {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
.feature-wrap__ttl,
.service-wrap__ttl,
.access-wrap__ttl {
  text-align: center;
  margin-bottom: 20px;
}
.feature-wrap,
.service-wrap {
  width: 85%;
  position: relative;
  margin: 0 auto;
  padding: 40px 0 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.feature-img {
  position: absolute;
  right: -180px;
  top: -60px;
}
.feature-wrap__body,
.service-wrap__body {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 20px 0;
  flex-wrap: wrap;
}
.feature__article,
.service__article {
  background-color: #f9faea;
  border-radius: 20px;
  width: 32.5%;
}
.feature__article__img,
.service__article__img {
  width: 100%;
}
.feature__article__img img,
.service__article__img img {
  width: 100%;
  aspect-ratio: 11 /6;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}
.feature__article__body,
.service__article__body {
  padding: 10px 20px 20px 15px;
}
.feature__article__head,
.service__article__head {
  font-weight: bold;
  color: #387d39;
  margin-bottom: 10px;
}
.feature__article__txt,
.service__article__txt {
  line-height: 28px;
  color: #387d39;
  font-weight: 300;
}
.life {
  background-color: #387d39;
}
.life-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  width: 95%;
  padding: 120px 0;
  justify-content: space-between;
}
.event {
  width: 48%;
}
.event-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 15px;
}
.event__ttl p {
  font-weight: 300;
  margin: 14px 0 25px 0;
  color: #fff;
}
.event-body__item {
  background-color: #f9faea;
  border-radius: 10px;
  padding: 20px;
}
.event-body__item a {
  text-decoration: none;
}
.event-body__item__en {
  color: #a2c456;
  margin-bottom: 5px;
}
.event-body__item__jp {
  color: #387d39;
  font-weight: bold;
  font-size: 18px;
}
.gallery {
  width: 45%;
}
.gallery-body {
  display: flex;
  justify-content: space-between;
}
.gallery-body__item {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.gallery-body__item a {
  width: 32%;
  border-radius: 12px;
  overflow: hidden;
}
.gallery-body__item a img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.gallery-body__item a:hover img {
  transform: scale(1.06);
}
.access {
  background-color: #f9faea;
}
.access-wrap {
  padding: 120px 0 80px 0;
}
.access-wrap__body {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 30px 0 120px 0;
  justify-content: space-between;
}
.access-wrap__left {
  width: 48%;
}
.access-wrap__left iframe {
  display: block;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  border: 1px solid #387d39;
}
.access-wrap__right {
  width: 48%;
}
.facility-info {
  background: #fafce8;
  padding: 30px 36px;
}

.facility-info__card {
  max-width: 640px;
  background: #fff;
  border-radius: 18px;
  padding: 52px 48px 40px;
}

.facility-info__title {
  color: #25803a;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 18px;
  border-bottom: 2px solid #7bc600;
}

.facility-info__list {
  margin: 0;
}

.facility-info__row {
  font-size: 13px;
  display: grid;
  grid-template-columns: 95px 1fr;
  gap: 0;
  padding: 20px 0;
  border-bottom: 1px solid #e4e8c4;
}

.facility-info__row dt {
  font-weight: 700;
  line-height: 1.9;
  color: #387d39;
}

.facility-info__row dd {
  margin: 0;
  line-height: 1.9;
  color: #387d39;
}

.facility-info__btn-wrap {
  text-align: center;
  margin-top: 36px;
}

.facility-info__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 54px;
  border-radius: 999px;
  background: #80c900;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.facility-info__btn:hover {
  opacity: 0.8;
}
.contact {
  background-color: #8ac110;
  margin-bottom: 10px;
}
.contact-wrap {
  width: 95%;
  max-width: 400px;
  margin: 0 auto;
  padding: 80px 0;
}
.contact-wrap__txt {
  text-align: center;
  color: #fff;
}
.contact-wrap__txt h3 {
  font-weight: bold;
  font-size: 28px;
}
.contact-wrap__txt p {
  font-size: 13px;
  text-align: center;
  margin-top: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 1280px) {
  .top-wrap {
    gap: 40px;
    justify-content: center;
    align-items: flex-start;
  }
  .concept-img {
    position: absolute;
    top: -60px;
    left: -40px;
    width: 250px;
  }
  .concept-img img {
    width: 100%;
  }
  .feature-img {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .feature-wrap,
  .service-wrap {
    width: 95%;
  }
  .feature__article__txt,
  .service__article__txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .about-wrap {
    flex-direction: column;
    gap: 50px;
  }
  .about-wrap__left {
    width: 100%;
  }
  .about-grid {
    width: 100%;
  }
  .about-wrap__left__ttl h3 {
    text-align: center;
  }
  .feature-wrap__body,
  .service-wrap__body {
    justify-content: space-around;
    gap: 30px;
  }
  .feature__article,
  .service__article {
    width: 47%;
  }
  .life-wrap {
    flex-direction: column;
    gap: 80px;
  }
  .event {
    width: 100%;
  }
  .gallery {
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .top-wrap {
    flex-direction: column;
    align-items: center;
  }
  .top-wrap__img {
    max-width: none;
    width: 100%;
    height: auto;
  }
  .top-wrap__hero {
    min-width: 400px;
    width: 100%;
  }
  .top-wrap__con__link {
    max-width: 400px;
  }
  .access-wrap__body {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .access-wrap__right {
    width: 100%;
  }
  .facility-info__row {
    font-size: 16px;
  }
  .access-wrap__left {
    width: 100%;
    height: 400px;
  }
}
@media screen and (max-width: 560px) {
  .top-wrap {
    width: 90%;
  }
  .top-wrap__hero {
    min-width: auto;
  }
  .top-wrap__con__link a {
    width: 90%;
  }

  .feature__article,
  .service__article {
    width: 85%;
  }
  .facility-info__card {
    padding: 40px 20px;
  }
  .contact-wrap__txt h3 {
    font-size: 24px;
  }
}
