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

@media screen and (min-width: 770px) {	
	#headline2{
		background-color: #1F5C7B;
		text-align: center;
	}
	#headline2 h2{
		padding: 90px 0;
		font-size: 25px;
		font-weight: 900;
		color: #fff;
	}
	
/* メニューバー　*/
#menu{
	width: 100%;
	border-bottom: 10px solid #1F5C7B;
}
.menu_child{
	width: 100%;
	background-color: #fff;
}
.dropdwn{
    display: flex;
	width: 80%;
	margin: 0 auto;
}
.dropdwn li{
	width: 20%;
	text-align: center;
	position: relative;
	border-left: 2px solid #ddd;
}
.dropdwn a{
	display: block;
}
.dropdwn img{
	padding: 20px 0;
}
.dropdwn a:hover{
	opacity: 0.5;
}
.dropdwn_menu{
    width: 100%;
    display: none;
    position: absolute;
    padding: 0;
    background: #fff;
}
.dropdwn_menu li{
    width: 100%;
	padding: 0;
	border: none;
}
.dropdwn_menu li a{
    padding: 10px 0;
    display: block;
    color: #000;
	font-size: 13px;
}
.dropdwn_menu li a:hover{
	background-color: #1F5C7B;
	color: #fff;
}
	
	/* サイトマップ　*/
	#sitemap{
		width: 80%;
		margin: 100px auto;
	}
	#sitemap a:hover{
		background-color: #399F4A;
		transition: 0.5s;
	}
	
	/* サイトマップ 事業案内　*/
	.services{
		background-image: url("../image/sitemap/services.jpg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.services h2{
		width: 100%;
		text-align: center;
		border-bottom: 3px solid #fff;
	}
	.services  h2 a{
		display: block;
		padding: 40px 0;
	}
	.services_child{
		width: 80%;
		display: flex;
		margin: auto;
	}
	.services_container{
		display: flex;
		width: 50%;
	}
	.services_container a{
		width: 50%;
		text-align: center;
		padding: 30px;
		color: #fff;
	}
	
	/* サイトマップ 施工事例と会社案内　*/
	.works_company{
		width: 100%;
		display: flex;
		margin-top: 40px;
	}
	.works{
		width: 49%;
		background-image: url("../image/sitemap/works.jpg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.works h2{
		width: 100%;
		text-align: center;
	}
	.works h2 a{
		display: block;
		padding: 40px 0;
	}
	
	.company{
		width: 49%;
		background-image: url("../image/sitemap/company.jpg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		margin-left: auto;
	}
	.company h2{
		width: 100%;
		text-align: center;
	}
	.company h2 a{
		display: block;
		padding: 40px 0;
	}
	
	/* サイトマップ 採用情報とお問い合わせ　*/
	.recruit_contact{
		width: 100%;
		display: flex;
		margin-top: 40px;
	}
	.recruit{
		width: 49%;
		background-image: url("../image/sitemap/recruit.jpg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.recruit h2{
		width: 100%;
		text-align: center;
	}
	.recruit h2 a{
		display: block;
		padding: 40px 0;
	}
	
	.contact{
		width: 49%;
		background-image: url("../image/sitemap/contact.jpg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		margin-left: auto;
	}
	.contact h2{
		width: 100%;
		text-align: center;
	}
	.contact h2 a{
		display: block;
		padding: 40px 0;
	}
	
}

@media screen and (max-width: 769px) {
#headline2{
	background-color: #1F5C7B;
	text-align: center;
	}
#headline2 h2{
	padding: 90px 0;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 25px;
	font-weight: 900;
	color: #fff;
	}
/* メニューバー　*/
#menu{
	display: none;
	}
	
	/* サイトマップ　*/
	#sitemap{
		width: 95%;
		margin: 50px auto;
	}
	
	/* サイトマップ 事業案内　*/
	.services{
		background-image: url("../image/sitemap/services.jpg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.services h2{
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #fff;
	}
	.services  h2 a{
		display: block;
		padding: 40px 0;
	}
	.services_child{
		width: 100%;
	}
	.services_container{
		display: flex;
	}
	.services_container a{
		width: 50%;
		text-align: center;
		padding: 30px;
		color: #fff;
	}
	
	/* サイトマップ 施工事例と会社案内　*/
	.works_company{
		width: 100%;
		margin-top: 10px;
	}
	.works{
		width: 100%;
		background-image: url("../image/sitemap/works.jpg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.works h2{
		width: 100%;
		text-align: center;
	}
	.works h2 a{
		display: block;
		padding: 40px 0;
	}
	
	.company{
		width: 100%;
		margin-top: 10px;
		background-image: url("../image/sitemap/company.jpg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		margin-left: auto;
	}
	.company h2{
		width: 100%;
		text-align: center;
	}
	.company h2 a{
		display: block;
		padding: 40px 0;
	}
	
	/* サイトマップ 採用情報とお問い合わせ　*/
	.recruit_contact{
		width: 100%;
		margin-top: 10px;
	}
	.recruit{
		width: 100%;
		background-image: url("../image/sitemap/recruit.jpg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.recruit h2{
		width: 100%;
		text-align: center;
	}
	.recruit h2 a{
		display: block;
		padding: 40px 0;
	}
	
	.contact{
		width: 100%;
		margin-top: 10px;
		background-image: url("../image/sitemap/contact.jpg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		margin-left: auto;
	}
	.contact h2{
		width: 100%;
		text-align: center;
	}
	.contact h2 a{
		display: block;
		padding: 40px 0;
	}
}

.casa-bnr {
	margin-bottom: 30px;
}