@charset "utf-8";

#content_Wrap {
  background: #f5f3f0;
}
/* main */
.main {
  background-image: url(../img/mv-pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 13% 0;
  position: relative;
}

.main_ttl {
  max-width: 184px;
  width: 100%;
  margin: 0 auto;
}

/* ----------------------------------
plan (index)
---------------------------------- */
.planIndex_Wrap {
  padding: 80px 0;
}
.planIndex_Wrap h3 {
  font-size: 28px;
  line-height: 2;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 3em;
}

.planIndex_Wrap a {
  display: block;
  filter: drop-shadow(8px 8px 8px #eae6e1);
  transition: .3s all;
}
.planIndex_Wrap a:hover {
  opacity: .8;
  filter: none;
}

.planIndex_Wrap .planBtn_List {
  flex-wrap: wrap;
  gap: 50px 5%;
}
.planIndex_Wrap .planBtn_List li {
  width: calc((100% - 10%) / 3);
  background: #fff;
}

h4.ttl_premium {
  width: 80%;
  max-width: 468px;
  margin: 100px auto 30px;
}

.btn_e {
  width: 56.25%;
  max-width: 640px;
  margin: 0 auto;
}

/* ----------------------------------
plan (detail)
---------------------------------- */
.planDetail_Wrap {
  padding: 150px 0 80px;
}
.planDetail_Wrap h4.ttl_premium {
  margin-top: 0;
}

.planDetail_Contents {
  background: #fff url(../img/bg.jpg) no-repeat top center / contain;
  filter: drop-shadow(8px 8px 8px #eae6e1);
  padding-bottom: 30px;
  margin-bottom: 80px;
}
.planDetail_Contents--txt {
  padding-left: 5%;
  width: 50%;
}
.planDetail_Contents--txt .plan__head {
  align-items: flex-end;
}
.plan__head h3 {
  background: #00133b;
  color: #fff;
  font-family: 'Cinzel', serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 90px;
  line-height: 0.85;
  padding: 0.9em 0.4em 0.3em;
  margin: 0 0.4em 0 0;
}
.plan__head h3 small {
  font-size: 16px;
  letter-spacing: 0.18em;
  display: block;
  margin-left: 0.18em;
}
.plan__head-detail p {
  font-size: 15px;
  line-height: 1.25;
  letter-spacing: 0.16em;
  font-feature-settings: "palt";
}
.plan__head-detail p.point {
  /*border: 1px solid;*/
  padding: 0.5em calc(1.25em - 0.16em) 0.5em 1.25em;
  width: fit-content;
  margin-bottom: 0.5em;
  line-height: 1;
  font-size: 1.1em;
  background: #b3a27c;
  color: #fff;  
}
.plan__head-detail p.ldk {
  font-size: 28px;
  letter-spacing: 0.14em;
}
.plan__copy {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 60px;
}
.plan__copy li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 1em;
}
.plan__copy li::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  aspect-ratio: 1/1;
  background: #00133b;
  transform: rotate(45deg);
  vertical-align: middle;
  margin-right: 0.5em;
}
.plan__copy li:last-child {
  margin-bottom: 0;
}

.planDetail_Contents--txt .plan__copy {}
.planDetail_Contents--img {
  width: 50%;
  padding: 4% 0 0;
}
.zumen{
  margin: 0 auto;
}
.icon_river {
  margin: 20px auto;
  width: 70%;
  max-width: 160px;
}
.icon_hanrei {
  margin: 0 auto;
  width: 75%;
  max-width: 192px;
}

/* 各タイプ個別設定 */
.atype .zumen {
  width: 68.33333334%;
  max-width: 410px;
}
.btype .zumen {
  width: 68.33333334%;
  max-width: 410px;
}
.ctype .zumen {
  width: 75%;
  max-width: 450px;
}
.dtype .zumen {
  width: 75%;
  max-width: 450px;
}
.d1type .zumen {
  width: 113.333334%;
  max-width: 680px;
  margin: 0 0 0 calc(-13.333334% - 5%);
}
.etype .planDetail_Contents--txt {
  width: 100%;
  padding: 0 5%;
  gap: 30px;
  align-items: flex-end;
}
.etype .planDetail_Contents--txt .plan__head {
  width: 50%;
}
.etype .plan__head h3 {
  background: #b3a27c;
  padding-top: 1em;
}
.etype .plan__head-detail p.point {
  background: #8C743D;
  background: linear-gradient(90deg, rgba(140, 116, 61, 1) 0%, rgba(185, 163, 96, 1) 50%, rgba(140, 116, 61, 1) 100%);
}
.etype .planDetail_Contents--txt .plan__copy {
  width: 46%;
  margin: 2.5% 0 0;
}
.etype .plan__copy li::before {
  background: #b3a27c;
}
.etype .planDetail_Contents--img {
  width: 100%;
}
.etype .zumen {
  width: 95%;
  max-width: 1140px;
}
/* 各タイプ個別設定 */

.img_balcony {
  position: relative;
  width: 90%;
  max-width: 1100px;
  margin: 40px auto 0;
}

.planDetail_Btn {
  width: 100%;
  justify-content: center;
  gap: 30px;
}
.planDetail_Btn li {
  width: 230px;
  height: fit-content;
}
.planDetail_Btn li a {
  background: #00133b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  letter-spacing: 0.06em;
  height: 55px;
  transition: .3s;
}
.planDetail_Btn li a.print img { width: 20px!important; }
.planDetail_Btn li a.back img { width: 15px!important; }

.planDetail_Btn li a:hover { opacity: .7; }


/*=============================
tab
=============================*/
@media screen and (max-width: 1024px) {


  /* 各タイプ個別設定 */
  .etype .planDetail_Contents--txt {
    flex-direction: column;
    align-items: flex-start;
  }
  .etype .planDetail_Contents--txt .plan__head {
    width: 100%;
  }
  /* .etype .plan__head h3 {
    padding-top: 0.8em;
  } */
  .etype .planDetail_Contents--txt .plan__copy {
    width: 100%;
    margin: 0;
  }
  /* 各タイプ個別設定 */


}


/*=============================
spから
=============================*/
@media only screen and (max-width: 767px) {

  .main {
    background-image: url(../img/mv-sp.jpg);
  }
  .main_ttl {
    max-width: 77px;
    width: 100%;
    margin: 0 auto;
  }


  /* ----------------------------------
  plan (index)
  ---------------------------------- */
  .planIndex_Wrap {
    padding: 50px 0;
  }
  .planIndex_Wrap h3 {
    font-size: 20px;
  }

  .planIndex_Wrap a {
    filter: drop-shadow(4px 4px 4px #eae6e1);
  }

  .planIndex_Wrap .planBtn_List {
    gap: 15px;
  }
  .planIndex_Wrap .planBtn_List li {
    width: calc((100% - 15px) / 2);
  }

  h4.ttl_premium {
    width: 90%;
    margin: 60px auto 20px;
  }

  .btn_e {
    width:100%;
  }


  /* ----------------------------------
  plan (detail)
  ---------------------------------- */
  .planDetail_Wrap {
    padding: 80px 0 40px;
  }
  .planDetail_Contents {
    background:#fff url(../img/bg.jpg) no-repeat top -13vw left 2vw / 170%;
    filter: drop-shadow(4px 4px 4px #eae6e1);
    padding-bottom: 20px;
    margin-bottom: 40px;
    flex-direction: column;
  }
  .planDetail_Contents--txt {
    padding: 5%;
    width: 100%;
  }
  .planDetail_Contents--txt .plan__head {
    align-items: flex-start;
    flex-direction: column;
  }
  .plan__head h3 {
    width: 100%;
    flex-direction: row;
    align-items: baseline;
    font-size: 36px;
    padding:  0.4em 0.3em 0.3em!important;
    margin: 0 0 0.2em;
  }
  .plan__head h3 small {
    font-size: 13px;
    margin-left: 0.36em;
    vertical-align: baseline;
  }
  .plan__head-detail {
    width: 100%;
  }
  .plan__head-detail p {
    font-size: 14px;
  }
  .plan__head-detail p.point {
    padding: 0.5em calc(1em - 0.16em) 0.5em 1em;
    width: 100%;
    text-align: center;
    margin: 0.25em 0 0.5em;
  }
  .plan__head-detail p.ldk {
    font-size: 24px;
  }
  .plan__copy {
    font-size: 14px;
    margin-top: 20px;
  }

  .planDetail_Contents--img {
    width: 100%;
    padding: 0;
  }
  .icon_river {
    margin: 10px auto;
    width: calc(0.6 * 70%);
  }
  .icon_hanrei {
    width: calc(0.6 * 75%);
  }

  /* 各タイプ個別設定 */
  .atype .zumen {
    width: calc(1.2 * 68.33333334%);
  }
  .btype .zumen {
    width: calc(1.2 * 68.33333334%);
  }
  .ctype .zumen {
    width: calc(1.2 * 75%);
  }
  .dtype .zumen {
    width: calc(1.2 * 75%);
  }
  .d1type .zumen {
    width: 96%;
    margin: 0 auto;
  }
  .etype .planDetail_Contents--txt {
    padding: 5%;
    gap: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .etype .planDetail_Contents--txt .plan__head {
    width: 100%;
  }
  .etype .plan__head-detail p.roof {
    display: block;
    margin-top: 0.75em;
  }
  .etype .planDetail_Contents--txt .plan__copy {
    width: 100%;
    margin: 20px 0 0;
  }
  .etype .zumen {
    width: 98%;
  }
  /* 各タイプ個別設定 */

  .img_balcony {
    width: 90%;
    margin: 20px auto 0;
  }

  .planDetail_Btn li {
    width: 70%;
  }
  .planDetail_Btn li a {
    font-size: 13px;
    height: 50px;
  }


}


/*-----------------------------
印刷
-----------------------------*/
@media print {
  body{
    padding-top: 2mm;
    width: 210mm;
    height: 297mm;
  }
  header,
  footer,
  h2,
  .main,
  .ttl_premium,
  .planDetail_Btn
  { display: none!important; }

  #content_Wrap {
  width: 100%;
  margin: 0 auto;
  padding: 2mm 0 0;
  }
  .planDetail_Wrap {
    padding: 0;
  }
  .planDetail_Contents {
    filter: none;
    display: block;
  }
  .planDetail_Contents--txt,
  .planDetail_Contents--img {
    width: 100%;
    padding: 0;
    display: block!important;
  }
  .planDetail_Contents--txt .plan__head {
    align-items: flex-start;
    width: 100%!important;
  }
  .plan__head h3 {
    padding: 0;
    color: #000;
  }
  .plan__copy {
    margin-top: 6mm;
    font-size: 14px;
    width: 100%!important;
  }
  .plan__copy li {
    margin-bottom: 0.5em;
  }
  .zumen {
    margin: 6mm auto 0!important;
  }

}