@charset "UTF-8";

/* ページタイトル */
.e-plan {
  background-image: url(../img/plan/plan-main.png);
}

.entry-plan-area {
  padding: 0 0 100px 0;
}

/* 一般サイト用ページタイトル */
.main-ttl02 {
  background-image: url(../../plan/img/c-main01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 22% 0;
  position: relative;
}

.main-ttl02::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  position: absolute;
  top: 0;
  left: 0;
}

.main-ttl02 .main-copy {
  font-size: 45px;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.main-ttl02 .sub-copy {
  font-size: 16px;
  text-align: center;
  color: #fff;
  letter-spacing: 8px;
}

.main-ttl02 .sub-copy.cap_ShaB {
  text-shadow: 0 0 2px #333;
}

.main-copy {
  width: 90%;
  max-width: 364px;
  margin: 0 auto;
}

/* 間取り一覧CSS */
.plan-copy {
  padding: 100px 0;
}

.plan-copy p {
  font-size: 25px;
  line-height: 1.8;
  letter-spacing: 2px;
  text-align: center;
}

.ldk-box {
  margin: 100px auto 0;
}

.ldk-box.first {
  margin-top: 0;
}

.ldk-box .ldk-ttl {
  display: flex;
  align-items: center;
  width: 90%;
  max-width: 1180px;
  font-size: 20px;
  margin: 0 auto 40px;
}

.ldk-box .ldk-ttl span {
  display: block;
}

.ldk-box .ldk-ttl span.line01,
.ldk-box .ldk-ttl span.line02 {
  flex: 1;
  height: 1px;
  background: #000;
}

.ldk-box .ldk-ttl span.line01 {
  margin-right: 25px;
}

.ldk-box .ldk-ttl span.line02 {
  margin-left: 25px;
}

.ldk-box.premium .ldk-ttl {
  color: #715929;
}

.ldk-box.premium .ldk-ttl span.line01,
.ldk-box.premium .ldk-ttl span.line02 {
  background: #715929;
}

.plan-btn {
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 90%;
  /* max-width: 1200px; */
  max-width: 1180px;
  margin: 0 auto;
}

.plan-btn li {
  box-sizing: border-box;
  width: 31.084%;
  /* width: 48%; */
  max-width: 373px;
  margin-right: 3.374%;
  position: relative;
}

.plan-btn li:nth-of-type(3n) {
  margin-right: 0;
}

.plan-btn li:nth-of-type(n+4) {
  margin-top: 3.374%;
}

.plan-btn li a {
  display: block;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
  transition: .3s ease-in-out;
}

.plan-btn li a:hover {
  box-shadow: 0px 6px 26px 0px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
  opacity: 0.7;
}

/* NEWアイコン */
.plan-btn li.icon-new::before {
  display: block;
  height: 22px;
  line-height: 22px;
  content: "NEW";
  font-size: 13px;
  letter-spacing: 0.2px;
  color: #fff;
  padding: 1px 8px 1px 8px;
  background: #951010;
  position: absolute;
  top: -13px;
  right: 0;
  z-index: 1;
}

#plan_P .plan-btn li.icon-new::before {
  right: 0;
}

/* 限定公開アイコン */
.plan-btn li.icon-limit::after {
  display: block;
  height: 22px;
  line-height: 22px;
  content: "限定公開";
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  padding: 0 8px 1px 8px;
  background: #bba16f;
  position: absolute;
  top: -13px;
  right: 0px;
  z-index: 1;
}

.plan-btn li.icon-limit.icon-new::before {
  right: 82px;
}

/* 完売御礼 */
.plan-btn li.soldout {
  pointer-events: none;
}

.plan-btn li.soldout::before {
  width: 90%;
  max-width: 210px;
  content: "完売御礼";
  font-size: 24px;
  letter-spacing: 4px;
  color: #fff;
  text-align: center;
  background: #094360;
  padding: 10px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 支払例掲載中 */
.plan-btn li.icon-price {
  position: relative;
}

.plan-btn li.icon-price::before {
  display: block;
  height: 22px;
  line-height: 22px;
  content: "支払例掲載中";
  font-size: 13px;
  letter-spacing: 0.2px;
  color: #fff;
  padding: 1px 8px 1px 8px;
  background: #957841;
  position: absolute;
  top: -13px;
  right: 0;
  z-index: 1;
}


/* 間取り詳細CSS */
.type-name {
  background: #45584f;
  padding: 30px 5px;
  text-align: center;
  margin-top: 100px;
}

.type-name-box {
  /* display: inline-block; */
  display: block;
  width: 70%;
  margin: 0 auto;
}

.type-flex {
  display: flex;
  align-self: center;
  /* justify-content: center; */
  justify-content: flex-start;
  font-size: 45px;
  color: #bba16f;
  letter-spacing: 7px;
}

.type-flex .type {
  line-height: 1;
  border-right: 1px solid #bba16f;
  padding-right: 30px;
}

.type-flex .ldk {
  line-height: 1;
  padding-left: 30px;
}

.type-flex .big {
  font-size: 1.6em;
}

.menseki {
  margin-top: 30px;
}

.menseki li {
  font-size: 14px;
  letter-spacing: 2px;
  color: #fff;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}

.menseki li .num {
  font-size: 2.16em;
}

.menseki li .num02 {
  font-size: 1.1em;
}

.menseki li .big {
  font-size: 1.4em;
}

.menseki li .small {
  font-size: 12px;
}

.point-txt {
  width: 70%;
  margin: 40px auto 0;
}

.point-txt li {
  font-size: 14px;
  letter-spacing: 2px;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}

.point-txt li:not(:first-of-type) {
  margin-top: 5px;
}

.point-txt li .shikaku {
  color: #bba16f;
}

.madori figure {
  width: 94%;
  max-width: 800px;
  margin: 40px auto 0;
}

.madori figure.w900 {
  max-width: 900px;
}

.hanrei {
  width: 200px;
  margin: 30px auto 0;
}

.btn-list {
  flex-wrap: wrap;
  justify-content: center;
  margin: 60px auto 0;
}

.btn-list li:nth-of-type(2) {
  margin-left: 40px;
}

.btn {
  display: block;
  width: 240px;
  color: #43564d;
  text-align: center;
  border: 1px solid #43564d;
  padding: 15px 0;
  margin: 0 auto;
  transition: all .5s;
}

.btn:hover {
  opacity: 0.7;
}

/* .btn-list {
  display: none;
} */

/* 支払い例 */
.price {
  max-width: 900px;
  margin: 0 auto;
}

/* 一般サイト用記述 */
#plan_P .plan-btn {
  max-width: 1200px;
}

#plan_P .plan-btn li {
  width: 31.084%;
}

#plan_P .plan-btn li:nth-of-type(2n) {
  margin-right: 3.374%;
}

#plan_P .plan-btn li:nth-of-type(3n) {
  margin-right: 0;
}

#plan_P .plan-btn li:nth-of-type(n+3) {
  margin-top: 0;
}

#plan_P .plan-btn li:nth-of-type(n+4) {
  margin-top: 3.374%;
}

/* 支払い例 */
.price {
  max-width: 700px;
  margin: 40px auto 0;
}

.lp-bnr {
  display: block;
  max-width: 870px;
  width: 90%;
  margin: 0 auto 60px;
  transition: all .5s;
}

.lp-bnr:hover {
  opacity: 0.7;
}

/*---------------------------
sp
---------------------------*/
@media only screen and (max-width: 820px) {

  /* ページタイトル */
  .entry-plan-area {
    padding: 0 0 60px 0;
  }

  /* 一般サイト用ページタイトル */
  .main-ttl02 {
    background-image: url(../../plan/img/c-main01_sp.jpg);
    padding: 26% 0;
  }

  .main-ttl02 .main-copy {
    font-size: 34px;
  }

  .main-ttl02 .sub-copy {
    font-size: 14px;
    letter-spacing: 4px;
  }

  .main-copy {
    width: 60%;
  }

  /* 間取り一覧CSS */
  .plan-copy {
    padding: 60px 0;
  }

  .plan-copy p {
    font-size: 16px;
  }

  .plan-btn li {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .plan-btn li:nth-of-type(n+2) {
    margin-top: 50px;
  }

  .ldk-box {
    margin: 60px auto 0;
  }

  .ldk-box .ldk-ttl {
    font-size: 18px;
    margin: 0 auto 20px;
  }

  /* 間取り詳細CSS */
  .type-name {
    /* margin-top: 60px; */
    margin-top: 30px;
  }

  .type-flex {
    font-size: 22px;
    letter-spacing: 2px;
  }

  .type-name-box {
    width: 90%;
    margin: 0 auto;
  }

  .type-name {
    padding: 20px 5px;
  }

  .type-flex .type {
    padding-right: 15px;
  }

  .type-flex .ldk {
    padding-left: 15px;
  }

  .menseki {
    width: 100%;
    margin: 15px auto 0;
  }

  .menseki li {
    font-size: 13px;
    letter-spacing: 1px;
  }

  .menseki li .num {
    font-size: 1.8em;
  }

  .menseki li .big {
    font-size: 1.4em;
  }

  .menseki li .small {
    font-size: 10px;
  }

  .hanrei {
    width: 140px;
    margin: 10px auto 0;
  }

  .point-txt {
    width: 100%;
    margin: 20px auto 0;
  }

  .point-txt li {
    font-size: 13px;
  }

  .lp-bnr {
    margin: 20px auto 0;
  }

  .btn-list li:nth-of-type(2) {
    margin: 0 0 0 0;
  }

  /* 一般サイト用記述 */
  #plan_P .plan-btn li {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  #plan_P .plan-btn li:nth-of-type(n+2) {
    margin-top: 50px;
  }

  /* 支払い例 */
  .price {
    max-width: 900px;
    margin: 40px auto 0;
  }


  .lp-bnr {
    margin: 0 auto 0;
  }
}

/*---------------------------
print
---------------------------*/
@media print {

  html,
  body {
    height: auto;
  }

  body {
    -webkit-print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .print_pages {
    size: A4 landscape;
    page-break-before: always;
  }

  /* 印刷範囲に含めない */
  header,
  .entry-ttl,
  .plan-copy,
  .point-txt,
  .btn-list,
  .notes,
  .content-bnr,
  footer,
  #foot_spMenu,
  #pagetop {
    display: none !important;
  }

  /* 印刷範囲に収まるように調整 */
  .type-flex {
    font-size: 30px;
  }

  .type-name {
    padding: 20px 5px;
    margin: 0 0 0 0;
  }

  .menseki {
    margin-top: 10px;
  }

  .madori figure {
    width: 60%;
  }

}

@media all and (-ms-high-contrast: none) {
  .print_pages.page-break {
    page-break-before: auto;
  }
}