@charset "UTF-8";


#sec04 {
	background-color: #e9d7d0;
	padding-top: 20px;
	padding-bottom: 20px;
}



.slider-wrap {
  width: 860px;
  margin: 40px auto;
}
.slick-slide img {
  width: 100%;
  height: 40vw;
object-fit: contain;
}

@media screen and (max-width:767px){
.slick-slide img {
  width: 100%;
  height: 60vw;
object-fit: contain;
}

}	
	
	
.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 100;
  padding: 4px 8px;
  background: #000;
  border: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  cursor: pointer;
}
.slick-arrow:hover {
  color: #fff;
  opacity: .6;
}
.slick-prev {
  left: 20px;
}
.slick-next {
  right: 20px;
}
.slick-dots {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  font-size: 0;
  text-align: left;
  list-style: none;
}
.slick-dots li {
  display: inline-block;
  margin: 0 8px;
  height: 100px;
}
#slick01 .slick-dots li img{
  object-fit: cover;
}
.slick-dots li button {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 12px;
  height: 12px;
  background: #aaa;
  border: 0;
  border-radius: 50%;
  color: transparent;
  cursor: pointer;
}
.slick-dots .slick-active button,
.slick-dots li button:hover {
  background: #222;
}

#slick01 .slick-arrow,
#slick02 .slick-arrow {
  top: 243px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#slick01 .slick-dots {
  position: static;
  margin-top: 20px;
}
#slick01 .slick-dots li {
  width: 18%;
  height: 10vh;
  margin: 0 1% 10px;
}
#slick01 .slick-dots li:first-child {
  /*margin-left: 0;*/
}
#slick01 .slick-dots li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: .2s ease-in-out;

}
#slick01 .slick-dots .slick-active img,
#slick01 .slick-dots li:hover img {
  opacity: .6;
}



dl.specification-detail{
  display:flex;
  flex-wrap: wrap;
  border-top: none;
  border-bottom: 1px solid #ccc; 
  width: 48%;
  margin-bottom: 0;
}


.specification-detail dt{
  width: 30%;
  box-sizing: border-box;
  border-top: 1px solid #ccc; 
  padding: 20px 10px;
  font-weight: normal;
  line-height: 2;
  color: #628c4c;
}
.specification-detail dd{
  margin: 0;
  border-top: 1px solid #ccc; 
  width: 70%;
  box-sizing: border-box;
  padding: 20px 10px;
  line-height: 2;
}


dl.specification-detail-02{
  display:flex;
  flex-wrap: wrap;
  margin: 0 auto;
  border-bottom: 1px solid #ccc; 
  width: 98%;
}
.specification-detail-02 dt{
  width: 15%;
  padding: 20px 10px;
  font-weight: normal;
  line-height: 2;
  color: #628c4c;
}
.specification-detail-02 dd{
  margin: 0;
  width: 85%;
  box-sizing: border-box;
  padding: 20px 10px;
  line-height: 2;
}

@media screen and (max-width:767px){
  dl.specification-detail{
    width: 100%;
  }
  dl.specification-detail:first-child{
	border-bottom:none;
}

  dl.specification-detail:last-child{
	margin-top:0;
}

}


  .user_request{
    /* position: relative;
    padding-top:40%; */
  }
  .user_request_wrap{
position: relative;
    max-height: 650px;
padding-top: 55%;
}
  .user_request_ttl,.user_request_photo,.user_request_text{
    position: absolute;
  }

  .user_request_ttl{
    width: 35%;
    top: 20%;
  }
  .user_request_photo{
    width: 65%;
    right: 0;
    top: 0;
  }
  .user_request_photo img{
width:100%;
}

  .user_request_text{
    width: 50%;
    background: #e6d9b9;
    bottom: 0;
    padding: 1% 2%;
  }
  .user_request_text ul{
    position:absolute;
    width: 80%;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    line-height: 1.8;
  }

@media screen and (max-width:767px){
  .user_request{
    padding-top: 0;
  }
.user_request_wrap{
padding-top:10%;
}

  .user_request_ttl,.user_request_photo,.user_request_text,.user_request_text ul{
    position: static;
    width: 100%;
  }
  .user_request_ttl{
    margin-bottom: 30px;
  }
  .user_request_text ul{
    width: 100%;
    transform: translate(0%, 0%);
    padding: 6% 3%;
  }
}



@media screen and (min-width: 768px){
	.user_request_wrap .user_request_ttl .border-line .border-line-item {
	    width: 9%;
	}
}




/* 施工事例トップページ */


.works-page .works-block.flex-block{
    justify-content: space-between;
}
.works-block.flex-block .item {
    /* width: 29%; */
    width: 46%;
    margin-bottom: 3%;
}
.works-block.flex-block::after{
  content:"";
  display: block;
  width:29%;
}



.works-block .item{
  padding:16px;
  background: #e6d9b9;
  position: relative;
}



.works-block .item a:hover{
  opacity: 1;
}


.works-block .item figure{
  margin: 0 0 10px;
}

.works-block .item figure img{
  border-radius: 0;
  width: 100%;
  /* height: 170px; */
  height: auto;
  object-fit: cover;
}

.works-block .item figure img{
    transition: 0.3s linear;
}

.works-block .item figure img:hover{
  opacity:.7;
}



.works-block .item .date{
  font-size: 1.4rem;
}

.works-block .item h1.ttl{
  text-align: left;
  font-size: 1.6rem;
  font-weight: normal;
}

.works-block .item .cat{
  position: absolute;
  background: #628c4c;
  color: #fff;
  padding:10px 16px;
  font-size: 1.2rem;
  top: 16px;
  opacity:1;
}




@media screen and (max-width:767px){
  .works-block.flex-block .item {
      width: 100%;
      margin-bottom: 30px;
  }
  .works-block .item figure img{
    height: 235px;
  }
  .works-block .item h1.ttl{
    margin: 5px 0;
  }
}


.actual_title2 {
  position: relative;
  text-align: center;
  color: #57473a;
	font-size: 26px;
	font-weight: bold;
	letter-spacing:1px;
	margin-bottom: 7px;
}
.actual_title2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 4em;
  padding: 0 1em;
  background-color: #e9d7d0;
  text-align: left;
}
.actual_title2::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #816b64;
}


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

.actual_title2 {
  position: relative;
  text-align: center;
  color: #57473a;
	font-size: 18px;
	font-weight: bold;
	letter-spacing:1px;
	margin-bottom: 7px;
}
.actual_title2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2em;
  padding: 0 1em;
  text-align: left;
}
.actual_title2::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  width: 100%;
  background: #422822;
}  

}



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

.actual_title2 {
  position: relative;
  text-align: center;
  color: #57473a;
	font-size: 16px;
	font-weight: bold;
	letter-spacing:1px;
	margin-bottom: 7px;
}
.actual_title2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2em;
  padding: 0 1em;
  text-align: left;
}
.actual_title2::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  width: 100%;
  background: #422822;
}

}


.from3 {
	margin-top: 0px;
	margin-right:0px;
	margin-bottom: 0px;
	margin-left: 0px;
  } 

.mida9 .heading {
	background: #57473a;
	border-radius: 0px 0px 0 0;
	color: #fff;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 14px;
	margin-left: 0px;
	letter-spacing: 1px;
	margin-top: 0px;
	text-align: center;
}

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

.mida9 .heading {
	background: #57473a;
	border-radius: 0px 0px 0 0;
	color: #fff;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
}
	
}	

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

.mida9 .heading {
	background: #57473a;
	border-radius: 0px 0px 0 0;
	color: #fff;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
}
	
	

}	




/* カラム8 */

*, *:before, *:after {
	box-sizing: border-box;
}
.col_8{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_8 > div{
	width: 24%;
	padding: 5px;
}
.col_8 p{
	font-size: 16px;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 500;
}
@media screen and (max-width: 1024px) {
	.col_8 > div{
		width: 24%;
	}
.col_8 p{
	font-size: 16px;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 500;
}	
}
@media screen and (max-width: 480px) {
	.col_8 > div{
		width: 50%;
	}
.col_8 p{
	font-size: 14px;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 500;
}	
}

