#mv img{
  max-width: 1500px;
  display: block;
  margin: auto;
}
#mv h2{
    position: absolute;
    font-family: "Cinzel", serif;
    font-size: clamp(15px, 1.8vw, 32px);
    color: #fff;
    font-weight: normal;
    right: 15vw;
    top: 400px;
    letter-spacing: 10px;
}
#info{
      /*↓公開可能範囲変更後は消す*/
    background-color: #3d3b3b;
}
#info .wrap{
    /* color: #978357; */
    color: #cabc98;
    font-size: 1.5rem;
    line-height: 45px;
    letter-spacing: 0.18em;
}
#design .caption{
    position: absolute;
    right: 26px;
    bottom: 24px;
    font-size: 11px;
    letter-spacing: .2em;
    color: #fff;
    pointer-events: none;
    white-space: nowrap;
}
figcaption {
    position: absolute;
    right: 10px;
    bottom: 8px;
    font-size: 10px;
    letter-spacing: 0.12em;
    color: #ffffff;
    opacity: 0.8;
}
.column-outside-left figcaption{
    right: unset;
    left: 10px;
}
#facade>.wrap{
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: unset;
    padding: 0;
}
#facade .bg{
    width: 100vw;
    background: #3d3b3b;
    margin-top: 200px;
}
#facade .bg figure{
    width: 80%;
}
#facade .bg img{
    margin-top: -200px;
}
.normal-bg{
    width: 100vw;
    background: #3d3b3b;
    padding: 100px 0;
    position: relative;
}
.facade-text{
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 10vw;
}
.reverse{
  flex-direction: row-reverse;
}
.column{
  width: 38%;
}
.column-outside-right{
    flex: 1;
    margin-right: calc(51% - 50vw);
    margin-left: 0;
}
.column-outside-left{
    flex: 1;
    margin-left: calc(50% - 50vw);
    margin-right: 0;
}
.mt-30{
    margin-top: -30px;
}
.facade-text .title{
    font-size: 1.5rem;
    color: #cabc98;
    letter-spacing: 5px;
}
.facade-text h2{
    color: #b5b5b6;
    display: block;
    margin: 30px auto;
    font-size: 1.5rem;
    line-height: 50px;
    font-weight: normal;
}
.facade-text p{
    color: #b5b5b6;
    line-height: 35px;
    font-size: 1rem;
}
#facade .bg.reverse{
    margin-bottom: 500px;
    margin-top: -500px;
}
#facade .bg.reverse figure{
    margin-left: auto;
    transform: translateY(500px);
}
#facade .bg.reverse img{
    margin-top: 0;
}


#entrance .wrap>.column {
    width: 70%;
    margin: 30px 0;
}
#entrance .wrap{
    padding: 80px 0;
}
#entrance .title{
    font-size: 1.5rem;
    color: #978357;
    letter-spacing: 5px;
}
#entrance h2{
    color: #595757;
    display: block;
    margin: 30px auto;
    font-size: 1.5rem;
    line-height: 50px;
    font-weight: normal;
}
#entrance p{
    color: #595757;
    line-height: 35px;
    font-size: 1rem;
}
#entrance .facade-text .column{
  align-content: center;
}


/*デザイン戻す場合は消す*/
#facade .bg.reverse{
  margin: 0;
}
#facade .bg.reverse figure{
  transform: unset;
}
/*ここまで*/

#entrance-wrap{
  background-color: #3d3b3b;
}
#entrance-wrap .wrap>.column {
    width: 70%;
    margin: 30px 0;
}
#entrance-wrap .wrap{
    padding: 80px 0;
}
#entrance-wrap .title{
    font-size: 1.5rem;
    color: #cabc98;
    letter-spacing: 5px;
}
#entrance-wrap h2{
    color: #b5b5b6;
    display: block;
    margin: 30px auto;
    font-size: 1.5rem;
    line-height: 50px;
    font-weight: normal;
}
#entrance-wrap p{
    color: #b5b5b6;
    line-height: 35px;
    font-size: 1rem;
}
#entrance-wrap .facade-text .column{
  align-content: center;
}
.amenity-section .title{
    font-size: 1.5rem;
    color: #978357;
    letter-spacing: 5px;
}
.amenity-section .wrap h2{
    color: #595757;
    display: block;
    margin: 30px auto;
    font-size: 1.5rem;
    line-height: 50px;
    font-weight: normal;
}


.amenity-section {
  background: #ffffff;
  padding: 80px 0 80px;
}
.amenity-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.amenity-layout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}
.amenity-left {
  flex: 0 0 48%;
}
.amenity-item {
  display: flex;
  align-items: flex-start;
  gap: 34px;
  margin-bottom: 60px;
}
.amenity-text {
  flex: 1;
}
.amenity-number {
  display: inline-block;
  text-align: center;
  align-content: center;
  padding: 2px;
  width: 20px;
  height: 20px;
  margin: 0 0 10px;
  background: #978357;
  color: #fff;
  font-size: 13px;
}
.amenity-title {
  margin: 0 0 12px;
  font-size: 1.3rem;
  letter-spacing: 0!important;
  font-weight: 500;
  display: contents;
  color: #978357;
}
.amenity-body {
  margin: 0;
  font-size: 0.9rem;
  line-height: 2.0;
  letter-spacing: 0.05em;
}
.amenity-photo {
  flex: 0 0 240px;
  position: relative;
}
.amenity-photo img {
  display: block;
  width: 100%;
  height: auto;
}
.amenity-photo-caption {
  position: absolute;
  right: 10px;
  bottom: 8px;
  font-size: 10px;
  color: #ffffff;
  text-shadow: 0 0 4px rgba(0,0,0,.6);
}
.amenity-right {
  flex: 0 0 46%;
}
.amenity-right img {
    display: block;
    width: 115%;
    height: auto;
    margin-top: -10%;
}


.ls-page {
  background: #f5f3ee;
  padding: 80px 0 120px;
  font-family: "Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
  color: #595757;
}
.ls-inner {
  max-width: 1180px;
  margin: 0 auto;
}
.sec-label {
    font-size: 1.5rem;
    color: #cabc98;
    letter-spacing: 5px;
}
.service .sec-label{
  color: #978357;
}
.sec-title {
    color: #b5b5b6;
    display: block;
    margin: 30px auto 50px;
    font-size: 1.5rem;
    line-height: 50px;
    font-weight: normal;
}
.service .sec-title{
  color: #595757;
}
.sec-text {
  color: #b5b5b6;
  font-size: 1rem;
  line-height: 2.2;
  margin: 0;
}
.landscape {
  padding-bottom: 80px;
}
.landscape-wrap{
  max-width: 1200px;
  margin: auto;
}
.landscape-head {
  display: flex;
  align-items: end;
  gap: 80px;
}
.landscape-copy {
  flex: 1 1 auto;
}
.landscape-author {
  flex: 0 0 180px;
  text-align: left;
}
.author-box {
  width: 100%;
  height: 200px;
  background: #b5b5b6;
}
.author-text {
  margin-top: 16px;
}
.author-label {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  color: #b5b5b6;
  margin: 0 0 6px;
}
.author-name {
  color: #b5b5b6;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  margin: 0;
}
.planting {
  margin-top: 50px;
}
.planting-label {
    color: #b5b5b6;
  font-size: 1.3rem;
  letter-spacing: 0.18em;
  margin: 0 0 18px;
}
.planting-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px 18px;
}
.plant img {
  width: 100%;
  display: block;
}
.plant figcaption {
  margin-top: 6px;
  font-size: 0.75rem;
  color: #b5b5b6;
  position: unset;
  opacity: 1;
}
.service {
  margin-top: 40px;
}
.service-top {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 50px;
}
.service-intro {
  flex: 0 0 360px;
}
.service-heading {
  font-size: 1rem;
  margin: 0 0 10px;
  letter-spacing: 0.16em;
      color: #978357;
      font-weight: normal;
}
.service-text {
  font-size: 0.9rem;
  line-height: 2.1;
  margin: 0 0 26px;
}
.service-flow {
  flex: 1 1 auto;
  margin: 0;
  position: relative;
}
.service-flow img {
  width: 100%;
  display: block;
}
.service-flow figcaption {
  position: absolute;
  right: 10px;
  bottom: 6px;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: #666;
}
.service-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
.service .service-card {
  display: grid;
  column-gap: 40px;
  align-items: start;
}
.service-img {
  grid-column: 2;
  grid-row: 1 / 3;
  position: relative;
}
.service-img img {
  display: block;
  width: 100%;
  height: auto;
}
.service-img figcaption {
  position: absolute;
  right: 14px;
  bottom: 10px;
  font-size: 11px;
  color: #fff;
  letter-spacing: 0.1em;
  text-shadow: 0 0 3px rgba(0,0,0,.6);
}
.service-card-title {
    font-size: 1rem;
    margin: 0 0 10px;
    line-height: 1.6em;
    color: #978357;
    font-weight: normal;
}
.service-card-text {
    font-size: 0.9rem;
    line-height: 2.1;
    margin: 0 0 26px;
}
.note{
      font-size: 0.7rem;
    display: inline-block;
    margin: 0 auto;
}
#parkcourt{
  background-color: #3d3b3b;
  padding: 60px 0;
  margin-bottom: 30px;
}
#parkcourt .title{
    font-size: 1.5rem;
    color: #cabc98;
    letter-spacing: 5px;
}
#parkcourt h2{
    color: #b5b5b6;
    display: block;
    margin: 30px auto;
    font-size: 1.5rem;
    line-height: 50px;
    font-weight: normal;
}
#parkcourt p{
      color: #b5b5b6;
    line-height: 35px;
    font-size: 1rem;
}
#parkcourt .flex-wrap p{
      font-size: 0.8rem;
    line-height: 20px;
    padding-top: 15px;
}
#parkcourt .flex-wrap a{
  color: #b5b5b6;
}
#parkcourt ul{
  gap: 10px;
}
#parkcourt li{
  width: calc(100% / 3 - 10px);
}

.pabbit{
      max-width: 100px;
    margin-left: 15px;
}
.scroll-hint{
  overflow: unset!important;
}
@media (max-width: 1024px) {
  .amenity-layout {
    gap: 40px;
  }
  .amenity-photo {
    flex-basis: 210px;
  }
}
/* ===== Scroll fade-up animation ===== */
.fadeup {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* 出現後 */
.fadeup.is-show {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .wrapper{
    padding-top: 0;
  }
  #mv img{
    transform: translateX(-10px);
    transform: scale(1.02);
  }
  #mv h2 {
    right: 5vw;
    top: 120px;
    font-size: 1.5rem;
  }
  /* #mv .normal-bg{
    padding-top: 75px;
  } */
  #info{
    margin-bottom: -1px;
  }
  #info .wrap {
      font-size: 1rem;
      line-height: 35px;
      padding: 50px 10px 10px;
  }
  .amenity-section {
    padding: 50px 0;
  }
  .amenity-wrap {
    padding: 0 16px;
  }
  .amenity-layout {
    flex-direction: column;
  }
  .amenity-left,
  .amenity-right {
    flex: 1 1 auto;
  }
  .amenity-item {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
  }
  .amenity-photo {
    flex: none;
    width: 100%;
    max-width: 360px;
  }
  .amenity-number {
    margin-bottom: 6px;
  }
  .amenity-title {
    font-size: 16px;
  }
  .amenity-body {
    font-size: 12px;
    line-height: 1.9;
  }
  .service-grid {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 60px;
    padding: 50px 16px;
  }
  .service-card {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .service-img {
    grid-column: 1;
    grid-row: auto;
    max-width: 100%;
  }
  .service-card-title {
    font-size: 20px;
  }
  .service-card-text {
    font-size: 14px;
    line-height: 1.9;
  }
  #facade > .wrap {
    margin: 0;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  #facade .bg,
  .normal-bg {
    width: 100%;
    margin: 0;
    margin-bottom: -1px;
    padding: 30px 0 0;
  }
  #facade .normal-bg{
    padding-top: 0;
    padding-bottom: 50px;
  }
  #facade .bg figure {
    width: 100%;
  }
  #facade .bg img {
    margin-top: 0;
    width: 100%;
    height: auto;
  }
  .facade-text {
    flex-direction: column-reverse;
    max-width: 90%;
    margin: 0 auto;
    padding: 50px 0;
    gap: 30px;
  }
  .facade-text .title,.facade-text h2,
  #entrance .title,#entrance h2,
  #parkcourt .title,#parkcourt h2,
  #entrance-wrap .title,#entrance-wrap h2,
  .amenity-section .title,.amenity-section .wrap h2{
    font-size: 1rem;
    line-height: 35px;
  }
  .facade-text p,#entrance-wrap p{
    font-size: 12px;
  }
  .column,
  .column-outside-left,
  .column-outside-right {
    width: 100%;
    flex: 1 1 auto;
    margin: 0;
  }
  .mt-30 {
    margin-top: 0!important;
  }
  #facade .bg.reverse {
    margin: 0;
  }
  #facade .bg.reverse figure {
    margin-left: 0;
    transform: translateY(0);
  }
  #entrance .wrap {
    padding: 30px 16px 30px;
  }
  #entrance .wrap > .column {
    width: 100%;
    margin: 20px 0;
  }
  #entrance .facade-text {
    flex-direction: column;
    max-width: calc(100% - 32px);
    margin: 0 auto;
    gap: 50px;
  }
  #entrance .facade-text .column {
    width: 100%;
  }
  #entrance p,#parkcourt p{
    font-size: 12px;
  }
  #entrance-wrap .wrap{
    padding: 50px 10px;
  }
  #entrance-wrap .wrap>.column{
    width: 100%;
  }
  .amenity-section {
    padding: 50px 0;
  }
  .amenity-wrap {
    padding: 0 16px;
  }
  .amenity-layout {
    flex-direction: column-reverse;
    gap: 32px;
  }
  .amenity-left,
  .amenity-right {
    flex: 1 1 auto;
  }
  .amenity-item {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
  }
  .amenity-photo {
    flex: none;
    width: 100%;
    max-width: unset;
  }
  .amenity-number {
    margin-bottom: 6px;
    font-size: 1rem!important;
  }
  .amenity-title {
    font-size: 1rem;
  }
  .amenity-body {
    font-size: 12px;
    line-height: 30px;
    min-height: 90px;
  }
  .amenity-right img {
    width: 100%;
    margin-top: 0;
  }
  .ls-page {
    padding: 50px 0 70px;
  }
  .ls-inner {
    padding: 0 16px;
  }
  .landscape-wrap{
    width: 90%;
  }
  .landscape-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .sec-title {
    margin: 20px auto 40px;
    font-size: 1rem;
    line-height: 35px;
  }
  .sec-text {
    font-size: 0.9rem;
    line-height: 30px;
  }
  .landscape-author {
      width: 100%;
      display: flex;
      gap: 30px;
      flex: 0 0 250px;
  }
  .author-box {
      max-width: 180px;
  }
  .author-name{
    font-size: 1rem;
  }
  .author-label {
      margin: 0 0 15px;
  }
  .planting {
    margin-top: 40px;
  }
  .hint-wrap{
    overflow-x: scroll!important;
  }
  .service-flow.hint-wrap img{
    width: 250vw;
    padding-bottom: 20px;
  }
  .planting-grid {
    /* grid-template-columns: repeat(2, 1fr); */
    width: 250vw;
    gap: 12px;
    padding-bottom: 20px;
  }
  .service-top {
    display: none;
    /* flex-direction: column;
    gap: 24px;
    margin-top: 24px;
    margin-bottom: 40px; */
  }
  .service-intro {
    flex: 1 1 auto;
  }
  .service-flow {
    width: 100%;
  }
  .sec-label{
    font-size: 1rem!important;
  }
  .pabbit {
    max-width: 80px;
    margin-left: 10px;
  }
  .service-grid {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 40px;
    padding: 0;
  }
  .service-card {
    grid-template-columns: 1fr;
    row-gap: 16px;
    align-items: flex-start;
  }
  .service-img {
    grid-column: 1;
    grid-row: auto;
    margin: 0 auto;
  }
  .service-card-title {
    font-size: 1rem;
  }
  .service-card-text {
    font-size: 0.85rem;
    line-height: 30px;
  }
  .note {
    display: block;
    margin-top: 6px;
    font-size: 0.75rem;
    margin-left: 0;
  }
}

.amenity-layout .swiper-wrapper{
  display: block;
}
.amenity-item.swiper-slide{
  display: flex;
}
.service .swiper-wrapper{
  display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px;
}
@media (max-width: 768px) {

  .amenity-left.swiper {
    width: 100%;
    padding-bottom: 30px;
  }
  .amenity-left .swiper-wrapper {
    display: flex;
  }
  .amenity-left .swiper-slide {
    width: 80%;
    box-sizing: border-box;
    padding-bottom: 20px;
  }
  .amenity-item {
    flex-direction: column-reverse;
    gap: 16px;
    margin-bottom: 0;
  }
  .amenity-photo {
    width: 100%;
  }
  .service-slide.swiper {
    width: 100%;
    padding-bottom: 30px;
  }
  .service-slide .swiper-wrapper {
    display: flex;
    gap: unset;
  }
  .service-slide .swiper-slide {
    width: 80%;
    box-sizing: border-box;
    display: block;
  }
  .service-card {
    display: flex;
    flex-direction: column;
    gap: 16px;  }
  .service-img {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .service-img img {
    width: 100%;
    height: auto;
    display: block;
  }
  .service-card .textbox {
    padding: 0 4px;
    margin-top: 20px;
  }

  .service-slide .swiper-pagination-bullet-active {
    background-color: #978357 !important;
  }
  .swiper-pagination-bullet{
        background-color: transparent!important;
    border: 1px solid #b29f72;
    opacity: 1!important;
            width: min(3.733vw, 16.8px)!important;
        height: min(3.733vw, 16.8px)!important;
  }
  .swiper-pagination-bullet-active{
    background-color: #978357!important;
  }
  #parkcourt ul {
    gap: 30px;
  }
  #parkcourt li {
      width: 100%;
  }

}