@charset "UTF-8";
/*　-----------------------　共通部分　-----------------------　*/
h2 {
  font-family: var(--fontOrp);
  color: var(--Color4);
  font-size: 3.125rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
h2::after {
  content: "";
  display: block;
  width: 2.3em;
  border-bottom: 1px solid var(--Color4);
  margin: 0.5em 0;
}

.inner {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
}

.sec_main {
  width: 1000px;
  margin: auto;
  padding-top: 120px;
  padding-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
.sec_main h2 {
  width: 480px;
}

.main_txt {
  width: 480px;
}

.sec_para {
  width: 1000px;
  margin: auto;
}

.para_cap {
  font-size: 0.75em;
}

/* ----------------------- */
/* 1000*/
/* ----------------------- */
@media screen and (max-width: 1000px) {
  .sec_main {
    width: 90%;
    padding-top: 12vw;
    padding-bottom: 8vw;
  }
  .sec_para {
    width: 90%;
  }
  .sec_main h2, .main_txt {
    width: 48%;
  }
}
/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {
  .sec_main {
    padding-top: 16vw;
    padding-bottom: 10vw;
    display: block;
  }
  .sec_main h2 {
    width: 100%;
  }
  .main_txt {
    width: 100%;
  }
  .sp {
    display: inline-block;
  }
}
/*　-----------------------　メインビジュアル　-----------------------　*/
#MainVisual {
  padding-top: 70px;
  position: relative;
}
#MainVisual figure {
  width: 100%;
  height: auto;
  background-image: url(../images/plan/mv.jpg);
  background-position: bottom right;
  background-size: cover;
}
#MainVisual figure img {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}
#MainVisual .main_logo {
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  right: 8vw;
  color: #fff;
  font-size: max(2.5vw, 30px);
  letter-spacing: 0.2em;
  /*他とは異なる*/
  filter: drop-shadow(0 0 5px #000);
  -webkit-filter: drop-shadow(0 0 5px #000);
}

/* ----------------------- */
/* 1000*/
/* ----------------------- */
/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {
  #MainVisual {
    padding-top: 70px;
    position: relative;
  }
  #MainVisual figure {
    width: 100%;
    height: calc(100dvh - 70px - 20vw);
    background-image: url(../images/plan/mv_sp.jpg);
  }
  #MainVisual figure img {
    width: 100%;
    height: calc(100vh - 70px - 20vw);
    mix-blend-mode: multiply;
  }
  #MainVisual figure figcaption {
    bottom: 1%;
  }
  #MainVisual .main_logo {
    top: 18%;
    left: inherit;
    width: 100%;
    text-align: center;
    font-size: 10vw;
  }
}
/*　-----------------------　PLAN_TOP　-----------------------　*/
.plan_top {
  background-image: url(../images/plan/main_bg.png);
  background-position: top center;
  background-size: cover;
}
.plan_top .top_title {
  width: 100%;
  padding: clamp(4rem, 10vw, 10rem) 0;
  font-size: var(--font24);
  line-height: 2;
  text-align: center;
}

/* ----------------------- */
/* 1000*/
/* ----------------------- */
/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {
  .plan_top .top_title {
    padding: 5rem 0;
  }
}
/*　-----------------------　RoomPlan　-----------------------　*/
.room_plan {
  padding: clamp(3rem, 5vw, 5rem) 0;
}
.room_plan:nth-of-type(2) {
  margin-top: clamp(3rem, 8vw, 8rem);
}
.room_plan .inner {
  margin-bottom: 10rem;
}
.room_plan .inner:last-child {
  margin-bottom: 0;
}
.room_plan .room_title {
  color: #977f52;
  font-size: var(--font28);
  margin-bottom: clamp(2em, 5vw, 5em);
  text-align: center;
}
.room_plan .room_subtitle {
  border-bottom: solid 1px #977f52;
  text-align: center;
}
.room_plan .room_subtitle img {
  height: clamp(2.75rem, 8vw, 5rem);
  vertical-align: bottom;
}
.room_plan .room_subtext {
  text-align: center;
  margin-bottom: 3rem;
  margin-top: 1rem;
  font-size: var(--font12);
}
.room_plan .plan_block {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3rem;
  margin-bottom: 4rem;
}
.room_plan .plan_block .plan_img {
  width: 60%;
}
.room_plan .plan_block .plan_list {
  width: 40%;
  margin-top: 2rem;
}
.room_plan .plan_block .plan_list li {
  margin-bottom: 2rem;
}
.room_plan .plan_block .plan_list li .list_title {
  font-weight: 600;
  color: #977f52;
  margin-bottom: 1rem;
  font-size: var(--font20);
}
.room_plan .plan_block .plan_list li .list_title span {
  font-size: var(--font20);
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid #977f52;
  background-color: #977f52;
  box-sizing: border-box;
  color: #FFF;
  margin-right: 1rem;
}
.room_plan .plan_block .plan_list li p {
  font-size: var(--font14);
}
.room_plan .plan_block .plan_box {
  width: 50%;
}
.room_plan .plan_btn {
  width: 65%;
  margin: 4rem auto 0;
}
.room_plan .plan_text {
  width: 25%;
  margin-left: auto;
}
.room_plan .plan_make {
  padding: clamp(2rem, 5vw, 5rem) 0;
  margin-top: clamp(2rem, 5vw, 5rem);
  background-color: #e9e4db;
}
.room_plan .plan_make .make_title {
  font-size: var(--font20);
  text-align: center;
  margin-bottom: 2rem;
}
.room_plan .plan_make .make_text {
  font-size: var(--font14);
  text-align: center;
  margin-bottom: 4rem;
  line-height: 2.5;
}
.room_plan .plan_make .make_block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 4rem);
}
.room_plan .plan_make .make_block .make_box {
  width: 50%;
}
.room_plan .plan_make .make_block .make_box figure figcaption.rb_cap {
  bottom: -9%;
}

/* ----------------------- */
/* 1000*/
/* ----------------------- */
/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {
  .room_plan {
    padding: 4rem 0 0;
  }
  .room_plan:nth-of-type(2) {
    margin-top: 0;
  }
  .room_plan .inner {
    margin-bottom: 5rem;
  }
  .room_plan .room_title {
    margin-bottom: 3rem;
  }
  .room_plan .room_subtext {
    font-size: clamp(0.875rem, 0.715rem + 0.85vw, 1.125rem);
    margin-bottom: 2rem;
  }
  .room_plan .plan_block {
    margin-bottom: 0;
    flex-direction: column;
    gap: 0rem;
  }
  .room_plan .plan_block .plan_img {
    width: 100%;
    margin-right: 0;
  }
  .room_plan .plan_block .plan_list {
    width: 100%;
    margin-bottom: 1rem;
  }
  .room_plan .plan_block .plan_list li {
    margin-bottom: 1rem;
  }
  .room_plan .plan_block .plan_list li .list_title {
    margin-bottom: 0.5rem;
  }
  .room_plan .plan_block .plan_box {
    width: 100%;
    margin-bottom: 4rem;
  }
  .room_plan .plan_block:last-child {
    margin-bottom: 0;
  }
  .room_plan .plan_text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .room_plan .plan_make {
    padding: 3rem 0;
    margin-top: 3rem;
  }
  .room_plan .plan_make .make_title {
    margin-bottom: 1rem;
  }
  .room_plan .plan_make .make_text {
    margin-bottom: 2rem;
  }
  .room_plan .plan_make .make_block {
    flex-direction: column;
  }
  .room_plan .plan_make .make_block .make_box {
    width: 100%;
    margin-bottom: 3rem;
  }
  .room_plan .plan_make .make_block .make_box figure figcaption.rb_cap {
    bottom: -7vw;
  }
}
/*　-----------------------　PRIVATE_GARDEN　-----------------------　*/
#PRIVATE_GARDEN {
  padding-bottom: 80px;
}
#PRIVATE_GARDEN .main_txt p {
  margin-top: 40px;
}
#PRIVATE_GARDEN .sec_main {
  padding-top: 80px;
}
#PRIVATE_GARDEN h3.kobetu-1 {
  color: var(--Color4);
  border-bottom: 1px solid var(--Color4);
  padding-bottom: 0.5em;
  font-size: 1.4rem;
}
#PRIVATE_GARDEN ul.ul_1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 60px auto 0 auto;
}
#PRIVATE_GARDEN ul.ul_1 li {
  width: 220px;
  font-size: 0.8em;
  letter-spacing: 0;
}
#PRIVATE_GARDEN ul.ul_1 .li_ttl {
  margin: 0.2em;
}
#PRIVATE_GARDEN ul.ul_1 .li_txt {
  font-size: 90%;
}
#PRIVATE_GARDEN .ul_wrap {
  border: 1px solid var(--Color2);
  padding: 25px 20px;
  margin-top: 60px;
}
#PRIVATE_GARDEN ul.ul_2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px auto 0 auto;
}
#PRIVATE_GARDEN ul.ul_2 li {
  width: 116px;
  font-size: 0.62em;
  letter-spacing: 0;
}
#PRIVATE_GARDEN .ul_cap {
  text-align: right;
  font-size: 0.7rem;
  margin-top: 1em;
}
#PRIVATE_GARDEN .dummy {
  display: none;
}

/* ----------------------- */
/* 1000*/
/* ----------------------- */
@media screen and (max-width: 1000px) {
  #PRIVATE_GARDEN {
    padding-bottom: clamp(3rem, 8vw, 8rem);
  }
  #PRIVATE_GARDEN .main_txt p {
    margin-top: clamp(1.5rem, 4vw, 4rem);
  }
  #PRIVATE_GARDEN ul.ul_1 li {
    width: 48%;
    margin-bottom: 2em;
  }
  #PRIVATE_GARDEN ul.ul_2 li {
    width: 22%;
    font-size: 0.75em;
    margin-bottom: 2em;
  }
  #PRIVATE_GARDEN .dummy {
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  #PRIVATE_GARDEN .ul_cap {
    display: none;
  }
}
/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {
  #PRIVATE_GARDEN .sec_main h2 {
    position: static;
  }
  #PRIVATE_GARDEN .sec_main h2 > span {
    position: static;
  }
  #PRIVATE_GARDEN ul.ul_2 li {
    width: 48%;
  }
  #PRIVATE_GARDEN h3.kobetu-1 {
    font-size: 1.19rem;
  }
  #PRIVATE_GARDEN .kobetu-2 {
    letter-spacing: 0;
  }
}
/*　-----------------------　PLANNING　-----------------------　*/
#PLANNING {
  background-color: var(--Color5);
  padding-top: 60px;
  padding-bottom: 80px;
}
#PLANNING img {
  vertical-align: top;
}
#PLANNING .sec_para {
  padding-top: 30px;
}
#PLANNING .para_txt_wrap {
  display: flex;
  justify-content: space-between;
}
#PLANNING .sec_para_top_cap {
  width: 812px;
  text-align: right;
}

.PLANNING_img1 > div {
  width: 48%;
}
.PLANNING_img1 > figure {
  width: 48%;
  height: 214px;
}
.PLANNING_img1 > figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: bottom right;
     object-position: bottom right;
}

/*-----*/
#PLANNING .sec_para_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#PLANNING .sec_para_box {
  width: 46%;
  margin-top: 1em;
}
#PLANNING h4 {
  color: var(--Color4);
  font-size: 1.3em;
  margin: 2em 0 1em 0;
}
#PLANNING .para_img {
  display: flex;
  justify-content: space-between;
}
#PLANNING .para_img > div {
  width: 48%;
}
#PLANNING .para_img .para_cap {
  width: 100%;
  text-align: right;
}

.notPC {
  display: none;
}

/*最上段のみカスタマイズ*/
#PLANNING .sec_para.sec_para_top .para_img {
  margin-top: 1em;
}
#PLANNING .sec_para.sec_para_top .sec_para_wrap {
  align-content: stretch;
}
#PLANNING .sec_para.sec_para_top .sec_para_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
}
#PLANNING .sec_para.sec_para_top .sec_para_box:first-of-type h4 {
  letter-spacing: 0;
}

/* ----------------------- */
/* 1000*/
/* ----------------------- */
@media screen and (max-width: 1000px) {
  #PLANNING .main_txt {
    margin-top: clamp(1.5rem, 4vw, 4rem);
    display: block;
  }
  #PLANNING .main_txt p {
    width: 100%;
    margin-top: clamp(1rem, 3vw, 3rem);
  }
  #PLANNING .pc {
    display: none;
  }
  .notPC {
    display: inherit;
  }
  #PLANNING .para_txt_wrap {
    flex-wrap: wrap;
  }
  #PLANNING .para_txt_wrap img {
    margin-left: 0;
    width: 48%;
  }
  #PLANNING .para_txt img {
    width: 100%;
    margin-top: 1em;
  }
  #PLANNING .sec_para_top_cap {
    width: 95%;
  }
  #PLANNING .sec_para.sec_para_top .sec_para_box {
    justify-content: flex-start;
  }
  /*最上段のみカスタマイズ*/
  .PLANNING_img1 > figure img {
    -o-object-position: bottom center;
       object-position: bottom center;
  }
  #PLANNING .sec_para.sec_para_top .sec_para_box:first-of-type h4 span {
    display: inline-block;
    white-space: nowrap;
    transform: scale(0.75, 1);
    transform-origin: left;
  }
  #PLANNING .sec_para.sec_para_top .sec_para_box:first-of-type img {
    width: 100%;
  }
}
/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {
  #PLANNING .sec_para_wrap > div:nth-of-type(1) {
    order: 1;
  }
  #PLANNING .sec_para_wrap > div:nth-of-type(2) {
    order: 3;
  }
  #PLANNING .sec_para_wrap > div:nth-of-type(3) {
    order: 2;
  }
  #PLANNING .sec_para_wrap > div:nth-of-type(4) {
    order: 4;
  }
  #PLANNING .sec_para_box {
    width: 100%;
  }
  #PLANNING .kobetu-3 {
    letter-spacing: 0;
    font-size: 1.2rem;
  }
  #PLANNING .sec_para.sec_para_top .sec_para_box:first-of-type h4 span {
    display: inline-block;
    white-space: wrap;
    transform: scale(1, 1);
  }
  /*最上段のみカスタマイズ*/
}
/*　-----------------------　ROOF_BALCONY　-----------------------　*/
#ROOF_BALCONY {
  padding-bottom: 60px;
}
#ROOF_BALCONY .main_txt p {
  margin-top: 30px;
}
#ROOF_BALCONY .ul_wrap {
  border: 1px solid var(--Color4);
  padding: 20px 24px 0 24px;
  margin-top: 30px;
}
#ROOF_BALCONY ul.ul_3 {
  display: flex;
  justify-content: space-between;
}
#ROOF_BALCONY ul.ul_3 li {
  width: 30%;
  font-size: 72%;
}
#ROOF_BALCONY .ul_cap {
  font-size: 65%;
  text-align: right;
  margin-bottom: 0.3em;
}
#ROOF_BALCONY .dummy {
  display: none;
}

/* ----------------------- */
/* 1000*/
/* ----------------------- */
/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {
  #ROOF_BALCONY ul.ul_3 {
    flex-wrap: wrap;
  }
  #ROOF_BALCONY ul.ul_3 li {
    width: 48%;
    margin-bottom: 1.2em;
  }
  #ROOF_BALCONY .dummy {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  #ROOF_BALCONY .ul_cap {
    display: none;
  }
}
/*　-----------------------　ROOM_PLAN　-----------------------　*/
#ROOM_PLAN {
  background-color: var(--Color7);
  padding: 60px 0;
}
#ROOM_PLAN .plan {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4%;
  position: relative;
}
#ROOM_PLAN a.planBtn, #ROOM_PLAN .plan > img {
  width: 48%;
  margin-top: 2em;
}
#ROOM_PLAN a.planBtn:hover {
  transition: 0.4s;
  opacity: 0.8;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
#ROOM_PLAN img {
  vertical-align: top;
  /*画像の下アキ防止*/
}
#ROOM_PLAN .cap {
  font-size: 0.6em;
}
#ROOM_PLAN a.entryBtn {
  position: absolute;
  left: 50%;
  top: 170px;
  transform: translateX(-50%);
  width: 56%;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
}
#ROOM_PLAN a.entryBtn:hover {
  transition: 0.4s;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
  transform: translateX(-50.1%);
}

/* ----------------------- */
/* 1000*/
/* ----------------------- */
@media screen and (max-width: 1000px) {
  #ROOM_PLAN a.entryBtn {
    top: 15.5vw;
  }
}
/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {
  #ROOM_PLAN .plan a.planBtn {
    width: 100%;
  }
  #ROOM_PLAN a.entryBtn {
    width: 80%;
    top: 19vw;
  }
}
/* ----------------------- 横スクロール対応 ----------------------- */
.panoramaWrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* ---- */
/* ----------------------- */
/* 1100*/
/* ----------------------- */
/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {
  .panoramaWrap .annotation {
    position: absolute;
    color: #fff;
    bottom: 1%;
    left: 2%;
  }
}
/* -----------スクロールマーク------------ */
.scrollMark {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  animation-name: scroll;
  animation-duration: 2s;
  animation-timing-function: ease-in;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
.scrollMark.scrollMarkRmv {
  display: none;
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {
  .scrollMark {
    width: 25%;
    bottom: inherit;
    top: 6%;
  }
}/*# sourceMappingURL=plan.css.map */