/*
Theme Name: kyoeijimuki
Theme URI:
Author:
Author URI:
Description: kyoeijimuki blank WordPress theme.
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: kyoeijimuki
Tags: blank, starter
*/

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

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

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

body {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.8;
  color: #333;
  background-color: #fff;
}

a {
  color: #0073aa;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #005177;
  text-decoration: underline;
}

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

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

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

.site-content {
  flex: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

/* ============================================
   Header
   ============================================ */

.site-header {
  padding: 1rem;
  border-bottom: 1px solid #e0e0e0;
}

.site-title {
  font-size: 1.5rem;
  font-weight: 700;
}

.site-title a {
  color: inherit;
  text-decoration: none;
}

.site-description {
  font-size: 0.875rem;
  color: #666;
}

/* ============================================
   Navigation
   ============================================ */

.main-navigation ul {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.main-navigation a {
  display: block;
  padding: 0.25rem 0;
}

/* ============================================
   Content
   ============================================ */

.entry-title {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}

.entry-meta {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 1rem;
}

.entry-content {
  margin-bottom: 2rem;
}

.entry-content p {
  margin-bottom: 1em;
}

/* ============================================
   Sidebar
   ============================================ */

.widget-area .widget {
  margin-bottom: 2rem;
}

.widget-title {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

/* ============================================
   Footer
   ============================================ */

.site-footer {
  padding: 1rem;
  border-top: 1px solid #e0e0e0;
  text-align: center;
  font-size: 0.875rem;
  color: #666;
}

/* ============================================
   Alignments (WordPress)
   ============================================ */

.alignleft {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}

.alignright {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

/* ============================================
   Accessibility
   ============================================ */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  height: auto;
  left: 5px;
  padding: 15px 23px 14px;
  top: 5px;
  width: auto;
  z-index: 100000;
}
