.inner {
    width: 100%;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 0;
    line-height: 1;
    z-index: 999;
	background:#000;
	font-family: 'Amiri',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS P Gothic',Arial,sans-serif;


}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 24px;
    font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, sans-serif;
    padding-left:3%;
}

#top-head .logo img {
	width:50%;
}

#global-nav{
	list-style-type: none;
	padding: 0;
	background: #8a9b0f;
	border-radius: 3px 3px 0 0;

}

#global-nav ul {
	width:65%;
	float:right;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0.4em;
    font-size: 14px;
	font-family: 'Amiri',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS P Gothic',Arial,sans-serif;

}
#global-nav ul li {
	width:16.666666666666666666%;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;

}

#global-nav ul li a {
	padding: 0 30px;
	color:#fff;
	display: block;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;

}



#global-nav ul li:hover > a {
}

#global-nav ul > li:hover > a {
	border-radius: 3px 3px 0 0;
}

#global-nav ul li ul{
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	border-radius: 0 0 3px 3px;
}
#global-nav ul li:last-child ul{
	left: -100%;
	width: 100%
}
#global-nav ul li ul li{
	overflow: hidden;
	width: 150%;
	height: 0;
	color: #fff;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
#global-nav ul li ul li a{
	padding: 13px 15px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}
#global-nav ul li:hover ul li{
	overflow: visible;
	height: 38px;
	background:#000;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
}
#global-nav ul li:hover ul li:first-child{
	border-top: 0;
}
#global-nav ul li:hover ul li:last-child{
	border-bottom: 0;
}
#global-nav ul li:hover ul li:last-child a{
	border-radius: 0 0 3px 3px;
}


 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(0,0,0,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;

}
#top-head.fixed .logo {
    font-size: 24px;
    color: #fff;
}
#top-head.fixed #global-nav ul li a {
    color: #fff;
}
 
/* 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: #666;
    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 screen and (max-width: 768px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
	background:rgba(0,0,0,0.6);
    }
    #mobile-head {
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        /*color: #000;*/
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: rgba(0,0,0,0.7);
        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 {
	width:100%;
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
	width:100%;
	margin:0;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }

	#global-nav ul li ul{
		position:relative;
		margin-bottom: 5%;
	}


#global-nav ul li ul li {
	float:left;
	width:33.333333%;
}

#global-nav ul li ul.fifty li {
	width:50%;
}

#global-nav ul li:hover ul li{
	border-top:none;
	border-bottom:none;
	height:auto;
	overflow:hidden;
}

#global-nav ul li ul li a {
	text-align:center;
}

    #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);
    }
}