@charset "utf-8";
/**
 *
 *  ページ用CSS
 *　design
 */
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* .f_bnr.display{
     display: none;
 }*/
.f_bnr .brand_bnr {
  display: none;
}
/*--------------------------------------------------------------------------
   page-ttl
---------------------------------------------------------------------------*/
#page-ttl {
  margin-top: 123px;
  background: url(../img/ttl_bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  height: 350px;
  position: relative;
}
#page-ttl::after {
  content: "外観完成予想図";
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #fff;
  font-size: 1.1px;
}
#page-ttl .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  text-align: center;
}
#page-ttl h1 {
  font-size: 3rem;
  line-height: 0.5;
  letter-spacing: 0.3rem;
  color: #fff;
  font-weight: normal;
}
#page-ttl h1 .en {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
#page-ttl h1 .en::before, #page-ttl h1 .en:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #fff;
}
#page-ttl h1 .en:before {
  margin-right: 1rem;
}
#page-ttl h1 .en:after {
  margin-left: 0.5rem;
}
#page-ttl h1 .ja {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  #page-ttl {
    /*        margin-top: 60px;*/
    margin-top: 100px;
    height: 200px;
  }
  #page-ttl .inner {
    max-width: 250px;
    width: 80%;
  }
  #page-ttl h1 {
    font-size: 1.4rem;
  }
  #page-ttl h1 .en {
    font-size: 1rem;
  }
  #page-ttl h1 .ja {
    padding: 0;
  }
}

/*--------------------------------------------------------------------------
   pagelink
---------------------------------------------------------------------------*/
.flex {
  display: flex;
  flex-wrap: wrap;
}
.pagelink {
  max-width: 580px;
  margin: 80px auto;
  justify-content: space-between;
}
.pagelink li {
  width: 48%;
}
.pagelink li a {
  font-size: 24px;
  color: #796a56;
  border: 1px solid #796a56;
  display: block;
  padding: 20px;
  text-align: center;
  position: relative;
}
.pagelink li a::after {
  content: '';
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: solid 1px #796a56;
  border-right: solid 1px #796a56;  
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 20px;
}
.pagelink li a:hover {
  color: #fff;
  background: #796a56;
  opacity: 1!important
}
.pagelink li a:hover::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;  
  transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .pagelink {
    margin: 40px auto;
  }
  .pagelink li {
    width: 48%;
  }
  .pagelink li a {
    font-size: 18px;
    padding: 15px;
  }
  .pagelink li a::after {
    right: 10px;
  }
}

/*--------------------------------------------------------------------------
   design
---------------------------------------------------------------------------*/
#design .first_area {
  align-items: center;
}
#design .first_area .left {
  width: 51.81%;
}
#design .first_area .thumb {
  background: url(../img/img_design_01.jpg) no-repeat center / cover;
  height: 1158px;
}
#design .first_area .right {
  width: 35.68%;
}
#design .lead_txt {
  position: relative;
  display: flex;
  justify-content: center;
}
#design .lead_txt span {
  font-size: 32px;
  color: #796a56;
  padding: 90px 80px 0;
  line-height: 2;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
#design .lead_txt img {
  width: 70%;
  max-width: 378px;
  position: absolute;
  left: 15%;
  top: 0;
}
#design .second_area .ttl {
  color: #796a56;
  text-align: center;
  font-size: 32px;
  padding: 150px 0 50px;
}
#design .second_area .flex {
  justify-content: space-between;
}
#design .second_area .left {
  width: 41.66%;
}
#design .second_area .thumb {
  background: url(../img/img_design_02.jpg) no-repeat center / cover;
  height: 311px;
}
#design .second_area .right {
  width: 53.41%;
}
#design .second_area .txt {
  line-height: 2;
}
.bg {
  background: #f4f4f4;
}
#design .thrid_area {
  margin: 110px 0 60px;
  padding: 100px 0;
}
#design .thrid_area .flex {
  justify-content: space-between;
}
#design .thrid_area .right {
  width: 45.37%;
}
#design .thrid_area .left {
  width: 49%;
}
#design .thrid_area .ttl {
  color: #796a56;
  font-size: 24px;
  padding-bottom: 20px;
}
#design .thrid_area .txt {
  line-height: 2;
}
#design .thrid_area .txt_area {
  margin-top: 80px;
}
#design .designer {
  max-width: 1080px;
  margin: 110px auto 60px;
  border: 1px solid #d2d0cb;
  padding: 55px 50px 40px;
}
#design .designer > .flex {
  justify-content: space-between;
}
#design .designer .right {
  width: 23.67%;
}
#design .designer dl {
  font-size: 20px;
  padding-bottom: 15px;
}
#design .designer dt {
  font-size: 22px;
}
#design .designer dt span {
  font-size: 16px;
  display: inline-block;
  padding: 0 30px 0 5px
}
#design .designer .txt {
  line-height: 2;
  font-size: 15px;
}
#design .designer h3 {
  color: #959595;
  font-size: 18px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d2d0cb;
  margin: 30px 0 20px;
}
#design .designer ol {
  justify-content: space-between;
}
#design .designer li {
  font-size: 15px;
  width: 31.5%;
}
#design .designer .left {
  width: 71.73%;
}
@media screen and (max-width: 768px) {
  #design .first_area .left {
    width: 100%;
    margin-top: 20px;
  }
  #design .first_area .thumb {
    height: 100vh;
  }
  #design .first_area .right {
    width: 100%;
    order: -1;
  }
  #design .lead_txt {
    position: relative;
    display: flex;
    justify-content: center;
  }
  #design .lead_txt span {
    font-size: 20px;
    padding: 0 4% 50px;
    line-height: 1.5;
    text-align: center;
    writing-mode: inherit;
  }
  #design .lead_txt img {
    width: 50%;
    left: 25%;
    top: auto;
    bottom: 0;
  }
  #design .second_area .ttl {
    font-size: 20px;
    padding: 50px 0 30px;
  }
  #design .second_area .left {
    width: 100%;
  }
  #design .second_area .thumb {
    height: 190px;
  }
  #design .second_area .right {
    width: 100%;
  }
  #design .second_area .txt {
    margin-top: 20px;
  }
  #design .thrid_area {
    margin: 50px 0 30px;
    padding: 50px 0;
  }
  #design .thrid_area .right {
    width: 100%;
    order: -1;
  }
  #design .thrid_area .left {
    width: 100%;
  }
  #design .thrid_area .ttl {
    font-size: 18px;
    text-align: center;
    padding: 20px 0 10px;
  }
  #design .thrid_area .txt_area {
    margin-top: 30px;
  }
  #design .thrid_area .txt_area .ttl {
    text-align: left;
  }
  #design .designer {
    margin: 50px auto 30px;
    padding: 30px 20px 20px;
  }
  #design .designer dl {
    font-size: 17px;
  }
  #design .designer dt {
    font-size: 20px;
  }
  #design .designer .txt {
    font-size: 13px;
    margin-top: 20px;
  }
  #design .designer h3 {
    font-size: 16px;
  }
  #design .designer li {
    font-size: 12px;
    width: 48%;
    margin-bottom: 15px;
  }
  #design .designer .left {
    width: 100%;
  }
}


/*--------------------------------------------------------------------------
   landscape
---------------------------------------------------------------------------*/
#landscape .first_area {
  align-items: center;
}
#landscape .first_area .left {
  width: 51.81%;
}
#landscape .first_area .thumb {
  background: url(../img/img_landscape_01.jpg) no-repeat center / cover;
  height: 600px;
}
#landscape .first_area .right {
  width: 35.68%;
}
#landscape .lead_txt {
  text-align: center;
  padding-bottom: 50px;
}
#landscape .lead_txt span {
  font-size: 32px;
  color: #796a56;
  display: block;
}
#landscape .lead_txt img {
  max-width: 585px;
  margin-top: -70px;
}
#landscape .first_area .txt_area {
  max-width: 1080px;
}
#landscape .first_area .ttl {
  color: #796a56;
  text-align: center;
  font-size: 24px;
  padding: 60px 0 30px;
}
#landscape .first_area .txt {
  line-height: 2;
  margin-bottom: 50px;
}
#landscape .second_area .flex {
  max-width: 1080px;
  margin: auto;
  justify-content: space-between;
  padding: 60px 0;
}
#landscape .second_area .left {
  width: 40.74%;
}
#landscape .second_area .thumb {
  background: url(../img/img_landscape_02.jpg) no-repeat center / cover;
  height: 274px;
}
#landscape .second_area .right {
  width: 54.62%;
}
#landscape .second_area .ttl {
  color: #796a56;
  font-size: 24px;
  padding-bottom: 20px;
}
#landscape .second_area .txt {
  line-height: 2;
}
#landscape .thrid_area {
  padding: 90px 0;
}
#landscape .thrid_area .flex {
  justify-content: space-between;
}
#landscape .thrid_area .right {
  width: 55.41%;
}
#landscape .thrid_area .notes {
  text-align: left;
  bottom: 30px;
  color: #000;
  text-shadow: white 1px 1px 2px, white -1px 1px 2px, white 1px -1px 2px, white -1px -1px 2px;
}
#landscape .thrid_area .left {
  width: 38.83%;
}
#landscape .thrid_area .ttl {
  color: #796a56;
  font-size: 24px;
  text-align: center;
  padding-bottom: 70px;
}
#landscape .thrid_area dt {
  color: #796a56;
  font-size: 20px;
  border-bottom: 1px solid #796a56;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#landscape .thrid_area dd {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #landscape .first_area .left {
    width: 100%;
  }
  #landscape .first_area .thumb {
    height: 300px;
  }
  #landscape .first_area .right {
    width: 100%;
  }
  #landscape .lead_txt {
    padding-bottom: 30px;
  }
  #landscape .lead_txt span {
    font-size: 24px;
  }
  #landscape .lead_txt img {
    max-width: 300px;
    margin-top: -50px;
  }
  #landscape .first_area .ttl {
    font-size: 20px;
    padding: 40px 0 20px;
  }
  #landscape .first_area .txt {
    margin-bottom: 30px;
  }
  #landscape .second_area .flex {
    padding: 30px 0;
  }
  #landscape .second_area .left {
    width: 100%;
  }
  #landscape .second_area .thumb {
    height: 180px;
  }
  #landscape .second_area .right {
    width: 100%;
  }
  #landscape .second_area .ttl {
    font-size: 20px;
    text-align: center;
    padding: 20px 0;
  }
  #landscape .thrid_area {
    padding: 40px 0;
  }
  #landscape .thrid_area .flex {
    justify-content: space-between;
  }
  #landscape .thrid_area .right {
    width: 100%;
    order: -1;
  }
  #landscape .thrid_area .notes {
    bottom: 0px;
  }
  #landscape .thrid_area .left {
    width: 100%;
    margin-top: 40px;
  }
  #landscape .thrid_area .ttl {
    font-size: 20px;
    padding-bottom: 30px;
  }
  #landscape .thrid_area dt {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------------------
   public
---------------------------------------------------------------------------*/
#public .lead_txt {
  text-align: center;
  padding-bottom: 150px;
}
#public .lead_txt span {
  font-size: 32px;
  color: #796a56;
  display: block;
}
#public .lead_txt img {
  max-width: 823px;
  margin-top: -70px;
}
.bg02 {
  background: #796a55;
  color: #fff;
}
#public .second_area .flex {
  max-width: 1400px;
  margin-bottom: 20px;
  justify-content: space-between;
}
#public .second_area .left {
  width: 61%;
  margin-top: -80px;
}
#public .second_area .thumb {
  background: url(../img/img_public_01.jpg) no-repeat center / cover;
  height: 898px;
}
#public .second_area .right {
  width: 33.21%;
}
#public .second_area .ttl {
  font-size: 24px;
  line-height: 2;
  padding: 80px 0 30px;
}
#public .second_area .txt {
  line-height: 2;
}
#public ul {
  justify-content: space-between;
}
#public li {
  width: 49%;
}
#public .txt_area .ttl {
  font-size: 24px;
  text-align: center;
  padding: 20px 0;
}
#public .txt_area .txt {
  line-height: 2;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  #public .second_area .left {
    width: 50%;
    margin-top: -80px;
  }
  #public .second_area .right {
    width: 43.21%;
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  #public .lead_txt {
    padding-bottom: 80px;
  }
  #public .lead_txt span {
    font-size: 24px;
  }
  #public .lead_txt img {
    max-width: 300px;
    margin-top: -50px;
  }
  #public .second_area .flex {
    margin-bottom: 20px;
  }
  #public .second_area .left {
    width: 90%;
    margin-top: -50px;
  }
  #public .second_area .thumb {
    height: 500px;
  }
  #public .second_area .right {
    width: 100%;
    padding: 0 4% 20px;
  }
  #public .second_area .ttl {
    font-size: 18px;
    text-align: center;
    padding: 30px 0 10px;
  }
  #public .second_area .txt {
    line-height: 2;
  }
  #public li {
    width: 100%;
    margin-bottom: 30px;
  }
  #public .txt_area .ttl {
    font-size: 18px;
    padding: 0 0 20px;
    margin-top: -20px;
  }
  #public .txt_area .txt {
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
}



/*--------------------------------------------------------------------------
   view
---------------------------------------------------------------------------*/
#view .first_area {
  align-items: center;
}
#view .first_area .left {
  width: 51.81%;
}
/*#view .first_area .thumb {
  background: url(../img/img_view_01.jpg) no-repeat center / cover;
  height: 600px;
}*/
#view .first_area .right {
  width: 35.68%;
}
#view .lead_txt {
  text-align: center;
  padding: 40px 0 50px;
}
#view .lead_txt span {
  font-size: 32px;
  color: #796a56;
  display: block;
}
#view .lead_txt img {
  max-width: 585px;
  margin-top: -70px;
}
#view .first_area .txt_area {
  max-width: 1080px;
}
#view .first_area .ttl {
  color: #796a56;
  text-align: center;
  font-size: 24px;
  padding: 60px 0 30px;
}
#view .first_area .roof{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#view .first_area .txt {
  line-height: 2;
  margin-bottom: 50px;
  width: 48%;
}
#view .first_area .photo {
  width: 45%;
  position: relative;
}
#view .first_area .photo .notes {
  position: absolute;
}
#view .first_area .photo .thumb_2 {
  background: url(../img/img_view_04.jpg) no-repeat center bottom / cover;
  height: 260px;
}

#view .second_area .flex {
  max-width: 1080px;
  margin: auto;
  justify-content: space-between;
  padding: 60px 0;
}
#view .second_area .left {
  width: 40.74%;
}
#view .second_area .thumb {
  background: url(../img/img_view_02.jpg) no-repeat center / cover;
  height: 274px;
}
#view .second_area .right {
  width: 54.62%;
}
#view .second_area .ttl {
  color: #796a56;
  font-size: 24px;
  padding-bottom: 20px;
}
#view .second_area .txt {
  line-height: 2;
}
#view .thrid_area {
  padding: 90px 0;
}
#view .thrid_area .flex {
  justify-content: space-between;
}
#view .thrid_area .right {
  width: 55.41%;
}
#view .thrid_area .notes {
  text-align: right;
  bottom: auto;
  color: #000;
  text-shadow: white 1px 1px 2px, white -1px 1px 2px, white 1px -1px 2px, white -1px -1px 2px;
}
#view .thrid_area .left {
  width: 38.83%;
}
#view .thrid_area .ttl {
  color: #796a56;
  font-size: 24px;
  text-align: center;
  padding-bottom: 70px;
}
#view .thrid_area dt {
  color: #796a56;
  font-size: 20px;
  border-bottom: 1px solid #796a56;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#view .thrid_area dd {
  margin-bottom: 20px;
}








#view .thrid_area .flex {
  max-width: 1080px;
  margin: auto;
  justify-content: space-between;
  padding: 60px 0;
}

#view .thrid_area .flex dl {
  width: 48%;
}
#view .thrid_area .thumb {
  max-width: 1074px;
  margin: 0 auto;
}
#view .thrid_area .thumb img {
  margin: 0 auto;
}
#view .thrid_area .thumb .notes {
  margin: 0 auto;
}
#view .second_area .thumb .notes {
  text-align: left;
  padding: 0 15px;
}


@media screen and (max-width: 768px) {
  #view .first_area .left {
    width: 100%;
  }
/*  #view .first_area .thumb {
    background: url(../img/img_view_01_sp.jpg) no-repeat center / cover;
    height: 300px;
  }*/
  #view .first_area .thumb .notes {
      text-align: right;
    }
  #view .first_area .right {
    width: 100%;
  }
  #view .lead_txt {
    padding-bottom: 30px;
  }
  #view .lead_txt span {
    font-size: 24px;
  }
  #view .lead_txt img {
    max-width: 150px;
    margin-top: -50px;
  }
  #view .first_area .ttl {
    font-size: 20px;
    padding: 40px 0 20px;
  }
  #view .first_area .txt {
    margin-bottom: 30px;
    width: 100%;
  }
  #view .first_area .photo {
    width: 100%;
    padding-bottom: 30px;
  }   
    #view .first_area .photo .notes{
        text-align: right;
    }
    #view .first_area .photo .thumb_2{
        height: 180px;
    }
  #view .second_area .flex {
    padding: 30px 0;
  }
  #view .second_area .left {
    width: 100%;
  }
  #view .second_area .thumb {
    height: 180px;
  }
  #view .second_area .right {
    width: 100%;
  }
  #view .second_area .ttl {
    font-size: 20px;
    text-align: center;
    padding: 20px 0;
  }
  #view .thrid_area {
    padding: 40px 0;
  }
  #view .thrid_area .flex {
  display: block;
  }
  #view .thrid_area .right {
    width: 100%;
    order: -1;
  }
  #view .thrid_area .notes {
    bottom: 0;
    text-align: right;
  }
  #view .thrid_area .left {
    width: 100%;
    margin-top: 40px;
  }
  #view .thrid_area .ttl {
    font-size: 20px;
    padding-bottom: 30px;
  }
  #view .thrid_area dt {
    font-size: min(4vw,16px);
  }
	
	
	
#view .first_area .notes {
    text-align: left;
}	
#view .thrid_area .flex {
  padding: 30px 0;
}

#view .thrid_area .flex dl {
  width: 100%;
}
#view .second_area .thumb .notes {
    text-align: right;
}
}