/*
Theme Name: すみれ鍼灸マッサージ院・接骨院
Theme URI: https://github.com/ivyleap/sumire_HP
Author: IvyLeap
Description: sumire_HPのデザインを再現し、管理画面から文章・画像・施術メニュー・予約状況を編集できる専用テーマです。
Version: 1.0.6
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: sumire-wp
*/

:root {
  --font-serif-jp: "Noto Serif JP", serif;
  --font-sans-jp: "Noto Sans JP", sans-serif;
  --font-cormorant: "Cormorant Garamond", serif;
}

html { margin-top: 0 !important; }
body { margin: 0; }
body.admin-bar > header { top: 32px; }
.sumire-generic-page { min-height: 60vh; padding: 7rem 1.5rem; background: #fefdfb; }
.sumire-generic-page__inner { width: min(880px, 100%); margin: 0 auto; }
.sumire-generic-page h1 { margin-bottom: 2rem; color: #2a2a2a; font-size: clamp(1.75rem, 4vw, 2.5rem); }
.sumire-generic-page__content { color: #4d4a46; line-height: 2; }

@media (max-width: 782px) {
  body.admin-bar > header { top: 46px; }
}
