/* スマホではカテゴリーナビを出さず、右上のメニューだけを使う。 */
@media (max-width: 760px) {
  #navi {
    display: none;
  }
}
