@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&&family=Noto+Serif:wght@500");
body {
  margin-top: 114px;
}
@media (max-width: 1199px) {
  body {
    margin-top: 58px;
  }
}

.header {
  background: #fff;
}
.header .header_logo svg .cls-1 {
  fill: #4D4039;
}
.header .header_nav {
  margin: 0;
}
.header .menu-item a {
  color: #4D4039;
}

.page-header {
  margin-top: 0 !important;
}

.en_garden_vertical {
  top: 30%;
}

p {
  line-height: 2.2;
}

.page-header-title,
h1.page-header-title {
  font-size: 30px;
  line-height: 2;
  text-align: center;
  font-family: "Noto Serif", serif;
  letter-spacing: 0.15em;
  padding-top: 6rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  position: relative;
  opacity: 0;
}
@media (max-width: 1199px) {
  .page-header-title,
  h1.page-header-title {
    font-size: 28px;
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  .page-header-title,
  h1.page-header-title {
    font-size: 24px;
  }
}
.page-header-title.is_active,
h1.page-header-title.is_active {
  opacity: 1;
}
.page-header-title::after,
h1.page-header-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 65px;
  height: 1px;
  background: #60AF94;
}

h1 {
  font-size: 1.7rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.3rem;
}

h4 {
  font-size: 1.1rem;
}

.breadcrumb {
  display: none;
}

.site-body {
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .site-body {
    padding-bottom: 4rem;
  }
}

.single .entry-body {
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .single .entry-body {
    margin-bottom: 3rem;
  }
}

/*=============================================
# お問合せ
============================================= */
.form_wrap input,
.form_wrap textarea {
  display: block;
  width: 100%;
  padding: 30px 15px;
  background-color: #f2f2f2;
  border: 0;
  transition: background-color 0.3s cubic-bezier(0.75, 0, 0.25, 1);
  border-radius: 0;
  margin-bottom: 0;
}
.form_wrap input:focus-visible,
.form_wrap textarea:focus-visible {
  outline: none;
}
@media (max-width: 767px) {
  .form_wrap input,
  .form_wrap textarea {
    padding: 24px 15px;
  }
}
.form_wrap .form_item_label {
  font-size: 12px;
  line-height: 2;
  display: block;
  position: relative;
  z-index: 10;
  transform: translate3d(15px, 48px, 0) scale(1.25);
  transform-origin: top left;
  pointer-events: none;
  transition: transform 0.3s cubic-bezier(0.75, 0, 0.25, 1), color 0.3s cubic-bezier(0.75, 0, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.75, 0, 0.25, 1);
}
.form_wrap .form_item_label .require {
  color: #D70012;
}
@media (max-width: 767px) {
  .form_wrap .form_item_label {
    font-size: 10px;
    transform: translate3d(15px, 40px, 0) scale(1.25);
  }
}
.form_wrap .form_item {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
}
.form_wrap .form_item.active .form_item_label {
  transform: translate3d(15px, 30px, 0) scale(1);
}
@media (max-width: 767px) {
  .form_wrap .form_item.active .form_item_label {
    transform: translate3d(15px, 24px, 0) scale(1);
  }
}
.form_wrap .form_item.has_error .form_item_label {
  color: #D70012;
}
.form_wrap .form_item.has_error input,
.form_wrap .form_item.has_error textarea {
  background: rgba(216, 0, 0, 0.2);
}

.form_item_submit {
  position: relative;
  width: 100%;
  max-width: 450px;
  margin: 110px auto 0;
}
@media (max-width: 1199px) {
  .form_item_submit {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .form_item_submit {
    margin: 60px auto 0;
  }
}
.form_item_submit::before {
  content: "";
  position: absolute;
  top: 47%;
  right: 1.5rem;
  transform: translateY(-50%);
  transition: 1s ease;
  width: 68px;
  height: 14px;
  background: url(../img/top/arrow.png) top left/contain no-repeat;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 767px) {
  .form_item_submit::before {
    width: 15%;
    right: 1rem;
  }
}
.form_item_submit .form_submit_button {
  height: 100px;
  width: 100%;
  max-width: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #4D4039;
  position: relative;
  margin: 0 auto;
  transition: 0.5s;
  z-index: 3;
  background: transparent;
  color: #4D4039;
  padding: 0;
}
@media (max-width: 1199px) {
  .form_item_submit .form_submit_button {
    height: 70px;
    max-width: 400px;
  }
}
.form_item_submit .form_submit_button:not([disabled]):hover {
  opacity: 0.7;
  color: #fff;
  background: #4D4039 !important;
}
.form_item_submit .wpcf7-spinner {
  display: none !important;
}

.submitBtn .wpcf7-form-control.wpcf7-submit {
  height: 80px;
  width: 100%;
  max-width: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #4D4039;
  position: relative;
  margin: 0 auto;
  transition: 0.5s;
  z-index: 3;
  background: transparent;
  color: #4D4039;
  padding: 0;
}
@media (max-width: 1199px) {
  .submitBtn .wpcf7-form-control.wpcf7-submit {
    height: 70px;
    max-width: 400px;
  }
}
.submitBtn .wpcf7-form-control.wpcf7-submit:not([disabled]):hover {
  opacity: 0.7;
  color: #fff;
  background: #4D4039 !important;
}

.back_button {
  margin-top: 2rem;
  height: 80px;
  width: 100%;
  max-width: 450px;
}

/*=============================================
# よくある質問
============================================= */
.page_faq .faq_wrap {
  width: 100%;
  max-width: 940px;
  margin: 4rem auto 0;
}
.page_faq .faq_item {
  padding: 2rem 0 2rem 1.5rem;
  border-top: 1px solid #808080;
  line-height: 1.7;
  cursor: pointer;
}
.page_faq .faq_item:last-child {
  border-bottom: 1px solid #808080;
}
@media (max-width: 767px) {
  .page_faq .faq_item {
    padding: 2rem 0;
  }
}
.page_faq .faq_item.open .faq_item_q::before {
  top: 12px;
  transform: rotate(315deg);
}
.page_faq .faq_item_q {
  color: #60AF94;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .page_faq .faq_item_q {
    font-size: 16px;
    padding-right: 2rem;
  }
}
.page_faq .faq_item_q::before {
  content: "";
  position: absolute;
  top: 8px;
  right: 1.5rem;
  color: #C9CACA;
  line-height: 1;
  width: 0.6em;
  height: 0.6em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(135deg);
  transition: 0.5s ease;
}
@media (max-width: 767px) {
  .page_faq .faq_item_q::before {
    right: 0.5rem;
    transform: rotate(135deg);
  }
}
.page_faq .faq_item_a {
  margin-top: 1rem;
  display: flex;
}
.page_faq .faq_item_a .text {
  padding-top: 4px;
}
.page_faq .num {
  font-weight: bold;
  font-size: 20px;
  width: 2.7em;
  display: inline-block;
}
@media (max-width: 767px) {
  .page_faq .num {
    font-size: 16px;
  }
}
.page_faq .text {
  width: calc(100% - 2.7em);
}

/*=============================================
# サンレッジガーデンについて
============================================= */
.page_slide_wrap .slick-prev,
.page_slide_wrap .slick-next {
  width: 60px;
  height: 60px;
  z-index: 10;
  background: transparent;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media (max-width: 1199px) {
  .page_slide_wrap .slick-prev,
  .page_slide_wrap .slick-next {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .page_slide_wrap .slick-prev,
  .page_slide_wrap .slick-next {
    width: 20px;
    height: 20px;
  }
}
.page_slide_wrap .slick-prev::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  margin: auto;
}
@media (max-width: 1199px) {
  .page_slide_wrap .slick-prev::before {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .page_slide_wrap .slick-prev::before {
    width: 20px;
    height: 20px;
  }
}
.page_slide_wrap .slick-next::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin: auto;
}
@media (max-width: 1199px) {
  .page_slide_wrap .slick-next::before {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .page_slide_wrap .slick-next::before {
    width: 20px;
    height: 20px;
  }
}
.page_slide_wrap .slick-prev {
  left: 3rem;
}
@media (max-width: 1199px) {
  .page_slide_wrap .slick-prev {
    left: 2rem;
  }
}
@media (max-width: 767px) {
  .page_slide_wrap .slick-prev {
    left: 1rem;
  }
}
.page_slide_wrap .slick-next {
  right: 3rem;
}
@media (max-width: 1199px) {
  .page_slide_wrap .slick-next {
    right: 2rem;
  }
}
@media (max-width: 767px) {
  .page_slide_wrap .slick-next {
    right: 1rem;
  }
}
.page_slide_wrap .slick-dots li {
  width: 2.2rem;
  height: 2px;
  margin: 0 10px;
}
.page_slide_wrap .slick-dots li button {
  padding: 0;
  width: 100%;
  height: 100%;
}
.page_slide_wrap .slick-dots li button:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #D0D1D1;
  opacity: 1;
  transition: background-color 0.3s ease;
}
.page_slide_wrap .slick-dots li.slick-active button:before {
  background-color: #4D4D4D;
}

.about_wrap {
  padding: 200px 0;
}
@media (max-width: 767px) {
  .about_wrap {
    padding: 100px 0;
  }
}

.about_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about_item + .about_item {
  margin-top: 200px;
}
@media (max-width: 767px) {
  .about_item + .about_item {
    margin-top: 80px;
  }
}

.about_item1 .about_item_img {
  width: 48%;
  order: 1;
}
@media (max-width: 767px) {
  .about_item1 .about_item_img {
    order: 0;
    width: 100%;
  }
}
.about_item1 .about_item_text_wrap {
  width: 48%;
}
@media (max-width: 767px) {
  .about_item1 .about_item_text_wrap {
    margin-top: 3rem;
    width: 100%;
  }
}

.about_item_ttl {
  font-size: 30px;
  font-family: "Noto Serif", serif;
  line-height: 2;
}
@media (max-width: 1199px) {
  .about_item_ttl {
    font-size: 18px;
  }
}

.about_item_text {
  line-height: 2.5;
}

.about_item2 {
  margin-left: calc(50% - 50vw);
  max-width: 1280px;
}
@media (max-width: 767px) {
  .about_item2 {
    padding-left: 24px;
  }
}
.about_item2 .about_item_img {
  width: calc(100% - 530px - 60px);
}
@media (max-width: 1199px) {
  .about_item2 .about_item_img {
    width: 46%;
  }
}
@media (max-width: 767px) {
  .about_item2 .about_item_img {
    width: 100%;
  }
}
.about_item2 .about_item_text_wrap {
  width: 530px;
}
@media (max-width: 1199px) {
  .about_item2 .about_item_text_wrap {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .about_item2 .about_item_text_wrap {
    width: 100%;
    margin-top: 3rem;
  }
}

.about_item3 .about_item_img {
  width: 36%;
  order: 1;
}
@media (max-width: 767px) {
  .about_item3 .about_item_img {
    order: 0;
    width: 100%;
  }
}
.about_item3 .about_item_text_wrap {
  width: 60%;
}
@media (max-width: 767px) {
  .about_item3 .about_item_text_wrap {
    width: 100%;
    margin-top: 3rem;
  }
}

.greet_wrap {
  padding: 110px 0 170px;
  border-top: 1px solid #4D4039;
  border-bottom: 1px solid #4D4039;
}
.greet_wrap .container {
  width: 100%;
  max-width: 1120px;
}
@media (max-width: 767px) {
  .greet_wrap {
    padding: 80px 0;
  }
}

.greet_item {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1220px;
}
@media (max-width: 767px) {
  .greet_item {
    padding-right: 24px;
    margin-top: 3rem;
  }
}
.greet_item .greet_item_img {
  width: calc(100% - 530px - 60px);
  order: 1;
}
@media (max-width: 1199px) {
  .greet_item .greet_item_img {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .greet_item .greet_item_img {
    order: 0;
    width: 100%;
  }
}
.greet_item .greet_item_img img {
  margin: 0 0 0 auto;
}
.greet_item .greet_item_text_wrap {
  width: 530px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .greet_item .greet_item_text_wrap {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .greet_item .greet_item_text_wrap {
    width: 100%;
    margin-top: 3rem;
  }
}

.greet_item_text {
  line-height: 2.5;
  flex: 1;
  margin-bottom: 0;
}

.greet_item_name {
  font-family: "Noto Serif", serif;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 0;
}
.greet_item_name small {
  font-size: 18px;
}
@media (max-width: 1199px) {
  .greet_item_name {
    margin-top: 3rem;
  }
}

.flow {
  padding: 150px 0 0;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .flow {
    padding: 80px 0 0;
  }
}

.flow_wrap {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .flow_wrap {
    margin-top: 3rem;
  }
}

.flow_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .flow_item {
    padding-bottom: 3rem;
  }
}
.flow_item:not(:last-child)::before {
  content: "";
  position: absolute;
  height: calc(100% - 38px - 20px);
  width: 1px;
  background: #4D4039;
  left: 77px;
  bottom: 10px;
}
@media (max-width: 767px) {
  .flow_item:not(:last-child)::before {
    left: 60px;
    height: calc(100% - 30px - 20px);
  }
}
.flow_item .flow_item_l {
  width: 140px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .flow_item .flow_item_l {
    width: 90px;
  }
}
.flow_item .flow_item_l .step {
  font-size: 17px;
  font-weight: bold;
  color: #60AF94;
  line-height: 1;
}
@media (max-width: 767px) {
  .flow_item .flow_item_l .step {
    font-size: 14px;
  }
}
.flow_item .flow_item_l .num {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #60AF94;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 50%;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .flow_item .flow_item_l .num {
    font-size: 16px;
    width: 30px;
    height: 30px;
    margin-left: 4px;
  }
}
.flow_item .flow_item_text_wrap {
  padding-top: 4px;
  width: calc(100% - 140px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .flow_item .flow_item_text_wrap {
    width: calc(100% - 90px);
  }
}
.flow_item .flow_item_ttl {
  width: 310px;
  font-size: 20px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .flow_item .flow_item_ttl {
    width: 100%;
  }
}
.flow_item .flow_item_text {
  margin-top: -10px;
  width: calc(100% - 310px);
  margin-bottom: 0;
  line-height: 2.5;
}
@media (max-width: 1199px) {
  .flow_item .flow_item_text {
    margin-top: 1rem;
    width: 100%;
  }
}

/*=============================================
# works
============================================= */
body.post-name-works,
body.parent-pageid-2 {
  position: relative;
}
body.post-name-works .site-body::before,
body.parent-pageid-2 .site-body::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1086px;
  max-width: 100%;
  height: 305px;
  background: url(../img/top/en_garden.png) bottom left/contain no-repeat;
}
@media (max-width: 1199px) {
  body.post-name-works .site-body::before,
  body.parent-pageid-2 .site-body::before {
    width: 80%;
  }
}

.works_wrap {
  padding: 200px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .works_wrap {
    padding: 100px 0 0;
  }
}

.works_item {
  position: relative;
  width: 45%;
  margin-bottom: 160px;
}
@media (max-width: 1199px) {
  .works_item {
    width: 48%;
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .works_item {
    width: 100%;
    margin-bottom: 60px;
  }
}
.works_item:nth-child(2n) {
  margin-top: 300px;
  margin-bottom: -300px;
}
@media (max-width: 1199px) {
  .works_item:nth-child(2n) {
    margin-top: 200px;
    margin-bottom: -200px;
  }
}
@media (max-width: 767px) {
  .works_item:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 60px;
  }
}
.works_item:last-child {
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .works_item:last-child {
    margin-bottom: 0;
  }
}

.works_item_img img,
.works_top_img img {
  width: 100%;
}

.works_item_ttl_wrap {
  position: absolute;
  right: 1.5rem;
  top: -2rem;
}
@media (max-width: 1199px) {
  .works_item_ttl_wrap {
    right: 1rem;
  }
}

.works_item_ttl {
  padding: 1.8rem 0.8rem;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 24px;
  font-family: "Noto Serif", serif;
  position: relative;
  writing-mode: vertical-rl;
  font-feature-settings: normal;
}
@media (max-width: 1199px) {
  .works_item_ttl {
    font-size: 18px;
    padding: 1rem 0.5rem;
  }
}
.works_item_ttl::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  width: 56px;
  height: 50px;
}
@media (max-width: 1199px) {
  .works_item_ttl::before {
    width: 35px;
    height: 30px;
  }
}
.works_item_ttl::after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: -6px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  width: 56px;
  height: 50px;
}
@media (max-width: 1199px) {
  .works_item_ttl::after {
    width: 35px;
    height: 30px;
  }
}
.works_item_ttl small {
  font-size: 18px;
  letter-spacing: 0;
}
@media (max-width: 1199px) {
  .works_item_ttl small {
    font-size: 12px;
  }
}

.works_item_text {
  margin-top: 1.5rem;
}

.works_wrap_child .works_item {
  width: 47%;
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .works_wrap_child .works_item {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .works_wrap_child .works_item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.works_wrap_child .works_item:nth-child(2n) {
  margin-top: 180px;
  margin-bottom: -180px;
}
@media (max-width: 1199px) {
  .works_wrap_child .works_item:nth-child(2n) {
    margin-top: 100px;
    margin-bottom: -100px;
  }
}
@media (max-width: 767px) {
  .works_wrap_child .works_item:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.works_wrap_child .works_item:last-child {
  margin-bottom: 300px;
}
@media (max-width: 1199px) {
  .works_wrap_child .works_item:last-child {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .works_wrap_child .works_item:last-child {
    margin-bottom: 60px;
  }
}