/*
Theme Name: PRINCE
Theme URI: https://prince-racing.jp/
Author: PRINCE / 株式会社Wadachi
Description: 東京都町田市のスポーツカー・カスタムショップ PRINCE 専用テーマ。ブログ・お知らせ・ギャラリー・販売車両・営業日カレンダー・日英仏伊の4言語に対応。
Version: 1.12.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: prince
*/

/* 実際のスタイルは assets/css/theme.css に入っています。
   このファイルには追記のカスタマイズだけを書いてください。 */

/* 言語スイッチャー（テーマ側のボタン） */
.lang-switch a.lang-btn{
  font-family:'Oswald',sans-serif;font-size:.75rem;padding:4px 10px;
  border:1px solid #444;background:#111;color:#ccc;text-decoration:none;transition:.2s;
}
.lang-switch a.lang-btn:hover{border-color:var(--y);color:var(--y)}
.lang-switch a.lang-btn.active{background:var(--y);border-color:var(--y);color:#111}

/* 管理メニューを使う場合のリスト調整 */
.side nav ul{list-style:none;margin:0;padding:0}
.side nav ul li{margin:0}
