/*
Theme Name: KODOMOTABI Home
Theme URI: https://example.com/
Author: KODOMOTABI
Description: KODOMOTABIのスマートフォン優先トップページ用オリジナルテーマ。
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: kodomotabi-home
*/

:root {
  --kt-site-text: #26323d;
  --kt-site-navy: #253d59;
  --kt-site-gold: #9b7d54;
  --kt-site-bg: #f8f5ee;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--kt-site-text);
  background: var(--kt-site-bg);
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.75;
}

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

a {
  color: var(--kt-site-navy);
}

.kt-site-header,
.kt-site-footer,
.kt-site-main {
  width: min(100% - 32px, 960px);
  margin-inline: auto;
}

.kt-site-header {
  padding: 24px 0 16px;
}

.kt-site-title {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.35rem;
}

.kt-site-main {
  padding: 32px 0 64px;
}

.kt-site-main article {
  padding: clamp(22px, 5vw, 42px);
  border: 1px solid rgba(37, 61, 89, 0.12);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(37, 61, 89, 0.08);
}

.kt-site-main h1,
.kt-site-main h2,
.kt-site-main h3 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  line-height: 1.5;
}

.kt-site-footer {
  padding: 24px 0 36px;
  border-top: 1px solid rgba(37, 61, 89, 0.12);
  font-size: 0.82rem;
  text-align: center;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
