#sub_headimage{
	background-image: url(../img/works/head_img.jpg);
}

/*-----施工事例リスト（注文ん住宅トップと同じ）---*/

#works_list{
	margin-top: 120px;
}
.works{
	display: flex;
	flex-wrap: wrap;
	margin: 55px 0;
}
.works article{
	width: 218px;
	text-align: left;
	position: relative;
	padding-bottom: 35px;
	margin: 0 35px 75px 35px;
}
.works_list_img {
	width: 100%;
	position: relative;
}
.works_list_img .has_movie{
	position: absolute;
	bottom: 7.5px;
	left: 0;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	background-color: #5db7e8;
	padding: 5px 6px 4px 8px;
}
.works_list_img::before{
	content: "";
	background-image: url(../img/works/top_imagecover.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 20;
	position: absolute;
	top:0;
	width:218px;
	height: 100px;
}
.works_list_img img{
	width: 100%;
}
.works_list_title{
	font-size: 16px;
	margin: 10px 0;
	font-weight: bold;
	line-height: 120%;
}

.works_list_info{
	font-size: 12px;
	color: #888787;
	line-height: 120%;
}
.works_list_info span{
	display: block;
}


@media screen and (min-width:1025px) and (max-width:1440px) {
.works article{
	width: 18.3%;
	padding-bottom: 35px;
	margin: 0 2.9% 75px 2.9%;
}
.works_list_img::before{
	width:100%;
	height: 100px;
}
}
@media screen and (max-width:640px) {
#works_list{
	margin-top: 80px;
}
.works{
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 25px 0;
}
.works article{
	width: 46%;
	text-align: left;
	margin: 0 0px 35px 0px;
}
.works_list_img .has_movie{
	font-size: 10px;
	bottom: 7px;
}
.works_list_title{
	margin: 5px 0;
}
.works_list_img::before{
	width:102%;
	height: 100px;
}
}


/*---個別ページヘッダイメージ-------------------*/

#works_headimage{
	width: 100%;
	position: relative;
	height: 100%;
}

#works_headimage .page_title_eng{
	padding-top: 0px;
	margin-bottom: 0px;
	position: absolute;
	left:0;
	bottom: 135px;
}

#works_headimage .page_title{
	position: absolute;
	left:0;
	bottom: 95px;
}
.works_kv{
	width: 100%;
}
.works_kv img{
	width: 100%;
}



@media screen and (max-width:640px) {
	
#works_headimage .page_title_eng{
	bottom: 55px;
}

#works_headimage .page_title{
	bottom: 30px;
}

}

/*---個別ページ コンテンツトップ-------------------*/
.works_wrap{
	padding: 70px 0;
}

.works_tag{
	background-color: #728cba;
	color: #fff;
	padding:0px 0px 0px 15px;
	display: inline-block;
}
.works_tag::after{
	content: "";
	border-style: solid;
	border-width: 15px 15px 15px 0;
	border-color: transparent #ffffff transparent transparent;
	display:  inline-block;
    vertical-align:-9px;
    margin-left: 12px;
}

.works_title{
	font-size: 35px;
	font-weight: bold;
	margin: 45px 0;
	line-height: 140%;
}

.works_intto{
	font-size: 17px;
	line-height: 170%;
}


@media screen and (max-width:640px) {
.works_wrap{
	padding: 40px 0;
}
.works_title{
	font-size: 28px;
	margin: 30px 0;
}
.works_intto{
	font-size: 15px;
	line-height: 160%;
}
}


/*---個別ページ スライダー　-------------------*/


#works_gallery{
	width: 952px;
	 margin: 60px auto 120px auto;
}

.slider{
    margin: 20px auto;
    width: 100%;
}
.slider li{
    width: 100%;
    height: 714px;
    background-color: #f5f5f5;
    text-align: center;
}
.slider li img{
	width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    margin: 0 auto;
}
.thumb{
    margin: 20px auto;
    width: 100%;
}
.thumb li{
	width: 100%;
	margin:0 5px; 
	height: 78px;
	background-color: #f5f5f5;
}
.thumb img{
	width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    margin: 0 auto;
}

.slick-prev:before,
.slick-next:before{
    color: #000;
}
.slick-prev:before,
.slick-next:before{
    color: #c6c6c6;
}
.slider .slick-prev{
	left:-55px;
}
.slider .slick-prev:before{
	content:  "";
	display: block;
     width: 45px;
     height: 45px;
     border-top: solid 2px #c6c6c6;
     border-right: solid 2px #c6c6c6;
     -webkit-transform: rotate(-135deg);
     transform: rotate(-135deg);
     margin-right: 200px;
}

.slider .slick-next:before{
	content:  "";
	display: block;
     width: 45px;
     height: 45px;
     border-top: solid 2px #c6c6c6;
     border-right: solid 2px #c6c6c6;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
}



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

#works_gallery{
	width: 100%;
	 margin: 40px 0px;

}
.slider{
    margin: 20px 0px 0 0;
    width: 100%;
}
.slider li{
    width: 100%;
    height: 75vw;
}
.slider li img{
	width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    margin: 0 auto;
    padding: 0;
}
.thumb{
    margin: 15px auto;
    width: 84%;
}
.thumb li{
	width: 100%;
	margin:0 3px; 
	height: 40px;
}
.slider .slick-prev,.slider .slick-prev:before{
	display: none;
}

.slider .slick-next,.slider .slick-next:before{
	display: none;
	right:0;
}
}


/*---こだわりポイント　-------------------*/

.works_midashi{
	background-image: url(../img/works/title_back.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: left bottom;
	font-size: 20px;
	padding: 20px 0  12px 70px;
	font-weight: bold;
	margin-bottom: 40px;
}
.flex_box{
	justify-content:space-between;
}

#point{
	width: 700px;
}

.point_list{
	display: flex;
	flex-wrap: wrap;
}
.point{
	width: 220px;
	margin-bottom: 50px;
	margin-right: 18px;
}
.point:nth-child(3n){
	margin-right: 0px;
}
.point img{
	width: 100%;
}
.point .point_title{
	font-weight: bold;
	margin: 6px 0;
	color: #000;
}
.point .point_desc{
	margin: 6px 0;
	color: #5e5e5e;
	font-size: 14px;
	line-height: 150%;
}

.point a{
	font-size:  14px;
	color: #728cba;
	text-decoration: underline;
}

.point a:hover{
 	color: #5db7e8;
}

@media screen and (min-width:1025px) and (max-width:1440px) {
#point{
	width: 58.8%;
}
.point{
	width: 31%;
}
}

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

.works_midashi{
	font-size: 16px;
	padding: 14px 0  8px 60px;
	margin-bottom: 25px;
	margin-top: 50px;
}
	
.flex_box{
	display: block;
}

#point{
	width: 100%;
}
.point{
	width: 47%;
	margin-bottom: 30px;
	margin-right: 6%;
}
.point:nth-child(3n){
	margin-right:6%;
}
.point:nth-child(2n){
	margin-right:0;
}

.point .point_desc{
	font-size: 12px;
	line-height: 130%;
}
.point a{
	font-size:  12px;
}
}

/*---インフォメーション　-------------------*/

#information{
	width: 370px;
}

#works_info{
	width: 100%;
	margin-top: -25px;
}
#works_info li{
	border-bottom: dotted 1px #151515;
	display: flex;
	padding: 25px 5px;
	font-size: 12px;
}
#works_info li span{
	font-weight: bold;
	width: 75px;
	display: block;
}
#works_info li:nth-child(2) span{
	letter-spacing: 0.4em;
}
.works_infotag{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0;
}
.works_infotag .tag{
	background-color: #afaba4;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	padding: 1px 4px;
	margin-right: 5px;
	margin-bottom: 6px;
}
.plan_img{
	width: 100%;
}
.plan_img img{
	width: 100%;
}

@media screen and (min-width:1025px) and (max-width:1440px) {
#information{
	width: 32.4%;
}
}
@media screen and (max-width:640px) {

#information{
	width:100%;
}
#works_info{
	margin-top: -5px;
}
#works_info li{
	padding: 18px 5px;
}

}


/*--- 動画　-------------------*/

#movie{
	width: 890px;
	padding-bottom: 50px;
	margin: 50px auto;
}
#movie .movie_box iframe{
	width: 100%;
	aspect-ratio: 16 / 9;
}
@media screen and (max-width:640px) {
	#movie{
		width: 100%;
		padding-bottom: 10px;
	}
}


/*--- お客様の声　-------------------*/

#customer_voice{
	width: 890px;
	margin: 50px auto 0 auto;
}
.voice_img{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	
}
.voice_img li{
	width: 130px;
	margin-right:21px;
	margin-bottom: 20px; 
}

.voice_img li img{
	width: 100%;
	height: auto;
}

.voice_img li:nth-child(6n){
	margin-right: 0px;
}
.voice_midashi{
	margin: 40px 0 20px 0;
	background-color: #f0eeed;
	padding:15px 0;
	font-size: 16px;
	font-weight: bold;
}
.voice_midashi span{
	display: block;
	border-left: solid 4px #acaaa7;
	padding:5px 0 5px 15px;
}
.customer_voice p{
	margin-bottom: 15px;
}


@media screen and (max-width:640px) {
#customer_voice{
	width: 100%;
	margin: 50px auto 0 auto;
}
.voice_img li{
	width:  47%;
	margin-right: 6%;
	margin-bottom: 20px; 
}
.voice_img img{
	width:  100%;
	height: auto;
}

.voice_img li:nth-child(2n){
	margin-right: 0px;
}

}


/*--- ページャー　-------------------*/

#works_pager{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 135px 0;
	font-size: 35px;
}
#works_pager li{
	width: 120px;
}
#works_pager .prev a{
	display: block;
	width: 120px;
}

#works_pager .list a{
	display: block;
	width: 120px;
	padding: 16px 0;
	text-align: center;
	border: solid 1px #575757;
}
#works_pager .next a{
	display: block;
	width: 120px;
}

#works_pager .prev a:before{
	content:  "";
	display: inline-block;
     width: 25px;
     height: 25px;
     border-top: solid 2px #c6c6c6;
     border-right: solid 2px #c6c6c6;
     -webkit-transform: rotate(-135deg);
     transform: rotate(-135deg);
}

#works_pager .next a:after{
	content:  "";
	display: inline-block;
     width: 25px;
     height: 25px;
     border-top: solid 2px #c6c6c6;
     border-right: solid 2px #c6c6c6;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
}

@media screen and (max-width:640px) {
	
#works_pager{
	margin: 75px 0;
	font-size: 20px;
}
#works_pager li{
	width: 100px;
}
#works_pager .prev a{
	width:100px;
}

#works_pager .list a{
	width: 100px;
	padding: 8px 0;
}
#works_pager .next a{
	width: 100px;
	text-align: right;
}
#works_pager .prev a:before{
     width: 15px;
     height: 15px;
}

#works_pager .next a:after{
     width: 15px;
     height: 15px;
     margin-left: 0px;
}
}




/*--- 一覧ページのリード文　-------------------*/
.lead-box{
	margin-bottom:40px;
	text-align:center;
}
.lead-box .lead-title{
	font-size:30px;
	line-height:1.2em;
	margin:5px auto;
	color:#605652;
}
.lead-box p{
	font-size:15px;
	line-height:1.6em;
	color:#555;
}
@media screen and (max-width:640px) {
.lead-box .lead-title{
	font-size:20px;
	line-height:1.2em;
	font-weight:bold;
}
.lead-box p{
	font-size:13px;
	line-height:1.6em;
}
}








