@charset "utf-8";
/* CSS Document */
@media only screen and (max-width : 834px) {
#drawer-icon span {
  background:  #999;
}
#drawer-icon span::before,
#drawer-icon span::after {
  -webkit-transform: rotate(0);
  background: #999;
}
}