@charset "UTF-8";

header {
  color: #fff;
}

main {
  background: rgb(206, 192, 166);
  background: linear-gradient(120deg, rgba(206, 192, 166, 1) 0%, rgba(240, 236, 229, 1) 50%, rgba(206, 192, 166, 1) 100%);
  position: relative;
}

.cap_txt {
bottom: 8px;
}
.cap_R {
right: 8px;
}
.cap_L {
left: 8px;
}

.rela {
position: relative;
}

/* パンくず */
#bread_List {
  padding: 10px;
  font-size: 12px;
  box-sizing: border-box;
}

#bread_List li {
  position: relative;
  margin-right: 2em;
  color: #4f4f4f;
}

#bread_List li:not(:last-child)::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: -1.3em;
  width: 0.6em;
  height: 0.6em;
  border: 1px solid #4f4f4f;
  border-left: transparent;
  border-bottom: transparent;
  transform: translateY(-70%) rotate(45deg);
}

#bread_List a {
  display: block;
  padding-bottom: 2px;
  border-bottom: 1px solid #4f4f4f;
  transition: .3s;
}

#bread_List a:hover {
  border-bottom: 1px solid transparent;
}

#bread_List li>p {
  display: block;
  padding-bottom: 2px;
}

#main_Img {
  width: 100%;
  background-color: #466157;
  text-align: center;
}

#main_Img .mv {
  width: 100%;
  position: relative;
}

#main_Img .mv .mv_ttl {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  color: #fff;
}

#main_Img .mv .mv_ttl h2 {
  font-size: min(6vw, 35px);
  font-style: italic;
  color: #fff;
}

#main_Img .mv .mv_ttl p {
  color: #fff;
}

#main_Img h2 {
  font-size: min(4.5vw, 24px);
  line-height: 1.2;
  letter-spacing: 0.2em;
  color: #d5c8a0;
}

#main_Img p {
  font-size: 15px;
  text-align: center;
  line-height: 2;
  color: #d5c8a0;
  margin-top: 30px;
}


/*共通設定*/
.eq_Area {
  position: relative;
  z-index: 1;
  padding: 50px 0 0;
  width: 100%;
  margin: 0 auto;
}

.eq_Area h2 {
  text-align: center;
  color: #366145;
  font-style: italic;
  font-size: min(7vw, 28px);
  margin-bottom: 50px;
}
.eq_Area h2 small {
font-style: normal;
  font-size: min(3vw, 15px);
}
.eq_Area h2.ttl_txt {
text-align: center;
margin-bottom: 50px;
margin-top: -20px;
font-style: normal;
color: #333;
font-size: 18px;
}

.eq_Area .page_nav {
width: 1000px;
max-width: 90%;
margin: 0 auto 50px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.eq_Area .page_nav li {
width: 24%;
}
.eq_Area .page_nav li a {
height: 3.5em;
display: block;
background: #2f4439;
border: 1px solid #2f4439;
color: #cec0a6;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
transition: 0.5s;
}
.eq_Area .page_nav li.here a {
pointer-events: none;
}
.eq_Area .page_nav li.here a ,
.eq_Area .page_nav li a:hover {
background: #cec0a6;
color: #2f4439;
}

.inner_1000 {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto 70px;
}

.eq_Area .flex {
flex-wrap: wrap;
}
.eq_Area .flex li {
margin-bottom: 40px;
}
.jus_been {
justify-content: space-between;
}
.ali_top {
align-items: flex-start;
}
.ali_center {
align-items: center;
}
.ali_bottom {
align-items: flex-end;
}
.flex3-1 {
width: 31%;
}
.flex3-2 {
width: 66%;
}
.flex2-1 {
width: 47.5%;
}
.flex1-1 {
width: 100%;
}
h4.midashi {
color: #6d4f25;
font-size: 18px;
padding: 15px 0;
line-height: 1.4;
}
h4.komidashi {
border-top: 1px solid #808080;
border-bottom: 1px solid #808080;
margin-bottom: 10px;
padding-top: 8px;
padding-bottom: 8px;
font-size: 20px;
line-height: 1.6;
}
h4.komidashi small {
margin-right: 10px;
font-size: 15px;
}
p.komi_txt {
font-size: 15px;
margin-bottom: 20px;
line-height: 1.6;
}
p.nml {
font-size: 14px;
line-height: 1.6;
font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
p.nml.nomi {
margin-top: 10px;
}

p.small {
font-size: 12px;
line-height: 1.6;
margin-top: 10px;
font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
p.brown {
color: #6d4f25;
line-height: 1.6;
}

/*個別css ：kitchen
===============*/
.kitchen {
margin-top: 40px;
}


/*個別css ：bathroom
===============*/
.bathroom {
margin-top: 40px;
}
.tosui {
margin-top: 30px;
}
.tosui figure {
width: 42%;
}
.tosui .tosui_box {
width: 53%;
}
.tosui .tosui_box h4.midashi {
padding-top: 0;
padding-bottom: 10px;
font-size: 16px;
line-height: 1;
}
.tosui .tosui_box p.nml {
font-size: 12px;
}


/*個別css ：powderroom
===============*/
.powderroom .mirror .flex3-2 {
width: 55%;
}
.powderroom .mirror .flex3-1 {
width: 41%;
}



/*個別css ：toilet
===============*/
.toilet .kirei_kinou{
margin-top: 30px;
}
.toilet .aqua .flex3-2 {
width: 66.8%;
}
.toilet .aqua .flex3-1 {
width: 30%;
}



/*個別css ：structure
===============*/
.structure .conkuri {
margin-bottom: 10px;
}
.structure .support h5 {
color: #6d4f25;
font-size: 20px;
margin-bottom: 10px;
}
.structure .support h6 {
background: #6d4f25;
color: #fff;
margin-top: 20px;
padding: 5px;
margin-bottom: 10px;
}



/*個別css ：security
===============*/
.security .secom {
margin-top: 10px;
}
.security .secom figure {
width: 110px;
max-width: 10%;
}
.security .secom .secom_txt {
width: 87%;
}
.security .secom .secom_txt h4.midashi {
padding-top: 0;
}
.security .key div {
margin-bottom: 30px;
}
.security .key div:last-child {
margin-bottom: 0;
}



/*個別css ：landplan
===============*/
.landplan.shikichi h4.midashi {
color: #333;
}
.landplan.shikichi h4.midashi .red {
color: #fff;
background: #a84b77;
padding: 2px 6px;
margin-right: 10px;
font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}


/*個別css ：ecology
===============*/
.ecology .eco5 {
width: 150px;
max-width: 80%;
margin-bottom: 20px;
}
.ecology strong.blue {
color: #2080aa;
font-size: 120%;
}



/*個別css ：other
===============*/
.other .locker {
margin-top: 20px;
}
.other .monitor {
margin-top: 20px;
}
.other .monitor p.nml {
font-size: 13px;
}
.other .img_box.flex3-1 {
width: 28%;
}
.other .txt_box.flex3-2 {
width: 67%;
}
.other .jcom {
max-width: 70%;
margin-top: 20px;
}


/*個別css ：achievement
===============*/
.achievement {
margin-bottom: 30px;
}
.kankyo li:first-child {
margin-right: 30px;
}



@media only screen and (max-width: 830px) {

  /* パンくず */
  #bread_List {
    display: none;
  }

  #main_Img {
    padding: 13% 0 0;
  }

  #main_Img .mv .mv_ttl h2 {
    line-height: 1;
  }

  #main_Img .mv .mv_ttl p {
    margin-top: 15px;
    line-height: 1.6;
  }

  #main_Img h2 {
    line-height: 2;
    font-size: 18px;
  }

  #main_Img p {
    width: 90%;
    margin: 20px auto 0;
    font-size: 14px;
    word-break: auto-phrase;
  }

  .eq_Area {
    padding: 50px 0 0;
  }
  .eq_Area h2 {
  margin-bottom: 40px;
  }
  
  .eq_Area h2.ttl_txt {
  line-height: 1.6;
  font-size: 16px;
  }
  
  .eq_Area .page_nav li {
  width: 48%;
  margin-bottom: 10px;
  }
  .eq_Area .page_nav li a {
  font-size: 14px;
  }

  .inner_1000 {
    margin-bottom: 70px;
  }
  
  .flex3-2 {
  width: 100%;
  }
  .flex3-1 {
  width: 100%;
  }
  .flex2-1 {
  width: 100%;
  }

  .js-scrollable {
    overflow-y: hidden;
  }

  .js-scrollable img {
    height: 300px;
    padding: 30px 0;
    max-width: unset;
  }
  
  .mr_Bnone {
  margin-bottom: 0 !important;
  }

  .mr_B20 {
  margin-bottom: 20px !important;
  }


/*個別css ：bathroom
===============*/
.powderroom .mirror .flex3-2 {
width: 100%;
margin-bottom: 40px;
}
.powderroom .mirror .flex3-1 {
width: 100%;
}


/*個別css ：toilet
===============*/
.toilet .aqua .flex3-2 {
width: 100%;
margin-bottom: 40px;
}
.toilet .aqua .flex3-1 {
width: 100%;
}



/*個別css ：structure
===============*/
.structure {}
.security .secom figure {
max-width: 30%;
margin: 0 auto 20px;
}



/*個別css ：security
===============*/
.security .secom .secom_txt {
width: 100%;
}
.security .key {
margin-top: 20px;
}
.security .key div.flex3-1 {
width: 48%;
}
.security .key div.flex3-1 h4.midashi {
font-size: 14px;
}



/*個別css ：other
===============*/
.other .img_box.flex3-1 {
width: 100%;
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.other .img_box.flex3-1 figure:nth-child(1) {
width: 44%;
}
.other .img_box.flex3-1 figure:nth-child(2) {
width: 50%;
}
.other .txt_box.flex3-2 {
width: 100%;
}
.other .monitor {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: flex-start;
}
.other .monitor .flex3-1 {
width: 45%;
}
.other .monitor .flex3-2 {
width: 50%;
}




/*個別css ：achievement
===============*/
.kankyo li:first-child {
margin-right: 0px;
}



}