@charset "utf-8";


/* ==========================================================================
	main
========================================================================== */

#main{
	width:100%;
	height:450px;
	background:url(../image/main.jpg) center center no-repeat;
	background-size:cover;
	margin-bottom:30px;
	position:relative;
	box-sizing:border-box;
}

#main h1{padding-top:150px;
	text-align:center;
	letter-spacing:0.025em;
	font-size:62px;
	font-weight:700;
	color:#f68500;
	}

#main h1 span{
	
	}
	
	
	
#main h2{
	margin-top:13px;
	color:#fff;
	font-weight:bold;
	font-size:22.5px;
	text-align:center;
	letter-spacing:0.05em;
	
	}
@media screen and ( max-width: 1020px ) {
	
#main{
	margin-bottom:60px;
	}
	}
@media screen and ( max-width: 720px ) {
	

#main{
	width:100%;
	height:170px;
	background:url(../image/main.jpg) center center no-repeat;
	background-size:cover;
	margin-bottom:24px;
}
#main h1{
	padding-top:52px;
	font-size:30px;
	}

#main h1 span{
	}

#main h2{
	margin-top:3px;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	letter-spacing:0.05em;
	
	}
	}

	
	


/* ==========================================================================
	絞り込みボタン
========================================================================== */
.cate_btn{
	width:615px;
	margin:0 auto 40px;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}

.cate_btn a,
.cate_btn div{
/*	display:block; */
	width:140px;
	height:40px;
	box-sizing:border-box;
	padding-top:11px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	-webkit-transition: background 0.4s ease, color 0.4s ease;
    -moz-transition: background 0.4s ease, color 0.4s ease;
    -o-transition: background 0.4s ease, color 0.4s ease;
    transition: background 0.4s ease, color 0.4s ease;
	}
.cate_btn .cate_all{
	border:2px solid #1b1b1b;
	color:#1b1b1b;
	}
.cate_btn .cate_all:hover,
.cate_btn .cate_all.active{
	border:2px solid #1b1b1b;
	background:#1b1b1b;
	color:#fff;
	}
	
	
.cate_btn .cate_kodate{
	border:2px solid #000033;
	color:#000033;
	}
.cate_btn .cate_kodate:hover,
.cate_btn .cate_kodate.active{
	border:2px solid #000033;
	background:#000033;
	color:#fff;
	}
/*
.cate_btn a{
	color: #000033;
	}

.cate_btn a:hover{
	color: #FF9900;
	}
*/


	
.cate_btn .cate_mansion{
	border:2px solid #b41212;
	color:#b41212;
	}
.cate_btn .cate_mansion:hover,
.cate_btn .cate_mansion.active{
	border:2px solid #b41212;
	background:#b41212;
	color:#fff;
	}
	
	
.cate_btn .cate_apart{
	border:2px solid #2d850a;
	color:#2d850a;
	}
.cate_btn .cate_apart:hover,
.cate_btn .cate_apart.active{
	border:2px solid #2d850a;
	background:#2d850a;
	color:#fff;
	}
	
	
	
.cate_btn .cate_tenant{
	border:2px solid #ac9e1e;
	color:#ac9e1e;
	}
.cate_btn .cate_tenant:hover,
.cate_btn .cate_tenant.active{
	border:2px solid #ac9e1e;
	background:#ac9e1e;
	color:#fff;
	}
	
	
@media screen and ( max-width: 720px ) {
.cate_btn{
	width:100%;
	padding:0 10px;
	box-sizing:border-box;
}
.cate_btn::after{
  content:"";
  display: block;
  width:32%;
}
.cate_btn a,
.cate_btn div{
/*	width:32%; */
	height:34px;
	font-size:11px;
	padding-top:8px;
	margin-bottom:9px;
	}
.Android .cate_btn a,
.iPhone .cate_btn a,
.Android .cate_btn div,
.iPhone .cate_btn div{
	padding-top:9px;
	}
/*
.Android .cate_btn a,
.Iphone .cate_btn a,
.Android .cate_btn div,
.Iphone .cate_btn div{
	padding-top:9px;
	}
	*/
	}
	#Container .mix{
	display: none;
}
/* ==========================================================================
	works
========================================================================== */
.works_box{
	width:1000px;
	margin:50px auto 60px;
	position:relative;
	
	}


.works_box ul{
	width:100%;
	}


.works_box ul::after{
	width:32.4%;
  content:"";
  display: block;	
	clear:both;
	}
.works_box ul li{
	width:33%;
	margin-bottom:40px;
	float:left;
	padding:0 0.45%;
	box-sizing:border-box;
}
.works_box ul .mar0{
	margin-right:0;
	}
.works_box ul .mar0:after{
	content:'';
	clear:both;
	width:0;
	height:0;
	}
	

.works_box ul li .works_img{
	width:100%;
	display:block;
	position:relative;
	background-size:cover;
	background-size:cover;
	background-position:top center;
	}
.works_box ul li .works_img:before {
  content:"";
  display: block;
  padding-top:74%;

}
.works_box ul li h3{
	font-size:16px;
	font-weight:bold;
	padding:10px 0 12px;
	color:#424242;
	}

.works_box ul li .day{
	margin-right:18px;
	display:block;
	float:left;
	font-size:12px;
	padding-top:5px;
	font-weight:bold;
	letter-spacing:0;
	}
.works_box ul li .w_cate{
	width:70px;
	padding:3px 0 5px;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	display:block;
	float:left;
	text-align:center;
	}
	
.cate1{
	background:#1285b4;
	}

.cate2{
	background:#b41212;
	}
	
.cate3{
	background:#2d850a;
	}
	
.cate4{
	background:#ac9e1e;
	}
	

@media screen and ( max-width: 1020px ) {
	
.works_box{
	width:100%;
	padding:0 5px 0 15px;
	box-sizing:border-box;
	}
.works_box .shosai_btn2{
	right:20px;	
	}
}


@media screen and ( max-width: 720px ) {
.works_box{
	margin:20px auto 30px;
	
	}
	
.works_box{
	padding:0 10px;
	}
.works_box ul li,
.works_box ul .mar0{
	width:50%;
	margin-bottom:7%;
	padding:0 1%;
	}

.works_box ul .mar1{
	margin-right:0;
	}
	
.works_box ul li h3{
	font-size:13px;
	padding:10px 0 8px;
	}

.works_box ul li .day{
	margin-right:10px;
	font-size:10px;
	padding-top:3.5px;
	}
.works_box ul li .w_cate{
	width:60px;
	padding:3px 0 5px;
	font-size:10px;
	color:#fff;
	}

	
.Android .works_box ul li .w_cate{
	padding:5px 0 2px;
	font-size:10px;
	color:#fff;
	}

.iPhone .works_box ul li .w_cate{
	padding:4px 0 3px;
	font-size:10px;
	color:#fff;
	
	}
	}
	
	
	
/* ==========================================================================
	安全
========================================================================== */

#whats{
	position:relative;
	z-index:105;
	width:100%;
	background:url(../image/whats_bg.jpg) bottom center no-repeat;
	padding:65px 0 0;
  box-sizing:border-box;
  
}

#whats h1{
	position:relative;
	width:386px;
	margin:0 auto;
	}

#whats h2{
	position:relative;
	width:700px;
	text-align:center;
	font-size:15.39px;
	font-weight:bold;
	margin:22px auto 40px;
	line-height:15.39px;
	}


#whats div{
	width:100%;
	margin:0 auto;
	max-width:1000px;
	}

#whats .shosai_btn1{
	width:145px;
	height:40px;
	font-size:14px;
	box-sizing:border-box;
	}
@media screen and ( max-width: 720px ) {
	
#whats{
	position:relative;
	z-index:105;
	width:100%;
	padding:10% 0 0 0;
	background:#F6F1F7;
  box-sizing:border-box;
}
#whats h1{
	width:65%;
	}
#whats h2{
	position:relative;
	width:100%;
	box-sliging:border-box;
	text-align:center;
	font-weight:bold;
	margin:4% auto 6.2%;
	line-height:10px;
	letter-spacing:0.025rem;
	}
#whats div{
	width:100%;
	}
	
#whats .shosai_btn1{
	position:relative;
	display:block;
	width:134px;
	height:34px;
	font-size:11px; 
	padding-top:9px;
	font-weight:bold;
	border:2px solid #333;
	}
	}

@media screen and ( max-width: 550px ) {
#whats h2{
	font-size:13px;
	font-weight:bold;
	margin:4% auto 6.2%;
	line-height:14px;
	}
	}

@media screen and ( max-width: 400px ) {
#whats h2{
	font-size:11px;
	font-weight:bold;
	margin:4% auto 6.2%;
	line-height:10px;
	}
	
	}
	
	
	


/* ==========================================================================
	フッターバナー
========================================================================== */
#hasei_ftbnr{
	position:relative;
	width:1000px;
	height:0;
	margin:0 auto;
	z-index:1000;
	}
.foot_bnr{
	width:221px;
	height:66px;
	position:absolute;
	border:2px solid #231d1f;
	bottom:-34px;
	left:-38px;
}

@media screen and ( max-width: 1080px ) {
#hasei_ftbnr{
width:100%;
}
	
.foot_bnr{
	left:10px;
	}

	}
@media screen and ( max-width: 720px ) {
#hasei_ftbnr{
	width:100%;
	height:96px;
	background:#f9f7f4;
}
.foot_bnr{
	width:130px;
	height:40px;
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	}

	
}