a.navi{
	color:black;
	text-decoration: none;
	font-family:"Zen Kaku Gothic New" , sans-serif;
	
}
a.navi:hover {
	color:green;
	text-decoration: none;
	}
	
	
 	
 

nav ul {
  margin-bottom: 15px;
}


/* PC */
nav a { font-family:"Zen Kaku Gothic New" , sans-serif; background:; }

nav a:hover { background:;  }

nav { margin:0 auto; text-align:center; padding:50px 0 200px 0; background:;}

	
nav li{ display:inline-block; margin:0 auto; text-align:center; font-size:20px; line-height:2; width:100%; max-width:100px; }


nav li img{ }

nav li.rogo{
	display:block; width:100%; max-width:170px;}





/* Mobile ハンバーガー 前は740*/
@media screen and (max-width: 740px) {
    nav a {  display:block;/*これ入れないと100%にならない*/ background:#005239; width:100%; max-width:100%; color:white; margin-bottom:1px; }
	
	nav a:hover { background:#37806a;  width:100%; max-width:100%; }
	
	nav { padding:100px 0 100px 0; }
	
	nav li{ display:block; font-size:1em; line-height:5;  max-width:100%;  }


	
	nav li.rogo{
	display:none; width:0%; max-width:0px;}



 
    
	a.navi{/*文字色指定ここ*/
	color: white;
	text-decoration: none;
	font-weight: lighter;
}
a.navi:hover {
	color:white;
	text-decoration: none;
	}
 
 a.navi_ex{
	color:yellow;
	text-decoration: none;
	font-weight:bold;
}
a.navi_ex:hover {
	color: white;
	text-decoration: none;
	}
 	
 
 
    
}
