@charset "utf-8";

/* ----------------------------------------------------------------------------------------------
  plan
----------------------------------------------------------------------------------------------*/
.p-plan-sec01 {
  padding: 80px 0;
}
.p-plan-position__ttl {
  text-align: center;
  font-family: 'Hoefler-Text', sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  color: #8094A6;
  letter-spacing: .2em;
  text-indent: .2em;
}

.elvationBox {
  max-width: 600px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  position: relative;
  top:0;
}
.elvationBox__on{
  position: fixed;
  top:150px;
}
.elevation {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.elevation th,
.elevation td {
  width: 7%;
  height: 34px;
  padding: 0;
  border: 1px solid;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
}

.elevation .elevation__floor {
  padding-right: 3%;
  border: none;
  font-weight: normal;
  text-align: left;
}

.elevation .elevation__floor span {
  display: block;
  height: 100%;
  margin-bottom: -1px;
  padding: 3px 10px 0 5px;
}

.elevation .elevation__room--blank {
  border: none;
}

.elevation .planLink {
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 34px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #000;
}

.projectName {
  margin-bottom: 60px;
  font-size: 21px;
  text-align: center;
}

@media (max-width: 768px) {
  .projectName {
    margin-bottom: 40px;
    font-size: 18px;
  }
}
.p-plan__bg02 {
  background: url(../../img/05plan/plan_bg02.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  min-height: 555px;
  padding: 120px 0;
}
.p-plan__bg03 {
  background: url(../../img/05plan/plan_bg03.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.p-plan__bg04 {
  background: url(../../img/05plan/plan_bg04.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.p-plan__inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
}
.p-plan-ttl02 {
  font-family: 'Hoefler-Text', sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  color: #8094A6;
  letter-spacing: .2em;
  text-indent: .2em;
}
.p-plan-ttl03 {

}
.p-plan-ttl04 {
  font-size: 18px;
  line-height: 2;
  margin-top: 1em;
}
.plan_elevation {
  max-width: 600px;
  margin: 40px auto;
}
.plan_btns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
  margin-top: 40px;
}
.plan_btns__2col {
  justify-content: center;
}
.plan_btns li {
  width: 32%;
}
.plan_btns a {
  display: block;
  background:#8094A6;
}
.plan_btn.soon {
  background:#8094A6;
}
.p-tori-bpx {
  width: 100%;
  background: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}
@media screen and (min-width:769px) {
  .no-touch .elevation .planLink:hover, .elevation .planLink.is-active {
    opacity: 1;
    background: #8094A6;
    color: #fff;
  }
  .plan_btns a:hover {
    background:#485764;
  }
  .plan_btns a.planLinkBtn.is-active {
    background:#485764;
  }
.p-tori-bpx.is_fixed {
  position: fixed;
  top: 60px;
  left: 0;
  padding: 10px 0 20px;
  z-index: 1;
}
.is_fixed .p-plan-position__ttl {
  font-size: 20px;
}
.is_fixed .elvationBox {
  margin-top: 10px;
}
}
@media screen and (max-width:768px) {
  .p-tori-bpx.is_fixed {
    position: fixed;
    top: 60px;
    left: 0;
    padding: 10px 0 20px;
    z-index: 1;
  }
  .is_fixed .p-plan-position__ttl {
    font-size: 20px;
  }
  .is_fixed .elvationBox {
    margin-top: 10px;
  }
  .is_fixed .c-zoom {
    display: none;
  }
}
/* sp
---------------------------------------------------------------------- */
@media screen and (max-width:768px) {
  .c-zoom {
    text-align: center;
    margin-top: 20px;
  }
  .p-plan-sec01 {
    padding: 80px 0;
  }
  .p-plan-position__ttl {
    text-align: center;
    font-family: 'Hoefler-Text', sans-serif;
    text-transform: uppercase;
    font-size: 23px;
    color: #8094A6;
    letter-spacing: .2em;
    text-indent: .2em;
  }
  .elevation {
    width: 86%;
    margin-right: auto;
    margin-left: auto;
    font-size: 8px;
  }
  .elevation th,
  .elevation td {
    width: 7%;
    height: 22px;
    padding: 0;
    border: 1px solid;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
  }
  
  .elevation .elevation__floor {
    padding-right: 3%;
    border: none;
    font-weight: normal;
    text-align: left;
  }
  
  .elevation .elevation__floor span {
    display: block;
    height: 100%;
    margin-bottom: -1px;
    padding: 3px 10px 0 5px;
  }
  
  .elevation .elevation__room--blank {
    border: none;
  }
  .elevation .planLink {
    height: 22px;
  }
  .p-plan__bg02 {
    background: url(../../img/05plan/plan_bg02_sp.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    min-height: 555px;
    padding: 100px 6%;
  }
  .p-plan__bg03 {
    background: url(../../img/05plan/plan_bg03_sp.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
  }
  .p-plan__bg04 {
    background: url(../../img/05plan/plan_bg04_sp.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
  }
  .p-plan-ttl02 {
    font-family: 'Hoefler-Text', sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    color: #8094A6;
    letter-spacing: .2em;
    text-indent: .2em;
  }
  .p-plan-ttl03 {
  
  }
  .p-plan-ttl04 {
    font-size: 15px;
    line-height: 2;
    margin-top: 1em;
    text-align: justify;
  }
  .plan_btns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 2%;
  }
  .plan_btns__2col {
    justify-content: center;
  }
  .plan_btns li {
    width: 100%;
  }
  .plan_btns a {
    display: block;
    background:#8094A6;
  }
  .plan_btns a:hover {
    background:#485764;
  }
  .plan_btn.soon {
    background:#8094A6;
  }
}
/* madori */
.p-madori_ttl-set {
  margin-top: 80px;
}
.p-plan-details_tt01 {
  font-family: 'Hoefler-Text', sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  color: #8094A6;
  letter-spacing: .2em;
  text-indent: .2em;
  text-align: center;
}
.p-plan-details_tt02 {
  font-size: 20px;
  color: #8094A6;
  text-align: center;
  margin-top: 1em;
}
.l-plan-details {
  max-width: 1000px;
  margin: 3em auto 0;
}
.madori_zu_set {
  margin-top: 30px;
}
.madori_zu_set_col1 {
  text-align: center;
}
.madori_zu_set_col2 {
  display: flex;
}
.p-plan-madori_points {
  padding: 1.5em .5em;
  border-top: 1px solid #b0becb;
  border-bottom: 1px solid #b0becb;
  margin-top: 30px;
  display: flex;
  gap: 2%;
}
.madori_point_list {
  width: 49%;
}
.madori_point_list.madori_point_list_wfull {
  width: 100%;
}
.madori_point_list li {
  padding-left: 1em;
  text-indent: -1em;
}
.madori_point_list li + li {
  margin-top: 0.5em;
}
.c-plan_back_btn {
  text-align: center;
  font-size: 18px;
  margin-top: 30px;
}
.c-plan_back_btn a {
  color: #8094A6;
}
.c-plan_back_btn a:hover {
  opacity: .7;
}
.c-print-btn {
  max-width: 150px;
  margin: 60px auto 0;
}
.c-madori-more-btn {
  max-width: 360px;
  margin: 25px auto 0;
}
.p-madori-img {
  margin-top: 60px;
  position: relative;
}
.p-madori-img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width:768px) {
  /* sp madori */
  .p-madori_ttl-set {
    margin-top: 60px;
  }
  .p-plan-details_tt01 {
    font-size: 20px;
  }
  .p-plan-details_tt02 {
    font-size: 15px;
    text-align: left;
    margin-top: 1em;
    padding: 0 6%;
  }
  .l-plan-details {
    width: 88%;
    margin: 3em auto 0;
  }
  .madori_zu_set {
    margin-top: 20px;
  }
  .madori_zu_set_col2 {
    flex-direction: column;
  }
  .madori_zu02 {
    margin-top: 20px;
  }
  .p-plan-madori_points {
    padding: 0;
    border-top: none;
    border-bottom: none;
    margin-top: 30px;
    flex-direction: column;
    gap: 2%;
  }
  .madori_point_list {
    width: 100%;
  }
  .madori_point_list li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .madori_point_list li + li {
    margin-top: 0.5em;
  }
  .c-plan_back_btn {
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
  }
  .c-plan_back_btn a {
    color: #8094A6;
  }
  .c-plan_back_btn a:hover {
    opacity: .7;
  }
  .c-print-btn {
    max-width: 150px;
    margin: 40px auto 0;
  }
  .c-madori-more-btn {
    max-width: 360px;
    margin: 25px auto 0;
  }
  .p-madori-img {
    margin-top: 60px;
  }
  .p-madori-img img {
    width: 100%;
    height: auto;
  }
  .madori_zu01_ar {
    margin-left: 5.5%;
  }
}
.p-plan_banner {
  padding-bottom: 80px;
}
.p-vr_banner_set {
  background: #E6E9ED;
  padding: 10px;
  max-width: 750px;
  margin: 0 auto;
}
.p-vr_banner_inner {
  border: 1px solid #B3BEC9;
  padding: 40px 5%;
  text-align: center;
}
.vr_banner_list {
  max-width: 640px;
  margin: 30px auto 0;
  display: flex;
  gap: 40px;
}
@media screen and (max-width:768px) {
  .p-plan_banner {
    padding: 0 5% 40px;
  }
  .p-vr_banner_inner {
    padding: 30px 5%;
  }
  .vr_banner_list {
    width: 80%;
    margin: 20px auto 0;
    flex-direction: column;
    gap: 20px;
  }
}
.madori_zu_set_col2.vr_banner {
  flex-direction: row-reverse;
}
.vr_banner .p-vr_banner_wrap {
  max-width: 400px;
}
.vr_banner .p-vr_banner_inner {
  padding: 30px 5%;
}
.vr_banner_col1 {
  width: 80%;
  margin: 20px auto 0;
}
@media screen and (max-width:768px) {
  .madori_zu_set_col2.vr_banner {
    flex-direction: column;
  }
  .vr_banner .p-vr_banner_wrap {
    max-width: 400px;
    margin-bottom: 30px;
  }
}