@charset "UTF-8";
/* グローバルメニューサイズ統一 */
#header-menu{
  text-align:center;
}

#header-menu ul{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
}

#header-menu li{
  margin:0;
}

#header-menu a{
  font-size:15px;
  padding:10px 14px;
}/* グローバルナビサイズ調整 */
#header-menu a {
  font-size: 15px !important;
  padding: 8px 12px !important;
}

/* ナビ高さ */
#header-menu {
  padding: 0 !important;
  margin: 0 !important;
}

/* ロゴ高さ */
#logo-wrap img {
  height: 45px !important;
  width: auto !important;
}