#menu-navibtn {
  display: none;
}

.menu {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: center;
}

/* wordpressログイン時のメニューバーのズレ修正
---------------------------------------------------- */
.customize-support .tracking.head_fixed,
.customize-support #navi {
  top: 32px;
} 

@media only screen and (max-width: 780px) {
  .customize-support .tracking.head_fixed,
  .customize-support #navi {
    top: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .customize-support .tracking.head_fixed,
  .customize-support #navi {
    top: 46px;
  }
}
