#top-head {
	background-color: #95fd02;
	height: 52px;
/*	border-bottom: 4px solid #000;*/
	}

.inner {
    max-width: 1260px;
    margin: 0 auto;
}

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

/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 5px;
    padding: 20px 0 0;
    line-height: 1;
    z-index: 999;
}

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

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

#top-head .logo img{
    float: left;
    width: 160px;
    }

#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 17px;
    letter-spacing: .2px;
    }

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

#global-nav ul li a {
    padding: 0;
    display: inline-block;
    margin: 0 0 -20px 30px;
    font-family: 'Sawarabi Mincho', sans-serif;
    }


/* 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: #402716;
    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: 750px) {

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

    #mobile-head {
        background: #9bff05;
        width: 100%;
        height: 70px;
        z-index: 999;
        position: relative;
/*		border-bottom: 3px solid #000;*/
		
    }

    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 10px;
        top: 22px;
    }
    
    #top-head .logo img{
        width: 120px;
    }

    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: rgba(255,255,255,.95);
        width: 100%;
        text-align: center;
        padding: 50px 0 100px;
        -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;
        font-size: 22px;
        letter-spacing: .5px;
    }

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

    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 85%;
        display: block;
        color: #402716;
        padding: 30px 0;
        text-align: right;
        font-size: 24px;
        }

    #top-head #global-nav ul li a:after ,
    #top-head.fixed #global-nav ul li a:after{
        content:" ——";
        color: #b7b7b7;
        letter-spacing: -.2px;
        }
    
    #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(580px);
        -webkit-transform: translateY(580px);
        transform: translateY(580px);
    }
}



/*　--------------------
new
--------------------  */
.header-new {
    display: block;
    text-align: center;
    font-size: 11px;
    padding: 1px 5px 2px;
    }

.header-new-this{
    background: -moz-linear-gradient(left, #e2adcd, #90d1e4);
    background: -webkit-linear-gradient(left, #e2adcd, #90d1e4);
    background: linear-gradient(to right, #fe2adc, #90d1e4);
    color:#fff;
    letter-spacing: 1px
    }

@media screen and (max-width: 750px) {
    .header-new {
        display: inline-block;
        vertical-align: middle;
        }
    .header-new-this{
        color:#000;
        margin: 0 10px 0 0;
        }
}