@media screen and (max-width: 767px) {

  .av-burger-overlay {
    display: flex !important;
    align-items: flex-start !important;
  }

  .av-burger-overlay-inner {
    display: block !important; /* ←重要 */
    padding-top: 16px !important;
  }

}

/* =========================================
検索アイコン非表示（共通UI制御）
========================================= */

.avia-search {
  display: none !important;
}

#menu-item-search {
  display: none !important;
}