/* Na-Mickey SP Contrast Overrides v4 - 2026-07-22 */
/* This block is very high-specificity and uses !important to satisfy Lighthouse contrast checks */

html.sp-scope, html.sp-scope body { background:#ffffff !important; color:#000000 !important; }

/* Address line & centered paragraph variants */
html.sp-scope p.uk-text-center,
html.sp-scope p.uk-margin-remove.uk-text-center { color:#000000 !important; }

/* Bold labels like "Na-Mickey Tours" */
html.sp-scope b { color:#000000 !important; font-weight:700 !important; }

/* Footer containers just in case */
html.sp-scope footer,
html.sp-scope .footer { background:#ffffff !important; color:#000000 !important; }

/* ==========================================================
   サイト全体のリンク配色を統一（現代的な細い下線スタイル）
   !important により、本文中のインライン style="color:blue" も含めて
   サイト全体（全17ページ）に一括適用される
   ========================================================== */
html.sp-scope a,
html.sp-scope a span,
html.sp-scope a b {
  color:#0f6e56 !important;
  font-weight:400 !important;
  text-decoration:underline !important;
  text-decoration-thickness:1px !important;
  text-underline-offset:2px !important;
}
html.sp-scope a:visited,
html.sp-scope a:visited span,
html.sp-scope a:visited b { color:#0a5545 !important; }
html.sp-scope a:hover,
html.sp-scope a:focus,
html.sp-scope a:hover span,
html.sp-scope a:focus span,
html.sp-scope a:hover b,
html.sp-scope a:focus b { color:#085041 !important; }

/* オフキャンバスメニュー内のリンクは白文字のまま維持（IDセレクタが優先されるため自動的に除外される） */
html.sp-scope #my-id .uk-nav a,
html.sp-scope #my-id .uk-nav a:link,
html.sp-scope #my-id .uk-nav a:visited,
html.sp-scope #my-id .uk-nav a:hover,
html.sp-scope #my-id .uk-nav a:active,
html.sp-scope #my-id .uk-nav a:focus {
  color:#ffffff !important;
  text-decoration:none !important;
  font-weight:normal !important;
}

/* Ensure tiny meta text is sufficiently dark */
html.sp-scope .uk-text-meta,
html.sp-scope .uk-text-muted,
html.sp-scope small { color:#222 !important; }

/* Safety: add slight text-shadow off by default (commented). Uncomment if image backgrounds persist. */
/* html.sp-scope footer *, html.sp-scope .footer * { text-shadow:0 0 0 #000 !important; } */
