/* ３つのスタイル
***************************************************************/
img.lazyload {
  width: 100%;
  display: block;
}

.w_pageTitle.lazyloaded {
  background-image: url(../img/plan_style/plan1.jpg);
}
/* pageNav */
.pageNav {
  background-color: #fff;
  width: 100%;
  padding: 60px 0 80px;
}
.pageNav .p1 {
  font-size: 19px;
  text-align: center;
  letter-spacing: 0.16em;
}
.pageNav .ul1 {
  margin-top: 70px;
  display: flex;
  justify-content: center;
}
.pageNav .ul1 > li {
  width: 340px;
}
.pageNav .ul1 > li.type2 {
  width: 342px;
  border-left: 1px solid #A5A3A3;
  border-right: 1px solid #A5A3A3;
}
.pageNav .ul1 > li a {
  display: block;
  text-align: center;
  position: relative;
  padding-bottom: 60px;
}
.pageNav .ul1 > li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-right: 1px solid #4c4948;
  border-bottom: 1px solid #4c4948;
  transform: rotate(45deg);
}
.pageNav .ul1 > li .img1 {
  width: 156px;
  margin-left: auto;
  margin-right: auto;
}
.pageNav .ul1 > li.type2 .img1 {
  width: 132px;
}
.pageNav .ul1 > li.type3 .img1 {
  width: 126px;
}
.pageNav .ul1 > li .t1 {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.9;
  margin-top: 30px;
}
@media all and (min-width: 681px) {
  .pageNav .ul1 > li a:hover {
    opacity: 0.7;
  }
  .link_wrap {
    margin-top: 110px;
    margin-bottom: 110px;
  }
}
@media all and (max-width:680px) {
  .link_wrap {
    margin-bottom: 60px;
  }
  /* pageNav */
  .pageNav {
    padding: 30px 0;
  }
  .pageNav .p1 {
    font-size: 16px;
  }
  .pageNav .ul1 {
    margin-top: 20px;
    display: block;
    padding: 0 5%;
  }
  .pageNav .ul1 > li {
    width: 100%;
  }
  .pageNav .ul1 > li.type2 {
    width: 100%;
    border-left: none;
    border-right: none;
  }
  .pageNav .ul1 > li + li {
    border-top: 1px solid #A5A3A3;
  }
  .pageNav .ul1 > li a {
    display: flex;
    align-items: center;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
  }
  .pageNav .ul1 > li a::after {
    top: 0;
    bottom: 0;
    left: auto;
    right: 3px;
    margin: auto;
  }
  .pageNav .ul1 > li .img1 {
    width: 70px;
    margin-left: 0;
    margin-right: 18px;
    text-align: center;
  }
  .pageNav .ul1 > li.type2 .img1 {
    width: 70px;
  }
  .pageNav .ul1 > li.type3 .img1 {
    width: 70px;
  }
  .pageNav .ul1 > li.type2 .img1 img {
    width: 60px;
  }
  .pageNav .ul1 > li.type3 .img1 img {
    width: 57px;
  }
  .pageNav .ul1 > li .t1 {
    font-size: 13.5px;
    letter-spacing: 0.13em;
    line-height: 1.6;
    margin-top: 0;
  }
}
@media all and (max-width:370px) {
  .pageNav .ul1 > li .t1 {
    font-size: 12px;
  }
}

/* プランスタイル
***************************************************************/
.planWrap {
  padding: 100px 0 130px;
}
.planWrap.color1 {
  background-color: #73c1d5;
}
.planWrap.color2 {
  background-color: #4b857b;
}
.planWrap.color3 {
  background-color: #e0ad4f;
}
.section1 .logoTit1 {
  width: 288px;
  margin: 0 auto;
}
.section1.type2 .logoTit1 {
  width: 243px;
}
.section1.type3 .logoTit1 {
  width: 232px;
}
@media all and (min-width: 681px) {
  .section1 {
    width: 1120px;
    margin: 0 auto;
  }
}
@media all and (max-width:680px) {
  .planWrap {
    padding: 50px 0 60px;
  }
  .section1 {
    padding-left: 5%;
    padding-right: 5%;
  }
  .section1 .logoTit1 {
    width: 144px;
  }
  .section1.type2 .logoTit1 {
    width: 121.5px;
  }
  .section1.type3 .logoTit1 {
    width: 116px;
  }
}
@media all and (max-width:370px) {
}

/* プランスタイル-about
***************************************************************/
.planAbout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 90px;
  color: #fff;
}
.planAbout .thumb1 {
  width: 580px;
}
.planAbout .data {
  width: 480px;
}
.planAbout .data .dataTit1 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.86;
}
.planAbout .data .dataText1 {
  font-size: 15px;
  letter-spacing: 0.06em;
  line-height: 2.27;
  margin-top: 15px;
  /* min-height: 170px;
  padding-bottom: 20px; */
}
.planAbout .data .price {
  width: 400px;
}
.planAbout .data .price .planNum {
  border: 2px solid #fff;
  font-size: 29.5px;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  display: none;
}
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
  .planAbout {
    display: block;
    margin-top: 40px;
  }
  .planAbout .thumb1 {
    width: 100%;
  }
  .planAbout .data {
    width: 100%;
    margin-top: 26px;
  }
  .planAbout .data .dataTit1 {
    font-size: 18px;
  }
  .planAbout .data .dataText1 {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-top: 15px;
    text-align: justify;
    min-height: auto;
    padding-bottom: 0;
  }
  .planAbout .data .dataText1 br {
    display: none;
  }
  .planAbout .data .price {
    width: 320px;
    max-width: 100%;
    margin: 30px auto 0 0;
  }
  .planAbout .data .price .planNum {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media all and (max-width:370px) {
}

/* コンセプトプラン
***************************************************************/
.conceptPlan {
  color: #fff;
  margin-top: 160px;
}
.conceptPlan .cpTit1 {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-align: center;
}
.floorWrap {
  margin-top: 50px;
}
.floorWrap .floorItem + .floorItem {
  margin-top: 140px;
}
.floorWrap .floorItem .fItemTit1 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-align: center;
}
.floorWrap .floorItem .modalList {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 25px;
}
.floorWrap .floorItem .modalList > li {
  width: 535px;
}
.floorWrap .floorItem .modalList > li a {
  display: block;
  background-color: #fff;
  padding: 15px 15px 65px;
  position: relative;
  width: 100%;
  height: 100%;
}
.floorWrap .floorItem .modalList > li a::after{
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../img/plan_style/photo_btn.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
.floorWrap .floorItem .modalList > li .fNum1 {
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.17em;
  text-align: center;
  background-color: #73c1d5;
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section1.type2 .floorWrap .floorItem .modalList > li .fNum1 {
  background-color: #4b857b;
}
.section1.type3 .floorWrap .floorItem .modalList > li .fNum1 {
  background-color: #e0ad4f;
}
.floorWrap .floorItem .modalList > li .floorImg1 {
  width: 336px;
  margin: 20px auto 0;
}
/* houseData */
.houseData {
  margin-top: 70px;
  text-align: center;
}
.houseData .part {
  text-align: left;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: -22px;
}
.houseData .dataInner {
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  color: #fff;
  position: relative;
}
.houseData .dataInner dt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.houseData .dataInner .ldk {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.07em;
}
.houseData .dataInner .option {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.3;
  margin-left: 8px;
}
.houseData .dataInner dd {
  font-size: 15px;
  letter-spacing: 0.11em;
  text-align: left;
  margin-left: 20px;
}
@media all and (min-width: 681px) {
  .floorWrap .floorItem .modalList > li a:hover {
    background-color: #F3F9FB;
  }
  .section1.type2 .floorWrap .floorItem .modalList > li a:hover {
    background-color: #EFF3F2;
  }
  .section1.type3 .floorWrap .floorItem .modalList > li a:hover {
    background-color: #FBF8F0;
  }
  .floorWrap .floorItem .modalList > li .floorImg1.type4 {
    width: 504px;
    margin-top: 22px;
  }
  .pic_wrap .floatBox.type3 .img1 {
    width: 600px;
  }
}
@media all and (min-width: 681px) and (max-width:1230px) {
  .houseData .dataInner .option {
      font-size: 15px;
      letter-spacing: 0.05em;
  }
  .section1.type2 .houseData .dataInner .option {
    min-width: 180px;
  }
  .houseData .dataInner dd {
      font-size: 14px;
      letter-spacing: 0.05em;
  }
}
@media all and (max-width:680px) {
  .conceptPlan {
    margin-top: 90px;
  }
  .conceptPlan .cpTit1 {
    font-size: 18px;
  }
  .floorWrap {
    margin-top: 30px;
  }
  .floorWrap .floorItem + .floorItem {
    margin-top: 70px;
  }
  .floorWrap .floorItem .fItemTit1 {
    font-size: 15px;
  }
  .floorWrap .floorItem .modalList {
    display: block;
    margin-top: 15px;
  }
  .floorWrap .floorItem .modalList > li {
    width: 100%;
  }
  .floorWrap .floorItem .modalList > li + li {
    margin-top: 30px;
  }
  .floorWrap .floorItem .modalList > li a {
    padding: 15px 15px 45px;
  }
  .floorWrap .floorItem .modalList > li a::after{
    width: 30px;
    height: 30px;
  }
  .floorWrap .floorItem .modalList > li .fNum1 {
    font-size: 16px;
    width: 35px;
    height: 35px;
  }
  .floorWrap .floorItem .modalList > li .floorImg1 {
    width: 250px;
    margin: 15px auto 0;
  }
  /* houseData */
  .houseData {
    margin-top: 50px;
  }
  .houseData .dataInner {
    padding: 16px;
    display: block;
  }
  .houseData .dataInner .ldk {
    font-size: 40px;
    line-height: 1.4;
  }
  .houseData .dataInner .option {
    font-size: 12px;
    line-height: 1.7;
    margin-left: 8px;
  }
  .houseData .dataInner dd {
    font-size: 13px;
    margin-left: 0;
    margin-top: 8px;
    display: inline-block;
  }
}
@media all and (max-width:370px) {
}

/* モーダル
***************************************************************/
.pic_wrap {
  width: 860px;
  padding: 15px 15px 65px;
}
.pic_wrap .fNum2 {
  font-size: 16px;
  letter-spacing: 0.17em;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #73c1d5;
}
.pic_wrap .floatBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 34px 0;
}
.pic_wrap .floatBox .img1 {
  width: 400px;
}
.pic_wrap .floatBox .mData {
  width: 320px;
}
.pic_wrap .floatBox .mData > li {
  display: flex;
  justify-content: space-between;
}
.pic_wrap .floatBox .mData > li + li {
  margin-top: 40px;
}
.pic_wrap .floatBox .mData > li .num {
  width: 26px;
  height: 26px;
  color: #fff;
  background-color: #73c1d5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  margin-top: 2px;
}
.pic_wrap .floatBox .mData > li .tBox {
  width: 284px;
}
.pic_wrap .floatBox .mData > li .tBox dt {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.11em;
}
.pic_wrap .floatBox .mData > li .tBox dd {
  font-size: 15px;
  letter-spacing: 0.09em;
  margin-top: 10px;
}
.pic_wrap.type2 .fNum2,
.pic_wrap.type2 .floatBox .mData > li .num {
  background-color: #4b857b;
}
.pic_wrap.type3 .fNum2,
.pic_wrap.type3 .floatBox .mData > li .num {
  background-color: #e0ad4f;
}
@media all and (min-width: 681px) {
  .pic_wrap .floatBox.type2 {
    display: flex;
    flex-flow: column;
    text-align: center;
  }
  .pic_wrap .floatBox.type2 .mData {
    width: 100%;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .pic_wrap .floatBox.type2 .mData li {
    width: 43%;
    margin-top: 40px;
    display: inline-flex;
  }
  .pic_wrap .floatBox.type2 .mData li:nth-of-type(even) {
    margin-left: 10%;
  }
  .pic_wrap .floatBox.type2 .mData > li .tBox {
    text-align: left;
  }
  .pic_wrap .floatBox.type3 {
    display: flex;
    flex-flow: column;
    text-align: center;
  }
  .pic_wrap .floatBox.type3 .mData {
    width: 100%;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .pic_wrap .floatBox.type3 .mData li {
    width: 70%;
    margin-top: 40px;
    display: inline-flex;
  }
  .pic_wrap .floatBox.type3 .mData > li .tBox {
    text-align: left;
    width: calc(100% - 26px);
    padding-left: 20px;
  }
}
@media all and (max-width:680px) {
  .pic_wrap {
    width: 100%;
    padding: 45px 15px;
  }
  .pic_wrap .fNum2 {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
  .pic_wrap .floatBox {
    display: block;
    justify-content: space-between;
    padding: 15px 30px 0;
  }
  .pic_wrap .floatBox .img1 {
    width: 100%;
  }
  .pic_wrap .floatBox .mData {
    width: 100%;
    margin-top: 20px;
  }
  .pic_wrap .floatBox .mData > li .num {
    margin-top: 0;
  }
  .pic_wrap .floatBox .mData > li .tBox {
    width: calc(100% - 34px);
  }
  .pic_wrap .floatBox .mData > li .tBox dt {
    font-size: 15px;
  }
  .pic_wrap .floatBox .mData > li .tBox dd {
    font-size: 12px;
    margin-top: 10px;
  }
}
@media all and (max-width:370px) {
  .pic_wrap .floatBox .mData > li .tBox dt {
    font-size: 13px;
  }
}

/* contactArea
***************************************************************/
.contactArea {
  width: 940px;
  margin: 0 auto;
  padding: 70px 0;
  display: flex;
  justify-content: space-between;
}
.contactArea .w_link1 {
  width: 450px;
  height: 85px;
  color: #fff;
  background-color: #ca5560;
  border: none;
  font-size: 22px;
  margin: 0;
}
.contactArea .w_link1.type2 {
  background-color: #DD9660;
}
.contactArea .w_link1::after {
  background-image: url(../img/common/ico_arrow_w.svg);
}
@media all and (min-width: 681px) {
  .contactArea .w_link1:hover {
    background-color: #b41c2b;
  }
  .contactArea .w_link1.type2:hover {
    background-color: #e26e00;
  }
}
@media all and (max-width:680px) {
  .contactArea {
    width: 100%;
    margin: 0 auto;
    padding: 35px 5%;
    display: block;
  }
  .contactArea .w_link1 {
    width: 280px;
    height: 45px;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin: 0 auto;
  }
  .contactArea .w_link1 + .w_link1 {
    margin-top: 15px;
  }
}
@media all and (max-width:370px) {
}


/* itemWrap */
.itemWrap {
  padding: 80px 0 0;
  width: 1000px;
  margin: 0 auto;
}
.itemWrap .itemList > li {
  width: 100%;
  height: 250px;
  margin: 0 auto;
}
.itemWrap .itemList > li + li {
  margin-top: 50px;
}
.itemWrap .itemList > li .item {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.itemWrap .itemList > li .item .thumb {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.itemWrap .itemList > li .item .thumb .img {
  background-image: url(../img/common/clear.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.itemWrap .itemList > li .item .itemLogo {
  width: 377px;
  height: 206px;
  border: 5px solid #8d8682;
  background-color: rgba(255,255,255,0.8);
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 29px 0 21px;
  position: relative;
  transition: background 0.3s ease;
  margin-left: 30px;
}
.itemWrap .itemList > li .item .itemLogo .h2 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
.itemWrap .itemList > li .item .itemLogo .logo {
  width: 253px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
_:-ms-lang(x)::-ms-backdrop, .itemWrap .itemList > li .item .itemLogo .logo {
  margin-top: -40px;
}
.itemWrap .itemList > li.type2 .item .itemLogo .logo {
  width: 232px;
}
.itemWrap .itemList > li.type3 .item .itemLogo .logo {
  width: 267px;
}
.itemWrap .itemList > li .item .itemLogo .p1 {
  margin-top: 10px;
  font-size: 11px;
  font-weight: 500;
  border: 1px solid #4d4d4d;
  width: 214px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
_:-ms-lang(x)::-ms-backdrop, .itemWrap .itemList > li .item .itemLogo .p1 {
  display: block;
  height: auto;
  margin-top: -30px;
}
.itemWrap .itemList > li.type2 .item .itemLogo {
  border: 5px solid #b5985b;
}
.itemWrap .itemList > li.type3 .item .itemLogo {
  border: 5px solid #3d5a63;
}
.itemWrap .itemList > li.type4 .item .itemLogo {
  border: 5px solid #7eb18f;
}
.itemWrap .itemList > li.type5 .item .itemLogo {
  border: 5px solid #7d849a;
}
@media all and (min-width: 681px) {
  .itemWrap .itemList > li .item:hover .itemLogo {
    background-color: #fff;
  }
  .itemWrap .itemList > li .item .thumb::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #665E51;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }
  .itemWrap .itemList > li .item:hover .thumb::before {
    opacity: 0.4;
  }
  .btn001 {
    margin-top: 60px;
  }
}
@media all and (max-width:680px) {
  .itemWrap {
    padding: 40px 0 0;
    width: 100%;
  }
  .itemWrap .itemList > li {
    width: 100%;
    max-width: none;
    height: 220px;
  }
  .itemWrap .itemList > li + li {
    margin-top: 25px;
  }
  .itemWrap .itemList > li .item {
    justify-content: center;
  }
  .itemWrap .itemList > li .item .itemLogo {
    width: 285px;
    height: 174px;
    border: 4px solid #8d8682;
    padding: 18px 0 16px;
    margin-left: 0;
  }
  .itemWrap .itemList > li.type2 .item .itemLogo {
    border: 4px solid #b5985b;
  }
  .itemWrap .itemList > li.type3 .item .itemLogo {
    border: 4px solid #3d5a63;
  }
  .itemWrap .itemList > li .item .itemLogo .h2 {
    font-size: 14px;
  }
  .itemWrap .itemList > li .item .itemLogo .logo {
    width: 218.25px;
  }
  .itemWrap .itemList > li.type2 .item .itemLogo .logo {
    width: 200.25px;
  }
  .itemWrap .itemList > li.type3 .item .itemLogo .logo {
    width: 230.25px;
  }
  .itemWrap .itemList > li .item .itemLogo .p1 {
    margin-top: 10px;
    font-size: 11px;
    width: 180px;
    height: 25px;
  }
  .btn001 {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
@media all and (max-width:370px) {
}
