@charset "utf-8";
.elevation{
  margin-top: 9.1vw;
}
.elevationItem{
  width: 100%;
}
@media screen and (max-width: 767px){
  .elevationCts + .elevationCts,
  .elevationItem + .elevationItem{
    margin-top: 2.6vw;
  }
  .floorPlan{
  margin-top: 13vw;
}
}
@media screen and (min-width: 768px){
  .elevation{
    margin-top: 90px;
  }
  .elevationCts.flexBetween--pc .elevationItem{
    min-width: 480px;
  }
  .elevationCts + .elevationCts{
    margin-top: 15px;
  }
  .elevationItem + .elevationItem{
    margin-left: 40px;
  }
  .floorPlan{
  margin-top: 150px;
}
}
.floorPlanCts{
  margin-top: 5.85vw;
}
.floorPlanCts .tabList li{
  width: 25%;
  height: 13vw;
  border: solid 1px #ccc;
  margin-bottom: -1px;
}
.floorPlanCts .tabList li + li{
  border-left: none;
}
@media screen and (max-width: 767px){
  .floorPlanCts .tabList li:nth-child(n + 5){
   /*border-top: none;*/
  }
  .floorPlanCts .tabList li:nth-child(4n + 1){
    border-left: solid 1px #ccc;
  }
}
@media screen and (min-width: 768px){
  .floorPlanCts{
    margin-top: 40px;
  }
  .floorPlanCts .tabList li{
    width: 12.5%;
    height: 64px;
  }
}
.floorPlanCts .tabCtsList{
  border: solid 1px #ccc;
  text-align: center;
  padding: 20px;
}
.floorPlanCts .tabCts{
  /*padding: 2.6vw;*/
}
.floorNote{
  margin-top: 3.2vw;
}
.floorNote li{
  padding: 2vw 2vw 2vw 0;
}
.floorNote li:last-child{
  padding-right: 0;
}
.floorNote .img{
  max-width: 19px;
  max-height: 13px;
}
.floorNote .text{
  padding-left: 1.3vw;
}
@media screen and (min-width: 768px){
  .floorPlanCts .tabCts{
    /*padding: 20px;*/
  }
  .floorNote{
    margin-top: 5px;
  }
  .floorNote .text{
    padding-left: 10px;
  }
  .floorNote li{
    padding: 5px 35px 5px 0;
  }
  .floorNote .img{
    max-width: 38px;
    max-height: 26px;
  }
}
body.p__plan .mfp-close{
  display: none !important;
}
body.p__plan .mfp-content{
  overflow-y: scroll;
  padding: 3.9vw;
}
body.p__plan .mfp-content .img > img{
  display: block;
  margin: 0 auto;
  max-height: 70vh;
}
body.p__plan .mfp-content .text{
  padding: 3.9vw 0;
}
body.p__plan .popup-modal-dismiss{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 9.1vw;
  height: 9.1vw;
  font-size: 4vw;
}
@media screen and (min-width: 768px){
  body.p__plan .mfp-auto-cursor .mfp-content{
    max-width: 1200px;
    width: auto;
    max-height: 98vh;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  body.p__plan .mfp-auto-cursor .mfp-content::-webkit-scrollbar {
      display: none;
  }
  body.p__plan .mfp-content{
    padding: 20px;
  }
  body.p__plan .mfp-content .img > img{
    max-height: calc(96vh - 20px);
  }
  body.p__plan .mfp-container,
  body.p__plan .popup-modal-dismiss{
    cursor: pointer;
  }
  body.p__plan .popup-modal-dismiss{
    width: 47px;
    height: 47px;
    -webkit-transition: all 1s;
    transition: all 1s;
    font-size: 2rem;
  }
  body.p__plan .popup-modal-dismiss:hover{
    opacity: .5;
  }
  body.p__plan .mfp-content .text{
    padding: 15px 0 20px;
  }
}
.roomPlan{
  margin-top: 21vw;
  padding-bottom: 15.6vw;
}
.roomPlanList .popupCts{
  position: relative;
  border: solid 1px #ccc;
  display: block;
  padding: 5.2vw;
}
.roomPlanList .popupCts::before{
  content: '';
  position: absolute;
  top: 50%;
  right: 3.9vw;
  margin-top: -5px;
  display: block;
  width: 5px;
  height: 5px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.roomPlanList h3{
  margin-bottom: 2vw;
}
.roomPlanList h3 > span{
  display: inline-block;
  padding-right: 1.3vw;
}
.roomPlanList .text{
  line-height: 1.7;
}
.roomPlan .sup{
  margin-top: 10.4vw;
}
@media screen and (max-width: 767px){
  .roomPlanList li + li{
    margin-top: 3.25vw;
  }
}
@media screen and (min-width: 768px){
  .roomPlan{
    margin-top: 150px;
    padding-bottom: 100px;
  }
  .roomPlanList li + li{
    margin-left: 20px;
  }
  .roomPlanList li:nth-child(3n + 1){
    margin-left: 0;
  }
  .roomPlanList li:nth-child(n + 4){
    margin-top: 20px;
  }
  .roomPlanList h3{
    margin-bottom: 15px;
  }
  .roomPlanList h3 > span{
    padding-right: 10px;
  }
  .roomPlanList .popupCts{
    cursor: pointer;
    width: 320px;
    height: 160px;
    padding: 30px;
  }
  .roomPlanList .popupCts::before{
    right: 25px;
  }
  .roomPlanList .popupCts:hover::before{
    border-color: #fff;
  }
  .roomPlan .sup{
    margin-top: 80px;
  }

}
.lH__10 {
  line-height: normal;
}
.mB10 {
  margin-bottom: 10px!important;
}

