@charset "utf-8";



/* Navigation
--------------------------------*/
#top-head {
	z-index:1000;
	}

#global-nav{
	max-width:1020px;
	overflow:hidden;
	margin:0 auto;
	}
	

@media only screen and (min-width: 768px) {

#top-head{
	overflow:hidden;
	width: 100%;
	border-top:solid 8px #00a0e9;
	box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
  	-webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
 	-moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
  	position:relative;
  	z-index:1000;
	}

.header_inner{
    height: 75px;
    margin: 0 auto;
	padding:20px 0 60px;
    max-width:1020px;
    position: relative;
	}

#top-head .tagline{
	font-size:13px;
	}
	
#top-head .logo {
	position: absolute;
	top:60px;
	left:0;
	width:60%;
	}

.header_contact_area{
	position: absolute;
	top:-8px;
	right:0px;
	}

.header_contact_area ul li{
	float:left;
	margin:10px 0 10px 5px;
	}

.header_contact_area ul li:first-child{
	margin-left:0;
	}

.head_contact_btn_tel{
	clear:both;
	}

#global-nav ul{
	border-right: solid 1px #898989;
	overflow: hidden;
	}
#global-nav ul li{
	width:16.6666667%;
	position: relative;
 	float:left;
    overflow: hidden;
	box-sizing: border-box;
	border-left: solid 1px #898989;
	text-align:center;
	padding:0 0 10px 0;
	font-size:14px;
	}


#global-nav ul li a {
	letter-spacing:normal;
	height:50px;
	line-height:1.5;
	color:#000000;
	display:block;
	}

#global-nav ul li a:hover{
	 color:#00a0e9;
	}

#global-nav ul li span{
	display:block;
	font-size:12px;
	font-family: Futura,Trebuchet MS,Arial,sans-serif;
	font-weight:normal;
	letter-spacing:1px;
	}
	
#global-nav ul li:hover{
	color:#00a0e9;
	background:url(../images/glonav_line.gif) bottom repeat-x;
	}
	
#global-nav ul li.current{
	font-weight:bold;
	background:url(../images/glonav_line.gif) bottom repeat-x;
}

#global-nav ul li#student{
	display:none;
	}

}


@media only screen and (max-width: 767px) {
	#global-nav ul li span{
		display:none;
		}
	}
	
/* Toggle Button
--------------------------------*/
#nav-toggle {
	display: none;
	position: absolute;
	right: 15px;
	top: 20px;
	width: 34px;
	height: 34px;
	cursor: pointer;
	z-index: 101;
	clear:both;
	}

#nav-toggle div {
	position: relative;
	}
	
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #00a0e9;
	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;
	}


@media only screen and (max-width: 767px) {

	
#top-head {
	width: 100%;
	padding: 0;
	}
	
#top-head {
	position: fixed;
	margin-top: 0px;
	}

#top-head .tagline{
	display:none;
	}

#top-head .header_contact_area{
	display:none;
	}

/* Fixed reset */
#mobile-head {
	background: #fff;
	width: 100%;
	z-index: 999;
	position: relative;
	}

#top-head .logo {
	width:230px;
	padding:20px 0;
	margin:0 auto;
	}
	

#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -492px;
	width: 100%;
	text-align: center;
	padding: 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	}
	
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	border-bottom:none;
	}
	
#global-nav ul li {
	width:100%;
	display:block;
	position: static;
	border-bottom:solid 1px #01b4ed;
	font-size:14px;
	}

#global-nav ul li img{
	display:none;
	}

#global-nav ul li a:before {
    content: attr(data-label);
	}
	
#global-nav ul li:last-child {
	border-bottom:none;
	}

#top-head #global-nav ul li a {
	width: 100%;
	display: block;
	color: #fff;
	padding: 10px 0;
	background:#00a0e9;
	}
	
#global-nav ul li a:hover {
	background:#00b4ed;
	}

#global-nav ul li#student{
	background:#00a0e9 !important;
	overflow:hidden;
	}
	
#global-nav ul li#student a{
	width:96% !important;
	color:#00b4ed !important;
	border-radius:5px;
	display:block;
	background:#FFFFFF !important;
	margin:2% auto !important;
	}

#global-nav ul li#student a::before{
	content:" ";
	background:url(../images/common/header_student_icon.png) ;
	display: inline-block;
	margin:0px 10px 0px;
	width:25px;
    height:25px;
	background-size:contain;
	vertical-align:middle;
	}
	
#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);
	}

}
