/* EN skin */

/* ロゴ差し替え（画像パスを差し替え） */

/* ===== PC用の横長ロゴを全置換 ===== */
img.mobile[src*="logols.png"],
img.pc[src*="logols.png"] {
  content: url("https://www.kokoro-maiko.com/hp/wp-content/uploads/2025/08/kokoro_culture_guide_ls.png");
  width: 320px;
  height: auto;
}

/* ===== モバイル用のスクエアロゴを全置換 ===== */

img[src*="logosq.png"] {
  content: url("https://www.kokoro-maiko.com/hp/wp-content/uploads/2025/08/kokoro_culture_guide_square.png");
  width: 320px;
  height: auto;
}
/* 英語メニューの微調整 */
body.is-en-skin .main-navigation { letter-spacing: 0.02em; }

/* /en/だけフッターの画像カルーセルを非表示 */
body.is-en-skin #footer_image_carousel { display: none !important; }
body.is-en-skin #footer_icon_banner{ display: none !important; }
body.is-en-skin #site_desc{ display: none !important; }
body.is-en-skin #side_icon_button{ display: none !important; }
body.is-en-skin #drawer_icon_button{ display: none !important; }