/*
Theme Name: Yasuragi no Sato
Theme URI: https://www.y-sato.com/
Description: やすらぎの里 公式サイト用WordPressテーマ。断食・デトックスリトリート施設の情報を発信するカスタムテーマです。
Author: Yasuragi no Sato
Author URI: https://www.y-sato.com/
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: yasuraginosato
Requires at least: 5.2
Tested up to: 6.7
Requires PHP: 5.6
Tags: custom-menu, featured-images, translation-ready
*/

/* Skip Link (Accessibility) */
.skip-link.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal;
}
.skip-link.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* WordPress Core Alignment */
.alignleft {
  float: left;
  margin: 0.5em 1.5em 1em 0;
}
.alignright {
  float: right;
  margin: 0.5em 0 1em 1.5em;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
.alignwide {
  max-width: 100%;
  width: 100%;
}
.alignfull {
  max-width: 100vw;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

/* WordPress Captions */
.wp-caption {
  max-width: 100%;
  margin-bottom: 1em;
}
.wp-caption img {
  display: block;
  max-width: 100%;
  height: auto;
}
.wp-caption-text {
  font-size: 0.875em;
  color: #666;
  text-align: center;
  padding: 0.5em 0;
}

/* WordPress Gallery */
.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  margin-bottom: 1.5em;
}
.gallery-item {
  flex: 1 0 calc(33.333% - 0.5em);
  margin: 0;
}
.gallery-item img {
  display: block;
  width: 100%;
  height: auto;
}

/* WordPress Block Styles */
.wp-block-image img {
  max-width: 100%;
  height: auto;
}
.wp-block-image figcaption {
  font-size: 0.875em;
  color: #666;
  text-align: center;
  margin-top: 0.5em;
}
.wp-block-quote {
  border-left: 4px solid #352304;
  padding: 0.5em 1em;
  margin: 1.5em 0;
  font-style: italic;
}
.wp-block-quote cite {
  display: block;
  font-size: 0.875em;
  color: #666;
  margin-top: 0.5em;
  font-style: normal;
}
