@charset "utf-8";
/* CSS Document */


body {
    width:100%;
    margin:0px auto;
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
header, article, aside, section, footer {
    display:block;
}
header, article, aside, section, footer {
    margin:0px 0px 10px;
    padding:0px;
}
header {
    text-align:center;
	margin: 0;
	padding: 0;
	/* background: url("../image/bg_title.jpg") top center;*/
}



header h1{
	display: none;
}
/**
header.img{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
*/

.title {
    position: relative;
	/* width: 1000px; */
	height: 75px;
	margin: 0;
	padding: 0;
}
.title_logo {
    position: absolute;
	right: 20px;
	top: 12px;
}

/**
.title {
  margin: 10px 0 0;
}
.title > a {
  display: block;
  width: 480px;
  height: 60px;
  background: url("../img/img_title.jpg") 50% 50% no-repeat;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
*/
/*
nav#menu {
	width:1000px; 
	background-color: #006600;
    text-align:center;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
nav#menu ul, nav li {
    list-style-type:none;
    display:block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style-type:none;
}
nav#menu ul{
	margin: 0;
	padding:0 3px;
}
nav#menu li {
	font-size: 18px;
	font-weight: bold;
	width: 142px;
	text-align: center;
	background-color: #006600;
	float: left;
	height: 60px;
	line-height: 35px;
	margin: 0 auto;
	padding: 0;
}

nav#menu li a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	display: block;
	margin:  0;
	padding: 15px;
}
nav#menu li :hover{
	background-color: #00CC00;
}

nav#menu h1 {
    display:none;
}
*/
.gnav{
    width: 100%;
    background-color: #379424;
}
.gnav_wrapper{
    max-width: 980px;
    margin: auto;
    display: flex;
	padding: 0;
}
.gnav_wrapper li{
	font-size: 1.5em;
    border-left: #ffffff 1px solid;
    text-align: center;
    width: calc(100%/6);
    transition: all  0.3s ease;
	list-style-type:none;
}
.gnav_wrapper li:last-child{
    border-right: #ffffff 1px solid;
}
.gnav_wrapper li:hover{
    background-color: #246117;
}
.gnav_wrapper li a{
    display: block;
    padding: 1.5em 0;
    color: #fff;
	font-weight: bolder;
    text-decoration: none;
}

@media screen and (max-width:767px){ 
	header{
		flex-direction: column;
		padding:4% 2%;
	}
	
	.title {
	  margin: 10px 0 0;
	}
	.title > a {
	  display: block;
	  width: 300px;
	  height: 60px;
	  background: url("../img/img_title_sd.jpg") 50% 50% no-repeat;
	  background-size: cover;
	  text-indent: 100%;
	  white-space: nowrap;
	  overflow: hidden;
	}
	
	.gnav_wrapper{
		width: 100%;
		margin:0;
		padding:0;
		flex-direction: column;
		flex-flow: row wrap;
	}
	.gnav_wrapper li{
		width:calc(100%/3.03);
		margin:0;
		text-align:center;
		display: flex;
		border-bottom: #ffffff 1px solid;
	}
	.gnav_wrapper li:hover{
    	width:calc(100%/3.03);
	}
	.gnav_wrapper li a{
		width:100%;
		display:block;
		float:left;
		padding:8px;
	}
	.gnav_wrapper li:last-child{
		border-right: none;
	}
}


main {
    width: 100%;
	margin: 0 auto;
	padding: 2px 0;
}

footer {
    clear:both;
    text-align: center;
    background-color: #379424;
    color:#ffffff; 
	margin: 0 0 10px 0;
    padding: 5px 0;
    font-size: 1.2em;
}
footer p{
	text-align: center;
	color: #ffffff;
	margin: 15px 0 30px 0;
	padding: 0;
}
footer a{
	font-size: 1em;
	margin: 0;
	padding: 0 10px;
	color: #ffffff;
	text-decoration: none;
}