header {
	position: fixed !important;
	z-index: 100;

	background-color: rgba(255, 255, 255, 0.9);
}
header a:hover {
	text-decoration: none;
}
header a.hover-green:hover {
	color: #6db75d;
}
header .header-img {
	width: 60px;
}
header .header-title {
	width: 130px;
}
header ul li {
	width: calc(100% / 3);
}
header ul li a {
	color: #549546;
}
header ul li.current {
	color: #fff;
	background-color: #549546;
}

@media screen and (max-width: 768px) {
	.header-menu {
		height: 40px;
	}
	.sp-p-0 {
		padding: 0;
	}
}

@media screen and (max-width: 414px) {
	header ul li a {
		font-size: 13px;
	}
}

footer {
	background-color: #549546;
}
footer .footer-group {
	padding: 40px;
}
footer .footer-group .footer-title h2 {
	font-size: 32px;
}
footer .footer-group > div {
	margin-right: 90px;
}
footer .footer-group .tel {
	font-size: 32px;
}
footer .footer-img {
	width: 60px;
}
footer ul li {
	list-style: disc;
}

@media screen and (max-width: 768px) {
	footer .footer-group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;

		padding: 20px 0;
	}
	footer .footer-group .footer-title {
		margin-bottom: 10px;
	}
	footer .footer-group .footer-title h2 {
		font-size: 28px;
		font-weight: bold;
	}
	footer .footer-group > div {
		margin-right: 0;
	}
	footer .footer-group ul {
		display: none;
	}
	footer .footer-group .footer-tel {
		margin-bottom: 10px;
	}
	footer .footer-group .footer-tel .tel {
		font-size: 22px;
		font-weight: bold;
	}
	footer .footer-img {
		width: 36px;
	}
}
