@charset "UTF-8";
/* CSS Document */

/*--- 共通  ---*/
.section_title1{
	font-size: 70px;
	font-weight: 900;
	margin-bottom: 50px;
	color: #3f3530;
	font-feature-settings: "palt";
}
.section_subtitle1{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.section_title2{
	font-size: 70px;
	font-weight: 900;
	margin-bottom: 70px;
	color: #fff;
	font-feature-settings: "palt";
}
.section_subtitle2{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #fff;
}

/*--- IEの時だけ  ---*/
@media all and (-ms-high-contrast: none) {
.section_title1,.section_title2{
	letter-spacing: -0.01em;
}
}




/*--メインビジュアル------------------------------------*/
#kv{
	width:100%;
	padding-top: 0px;
	text-align: center;
	position: relative;
}
#kv:before{
	width: 100%; 
    height: 763px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
	z-index: -60;
}

#kv:after{
	width: 100%; 
    height: 800px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../img/index/news_back.jpg);
	background-repeat: repeat;
	background-size: 18px auto;
	z-index: -90;
}
#kv #kv_inner{
	margin:0 auto;
	position: relative;
	height: 966px;
}
#kv #kv_inner .kv1 img,#kv #kv_inner .kv2 img,#kv #kv_inner .kv3 img,#kv #kv_inner .kv_catch img,#kv #kv_inner .kv_back img{
	width: 100%;
}
.kv1{
	position: absolute;
	width: 1312px;
	height: 765px;
	right:0;
	top:0;
	z-index: 5;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0px -70px;
}

#kv #kv_inner .kv2{
	position: absolute;
	width: 465px;
	left:218px;
	bottom:117px;
	z-index:10;
	overflow: hidden;
}
#kv #kv_inner .kv3{
	position: absolute;
	width: 332px;
	/* 見学会１つの時 */ 
	left:720px;
	/* 見学会２つの時 */ 
	/* left:1070px; */
	bottom:116px;
	z-index: 10;
}
#kv #kv_inner .kv3 img{
	display: block;
}
#kv #kv_inner .kv3.sub{
	position: absolute;
	width: 332px;
	left:720px;
	bottom:116px;
	z-index: 10;
}
#kv #kv_inner .kv_catch{
	position: absolute;
    width: 900px;
    left: 293px;
    top: 106px;
    z-index: 50;
}
#kv #kv_inner .kv_back{
	position: absolute;
	width: 1312px;
	left:0;
	bottom:0;
	z-index: -10;
}

#kv #kv_inner .kv2 .imgmov{
	height: 105%;
	position: absolute;
	top: -8px;
	left:0px;
	z-index: 20;
}
#kv #kv_inner .kv2 img{
	position: relative;
	z-index: 1;
}

@media screen and (min-width:1025px) and (max-width:1440px) {
#kv #kv_inner{
	height: auto;
	width: 100%;
}
#kv #kv_inner:before {
    content:"";
    display: block;
    padding-top: 67%;
}
.kv1{
	width: 91%
}
#kv #kv_inner .kv2{
	width: 32%;
	left:15%;
}
#kv #kv_inner .kv3{
	width: 23%;
	/* 見学会１つの時 */ 
	left:50%;
	/* 見学会２つの時*/ 
	/* left:74%; */
}
#kv #kv_inner .kv3.sub{
	width: 23%;
	left:50%;
}
#kv #kv_inner .kv_catch{
	width: 62.6%;
    left: 20%;
    top: 10%;
}
#kv #kv_inner .kv_back{
	width: 91%
}

}

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

#kv:before{
    height: 320px;
 }

#kv:after{
    height: 395px;
}

#kv #kv_inner{
	height: 470px;
}

.kv1{
	width: 88%;
	height: 380px;
	text-align: right;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

#kv #kv_inner .kv2{
	width: 58.8%;
    left: 0;
    bottom: 55px;
}
#kv #kv_inner .kv3{
	/* 	見学会１つの時 */
	width: 35%;
	right:3%;
	left:auto;
	bottom:55px;

	/* 見学会2つの時 */
	/* width: 30%;
	right:3%;
	left:auto;
	bottom:45px; */
}
#kv #kv_inner .kv3.sub{
	width: 30%;
	right:35%;
	left:auto;
	bottom:45px;
}
#kv #kv_inner .kv_catch{
	width: 100%;
	left:0;
	top:52px;
}
#kv #kv_inner .kv_back{
	position: absolute;
	width: 90%;
}


}

/*---見学会開催時に住宅外観写真に被せる----*/
#kv #kv_inner .kv3 .next-event{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#kv #kv_inner .kv3 .next-event a{
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(14,32,99,0.35);
}
#kv #kv_inner .kv3 .next-event a:hover{
	background-color: rgba(14,32,99,0.15);
}
#kv #kv_inner .kv3 .next-event img{
	width: 68%;
	height: auto;
	padding-top: 55px;
	margin: 0px auto;
}
@media screen and (max-width:640px) {
#kv #kv_inner .kv3 .next-event img{
	width: 90%;
	padding-top: 10px;
}
}
/*-----*/

/*--Works------------------------------------*/


#works{
	margin-top: -45px;
	display: flex;
	align-items: stretch;
	padding-bottom: 80px;
	z-index: 20;
}
#works article{
	width: clamp(215px, 35vw, 280px);
	height: auto;
	display: block;
	position: relative;
	margin: 0 20px;
	background-color: #fff;
}
#works article a{
	height: 100%;
	text-decoration: none;
	display: block;
	/* min-height: 280px; */
}
#works .works_img{
	width: 100%;
	/* height: auto; */
	overflow: hidden;
	text-align: center;
	position: relative;
}
#works .works_img:before{
	content: "";
	display: block;
	padding-top: 100%;
}
#works .works_img img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	
	/*IE edg用*/
	object-position: center;
	font-family: 'object-fit: cover; object-position: bottom;';
}

#works .works_title{
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	font-weight: bold;
	line-height: 1.3;
	text-align: left;
	letter-spacing: 0.06em;
	color: #fff;
	font-size: 15px;
	text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
	z-index: 10;
}

#works .slick-dots {
    bottom: 35px;
}

@media screen and (min-width:1025px) and (max-width:1440px) {
#works article a{
	/* min-height: 250px; */
}
}
@media screen and (max-width:640px) {
#works{
	margin-top: -30px;
	margin-left: 0px;
}
#works article{
	margin: 0 5px;
}
#works article a{
	/* min-height: 215px; */
}


#works .works_title{
	bottom: 10px;
	font-size: 12px;
}

}




/*--Model------------------------------------*/

model{
	position: relative;
	z-index:-20;
}

.model_inner{
	position: relative;
	padding:160px 0 100px 0;
	z-index: 0;
	background-image: url(../img/index/back_border.jpg);
	background-repeat: repeat;
	background-size: 5px 5px;
	text-align: center;
}
.model_inner:after{
	width: 247px; 
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: -5;
}

#model_heaad{
	background-image: url(../img/index/modeltitale_back.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto;
	background-position: 62% -8px;
}

#model_heaad .model_title{
	font-size: 60px;
	font-weight: 700;
	padding: 50px 0 40px 0;
	letter-spacing: -0.02em;
}
#model_heaad .model_title span{
	font-size: 65px;
	font-weight: 300;
	display: inline-block;
	padding: 0 10px;
}
#model_heaad .model_subtitle{
	font-size: 18px;
	font-weight: 600;
}
#model_heaad p{
	padding: 12px 0 62px 0;
	width: 500px;
	margin: 0 auto;
	text-align: left;
}
.model_contents{
	display: flex;
	justify-content: center;
	margin-bottom: 70px;
}

.model_contents article{
	width: 340px;
	margin-right: 85px;
	text-align: left;
	position: relative;
	padding-bottom: 50px;
}

.model_contents article:last-child{
	margin-right: 0px;
}
.model_contents .model_img,.model_contents .model_img img{
	width: 100%;
}

.model_contents .model_contetnts_title{
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
	margin-top: 5px;
	margin-bottom: 10px;
}


#model_link{
	display: flex;
	justify-content: center;
}
#model_link div{
	margin: 0 17px;
}
@media screen and (min-width:1025px) and (max-width:1440px) {
.model_inner:after{
	width: 17%; 
}
.model_contents article{
	width: 23.6%;
	margin-right: 5.9%;
}
}

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

.model_inner{
	padding: 80px 0 57px 0;
	background-position-x:3px;
}
.model_inner:after{
	width: 25%; 
}
#model_heaad{
	background-position: 95% -4px;
    background-size: 70%;
}

#model_heaad .model_title{
	font-size: 30px;
	padding: 18px 0 20px 0;
}
#model_heaad .model_title span{
	font-size: 34px;
	padding: 0 6px;
}
#model_heaad .model_subtitle{
	font-size: 18px;
	width: 90%;
	margin: 0 auto;
}
#model_heaad p{
	padding: 12px 0 25px 0;
	width: 90%;
}
.model_contents{
	display: block;
	margin-bottom: 40px;
}

.model_contents article{
	width: 70%;
	margin: 0 auto 40px auto;
	padding-bottom: 30px;
	
}

.model_contents article:last-child{
	margin: 0 auto 30px auto;
}

#model_link{
	display: block;
}
#model_link div{
	margin: 0px;
}


}




/*--high------------------------------------*/

#high{
	position: relative;
	padding-top: 80px;
}

#high .high_inner{
	position: relative;
	padding:60px 0 100px 0;
	z-index: 0;
	background-image: url(../img/index/back_border.jpg);
	background-repeat: repeat;
	background-size: 5px 5px;
	text-align: center;
}
#high .high_inner:before{
	width: 100%;
    height: 120px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: -20;
}
#high .high_inner:after{
	width: 247px; 
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: -5;
}

#high_head{
	background-image: url(../img/index/modeltitale_back.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto;
	background-size: 35%;
	background-position: 62% -8px;
}
#high_head .high_title{
	font-size: 60px;
	font-weight: 700;
	padding: 80px 0 40px 0;
	letter-spacing: -0.02em;
}
#high_head .high_title span{
	font-size: 65px;
	font-weight: 300;
	display: inline-block;
	padding: 0 10px;
}
#high_head .txt_box{
	margin-top: 30px;
	margin-bottom: 70px;
}
#high_head .flex_box{
	justify-content: center;
	align-items: center;
}
#high_head section:first-child{
	margin-bottom: 30px;
}
#high_head .high_subtitle{
	width: 160px;
	font-size: 18px;
	font-weight: 600;
}
#high_head p{
	width: 630px;
	padding: 0 34px;
	text-align: left;
	border-left: 3px solid #f3a642;
}
.high_contents{
	display: flex;
	justify-content: center;
	margin-bottom: 70px;
}

.high_contents article{
	width: 340px;
	margin-right: 85px;
	text-align: left;
	position: relative;
	padding-bottom: 50px;
}

.high_contents article:last-child{
	margin-right: 0px;
}
.high_contents .high_img,.high_contents .high_img img{
	width: 100%;
}

.high_contents .high_contetnts_title{
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
	margin-top: 5px;
	margin-bottom: 10px;
}


#high_link{
	display: flex;
	justify-content: center;
}
#high_link div{
	margin: 0 17px;
}
@media screen and (min-width:1025px) and (max-width:1440px) {
.high_inner:after{
	width: 17%; 
}
.high_contents article{
	width: 23.6%;
	margin-right: 5.9%;
}
}

@media screen and (max-width:640px) {
#high {
    padding-top: 30px;
}

.high_inner{
	padding:0 0 57px 0;
	background-position-x:3px;
}
#high .high_inner:before{
    height: 90px;
}
.high_inner:after{
	width: 25%; 
}
#high_head section:first-child{
	margin-bottom: 20px;
}
#high_head{
	background-position: 95% -4px;
    background-size: 70%;
}
#high_head .high_title{
	font-size: 30px;
	padding: 18px 0 20px 0;
}
#high_head .high_title span{
	font-size: 34px;
	padding: 0 6px;
}
#high_head .high_subtitle{
	position: relative;
	font-size: 18px;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 22px;
}
#high_head .high_subtitle::after{
	content: "";
	position: absolute;
	display: block;
	width: 20px;
	height: 2px;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #f3a642;
}
#high_head .txt_box{
	margin-top: 20px;
	margin-bottom: 40px;
}
#high_head .flex_box{
	display: block;
}
#high_head p{
	padding: 0;
	width: 90%;
	margin: 0 auto;
	border: none;
}
.high_contents{
	display: block;
	margin-bottom: 0;
}

.high_contents article{
	width: 70%;
	margin: 0 auto 40px auto;
	padding-bottom: 30px;
	
}

.high_contents article:last-child{
	margin: 0 auto;
}
}

/*--passive------------------------------------*/
#passive{
	position: relative;
	z-index:15;
}
.passive_inner{
	position: relative;
	padding:180px 0 50px 0;
	z-index: -10;
	background-image: url(../img/index/back_border.jpg);
	background-repeat: repeat;
	background-size: 5px 5px;
}
.passive_inner:before{
	width: 100%; 
    height: 220px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: -20;
}
.passive_inner:after{
	width: 247px; 
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: -10;
}
#passive_head{
	position: relative;
	/* background-image: url(../img/index/passive_pyramid.png);
	background-repeat: no-repeat;
	background-size: contain; */
	margin: 0 auto;
	/* background-size: 50%;
	background-position: right 125px top; */
	padding-bottom: 100px;
	margin-bottom: 50px;
}
#passive_head .img{
	position: absolute;
	width: 50%;
	bottom: 0;
	right: 125px;
}
#passive_head .img img{
	display: block;
	width: 100%;
}
#passive .section_title1,#passive .section_subtitle1{
	line-height: 1;
	margin-left:125px;
}
.passive_desc{
	width: min(40%, 500px);
	margin-bottom: 40px;
	margin-left:125px;
	margin-right: 125px;
}
.passive_contents{
	display: flex;
	justify-content: center;
	margin-bottom: 70px;
}

.passive_contents article{
	width: 340px;
	margin-right: 85px;
	text-align: left;
	position: relative;
	padding-bottom: 50px;
}

.passive_contents article:last-child{
	margin-right: 0px;
}
.passive_contents .passive_img,.passive_contents .passive_img img{
	width: 100%;
}

.passive_contents .passive_contetnts_title{
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
	margin-top: 5px;
	margin-bottom: 10px;
}

/*---------- ZEH --------------*/
.zeh{
	width: 50%;
	margin: 60px auto 80px;
}
.zeh .zeh_ttl{
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.zeh .tbl_zeh{
	width: 100%;
    border-top: solid 1px #dbdbdb;
    border-left: solid 1px #dbdbdb;
    background-color: #fff;
}
.zeh .tbl_zeh th{
	text-align: center;
	background-color: #f6f6f6;
    border-bottom: solid 1px #dbdbdb;
    border-right: solid 1px #dbdbdb;
    padding: 10px 10px;
}
.zeh .tbl_zeh td{
	width: 20%;
	text-align: center;
    border-bottom: solid 1px #dbdbdb;
    border-right: solid 1px #dbdbdb;
    padding: 10px 10px;
}
.zeh .tbl_zeh td.bold{
	font-weight: bold;
}

@media screen and (min-width: 1025px) and (max-width: 1440px){
	.passive_contents article {
	    width: 23.6%;
	    margin-right: 5.9%;
	}
}
@media screen and (max-width:640px) {
	.passive_inner{
		padding:80px 0 10px 0;
	}
	.passive_inner:after{
		width: 25%;
	}
	#passive .section_title1{
		font-size: min(12vw, 50px);
		margin-bottom: 30px;
		margin-left: 5%;
		font-weight: bold;
		line-height: 1em;
	}

	#passive .section_subtitle1{
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 15px;
		margin-left: 5%;
	}
	#passive_head{
		padding-bottom: 20px;
	}
	#passive_head .img{
		position: initial;
		width: 90%;
		margin: 0 auto;
	}
	.passive_desc{
		width: 90%;
		margin-bottom: 40px;
		margin-left: 5%;
		margin-right: 5%;
	}
	.passive_contents{
		display: block;
	}
	.passive_contents article{
		width: 70%;
		margin: 0 auto 40px auto;
		padding-bottom: 30px;s
	}
	.passive_contents article:last-child{
		margin: 0 auto;
	}
	.zeh{
		width: 80%;
		margin: -20px auto 60px;
	}
	.zeh .zeh_ttl{
		font-size: 12px;
		margin-bottom: 6px;
	}
	.zeh .tbl_zeh th,
	.zeh .tbl_zeh td{
		font-size: 10px;
		line-height: 1.2;
	}
}

/*--Design------------------------------------*/

#design{
	position: relative;
	z-index:15;
}
#design .bg{
	width: 100%;
	height: 100%;
    content: "";
    position: absolute;
	z-index:-20;
	background-image: url(../img/index/back_madori.png);
	background-repeat: no-repeat;
	background-size: 470px auto;
	background-position: -40px 30%;
	top:0;
	left:0;
}
.design_inner{
	position: relative;
	padding:105px 0 100px 0;
	z-index: -10;
/* 	background-image: url(../img/index/back_border.jpg); */
	background-repeat: repeat;
	background-size: 5px 5px;
}
/* .design_inner:before{
	width: 100%; 
    height: 180px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: -20;
} */
/* .design_inner:after{
	width: 247px; 
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: -10;
} */
#design .section_title1{
	line-height: 1.5;
	margin-left:0;
	text-align: center;
	margin-bottom: 10px;
}
#design .section_subtitle1{
	line-height: 1.5;
	margin-left:0;
	text-align: center;
}
#design .section_title1 span {
    font-size: 65px;
    font-weight: 300;
    display: inline-block;
    padding: 0 10px;
}
.design_desc{
	width: 1000px;
	margin-bottom: 40px;
	margin-left:auto;
	margin-right: auto;
}
.design_img{
	width: 635px;
}
.design_img img{
	width: 100%;
}

#gallery_panel{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 125px;
}
#gallery_panel li{
	width: 190px;
	height: 190px;
	overflow: hidden;
	text-align: center;
	position: relative;
	margin-bottom: 10px;
}
#gallery_panel li:before{
  content: "";
  display: block;
  padding-top: 100%;
}
#gallery_panel li img{
	position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  /*IE edg用*/
  object-position: center;
  font-family: 'object-fit: cover; object-position: bottom;';
}

#gallery_category{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 820px;
	margin: 35px auto;
	box-sizing: border-box;
}
#gallery_category li {
	background-color: #eee;
	text-align: center;
	margin: 4px auto;
}
#gallery_category li a{
	display: block;
	line-height: 240%;
	color: #3d6398;
	padding: 6px 10px;
	margin: 0 20px;
}
#gallery_category li:hover{
	opacity: 0.6;
}
#gallery_category li.cat-item-7,
#gallery_category li.cat-item-8,
#gallery_category li.cat-item-9,
#gallery_category li.cat-item-16,
#gallery_category li.cat-item-13,
#gallery_category li.cat-item-15{
	width: 16%;
}
/* #gallery_category li a:before{
	content: "> ";
} */
.design_link{
    display: flex;
    justify-content: center;
}
.design_link div{
	margin: 0 17px;
}
.design_link .link_btn3 a {
    width: 310px;
    font-size: 16px;
    padding: 26px 0;
    background-color: #fff;
}
.design_link .link_btn3 a:hover{
    background-color: #141414;
    color: #fff;
}


@media screen and (min-width:1025px) and (max-width:1440px) {
	
.design_inner .flex_box > div{
	width: 44%;
}
.design_inner:after{
	width: 17%; 
}
.design_inner:after{
	width: 17%; 
}
#design .section_title1,#design .section_subtitle1{
/* 	margin-left:8.6%; */
}

.design_desc{
	width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.design_img{
	width: 100%;
}
#gallery_panel{
	margin: 0 8.6%;
}
#gallery_panel li{
	width: 15.9%;
	height: 15.9%;
}

}

@media screen and (max-width:640px) {
#design{
	margin-top: 30px;
}
#design .bg{
	background-size: 300px auto;
	background-position: -100% 5%;
}
.design_inner{
	padding:50px 0 10px 0;
}
.design_inner:before{
    height: 180px;
}
.design_inner:after{
	width: 25%; 
}


#design .section_title1{
	font-size: min(10vw, 40px);
	margin-bottom: 30px;
	margin-left: 0;
	font-weight: bold;
}
#design .section_title1 span {
    font-size: 45px;
}

#design .section_subtitle1{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-left: 5%;
}

#design .link_btn1 a {
    margin: 0px auto 60px auto;
}
.design_desc{
	width: 90%;
	margin-bottom: 25px;
	margin-left: 5%;
	margin-right: 5%;
}
.design_img{
	width: 92%;
}
.design_img img{
	width: 100%;
}

#gallery_panel{
	justify-content: space-around;
	margin: 0 5%;
}
#gallery_panel li{
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
}
#gallery_category{
	width: 100%;
	margin: 25px auto;
	padding: 0 5%;
    box-sizing: border-box;
}
#gallery_category li a{
	margin: 0;
	padding: 6px 7px;
}
#gallery_category li.cat-item-7,
#gallery_category li.cat-item-8,
#gallery_category li.cat-item-9,
#gallery_category li.cat-item-16,
#gallery_category li.cat-item-13,
#gallery_category li.cat-item-15{
	width: 32%;
}
#gallery_category li.cat-item-10,
#gallery_category li.cat-item-11,
#gallery_category li.cat-item-12,
#gallery_category li.cat-item-14{
	width: 49%;
}
.design_link{
	display: block;
}
.design_link div{
	margin: 0px;
}

#design .link_btn1 a, #design .link_btn3 a {
    width: 70%;
    font-size: 14px;
    padding: 22px 0;
    margin: 18px auto;
}
}

@media screen and (max-width:320px) {
#gallery_panel li{
	width: 85px;
	height: 85px;
	margin-bottom: 6px;
}
#gallery_category li.cat-item-10,
#gallery_category li.cat-item-11,
#gallery_category li.cat-item-12,
#gallery_category li.cat-item-14{
	width: 100%;
}

}






/*--モデルルーム------------------------------------*/

#modelroom{
	position: relative;
	margin-top: 70px;
	padding-bottom: 170px;
    background-image: url(../img/index/back_border.jpg);
    background-repeat: repeat;
    background-size: 5px 5px;
    z-index: 0;
}
#modelroom:before{
    width: 100%;
    height: 54%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: -5;
}
#modelroom:after{
    width: 30%;
    height: 100%;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    z-index: -5;
}
.modelroom_txt{
	width: 50%;
	padding-right: 6%;
}
.modelroom_txt p{
	margin-left:125px;
	margin-bottom: 30px;
}
.modelroom_txt .section_title1,
.modelroom_txt .section_subtitle1{
	margin-left:125px;
}
.modelroom_txt .modelroom_info{
	color: #7b7b7b;
	font-size: 14px;
}
.modelroom_pv{
	width: 50%;
	margin: 0 20px;
}
.modelroom_image{
	width: 900px;
	justify-content: center;
	margin: 65px auto;
}
.modelroom_image li{
	width: 20%;
	height: auto;
	margin-right: 33px;
}
.modelroom_image li:last-child{
	margin-right: 0;
}	
.modelroom_image li img{
	display: block;
	width: 100%;
	height: auto;
}
#modelroom_link{
	display: flex;
	justify-content: center;
}
#modelroom_link div{
	margin: 0 17px;
}
#modelroom_link .link_btn1 a span{
    background-image: url(../img/common/icon_hbtn1.png);
    display: inline-block;
    margin-top: 0px;
    background-size: 22px auto;
    background-repeat: no-repeat;
    background-position: left 2px;
    padding-left: 26px;
    padding-top: 1px;
    font-size: 16px;
}
#modelroom_link .link_btn3 a{
    width: 310px;
    font-size: 16px;
    padding: 26px 0;
    background-color: #fff;
}
#modelroom_link .link_btn3 a:hover{
    background-color: #141414;
    color: #fff;
}


@media screen and (min-width:1025px) and (max-width:1440px) {

#modelroom:after{
	width: 17%; 
}
.modelroom_inner .flex_box > div{
	width: 44%;
}
#modelroom .section_title1,
#modelroom .section_subtitle1,
#modelroom .modelroom_txt p{
	margin-left:8.6%;
}
.modelroom_img{
	width: 100%;
}
}

@media screen and (max-width:640px) {
#modelroom{
	margin-top: 57px;
	padding-bottom: 57px;
}
#modelroom:before{
    height: 60%;
}
#modelroom:after{
	width: 25%; 
}
.modelroom_inner .flex_box{
	display: block;
}
#modelroom .section_title1{
	font-size: 50px;
	margin-bottom: 30px;
	margin-left: 5%;
	line-height: 1em;
	font-weight: bold;
}
#modelroom .section_subtitle1{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-left: 5%;
}
.modelroom_txt{
	width: 90%;
    margin-bottom: 25px;
}
.modelroom_txt p{
    margin-left: 5%;
    margin-bottom: 10px;
}
.modelroom_txt .modelroom_info{
	font-size: 12px;
}
.modelroom_pv{
	width: 90%;
	margin: 0 5% 25px 5%;
}
.modelroom_inner .modelroom_image.flex_box{
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 5% 30px 5%;
}
.modelroom_image li{
	width: 50%;
	margin-right: 0;
}
#modelroom_link{
	display: block;
}
#modelroom .link_btn1 a,
#modelroom .link_btn3 a{
    width: 70%;
    font-size: 14px;
    padding: 22px 0;
    margin: 18px auto;
}
#modelroom_link .link_btn1 a span{
    font-size: 12px;
}

/* #modelroom .link_btn1 a{
    margin: 0px auto 60px auto;
}
.modelroom_img{
	width: 92%;
}
.modelroom_img img{
	width: 100%;
}
.flex_box{
	display: block;
} */

}

/*--ニュース------------------------------------*/

#news{
	background-image: url(../img/index/pickup_back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	padding: 80px 0 195px 0;
}
#news .flex{
	display: flex;
	justify-content: space-between;
}

#news_contents{
	display: flex;
	align-items: stretch;
	align-self: stretch;

}

/* #news{
	margin-top: -45px;
	display: flex;
	align-items: stretch;
	padding-bottom: 80px;

} */
#news article{
	width: 255px;
	display: block;
	background-color: #fff;
	margin: 0 20px;
}
#news article a{
	text-decoration: none;
	display: block;
	min-height: 320px;
}


#news .news_img{
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	position: relative;
}
#news .news_img:before{
	content: "";
	display: block;
	padding-top: 66%;
}
#news .news_img img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	
	/*IE edg用*/
	object-position: center;
	font-family: 'object-fit: cover; object-position: bottom;';
}


#news .news_info{
	width: 90%;
	margin: 12px 5%;
	display: flex;
}
.news_info .tag_event,.news_info .tag_news,.news_info .tag_end,.news_info .tag_case{
	color: #fff;
	font-size: 11px;
	text-align: center;
	width: 52px;
	padding: 0;
}
.news_info .tag_event{
	background-color: #5db7e8;
}
.news_info .tag_news{
	background-color: #504a49;
}
.news_info .tag_end{
	background-color: #bbbbbb;
}
.news_info .tag_case{
	background-color: #191514;
}
#news .news_info .news_date{
	color: #1f1f1f;
	font-size: 12px;
	padding: 0px 0 0px 5px;
}
#news .news_info .news_date{
	color: #1f1f1f;
	font-size: 12px;
	padding: 0px 0 0px 5px;
}
#news .news_title{
	width: 90%;
	margin: 0px 5% 25px 5%;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
	letter-spacing: 0.06em;
	color: #282828;
	font-size: 14px;
}
#news .news_link_btn a {
	width: 206px;
    display: block;
    border: solid 1px #fff;
    background-color: #fff;
    color: #282828;
    font-size: 18px;
    text-align: center;
    padding: 16px 0;
    text-decoration: none;
    letter-spacing: 0.1em;
    margin: -10px auto 0 auto;
    transition: .5s;
}
#news .news_link_btn a:hover{
	background-color: #151515;
    color: #fff;
}

.slick-next:before,.slick-prev:before{
	content: "";
}
.slick-next,.slick-next:focus {
	right: 0px;
	z-index: 1000;
	background-color: #41332b;
	opacity: 0.8;
	content: "";
	width: 60px;
	height: 122px;
	background-image: url(../img/index/pickup_arrow_next.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 22px auto;
}

.slick-next:hover{
	background-color: #41332b;
	opacity: 0.5;
	background-image: url(../img/index/pickup_arrow_next.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 22px auto;
}
.slick-prev,.slick-prev:focus{
	left: 0px;
	z-index: 1000;
	background-color: #41332b;
	opacity: 0.8;
	content: "";
	width: 60px;
	height: 122px;
	background-image: url(../img/index/pickup_arrow_prev.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 22px auto;
}

.slick-prev:hover{
	background-color: #41332b;
	opacity: 0.5;
	background-image: url(../img/index/pickup_arrow_prev.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 22px auto;
}
.slick-slider .slick-list{
	width: 100%;
}

@media screen and (min-width:1025px) and (max-width:1440px) {
#news article a{
	min-height: 280px;
}
#news .news_img:before{
	padding-top: 58%;
}
}
@media screen and (max-width:640px) {
#news{
	margin-left: 0px;
	padding: 60px 0 80px 0;
}

.section_title2{
	font-size: 50px;
	margin-bottom: 40px;
	margin-left: 2%;
}
#news article{
	margin: 0 5px;
}
#news article a{
	min-height: 220px;
}
#news .news_img:before{
	padding-top: 60%;
}
#news .news_title{
	font-size: 12px;
}
#news .news_link_btn a {
	width: 112px;
    color: #282828;
    font-size: 12px;
    padding: 6px 0;
    margin: -10px auto 0 auto;
}


.slick-list{
	width: 90%;
	margin: 0 auto;
}

.slick-next,.slick-next:focus {
	width: 32px;
	height: 70px;
	background-size: 14px auto;
}

.slick-next:hover{
	background-size: 14px auto;
}
.slick-prev,.slick-prev:focus{
	width: 32px;
	height: 70px;
	background-size: 14px auto;
}

.slick-prev:hover{
	background-size: 14px auto;
}

}

/*--PickUp------------------------------------*/

/* #pickup{
	background-image: url(../img/index/pickup_back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	padding: 80px 0 195px 0;
}

#pickup_contents{
	display: flex;
	align-items: stretch;
	align-self: stretch;

}
#pickup_contents article{
	width: 255px;
	display: block;
	background-color: #fff;
	margin: 0 20px 15px 20px;
	height: 100%;
	box-shadow: 4px 6px 8px rgba(0,0,0,0.5);
	
}
#pickup_contents article a{
	display: block;
	text-decoration: none;
	min-height: 335px;
}
#pickup_contents .pickup_img{
	overflow: hidden;
	width: 100%;
	height: 192px;
	overflow: hidden;
	text-align: center;
	position: relative;
}
#pickup_contents .pickup_img img{
	height: 130%;
	width: auto;
	max-width: 9999px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#pickup_contents .pickup_title{
	width: 90%;
	margin: 20px 5% 25px 5%;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
	letter-spacing: 0.06em;
	color: #282828;
	font-size: 14px;
}

.slick-next:before,.slick-prev:before{
	content: "";
}
.slick-next,.slick-next:focus {
	right: 0px;
	z-index: 1000;
	background-color: #41332b;
	opacity: 0.8;
	content: "";
	width: 60px;
	height: 122px;
	background-image: url(../img/index/pickup_arrow_next.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 22px auto;
}

.slick-next:hover{
	background-color: #41332b;
	opacity: 0.5;
	background-image: url(../img/index/pickup_arrow_next.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 22px auto;
}
.slick-prev,.slick-prev:focus{
	left: 0px;
	z-index: 1000;
	background-color: #41332b;
	opacity: 0.8;
	content: "";
	width: 60px;
	height: 122px;
	background-image: url(../img/index/pickup_arrow_prev.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 22px auto;
}

.slick-prev:hover{
	background-color: #41332b;
	opacity: 0.5;
	background-image: url(../img/index/pickup_arrow_prev.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 22px auto;
}
.slick-slider .slick-list{
	width: 100%;
}

@media screen and (min-width:1025px) and (max-width:1440px) {
#pickup_contents .pickup_img{
	height: 170px;
}
#pickup_contents article a{
	min-height: 265px;
}
}

@media screen and (max-width:640px) {
#pickup{
	padding: 34px 0 80px 0;
}
.section_title2{
	font-size: 50px;
	margin-bottom: 40px;
	margin-left: 2%;
}
#pickup_contents{
	width: 100%;
	margin: 0 auto;
}
#pickup_contents article{
	margin: 0 10px 10px 10px;
	height: 100%;
	box-shadow: 3px 4px 6px rgba(0,0,0,0.5);
}

#pickup_contents article a{
	text-decoration: none;
	min-height: 210px;
}
#pickup_contents .pickup_img{
	height: 105px;
}
.slick-list{
	width: 90%;
	margin: 0 auto;
}

.slick-next,.slick-next:focus {
	width: 32px;
	height: 70px;
	background-size: 14px auto;
}

.slick-next:hover{
	background-size: 14px auto;
}
.slick-prev,.slick-prev:focus{
	width: 32px;
	height: 70px;
	background-size: 14px auto;
}

.slick-prev:hover{
	background-size: 14px auto;
}

	
} */



/*--Blog (Company_outline)------------------------------------*/


#company_outine{
	background-image: url(../img/index/company_back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: 115px;
	width:100%;
	padding: 0px 0 80px 0;
	position: relative;
}
.cover_bk{
	background: rgba(0,0,0,0.0);
}

#blog{
	width: 1016px;
	padding:95px 0 75px 0;
	z-index: 0;
	background-image: url(../img/index/back_border.jpg);
	background-repeat: repeat;
	background-size: 5px 5px;
	margin-right: 0px; 
	margin-left: auto;
	margin-top: -115px;
}
#blog_inner{
	display: flex;
}
.blog_title{
	width: 230px;
	margin-left: 76px;
	padding-top: 30px;
	text-align: left;
}
#blog .section_title1{
	font-size: 60px;
}
.blog_list{
	width: 710px;
}
.blog_list article{
	margin-left: 57px;
	margin-bottom: 25px;
}
.blog_list article a{
	display: flex;
	width: 100%;
}
.blog_list .blog_img{
	width: 85px;
	height: 85px;
	margin-right: 20px;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.blog_list .blog_img img{
	height: auto;
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.blog_list a{
	color: #151515;
	text-decoration: none;
}
.blog_list .blog_date{
	font-size: 12px;
}
.blog_list .blog_list_title{
	font-size: 16px;
	font-weight: 600;
}

.blog_list a:hover .blog_list_title{
	color: #767676;
}

.blog_link_btn a{
	display: block;
	background-color: #151515;
	width: 206px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 16px 0;
	text-decoration: none;
	letter-spacing: 0.1em;
	margin: 20px auto 0 auto;
}
@media screen and (min-width:1025px) and (max-width:1440px) {
#blog{
	width: 70.5%;
}
.blog_title{
	width: 22.6%;
}
.blog_list{
	width: 69.9%;
}


}

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

#company_outine{
	background-position-y: 57px;
	background-position-x: -230px;
	padding: 0px 0 60px 0;
	background-image: url(../img/index/company_back_sp.jpg);
}

#blog{
	width: 95%;
	padding:30px 0 30px 0;
	margin-top: -57px;
}
#blog_inner{
	display: block;
}
.blog_title{
	width: 90%;
	margin-left:5%;
	padding-top: 30px;
	text-align: left;
}
#blog .section_title1{
	font-size: 42px;
	margin-bottom: 25px;
}
.blog_list{
	width: 90%;
	margin: 0 auto;
}
.blog_list article{
	margin-left: 0px;
	margin-bottom: 20px;
}
.blog_list .blog_img{
	width: 60px;
	height: 60px;
	margin-right: 15px;
}
.blog_list .blog_list_title {
    font-size: 14px;
}

.blog_link_btn a{
	width: 112px;
	font-size: 12px;
	padding: 6px 0;
	margin: 20px 5% 0 auto;
}

}


/*--Company ------------------------------------*/

#company{
	padding: 75px 0 0 0;
}
#company_inner{
	display: flex;
	width: 1190px;
	margin: 0 auto;
}

#company_inner #company_title{
	width: 42%;
	margin-right: 8%;
}
#company_inner #company_title p{
	color: #fff;
}

#company_inner #company_img{
	width: 50%;
	display: flex;
	justify-content: flex-end;
}
#company_inner #company_img img{
	width: 215px;
	margin-left: 85px;
}

#company .section_title2{
	margin-bottom: 50px;
}

.company_link_btn a{
	display: block;
	background-color: #5db7e8;
	width: 310px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 26px 0;
	text-decoration: none;
	letter-spacing: 0.1em;
	margin: 58px auto 0 auto;
	transition: .5s;
}
.company_link_btn a:hover{
	background-color: #fff;
	color: #151515;
}
@media screen and (min-width:1025px) and (max-width:1440px) {
#company_inner{
	width: 82.6%;
}
#company_inner #company_img{
	width: 40%;
}
#company_inner #company_img img{
	width: 86%;
	margin-left: 14%;
}
}
@media screen and (max-width:640px) {
#company{
	padding: 50px 0 0 0;
}
#company_inner{
	display: block;
	width: 100%;
}

#company_inner #company_title{
	width: 90%;
	margin-right:auto;
	margin-left:auto;
}

#company_inner #company_img{
	width: 70%;
	margin: 65px auto 0 auto;
	justify-content: space-between;
}
#company_inner #company_img img{
	width: 110px;
	margin-left: 0px;
}

#company .section_title2{
	margin-bottom: 35px;
}

.company_link_btn a{
	width: 70%;
	color: #fff;
	margin: 25px auto 0 auto;
	font-size: 16px;
	padding: 22px 0;
}

}


@media screen and (max-width:767px) {
	#news .section_title2 {
		font-size: 8vw;
	}
	
}


#google {
	padding: 50px 0;
}

#google .google-contents {
	
}

#google .google-contents .blog_title {
	width: auto;
	text-align: center;
	margin-bottom: 30px;
}

@media screen and (max-width:767px) {
	#google .google-contents .blog_title {
		margin-bottom: 15px;
	}
	#google .google-contents .blog_title .section_title1 {
		font-size: 7vw;
		margin-bottom: 20px;
	}
	
	#google .google-contents .blog_title .section_subtitle1 {
		font-size: 4vw;
	}
}


#google .google-contents .google-img {
	display: block;
	margin: 0 auto 20px 26%;
	width: 800px;
}

#google .google-contents .google-img img {
	width: 100%;
}

@media screen and (max-width:767px) {
	#google .google-contents .google-img {
		margin: 0 auto;
		width: 75%;
	}
}


