@charset "utf-8";
#top-head {
	display: none;
}
#top-head .inner #global-nav ul li a {
	position: relative;
}
#top-head .inner #global-nav ul li a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 2px;
	background-color: #eee;
	transition: .3s;
	opacity:0.3;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#top-head .inner #global-nav ul li a:hover::before {
	width: 50%;	
}

/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #999;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}






.dropmenu li a{

	position: relative;
}

.dropmenu li.current a,
.dropmenu li a:hover{
	color:#0481A2;
}

.dropmenu li a::after {
    content: '';

    position: absolute;
    bottom: -3px;
	left: 0%;
    width: 100%;
    height: 3px;
    background:#0481A2;

    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: center top;
}


.dropmenu li.current a::after,
.dropmenu li a:hover::after {
    transform: scale(1, 1);
}





 @media screen and (max-width: 767px) {
#top-head a, #top-head {
	/* color: #333; */
	text-decoration: none;
}
#top-head .logo {
	float: left;
	font-size: 36px;
}
#top-head,  .inner {
	width: 100%;
	padding: 0;
}
#top-head .inner {
	position: relative;
}
#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
	width: 100%;
	line-height: 1;
	z-index: 999;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	display: block;
}
/* Fixed reset */

#top-head.fixed {
	padding-top: 0;
	background: transparent;
	margin-top: 0;
	top: 0;
	position: fixed;
	height: 55px;
	background: #fff;
	background: rgba(255,255,255,.7);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#mobile-head {
	width: 100%;
	height: 60px;
	z-index: 999;
	position: relative;
	background-color: #f7f7f7;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #4ea7f8;
}
#top-head.fixed .logo,  #top-head .logo {
	position: absolute;
	left: 10px;
	top: 10px;
	color: #333;
	font-size: 26px;
	margin-top: 0px !important;
}
#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -500px;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	background-color: #222;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 14px;
}
#global-nav ul li {
	float: none;
	position: static;
}
#top-head #global-nav ul li a,  #top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #fff;
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 18px;
	padding-left: 0;
}
#nav-toggle {
	display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}
}
