@charset "utf-8";

  .bl_capArea {
    display: none;
  }

/* lowMv */
  .lowMv {
    background: url(../imgs/bg-toLowMv@2x.jpg) no-repeat center center;
    background-size: cover;
  }

  .bl_capArea {
    padding: 120px 0 70px;
  }
@media (max-width: 768px) {
  .bl_capArea {
    padding: 80px 0 40px;
  }
}

.bl_tab_list_link {
  font-family: 'EB Garamond', serif; }

.el_grayLayer {
  background-color: #e6e8ea; }

.el_headingLv5 span {
  font-size: 120%; }

.el_low__sectionTitle {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: solid 1px #93adb0;
  font-family: 'EB Garamond', serif;
  font-size: 26px;
  line-height: .8;
  text-align: center; }

.el_low__sectionTitle strong {
  font-weight: 100;
  font-size: 140%; }

.el_low__sectionTitle span {
  font-size: 120%; }

.el_low__sectionTitle.jp {
  font-family: 'Noto Serif JP', serif;
  font-size: 24px; }

.un_section--planview .el_low__sectionTitle {
  margin-bottom: 60px; }

@media (max-width: 768px) {
  .el_low__sectionTitle {
    margin-bottom: 30px;
    font-size: 20px; }
  .el_low__sectionTitle.jp {
    font-size: 18px; }
  .un_section--planview .el_low__sectionTitle {
    margin-bottom: 30px; } }

.el_kakoi {
  padding: 0 10px;
  border: solid 1px #ccc;
  text-align: center; }

.el_label {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: auto;
  margin-top: -19px;
  padding: 10px;
  background: #dcdddd;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  color: #000;
  text-align: center; }
  @media (max-width: 768px) {
    .el_label {
      top: 66%; } }

.el_purple {
  background: #acd3e1; }

.el_orange {
  background: #eecdae; }

.bl_box {
  /*
		margin-top: 100px;
*/
  padding: 50px 63px;
  border: solid 1px #ddd; }

.bl_box .el_smallTxt {
  margin-top: 25px; }

  .bl_styleplan__row + .el_smallTxt {
    line-height: 1.8;
  }

.bl_box .bl_Clm2__item {
  width: calc(425/870*100%); }

@media (max-width: 768px) {
  .bl_box {
    /*
		margin-top: 60px;
*/
    padding: 30px; }
  .bl_box .bl_Clm2__item {
    width: 100%; }
  .bl_box .bl_Clm2__item:nth-child(n+2) {
    margin-top: 30px; } }

.bl_flexBox__5col {
  margin-top: -30px; }

.bl_mystyle__row {
  margin-top: 40px; }

.bl_colorselect__row {
  margin-top: 40px; }

.bl_flexBox__5col .bl_flexBox_item {
  width: 184px;
  margin-top: 30px; }

@media (max-width: 768px) {
  .bl_flexBox__5col .bl_flexBox_item {
    width: 48%; } }

.bl_flexBox__2col .bl_flexBox_item:nth-child(n+3) {
  margin-top: 60px; }

@media (max-width: 768px) {
  .bl_flexBox__2col .bl_flexBox_item:nth-child(n+2) {
    margin-top: 30px; } }

.bl_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.bl_flex > div {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.bl_styleplan__row {
  border-bottom: solid 1px #333; }

.bl_Clm2__item-type {
  width: 122px;
  padding: 15px 0;
  background: #333;

  font-family: 'EB Garamond', serif;
  font-size: 26px;
  font-weight: 100;
  letter-spacing: .05em;
  line-height: .8;
  color: #fff;
  text-align: center; }
/*
.bl_Clm2__item-type small {
  font-size: 18px; }
*/

.bl_Clm2__item-type span {
  font-size: 120%; }

.bl_Clm2__item-spec {
  position: relative;
  width: calc(100% - 122px);
  padding: 15px;
  /*
    font-family: 'EB Garamond', serif;
*/
  font-size: 26px;
  letter-spacing: 0;
  line-height: .8; }

.bl_Clm2__item-spec span {
  font-size: 125%; }

@media (max-width: 768px) {
  .bl_Clm2__item-type {
    width: 80px;
    font-size: 18px; }
  .bl_Clm2__item-type small {
    font-size: 14px; }
  .bl_Clm2__item-spec {
    width: calc(100% - 80px);
    font-size: 16px; } }

.un_section--1ldk {
  padding-bottom: 80px; }

@media (max-width: 768px) {
  .un_section--1ldk {
    padding-bottom: 60px; } }

.un_section--1k {
  margin-top: 60px;
  padding-bottom: 80px; }

@media (max-width: 768px) {
  .un_section--1k {
    margin-top: 40px;
    padding-bottom: 60px; } }

.un_section--2ldk {
}

@media (max-width: 768px) {
  .un_section--2ldk {
  }
}

.un_section--mystyle {
  padding-top: 80px;
  padding-bottom: 80px; }

.un_section--mystyle .bl_tab_list_link {
  background: #fff; }

.un_section--mystyle .bl_tab_list_link:hover,
.un_section--mystyle .bl_tab_list_link.is_active {
  background-color: #467595; }

@media (max-width: 768px) {
  .un_section--mystyle {
    padding-top: 60px;
    padding-bottom: 60px; } }

.un_section--planview {
  padding-top: 80px;
  padding-bottom: 60px; }

.un_section--planview .el_headingLv5 {
  padding-bottom: 20px;
  border-bottom: solid 1px #a3a3a3; }

.floor2 {
  max-width: 452px;
  margin-left: auto;
  margin-right: auto; }

.floor3_14 {
  max-width: 423px;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 768px) {
  .un_section--planview {
    padding-top: 60px;
    padding-bottom: 40px; } }



/* Section */
  .planSection {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .planTxt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
  }

  .planLabel {
    position: absolute;
    top: 50%;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 135px;
    height: 25px;
    margin-top: -12px;
    background: #478f17;
    font-size: 14px;
    letter-spacing: .1em;
    color: #fff;
  }
@media (max-width: 768px) {
  .planSection {
    padding-top: calc(100vw/750*100);
    padding-bottom: calc(120vw/750*100);
  }

  .planTxt {
    margin-top: 20px;
  }

  .planLabel {
    width: 100px;
    font-size: 12px;
    letter-spacing: .05em;
  }
}

  .mystyleSection {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #dde0e4;
  }

  .mystyleBlock {
  }
  .mystyleBlock + .mystyleBlock {
    margin-top: 80px;
  }

  .mystyleBlock .headingLv1 + .photo {
    margin-top: 40px;
  }

  .mystyleSection__row {
    margin-top: 40px;
  }
  .mystyleSection__item {
  }
  .mystyleSection__row + .cap {
    margin-top: 35px;
  }

  .mystyleBlock .mystyleLabel + .photoBlock {
    margin-top: 20px;
  }
  .mystyleBlock .photoBlock .photo {
    width: calc(150/310*100%);
  }
  .mystyleBlock .photoBlock .photo:nth-child(n+3) {
    margin-top: 10px;
  }
@media (max-width: 768px) {
  .mystyleSection {
    padding-top: calc(120vw/750*100);
    padding-bottom: calc(120vw/750*100);
  }

  .mystyleBlock {
  }
  .mystyleBlock + .mystyleBlock {
    margin-top: calc(100vw/750*100);
  }

  .mystyleBlock .headingLv1 + .photo {
    margin-top: calc(60vw/750*100);
  }

  .mystyleSection__row {
    margin-top: calc(60vw/750*100);
  }
  .mystyleSection__item:nth-child(n+2) {
    margin-top: calc(60vw/750*100);
  }

  .mystyleBlock .mystyleLabel + .photoBlock {
    margin-top: calc(30vw/750*100);
  }
  .mystyleBlock .photoBlock .photo {
    width: calc(50% - 5px);
  }
}

  .stylishSection {
    padding-top: 100px;
    padding-bottom: 180px;
  }
  .stylishSection__row {
    margin-top: 60px;
  }
  .stylishSection__row + .cap {
    margin-top: 10px;
  }
@media (max-width: 768px) {
  .stylishSection {
    padding-top: calc(120vw/750*100);
    padding-bottom: calc(120vw/750*100);
  }
  .stylishSection__row {
    margin-top: calc(80vw/750*100);
  }
  .stylishSection__item:nth-child(n+2) {
    margin-top: calc(40vw/750*100);
  }
}


  .mystyleLabel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 35px;
    border: solid 1px #808080;
    font-family: 'EB Garamond', serif;
    font-size: 18px;
    letter-spacing: .1em;
    text-align: center;
    box-sizing: border-box;
  }
  .mystyleSection__item:nth-of-type(1) .mystyleLabel {
    background: #c9c9ce;
  }
  .mystyleSection__item:nth-of-type(2) .mystyleLabel {
    background: #6c84bd;
  }
  .mystyleSection__item:nth-of-type(3) .mystyleLabel {
    background: #f6b162;
  }

