.inner {
    width: 980px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
	display: inline-block;
	position: relative;

}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
	line-height: 28px;
}
#global-nav ul li {
	float: left;
}
#global-nav ul li a {
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 0;
	border-bottom: 1px solid #999999;
	padding-top: 0px;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    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;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}
 
/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 20px;
	top: 14px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 101;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
}
#nav-toggle div {
	position: relative;
	background-repeat: no-repeat;
	height: 5px;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	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: 5px;
}
#nav-toggle span:nth-child(2) {
	top: 15px;
}
#nav-toggle span:nth-child(3) {
	top: 25px;
}
 #nav-toggle {
	display: block;
	border: 1px solid #666666;
	text-indent: 15px;
    }
.menuTitle {
	width: 40px;
	height: 15px;
	position: absolute;
	right: 7px;
	color: #333333;
	top: 50px;
	font-size: 8px;
	font-weight: bold;
	text-align: center;
}
.reserveTitle {
	width: 40px;
	height: 15px;
	position: absolute;
	right: 47px;
	color: #333333;
	top: 50px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}



    #top-head,
    .inner {
	width: 100%;
	padding: 0;
	display: inline-block;
    }
    #top-head {
	margin-top: 0px;
	display: inline-block;
	position: fixed;
	top: 0px;
	margin-left: 0px;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
	background: #fff;
	width: 100%;
	z-index: 999;
	position: relative;
	display: inline-block;
	height: 78px;
	border-bottom: 2px solid #E3E3E3;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #FFFFFF;
        font-size: 26px;
    }
    #global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -502px;
	background-color: #573518;
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	text-indent: 15px;
    }
    #global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 16px;
	padding-left: 0px;
    }
    #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: 10px 0;
    }
   
    /* #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(580px);
        -webkit-transform: translateY(580px);
        transform: translateY(580px);
    }
