@charset "UTF-8";

.concept_ctns {
	width: 100%;
	max-width: 920px;
    padding: 0px 0px 200px;
    text-align: center;
	margin: 0 auto;
}

.concept_ctns h4 {
    display: block;
    max-width: 773px;
    width: 88%;
    margin: 0 auto 100px
}

.concept_ctns h4 span {
    display: block;
    line-height: 1.3;
    color: #8a7657;
    font-size: 60px;
    margin: 0 0 30px
}

.concept_ctns p {
    line-height: 2.5;
    margin: 0 0 100px
}

.concept_ctns-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.concept_ctns-list-item {
    display: block;
    width: -webkit-calc((100% - 200px)/3);
    width: calc((100% - 200px)/3);
    margin: 0 100px 0 0;
    position: relative
}

.concept_ctns-list-item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -70px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    width: 45px;
    height: 45px;
    background-image: url(ornament.png);
    background-size: contain
}

.concept_ctns-list-item:last-child {
    margin: 0
}

.concept_ctns-list-item:last-child::after {
    display: none
}

.concept_ctns-list-item dl dt {
    font-size: 60px;
    letter-spacing: 5px;
    font-weight: 300;
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: .5px solid #5d6164
}

.concept_ctns-list-item dl dt span {
    display: block;
    color: #8a7657;
    font-size: 20px;
    letter-spacing: 0px;
    margin: 10px 0 0
}

.concept_ctns-list-item dl dd {
    line-height: 1.8
}

.concept_img {
    position: relative
}

.concept_img-spark {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 29%
}

.concept_img-spark canvas {
    width: 100%;
    height: 100%;
    position: relative
}

@media(max-width: 1025px) {
    .concept_ctns {
        padding: 60px 0 80px
    }

    .concept_ctns h4 {
        margin: 0 auto 50px
    }

    .concept_ctns p {
        margin: 0 0 50px
    }

    .concept_ctns-list-item::after {
        top: 46%;
        right: -75px;
        -webkit-transform: translate(0, -46%);
        -ms-transform: translate(0, -46%);
        transform: translate(0, -46%);
        display: block;
        width: 45px;
        height: 45px;
        background-image: url(../images/concept/ornament.png);
        background-size: contain
    }

    .concept_ctns-list-item dl dt {
        font-size: 40px
    }

    .concept_ctns-list-item dl dt span {
        font-size: 16px
    }
}

@media(max-width: 500px) {
    .concept_ctns {
        padding: 40px 0 60px
    }

    .concept_ctns h4 {
        width: 100%;
        margin: 0 auto 40px
    }

    .concept_ctns p {
        font-size: 14px;
        margin: 0 0 60px
    }

    .concept_ctns-list {
        display: block;
        width: 100%
    }

    .concept_ctns-list-item {
        width: 70%;
        margin: 0 auto 100px;
        position: relative
    }

    .concept_ctns-list-item::after {
        top: auto;
        bottom: -60px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 35px;
        height: 35px
    }

    .concept_ctns-list-item:last-child {
        margin: 0 auto
    }

    .concept_ctns-list-item dl dt {
        font-size: 35px
    }

    .concept_ctns-list-item dl dt span {
        font-size: 15px
    }
}

.t_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

figure .p_fig-capW-right {
    position: absolute;
    font-size: 12px;
    bottom: 4px;
    right: 8px;
    line-height: 1.3;
    z-index: 2;
    color: #fff;
    text-align: right
}

@media(max-width: 1025px) {
    figure .p_fig-capW-right {
        font-size: 10px
    }
}


/* 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;
  }
