@charset "utf-8";
/*
Theme Name: 王将果樹園テーマ
Theme URI: http://www.ohsyo.co.jp/
Author: yamagata sakuranbo farm
Author URI: http://www.ohsyo.co.jp/
Description: 王将果樹園のお知らせ用のテーマです
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, -formats, rtl-language-support, sticky-, theme-options, translation-ready
*/

/* Basic reset and layout */
@import url("css/style.css");

* {
  box-sizing: border-box;
}
html {
  font-size: 16px;
}
body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial,sans-serif;
  line-height: 1.6;
  color: #222;
}

.site-header,
.site-footer {
  padding: 1rem;
  background: #f5f5f5;
}
.site-branding .site-title {
  font-size: 1.5rem;
  font-weight: 600;
}
.site-branding .site-title a {
  color: inherit;
  text-decoration: none;
}

.site-main {
  margin: 1.5rem auto;
  background-color: #ffffff80;
  padding: 1rem;
  border-radius: 8px;
}
.page-guide{
  width: min(840px,90%);
  margin: 1.5rem auto;
}
.entry-title {
  margin: 0 0 0.5rem;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}

.menu {
  list-style: none;
  display: flex;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
}
.menu a {
  text-decoration: none;
  color: #0366d6;
}

.widget-area {
  width: min(1100px, 92%);
  margin: 1.5rem auto;
}

.screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
