@charset "utf-8";
/* CSS Document */
/* 仕様ページ_pc 追記箇所
-------------------------------------------*/
.wrapper {
  justify-content: flex-start;
  display: flex;
}
.wrap_01 img {
  width: 180px;
	height:260px;
  margin-top: 20px;
}
/*#kitchen .wrapper {
  justify-content: space-between;
}*/
/*#unit-bath .wrapper {
  justify-content: space-between;
}*/
/*#lavatory .wrapper {
  justify-content: space-between;
}*/
#kitchen .wrap_01 img {
  margin-right: 25px
}
#toilet .wrap_01 img {
  margin-right: 25px
}
#entrance .wrap_01 img {
  margin-right: 25px
}
#exterior .wrap_01 img {
  margin-right: 25px;
}

#unit-bath .wrap_01 img {
  margin-right: 25px
}

#lavatory .wrap_01 img {
  margin-right: 25px
}
#newother .wrap_01 img {
	margin-right: 25px;
}
.wrap_03 {
	width: 1010px;
    margin: 0 auto;
}
.wrapper {
  justify-content: flex-start;
  display: flex;
}
.boxwrapper {
	justify-content: flex-start;
  display: flex;
}
.detail_box {
	width: calc(1/4*100%);
}
.detail_box a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin: 10px 5px;
  padding: 1em 2em;
  /*color: #0B55B4;*/
   color: #23645A;
  font-size: 18px;
  font-weight: 700;
  background-color: #F2F2F2;
  transition: 0.3s;
}
.detail_box a img {
	display: block;
}
.detail_box a:hover {
	text-decoration: none;
}

.detail_box a::after {
  content: '';
  width: 15px;
  height: 15px;
  /*border-bottom: 2px solid #0B55B4;
  border-right: 2px solid #0B55B4;*/
  border-bottom: 2px solid #23645A;
  border-right: 2px solid #23645A;
  transform: rotate(45deg);
}

.txt-hide{
display: none;
}

button.more {
width: 120px;
margin: 20px auto;
display: block;
background-color: transparent;
color: #111111;
padding:10px 15px;
border: none;
outline: 0;
transition: .5s;
-erbkit-transition: .5s;
}
 
button.more::before {
content: "もっと見る";
transition: .2s;
-erbkit-transition: .2s;
}

button.more.on-click::before{
content: "閉じる";
}
button.more.on-click img {
	display: none;
}

/*pc版バナーパート*/
#performance_d_wrap .banner {
  width: 1000px;
  margin: 0 auto;
  //padding: 70px 0;
 
}
#performance_d_wrap .content {
  display: flex;
}
#performance_d_wrap .bn_content {
  display: flex;
  align-items: center;
}
#performance_d_wrap .bn_content {
  margin-right: 30px;
  margin-bottom: 20px;
}
#performance_d_wrap .bn_wrap{
	margin-right:10px;
}
#performance_d_wrap .sp { display: none !important; }
/* 仕様ページ_pc
-------------------------------------------*/
#performance_d_wrap {}
.page_ttl_performance {
  width: 100%;
  background: url(../images/performance/performance_ttl_bg.jpg) no-repeat;
  background-size: cover;
  min-width: 1200px;
  height: 230px;
  color: #FFF;
  text-align: center;
  padding: 70px 0 0 0;
}
.page_ttl_performance p.en {
  font-size: 40px;
  margin: 0 0 20px;
}
.page_ttl_performance p.ja {
  font-size: 26px;
}
#performance_d_wrap .ttl_copy {
  width: 1000px;
  margin: 0 auto;
  background: url(../images/common/border_bg.png) repeat;
  padding: 10px;
}
#performance_d_wrap .ttl_copy .wrap {
  background-color: #fff;
  text-align: center;
  padding: 30px;
}
#performance_d_wrap .ttl_copy .wrap h1 {
  font-size: 36px;
  /*color: #0B55B4;*/
   color: #23645A;
  font-weight: lighter;
  margin: 0 0 20px;
}
#performance_d_wrap .left .wrap {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
  padding: 70px 0;
  /*position: relative;*/
}

#performance_d_wrap .left .wrap .wrap_02 .wrap_03 {
  /*//float: left;*/
  width: 1000px;
  /*//width: 445px;
	//margin: 70px 0 0;*/
}
#performance_d_wrap .right {
  width: 100%;
  background-color: #f3f3f3;
}
#performance_d_wrap .right .wrap {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
  padding: 70px 0;
}

#performance_d_wrap h2 {
  /*color: #0B55B4;*/
  color: #23645A;
  font-size: 50px;
  font-weight: lighter;
  display: block;
  margin: 0 0 15px;
  background: url(../images/performance/sub_ttl_icon.png) no-repeat bottom left;
  background-size: 70px 8px;
  padding: 0 0 15px;
}
#performance_d_wrap h2 span {
  color: #464646;
  font-size: 18px;
  margin: 0 0 0 10px;
}
#performance_d_wrap .left h2 {
  top: 75px;
}
#performance_d_wrap .right h2 {
  top: 75px;
  left: 470px;
}
#performance_d_wrap .wrap_02 .maker_wrap .wrap_03{
  margin: 20px 0 0;
}

#performance_d_wrap p.detail_btn a:hover {
  text-decoration: none;
}

#performance_d_wrap p.btn a:hover {
  text-decoration: none;
}




/* 仕様ページ_sp
-------------------------------------------*/
@media screen and (max-width: 767px) {
  .wrapper {
		display: block;
	}
  .boxwrapper {
    display: block;
  }
  .page_ttl_performance {
    background: url(../images/performance/performance_ttl_bg_sp.jpg) no-repeat;
    background-size: 100%;
    min-width: 320px;
    height: 100px;
    padding: 25px 0 0 0;
  }
  .page_ttl_performance p.en {
    font-size: 22px;
    margin: 0;
  }
  .page_ttl_performance p.ja {
    font-size: 15px;
  }
  #performance_d_wrap .ttl_copy {
    width: 92%;
    padding: 10px;
  }
  #performance_d_wrap .ttl_copy .wrap {
    background-color: #fff;
    padding: 15px;
  }
  #performance_d_wrap .ttl_copy .wrap h1 {
    font-size: 20px;
    color: #0B55B4;
    font-weight: lighter;
    margin: 0 0 10px;
  }
  #performance_d_wrap .left {}
  #performance_d_wrap .left .wrap {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
    padding: 40px 0;
    position: static;
  }
  /*#performance_d_wrap .left .wrap .wrap_01 {
	//float: none;
	//width: 100%;
}*/
  #performance_d_wrap .left .wrap .wrap_02 .wrap_03{
    float: none;
    width: 100%;
    margin: 10px 0 0;
  }
  #performance_d_wrap .right {}
  #performance_d_wrap .right .wrap {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
    padding: 40px 0;
    position: static;
  }
  /*#performance_d_wrap .right .wrap .wrap_01 {
	//float: none;
	//width: 100%;
	
}*/
  #performance_d_wrap .right .wrap .wrap_02 .wrap_03{
    float: none;
    width: 100%;
    margin: 10px 0 0;
  }
  
  #performance_d_wrap .wrap_01 {
 
	   width: 200px;
	  height:auto;
	  margin:0 auto;
  }
  #performance_d_wrap h2 {
    /*color: #0B55B4;*/
	color: #23645A;
    font-size: 26px;
    font-weight: bold;
    display: block;
    margin: 0 0 15px;
    padding: 0 0 10px;
  }
  #performance_d_wrap h2 span {
    color: #464646;
    font-size: 12px;
    margin: 0 0 0 5px;
    font-weight: lighter;
  }
  #performance_d_wrap h2 {
    white-space: nowrap;
	  
	width:92%;
  }
  #performance_d_wrap .right h2 {
    position: static;
  }
  #performance_d_wrap .wrap_02 .maker_wrap .wrap_03{
    margin: 20px 0 0;
    background-color: #e5e5e5;
    padding: 15px;
  }
 
.wrap_01 img {
 width: 200px;
	height:auto;
  margin-top: 20px;
}
	#performance_d_wrap .pc img{ display: none !important; }
    #performance_d_wrap .sp img{ display: block !important; }
/*バナーpart*/
	
  #performance_d_wrap .banner {
    max-width: 100%;
  }
  #performance_d_wrap .content {
    display: block;
  }
  /*.wrap_01 {
    width: 92%;
    margin: 0 auto;
  }*/
  #performance_d_wrap .banner {
    width: 100%;
    margin: 0 auto;
	padding: 0;
  }
	#performance_d_wrap .bn_content {
  margin-right: 0;
}
	.wrap_03 {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  position: static;
}
	.detail_box {
  width: 50%;
  height: auto;
  margin: 0 auto;
  float: left;
	}
	.detail_box a {
		font-size: 0.9rem;
		margin: 5px;
		padding: 1em 0.8em;
	}
}