@charset "utf-8";
.flex_tri, .flex_do {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.c_white { color: #FFF!important;}
.notes {
	font-size: 1rem;
	padding-left: 1em;
	text-indent: -1em;
}

.headline .txt.biger {
	font-size: 110%;
}
.sec_conomi { overflow: hidden;}
/* select_overall */
.overall_flow {
  background: #ddd8cc;
  color: #767572;
  margin: 30px 0 150px;
  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 { margin: 120px 0 0; }
.select_overall .txt02 {
  text-align: center;
}
.select_overall .txt02 > p {
  border: 1px solid #191b28;
  color: #191b28;
  font-size: 1.2rem;
  letter-spacing: 0.25em;
  padding: 10px 50px;
  margin-bottom: 40px;
}
@media screen and (max-width:1000px) {
  .select_overall .txt02 > p {
    letter-spacing: 0.1em;
    padding: 10px;
  }
}
@media screen and (max-width:767px) {
  .select_overall {
    margin: 20px 0 0;
  }
  .overall_flow {
	margin: 50px 0;
    padding: 20px;
  }
  .overall_flow .ttl {
    font-size: 1.8rem;
  }
  .overall_flow .txt {
    font-size: 1.6rem;
    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;
  }
  .select_overall .txt02 > p {
    margin-bottom: 40px;
    letter-spacing: 0.05em;
  }
}

/* sec select */
.sec_select {
	overflow: hidden;
	padding-bottom: 140px;
}
@media screen and (max-width:767px) {
  .sec_select { padding-bottom: 60px;}
}
.sec_select_ttl01 .ttl_en {
	color: #38322c;
	display: block;
	font-size: 3rem;
  line-height: 1.25;
}
.sec_select_ttl01 .ttl_jp {
	color: #38322c;
	display: block;
	font-size: 1.4rem;
}
.sec_select_ttl01 .icons {
	display: flex;
	gap: 15px;
	margin-top: 15px;
}
.sec_select_ttl01 .icons img {
	height: 32px;
	width: auto;
}
.sec_select_ttl02 { padding: 40px 0;}
.sec_select_ttl02 .ttl_en {
	color: #38322c;
	display: block;
	font-size: 6rem;
  line-height: 1.5;
}
.sec_select_ttl02 .ttl_jp {
	color: #38322c;
	display: block;
	font-size: 2rem;
}
@media screen and (max-width:1000px) {
  .sec_select_ttl02 .ttl_en { font-size: 4rem;}
}
@media screen and (max-width:767px) {
  .sec_select_ttl01 .ttl_en { font-size: 2rem;}
  .sec_select_ttl01 .icons img { height: 22px;}
  .sec_select_ttl02 .ttl_en { font-size: 2.2rem; margin-bottom: 10px;}
  .sec_select_ttl02 .ttl_jp { font-size: 1.4rem;}
}

.sec_select .slick-dots { bottom: -40px; }
.sec_select .slick-dots li button {
	background-color: transparent;
	border: 2px solid #9e9481;
	box-shadow: none;
	margin: 0;
	width: 10px;
	height: 10px;
}
.sec_select .slick-dots li.slick-active button,
.sec_select .slick-dots li button:hover { background-color: #9e9481; }
.sec_select .slick-dots li button:before { content: none;}

.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: #7d7566;
	content: "";
	display: inline-block;
	height: 1em;
	width: 1em;
	margin-right: 0.5em;
	position: relative;
	top: 2px;
}
.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; }

@media screen and (max-width:1000px) {
  .sec_select .item_small_ttl { font-size: 1.4rem;}
}
@media screen and (max-width:767px) {
  .sec_select .ttl_jp_02 { font-size: 1.6rem; margin-bottom: 20px;}
  .sec_select .ttl_jp_02.hasLine { margin-bottom: 45px;}
  .sec_select .ttl_jp_02.hasLine:after { margin-top: 20px;}
}

.sec_select .kitchen_block {
	padding: 115px 0 0;
}
.sec_select .kitchen_img05 {
  background-color: #fff;
  padding: 6% 10% 3%;
}
@media screen and (max-width:767px) {
  .sec_select .kitchen_img05 { padding: 15px;}
}

.wood-bg {
  /* background-size: 100% auto; */
}
.sec_basecolor .ver01 .lines_v02 {
	height: 505px;
}
.sec_select .slick-dots li {
	height: 10px;
	margin: 0 7px;
	width: 10px;
}
@media screen and (max-width: 1024px) {
  .sec_bathroom .ver01 .lines_v02 {
    height: 355px;
  }
}
.mb120 { margin-bottom: 120px;}
@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; }
}