body {
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
}
.clear{ clear:both;}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
a, a:visited { color:#069; text-decoration: none; }
a:hover { text-decoration: underline; }

/*PAGE TOP*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

/*HEADER*/
#menu-wrap {
  width: 100%;
  background: #fff;
	opacity: 0.6;
}
.header{
  width: 70% !important;
  margin: 0px auto 0px;
  padding: 3% 0 5%;
  height:100%;
}
h1 {
 width:30%;
 display:block;
 float:left;
 margin:0;
 padding:0;
}
h1 a{
 font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
 font-size:2.4em;
 line-height:130%;
 color:#000;
}

#menu-wrap ul#menu {
  list-style-type: none;
  width: 62% !important;
  float:right;
  padding: 3% 0 0 0;
}
#menu li {
  width: 12%;
  float: left;
  margin:0 2%;
  padding: 0;
  text-align: center;
}
#menu li a {
  display: block;
  width : 100%;
  padding: 8% 5%;
  color: #333;
  font-size: 1.0em;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  border:#333 1px solid;
 font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background:  none;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: #FFF;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}



#menu li a:hover{
  color: #FFF;
}
header nav.nav{ display:none; !important}

  
.fixed{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
}

footer{
	background:#000;
	width:100%;
	padding:3% 0 7%;
}
.footer{
  width: 70% ;
  margin:0 auto;
 font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.footer ul{
  width: 65% ;
  margin:0 auto;
}
.footer ul li a{
	color:#A0A0A0;
	float:left;
	text-align:right;
	border-right:1px solid #A0A0A0;
	padding:0 3% 0 3%;
	margin:0 0 2%;
}
.footer ul li.last a{
	border-right:none;
}
.footer p.name{
	clear:both;
	color:#FFF;
	text-align:center;
	padding:5% 0 2%;
	font-size:2.6em;
}
.footer p.copy{
	color:#A0A0A0;
	text-align:center;
}


 #menus {
		display: none;
	}

 #menus {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
}
#menus li{
	display: block;
	float: left;
	width: 12.5%;
	margin: 0;
	padding: 0;
}
#menus li a {
	display: block;
	padding: 20px 0 20px;
	background-color: #2a83a2;
	color: #FFF;
	text-align: center;
	text-decoration: none;
		border-bottom: 1px solid #FEFEFE;
}
#menus li:last-child a{
	border: none;
}
#menus li a:hover{
	background: #4baacb;
}
#toggle {
	display: none;
}
@media only screen and (max-width: 870px) {
#menu li a {
	font-size:0.7em !important;
}
}
@media screen and (min-width: 640px) {
nav#menu-box{
		display: none;
}
}
/* 画面サイズが480px以下の場合に適用 */
@media only screen and (max-width: 640px) {
#menu-wrap {
  width: 100%;
  background: #fff;
	opacity: 1.0 !important;
}

nav#menu-box{
	padding:0;
}
ul#menu{
		display: none;
	}
.header{
  width: 90% !important;
  margin: 0px auto 0px;
  padding: 0 0 5%;
  height:100%;
}
h1 {
 width:30%;
 display:block;
 float:left;
		margin:5% 0 0;
 padding:0;
}

	h1 a{
		font-size:1.3em;
 color:#000;
	}
	#menus {
		display: none;
	}
	#menus li {
		width: 100%;
	}
	#toggle {
		display: block;
		position: relative;
		float:right;
		width: 50px;
		margin:0 3% 3% 0;
		background: #2a83a2;
	}
	#toggle a{
		display: block;
		position: relative;
		padding: 1.7em 0 ;
		color:#FFF;
		text-align: center;
		font-size:1.0em;
		text-decoration: none;
	}
	#toggle:before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 30px;
		height: 30px;
		margin-top: -15px;
		background: #FFF;
	}
	#toggle a:before, #toggle a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 30px;
		height: 6px;
		background: #2a83a2;
	}
	#toggle a:before {
		margin-top:-9px;
	}
	#toggle a:after {
		margin-top: 3px;
	}


.footer{
  width: 70% ;
  margin:0 auto;
 font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.footer ul{
	display:none;
}
.footer p.name{
	clear:both;
	color:#FFF;
	text-align:center;
	padding:5% 0 2%;
	font-size:1.6em;
}
.footer p.copy{
	color:#A0A0A0;
	text-align:center;
	font-size:0.9em;
}
/*PAGE TOP*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 90%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 10% 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

}

