@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Libre+Caslon+Display&family=Shippori+Mincho+B1&family=Zen+Old+Mincho&display=swap");
/* setting //////////////////////////////////////////////////*/
/*color*/
/*font-family*/
/*filler color*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*cubic-bezier*/
/*letter-spacing*/
/*// mixin //////////////////////////////////////////////////*/
/* media query */
/* hover */
.p-zeh-intro {
  background-color: #f7f2ea;
  padding: 8rem 0;
}
.p-zeh-intro__hg {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.p-zeh-intro__hg__heading {
  display: block;
  color: #a37b51;
  line-height: 1.6;
  text-align: center;
  font-size: 3.6rem;
}
@media only screen and (max-width: 767px) {
  .p-zeh-intro__hg__heading {
    font-size: 2rem;
  }
}
.p-zeh-intro__hg__cap {
  font-size: 1.1rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-zeh-intro__hg__cap {
    text-align: left;
  }
}
.p-zeh-intro__clg {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-zeh-intro__clg {
    overflow-x: scroll;
  }
  .p-zeh-intro__clg img {
    height: 30vw;
    width: auto;
    max-width: unset;
    padding: 2rem 0;
  }
}
.p-zeh-intro__about {
  background-color: #fff;
  padding: 3rem;
}
.p-zeh-intro__about__heading {
  text-align: center;
  font-size: 3.6rem;
}
@media only screen and (max-width: 767px) {
  .p-zeh-intro__about__heading {
    font-size: 2.4rem;
  }
}
.p-zeh-intro__about__lead {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .p-zeh-intro__about__lead {
    font-size: 1.4rem;
  }
}
.p-zeh-detail {
  padding: 8rem 0;
}
.p-zeh-detail__heading {
  line-height: 1.6;
  text-align: center;
  font-size: 3.6rem;
}
@media only screen and (max-width: 767px) {
  .p-zeh-detail__heading {
    font-size: 2rem;
  }
}
.p-zeh-detail__lead {
  text-align: center;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .p-zeh-detail__lead {
    font-size: 1.4rem;
  }
}
.p-zeh-detail__lead sup {
  font-size: 1.1rem;
  vertical-align: top;
}
.p-zeh-detail__img {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}
.p-zeh-detail__img__cap {
  text-align: right;
  font-size: 1.1rem;
}
.p-zeh-detail__bels {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}
.p-zeh-detail__bels__heading {
  font-size: 3.6rem;
  line-height: 1.4;
  text-align: center;
  padding: 3rem;
  border: 1px solid #231815;
}
@media only screen and (max-width: 767px) {
  .p-zeh-detail__bels__heading {
    font-size: 2.4rem;
    padding: 1.5rem;
  }
}
.p-zeh-detail__bels__inner {
  padding: 3rem;
  border: 1px solid #231815;
  border-top: none;
}
@media only screen and (max-width: 767px) {
  .p-zeh-detail__bels__inner {
    padding: 1.5rem;
  }
}
.p-zeh-detail__bels__lead {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .p-zeh-detail__bels__lead {
    font-size: 1.6rem;
  }
}
.p-zeh-detail__bels__lead sup {
  font-size: 1.1rem;
  vertical-align: top;
}
.p-zeh-detail__bels__img {
  max-width: 800px;
  margin-inline: auto;
}
.p-zeh-detail__bels__imgcap {
  font-size: 1.1rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-zeh-detail__bels__imgcap {
    text-align: left;
  }
}
.p-zeh-detail__bels__cap {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  font-size: 1.1rem;
}
.p-zeh-merit {
  padding: 8rem 0;
  background-color: #c7d2bf;
}
.p-zeh-merit__items {
  width: 90%;
  max-width: 1000px;
  margin-inline: auto;
}
.p-zeh-merit__item__heading {
  display: grid;
  align-items: center;
  grid-template-columns: 10rem auto;
  gap: 3rem;
  line-height: 1.4;
  font-size: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .p-zeh-merit__item__heading {
    font-size: 2rem;
    gap: 2rem;
    grid-template-columns: 8rem auto;
  }
}
.p-zeh-merit__item__heading i {
  width: 10rem;
  height: 10rem;
  background-color: #fff;
  color: #604c3f;
  border: 1px solid #604c3f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .p-zeh-merit__item__heading i {
    width: 8rem;
    height: 8rem;
    font-size: 1.4rem;
  }
}
.p-zeh-merit__item__lead {
  padding-left: 13rem;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .p-zeh-merit__item__lead {
    font-size: 1.4rem;
    padding-left: 0;
  }
}
.p-zeh-merit__item__lead span {
  position: relative;
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #fff459;
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.p-zeh-merit__item__lead span em {
  font-size: 2em;
}
@media only screen and (max-width: 767px) {
  .p-zeh-merit__item__lead span em {
    font-size: 1.7em;
  }
}
.p-zeh-merit__item__img {
  background-color: #fff;
  border: 1px solid #6a6b6b;
  padding: 5rem;
}
@media only screen and (max-width: 767px) {
  .p-zeh-merit__item__img {
    padding: 2rem;
  }
}
.p-zeh-merit__item__imgcap {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.1rem;
}
.p-zeh-merit__pointList {
  position: relative;
  border: 1px solid #6a6b6b;
  padding: 2rem 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 3rem;
}
@media only screen and (max-width: 767px) {
  .p-zeh-merit__pointList {
    grid-template-columns: 1fr;
    padding: 1.5rem 1.5rem 4rem;
  }
}
.p-zeh-merit__pointList__item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  font-size: 1.8rem;
}
.p-zeh-merit__pointList__item:not(:first-child) {
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-zeh-merit__pointList__item {
    font-size: 1.4rem;
  }
}
.p-zeh-merit__pointList__item i {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #76685c;
  width: 3rem;
  height: 3rem;
  font-size: 1.8rem;
  line-height: 0;
  border-radius: 2rem;
  color: #fff;
}
.p-zeh-merit__pointList__cap {
  position: absolute;
  right: 4rem;
  bottom: 2rem;
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .p-zeh-merit__pointList__cap {
    right: 1.5rem;
    bottom: 1.5rem;
  }
}
/*# sourceMappingURL=../../map/zeh/style.css.map */