.inner {
width: 90%;
margin: 0 auto;
}

.inner:after {
content: "";
clear: both;
display: block;
}

.inner img {
width: 108px;
height:60px;
float: left;
}

/* header */
#top-head {
position: absolute;
width: 100%;
margin: 0 auto;
padding: 5px 0 0;
line-height: 1.5;
z-index: 999;
height: 70px;
background: #fff;
transition: top 0.65s ease-in;
-webkit-transition: top 0.65s ease-in;
-moz-transition: top 0.65s ease-in;
box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}

#top-head a,
#top-head {
color: #fff;
text-decoration: none;
}

#top-head .inner {
position: relative;
}

#global-nav  {
position: relative;
}

#global-nav ul {
margin: 30px auto 0 auto;
list-style: none;
display: table;
table-layout: fixed;
text-align: right;
float: right;
}

#global-nav ul li {
float: left;
position: relative;
padding: 0 0 0 30px;
font-size: 115%;
font-family: 'Elsie', cursive;
}

#global-nav ul li a {
color: #333;
text-decoration: none;
}

#global-nav ul li a:hover{
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
color: #eb6d82;
border-bottom: #eb6d82 dotted 1px;
}

/* Fixed */
#top-head.fixed {
margin-top: 0;
top: 0;
position: fixed;
background: #fff;
background: rgba(255,255,255,1);
transition: top 0.65s ease-in;
-webkit-transition: top 0.65s ease-in;
-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
}
#top-head.fixed #global-nav ul li a {
}

/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
}

#top-head.fixed #global-nav ul li:hover:after {
}

/* wrapper */

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}


/* 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;
}

#mobile-head img {display: none;
}


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

#top-head, .inner {
width: 100%;
padding: 0;
}

#top-head {
top: 0;
position: fixed;
margin-top: 0;
height:0;
}
#top-head img{
	display: none;
	}

/* Fixed reset */
#top-head.fixed {
padding-top: 0;
background: transparent;
height:0;
}

#mobile-head {
background: #fff;
width: 100%;
margin: 0 auto;
height: 55px;
z-index: 999;
position: relative;
box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}

#mobile-head img {
display: block;
position: absolute;
top:2px;
left: 5px;
width: 90px;
height:50px;
float: left;
}

.inner {
width: 100%;
margin: 0 auto;
}

#global-nav {
position: absolute;
top: -500px;
background: #c2da69;
width: 100%;
text-align: center;
padding: 5px 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;
bottom: 0;
font-size: 100%;
text-align: center;
float: none;
}

#global-nav ul li {
float: none;
position: static;
text-align: center;
}

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

#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
width: 100%;
display: block;
color: #fff;
padding: 10px 0;
text-align: center;
}
	
#top-head #global-nav ul li a:hover,
#top-head.fixed #global-nav ul li a:hover {
text-decoration: none;
color: #eb6d89;
}

#nav-toggle {
display: block;
text-align: center;
}

/* #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 {
/* #top + #mobile-head height */
-moz-transform: translateY(556px);
-webkit-transform: translateY(556px);
transform: translateY(556px);
}



}


