/*
 * Footer component
*/
footer {
	background: url("../img/bg-footer.jpg") no-repeat;
	background-size: cover;
	border-top: #ECECEC solid 1px;
}

footer a.tel {
	text-decoration: none;
	font-size: 30px;
	color: #4C9955;
	font-weight: bold;
}

footer a.tel span {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	margin-right: 10px;
	font-size: 20px;
}

footer p.business-hours {
	color: #4C9955;
	font-size: 20px;
	font-weight: bold;
}


@media screen and (max-width:767px) {
	/*
	 * Footer component
	*/
	footer {
		background: url("../img/bg-footer-sp.jpg") no-repeat;
		background-size: cover;
	}
}