/*
Theme Name: Nabesan
Theme URI: https://gaiheki-nabesan.com/
Author: 外壁のなべさん
Description: 外壁のなべさん公式テーマ（オレンジ+クリーム+LINE緑+黄マーカー）
Version: 1.0.1
License: GPL v2 or later
Text Domain: nabesan
*/

/* WordPress テーマ ヘッダー用。全スタイル定義は assets/css/main.css に集約。 */
:root {
  --font-noto-jp: "Noto Sans JP";
  --container-2xl: 1200px;
}
html, body { margin: 0; padding: 0; background: #ffffff; color: #1f2937; }
body { font-family: "Noto Sans JP", system-ui, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; padding: 0; margin: 0; }
button { border: none; background: none; cursor: pointer; font-family: inherit; }

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .container { padding-left: 1.5rem; padding-right: 1.5rem; }
}
@media (min-width: 1024px) {
  .container { padding-left: 2rem; padding-right: 2rem; }
}

.qa-answer { transition: max-height 0.2s; }
.qa-chevron { transition: transform 0.2s; display: inline-block; }
.qa-toggle { width: 100%; text-align: left; }

.marker-underline {
  background: linear-gradient(transparent 60%, #fde047 60%, #fde047 90%, transparent 90%);
  padding: 0 0.05em;
}

.speech-bubble {
  position: relative;
  background: #ffffff;
  border: 1px solid #fed7aa;
  border-radius: 1rem;
  padding: 0.75rem 1rem;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
}
.speech-bubble--orange { background: #fff7ed; }
.speech-bubble::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.speech-bubble--tail-left::before {
  left: -10px; top: 50%; transform: translateY(-50%);
  border-width: 8px 10px 8px 0;
  border-color: transparent #ffffff transparent transparent;
}
.speech-bubble--orange.speech-bubble--tail-left::before {
  border-color: transparent #fff7ed transparent transparent;
}
.speech-bubble--tail-right::before {
  right: -10px; top: 50%; transform: translateY(-50%);
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #ffffff;
}
.speech-bubble--orange.speech-bubble--tail-right::before {
  border-color: transparent transparent transparent #fff7ed;
}
.speech-bubble--tail-bottom-left::before {
  left: 24px; bottom: -10px;
  border-width: 10px 8px 0 8px;
  border-color: #ffffff transparent transparent transparent;
}

.sparkle-heading {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #ea580c;
  font-weight: 700;
  font-size: 0.875rem;
}
.sparkle-heading__star { color: #f97316; font-size: 1.125rem; }
