@charset "UTF-8";
/* CSS Document */
a[href^="tel:"] { pointer-events: none; }
.g_menu{
	border-top:solid 1px #B5B5B6;
	border-bottom:solid 1px #B5B5B6;
}
.bb_gray{
	padding-bottom: 50px;
	border-bottom: solid 5px #B5B5B6;
}
.f_left_sp{
 float: left;	
}
.f_right_sp{
 float: right;	
}
.wide40 , .sp_wide40{
		width: 38%;
}
.wide55 , .wide55_sp{
		width: 53%;
}
.wide45{
		width: 25%;
}
.border_red{
	padding: 50px 30px 30px;
	border-radius: 10px;
	height: 450px;
	background-color: #FFEC00;
}
.border_blue02{	
	padding: 50px 30px 30px;
	border-radius: 10px;
	height: 450px;
	background-color: #005BAC;
}
.border_blue02 img{
	margin: 0 auto;
}
.contact_mark{
	margin: -35% 0 0 -30%;
	width: 140%;
}
.bg_area_map{
	width: 100%;
	height: 600px;
	background-image: url("../img/bg_area_map.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 100px;
}
.map_ttl{
	width: 50%;
}
/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:560px)  {

a[href^="tel:"] { pointer-events: auto; }
.wide55 , .wide45 {
	width: 78%;
	margin: 5% auto;
}
.sp_wide40{
		width: 100%;
}
.border_red{
	padding: 50px 30px 50px;
	border-radius: 10px;
	height: auto;
}
.border_blue02{	
	padding: 50px 30px 50px;
	border-radius: 10px;
	height: auto;
}
.bg_area_map{
	background-image: url("../img/bg_area_map_sp.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	margin-top: 0px;
	height: 500px;
}
.map_ttl{
	width: 80%;
}
.spw80{
	width: 90%;	
	}
.spw60{
	width: 60%;	
	}
	.sp_tl{
		text-align: left;
	}
	.sp_fdh2{
		font-size: 16px;
	}
}


