@charset "UTF-8";



/* facade
================================== */
.facade {
 overflow: hidden;
}
.facade_wrap {
 display: flex;
 justify-content: right;
}
.facade_wrap_lead {
  width: 120px;
  margin-top: 20%;
  letter-spacing: 0.27em;
  font-size: 24px;
  line-height: 2;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-feature-settings: initial;
}
.facade_wrap_img {
 width: 60%;
}
.facade_wrap2 {
 margin-top: 120px;
 display: flex;
 flex-direction: row-reverse;
 justify-content: space-between;
 align-items: center;
 column-gap: 80px;
}
.facade_wrap_left {
  /* width: 100%; */
 margin-left: auto;
 margin-right: calc(50% - 50vw);
}
.facade_wrap_right {
 width: 30%;
 flex-shrink: 0;
 margin-top: 292px;
 margin-top: clamp(12.25rem, -5.8rem + 20.042vw, 18.25rem);
}
.facade_wrap_body {
 margin-top: 54px;
 margin-left: auto;
 margin-right: 20px;
 max-width: 500px;
 display: flex;
 flex-direction: column;
 row-gap: 30px;
}

@media only screen and (max-width:1440px) {
  .facade_wrap_right {
    margin-top: 192px;
    margin-top: clamp(9.125rem, 5.83rem + 6.855vw, 12rem);
   }
}

@media only screen and (max-width:768px) {
 .facade_wrap {
  flex-direction: column;
  row-gap: 30px;
 }
 .facade_wrap_lead {
  width: 120px;
  margin:30px auto 0;
  letter-spacing: 0.27em;
  font-size: 20px;
  height: auto;
}
 .facade_wrap_img {
  width: 100%;
 }
 .facade_wrap2 {
  margin-top: 60px;
  flex-direction: column;
 }
 .facade_wrap_left {
  width: 100%;
 }
 .facade_wrap_right {
  width: 100%;
  margin-top: 40px;
 }
 .facade_wrap_right .sp_right {
  width: 70%;
 }
 .facade_wrap_body {
  margin-top: 30px;
  row-gap: 14px;
 }
}

/* facade_top
================================== */
.lower section .inner.facade_top {
  margin-top: 80px;
}
.facade_top_wrap {
  margin-top: 80px;
  padding-block: 40px;
  display: flex;
  column-gap: 5%;
}
.facade_top_img {
  width: 28%;
  max-width: 300px;
}
.facade_top_body {
  width: 54%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 26px;
}
.facade_top_title {
  font-size: 20px;
  line-height: 1.6;
  color: #a99b65;
}
.facade_top_name {
  font-size: 26px;
  color: #4b575e;
  letter-spacing: 0.195em;
  margin-top: 20px;
}
.facade_top_name span {
  font-size: 36px;
}
.facade_top_comp {
  margin-top: 18px;
  font-size: 22px;
  color: #4b575e;
  letter-spacing: 0.195em;
}
.facade_top_text {
  max-width: 530px;
  font-size: 15px;
  color: #4b575e;
  letter-spacing: 0.23em;
  line-height: 2.2;
}

.facade_top_wrap2 {
  padding-bottom: 40px;
  display: flex;
  align-items: end;
  column-gap: 14px;
}
.facade_top_cap {
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.1em;
  margin-top: 12px;
  line-height: 1.5;
}

@media only screen and (max-width:1024px) {
  .facade_top_wrap {
    margin-top: 60px;
    width: 100%;
  }
  .facade_top_img {
    width: 28%;
  }
  .facade_top_body {
    width: 62%;
    row-gap: 16px;
  }
  .facade_top_title {
    font-size: 16px;
  }
  .facade_top_comp {
    margin-top: 18px;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .facade_top_name {
    font-size: 22px;
    margin-top: 10px;
  }
  .facade_top_name span {
    font-size: 30px;
  }
  .facade_top_text {
    font-size: 14px;
    letter-spacing: 0.1;
    line-height: 2;
  }
  .facade_top_wrap2 {
    padding-bottom: 40px;
    width: 100%;
    flex-direction: column;
    row-gap: 24px;
  }
}

@media only screen and (max-width:768px) {
  .facade_top_wrap {
    margin-top: 30px;
    flex-direction: column;
    row-gap: 30px;
  }
  .facade_top_img {
    width: 50%;
    margin-inline: auto;
  }
  .facade_top_body {
    width: 100%;
    row-gap: 16px;
  }
  .facade_top_title {
    font-size: 18px;
  }
  .facade_top_name {
    font-size: 28px;
  }
}

/* hall
================================== */
.lower section .inner.hall {
  margin-top: 80px;
}
.lower section .inner.hall2 {
 margin-top: 80px;
 border-top: 1px solid #a99b65;
 border-bottom: 1px solid #a99b65;
}
.hall_wrap {
 margin-top: 80px;
 display: flex;
 justify-content: space-between;
 align-items: end;
}
.hall_wrap.reverse {
  flex-direction: row-reverse;
}
.hall_wrap + .hall_title {
  margin-top: 100px;
}
.hall_img {
 width: 58%;
}
.hall_body {
 width: 33%;
 display: flex;
 flex-direction: column;
 row-gap: 26px;
}

@media only screen and (max-width:768px) {
 .lower section .inner.hall {
  margin-top: 80px;
 }
 .hall_wrap {
  margin-top: 40px;
  flex-direction: column;
  row-gap: 30px;
 }
 .hall_wrap.reverse {
  flex-direction: column;
 }
 .hall_img {
  width: 100%;
 }
 .hall_body {
  width: 100%;
  row-gap: 14px;
 }
}



/* landscape
================================== */
.landscape {
  background: url(../imgs/landscape_bg.jpg) no-repeat center bottom / cover;

}
.landscape_contents {
 margin-top: 60px;
 background-color: #fff;
 box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px;
 padding: 60px 60px;
}

@media only screen and (max-width:768px) {
 .landscape_contents {
  margin-top: 40px;
  padding: 30px 20px;
 }
}


/* garden
================================== */
.garden {
  position: relative;
  margin-top: 60px;
  padding: 120px 100px;
  padding: clamp(3.75rem, -1.198rem + 7.732vw, 7.5rem) clamp(3.125rem, -0.999rem + 6.443vw, 6.25rem);
  background-image: url(../imgs/garden_bg.jpg);
  background-size: cover;
  background-position: center right ;
}
.garden_wrap {
 display: flex;
 justify-content: space-between;
}
.garden_body {
 width: 40%;
}
.garden_body .contents_lead {
 font-size: clamp(1rem, 0.286rem + 1.116vi, 1.625rem);
}
.garden_body .contents_text {
 font-size: clamp(0.75rem, 0.464rem + 0.446vi, 1rem);
 width: 94%;
 margin-top: clamp(0.875rem, -0.982rem + 2.902vi, 2.5rem);
}
.garden_imgs {
 width: 58%;
 display: grid;
 grid-template-columns: repeat(2,1fr);
 column-gap: 20px;
}
.garden_imgs2 {
  position: relative;
  margin-top: 20px;
  margin-left: 140px;
  margin-left: auto;
 width: 88%;
 display: grid;
 grid-template-columns: repeat(3,1fr);
 column-gap: 20px;
}
.garden_imgs_cap {
 font-size: 16px;
 line-height: 1.6;
}
.garden_imgs_cap2 {
 position: absolute;
 font-size: 14px;
 line-height: 1.6;
 bottom: -40px;
 right: 0;
}

@media only screen and (max-width:768px) {
 .garden {
  margin-top: 60px;
  padding: 30px 20px;
 }
 .garden_wrap {
  flex-direction: column;
  row-gap: 20px;
 }
 .garden_body {
  width: 100%;
 }
 .garden_body .contents_lead {
  font-size: 18px;
 }
 .garden_body .contents_text {
  font-size: 16px;
  width: 100%;
  margin-top: clamp(0.875rem, -0.982rem + 2.902vi, 2.5rem);
 }
 .garden_imgs {
  width: 86%;
  max-width: 400px;
  margin: auto;
  grid-template-columns: repeat(1,1fr);
  row-gap: 10px;
 }
 .garden_imgs2 {
  width: 86%;
  max-width: 400px;
  margin-inline: auto;
  margin-top: 10px;
  grid-template-columns: repeat(1,1fr);
  row-gap: 10px;
}
 .garden_imgs_cap {
  font-size: 14px;
  line-height: 1.6;
 }
 .garden_imgs_cap2 {
  position: static;
  font-size: 12px;
  text-align: right;
 }
}

@media screen and (max-width: 768px) {
  .lower .mv .page-name {
	color: #000000!important;
  }
  .lower .mv .ja {
	color: #000000!important;
  }
