@charset "utf-8";
/* CSS Document */
.spOnly {
  display: none;
}
#livingvilla #kv {
  width: 100%;
  height: auto;
  min-height: 700px;
  max-height: 900px;
  background-image: url(../img/mv_bg_pc.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
#livingvilla #kv h1 {
  width: 190px;
  height: 25px;
  background-image: url(../img/noblehome-w.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 40px;
  left: 5%;
  text-indent: -9999px;
}
#livingvilla #kv h1 a {
  width: 190px;
  height: 20px;
  display: block;
}
.wrapText {
  width: 50%;
  height: auto;
  max-height: 455px;
}
#kv h2 {
  background-image: url(../img/mv_h2.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 340px;
  height: 50px;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-indent: -9999px;
}
#kv h3 {
  background-image: url(../img/mv_lv_logo.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 375px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  text-indent: -9999px;
}
#livingvilla #kv h4 {
  font-size: 2.1961932650073206vw;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  position: absolute;
  bottom: 5%;
  right: 2%;
  z-index: 10;
  color: #fff;
}
/*ipad*/
@media screen and (max-width:820px) {
  #livingvilla #kv h4 {
    font-size: 3.65vw;
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;
    position: absolute;
    bottom: 5%;
    right: 2%;
    z-index: 10;
    color: #fff;
  }
}
#kv h6 {
  background-image: url(../img/mv_4life.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 7.686676427525622vw;
  height: 546px;
  bottom: 0px;
  left: 0px;
  background-position: left bottom;
  text-indent: -9999px;
}
/*ipad*/
@media screen and (max-width:820px) {
  #kv h6 {
    background-image: url(../img/mv_4life.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 12vw;
    height: 546px;
    bottom: 0px;
    left: 0px;
    background-position: left bottom;
    text-indent: -9999px;
  }
}
#livingvilla #lvtitle h2 {
  width: 675px;
  height: 105px;
  margin: 130px auto;
}
.wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
  margin-bottom: 50px;
}
.wrapText {
  width: 50%;
  height: auto;
  padding-left: 70px;
  padding-top: 90px;
}
.designers {
    background-color: #f5f1df;
    width: 100%;
    height: 688px;
    padding: 60px;
    background-image: url(../img/designer_bg_pc.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}
.designers h2 {
  width: 210px;
  height: 65px;
  margin: 0 auto;
}
#lv01 {
margin-bottom: 150px;

}
#lv01 .designers .designerInner {
  width: 1030px;
  height: 457px;
  background-image: url(../img/sec01_designer_pc.png);
  background-repeat: no-repeat;
  margin: 0 auto;
  padding: 100px 120px 0 350px;
}
.designers .designerInner h3 {
  font-size: 2rem;
  line-height: 2em;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: left;
}
.designers .designerInner p {
  font-size: 1.5rem;
  line-height: 2em;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  text-align: justify;
}
.re {
  flex-direction: row-reverse;
  margin-bottom: 150px;
}
.wrapText h3 {
  font-family: "aviano", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  color: #a99a62;
  text-align: left;
  margin-bottom: 1em;
}
.wrapText p {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2em;
  text-align: justify;
  width: 505px;
}
#lv01 .mainImages {
  width: 100%;
  height: 0;
  min-height: 700px;
  background-image: url(../img/sec01_01_pc.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 auto 100px;
  padding-bottom: 51.2%;
}
.wrap .wrapImages {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  padding-bottom: 33.3%;
  width: 50%;
  height: auto;
  max-height: 455px;
}
#lv01 .wrap .wrapImages.img01 {
  background-image: url(../img/sec01_02.jpg);
}
#lv01 .wrap .wrapImages.img02 {
  background-image: url(../img/sec01_03.jpg);
}
#lv01 .wrap .wrapText.facadePoint {
  background-image: url(../img/section01_04.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 50%;
  height: 0;
  padding-bottom: 35%;
}
#livingvilla #lv02 .mainImages {
  width: 100%;
  height: 0;
  min-height: 700px;
  background-image: url(../img/sec02_01_pc.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 auto 100px;
  padding-bottom: 51.2%;
}
#lv02 .wrap .wrapImages.img01 {
  background-image: url(../img/sec02_02.jpg);
}
#lv02 .wrap .wrapImages.img02 {
  background-image: url(../img/sec02_03.jpg);
}
#lv02 .wrap .wrapText.facadePoint {
  background-image: url(../img/section02_04.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 50%;
  height: 0;
  padding-bottom: 35%;
}
#lv02 .designers .designerInner {
  width: 1030px;
  height: 457px;
  background-image: url(../img/sec02_designer_pc.png);
  background-repeat: no-repeat;
  margin: 0 auto;
  padding: 100px 120px 0 350px;
}
#livingvilla #lvsubtitle h2 {
  width: 860px;
  margin: 0 auto;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
.section0304 {
  background-color: #d2caac;
  padding-bottom: 100px;
  margin-bottom: 100px;
}
.section0304 p {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2em;
  text-align: center;
}
.shiryouCta {
    width: 73.2%;
    max-width: 1000px;
    height: 650px;
    margin: 0 auto 100px;
    border: 1px solid #a99a62;
    padding-top: 40px;
}.shiryouCta div{
    margin-bottom: 25px;
}
h5.goldCta a {
  width: 334px;
  height: 64px;
  color: #000;
  text-align: center;
  font-size: 1.6rem;
  background-color: #a99a62;
  border-radius: 32px;
  display: block;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin: 0 auto;
  padding-top: 15px;
  background-image: url(../img/arrow-b.svg);
  background-position: 95% center;
  background-size: 30px auto;
  background-repeat: no-repeat;
  border: 1px solid #a99a62;
}
h5.goldCta a:hover {
  color: #a99a62;
  background-color: #000;
  background-image: url(../img/arrow-w.svg);
  background-position: 98% center;
  border: 1px solid #a99a62;
}
.section0304 .kv {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 0;
  min-height: 450px;
  padding-bottom: 33%;
  margin-bottom: 50px;
}
#lv03 .kv {
  background-image: url(../img/sec03_01_pc.jpg);
}
#lv04 .kv {
  background-image: url(../img/sec04_01_pc.jpg);
}
.noblevillage {
background-color: #000;
padding-bottom: 100px;
}
.noblevillage .nvkv {
  background-image: url(../img/village_tsukuba_pc.jpg);

  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 0;
  min-height: 700px;
  padding-bottom: 52%;
  margin-bottom: 50px;
}
.noblevillage h2{
padding-top: 75px;
width: 470px;
margin: 0 auto;
filter: drop-shadow(0px 3px 10px #333);

}
.noblevillage p{
  font-size: 1.8rem;
  line-height: 2em;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 45px;
  }
.pgf div {
 background-image: url(../img/pgf_img.jpg);

  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 0;
  min-height: 700px;
  padding-bottom: 52%;
  margin-bottom: 50px;
}


.pgf{
background-color: #faf3e0;
width: 100%;
height: auto;
padding: 100px 0;
}
.pgf h2{
width: 500px;
height: auto;
margin: 0 auto;

}
  .pgf p{
  font-size: 1.8rem;
  line-height: 2em;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  color: #000;
  margin: 65px auto;
  }
  
  
  
  
  
#section07 h5 a {
  width: 334px;
  height: 64px;
  color: #000;
  text-align: center;
  font-size: 1.6rem;
  background-color: #fff;
  border-radius: 32px;
  display: block;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding-top: 15px;
  background-image: url(../img/arrow-b.svg);
  background-position: 95% center;
  background-size: 30px auto;
  background-repeat: no-repeat;
  border: 1px solid #000;
  -webkit-box-shadow: 0px 10px 10px #000;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);  margin: 0 auto;

}
#section07 h5 a:hover {
  color: #fff;
  background-color: #000;
  background-image: url(../img/arrow-w.svg);
  background-position: 98% center;
  border: 1px solid #999;
  -webkit-box-shadow: 0px 5px 10px #000;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}
#section07 {
  padding-top: 150px;
  width: 100%;
  height: 100vh;
  background-image: url(../img/footer_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 940px;
}
#section07 h2 {
  font-size: 4rem;
  line-height: 1.5em;
  color: #fff;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 1em;
  text-align: center;
}
#section07 h3 {
  font-size: 1.8rem;
  line-height: 2em;
  color: #fff;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
}
#section07 p {
  font-size: 1.8rem;
  line-height: 2em;
  color: #fff;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 100px;
  text-align: center;
  margin-top: 30px;
}

/*資料請求*****************************************************************

*****************************************************************************/
.contact_sp {
  display: none;
}
.contact_pc ul .shiryou {
  width: 80px;
  height: 190px;
}
.contact_pc ul .raijyou {
  width: 80px;
  height: 190px;
}
.contact_pc ul .shiryou a {
  width: 80px;
  height: 190px;
  display: block;
}
.contact_pc ul .raijyou a {
  width: 80px;
  height: 190px;
  display: block;
}
.contact_pc {
  width: 80px;
  height: 380px;
  position: fixed;
  right: 0;
  bottom: 20%;
  z-index: 5;
}
footer {
  background-color: #000;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  height: auto;
}
footer h2 {
  margin: 0 auto;
  width: 150px;
  height: 21px;
}
footer h2 a {
  background-repeat: no-repeat;
  background-image: url(../img/noblehome-w.svg);
  background-size: 150px 21px;
  background-position: center center;
  display: block;
  width: 150px;
  height: 21px;
  text-indent: -9999px;
}

