/* ----------------------------------------------------
	動きのあるナビゲーション
---------------------------------------------------- */
/* ----- 動きのあるナビゲーション・共通 ----- */
div.nav-wrap {
	margin: 0 0 14px;
	padding: 13px 0;
	text-align: center;
}

div.nav-wrap:last-child {
	margin: 0;
}

@media screen and (min-width: 641px) {
	div.nav-wrap {
		margin: 0 0 0px;
	}
}

div.nav-wrap ul {
	margin: 0;
	padding: 0;
	text-align: center;
        font-size:13px;
}

div.nav-wrap ul li {
	display: block;
	margin: 0 0 30px;
	text-align: center;
}

@media screen and (min-width: 641px) {
	div.nav-wrap ul li {
		display: inline;
	}
.subheader{
  	display:none;
  }
}

div.nav-wrap ul li:last-child {
	margin: 0 0 0;
}

div.nav-wrap ul li a {
	position: relative;
	z-index: 0;
	display: inline;
	margin: 0px 12px;
	padding: 10px 10px;
	color: #000;
	text-decoration: none;
	font-size: 1em;
	line-height: 1.9em;
	cursor: pointer;
}




/* ----- ナビゲーション-4 ----- */
.nav-4 {
	background: #fafafa;
        border-bottom:1px solid #efefef;
}

div.pull-up a:before {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0px;
	bottom: 0px;
	content: '';
	background: #409BEA;
	opacity: 0.3;
	transition: all 0.3s;
}

div.pull-up a:hover:before,
div.pull-up a:focus:before,a
div.pull-up a:active:before {
	height: 100%;
}

div.gnav ul{
width: 100%;
overflow: hidden;
}

div.gnav li{
float: left;
width: 20%;
list-style-type: none;
}

div.gnav a{
display: block;
padding: 15px 0 5px 0;
text-align: center;
font-weight: bold;
text-decoration: none;
color: #0A324A;
}

div.gnav a:hover{
background: #409BEA;
color: #fff;
}



@media screen and (max-width: 640px) {
        div.nav-wrap {
                display:none;
        }
  .pc-subheader{
  	display:none;
  }
  .subheader{
  	padding:1rem;
  	text-align:right;
        border-bottom: 1px solid #efefef;
        background-color: #fafafa;
  }
        div.gnav {
                display:none;
        }

}
