@charset "UTF-8";
.mainv {
  position: relative;
  opacity: 0;
  transition: opacity 0.8s ease;
  padding-top: var(--header-h);
}
.mainv.is-show {
  opacity: 1;
}
.mainv .swiperMainv .swiper-slide img {
  width: 100%;
}
.mainv .swiperMainv .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.mainv .swiperMainv .swiper-pagination-bullet-active {
  background-color: #338B5B;
}
.mainv .mainLogo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  mask-image: url(../images/common/logo.svg);
  mask-repeat: no-repeat;
  mask-size: cover;
  background-color: #fff;
  width: 478px;
  height: 35px;
  z-index: 3;
  margin-top: 32px;
}

.spMenu {
  display: none;
}

.statement {
  margin-top: 165px;
  display: flex;
}
.statement ._inner {
  width: 410px;
  margin: 0 auto;
}
.statement ._inner .text {
  font-size: 2rem;
  margin-top: 65px;
}
.statement ._inner .text:first-child {
  margin-top: 0;
}

.commonSection {
  margin-top: 160px;
}
.commonSection ._contents {
  width: 1110px;
  margin-left: auto;
  margin-right: auto;
}
.commonSection ._contents .rowWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 47px;
  align-items: stretch;
}
.commonSection ._contents .rowWrap .textWrap {
  max-width: 492px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 20px;
}
.commonSection ._contents .rowWrap .textWrap .text {
  margin-top: 60px;
}
.commonSection ._contents .rowWrap .textLink {
  font-size: 1.5rem;
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  text-align: right;
}
.commonSection ._contents .rowWrap .textLink a {
  color: #338B5B;
}
.commonSection ._contents .rowWrap .imgWrap {
  max-width: 564px;
}
.commonSection ._contents .rowWrap.certification {
  padding-top: 80px;
}
.commonSection ._contents .rowWrap.certification .textWrap {
  width: 800px;
  max-width: none;
  flex: none;
}
.commonSection ._contents .rowWrap.certification .textWrap .text {
  margin-top: 0;
}
.commonSection ._contents .rowWrap.certification .textWrap .text .strong {
  font-weight: bold;
  color: #8B8433;
}
.commonSection ._contents .rowWrap.certification .textWrap .notice {
  margin-top: 30px;
  line-height: 1.6;
}
.commonSection ._contents .rowWrap.certification .imgWrap {
  width: 100%;
  text-align: center;
}
.commonSection ._contents .rowWrap.certification.seges .imgWrap {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}
.commonSection ._contents .rowWrap.certification.abinc {
  margin-top: 80px;
  flex-direction: row-reverse;
}
.commonSection ._contents .rowWrap.certification.abinc .imgWrap {
  width: 190px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
}
.commonSection ._contents .commentWrap {
  border: 3px solid #8B8433;
  padding: 38px;
  font-size: 1.6rem;
  margin-top: 60px;
}
.commonSection ._contents .commentWrap dt {
  color: #8B8433;
}
.commonSection.about {
  margin-top: 185px;
}
.commonSection.about ._contents {
  width: 872px;
  padding-top: 95px;
}
.commonSection.about ._contents .text {
  margin-top: 60px;
}
.commonSection.about ._contents .text:first-child {
  margin-top: 0;
}
.commonSection.area ._head.right:before {
  background-color: #8B8433;
}
.commonSection.area ._contents .rowWrap .textLink a {
  color: #8B8433;
}
.commonSection.plants ._head .bar .slider-bar {
  background-color: #338B5B;
}
.commonSection.animals ._head .bar .slider-bar {
  background-color: #338B5B;
}
.commonSection.art ._head .bar .slider-bar {
  background-color: #338B5B;
}
.commonSection.gallery {
  padding-bottom: 100px;
}
.commonSection.gallery ._contents .rowWrap .textWrap .textLink a {
  color: #8B8433;
}

/* タブレット以下（1110px以下） */
@media (max-width: 1110px) {
  .commonSection ._contents {
    width: auto;
    padding-left: 17px;
    padding-right: 17px;
  }
  .commonSection ._contents .rowWrap.certification .textWrap {
    width: clamp(650px, 10vw, 800px);
  }
  .commonSection.about ._contents {
    width: auto;
    padding-left: 17px;
    padding-right: 17px;
  }
}
/* スマホ以下（768px以下） */
@media (max-width: 768px) {
  ._head ._inner .jp {
    font-weight: 500;
  }
  ._inner {
    width: auto;
    padding-left: 17px;
    padding-right: 17px;
  }
  .mainv .mainLogo {
    width: 280px;
    height: 24px;
    mask-size: contain;
    margin-top: 28px;
  }
  .mainv .swiperMainv {
    height: 537px;
  }
  .spMenu {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .spMenu li {
    margin-left: 33px;
  }
  .spMenu li:first-child {
    margin-left: 0;
  }
  .spMenu a {
    display: flex;
    flex-direction: column;
    min-height: 80px;
    align-items: center;
    justify-content: flex-end;
  }
  .spMenu a img {
    height: 56px;
    margin-bottom: 10px;
  }
  .spMenu .text {
    font-size: 1.1rem;
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
  }
  .statement {
    margin-top: 100px;
  }
  .statement ._inner {
    width: auto;
  }
  .statement ._inner .text {
    font-size: 1.5rem;
    line-height: 2.4;
    margin-top: 37px;
  }
  .commonSection {
    margin-top: 85px;
  }
  .commonSection ._contents {
    width: auto;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 25px;
  }
  .commonSection ._contents .rowWrap {
    flex-direction: column;
    padding-top: 0;
  }
  .commonSection ._contents .rowWrap .textWrap {
    max-width: none;
    padding-right: 0;
  }
  .commonSection ._contents .rowWrap .textWrap .text {
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 2;
  }
  .commonSection ._contents .rowWrap .imgWrap {
    max-width: none;
    margin-top: 15px;
  }
  .commonSection ._contents .rowWrap .textLink {
    text-align: center;
    margin-top: 20px;
  }
  .commonSection ._contents .rowWrap.certification {
    padding-top: 0;
    flex-direction: column-reverse;
  }
  .commonSection ._contents .rowWrap.certification .textWrap {
    width: auto;
    margin-top: 25px;
  }
  .commonSection ._contents .rowWrap.certification .textWrap .notice {
    line-height: 2;
  }
  .commonSection ._contents .rowWrap.certification.abinc {
    flex-direction: column-reverse;
  }
  .commonSection ._contents .rowWrap.certification.abinc .imgWrap {
    width: 125px;
  }
  .commonSection ._contents .commentWrap {
    font-size: 1.5rem;
    padding: 32px;
  }
  .commonSection.about {
    margin-top: 120px;
  }
  .commonSection.about ._contents {
    width: auto;
    padding-top: 25px;
  }
  .commonSection.about ._contents .text {
    margin-top: 25px;
    font-size: 1.5rem;
    line-height: 2;
  }
  .commonSection.gallery ._contents .rowWrap .textLink a {
    color: #8B8433;
  }
}
/* スマホ以下（540px以下） */
/* スマホ以下（350px以下） *//*# sourceMappingURL=style.css.map */