@charset "utf-8";
body:not(#top-page):not(#location-page) .contents-property-innerWrap {
  padding-top: 0;
}
.contents-property-innerWrap p, .contents-property-innerWrap .caption, #captionArea {
  color: #fff;
}
.bc {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  overflow: hidden;
  img {
    width: 100%;
    max-width: none;
    height: auto;
  }
  @media screen and (max-width:768px) {
    height: 100svh;
    img {
      object-fit: cover;
      height: 100%;
    }
  }
}
.text_b01 {
  display: inline-block;
}
.ttl02 {
  position: relative;
  z-index: 0;
  margin: 0 auto 113px;
  width: fit-content;
  position: relative;
  z-index: 0;
  font-weight: normal;
  font-size: 58px;
  line-height: 1;
  letter-spacing: .05em;
  color: #c8a770;
  background: linear-gradient(90deg, #c59850 0%, #fffff9 27%, #c8a770 69%, #ab773b 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  box-decoration-break: clone; /*iphoneで複数行でグラデの際必要*/
  -webkit-box-decoration-break: clone; /*iphoneで複数行でグラデの際必要*/
  display: flex;
  flex-flow: column;
  gap: 50px;
}
.ttl02::before {
  content: "";
  display: block;
  content: "";
  display: block;
  background-image: url("../../../img/pages/view/dec_ttl.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 30px;
  aspect-ratio: 300 / 1592;
  place-self: center;
  inset: 0;
}
.ttl02 + p {
  text-align: center;
  font-size: 22px;
  line-height: 1;
  letter-spacing: .2em;
  color: #fff;
}
@media screen and (max-width:768px) {
  .ttl02 {
    margin: 0 auto min(calc(24 / 375 * 100vw), 24px);
    padding-bottom: min(calc(32 / 375 * 100vw), 32px);
    font-size: min(calc(32 / 375 * 100vw), 32px);
  }
  .ttl02::after {
    height: min(calc(4 / 375 * 100vw), 4px);
  }
  .ttl02 + p {
    text-align: center;
    font-size: min(calc(20 / 375 * 100vw), 20px) !important;
    line-height: 2;
  }
}
.contents-property .text00 {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: calc(46 / 16);
  letter-spacing: .1em;
  color: #fff;
  @media screen and (max-width: 768px) {
    text-align: left;
    font-size: calc(16 / 375 / * 100vw);
  }
}
.mv {
  position: relative;
  z-index: 0;
  &::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    background: radial-gradient(ellipse farthest-side at top left, #a28f72 0%, transparent 70%);
    top: 0;
    left: 0;
    width: 65.10%;
    aspect-ratio: 1250 / 524;
    opacity: .7;
    mix-blend-mode: multiply;
  }
}
.mv figure {
  width: 100%;
  aspect-ratio: 2400 / 761;
}
.mv h2 {
  position: absolute;
  z-index: 1;
  top: 12.5%;
  left: 5%;
  width: 32.29%;
  img {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width:1200px) {
  .mv {
    &::after {
      width: 70%;
      aspect-ratio: 1250 / 700;
    }
  }
  .mv figure {
    aspect-ratio: 1200 / 945;
  }
  .mv h2 {
    width: 60%;
    top: 18%;
  }
}
@media screen and (max-width:768px) {
  .mv {
    &::after {
      width: 80%;
      background: radial-gradient(ellipse farthest-side at top left, #a28f72 40%, transparent 100%);
    }
  }
  .mv h2 {
    width: min(70%, 460px);
    top: 29.5%;
    mix-blend-mode: hard-light;
  }
}
@media screen and (max-width:1200px) {
  .header-property-top {
    background: rgba(255, 255, 255, 1);
    &.movie_off {
      background: rgba(255, 255, 255, 0);
    }
  }
}
.mv_movie {
  overflow: hidden;
  position: relative;
  z-index: 0;
  aspect-ratio: 1920 / 1080;
  &.movie_off {
    aspect-ratio: unset;
    iframe {
      display: none;
    }
    .img_mv {
      position: static;
      pointer-events: auto;
    }
    .btn_skip {
      display: none;
    }
    @media screen and (max-width:768px) {
      margin-top: 0;
    }
  }
  iframe {
    pointer-events: none !important;
    top: 0;
    left: 0;
    z-index: 1;
    @media screen and (max-width: 768px) {
      pointer-events: auto !important;
      /*transform: scale(1.5);*/
    }
  }
  .img_mv {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    img {
      width: 100%;
      max-width: none;
    }
  }
  .btn_skip {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    background: #fff;
    color: #000;
    padding: .7em 1em .5em;
    font-size: 16px;
    font-weight: 600;
    opacity: .8;
  }
  @media screen and (max-width:1200px) {
    .btn_skip {
      top: 62px;
    }
  }
  @media screen and (max-width:768px) {
    margin-top: 62px;
    aspect-ratio: 1;
    aspect-ratio: 600 / 513;
    .btn_skip {
      top: auto;
      bottom: 0;
      font-size: 12px;
    }
  }
}
.merit_box {
  background: linear-gradient(101deg, #422b2a 0%, #6f5e49 29%, #b1a47e 66%, #b3a680 73%, #b9ad89 78%, #c5b997 82%, #d5cbac 85%, #ddd3b5 86%, #b3a486 92%, #aa987b 93%, #9a8368 95%, #90765c 97%, #8d7259 100%);
  padding: 40px 0;
  color: #fff;
  .list_merit {
    margin: 0 auto;
    width: 1200px;
    max-width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
    gap: 16px 0;
    .card_merit {
      position: relative;
      z-index: 0;
      font-size: 20px;
      line-height: 1.3;
      padding: 0 2.5em;
      &.full {
        width: 100%;
        padding-bottom: 16px;
        border-bottom: 1px solid #fff;
        &::after {
          display: none;
        }
      }
      &:last-of-type {
        &::after {
          display: none;
        }
      }
      &::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 0;
        background-image: url("../../../img/pages/view/dec_merit.svg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        top: 0;
        right: -.3em;
        width: .6em;
        aspect-ratio: 25 / 150;
      }
      .size_m {
        font-size: 1.5em;
      }
      .size_l {
        font-size: 1.7em;
      }
      .size_xl {
        font-size: 2.2em;
      }
      .layout_adjust01 {
        display: inline;
        margin-left: .8em;
      }
    }
  }
  @media screen and (max-width:1300px) {
    .list_merit {
      .card_merit {
        font-size: calc(20 / 1300 * 100vw);
      }
    }
  }
  @media screen and (max-width:768px) {
    padding: 32px 0;
    .list_merit {
      flex-flow: column;
      gap: calc(16 / 375 * 100vw) 0;
      .card_merit {
        width: 100%;
        font-size: calc(16 / 375 * 100vw);
        padding: 0 1.0em calc(16 / 375 * 100vw);
        border-bottom: 1px solid #fff;
        &:last-of-type {
          border-bottom: 0;
        }
        &.full {
          width: 100%;
          padding-bottom: calc(16 / 375 * 100vw);
          border-bottom: 1px solid #fff;
          &::after {
            display: none;
          }
        }
        &::after {
          display: none;
        }
        .layout_adjust01 {
          display: block;
          margin: calc(8 / 375 * 100vw) 0 calc(-24 / 375 * 100vw);
        }
        .sp-only {
          display: inline;
        }
      }
    }
  }
}
.hilltop {
  padding: 185px 0 184px;
  margin: 0 auto;
  max-width: 1920px;
}
.hilltop .inner {
  margin: 0 auto;
  width: 1670px;
  max-width: calc(100% - 40px);
}
.hilltop .ttl02 + p {
  margin-bottom: 49px;
}
.hilltop_img {
  position: relative;
  z-index: 0;
  margin: 0 auto 0;
  max-width: 1680px;
}
.hilltop_img img {
  display: block;
  width: 100%;
  height: auto;
  /* mask.png で周囲を透過 */
  -webkit-mask-image: url("../../../img/pages/view/mask.png");
  mask-image: url("../../../img/pages/view/mask.png");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.hilltop_img02 {
  margin-top: 24px;
}
.contents-property-innerWrap .hilltop figure figcaption {
  right: 3%;
  bottom: 7.5%;
}
.hilltop .text00 {
  margin-bottom: 175px;
}
@media screen and (max-width:768px) {
  .hilltop {
    padding: calc(80 / 375 * 100vw) 0;
  }
  .hilltop_img {
    /*padding: 0 calc(16 / 375 * 100vw);*/
  }
  .hilltop_img img {
    -webkit-mask-image: unset;
    mask-image: unset;
  }
  .contents-property-innerWrap .hilltop figure figcaption {
    right: 0;
    bottom: 0;
  }
  .hilltop .ttl02 + p {
    margin-bottom: calc(48 / 375 * 100vw);
    line-height: 2;
  }
  .hilltop .text00 {
    /*margin-bottom: calc(80 / 375 * 100vw);*/
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.roomplan {
  position: relative;
  z-index: 0;
  background-image: url("../../../img/pages/view/bc_plan.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 140px 0 190px;
  &.view_top {
    &::after {
      content: "";
      display: block;
      position: absolute;
      z-index: -1;
      background-image: url("../../../img/pages/view/img_roomplan.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      top: 0;
      left: 0;
      transform: translate(0, 0);
      width: 100%;
      aspect-ratio: 1920 / 826;
    }
    &::before {
      content: "image photo";
      display: block;
      position: absolute;
      z-index: 0;
      top: min(calc(670 / 1920 * 100vw), 670px);
      right: 3%;
      font-size: 11px;
      color: #fff;
    }
  }
  .inner {
    margin: 0 auto;
    width: 1920px;
    max-width: 90%;
  }
  .ttl02 + p {
    margin-bottom: 180px;
  }
  .wrapper_ttl {
    position: relative;
    z-index: 0;
    margin: 0 auto;
    width: 630px;
    padding: 53px 0;
    &::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 0;
      background: linear-gradient(90deg, #c59850 0%, #fffff9 27%, #c8a770 69%, #ab773b 100%);
      top: 0;
      left: 50px;
      width: 100%;
      height: 1px;
    }
    &::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 0;
      background: linear-gradient(90deg, #c59850 0%, #fffff9 27%, #c8a770 69%, #ab773b 100%);
      bottom: 0;
      left: -50px;
      width: 100%;
      height: 1px;
    }
  }
  .ttl_pickup {
    margin: 0 auto;
    width: fit-content;
    position: relative;
    z-index: 0;
    font-weight: normal;
    font-size: 42px;
    line-height: 1;
    letter-spacing: .1em;
    color: #c8a770;
    background: linear-gradient(90deg, #c59850 0%, #fffff9 27%, #c8a770 69%, #ab773b 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    box-decoration-break: clone; /*iphoneで複数行でグラデの際必要*/
    -webkit-box-decoration-break: clone; /*iphoneで複数行でグラデの際必要*/
  }
  .ttl_plan {
    margin: 40px auto 0;
    width: fit-content;
    position: relative;
    z-index: 0;
    font-weight: normal;
    font-size: 72px;
    line-height: 1;
    letter-spacing: .1em;
    color: #c8a770;
    background: linear-gradient(90deg, #c59850 0%, #fffff9 27%, #c8a770 69%, #ab773b 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    box-decoration-break: clone; /*iphoneで複数行でグラデの際必要*/
    -webkit-box-decoration-break: clone;
    /*iphoneで複数行でグラデの際必要*/
    .size_s {
      display: block;
      letter-spacing: 0;
      font-size: .36em;
    }
  }
  .plan_data {
    margin: 0 auto;
    width: 570px;
    padding: 59px 0 130px;
    text-align: left;
    .ldk {
      font-size: 26px !important;
      letter-spacing: .075em;
      line-height: 1;
      margin-bottom: 23px;
      .size_s {
        font-size: 0.7em;
      }
      .size_l {
        font-size: 1.84em;
      }
      .size_xl {
        font-size: 1.33em;
      }
    }
    .area {
      font-size: 14px !important;
      letter-spacing: .1em;
      line-height: 1;
      margin-bottom: 34px;
      .size_l {
        font-size: 2.71em;
        padding: 0 .4em;
      }
      .adjust01 {
        margin-right: .6em;
      }
    }
  }
  .plan_image01 {
    margin: 0 auto 56px;
    width: 1029px;
    max-width: 53.59%;
    max-width: 90%;
  }
  .plan_image02 {
    margin: 0 auto 79px;
    width: 1180px;
    max-width: 100%;
  }
  @media screen and (max-width:768px) {
    padding: calc(80 / 375 * 100vw) 0;
    &.view_top {
      padding: calc(217 / 375 * 100vw) 0 calc(120 / 375 * 100vw);
      &::after {
        background-image: url("../../../img/pages/view/img_roomplan.png");
        background-position: 32% center;
        aspect-ratio: unset;
        height: 50vh;
      }
      &::before {
        top: 40vh;
      }
    }
    .ttl02 + p {
      margin-bottom: calc(120 / 375 * 100vw);
    }
    .wrapper_ttl {
      position: relative;
      z-index: 0;
      margin: 0 auto;
      width: 80%;
      padding: calc(32 / 375 * 100vw) 0;
      &::before {
        left: 10%;
      }
      &::after {
        left: -10%;
      }
    }
    .ttl_pickup {
      font-size: calc(32 / 375 * 100vw);
    }
    .ttl_plan {
      margin: calc(32 / 375 * 100vw) auto 0;
      font-size: calc(48/ 375 * 100vw);
      width: auto;
      background: linear-gradient(-90deg, #c59850 0%, #fffff9 27%, #c8a770 69%, #ab773b 100%);
      background-clip: border-box;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      box-decoration-break: clone;
      -webkit-box-decoration-break: clone;
    }
    .plan_data {
      margin: 0 auto;
      width: 90%;
      padding: calc(32 / 375 * 100vw) 0 calc(80 / 375 * 100vw);
      text-align: left;
      .ldk {
        font-size: calc(20 / 375 * 100vw) !important;
        margin-bottom: calc(23 / 375 * 100vw);
      }
      .area {
        font-size: calc(14 / 375 * 100vw) !important;
        margin-bottom: calc(16 / 375 * 100vw);
        line-height: 1.3;
        .size_l {
          font-size: 2.4em;
          padding: 0 .2em;
        }
        .adjust01 {
          margin-right: 0;
        }
      }
      p.area_sub {
        font-size: calc(16 / 375 * 100vw);
      }
    }
    .plan_image01 {
      margin: 0 calc(50% - 50vw) calc(48 / 375 * 100vw);
      max-width: 100vw;
    }
    .plan_image02 {
      margin: 0 auto calc(64 / 375 * 100vw);
    }
  }
}
.wrapper_caption {
  margin: 0 auto;
  width: fit-content;
}
.contents-property-innerWrap .roomplan .pickup .label {
  display: block;
  width: fit-content;
  margin: 0 auto;
  white-space: wrap;
}
.contents-property-innerWrap .roomplan .pickup .caption {
  color: #6e6452;
  + .caption {
    margin-top: 8px;
  }
}
.box_view {
  width: 100vw;
  position: relative;
  z-index: 0;
  &.is_off {
    &::after {
      opacity: 0;
    }
  }
  &::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    background-image: url("../../../img/pages/swipeIcon.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 30%;
    aspect-ratio: 230 / 160;
    place-self: center;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    animation: move00 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transition: opacity .3s;
  }
  .view_inner {
    width: 100vw;
    overflow: scroll;
  }
  @media screen and (max-width:768px) {
    &::after {
      opacity: 1;
    }
    .view_inner {
      img {
        width: 200vw;
        max-width: none;
      }
    }
  }
}
@keyframes move00 {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(30%);
  }
  75% {
    transform: translateX(-30%);
  }
  100% {
    transform: translateX(0);
  }
}
/*------------------------------------------------*/
.plan_var {
  position: relative;
  z-index: 0;
  padding: 240px 0 115px;
  &::before {
    content: "image photo";
    display: block;
    position: absolute;
    z-index: 0;
    top: min(calc(890 / 1920 * 100vw), 890px);
    right: 3%;
    font-size: 11px;
    color: #fff;
  }
  &::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    background-image: url("../../../img/pages/view/img_planvar.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    width: 100%;
    aspect-ratio: 1920 / 985;
  }
  .ttl_var {
    position: relative;
    z-index: 0;
    margin: 0 auto;
    width: 630px;
    padding: 33px 0;
    &::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 0;
      background: linear-gradient(90deg, #c59850 0%, #fffff9 27%, #c8a770 69%, #ab773b 100%);
      top: 0;
      left: 50px;
      width: 100%;
      height: 1px;
    }
    &::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 0;
      background: linear-gradient(90deg, #c59850 0%, #fffff9 27%, #c8a770 69%, #ab773b 100%);
      bottom: 0;
      left: -50px;
      width: 100%;
      height: 1px;
    }
    .dec_text {
      margin: 0 auto;
      width: fit-content;
      position: relative;
      z-index: 0;
      font-weight: normal;
      font-size: 42px;
      line-height: 1;
      letter-spacing: .1em;
      color: #c8a770;
      background: linear-gradient(90deg, #c59850 0%, #fffff9 27%, #c8a770 69%, #ab773b 100%);
      background-clip: border-box;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      box-decoration-break: clone; /*iphoneで複数行でグラデの際必要*/
      -webkit-box-decoration-break: clone; /*iphoneで複数行でグラデの際必要*/
    }
    + p {
      padding: 46px 0 106px;
    }
  }
  .list_var {
    margin: 0 auto;
    width: 860px;
    max-width: 90%;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    gap: 40px 11.6%;
    .card_list {
      overflow: hidden;
      position: relative;
      z-index: 0;
      width: 380px;
      padding: 58px 54px 67px;
      border: 2px solid transparent;
      border-image: linear-gradient(90deg, #c59850 0%, #fffff9 27%, #c8a770 69%, #ab773b 100%) 1;
      &::after {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        background: radial-gradient(#a69982 0%, transparent 90%);
        top: -100%;
        right: -100%;
        width: 200%;
        height: 200%;
        opacity: 0;
        transition: .7s;
      }
      &:hover {
        &::after {
          opacity: 1;
        }
      }
    }
    .plan_ttl {
      margin: 0 auto 21px;
      width: fit-content;
      line-height: 1.2;
      letter-spacing: .1em;
      font-size: 56px;
      color: #c8a770;
      background: linear-gradient(90deg, #c59850 0%, #fffff9 27%, #c8a770 69%, #ab773b 100%);
      background-clip: border-box;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      box-decoration-break: clone;
      -webkit-box-decoration-break: clone;
      .size_s {
        display: block;
        letter-spacing: .07em;
        font-size: .5em;
      }
    }
    .ldk {
      font-size: 22px;
      letter-spacing: .075em;
      line-height: 1;
      margin: 0 0 28px;
      .size_s {
        font-size: .7em;
      }
      .size_l {
        font-size: 1.68em;
      }
      .size_xl {
        font-size: 1.29em;
      }
    }
    .area {
      display: flex;
      justify-content: center;
      gap: 26px;
      color: #fff;
      font-size: 30px;
      text-align: left;
      line-height: 1.3;
      .size_s {
        display: block;
        font-size: .46em;
      }
      .size_m {
        font-size: .6em;
      }
    }
  }
  .btn_back {
    margin: 90px auto 0;
    width: fit-content;
    display: block;
    font-size: 34px;
    color: #c8a770;
    background: linear-gradient(90deg, #c59850 0%, #fffff9 27%, #c8a770 69%, #ab773b 100%);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    &::after {
      content: "";
      display: inline-block;
      z-index: 0;
      background-image: url("../../../img/pages/view/dec_btn.svg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      height: .75em;
      aspect-ratio: 1;
      margin-left: .58em;
    }
  }
  @media screen and (max-width:900px) {
    .list_var {
      .card_list {
        width: 70%;
        padding: 24px 54px 24px;
      }
    }
  }
  @media screen and (max-width:768px) {
    padding: calc(300 / 375 * 100vw) 0 calc(120 / 375 * 100vw);
    &::before {
      top: 30vh;
    }
    &::after {
      background-position: center center;
      aspect-ratio: unset;
      height: 50vh;
    }
    .ttl_var {
      width: 72%;
      padding: calc(32 / 375 * 100vw) 0;
      &::before {
        left: 10%;
      }
      &::after {
        left: -10%;
      }
      .dec_text {
        font-size: calc(32 / 375 * 100vw);
      }
      + p {
        padding: calc(40 / 375 * 100vw) 0 calc(80 / 375 * 100vw);
      }
    }
    .list_var {
      max-width: 80%;
      gap: calc(40 / 375 * 100vw) 11.6%;
      .card_list {
        width: 100%;
        padding: calc(32 / 375 * 100vw) calc(20 / 375 * 100vw);
      }
      .plan_ttl {
        margin: 0 auto 21px;
        font-size: calc(44 / 375 * 100vw);
      }
      .ldk {
        font-size: calc(20 / 375 * 100vw);
        margin: 0 0 calc(28 / 375 * 100vw);
      }
      .area {
        gap: calc(26 / 375 * 100vw);
        font-size: calc(30 / 375 * 100vw);
      }
    }
    .btn_back {
      margin: calc(72 / 375 * 100vw) auto 0;
      font-size: calc(24 / 375 * 100vw);
    }
  }
}
/*---------------------------------------*/
.room_mv {
  padding: 90px 0 100px;
  .ttl_mvplan {
    position: relative;
    z-index: 0;
    margin: 0 auto 50px;
    width: fit-content;
    position: relative;
    z-index: 0;
    font-weight: normal;
    font-size: 72px;
    line-height: 1;
    letter-spacing: .05em;
    color: #c8a770;
    background: linear-gradient(90deg, #c59850 0%, #fffff9 27%, #c8a770 69%, #ab773b 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    box-decoration-break: clone; /*iphoneで複数行でグラデの際必要*/
    -webkit-box-decoration-break: clone; /*iphoneで複数行でグラデの際必要*/
    display: flex;
    flex-flow: column;
    &::before {
      content: "";
      display: block;
      content: "";
      display: block;
      background-image: url("../../../img/pages/view/dec_ttl.svg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      width: 30px;
      aspect-ratio: 300 / 1592;
      place-self: center;
      inset: 0;
    }
    .size_s {
      margin: 20px 0 10px;
      display: block;
      letter-spacing: .07em;
      font-size: .36em;
    }
  }
  .plan_data {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    padding: 52px 0;
    width: 730px;
    max-width: 80%;
    display: flex;
    flex-flow: wrap;
    &::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 0;
      background: linear-gradient(90deg, #c59850 0%, #fffff9 27%, #c8a770 69%, #ab773b 100%);
      top: 0;
      left: 0;
      width: 110%;
      height: 1px;
    }
    &::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 0;
      background: linear-gradient(90deg, #c59850 0%, #fffff9 27%, #c8a770 69%, #ab773b 100%);
      bottom: 0;
      left: -10%;
      width: 110%;
      height: 1px;
    }
  }
  .ldk {
    width: fit-content;
    font-size: 22px;
    letter-spacing: .075em;
    line-height: 1;
    margin: 0 0 28px;
    .size_s {
      font-size: .7em;
    }
    .size_l {
      font-size: 1.68em;
    }
    .size_xl {
      font-size: 1.29em;
    }
  }
  .area {
    margin-left: 1em;
    width: fit-content;
    font-size: 14px;
    text-align: left;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    gap: 1em;
    color: #fff;
    .size_cs {
      font-size: .789em;
    }
    .size_s {
      font-size: .789em;
    }
    .size_m {
      font-size: 2.1em;
    }
    .size_l {
      font-size: 2.7em;
      margin-left: .2em;
    }
  }
  .area_sub {
    width: 100%;
    text-align: left;
  }
  @media screen and (max-width:768px) {
    padding: calc(72 / 375 * 100vw) 0 calc(80 / 375 * 100vw);
    .ttl_mvplan {
      margin: 0 auto calc(40 / 375 * 100vw);
      font-size: calc(44 / 375 * 100vw);
      .size_s {
        margin: calc(20 / 375 * 100vw) 0 calc(10 / 375 * 100vw);
      }
    }
    .plan_data {
      padding: calc(40 / 375 * 100vw) 0;
      display: flex;
      flex-flow: wrap;
    }
    .ldk {
      width: fit-content;
      margin: 0 0 calc(28 / 375 * 100vw);
    }
    .area {
      margin-left: 1em;
      font-size: calc(14 / 375 * 100vw);
      flex-flow: column;
      gap: 1em;
    }
    .area_sub {
      margin: 1em 0 0 1em;
      .text_b01 {
        display: block;
      }
    }
  }
}
.room_image {
  margin: 80px auto 0;
  width: 1200px;
  max-width: 90%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 64px;
  .card_image {
    p {
      margin-bottom: .5em;
      text-align: left;
      line-height: 1.4;
    }
    img {
      object-fit: cover;
      width: 100%;
      height: 100%;
    }
  }
  .card01 {
    grid-area: 1 / 1 / 3 / 3;
    p {
      margin-top: 1.4em;
      br {
        display: none;
      }
    }
  }
  .card02 {
    grid-area: 1 / 3 / 2 / 4;
  }
  .card03 {
    grid-area: 2 / 3 / 3 / 4;
  }
  @media screen and (max-width:900px) {
    display: flex;
    flex-flow: column;
    gap: 40px;
    .card_image {
      width: 100%;
      img {
        height: auto;
      }
      p {
        margin-bottom: .8em;
        br {
          display: none;
        }
      }
    }
    .card01 {
      p {
        margin-top: 0;
      }
    }
  }
  @media screen and (max-width:768px) {
    gap: calc(40 / 375 * 100vw);
    .card_image {
      p {
        font-size: calc(16 / 375 * 100vw);
        br {
          display: inline;
        }
      }
    }
    .card01 {
      p {
        br {
          display: inline;
        }
      }
    }
  }
}
}