/*=============================================*/
/*               menubtm                       */
/*=============================================*/
.button-toggle {
	
}

.menu_box{
	position: fixed;
	top: 84px;
	right: 0px;
	width: 100%;
	overflow: hidden;
	z-index:99998;
	background:rgba(229,216,195,0.95);
	/*-webkit-box-shadow: 0px 0px 50px -10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 50px -10px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 50px -10px rgba(0,0,0,0.5);*/
	display: none;
	text-align:left;
}

.menu_box ul {
	padding: 0;
	margin: 0px 0px 0px;
  list-style-type:none;
  list-style-position:outside;
}

.menu_box ul li {position: relative;}

.menu_box ul li a {
	display: block;
	text-decoration: none;
	line-height: 14px;
	color:#47321e;
	padding:15px;
	border-bottom:dashed 1px rgba(71,50,30,0.5);
	position:relative;
}	

.menu_box ul li:last-child a{
	border:none;
}

.menu_box ul li a:after{
	content:'\f105';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position:absolute;
	right:12px;
	top:14px;
	opacity:0.6;
}

.menu_box ul ul{
	margin-top:0;
}


.menu_box ul  ul li a{
	padding-left:30px;
}

.menu_box ul li a span{
	color:#539e9e;
	padding-left:10px;
	font-size:11px;
}

#close_btn{
	text-align:center;
	background-image: url(../img/sp/bg-header.png);
	border-bottom:none;
	font-size:16px;
	line-height:18px;
	padding:12px 0 10px;
	margin:0;
	font-weight:normal;
	display: block;
	color:#fff;
	cursor:pointer;
}


@-webkit-keyframes squishTop {
  0% {
    top: 11;
	height:3px;
	width:32px;
	margin-left:15px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50%, 75% {
    top: 19px;
	height:2px;
	width:18px;
	margin-left:22px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
	top: 19px;
	height:2px;
	width:18px;  
	margin-left:22px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@keyframes squishTop {
  0% {
    top: 11;
	height:3px;
	width:32px;
	margin-left:15px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);

  }
  50%, 75% {
    top: 19px;
	height:2px;
	width:18px;
	margin-left:22px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
	top: 19px;
	height:2px;
	width:18px;
	margin-left:22px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@-webkit-keyframes squishBottom {
  0% {
    top: 24px;
	height:3px;
	width:32px;
	margin-left:15px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50%, 75% {
    top: 19px;
	height:2px;
	width:18px;
	margin-left:22px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
	top: 19px;  
	height:2px;
	width:18px;  
	margin-left:22px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@keyframes squishBottom {
  0% {
    top: 24px;
	height:3px;
	width:32px;
	margin-left:15px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50%, 75% {
    top: 19px;
	height:2px;
	width:18px;
	margin-left:22px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
	top: 19px;  
	height:2px;
	width:18px;
	margin-left:22px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@-webkit-keyframes disappear {
  0%{
    opacity: 1;
	height:3px;
	width:32px;
	margin-left:15px;
	top:17px;
  }
  
  50%, 75% {
    opacity: 0;
	height:2px;
	width:18px;
	margin-left:22px;
	top:19px;
  }
  
  100% {
	opacity: 0;  
	height:2px;
	width:18px;  
    margin-left:22px;
	top:19px;
  }
}

@keyframes disappear {
  0%{
    opacity: 1;
	height:3px;
	width:32px;
	margin-left:15px;
	top:17px;
  }
  
  50%, 75% {
    opacity: 0;
	height:2px;
	width:18px;
	margin-left:22px;
	top:19px;
  }
  
  100% {
	opacity: 0;  
	height:2px;
	width:18px;  
    margin-left:22px;
	top:19px;
  }
}

@-webkit-keyframes squishBottomRev {
  0% {
	top: 19px;  
	height:2px;
	width:18px;
	margin-left:22px; 
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  50%, 75% {
	top: 19px;  
	height:2px;
	width:18px;
	margin-left:22px;   
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
 
  }
  100% {
    top: 24px;  
	height:3px;
	width:32px;
	margin-left:15px; 
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 24px !important;
  }
}

@keyframes squishBottomRev {
  0% {
	top: 19px;  
	height:2px;
	width:18px;
	margin-left:22px;  
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  50%, 75% {
	 top: 19px;  
	height:2px;
	width:18px;
	margin-left:22px; 
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);

  }
  100% {
    top: 24px;  
	height:3px;
	width:32px;
	margin-left:15px; 
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes squishTopRev {
  0% {
	top: 19px;  
	height:2px;
	width:18px;
	margin-left:22px;  
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50%, 75% {
    top: 19px;  
	height:2px;
	width:18px;
	margin-left:22px; 
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 11px;  
	height:3px;
	width:32px;
	margin-left:15px; 
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes squishTopRev {

  0% {
	top: 19px;  
	height:2px;
	width:18px;
	margin-left:22px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50%, 75% {
    top: 19px;  
	height:2px;
	width:18px;
	margin-left:22px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 11px;  
	height:3px;
	width:32px;
	margin-left:15px; 
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes dissappearRev {
  0%{
	top: 19px;  
	height:2px;
	width:18px;
	margin-left:22px;  
    opacity: 0;
  }
  
  50%, 75%{
	top: 19px;  
	height:2px;
	width:18px;
	margin-left:22px;
	opacity: 0;
  }
  
  100% {
	top: 17px;  
	height:3px;
	width:32px;
	margin-left:15px;  
    opacity: 1;
  }
}

@keyframes dissappearRev {
  0%{
	top: 19px;  
	height:2px;
	width:18px;
	margin-left:22px;  
    opacity: 0;
  }
  
  50%, 75%{
	top: 19px;  
	height:2px;
	width:18px;
	margin-left:22px;
	opacity: 0;
  }
  
  100% {
	top: 17px;  
	height:3px;
	width:32px;
	margin-left:15px;  
    opacity: 1;
  }
}

@media (max-width: 320px) {
}

