/*
Theme Name: OceanGate Rentacar
Theme URI: https://oceangate-rentacar.com
Author: SECRET Group
Author URI: https://oceangate-rentacar.com
Description: 沖縄オーシャンゲートレンタカー公式テーマ — 軽自動車専門・中古車活用で地域最安値に挑戦。
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oceangate
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
*/

/* ============================================
   沖縄オーシャンゲートレンタカー — 全スタイル
   自作テーマ版（Lightning依存なし）
   ============================================ */

/* --- リセット --- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* --- ベース --- */
body {
  font-family: 'M PLUS Rounded 1c', 'Noto Sans JP', sans-serif;
  color: #1a2744;
  line-height: 1.6;
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease;
}
svg {
  display: inline-block;
  vertical-align: middle;
}

/* --- カラー変数 --- */
:root {
  --navy: #0a1628;
  --navy-light: #1a2e50;
  --ocean: #2a6fa8;
  --cyan: #40c8d8;
  --orange: #f08030;
  --orange-light: #f5a060;
  --sand: #f8f5f0;
  --sand-dark: #f0ebe2;
  --white-10: rgba(255,255,255,0.1);
  --white-15: rgba(255,255,255,0.15);
  --white-20: rgba(255,255,255,0.2);
  --white-30: rgba(255,255,255,0.3);
  --white-40: rgba(255,255,255,0.4);
  --white-50: rgba(255,255,255,0.5);
  --white-60: rgba(255,255,255,0.6);
  --white-70: rgba(255,255,255,0.7);
  --white-80: rgba(255,255,255,0.8);
  --white-90: rgba(255,255,255,0.9);
}

/* --- フォント --- */
.og-font-display {
  font-family: 'Poppins', 'M PLUS Rounded 1c', sans-serif;
}

/* --- コンテナ --- */
.og-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 640px) {
  .og-container { max-width: 640px; }
}
@media (min-width: 768px) {
  .og-container { max-width: 768px; }
}
@media (min-width: 1024px) {
  .og-container { max-width: 1024px; }
}
@media (min-width: 1280px) {
  .og-container { max-width: 1220px; }
}
