/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 05 2025 | 04:15:53 */
/* 背景を濃い色に（必要なら） */
#sp_menu .p-spMenu__inner { background: rgba(13, 24, 38, .96); }

/* ロゴ */
#sp_menu .custom-spnav__head {text-align: center; }
#sp_menu .custom-spnav__logo img { width: 150px; height: auto; }

/* リスト */
#sp_menu .custom-spnav__list { list-style: none; margin: 0; padding: 12px 20px 40px; }
#sp_menu .custom-spnav__list li { margin: 18px 0; }
#sp_menu .custom-spnav__list a {
  display: flex; align-items: center;
  color: #333; text-decoration: none; font-weight: 700; font-size: 18px;
}

/* 丸型アイコン枠 */
#sp_menu .custom-spnav__icon {
  width: 50px; height: 50px; border-radius: 999px;
  background: rgba(255,255,255,.12);
  display: grid; place-items: center;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.35);
}
#sp_menu .custom-spnav__icon img { width: 22px; height: auto; }

/* 既定の装飾を消す（矢印線など） */
#sp_menu .custom-spnav__list a::before,
#sp_menu .custom-spnav__list a::after { content: none !important; }

/* 念のため下部エリアを非表示（SNS欄など） */
#sp_menu .p-spMenu__bottom,
#sp_menu #sp_menu_bottom,
#sp_menu .w-spMenuBottom,
#sp_menu .w-spmenu-bottom { display: none !important; }