/*
Theme Name: Tomita Clinic Theme
Theme URI: https://example.com/tomita-clinic-theme
Author: Codex
Author URI: https://example.com
Description: 富田クリニック向けに設計した、清潔感と信頼感を重視したオリジナルWordPressテーマです。
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tomita-clinic-theme
*/

/* WordPressの必須スタイルと最低限の共通調整 */
.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;
}

.screen-reader-text:focus {
  top: 1rem;
  left: 1rem;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  background: #0d4f7c;
  color: #ffffff;
  z-index: 9999;
}

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

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

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

.wp-caption {
  max-width: 100%;
}

.wp-caption-text,
.gallery-caption,
.bypostauthor {
  color: inherit;
}