@charset "utf-8";
/* common */
.bg02 { color: #1a1a1a;}
.foot_caption ul { max-width: 970px;}
.section { overflow: hidden;}
.mb120 { margin-bottom: 120px;}
.sec_page {
  position: relative;
  padding: 100px 0;
}
.sec_page > div {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .sec_page { padding: 75px 0; }
}
@media screen and (max-width: 767px) {
  .mtSP00 { margin-top: 0px!important; }
  .mtSP20 { margin-top: 20px!important; }
  .mtSP50 { margin-top: 50px!important; }
  .mbSP30 { margin-bottom: 30px!important; }
  .mbSP60 { margin-bottom: 60px!important; }
  .al_sp { text-align: left!important; }
}
.c_white { color: #fff!important; }
.notes {
  font-size: 1rem;
  padding-left: 1em;
  text-indent: -1em;
}
.notes .num {
  border: 1px solid #586166;
  color: #586166;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0;
  height: 14px;
  width: 14px;
  margin: 0 5px 5px 0;
  text-align: center;
  vertical-align: middle;
  text-indent: 0;
}
.notes_full {
  padding: 5px 15px;
  position: absolute;
  right: 0;
  z-index: 1;
}

/* sec_conomi */
.sec_conomi { padding: 90px 0 0;}
.box_intro {
  margin: 0 auto;
  text-align: center;
}
.box_intro .conomi img { width: 175px; }
.box_intro .ttl {
  font-size: 2rem;
  letter-spacing: 0.2em;
  margin-top: 80px;
  color: #47b9d7;
}
.box_intro .txt {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.box_intro .img { margin-top: 120px; }
.list_intro.row { margin: 130px 30px 0;}
.list_intro.row [class^="col"] { padding: 0 10px;}
.list_intro.row [class^="col"]:nth-child(n+4) { margin-top: 20px;}
.list_intro.row [class^="col"]:nth-child(n+4) .conomi_txt {
  height: 24.5%;
}
.list_intro .conomi_txt {
  position: absolute;
  height: 22.3%;
  width: auto;
  left: 0;
  bottom: 20px;
}
.list_intro .conomi_txt img { height: 100%;}
@media screen and (max-width:1000px) {
  .sec_conomi { padding: 100px 0 0;}
  .list_intro.row { margin: 70px 10px 0;}
  .list_intro .conomi_txt { height: 30%;}
  .list_intro.row [class^="col"]:nth-child(n+4) .conomi_txt { height: 32%;}
}
@media screen and (max-width:767px) {
  .sec_conomi { padding: 75px 0 0;}
  .box_intro .ttl {
    font-size: 2rem;
    margin-top: 30px;
  }
  .box_intro .txt {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .box_intro .img { margin-top: 40px; }
  .box_intro .conomi_txt { width: 150px; }
  .list_intro.row { margin: 60px 5px 0;}
  .list_intro.row [class^="col"]:nth-child(n+2) {  margin-top: 15px;}
  .list_intro.row [class^="col"]:nth-child(n+4) .conomi_txt ,
  .list_intro .conomi_txt { height: 60px;}
}

/* select_overall */
.select_overall { padding: 125px 0 0;}
.bg_white {
  background-color: #f2f5fa;
  padding: 55px 0 40px;
}
.overall_flow {
  background: #ddd8cc;
  color: #767572;
  margin-top: 30px;
  margin-bottom: 135px;
  padding: 40px;
  text-align: center;
}
.overall_flow .ttl {
  font-size: 2.6rem;
  margin: 0 0 10px;
}
.overall_flow .txt { font-size: 2rem;}
.overall_flow .line {
  background: #fff;
  padding: 5px;
  font-size: 2rem;
}
.overall_flow .list_step { margin: 40px 0 0;}
.overall_flow .list_step li {
  position: relative;
  margin: 0 0 50px;
}
.overall_flow .list_step li:last-child { margin: 0 0 30px; }
.overall_flow .list_step li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translate(-50%,0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 9px 0 9px;
  border-color: #9e9991 transparent transparent transparent;
}
.overall_flow .list_step .bg {
  background-color: #9e9991;
  padding: 20px 50px;
}
.overall_flow .list_step .ttl {
  color: #fff;
  font-size: 2rem;
  margin: 0 0 20px;
}
.overall_flow .list_step .txt {
  color: #fff;
  font-size: 1.6rem;
  margin-top: 20px;
}
.overall_flow .list_step li .img img {
  max-width: 112px;
  margin: 0 30px;
}
.overall_flow .notes li { text-align: left; }
.select_overall .txt02 { text-align: center;}
.select_overall .txt02 > p {
  border: 1px solid #586166;
  color: #586166;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.25em;
  padding: 14px 50px;
}
@media screen and (max-width:1000px) {
  .overall_flow { margin-bottom: 100px;}
  .select_overall .txt02 > p {
    letter-spacing: 0.1em;
    padding: 10px;
  }
  .select_overall { padding: 100px 0 0;}
}
@media screen and (max-width:767px) {
  .select_overall { padding: 75px 0 0;}
  .bg_white {
    padding: 40px 0 40px;
  }
  .overall_flow { 
    padding: 20px; 
    margin-bottom: 75px;
  }
  .overall_flow .ttl { font-size: 1.8rem;}
  .overall_flow .txt {
    font-size: 1.6rem;
    letter-spacing: 0;
    margin: 0 0 10px;
  }
  .overall_flow .line { font-size: 1.6rem;}
  .overall_flow .list_step .ttl { font-size: 1.6rem;}
  .overall_flow .list_step .txt { font-size: 1.4rem;}
  .overall_flow .list_step .bg { padding: 20px;}
  .overall_flow .list_step li .img img {
    max-width: 80px;
    margin: 0 15px;
  }
  .select_overall .txt02 { text-align: left;}
}
/* sec_select */
.sec_select { padding: 0 0 100px;}
.sec_room { 
  position: relative;
  background-color: #f2f5fa;
}
.sec_select .select_title {
  padding: 115px 0 105px;
  text-align: center;
}
.sec_select .ttl_en {
  color: #2c3340;
  font-size: 3rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.sec_select .ttl_jp_01 {
  font-size: 1.4rem;
  margin-bottom: 20px;
  color: #4b94aa;
}
.sec_select .ttl_jp_01:before,
.sec_select .ttl_jp_01:after {
  background-color: #4b94aa;
  content: "";
  height: 1px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.sec_select .ttl_jp_02 {
  font-size: 2rem;
  margin-bottom: 50px;
  text-align: center;
}
.sec_select .ttl_jp_02.hasLine { margin-bottom: 65px;}
.sec_select .ttl_jp_02.hasLine:after {
  background-color: #002522;
  content: "";
  height: 1px;
  width: 30px;
  display: block;
  margin: 40px auto 0;
}
.sec_select .ttl_jp_02.c_white.hasLine:after { background-color: #ffffff;}
.sec_select .list_logo {
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 10px;
  margin-bottom: 50px;
}
.sec_select .list_logo li { width: 166px; }
.sec_select .txt_jp_01 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.sec_select .txt_jp_02 {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2.25;
}
.sec_select .select_title.c_white .ttl_en {color: #fff; }
.sec_select .select_title.c_white .ttl_jp_01 {color: #47b9d7; }
.sec_select .select_title.c_white .ttl_jp_01:before,
.sec_select .select_title.c_white .ttl_jp_01:after {
  background-color: #47b9d7;
}
.sec_select .item_small_ttl {
  font-size: 1.6rem;
  line-height: 1.25;
  margin-bottom: 15px;
  padding-left: 1.5em;
  text-indent: -1.4em;
}
.sec_select .item_small_ttl:before {
  background-color: #6ea1b2;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  margin-right: 0.5em;
  position: relative;
  top: 2px
}
.sec_select .item_small_ttl small {
  display: block;
  font-size: 60%;
  padding-left: 0.5em;
  text-indent: 0;
}
.sec_select .slick-dots { bottom: -40px;}
.sec_select .slick-dots li button {
  background-color: #949494;
  box-shadow: none;
  margin: 0;
  width: 10px;
  height: 10px;
}
.sec_select .slick-dots li { margin: 0 5px;}
.sec_select .slick-dots li button:hover { background: #949494;}
.sec_select .slick-dots li.slick-active button { background-color: #4b94aa;}
.sec_select .slick-dots li button:before { display: none;}
.sec_select .kitchen_img05 {
  background-color: #fff;
  padding: 6% 10% 3%;
}
.kitchen_block { padding: 115px 0 115px;}
.sec_base { padding-bottom: 65px;}
.sec_kitchen .select_title { padding-bottom: 70px;}
.sec_bathroom .select_title { padding-bottom: 70px;}
.sec_bathroom .ttl_jp_02.mb30 { margin-bottom: 30px;}
@media screen and (max-width:1000px) {
  .sec_select { padding-top: 0;}
  .sec_select .item_small_ttl {
    font-size: 1.45rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width:767px) {
  .sec_select { padding: 0 0 75px;}
  .sec_select .select_title { padding: 60px 0  30px;}
  .sec_select .base_title { padding: 60px 0 30px;}
  .sec_select .ttl_en { font-size: 2.6rem;}
  .sec_select .txt_jp_01 { font-size: 1.6rem; }
  .sec_select .ttl_jp_02 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .sec_select .list_logo li { width: 130px; }
  .sec_select .kitchen_img05 { padding: 15px; }
  .smallSliders {
    margin-left: -30px;
    margin-right: -30px;
  }
  .sec_select .list_logo { margin-bottom: 30px;}
  .sec_select .txt_jp_02 { font-size: 1.4rem;}
  .sec_select .ttl_jp_02.hasLine { margin-bottom: 30px;}
  .sec_select .ttl_jp_02.hasLine:after { margin: 30px auto 0;}
  .sec_base { padding-bottom: 20px;}
  .sec_base.bg02.bg02_left::before { top: -15px;}
  .kitchen_block { padding: 75px 0 40px;}
}

