/*
Theme Name: ZeroY Starter
Description: GOLFNIA リニューアル用の空テーマ。CSS は最小ベースのみで、デザインはこれから作り直します。
Version: 2.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: zeroy-starter
*/

/* --------------------------------------------------
   最小ベース（リセット＋読みやすさのみ）
-------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.85;
  color: #1c1c1c;
  background-color: #ffffff;
}

a {
  color: #1c1c1c;
}

img {
  max-width: 100%;
  height: auto;
}

.site-header {
  padding: 18px 20px;
  border-bottom: 1px solid #e6e6e6;
}

.site-header .site-name {
  font-weight: 700;
  text-decoration: none;
}

.site-main {
  max-width: 760px;
  margin: 0 auto;
  padding: 48px 20px;
}

.site-footer {
  padding: 24px 20px;
  border-top: 1px solid #e6e6e6;
  font-size: 0.82rem;
  color: #6b6b6b;
}

.entry-title {
  margin: 0 0 20px;
  font-size: 1.5rem;
  line-height: 1.5;
}
