/*
Theme Name: DocoIku Portal
Theme URI: https://doco-iku.jp
Description: ナイト系水商売向けポータルサイトテーマ。料金を明確にし、お気に入り・口コミ機能で集客をサポート。
Author: Custom Development
Author URI: https://doco-iku.jp
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: docoiku-portal
Domain Path: /languages
*/

/* ========================================
   Reset & Base Styles
   ======================================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background-color: #ffffff;
  color: #2c3e50;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #2c3e50;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.8;
}

/* ========================================
   Typography
   ======================================== */

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1rem;
}

h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

p {
  margin-bottom: 1rem;
}

/* ========================================
   Layout
   ======================================== */

.container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

/* ========================================
   Colors (Design System)
   ======================================== */

:root {
  --color-primary: #2c3e50;      /* 濃紺 */
  --color-accent: #e74c3c;       /* 赤（料金強調） */
  --color-accent-light: #f1c8c4; /* 薄赤 */
  --color-bg: #ffffff;           /* 背景白 */
  --color-border: #e8e8e8;       /* ライトグレー */
  --color-text: #2c3e50;         /* テキスト濃紺 */
  --color-text-light: #7f8c8d;   /* グレーテキスト */
  
  /* カテゴリカラー（アクセント用） */
  --color-cabakura: #e74c3c;     /* キャバクラ：赤系 */
  --color-club: #9b59b6;         /* クラブ：紫系 */
  --color-snack: #3498db;        /* スナック：ブルー系 */
  --color-girls-bar: #27ae60;    /* ガールズバー：グリーン系 */
}

/* ========================================
   Responsive (Mobile First)
   ======================================== */

@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
  
  h1 { font-size: 24px; }
  h2 { font-size: 20px; }
  h3 { font-size: 18px; }
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  html {
    font-size: 16px;
  }
}

/* ========================================
   Utilities
   ======================================== */

.clearfix::after {
  content: '';
  display: table;
  clear: both;
}

.hidden {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
