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

@font-face {
font-family: 'cg';
src: url(../fonts/GOTHIC_0.TTF);
}
body{
	font-family: -apple-system, BlinkMacSystemFont, "Noto Sans Japanese",'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
	color: #000;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0.02em;
}
.wrapper {
	overflow: hidden;
}
@media screen and (min-width: 736px) {
html,
body {
	min-width: 1200px;
}
}
a {
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #000;
/*	color: #666;
*/}
a img {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	color: #008C46;
}
.inner {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.mobile_only {
	display: none;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
#main {
	overflow: hidden;
}

/* header */
#header .inner .h_top {
	overflow: hidden;
	padding-bottom: 30px;
}
#header .inner .h_top .h_top_l {
	float: left;
}
#header .inner .h_top .h_top_r {
	float: right;
	width: 72%;
	margin-top: 20px;
}
#header .inner .h_top .h_top_l .h1Area {
	background-color: #008C46;
}
#header .inner .h_top .h_top_l .h1Area h1 a {
	display: block;
	padding: 22px 72px 22px 62px;
}
#header .inner .h_top .h_top_l .h1Area h1 a:hover {
	background-color: #00C663;
}
#header .inner .h_top .h_top_r .tnav {
	overflow: hidden;
	margin-left: 100px;
	margin-right: 16px;
}
#header .inner .h_top .h_top_r .tnav li {
	float: left;
}
#header .inner .h_top .h_top_r .tnav li a {
	padding: 5px;
	font-size: 18px;
	line-height: 2.4;
	color: #000;
	font-weight: bold;
}
#header .inner .h_top .h_top_r .tnav li a:hover {
	color: #008C46;
}
#header .inner .h_top .h_top_r .tnav li:last-child {
	background-color: #008C46;
	margin-left: 20px;
}
#header .inner .h_top .h_top_r .tnav li:last-child a {
	padding: 10px 25px;
	display: block;
	color: #fff;
	line-height: 1.3;
	font-size: 18px;
}
#header .inner .h_top .h_top_r .tnav li:last-child a:hover {
	background-color: #00C663;
}
#header .inner .gnav {
	overflow: hidden;
	margin-left: 36px;
	padding: 20px 0 0;
}
#header .gnav li {
	float: left;
	margin-bottom: 10px;
	text-align: center;
	border-right: 1px dashed #333;
	position: relative;
}
#header .gnav li:nth-child(6) {
	border-right: none;
}
#header .gnav li a {
	padding: 5px 1.2em;
	display: inline-block;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
#header .gnav li a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #008C46;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	transform: scale(0, 1);
  transform-origin: center top;
}
#header .gnav li a:hover:after {
	transform: scale(1, 0.8);
}

#toggle {
	position: absolute;
	top: 5px;
	right: 15px;
	font-size: 30px;
	color: #fff;
	display: none;
}
/* footer */
#footer {
	text-align: center;
}
#footer .f_top {
	margin-bottom: 40px;
	padding: 20px;
	background-color: #F7F7F7;
}
#footer .f_top .f_bnr {
	overflow: hidden;
	padding: 0 10px;
}
#footer .f_top .f_bnr li {
	float: left;
	width: 285px;
	margin: 0 5px;
}
#footer .f_top .f_bnr li a {
	display: block;
}
#footer .f_top .f_bnr li a:hover {
	opacity: 0.7;
}
#footer .f_link {
	overflow: hidden;
	padding: 40px 0;
}
#footer .f_link li {
	float: left;
	width: 350px;
	margin: 0 25px;
	text-align: center;
	background-color: #5FB1E7;
}
#footer .f_link li a {
	display: block;
	padding: 25px 0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
#footer .f_link li a:hover {
	background-color: #9FD0F0;
}
#footer .f_nav {
	padding: 40px 0px;

}
#footer .f_nav li {
	display: inline-block;
}
#footer .f_nav li a {
	padding: 5px;
	font-weight: bold;
}
#footer .f_bottom {
	position: relative;
	background-color: #008C46;
}
#footer .f_bottom .inner {
	padding: 50px 0;
}
#footer .f_bottom .inner .f_logo {
	padding-bottom: 40px;
}
#footer .f_bottom .inner .f_logo a {
	display: inline-block;
}
#footer .f_bottom .inner .f_logo a:hover {
	opacity: 0.7;
}
#footer .f_bottom .inner p {
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
}
#footer .f_bottom  .pagetop {
	position: absolute;
	top: 0;
	right: 20px;
}
#footer .f_bottom .pagetop a {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	cursor: pointer;
}
#footer .copyright {
	padding: 5px 0;
	font-size: 13px;
	color: #000;
}
.narrow {
	letter-spacing: -0.05em;
}
@media screen and (max-width: 736px) {
	.pc_only {
		display: none!important;
	}
	.inner {
		width: 100%;
	}
	.mobile_only {
		display: block;
	}
	#header {
		position: fixed;
		z-index: 9999;
		top: 0;
		left: 0;
		width: 100%;
		padding-top: 0;
		box-shadow: 0 0 12px 2px rgba(0,0,0,.2);
	}
	#header .inner .h_top .h_top_l {
		float: none;
		width: 100%;
	}	
	#header .inner .h_top {
		padding-bottom: 0;
	}	
	#header .inner .h_top .h_top_l .h1Area h1 {
		padding: 5px 3vw;
	}	
	#header .inner .h_top .h_top_l .h1Area h1 a img {
		width: 60%;
	}	
	#header .inner .h_top .h_top_l .h1Area h1 a {
		display: inline-block;
		padding: 0;
	}	
	#header .inner .h_top .h_top_l .h1Area h1 a:hover {
		background-color: #008C46;
		opacity: 0.7;
	}	
	#toggle {
		display: inline-block;
	}
		#header .inner .h_top .h_top_r {
		float: none;
		width: 100%;
		margin-top: 0;
	}
	#header .inner .h_top .h_top_r .gnav {
		display: none;
		width: 100%;
		margin-left: 0;
		padding-top: 0;
		padding-bottom: 0;
		background-color: rgba(255,255,255,.95);
	}
	#header .inner .h_top .h_top_r .gnav li {
		width: 100%;
		margin-bottom: 0;
		border-right: none;
		border-bottom: 1px solid #ccc;
	}
	#header .inner .h_top .h_top_r .gnav li a {
		color: #000;
		display: block;
		font-size: 16px;
		padding: 10px 0;
	}
	#header  .h_top .h_top_r .gnav li a:after {
		content: none;
	}	
	#main {
		padding-top: 57px;
	}
	#footer .f_top {
		margin-bottom: 0;
		padding: 10px 3vw;
	}
	#footer .f_top .f_bnr {
		padding: 0 0;
	}
	#footer .f_top .f_bnr li {
		float: none;
		width: 100%;
		margin: 15px 0;
	}
	#footer .f_top .f_bnr li a {
		display: inline-block;
	}
	#footer .f_link {
		padding: 20px 3vw;
	}
	#footer .f_link li {
		float: none;
		width: 81%;
		margin: 15px auto;
	}
	#footer .f_nav {
		padding: 0 3vw 30px;
	}
	#footer .f_nav li {
		display: block;
		border-bottom: 1px dotted #008C46;
	}
	#footer .f_nav li a {
		display: block;
		font-size: 16px;
		padding: 8px 0;
		color: #000;
	}
	#footer .f_bottom .inner {
		padding: 35px 3vw;
	}
	#footer .f_bottom .inner .f_logo {
		padding-bottom: 25px;
	}
	#footer .f_bottom .inner p {
		 font-size: 14px;
		line-height: 1.3;
	}
	#footer .f_bottom  .pagetop {
		position: absolute;
		top: 0;
		right: 20px;
	}
	#footer .f_bottom .pagetop a {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}
	#footer .copyright {
		font-size: 11px;
	}
}