@charset "UTF-8";
/* CSS Document */
header {
	background-color: #006837;
	height: 85px;
}
header h1 {
	padding-top: 24px;
	display: inline-block;
	float: left;
}
header h1 span {
	font-size: 12px;
	color: #fff;
	margin-left: 25px;
}
header nav {
	padding-top: 24px;
	display: inline-block;
	float: right;
}
header nav ul {
	list-style: none;
	display: inline-block;
	padding-left: 0;
}
header nav ul li {
	display: inline-block;
	border-left: 1px solid #fff;
	line-height: 2.5em;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
}
header nav ul li a {
	color: #fff;
}
header nav ul li a:hover {
	color: #FF801E;
}
.h_rogo {
	z-index: 999999;
	position: fixed;
}
.h_rogo img {
	height: 36px;
	margin-top: 8px;
	margin-left: 12px;
}

/* footer */
footer {
	background-color: #006837;
	color: #fff;
	padding-top: 60px;
}
footer h1 img {
	width: 300px;
}
footer .addr {
	font-size: 18px;
	margin-left: 1em;
	margin-top: 2em;
}
footer .tel {
	margin-left: 10px;
	font-size: 36px;
	font-weight: bold;
}
footer .tel a {
	color: #FF801E;
}
footer .tel span {
	font-size: 22px;
	font-weight: bold;
}
footer .mail {
	margin-left: 10px;
	font-size: 22px;
	font-weight: bold;
}
footer .mail span {
	font-size: 22px;
	font-weight: bold;
}
footer .totoi {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	width: 80%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FF801E;
	text-align: center;
	display: inline-block;
	border-radius: 10px;
	margin-left: 10px;
}
footer .totoi_bg {
    display: none;
    width: 320px;
    height: 25px;
    background: #ccc;
    margin-bottom: -25px;
}
footer .totoi i {
	margin-right: 10px;
	font-size: 35px;
	vertical-align: text-bottom;
}
footer .f_nav {
	border-top: 1px solid #fff;
	padding-top: 40px;
	font-weight: bold;
	line-height: 3em;
}
footer .f_nav a {
	color: #fff;
}
footer .f_nav a:hover {
	color: #FF801E;
}
footer .wrap {
	background-image: url(../img/footer_bg1.png), url(../img/footer_bg2.png);
	background-position: left center,right center ;
	background-repeat: no-repeat,no-repeat ;
	background-size: contain,contain;
	min-height: 400px;
}
footer .copy {
	border-top: 5px solid #fff;
	background-color: #333;
	height: 50px;
	line-height: 3em;
	font-size: 14px;
	letter-spacing: 0.2em;
	overflow: hidden;
	margin-bottom: 0;
}

/* ↓　lg 幅以下の時に反映される設定　↓ */
@media only screen and (max-width: 1199px) {
	footer .tel {
		margin-left: 10px;
		font-size: 26px;
		font-weight: bold;
	}
	footer .tel span {
		font-size: px;
		font-weight: bold;
	}
	footer .mail {
		margin-left: 10px;
		font-size: 16px;
		font-weight: bold;
	}
	footer .mail span {
		font-size: 16px;
		font-weight: bold;
	}
	footer .wrap {
		background: none;
	}
	footer .wrap {
		min-height: 340px;
	}
}
/* ↓　md 幅以下の時に反映される設定　↓ */
@media only screen and (max-width: 991px) {
	header h1 {
		padding-top: 13px;
	}
	header h1 span {
		margin-left: 0;
	}
    
	footer .totoi {
		font-size: 20px;
	}
	footer .totoi i {
		font-size: 27px;
	}
	footer .addr {
		font-size: 18px;
		margin-left: 1em;
		margin-top: 2em;
	}
}
/* ↓　sm 幅以下の時に反映される設定　↓ */
@media only screen and (max-width: 767px) {
	footer .f_nav {
		padding-top: 20px;
	}
	footer .f_top {
		text-align: center;
		margin-bottom: 30px;
	}
	footer .wrap {
		min-height: 450px;
	}
}
/* ↓　col 幅以下の時に反映される設定　↓ */
@media only screen and (max-width: 575px) {
	footer .f_nav {
		border: none;
	}
	footer .wrap {
		min-height: inherit;
	}
}