/*
Theme Name: もりの整骨院
Theme URI: https://morino-seikotsuin.jp
Author: もりの整骨院
Description: もりの整骨院 公式ホームページテーマ
Version: 1.0.0
Template: lightning
Text Domain: morino
*/

/* ===== GOOGLE FONTS ===== */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
h2 { border-top: 1px solid var(--vk-color-border-hr) !important; }
.site-footer-title::after, .sub-section-title::after, h3:where(:not(.wp-block-post-title))::after { border-bottom: none !important; }
html { scroll-behavior: smooth; }
body {
  background: #f5f0e8;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16.8px;
  color: #3d3d3d;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }

/* ===== LAYOUT ===== */
.morino-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== HEADER ===== */
.morino-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #e8e0d0;
}
#morino-main {
  padding-top: 60px;
}
.morino-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
}
.morino-logo {
  display: flex;
  align-items: center;
  gap: 8px;
}
.morino-logo__text { display: flex; flex-direction: column; }
.morino-logo__main { font-size: 16.8px; font-weight: 700; letter-spacing: .06em; }
.morino-logo__sub  { font-size: 9.6px; color: #888; letter-spacing: .12em; font-weight: 300; }

/* ハンバーガー */
.morino-ham {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.morino-ham span {
  display: block;
  width: 22px;
  height: 2px;
  background: #3d3d3d;
  border-radius: 2px;
  transition: all .3s;
}
.morino-ham.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.morino-ham.is-open span:nth-child(2) { opacity: 0; }
.morino-ham.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ドロワー */
.morino-drawer {
  display: none;
  background: #fff;
  border-top: 1px solid #e8e0d0;
  padding: 0 20px 24px;
}
.morino-drawer.is-open { display: block; }
.morino-drawer__nav { list-style: none; padding-top: 8px; }
.morino-drawer__nav li { border-bottom: 1px solid #e8e0d0; }
.morino-drawer__nav a {
  display: block;
  padding: 13px 4px;
  font-size: 16.8px;
  font-weight: 500;
  color: #3d3d3d;
  letter-spacing: .04em;
}
.morino-drawer__cta {
  margin-top: 16px;
  background: #7bae7f;
  border-radius: 12px;
  padding: 14px 18px;
  text-align: center;
}
.morino-drawer__cta-label {
  font-size: 13.2px;
  color: rgba(255,255,255,.9);
  margin-bottom: 8px;
  font-weight: 300;
}
.morino-drawer__cta-btn {
  background: #fff;
  color: #5a8f5e;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  letter-spacing: .04em;
}

/* PC ナビ */
.morino-pc-nav { display: none; }

/* ===== HERO ===== */
.morino-hero { position: relative; }
.morino-hero__bg-wrap {
  height: 100vh;
}
.morino-hero__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.morino-hero__overlay {
  position: absolute;
  top: 0; left: 0; right: 0;
  padding: 24px 20px 0;
  margin-left: 5px;
  z-index: 2;
}
.morino-hero__tag {
  display: inline-block;
  background: rgba(249,228,200,0.92);
  color: #5a8f5e;
  font-size: 14.3px;
  font-weight: 400;
  padding: 4px 16px;
  border-radius: 20px;
  margin-bottom: 14px;
  letter-spacing: .05em;
}
.morino-hero__title {
  font-size: 33.8px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: -30px;
  margin-bottom: 14px;
  color: #2a2a2a;
  text-shadow: 0 0 20px rgba(255,255,255,1), 0 0 40px rgba(255,255,255,0.9), 0 2px 8px rgba(255,255,255,0.8);
  letter-spacing: .04em;
}
.morino-hero__title .accent { color: #5a8f5e; font-size: 41.6px; }
.morino-hero__desc {
  font-size: 15.6px;
  color: #3d3d3d;
  line-height: 2;
  background: rgba(253,250,245,0.92);
  display: inline-block;
  padding: 8px 12px;
  border-radius: 8px;
  font-weight: 300;
  letter-spacing: .04em;
}

/* 波 */
.morino-hero__wave {
  position: relative;
  margin-top: -80px;
  z-index: 3;
  line-height: 0;
  pointer-events: none;
}
.morino-hero__cta {
  background: #f5edd8;
  padding: 0 20px 20px;
  text-align: center;
  position: relative;
  z-index: 3;
  margin-top: -2px;
}
.morino-hero__cta p {
  font-size: 19.2px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: .05em;
}
.morino-hero__cta .accent { color: #5a8f5e; font-size: 21.6px; }
.morino-hero__scroll {
  display: flex;
  justify-content: center;
  padding: 12px 0 20px;
  background: #f5edd8;
  position: relative;
  z-index: 3;
}
.morino-hero__scroll-btn {
  width: 36px;
  height: 36px;
  background: #7bae7f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 19.2px;
}

/* ===== SECTION COMMON ===== */
.morino-sec-title {
  font-size: 26.4px;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 28px;
  letter-spacing: .06em;
}
.morino-sec-title .green { color: #5a8f5e; }

/* ===== CONCERNS ===== */
.morino-concerns {
  background: #fff;
  padding: 48px 0 48px;
}
.morino-concerns__list { list-style: none; }
.morino-concerns__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #e8e0d0;
  font-size: 16.8px;
  font-weight: 400;
  letter-spacing: .04em;
}
.morino-concerns__item:first-child { border-top: 1px solid #e8e0d0; }
.morino-concerns__img-wrap {
  margin-top: 32px;
}
.morino-concerns__omakase {
  width: 100%;
  height: auto;
}
.morino-concerns__check {
  width: 22px;
  height: 22px;
  background: #7bae7f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* ===== REASONS ===== */
.morino-reasons { background: #f8f3ea; padding: 48px 0; }
.morino-reasons__title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 28px;
  line-height: 1.5;
}
.morino-reasons__line1 { font-size: 24px; display: block; margin-bottom: 6px; letter-spacing: .08em; }
.morino-reasons__line2 { display: flex; align-items: baseline; justify-content: center; gap: 2px; }
.morino-reasons__num   { font-size: 62.4px; color: #5a8f5e; line-height: 1; font-weight: 700; }
.morino-reasons__tsu   { font-size: 33.6px; color: #5a8f5e; }
.morino-reasons__no    { font-size: 33.6px; color: #3d3d3d; }
.morino-reasons__riyu  { font-size: 33.6px; color: #5a8f5e; }
.morino-reasons__card {
  background: #fff;
  border-radius: 12px;
  padding: 16px 14px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.morino-reasons__icon {
  width: 42px;
  height: 42px;
  border: 1.5px solid #7bae7f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.morino-reasons__card-title { font-size: 16.8px; font-weight: 700; margin-bottom: 4px; letter-spacing: .04em; }
.morino-reasons__card-desc  { font-size: 13.2px; color: #777; line-height: 1.8; font-weight: 300; }

/* ===== CTA BAR ===== */
.morino-cta-bar {
  background: #7bae7f;
  border-radius: 16px;
  padding: 14px 18px;
  text-align: center;
  margin-top: 24px;
}
.morino-cta-bar__label {
  font-size: 13.2px;
  color: rgba(255,255,255,.9);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-weight: 300;
  letter-spacing: .04em;
}
.morino-cta-bar__btn {
  background: #fff;
  color: #5a8f5e;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  letter-spacing: .06em;
  transition: background .2s;
}
.morino-cta-bar__btn:hover { background: #eef5ee; }

/* ===== FLOW ===== */
.morino-flow { background: #fff; padding: 48px 0; }
.morino-flow__cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.morino-flow__card {
  background: #f8f3ea;
  border-radius: 12px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  height: 100px;
}
.morino-flow__left {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 12px 0 14px;
}
.morino-flow__step {
  width: 48px;
  height: 48px;
  background: #7bae7f;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}
.morino-flow__step-lbl { font-size: 8.4px; letter-spacing: .05em; line-height: 1; font-weight: 300; }
.morino-flow__step-num { font-size: 20.4px; font-weight: 700; line-height: 1.2; }
.morino-flow__title { font-size: 16.8px; font-weight: 700; margin-top: 10px; margin-bottom: 3px; letter-spacing: .04em; }
.morino-flow__desc  { font-size: 13.2px; color: #777; line-height: 1.6; font-weight: 300; }
.morino-flow__img {
  width: 84px;
  height: 100%;
  flex-shrink: 0;
  object-fit: cover;
}
.morino-flow__tel-box {
  background: #f8f3ea;
  border-radius: 12px;
  padding: 22px 20px;
  text-align: center;
  margin-top: 16px;
}
.morino-flow__tel-label { font-size: 14.4px; color: #777; margin-bottom: 10px; font-weight: 300; }
.morino-flow__line-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #06C755;
  color: #fff;
  font-size: 19.2px;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 50px;
  letter-spacing: .05em;
  margin-bottom: 12px;
}
.morino-flow__line-btn:hover { opacity: .85; }
.morino-flow__tel-num {
  font-size: 28.8px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 10px;
  color: #3d3d3d;
}
.morino-flow__tel-num svg { color: #7bae7f; }
.morino-flow__tel-hours { font-size: 13.2px; color: #777; line-height: 1.8; font-weight: 300; }

/* ===== NEWS & VOICE ===== */
.morino-news { background: #fdfaf5; padding: 48px 0; }
.morino-news__row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 0;
  border-bottom: 1px solid #e8e0d0;
  flex-wrap: wrap;
}
.morino-news__row:first-child { border-top: 1px solid #e8e0d0; }
.morino-news__date  { font-size: 13.2px; color: #888; min-width: 68px; font-weight: 300; }
.morino-news__title { font-size: 14.4px; flex: 1; min-width: 80px; font-weight: 400; letter-spacing: .03em; }
.morino-news__tag {
  font-size: 10.8px;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 10px;
  color: #fff;
  white-space: nowrap;
}
.morino-news__tag--info     { background: #7bae7f; }
.morino-news__tag--staff    { background: #a0c4a5; }
.morino-news__tag--campaign { background: #c8a96e; }

.morino-voice__card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 10px;
  display: flex;
  gap: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
.morino-voice__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: #eef5ee;
}
.morino-voice__title { font-size: 15.6px; font-weight: 700; margin-bottom: 5px; letter-spacing: .04em; }
.morino-voice__text  { font-size: 13.2px; color: #777; line-height: 1.8; margin-bottom: 5px; font-weight: 300; }
.morino-voice__attr  { font-size: 12px; color: #aaa; text-align: right; font-weight: 300; margin-bottom: 0; }

/* ===== ACCESS ===== */
.morino-access { background: #fff; padding: 48px 0; }
.morino-access__info-table { width: 100%; border-collapse: collapse; margin-bottom: 24px; }
.morino-access__info-table th {
  padding: 11px 12px;
  background: #f8f3ea;
  color: #777;
  font-weight: 400;
  vertical-align: top;
  width: 76px;
  font-size: 14.4px;
  border-bottom: 1px solid #e8e0d0;
}
.morino-access__info-table td {
  padding: 11px 12px;
  border-bottom: 1px solid #e8e0d0;
  font-size: 14.4px;
  line-height: 1.8;
  font-weight: 300;
}
.morino-access__tel {
  font-size: 20.4px;
  font-weight: 700;
  color: #3d3d3d;
  display: flex;
  align-items: center;
  gap: 6px;
}
.morino-access__tel svg { color: #7bae7f; }
.morino-access__sub-title {
  font-size: 16.8px;
  font-weight: 700;
  border-left: 3px solid #7bae7f;
  padding-left: 8px;
  margin-bottom: 12px;
  letter-spacing: .04em;
}
.morino-access__hours-table { width: 100%; border-collapse: collapse; font-size: 13.2px; margin-bottom: 6px; }
.morino-access__hours-table th,
.morino-access__hours-table td { border: 1px solid #e8e0d0; padding: 7px 4px; text-align: center; }
.morino-access__hours-table thead th { background: #eef5ee; color: #5a8f5e; font-weight: 500; }
.morino-access__hours-range { background: #f8f3ea; font-size: 12px; font-weight: 400; white-space: nowrap; }
.morino-access__hours-closed { color: #bbb; background: #f5f5f5; }
.morino-access__hours-special { font-size: 12px; line-height: 1.4; }
.morino-access__hours-note { font-size: 12px; color: #888; margin-top: 5px; margin-bottom: 24px; font-weight: 300; }
.morino-access__map {
  width: 100%;
  height: 220px;
  border-radius: 8px;
  border: 0;
  margin-bottom: 20px;
  display: block;
}
.morino-access__map-placeholder {
  background: #e0d8cc;
  border-radius: 8px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14.4px;
  color: #888;
  margin-bottom: 20px;
}
.morino-access__transport { margin-bottom: 28px; }
.morino-access__transport-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid #e8e0d0;
  font-size: 14.4px;
  font-weight: 300;
}
.morino-access__transport-row:first-child { border-top: 1px solid #e8e0d0; }
.morino-access__transport-icon { width: 28px; height: 28px; object-fit: contain; flex-shrink: 0; filter: invert(40%) sepia(40%) saturate(500%) hue-rotate(90deg) brightness(0.85); }
.morino-access__transport-text { color: #3d3d3d; letter-spacing: .03em; }
.morino-access__transport-text span { color: #777; margin-left: 6px; }

/* ===== FOOTER ===== */
.morino-footer { background: #5a8f5e; padding: 40px 20px 28px; }
.morino-footer__logo { display: flex; align-items: center; gap: 8px; justify-content: center; margin-bottom: 20px; }
.morino-footer__logo-main { font-size: 18px; font-weight: 700; color: #fff; letter-spacing: .08em; }
.morino-footer__logo-sub  { font-size: 9.6px; color: rgba(255,255,255,.6); letter-spacing: .12em; font-weight: 300; }
.morino-footer__logo-text { display: flex; flex-direction: column; }
.morino-footer__nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px 20px; margin-bottom: 20px; }
.morino-footer__nav a { font-size: 13.2px; color: rgba(255,255,255,.8); font-weight: 400; letter-spacing: .04em; }
.morino-footer__info { text-align: center; margin-bottom: 16px; }
.morino-footer__addr { font-size: 13.2px; color: rgba(255,255,255,.7); line-height: 1.8; margin-bottom: 6px; font-weight: 300; }
.morino-footer__tel  { font-size: 21.6px; font-weight: 700; color: #fff; }
.morino-footer__copy {
  text-align: center;
  font-size: 12px;
  color: rgba(255,255,255,.4);
  border-top: 1px solid rgba(255,255,255,.15);
  padding-top: 14px;
  margin-top: 4px;
  font-weight: 300;
}

/* ===== PC (768px+) ===== */
@media (min-width: 768px) {
  .morino-header__inner { padding: 16px 40px; }
  #morino-main { padding-top: 72px; }
  .morino-logo__main { font-size: 21.6px; }
  .morino-ham { display: none; }
  .morino-drawer { display: none !important; }
  .morino-pc-nav {
    display: flex;
    gap: 24px;
    align-items: center;
  }
  .morino-pc-nav a { font-size: 15.6px; font-weight: 400; letter-spacing: .05em; color: #3d3d3d; }
  .morino-pc-nav__reservation {
    background: #7bae7f;
    color: #fff !important;
    padding: 8px 18px;
    border-radius: 20px;
    font-weight: 500 !important;
    font-size: 14.4px !important;
    letter-spacing: .04em;
  }

  .morino-hero__bg-wrap { height: 100vh; }
  .morino-hero__bg { height: 100%; }
  .morino-hero__overlay { padding: 60px 40px 0; max-width: 620px; }
  .morino-hero__tag { font-size: 16.9px; padding: 6px 20px; }
  .morino-hero__title { font-size: 54.6px; }
  .morino-hero__title .accent { font-size: 67.6px; }
  .morino-hero__desc { font-size: 18.2px; padding: 10px 16px; }
  .morino-hero__desc-break-pc-hide { display: none; }
  .morino-hero__wave { margin-top: -80px; }
  .morino-hero__cta { padding: 0 40px 28px; }
  .morino-hero__cta p { font-size: 26.4px; }
  .morino-hero__cta .accent { font-size: 31.2px; }

  .morino-sec-title { font-size: 36px; margin-bottom: 36px; }

  .morino-concerns { padding: 64px 0; }
  .morino-concerns__item { font-size: 20.4px; padding: 16px 0; }

  .morino-reasons { padding: 64px 0; }
  .morino-reasons__line1 { font-size: 31.2px; }
  .morino-reasons__num  { font-size: 81.6px; }
  .morino-reasons__tsu,
  .morino-reasons__no,
  .morino-reasons__riyu { font-size: 43.2px; }
  .morino-reasons__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .morino-reasons__grid .morino-reasons__card { margin-bottom: 0; }
  .morino-reasons__grid .morino-reasons__card:last-child { grid-column: 1 / -1; max-width: 50%; margin: 0 auto; }
  .morino-reasons__card { padding: 20px 18px; }
  .morino-reasons__card-title { font-size: 20.4px; }
  .morino-reasons__card-desc  { font-size: 15.6px; }
  .morino-reasons__icon { width: 52px; height: 52px; }
  .morino-cta-bar { max-width: 480px; margin: 32px auto 0; }
  .morino-cta-bar__btn { font-size: 21.6px; padding: 16px 24px; }

  .morino-flow { padding: 64px 0; }
  .morino-flow__cards { gap: 16px; }
  .morino-flow__card  { height: 120px; }
  .morino-flow__step  { width: 60px; height: 60px; }
  .morino-flow__step-num { font-size: 26.4px; }
  .morino-flow__title { font-size: 20.4px; }
  .morino-flow__desc  { font-size: 15.6px; }
  .morino-flow__img   { width: 120px; }
  .morino-flow__tel-box { max-width: 480px; margin: 24px auto 0; }
  .morino-flow__tel-num { font-size: 38.4px; }

  .morino-news { padding: 64px 0; }
  .morino-news__grid {
    display: block;
  }
  .morino-news__second-col { margin-top: 48px !important; }
  .morino-news__grid .morino-news__title { font-size: 16.8px; }
  .morino-voice__title { font-size: 19.2px; }
  .morino-voice__text  { font-size: 15.6px; }

  .morino-access { padding: 64px 0; }
  .morino-access__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .morino-access__map { height: 320px; }
  .morino-access__info-table th,
  .morino-access__info-table td { font-size: 16.8px; padding: 14px; }
  .morino-access__tel { font-size: 26.4px; }
  .morino-access__sub-title { font-size: 19.2px; }
  .morino-access__transport-row { font-size: 16.8px; padding: 12px 0; }
  .morino-access__transport-icon { width: 34px; height: 34px; }

  .morino-footer { padding: 56px 40px 36px; }
  .morino-footer__logo-main { font-size: 24px; }
  .morino-footer__nav a  { font-size: 16.8px; }
  .morino-footer__addr   { font-size: 15.6px; }
  .morino-footer__tel    { font-size: 28.8px; }
  .morino-footer__copy   { font-size: 14.4px; }
}
