@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@300;400;500;700&display=swap");
/* メイン・サブ
***************************************************************/
/* その他
***************************************************************/
/* メイン・サブ
***************************************************************/
/* テキスト
***************************************************************/
/* media
***************************************************************/
/* フォントサイズvw
***************************************************************/
/* ページナビ
***************************************************************/
.pageNaviBox {
  padding-top: 97px;
  padding-bottom: 100px;
}
.pageNaviBox .inner {
  width: 1100px;
  margin: 0 auto;
}
.pageNaviBox .pageNavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 58px 100px;
}
.pageNaviBox .pageNavi li {
  width: calc((100% - 100px) / 2);
}
.pageNaviBox .pageNavi li a {
  display: block;
  padding-bottom: 16px;
  border-bottom: 2px solid #003757;
  position: relative;
}
.pageNaviBox .pageNavi li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #cdb964;
}
.pageNaviBox .pageNavi li .text {
  height: 46px;
}
.pageNaviBox .pageNavi li .text img {
  width: auto;
  height: 100%;
}
.pageNaviBox .pageNavi li i {
  display: block;
  position: absolute;
  right: 14px;
  top: 0;
  width: 8.64px;
}
.pageNaviBox.up {
  padding-top: 172px;
  padding-bottom: 0;
}
.pageNaviBox.up .pageNavi li i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (min-width: 681px) {
  .pageNaviBox .pageNavi li i {
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
  }
  .pageNaviBox .pageNavi li a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .pageNaviBox .pageNavi li a:hover {
    opacity: 0.6;
  }
  .pageNaviBox .pageNavi li a:hover i {
    top: 5px;
  }
  .pageNaviBox.up .pageNavi li i {
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
  }
  .pageNaviBox.up .pageNavi li a:hover i {
    top: -5px;
  }
}
@media screen and (max-width: 680px) {
  .pageNaviBox {
    padding: 50px 0 37px;
  }
  .pageNaviBox .inner {
    width: 100%;
    padding: 0 30px;
  }
  .pageNaviBox .pageNavi {
    display: block;
  }
  .pageNaviBox .pageNavi li {
    width: 100%;
  }
  .pageNaviBox .pageNavi li + li {
    margin-top: 25px;
  }
  .pageNaviBox .pageNavi li a {
    padding-bottom: 12px;
  }
  .pageNaviBox .pageNavi li .text {
    height: 33px;
  }
  .pageNaviBox .pageNavi li i {
    right: 10px;
    width: 6px;
  }
  .pageNaviBox.up {
    padding-top: 75px;
  }
}
/* ページナビ
***************************************************************/
/* CONTENTS
***************************************************************/
.secParkWest {
  padding-top: 70px;
}
.secParkWest .about {
  position: relative;
  z-index: 0;
}
.secParkWest .about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 248px);
  background: #fff;
  z-index: -1;
}
.secParkWest .about .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1270px;
  margin: 0 auto;
}
.secParkWest .about .itemImgBox {
  width: calc(100% - 500px + 85px);
  margin-left: -85px;
  border-radius: 0 0 0 140px;
  overflow: hidden;
  position: relative;
}
.secParkWest .about .itemImgBox .text {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #000;
  padding: 11px 22px 12px;
  font-size: 20px;
  letter-spacing: 0;
  color: #fff;
  font-weight: bold;
  z-index: 1;
}
.secParkWest .about .itemTextBox {
  width: 500px;
  padding-top: 36px;
  padding-left: 50px;
}
.secParkWest .about .itemTextBox .itemNum {
  height: 64px;
}
.secParkWest .about .itemTextBox .itemNum img {
  width: auto;
  height: 100%;
}
.secParkWest .about .itemTextBox .itemTitle {
  font-size: 31px;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 25px;
}
.secParkWest .about .itemTextBox .itemText {
  font-size: 17px;
  letter-spacing: 0;
  line-height: 1.9;
  text-align: justify;
  margin-top: 60px;
}
.secParkWest .floorPlan {
  width: 1100px;
  margin: 100px auto 0;
  position: relative;
  z-index: 0;
}
.secParkWest .floorPlan::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: #cdb964;
  z-index: -1;
}
.secParkWest .floorPlan .inner {
  padding: 58px 0 50px;
  background: #fff;
}
.secParkWest .floorPlan .floorPlanTextBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 60px;
}
.secParkWest .floorPlan .floorPlanTextBox .leftBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid #003757;
  border-bottom: 2px solid #003757;
  width: 668px;
}
.secParkWest .floorPlan .floorPlanTextBox .leftBox .ldk {
  width: 136px;
}
.secParkWest .floorPlan .floorPlanTextBox .leftBox .text {
  width: calc(100% - 136px);
  padding-left: 18px;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 27px;
}
.secParkWest .floorPlan .floorPlanTextBox .rightBox {
  width: calc(100% - 668px - 80px);
  margin-top: -7px;
}
.secParkWest .floorPlan .floorPlanTextBox .rightBox .text {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2;
  text-align: right;
}
.secParkWest .floorPlan .floorPlanCont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 42px;
}
.secParkWest .floorPlan .floorPlanCont .floorPlanBox {
  position: relative;
}
.secParkWest .floorPlan .floorPlanCont .floorPlanIcon {
  cursor: pointer;
  position: absolute;
  z-index: 1;
}
.secParkWest .floorPlan .floorPlanCont .floorPlanIcon .number {
  width: 30px;
}
.secParkWest .floorPlan .floorPlanCont .floorPlanIcon .text {
  width: 227px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 13px;
  letter-spacing: 0;
  line-height: 21px;
  padding: 8px;
  background: #f0f0f0;
  border: 1px solid #000;
}
.secParkWest .floorPlan .floorPlanCont .floorPlanIcon .text::before, .secParkWest .floorPlan .floorPlanCont .floorPlanIcon .text::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
}
.secParkWest .floorPlan .floorPlanCont .floorPlanIcon .text::before {
  bottom: -11px;
  border-width: 11px 9px 0 9px;
  border-color: #000 transparent transparent transparent;
}
.secParkWest .floorPlan .floorPlanCont .floorPlanIcon .text::after {
  bottom: -10px;
  border-width: 10px 8px 0 8px;
  border-color: #f0f0f0 transparent transparent transparent;
}
.secParkWest .floorPlan .floorPlanNote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 60px;
  margin-top: 27px;
  font-size: 14px;
  letter-spacing: 0;
}
.secParkWest .floorPlan .floorPlanNote i {
  display: block;
  width: 30px;
  margin-right: 10px;
}
.secParkWest .parkWestItem {
  padding-bottom: 172px;
  background: #e1dcaf;
}
.secParkWest .parkWestItem.no02 .floorPlan .floorPlanCont {
  gap: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.secParkWest .parkWestItem.no02 .floorPlan .floorPlanCont .leftBox {
  width: 438px;
}
.secParkWest .parkWestItem.no02 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(1) {
  left: 193px;
  top: 133px;
}
.secParkWest .parkWestItem.no02 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(2) {
  left: 108px;
  top: 155px;
}
.secParkWest .parkWestItem.no02 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(3) {
  left: 37px;
  top: 242px;
}
.secParkWest .parkWestItem.no02 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(4) {
  left: 189px;
  top: 242px;
}
.secParkWest .parkWestItem.no02 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(5) {
  right: 94px;
  bottom: 170px;
}
.secParkWest .parkWestItem.no02 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(6) {
  right: 24px;
  bottom: 22px;
}
.secParkWest .parkWestItem.no02 .floorPlan .floorPlanCont .rightBox {
  width: 465px;
}
.secParkWest .parkWestItem.no02 .floorPlan .floorPlanCont .rightBox .floorPlanIcon:nth-child(1) {
  left: 103px;
  bottom: 100px;
}
.secParkWest .parkWestItem.no03 .floorPlan .floorPlanCont {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 45px;
}
.secParkWest .parkWestItem.no03 .floorPlan .floorPlanCont .leftBox {
  width: 443px;
}
.secParkWest .parkWestItem.no03 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(1) {
  right: 133px;
  top: 131px;
}
.secParkWest .parkWestItem.no03 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(2) {
  right: 34px;
  bottom: 152px;
}
.secParkWest .parkWestItem.no03 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(3) {
  left: 167px;
  top: 240px;
}
.secParkWest .parkWestItem.no03 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(4) {
  left: 52px;
  top: 200px;
}
.secParkWest .parkWestItem.no03 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(5) {
  right: 82px;
  bottom: 51px;
}
.secParkWest .parkWestItem.no03 .floorPlan .floorPlanCont .rightBox {
  width: 468px;
}
.secParkWest .parkWestItem.no03 .floorPlan .floorPlanCont .rightBox .floorPlanIcon:nth-child(1) {
  left: 257px;
  top: 139px;
}
.secParkWest .parkWestItem.no04 .floorPlan .floorPlanCont {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 45px;
}
.secParkWest .parkWestItem.no04 .floorPlan .floorPlanCont .leftBox {
  width: 365px;
}
.secParkWest .parkWestItem.no04 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(1) {
  left: 150px;
  top: 185px;
}
.secParkWest .parkWestItem.no04 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(2) {
  right: 22px;
  top: 52px;
}
.secParkWest .parkWestItem.no04 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(3) {
  right: 36px;
  top: 222px;
}
.secParkWest .parkWestItem.no04 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(4) {
  left: 94px;
  bottom: 98px;
}
.secParkWest .parkWestItem.no04 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(5) {
  right: 112px;
  bottom: 78px;
}
.secParkWest .parkWestItem.no04 .floorPlan .floorPlanCont .rightBox {
  width: 363px;
}
.secParkWest .parkWestItem.no04 .floorPlan .floorPlanCont .rightBox .floorPlanIcon:nth-child(1) {
  right: 85px;
  bottom: 142px;
}
.secParkWest .parkWestItem.no05 .floorPlan .floorPlanCont {
  gap: 42px;
}
.secParkWest .parkWestItem.no05 .floorPlan .floorPlanCont .leftBox {
  margin-top: 11px;
  width: 349px;
}
.secParkWest .parkWestItem.no05 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(1) {
  right: 130px;
  top: 60px;
}
.secParkWest .parkWestItem.no05 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(2) {
  right: 99px;
  top: 93px;
}
.secParkWest .parkWestItem.no05 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(3) {
  left: 138px;
  top: 134px;
}
.secParkWest .parkWestItem.no05 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(4) {
  right: 0;
  top: 136px;
}
.secParkWest .parkWestItem.no05 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(5) {
  right: 28px;
  bottom: 193px;
}
.secParkWest .parkWestItem.no05 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(6) {
  left: 187px;
  bottom: 110px;
}
.secParkWest .parkWestItem.no05 .floorPlan .floorPlanCont .rightBox {
  width: 359px;
}
.secParkWest .parkWestItem.no05 .floorPlan .floorPlanCont .rightBox .floorPlanIcon:nth-child(1) {
  right: 143px;
  top: 137px;
}
.secParkWest .parkWestItem.no05 .floorPlan .floorPlanCont .rightBox .floorPlanIcon:nth-child(2) {
  right: 100px;
  bottom: 149px;
}
.secParkWest .details {
  margin-top: 120px;
}
.secParkWest .details .column2 + .column2 {
  margin-top: 72px;
}
.secParkWest .details .column2 .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
}
.secParkWest .details .column2 .itemImgBox {
  width: calc(100% - 400px + 170px);
  margin-left: -170px;
  border-radius: 0 0 0 140px;
  overflow: hidden;
  position: relative;
}
.secParkWest .details .column2 .itemImgBox .text {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #000;
  padding: 11px 22px 12px;
  font-size: 20px;
  letter-spacing: 0;
  color: #fff;
  font-weight: bold;
  z-index: 1;
}
.secParkWest .details .column2 .itemTextBox {
  width: 400px;
  padding-left: 40px;
}
.secParkWest .details .column2 .itemTextBox .itemTitle {
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 500;
}
.secParkWest .details .column2 .itemTextBox .itemText {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 32px;
  text-align: justify;
  margin-top: 20px;
}
.secParkWest .details .column2.revers {
  overflow: hidden;
  margin-top: 72px;
}
.secParkWest .details .column2.revers .itemImgBox {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 0;
  margin-right: -170px;
  border-radius: 0 0 140px 0;
}
.secParkWest .details .column2.revers .itemImgBox .text {
  right: auto;
  left: 0;
}
.secParkWest .details .column2.revers .itemTextBox {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 0;
  padding-right: 40px;
}
.secParkWest .details .list {
  width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
  margin-top: 80px;
}
.secParkWest .details .list li {
  width: calc((100% - 80px) / 2);
}
.secParkWest .details .list li:nth-child(1) .itemImgBox {
  border-radius: 0 0 80px 0;
}
.secParkWest .details .list li:nth-child(2) .itemImgBox {
  border-radius: 0 80px 0 0;
}
.secParkWest .details .list li .itemImgBox {
  overflow: hidden;
  position: relative;
}
.secParkWest .details .list li .itemImgBox .text {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  padding: 11px 22px 12px;
  font-size: 20px;
  letter-spacing: 0;
  color: #fff;
  font-weight: bold;
  z-index: 1;
}
.secParkWest .details .list li .itemText {
  font-size: 15px;
  letter-spacing: 0;
  margin-top: 18px;
}

@media screen and (min-width: 681px) {
  .secParkWest .floorPlan .floorPlanCont .floorPlanIcon .text {
    bottom: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: bottom 0.3s, opacity 0.3s;
    transition: bottom 0.3s, opacity 0.3s;
  }
  .secParkWest .floorPlan .floorPlanCont .floorPlanIcon:hover .text {
    bottom: calc(100% + 10px);
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (max-width: 680px) {
  .secParkWest {
    padding-top: 37px;
  }
  .secParkWest .about::before {
    height: 100px;
  }
  .secParkWest .about .inner {
    display: block;
    width: 100%;
  }
  .secParkWest .about .itemImgBox {
    width: calc(100% - 30px);
    margin-left: auto;
    border-radius: 0 0 0 50px;
  }
  .secParkWest .about .itemImgBox .text {
    padding: 6px 12px;
    font-size: 10px;
  }
  .secParkWest .about .itemTextBox {
    width: 100%;
    padding: 30px 30px 0;
  }
  .secParkWest .about .itemTextBox .itemNum {
    height: auto;
  }
  .secParkWest .about .itemTextBox .itemNum img {
    width: 100%;
    height: auto;
  }
  .secParkWest .about .itemTextBox .itemTitle {
    font-size: 18px;
    margin-top: 18px;
  }
  .secParkWest .about .itemTextBox .itemText {
    font-size: 12.5px;
    line-height: 2;
    margin-top: 12px;
  }
  .secParkWest .floorPlan {
    width: calc(100% - 30px);
    margin-top: 47px;
  }
  .secParkWest .floorPlan::before {
    top: 5px;
    left: 5px;
  }
  .secParkWest .floorPlan .inner {
    padding: 28px 0 40px;
  }
  .secParkWest .floorPlan .floorPlanTextBox {
    display: block;
    padding: 0 28px;
  }
  .secParkWest .floorPlan .floorPlanTextBox .leftBox {
    display: block;
    width: 100%;
    padding: 13px 0 10px;
  }
  .secParkWest .floorPlan .floorPlanTextBox .leftBox .ldk {
    width: 95px;
  }
  .secParkWest .floorPlan .floorPlanTextBox .leftBox .text {
    width: 100%;
    padding-left: 0;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .secParkWest .floorPlan .floorPlanTextBox .rightBox {
    width: 100%;
    margin-top: 10px;
  }
  .secParkWest .floorPlan .floorPlanTextBox .rightBox .text {
    font-size: 11px;
    text-align: left;
  }
  .secParkWest .floorPlan .floorPlanCont {
    display: block;
    margin-top: 15px;
  }
  .secParkWest .floorPlan .floorPlanCont .floorPlanBox {
    margin: 20px auto 0;
  }
  .secParkWest .floorPlan .floorPlanCont .floorPlanIcon .number {
    width: 20px;
  }
  .secParkWest .floorPlan .floorPlanCont .floorPlanIcon .text {
    opacity: 0;
    pointer-events: none;
    width: 210px;
    bottom: 100%;
    font-size: 12px;
    line-height: 1.5;
    -webkit-transition: bottom 0.3s, opacity 0.3s;
    transition: bottom 0.3s, opacity 0.3s;
  }
  .secParkWest .floorPlan .floorPlanCont .floorPlanIcon.view {
    z-index: 2;
  }
  .secParkWest .floorPlan .floorPlanCont .floorPlanIcon.view .text {
    opacity: 1;
    pointer-events: all;
    bottom: calc(100% + 10px);
  }
  .secParkWest .floorPlan .floorPlanCont .floorPlanIcon.leftSP .text {
    left: -100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .secParkWest .floorPlan .floorPlanCont .floorPlanIcon.leftSP .text::before, .secParkWest .floorPlan .floorPlanCont .floorPlanIcon.leftSP .text::after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .secParkWest .floorPlan .floorPlanCont .floorPlanIcon.leftSP .text::before {
    left: 20px;
  }
  .secParkWest .floorPlan .floorPlanCont .floorPlanIcon.leftSP .text::after {
    left: 21.5px;
    bottom: -9.5px;
    border-width: 9.5px 7.5px 0 7.5px;
  }
  .secParkWest .floorPlan .floorPlanCont .floorPlanIcon.rightSP .text {
    left: auto;
    right: -100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .secParkWest .floorPlan .floorPlanCont .floorPlanIcon.rightSP .text::before, .secParkWest .floorPlan .floorPlanCont .floorPlanIcon.rightSP .text::after {
    left: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .secParkWest .floorPlan .floorPlanCont .floorPlanIcon.rightSP .text::before {
    right: 20px;
  }
  .secParkWest .floorPlan .floorPlanCont .floorPlanIcon.rightSP .text::after {
    right: 21.5px;
    bottom: -9.5px;
    border-width: 9.5px 7.5px 0 7.5px;
  }
  .secParkWest .floorPlan .floorPlanNote {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0;
    margin-top: 27px;
    font-size: 11px;
  }
  .secParkWest .floorPlan .floorPlanNote i {
    width: 21px;
    margin-right: 7px;
  }
  .secParkWest .parkWestItem {
    overflow: hidden;
    padding-bottom: 70px;
  }
  .secParkWest .parkWestItem.no02 .floorPlan .floorPlanCont .leftBox {
    width: 300px;
  }
  .secParkWest .parkWestItem.no02 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(1) {
    left: 44.3%;
    top: 30.5%;
  }
  .secParkWest .parkWestItem.no02 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(2) {
    left: 25%;
    top: 35%;
  }
  .secParkWest .parkWestItem.no02 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(3) {
    left: 8.5%;
    top: 55.5%;
  }
  .secParkWest .parkWestItem.no02 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(4) {
    left: 43%;
    top: 55.5%;
  }
  .secParkWest .parkWestItem.no02 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(5) {
    right: 21%;
    bottom: 39%;
  }
  .secParkWest .parkWestItem.no02 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(6) {
    right: 5.5%;
    bottom: 5%;
  }
  .secParkWest .parkWestItem.no02 .floorPlan .floorPlanCont .rightBox {
    width: 316px;
  }
  .secParkWest .parkWestItem.no02 .floorPlan .floorPlanCont .rightBox .floorPlanIcon:nth-child(1) {
    left: 21%;
    bottom: 28%;
  }
  .secParkWest .parkWestItem.no03 .floorPlan .floorPlanCont .leftBox {
    width: 300px;
  }
  .secParkWest .parkWestItem.no03 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(1) {
    right: 30%;
    top: 33%;
  }
  .secParkWest .parkWestItem.no03 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(2) {
    right: 8%;
    bottom: 39%;
  }
  .secParkWest .parkWestItem.no03 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(3) {
    left: 37.5%;
    top: 60%;
  }
  .secParkWest .parkWestItem.no03 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(4) {
    left: 12%;
    top: 50%;
  }
  .secParkWest .parkWestItem.no03 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(5) {
    right: 19%;
    bottom: 13%;
  }
  .secParkWest .parkWestItem.no03 .floorPlan .floorPlanCont .rightBox {
    width: 316px;
  }
  .secParkWest .parkWestItem.no03 .floorPlan .floorPlanCont .rightBox .floorPlanIcon:nth-child(1) {
    left: 55%;
    top: 41%;
  }
  .secParkWest .parkWestItem.no04 .floorPlan .floorPlanCont .leftBox {
    width: 300px;
  }
  .secParkWest .parkWestItem.no04 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(1) {
    left: 42%;
    top: 39%;
  }
  .secParkWest .parkWestItem.no04 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(2) {
    right: 7%;
    top: 10.5%;
  }
  .secParkWest .parkWestItem.no04 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(3) {
    right: 10%;
    top: 46%;
  }
  .secParkWest .parkWestItem.no04 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(4) {
    left: 27%;
    bottom: 21%;
  }
  .secParkWest .parkWestItem.no04 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(5) {
    right: 32%;
    bottom: 17%;
  }
  .secParkWest .parkWestItem.no04 .floorPlan .floorPlanCont .rightBox {
    width: 300px;
  }
  .secParkWest .parkWestItem.no04 .floorPlan .floorPlanCont .rightBox .floorPlanIcon:nth-child(1) {
    right: 24%;
    bottom: 31%;
  }
  .secParkWest .parkWestItem.no05 .floorPlan .floorPlanCont .leftBox {
    width: 300px;
  }
  .secParkWest .parkWestItem.no05 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(1) {
    right: 38.4%;
    top: 13%;
  }
  .secParkWest .parkWestItem.no05 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(2) {
    right: 31%;
    top: 21%;
  }
  .secParkWest .parkWestItem.no05 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(3) {
    left: 40%;
    top: 29%;
  }
  .secParkWest .parkWestItem.no05 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(4) {
    top: 30%;
  }
  .secParkWest .parkWestItem.no05 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(5) {
    right: 9.2%;
    bottom: 41%;
  }
  .secParkWest .parkWestItem.no05 .floorPlan .floorPlanCont .leftBox .floorPlanIcon:nth-child(6) {
    left: 55%;
    bottom: 23%;
  }
  .secParkWest .parkWestItem.no05 .floorPlan .floorPlanCont .rightBox {
    width: 300px;
  }
  .secParkWest .parkWestItem.no05 .floorPlan .floorPlanCont .rightBox .floorPlanIcon:nth-child(1) {
    right: 41%;
    top: 31%;
  }
  .secParkWest .parkWestItem.no05 .floorPlan .floorPlanCont .rightBox .floorPlanIcon:nth-child(2) {
    right: 28%;
    bottom: 26%;
  }
  .secParkWest .details {
    margin-top: 54px;
  }
  .secParkWest .details .column2 + .column2 {
    margin-top: 45px;
  }
  .secParkWest .details .column2 .inner {
    display: block;
    width: 100%;
  }
  .secParkWest .details .column2 .itemImgBox {
    width: calc(100% - 30px);
    margin-left: 0;
    margin-right: auto;
    border-radius: 0 0 0 50px;
  }
  .secParkWest .details .column2 .itemImgBox .text {
    padding: 6px 12px;
    font-size: 10px;
  }
  .secParkWest .details .column2 .itemTextBox {
    width: 100%;
    padding: 16px 30px 0;
  }
  .secParkWest .details .column2 .itemTextBox .itemTitle {
    font-size: 18px;
  }
  .secParkWest .details .column2 .itemTextBox .itemText {
    font-size: 12.5px;
    line-height: 2;
    margin-top: 12px;
  }
  .secParkWest .details .column2.revers {
    margin-top: 45px;
  }
  .secParkWest .details .column2.revers .itemImgBox {
    margin-left: auto;
    margin-right: 0;
    border-radius: 0 0 50px 0;
  }
  .secParkWest .details .column2.revers .itemImgBox .text {
    right: auto;
    left: 0;
  }
  .secParkWest .details .column2.revers .itemTextBox {
    padding: 16px 30px 0;
  }
  .secParkWest .details .list {
    width: 100%;
    display: block;
    margin-top: 45px;
    padding: 0 30px;
  }
  .secParkWest .details .list li {
    width: 100%;
  }
  .secParkWest .details .list li + li {
    margin-top: 35px;
  }
  .secParkWest .details .list li:nth-child(1) .itemImgBox {
    border-radius: 0 0 50px 0;
  }
  .secParkWest .details .list li:nth-child(2) .itemImgBox {
    border-radius: 0 50px 0 0;
  }
  .secParkWest .details .list li .itemImgBox .text {
    padding: 6px 12px;
    font-size: 12px;
  }
  .secParkWest .details .list li .itemText {
    font-size: 12.5px;
    line-height: 2;
    margin-top: 18px;
  }
}
/* CONTENTS
***************************************************************/
/* コンテンツ
***************************************************************/
/* コンテンツ
***************************************************************//*# sourceMappingURL=houseplan.css.map */