.toggle-button {
    position: fixed;
    top: 0;
    left: 15px;
    padding: 9px 10px;
    margin: 8px 15px 8px 0;
    height: 20px;
    width: 50px;
    cursor: pointer;
    z-index: 9999;
}

.bar {
    background-color: #baa681;
    display: block;
    width: 100%;
    height: 5px;
    border: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}
.bar + .bar {
    margin-top: 4px;
}
.middle {
    top: 11px;
}
.bottom {
    top: 22px;
}
.toggle-button p { text-align:center; color:#baa681;font-family: 'Cormorant Garamond'; margin-top:5px; }
.toggle-button:hover {
    opacity: .7;
}
.toggle-active .bar {
    background-color: #baa681;
}
.toggle-active .top {
    -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
}
.toggle-active .middle {
   opacity: 0;
}
.toggle-active .bottom {
    -webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
}

.overlay {
    position: fixed;
    background-color: #fbebee;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
	z-index:4;
}
.nav-active {
    opacity: .9;
    visibility: visible;
    height: 100%;
/*    max-height: 340px;*/
}
.overlay ul {
    display: block;
    position: relative;
    top: 100px;
    left: 0;
    font-family: 'Cormorant Garamond', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.3em;
    font-weight:500;
    text-align: center;
    list-style: none;
    padding: 0;
	line-height:1em;
}
.overlay ul li {
    display: block;
}
.overlay ul li .br{ font-size:0.6em; margin-bottom:7px;}

.overlay ul li a {
    color: #5d5a59;
    text-decoration: none;
}
.overlay ul li a:hover {color: #baa681;text-decoration: none;}
@media screen and (max-width:640px) {
.overlay ul li { margin-bottom:0.8em; }
.overlay ul li .br{ display:inherit; font-size:0.6em; margin:0 0 0 0.8em;}
}

#sm_logo {
    position: fixed;
    top: 16px;
	right: 15px;
    height: auto;
    width: 180px;
    z-index: 9999;}
@media screen and (min-width:1025px){
	#sm_logo, .navbar-header, .overlay { display:none;}
}
@media screen and (max-width:1024px){
.navbar-header { width:100%; height:70px; position:fixed; top:0; z-index:500; background-color:rgba(255,255,255,0.9);}
.overlay ul li { margin-bottom:0.8em; }
.overlay ul li .br{ display:inherit; font-size:0.6em; margin:0 0 0 0.8em;}
}

