@charset "UTF-8";
/*------------------------------------------------------------*/
html {
  font-size: 125%;
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  scroll-behavior: smooth;
  visibility: hidden;
}
@media (max-width: 960px) {
  html {
    font-size: 100%;
  }
}

html.wf-active,
html.wfno-load {
  visibility: visible;
}

.main {
  background-color: #fcfdf5;
}

a {
  text-decoration: none;
  color: #000;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*------------------------------------------------------------*/
.header {
  position: fixed;
  width: 100%;
  z-index: 999;
  padding: 0.5em 0;
  background-color: #fcfdf5;
  font-size: 0.9rem;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
}
.header__inner {
  max-width: 1480px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.header__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 960px) {
  .header__row {
    display: block;
  }
}
.header__logo {
  width: 120px;
}
.header__nav {
  width: 65%;
  display: block;
}
@media (max-width: 960px) {
  .header__nav {
    display: none;
  }
}
.header__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-end;
}
.header__item {
  padding: 0 1.25em;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: bold;
}
.header__link {
  position: relative;
  padding-bottom: 0.5em;
}
.header__link::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #000000;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.header__link:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
.header__insta:hover {
  opacity: 0.7;
}
.header__instaimg {
  width: 45px;
  height: 45px;
}

.footer {
  background-color: #9b7b6c;
  color: #fff;
  padding: 3em 0;
}
.footer__copy {
  font-size: 0.8rem;
  text-align: center;
}

.groud {
  background-color: #3fa037;
}

.visual {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 6em 0;
}
.visual__inner {
  max-width: 1480px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.visual__imgbox {
  width: calc(100% - 5vw);
  height: 80vh;
  margin: 0 auto;
  position: relative;
}
.visual__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 8rem;
  position: absolute;
  opacity: 0;
  transition: all 1s ease-in-out;
}
.visual__img:first-child {
  opacity: 1;
}
.visual__title {
  position: absolute;
  left: 14%;
  top: 21%;
  writing-mode: vertical-rl;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: normal;
  font-size: 2rem;
  background-color: #fff;
  padding: 0.92em 0.44em;
  box-shadow: 10px 10px 0px #a7de8c;
  text-align: right;
  z-index: 3;
  border-radius: 15px;
}
@media (max-width: 960px) {
  .visual__title {
    font-size: 1.875rem;
    padding: 1.5333333333em 0.7333333333em;
  }
}
.visual__plant {
  position: absolute;
  left: 5%;
  bottom: 0;
  width: 30%;
}
@media (max-width: 960px) {
  .visual__plant {
    width: 35%;
  }
}
.visual__plant-s {
  position: absolute;
  right: 5%;
  bottom: 0;
  width: 20%;
}
@media (max-width: 960px) {
  .visual__plant-s {
    width: 42%;
  }
}
@media (max-width: 600px) {
  .visual__plant-s {
    width: 50%;
  }
}
.visual__circle {
  position: absolute;
  right: 3%;
  top: 20%;
  width: 15%;
}
@media (max-width: 960px) {
  .visual__circle {
    width: 20%;
  }
}
.visual__circle-s {
  position: absolute;
  right: 3%;
  top: 40%;
  width: 100px;
  height: 100px;
  background-color: #3fa037;
  opacity: 0.5;
  border-radius: 50%;
}
@media (max-width: 960px) {
  .visual__circle-s {
    width: 80px;
    height: 80px;
  }
}
.visual__circle-t {
  position: absolute;
  left: 3%;
  top: 50%;
  width: 110px;
  height: 110px;
  background-color: #3fa037;
  opacity: 0.5;
  border-radius: 50%;
}
@media (max-width: 960px) {
  .visual__circle-t {
    width: 60px;
    height: 60px;
    top: 65%;
  }
}

.info {
  background-color: #d2e7d5;
  padding: 4.5em 0;
}
.info__inner {
  max-width: 1480px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.news {
  margin-bottom: 4.5em;
}
.news__title {
  text-align: center;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-size: 2rem;
  margin-bottom: 0.5em;
}
.news__address {
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 1.2307692308em;
}
.news__detail {
  text-align: center;
  margin-bottom: 1.5em;
}
.news__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3em;
}
@media (max-width: 600px) {
  .news__list {
    display: block;
  }
}
.news__btnbox {
  text-align: center;
}
.news__btn {
  min-width: 200px;
  padding: 1em 2em;
  border: 2px solid #000;
  border-radius: 4.625em;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.news__btn::before {
  content: "";
  position: absolute;
  top: -200px;
  left: -200px;
  width: 200px;
  height: 200px;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.4s ease-out;
}
.news__btn:hover {
  color: #000;
}
.news__btn:hover::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.insta__article {
  width: 24vw;
}
@media (max-width: 600px) {
  .insta__article {
    width: 100%;
    margin-bottom: 1.25em;
  }
}
.insta__imgbox {
  margin-bottom: 1em;
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}
.insta__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.calendar__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 960px) {
  .calendar__row {
    display: block;
  }
}
.calendar__detail {
  width: 40%;
  margin-bottom: 2em;
}
@media (max-width: 960px) {
  .calendar__detail {
    width: 100%;
  }
}
.calendar__btnbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2em;
  justify-content: flex-start;
}
.calendar__btn {
  padding: 0.8em 0.6em;
  background-color: #90ad66;
  border-radius: 30px;
  font-weight: bold;
  color: #fff;
}
.calendar__btn:first-child {
  margin-right: 2em;
}
.calendar__content {
  width: 50%;
}
@media (max-width: 960px) {
  .calendar__content {
    width: 100%;
  }
}
.calendar__title {
  text-align: center;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-size: 2rem;
  margin-bottom: 0.5em;
}
.calendar__box {
  width: 100%;
  min-height: 650px;
  padding: 0.8em;
}
.calendar__explanation {
  line-height: 1.8;
}
.calendar__explanation-t {
  line-height: 1.8;
  margin-bottom: 0.5em;
}
.calendar__date {
  margin-top: 1.5em;
}

.fc .fc-toolbar-title {
  font-size: 1.25rem;
  font-weight: normal;
}

.fc .fc-col-header-cell-cushion {
  font-weight: normal;
}

.fc-theme-standard td,
.fc-theme-standard th {
  border: 2px solid #fff;
}

.fc-theme-standard .fc-scrollgrid {
  border: 2px solid #fff;
}

.fc .fc-button-group > .fc-button {
  background-color: transparent;
}

.fc .fc-button .fc-icon {
  color: #000;
}

.fc .fc-button-primary:disabled {
  background-color: #000;
}

.consept {
  padding: 4.5em 0;
}
.consept__inner {
  max-width: 1480px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.consept__note {
  margin-bottom: 4em;
}
.consept__catch {
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 1em;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
}
.consept__detail {
  width: 70%;
  margin: 0 auto;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media (max-width: 960px) {
  .consept__detail {
    width: 100%;
  }
}
.consept__imgbox {
  width: 50%;
  height: 65vh;
}
@media (max-width: 960px) {
  .consept__imgbox {
    width: 100%;
    height: 40vh;
    margin-bottom: 1.25em;
  }
}
.consept__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.consept__txbox {
  width: 50%;
  padding: 5vw;
  position: relative;
}
.consept__txbox::after {
  position: absolute;
  top: 0;
  right: 30px;
  z-index: -1;
  color: #d5ead8;
  font-size: 7.5rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media (max-width: 960px) {
  .consept__txbox::after {
    right: 0%;
    font-size: 6.25rem;
  }
}
@media (max-width: 960px) {
  .consept__txbox {
    width: 100%;
    padding: 0;
  }
}
.consept__title {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6em;
  margin-bottom: 1em;
}
.consept__text {
  font-size: 0.8rem;
  line-height: 2.3;
}

.gallery {
  background-color: #bcd267;
  padding: 4.5em 0;
  color: #755514;
}
.gallery__inner {
  max-width: 1480px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.gallery__title {
  font-size: 2rem;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  text-align: center;
  margin-bottom: 1em;
}
.gallery__detail {
  margin: 0 auto 4em auto;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.gallery__catch {
  font-size: 1.5rem;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  margin-bottom: 1em;
}
.gallery__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5em;
}
.gallery__btnbox {
  text-align: center;
}
.gallery__btn {
  min-width: 200px;
  padding: 1em 2em;
  border: 2px solid #000;
  border-radius: 4.625em;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.gallery__btn::before {
  content: "";
  position: absolute;
  top: -200px;
  left: -200px;
  width: 200px;
  height: 200px;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.4s ease-out;
}
.gallery__btn:hover {
  color: #000;
}
.gallery__btn:hover::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery__preparation {
  text-align: center;
  margin: 0 auto 3.3333333333em auto;
}
.gallery__wait {
  line-height: 1.8;
}

.contact {
  padding: 4.5em 0;
  text-align: center;
}
.contact__inner {
  max-width: 1480px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.contact__title {
  font-size: 2rem;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  text-align: center;
  margin-bottom: 1em;
}
.contact__txbox {
  width: 70%;
  margin: 0 auto 2.2222222222em auto;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 960px) {
  .contact__txbox {
    width: 100%;
  }
}
.contact__text {
  margin-bottom: 1.1111111111em;
}
.contact__btn {
  min-width: 200px;
  padding: 1em 2em;
  border: 2px solid #000;
  border-radius: 4.625em;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.5s;
}
.contact__btn::before {
  content: "";
  position: absolute;
  top: -200px;
  left: -200px;
  width: 200px;
  height: 200px;
  background: #3fa037;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.4s ease-out;
}
.contact__btn:hover {
  color: #fff;
}
.contact__btn:hover::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.access {
  padding: 4.5em 0;
  background-color: #3fa037;
  border-radius: 5% 5% 0 0;
  color: #fff;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
}
@media (max-width: 960px) {
  .access {
    padding: 3.5em 0;
    border-radius: 5rem 5rem 0 0;
  }
}
.access__inner {
  max-width: 1480px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.access__title {
  font-size: 2rem;
  margin-bottom: 1em;
}
.access__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
}
@media (max-width: 960px) {
  .access__row {
    display: block;
  }
}
.access__content {
  width: 50%;
}
@media (max-width: 960px) {
  .access__content {
    width: 100%;
  }
}
.access__info {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #fff;
  padding-top: 2em;
  margin-bottom: 2em;
}
@media (max-width: 960px) {
  .access__info {
    font-size: 0.875rem;
  }
}
@media (max-width: 600px) {
  .access__info {
    display: block;
  }
}
.access__note {
  width: 18%;
  color: #3fa037;
  background-color: #fff;
  text-align: center;
  height: 30px;
  border-radius: 6px;
  margin-right: 2em;
}
@media (max-width: 960px) {
  .access__note {
    width: 24%;
  }
}
@media (max-width: 600px) {
  .access__note {
    margin-bottom: 0.7em;
  }
}
.access__text {
  color: #fff;
}
@media (max-width: 960px) {
  .access__text {
    width: 60%;
  }
}
@media (max-width: 600px) {
  .access__text {
    width: 100%;
  }
}
.access__google {
  width: 35vw;
  height: 35vw;
}
@media (max-width: 960px) {
  .access__google {
    width: 100%;
    height: 80vw;
  }
}
.access__link {
  color: #fff;
  text-decoration: underline;
}

.t-gallery {
  padding: 5.5em 0;
  background-color: #fcfdf5;
}
.t-gallery__inner {
  max-width: 1480px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.t-gallery__title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2em;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
}
.t-gallery__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.t-gallery__list::after {
  content: "";
  display: block;
  width: 24vw;
}
.t-gallery__preparation {
  text-align: center;
  margin: 0 auto 3.3333333333em auto;
}

.swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.swiper-slide:nth-child(1) .consept__txbox::after {
  content: "01";
}
.swiper-slide:nth-child(2) .consept__txbox::after {
  content: "02";
}
.swiper-slide:nth-child(3) .consept__txbox::after {
  content: "03";
}
.swiper-slide:nth-child(4) .consept__txbox::after {
  content: "04";
}
.swiper-slide:nth-child(5) .consept__txbox::after {
  content: "05";
}
@media (max-width: 960px) {
  .swiper {
    display: block;
  }
}

/* ハンバーガーボタン */
.spmenu {
  height: 100vh;
  background-color: #fff;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  top: 0;
  right: 0;
  transform: translate(100vw, 0);
  transition: 0.6s ease-in-out;
  opacity: 0.9;
  z-index: 999;
  visibility: hidden;
}
@media (max-width: 960px) {
  .spmenu {
    visibility: visible;
  }
}
@media (max-width: 960px) {
  .spmenu__nav {
    padding: 0;
    list-style: none;
    width: 60%;
    margin: 0 auto 2em auto;
  }
}
@media (max-width: 960px) {
  .spmenu__navlist {
    margin-bottom: 2em 0;
    padding: 2em;
    text-align: center;
    border-bottom: 1px dashed #000;
  }
}
@media (max-width: 960px) {
  .spmenu__link {
    color: #000;
    font-size: 1.25rem;
    font-weight: bold;
    font-family: "fot-tsukubrdgothic-std", sans-serif;
  }
}
.spmenu__visible {
  transform: translate(0, 0);
  transition: 0.6s ease-in-out;
  transition-delay: 0.1s;
}
.spmenu__insta {
  width: 10%;
  margin: 0 auto;
}

.burgerbtn {
  position: fixed;
  display: block;
  width: 50px;
  height: 50px;
  top: 2%;
  right: 8%;
  z-index: 999;
  cursor: pointer;
  visibility: hidden;
}
@media (max-width: 960px) {
  .burgerbtn {
    visibility: visible;
    top: 4%;
  }
}
@media (max-width: 600px) {
  .burgerbtn {
    top: 2%;
  }
}
.burgerbtn__border {
  position: absolute;
  width: 32px;
  height: 3px;
  background-color: #000;
  transition: 0.6s;
  border-radius: 10px;
}
.burgerbtn__border:nth-child(1) {
  top: 13px;
  left: 11px;
}
.burgerbtn__border:nth-child(2) {
  top: 25px;
  left: 11px;
}
.burgerbtn__border:nth-child(3) {
  top: 37px;
  left: 11px;
}

.bordertop__open {
  transform: translateY(10px) rotate(45deg);
  transition: 0.6s;
}
.bordermiddle__open {
  opacity: 0;
  transform: translateX(-10px);
  transition: 0.6s;
}
.borderbottom__open {
  transform: translateY(-14px) rotate(-45deg);
  transition: 0.6s;
}

.fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s, transform 1s;
}
.fade.fadeon {
  opacity: 1;
  transform: translateY(0px);
}

.wave-m img {
  width: 100%;
  height: 40px;
}

.wave-groud {
  background-color: #fcfdf5;
}

.swiper-button-next {
  color: #000;
  /* 次へボタンの文字色 */
  font-size: 1rem;
  background-color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.swiper-button-prev {
  color: #000;
  /* 前へボタンの文字色 */
  font-size: 1rem;
  background-color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.swiper-button-prev:after {
  content: "<";
  position: absolute;
  top: 8%;
  right: 33%;
}

.swiper-button-next:after {
  content: ">";
  position: absolute;
  top: 8%;
  right: 28%;
}
/*# sourceMappingURL=style.css.map */