@charset "utf-8";

/*メイン*/
.main_wrap{
	position: relative;
}
.main_wrap img{
	width: 100%;
}
/*メイン//*/

/*fontsize*/
.contents_wrap h3{
	margin-bottom: 40px !important;
	font-size: 26px;
	letter-spacing: 0.1em;
	text-align: center;
}
/*fontsize//*/


/*btn_diagonal*/
.btn_diagonal{
	line-height: 0;
	text-align: center;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
.btn_diagonal_inner{
	display: inline-block;
/*	max-width: 200px;*/
	max-width: 184px;
	width: 100%;
}
.btn_diagonal_inner_wrap{
	display: block;
	background-color: #333333;
	border: solid 1px #333333;
	transform: skewX(-21.80140948635deg);
	position: relative;
	overflow: hidden;
}
body:not(.mobile ) .btn_diagonal_inner_wrap:hover{
	text-decoration: none;
}
.btn_diagonal_inner_wrap::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	content: "";
	display: block;
	background-color: #fff;
	z-index: 1;
	transition: all 0.2s ease-in-out 0s;
}
.btn_diagonal_inner_wrap::after{
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	height: 1px;
	background-color: #fff;
	content: "";
	z-index: 3;
	transition: all 0.2s ease-in-out 0s;
}
body:not(.mobile ) .btn_diagonal_inner_wrap:hover::after{
	background-color: #333333;
}
body:not(.mobile ) .btn_diagonal_inner_wrap:hover::before{
	width: 100%;
}
.btn_diagonal_inner_wrap span{
	display: block;
	font-size: 16px;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
	/*line-height\0: 36px;
	padding-top\0: 4px;*/
	transform: skewX(21.80140948635deg);
	position: relative;
	z-index: 2;
	transition: all 0.2s ease-in-out 0s;
	letter-spacing: 0.05em;
}
.btn_diagonal_inner_wrap:hover span{
	color: #387b4e;
	font-weight: bold;
}

.to_list .btn_diagonal_inner_wrap{
    background-color: #387b4e;
    border: solid 1px #387b4e;
}
body:not(.mobile ) .to_list .btn_diagonal_inner_wrap:hover::after{
    background-color: #387b4e;
}
.to_list .btn_diagonal_inner_wrap:hover span{
    color: #387b4e;
    font-weight: bold;
}
/*btn_diagonal//*/



/*search*/
.search {
    padding: 80px 0 0;
    position: relative;
    background: url(../images/common/bg_search.jpg) center center / cover no-repeat;
}
#top .search,
#top-test .search {
    background: none;
}
.search.sub {
	padding: 60px 0 0;
	background: none;
	border-top: solid #e7e7e7 1px;
}
.search h3 {
	margin-bottom: 30px;
	font-size: 26px;
	letter-spacing: 0.1em;
	text-align: center;
}
.search h3 {color: #001f65;}


/*各タイプ*/
#garden .search h3 {color: #0e8414;}
#casa .search h3 {color: #08a981;}
#reours .search h3 {color: #ff7300;}
/*各タイプ*/


.search .area {
	padding: 25px 20px 100px;
	position: relative;
}
.search.sub .area {
	padding: 0 20px 100px;
}
.search .area:before {
	content: "";
	height: 300px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(44,69,151,0.6);
}
.search.sub .area:before {
	height: 200px;
}


/*各タイプ*/
.search.sub .area:before {background: rgba(231, 231, 231, 0.6)!important;}
#garden .search .area:before {background: rgba(70, 158, 76, 0.6);}
#casa .search .area:before {background: rgba(8, 169, 129, 0.6);}
#reours .search .area:before {background: rgba(255, 115, 0, 0.6);}
/*各タイプ*/


.area_list {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.area_list li{
	width:31.25%;
	float: left;
	margin-right: 3.125%;
}

.area_list li:nth-child(3n){
	margin-right: 0;
}

.area_list li a{
	display: block;
	text-decoration: none;
}

.area_list li a .img{
	overflow: hidden;
	background: rgba(44,69,151,1);
}

.area_list li a .img img{
	transition: all 0.5s ease-in-out 0s;
}

.area_list li a:hover .img img{
	transform: scale(1.1);
	opacity: 0.7;
}

.area_list li a .txt{
	height: 200px;
	padding: 20px 60px;
	background: rgba(255,255,255,0.9);
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	align-items: center;
	position: relative;
}
.sub .area_list li a .txt{
	height: 100px;
	padding: 20px 60px;
}

.area_list li a .txt:before{
	content: "";
	background: url("../images/common/arrow_area@2x.png") center center / contain no-repeat;
	height: 40px;
	width: 17px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin:auto 0;
}

.area_list li a .en{
	display: block;
	width: 100%;
}

.area_list li a .ja{
	display: block;
	width: 100%;
	padding-top: 10px;
	font-size: 26px;
	letter-spacing: 0.1em;
}
/*search//*/

section.social{
    /*display: none;*/
	padding-bottom: 100px;
}


.page_list{
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.page_list .in_w{
    display: inline-block;
    text-align: center;
    letter-spacing: -0.40em;
}
.page_list .in_w ul{
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;;
}
.page_list .in_w ul li{
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    /*line-height\0: 35px;*/
    border: solid #cccccc 1px;
    margin-right: 20px;
}
.page_list .in_w ul li:last-child{
    margin-right: 0;
}
.page_list .in_w ul li a{
    /*padding-top\0: 5px;*/
    display: block;
    height: 100%;
    width: 100%;
    font-size: 20px;
    color: #cccccc;
}
.page_list .in_w ul li a:hover,
.page_list .in_w ul li a.current{
    background-color: #cccccc;
    color: #fff;
}
.page_list .in_w .next{
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    margin-left: 20px;
}
.page_list .in_w .next a{
    font-size: 20px;
    color: #cccccc;
}
.page_list .in_w .next a:hover{
    color: #333;
}
.page_list .in_w .prev{
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    margin-right: 20px;
}
.page_list .in_w .prev a{
    font-size: 20px;
    color: #cccccc;
}
.page_list .in_w .prev a:hover{
    color: #333;
}
.page_list a{
    text-decoration: none;
}
/* modal */
div.pp_overlay{
  z-index: 70000!important;
}
div.pp_pic_holder{
  z-index: 70001!important;
}
/* modal//*/














/*===============//max-width: 2000px===============*/
@media (max-width: 2000px) {

}
/*===============//max-width: 2000px===============*/


/*===============//max-width: 1400px===============*/
@media (max-width: 1400px) {

}
/*===============//max-width: 1400px===============*/


/*===============//max-width: 1380px===============*/
@media (max-width: 1380px) {

}
/*===============//max-width: 1380px===============*/


/*===============//max-width: 1280px===============*/
@media (max-width: 1280px) {

}
/*===============//max-width: 1280px===============*/


/*===============//max-width: 1200px===============*/
@media (max-width: 1200px) {

}
/*===============//max-width: 1200px===============*/


/*===============//max-width: 1100px===============*/
@media (max-width: 1100px) {

}
/*===============//max-width: 1030px===============*/


/*===============//max-width: 1080px===============*/
@media (max-width: 1080px) {

}
/*===============//max-width: 1080px===============*/


/*===============//max-width: 1030px===============*/
@media (max-width: 1030px) {

}
/*===============//max-width: 1030px===============*/


/*===============//max-width: 1000px===============*/
@media (max-width: 1000px) {

}
/*===============//max-width: 1000px===============*/


/*===============//max-width: 960px===============*/
@media (max-width: 960px) {
	.search .area:before {
		height: auto;
		top: 200px;
	}
	
/*
	.area_list{
		max-width: 400px;
		margin-bottom: -30px;
	}

	.area_list li{
		width:auto;
		float: none;
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.area_list li a .txt{
		height: auto;
		padding: 20px 60px;
	}
*/
	
    .sub .area_list li a .txt, 
	.area_list li a .txt{
		height: 100px;
		padding: 20px;
	}
	.area_list li a .ja {
		font-size: 20px;
		line-height: 1.2;
	}
	
	.area_list li a .txt:before {
		height: 20px;
		width: 17px;
		right: 6px;
	}
	
	.search.sub .area:before,
	.search .area:before {
		height: auto;
		top: 160px;
	}
	
/*
	.search.sub .area:before,
	.search .area:before{
		height: auto;
		top: 200px;
	}
*/
}
/*===============//max-width: 960px===============*/


/*===============//max-width: 900px===============*/
@media (max-width: 900px) {

}
/*===============//max-width: 900px===============*/


/*===============//max-width: 860px===============*/
@media (max-width: 860px) {

}
/*===============//max-width: 860px===============*/


/*===============//max-width: 800px===============*/
@media (max-width: 800px) {
	.search.sub .area:before,
	.search .area:before {
		height: auto;
		top: 140px;
	}
}
/*===============//max-width: 800px===============*/


/*===============//max-width: 767px===============*/
@media (max-width: 767px) {
	.area_list li a .ja{
		font-size: 20px;
	}

	.search h3{
		font-size: 20px;
	}

	.search h3 img{
		height: 15px;
	}

	.type_list li a .ja{
		font-size: 24px;
	}
	
	.search.sub .area,
	.search .area {
		padding: 25px 20px 50px;
	}
	.contents_wrap h3 {
		font-size: 20px;
	}
	.contents_wrap h3 img{
		height: 15px;
	}
	section.social{
		padding-bottom: 60px;
	}
    .page_list .in_w ul li {
        width: 30px;
        height: 30px;
        line-height: 30px;
        /*line-height\0: 26px;*/
        margin-right: 15px;
    }
    .page_list .in_w ul li a {
        font-size: 16px;
        /*padding-top\0: 4px;*/
    }
    .page_list .in_w .next a {
        font-size: 16px;
    }
}
/*===============//max-width: 767px===============*/


/*===============//max-width: 600px===============*/
@media (max-width: 600px) {

	
    .sub .area_list li a .txt, 
	.area_list li a .txt{
		height: 70px;
		padding: 10px;
	}
	.area_list li a .ja {
		font-size: 14px;
		padding-top: 5px;
	}
	.area_list li a .en {
	}
	.area_list li a .en img{
		height: 10px;
		line-height: 0;
	}
	.area_list li a .txt:before {
		height: 13px;
		width: 12px;
		right: 0px;
	}
	.search .area {
		padding: 25px 10px 50px;
	}
	.search.sub .area:before,
	.search .area:before {
		height: auto;
		top: 86px;
	}
}
/*===============//max-width: 600px===============*/


/*===============//max-width: 480px===============*/
@media (max-width: 480px) {
  .page_list .in_w ul li,
  .page_list .in_w .prev{
    margin-right: 10px;
  }
  .page_list .in_w .next{
    margin-left: 10px;
  }
  .page_list .in_w .prev a,
  .page_list .in_w .next a{
    font-size: 14px;
  }
}
/*===============//max-width: 480px===============*/


/*===============//max-width: 375px===============*/
@media (max-width: 375px) {

	.search.sub .area:before,
	.search .area:before {
		height: auto;
		top: 80px;
	}
}
/*===============//max-width: 375px===============*/


/*===============//max-width: 374px===============*/
@media (max-width: 374px) {
    .btn_diagonal_inner_wrap span {
        font-size: 14px;
        height: 35px;
        line-height: 35px;
        /*line-height\0: 32px;
        padding-top\0: 3px;*/
        letter-spacing: 0.02em;
    }
    .btn_diagonal_inner_wrap::after {
        width: 10px;
    }
    .area_list li{
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px;
    }
     .page_list .in_w .prev a,
    .page_list .in_w .next a{
      font-size: 12px;
    }
}
/*===============//max-width: 374px===============*/

.loading {
    display: none;
    position: absolute;
    z-index: 100;
    background: #fff;
    opacity: .5;
    width: 100%;
    height: 100%;
}
.loading img {
    opacity: 1;
    width: 100px;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.sbi_load_btn {
    margin-top: 0 !important;
}


























