@charset "UTF-8";

/*
Theme Name: Cocoon Child
Description: Cocoon子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template: cocoon-master
Version: 1.1.3
*/

/* Front page only */
body.home #sidebar {
  display: none;
}

body.home #main {
  width: 100%;
}

.tashiro-hp {
  --hp-bg: #f5f5ef;
  --hp-bg-soft: #ececde;
  --hp-surface: #ffffff;
  --hp-line: #d8d8c4;
  --hp-text: #2e2d23;
  --hp-sub: #5a594c;
  --hp-accent: #9a3e1f;
  --hp-accent-dark: #7f3218;
  --hp-highlight: #2f6f68;
  color: var(--hp-text);
  background: radial-gradient(circle at 12% 4%, #fefcf5 0%, var(--hp-bg) 58%);
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
}

.tashiro-hp__inner {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
}

.tashiro-hp__hero {
  padding: 82px 0 72px;
  border-bottom: 1px solid var(--hp-line);
  background: linear-gradient(160deg, #fefcf6 0%, #f1f0e5 54%, #e8e7d8 100%);
}

.tashiro-hp__hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: stretch;
}

.tashiro-home-hero-copy {
  max-width: 620px;
  display: grid;
  align-content: center;
  min-width: 0;
}

.tashiro-hp__hero-grid > * {
  min-width: 0;
}

.tashiro-hp__eyebrow {
  display: inline-block;
  margin: 0 0 16px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid #c8c6b1;
  color: #575445;
  font-size: 0.86rem;
  letter-spacing: 0.07em;
}

.tashiro-hp__title {
  margin: 0;
  line-height: 1.32;
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  letter-spacing: 0.02em;
}

.tashiro-home-title-line {
  display: inline-block;
}

.tashiro-home-title-line + .tashiro-home-title-line {
  display: block;
}

.tashiro-hp__lead {
  max-width: 840px;
  margin: 20px 0 0;
  line-height: 1.95;
  color: var(--hp-sub);
  font-size: 1.02rem;
}

.tashiro-top-hero-lead {
  max-width: 880px;
}

.tashiro-hero-image {
  margin: 0;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #d6d3be;
  box-shadow: 0 14px 28px rgba(48, 45, 35, 0.15);
}

.tashiro-hero-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.tashiro-hero-image img {
  object-position: center 42%;
}

.tashiro-hp__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.tashiro-home-hero-note {
  margin-top: 14px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d8e0cc;
  background: rgba(255, 255, 255, 0.72);
}

.tashiro-home-hero-note__title {
  margin: 0;
  font-weight: 700;
  font-size: 0.84rem;
  color: #4b644f;
}

.tashiro-home-hero-note__text {
  margin: 4px 0 0;
  font-size: 0.82rem;
  line-height: 1.6;
  color: #5e6d5f;
}

.tashiro-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.2s ease;
}

.tashiro-btn--tel {
  color: #fff;
  background: var(--hp-accent);
  box-shadow: 0 10px 26px rgba(154, 62, 31, 0.3);
}

.tashiro-btn--tel:hover {
  color: #fff;
  background: var(--hp-accent-dark);
  transform: translateY(-1px);
}

.tashiro-btn--ghost {
  color: var(--hp-text);
  border: 1px solid #bcbba7;
  background: rgba(255, 255, 255, 0.7);
}

.tashiro-btn--ghost:hover {
  color: var(--hp-text);
  background: #fff;
}

.tashiro-hp__section {
  padding: 62px 0;
}

.tashiro-hp__section--tight-top {
  padding-top: 28px;
}

.tashiro-hp__section--news {
  padding: 44px 0 20px;
}

.tashiro-hp__section--alt {
  background: linear-gradient(180deg, #f0efe4 0%, var(--hp-bg-soft) 100%);
  border-top: 1px solid var(--hp-line);
  border-bottom: 1px solid var(--hp-line);
}

.tashiro-hp__section-title {
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2rem);
  letter-spacing: 0.03em;
}

.tashiro-hp__subsection-title {
  margin: 12px 0 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--hp-sub);
  letter-spacing: 0.02em;
}

.tashiro-hp__idea-summary {
  margin-top: 18px;
}

.tashiro-hp__idea-summary p {
  margin: 0 0 14px;
  line-height: 1.9;
  color: var(--hp-sub);
}

.tashiro-hp__idea-summary p:last-child {
  margin-bottom: 0;
}

.tashiro-hp__idea-more {
  margin: 20px 0 0;
}

.tashiro-hp__idea-more a {
  color: var(--hp-highlight);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tashiro-hp__section-lead {
  margin: 14px 0 0;
  color: var(--hp-sub);
  line-height: 1.9;
}

.tashiro-hp__cards {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.tashiro-hp__cards--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tashiro-hp__cards--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tashiro-photo-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.tashiro-photo-row figure {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--hp-line);
  background: #fff;
}

.tashiro-photo-row img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.tashiro-card {
  padding: 22px 20px;
  border-radius: 14px;
  border: 1px solid var(--hp-line);
  background: var(--hp-surface);
}

.tashiro-card h3 {
  margin: 0;
  font-size: 1.12rem;
}

.tashiro-card p {
  margin: 10px 0 0;
  line-height: 1.85;
  color: var(--hp-sub);
}

.tashiro-hp__links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 18px;
}

.tashiro-hp__links a {
  color: var(--hp-highlight);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 700;
}

.tashiro-news-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px 18px;
  margin-bottom: 16px;
}

.tashiro-news-more {
  color: var(--hp-highlight);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tashiro-news-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--hp-line);
}

.tashiro-news-item {
  border-bottom: 1px solid var(--hp-line);
}

.tashiro-news-link {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-template-areas:
    "date title"
    "date excerpt";
  gap: 14px;
  align-items: start;
  padding: 14px 4px;
  color: var(--hp-text);
  text-decoration: none;
}

.tashiro-news-link:hover {
  color: var(--hp-accent-dark);
}

.tashiro-news-date {
  grid-area: date;
  color: #6f6d5e;
  font-size: 0.9rem;
  font-variant-numeric: tabular-nums;
}

.tashiro-news-title {
  grid-area: title;
  font-weight: 700;
  line-height: 1.6;
}

.tashiro-news-excerpt {
  grid-area: excerpt;
  color: var(--hp-sub);
  font-size: 0.94rem;
  line-height: 1.7;
}

.tashiro-news-empty {
  margin: 0;
  padding: 14px 4px;
  border-top: 1px solid var(--hp-line);
  border-bottom: 1px solid var(--hp-line);
  color: var(--hp-sub);
}

.tashiro-news-archive-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #d9d6c2;
  background: #fff;
}

.tashiro-news-archive-item {
  border-bottom: 1px solid #e8e4d2;
}

.tashiro-news-archive-entry {
  padding: 16px;
}

.tashiro-news-archive-head {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 16px;
  align-items: baseline;
}

.tashiro-news-archive-date {
  color: #6f6d5e;
  font-size: 0.92rem;
  font-variant-numeric: tabular-nums;
}

.tashiro-news-archive-title {
  margin: 0;
  font-weight: 700;
  line-height: 1.65;
}

.tashiro-news-archive-content {
  margin-top: 10px;
  color: #403e31;
  line-height: 1.9;
}

.tashiro-news-archive-content > *:first-child {
  margin-top: 0;
}

.tashiro-news-archive-content > *:last-child {
  margin-bottom: 0;
}

.tashiro-news-archive-empty {
  margin: 0;
  padding: 18px 16px;
  border: 1px solid #d9d6c2;
  background: #fff;
  color: #5a594c;
}

.tashiro-news-pagination {
  margin-top: 22px;
}

.tashiro-news-pagination .page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tashiro-news-pagination .page-numbers li {
  margin: 0;
}

.tashiro-news-pagination .page-numbers a,
.tashiro-news-pagination .page-numbers span {
  display: inline-flex;
  min-width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid #c7c4af;
  background: #fff;
  color: #2e2d23;
  text-decoration: none;
  font-weight: 700;
}

.tashiro-news-pagination .page-numbers .current {
  color: #fff;
  background: #9a3e1f;
  border-color: #9a3e1f;
}

.tashiro-news-pagination .page-numbers a:hover {
  color: #7f3218;
  border-color: #9a3e1f;
}

.tashiro-profile {
  display: grid;
  grid-template-columns: minmax(240px, 280px) 1fr;
  gap: 28px;
  margin-top: 24px;
  align-items: center;
}

.tashiro-profile__image {
  width: 100%;
  max-width: 280px;
}

.tashiro-profile__image img,
.tashiro-profile__placeholder {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 22%;
  border-radius: 14px;
  border: 1px solid var(--hp-line);
}

.tashiro-profile__placeholder {
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6a6859;
  background: #efeee3;
}

.tashiro-profile__name {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
}

.tashiro-profile__body ul {
  margin: 12px 0;
  padding-left: 20px;
}

.tashiro-profile__body li,
.tashiro-profile__body p {
  line-height: 1.9;
  color: var(--hp-sub);
}

.tashiro-symptoms {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.tashiro-symptoms li {
  padding: 12px;
  border-radius: 999px;
  border: 1px solid #cbc9b4;
  text-align: center;
  font-weight: 700;
  background: #fffdf7;
}

.tashiro-symptoms li a {
  color: inherit;
  text-decoration: none;
}

.tashiro-symptoms li a:hover {
  color: var(--brand-dark);
}

.tashiro-top-section-intro {
  margin: 14px 0 0;
  color: var(--hp-sub);
  line-height: 1.85;
}

.tashiro-top-section-note {
  margin: 8px 0 0;
  color: #5d6c60;
  line-height: 1.75;
  font-size: 0.95rem;
}

.tashiro-top-symptom-list {
  margin-top: 16px;
}

.tashiro-top-symptom-item.is-priority {
  border-color: #b8d2c0;
  background: #f8fff9;
}

.tashiro-top-symptom-item {
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.tashiro-top-symptom-link {
  display: block;
  color: inherit;
  text-decoration: none;
  line-height: 1.4;
  padding: 2px 0;
}

.tashiro-top-symptom-item:hover,
.tashiro-top-symptom-item:focus-within {
  border-color: #9abca5;
  box-shadow: 0 6px 14px rgba(55, 85, 67, 0.08);
  transform: translateY(-1px);
}

.tashiro-top-symptom-link:focus-visible {
  outline: 2px solid #7ca98b;
  outline-offset: 4px;
  border-radius: 6px;
}

.tashiro-top-gallery {
  margin-top: 4px;
  gap: 16px;
}

.tashiro-top-gallery-item {
  border-radius: 14px;
  border: 1px solid #d8e1d3;
  background: #fff;
  box-shadow: 0 8px 18px rgba(43, 57, 47, 0.1);
  overflow: hidden;
}

.tashiro-top-gallery-image {
  width: 100%;
  height: 100%;
  min-height: 180px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.tashiro-top-cta {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid #d4e0d2;
  background: #fff;
}

.tashiro-top-cta-title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: #365343;
}

.tashiro-top-cta-button {
  margin-top: 10px;
}

.tashiro-top-cta-note {
  margin: 10px 0 0;
  font-size: 0.84rem;
  color: #5e6d5f;
  line-height: 1.6;
}

.tashiro-top-cta--inline {
  margin-top: 18px;
  text-align: center;
}

.tashiro-top-cta--inline .tashiro-top-cta-title {
  font-size: 1rem;
}

.tashiro-top-symptom-more {
  margin: 14px 0 0;
}

.tashiro-top-symptom-more a {
  color: var(--hp-highlight);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 700;
}

.tashiro-access {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 20px;
  margin-top: 24px;
  align-items: stretch;
}

.tashiro-access__info {
  padding: 20px;
  border-radius: 14px;
  border: 1px solid var(--hp-line);
  background: var(--hp-surface);
}

.tashiro-access__address {
  margin: 0;
  line-height: 1.8;
}

.tashiro-access__tel {
  margin: 10px 0 16px;
  font-weight: 700;
}

.tashiro-access__tel a {
  color: var(--hp-highlight);
}

.tashiro-hours {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.96rem;
}

.tashiro-hours th,
.tashiro-hours td {
  padding: 10px 8px;
  border-top: 1px solid #e2e0ce;
  text-align: left;
  vertical-align: top;
}

.tashiro-hours th {
  width: 150px;
  color: #4f4d40;
}

.tashiro-access__map {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--hp-line);
  min-height: 420px;
  height: 100%;
}

.tashiro-access__map iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  display: block;
}

.tashiro-float-tel {
  display: none;
}

@media (max-width: 1024px) {
  .tashiro-hp__inner {
    width: min(1080px, calc(100% - 32px));
  }

  .tashiro-hp__cards--3,
  .tashiro-symptoms {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tashiro-hp__hero-grid,
  .tashiro-photo-row {
    grid-template-columns: 1fr;
  }

  .tashiro-top-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tashiro-home-hero-copy {
    max-width: none;
  }

  .tashiro-hero-image {
    min-height: 0;
  }

  .tashiro-profile,
  .tashiro-access {
    grid-template-columns: 1fr;
  }

  .tashiro-access__map,
  .tashiro-access__map iframe {
    min-height: 360px;
  }

  .tashiro-profile__image {
    max-width: 320px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .tashiro-hp__hero {
    padding: 58px 0 54px;
  }

  .tashiro-hp__section {
    padding: 48px 0;
  }

  .tashiro-hp__cards--2,
  .tashiro-hp__cards--3,
  .tashiro-symptoms {
    grid-template-columns: 1fr;
  }

  .tashiro-top-gallery {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tashiro-news-link {
    grid-template-columns: 1fr;
    grid-template-areas:
      "date"
      "title"
      "excerpt";
    gap: 4px;
  }

  .tashiro-news-archive-head {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .tashiro-news-archive-entry {
    padding: 14px 12px;
  }

  .tashiro-top-gallery-image {
    min-height: 170px;
  }

  .tashiro-home-title-line,
  .tashiro-home-title-line + .tashiro-home-title-line {
    display: block;
  }

  .tashiro-hp__hero-actions {
    margin-top: 20px;
  }

  .tashiro-home-hero-note {
    margin-top: 12px;
    padding: 10px;
  }

  .tashiro-btn {
    width: 100%;
  }

  .tashiro-top-cta {
    padding: 12px;
  }

  .tashiro-top-cta-note {
    font-size: 0.8rem;
  }

  .tashiro-top-cta-button {
    width: 100%;
  }

  .tashiro-float-tel {
    display: block;
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: calc(env(safe-area-inset-bottom) + 10px);
    z-index: 9999;
    min-height: 50px;
    padding: 12px 16px;
    border-radius: 999px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: var(--hp-accent);
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(127, 50, 24, 0.35);
  }

  body.home #footer {
    padding-bottom: 72px;
  }
}


/* Global Header/Footer */
body.tashiro-custom-layout #header-container,
body.tashiro-custom-layout #footer {
  display: none;
}

.tashiro-site-header {
  position: sticky;
  top: 0;
  z-index: 9998;
  border-bottom: 1px solid #d7d5c4;
  background: rgba(252, 250, 242, 0.96);
  backdrop-filter: blur(7px);
}

.tashiro-site-header__inner {
  width: min(1160px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
}

.tashiro-site-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #1f1e17;
}

.tashiro-site-brand__logo {
  display: block;
  width: 220px;
  height: 56px;
  max-width: min(44vw, 250px);
  object-fit: cover;
  object-position: center 34%;
  transform: translateY(3px);
}

.tashiro-site-brand__mark {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  border: 1px solid #d6d2bd;
  background: linear-gradient(145deg, #fcf8ea 0%, #ece7d0 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 700;
  color: #6e6a55;
}

.tashiro-site-brand__text {
  display: flex;
  flex-direction: column;
}

.tashiro-site-brand__name {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.tashiro-site-brand__sub {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  color: #666350;
}

.tashiro-site-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px;
}

.tashiro-site-nav__list a {
  display: inline-block;
  padding: 8px 2px;
  color: #2e2d23;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.84rem;
  white-space: nowrap;
  word-break: keep-all;
}

.tashiro-site-nav__list a:hover {
  color: #2f6f68;
}

.tashiro-site-header__tel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: #9a3e1f;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
}

.tashiro-site-header__tel:hover {
  color: #fff;
  background: #7f3218;
}

.tashiro-site-header__toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid #d3d0bd;
  border-radius: 10px;
  background: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.tashiro-site-header__toggle span {
  width: 18px;
  height: 2px;
  background: #2e2d23;
}

.tashiro-footer-cta {
  border-top: 1px solid #dddac8;
  border-bottom: 1px solid #dddac8;
  background: linear-gradient(180deg, #f7f4e7 0%, #efecd9 100%);
}

.tashiro-footer-cta__inner {
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.tashiro-footer-cta__lead {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
}

.tashiro-footer-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tashiro-site-footer {
  background: #28261d;
  color: #f5f2e7;
}

.tashiro-site-footer a {
  color: #f8dca3;
}

.tashiro-site-footer__inner {
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
  padding: 42px 0 28px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.9fr;
  gap: 28px;
}

.tashiro-site-footer__logo {
  width: 120px;
  height: 84px;
  border: 1px solid #8a846a;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  background: linear-gradient(145deg, #514b39 0%, #3a3528 100%);
  overflow: hidden;
}

.tashiro-site-footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.tashiro-site-footer__name {
  margin: 14px 0 8px;
  font-size: 1.18rem;
  font-weight: 700;
}

.tashiro-site-footer__meta {
  margin: 0 0 6px;
  font-size: 0.92rem;
  color: #ddd6c5;
  line-height: 1.65;
}

.tashiro-site-footer__title {
  margin: 0 0 12px;
  font-size: 1rem;
  font-weight: 700;
}

.tashiro-site-footer__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.tashiro-site-footer__placeholder {
  min-height: 170px;
  border: 1px dashed #9a9478;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc4ad;
  text-align: center;
  padding: 14px;
  overflow: hidden;
}

.tashiro-site-footer__placeholder.is-filled {
  border: none;
  padding: 0;
}

.tashiro-site-footer__placeholder img {
  width: 100%;
  height: 100%;
  min-height: 170px;
  object-fit: cover;
  object-position: center 45%;
}

.tashiro-site-footer__bottom {
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
  padding: 14px 0 20px;
  border-top: 1px solid #4a4534;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  font-size: 0.84rem;
}

@media (max-width: 1180px) {
  .tashiro-site-header__inner {
    grid-template-columns: 1fr auto;
    gap: 10px;
  }

  .tashiro-site-header__toggle {
    display: inline-flex;
    justify-self: end;
    margin-left: auto;
  }

  .tashiro-site-header__tel {
    display: none;
  }

  .tashiro-site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    border-bottom: 1px solid #d8d5c4;
    background: #f8f5e8;
    padding: 12px 16px 18px;
  }

  .tashiro-site-nav.is-open {
    display: block;
  }

  .tashiro-site-nav__list {
    display: grid;
    gap: 4px;
    justify-content: stretch;
  }

  .tashiro-site-nav__list a {
    display: block;
    padding: 10px 4px;
    border-bottom: 1px solid #dedbc9;
  }

  .tashiro-site-footer__inner {
    grid-template-columns: 1fr 1fr;
  }

  .tashiro-site-footer__placeholder {
    grid-column: span 2;
  }
}

@media (max-width: 767px) {
  .tashiro-site-header__inner {
    min-height: 68px;
    width: calc(100% - 20px);
  }

  .tashiro-site-brand__logo {
    width: 180px;
    height: 44px;
    max-width: min(52vw, 190px);
    object-position: center 33%;
    transform: translateY(2px);
  }

  .tashiro-site-brand__name {
    font-size: 1rem;
  }

  .tashiro-site-brand__sub {
    font-size: 0.62rem;
  }

  .tashiro-site-brand__mark {
    width: 44px;
    height: 44px;
    border-radius: 10px;
  }

  .tashiro-footer-cta__inner {
    padding: 22px 0;
  }

  .tashiro-footer-cta__actions {
    width: 100%;
  }

  .tashiro-footer-cta__actions .tashiro-btn {
    width: 100%;
  }

  .tashiro-site-footer__inner {
    grid-template-columns: 1fr;
    padding-top: 34px;
  }

  .tashiro-site-footer__placeholder {
    grid-column: auto;
    min-height: 130px;
  }

  .tashiro-site-footer__placeholder img {
    min-height: 130px;
  }

  .tashiro-site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

body.tashiro-custom-layout .mobile-menu-buttons {
  display: none !important;
}

/* Brand refresh: logo-aligned color and typography */
:root {
  --brand: #43b57a;
  --brand-dark: #2f8f5d;
  --accent: #e9791a;
  --bg: #f7f7f2;
  --surface: #ffffff;
  --text: #2f2f2b;
  --muted: #6e6e66;
  --line: #dcdcce;
}

body.tashiro-custom-layout {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--text);
  background: var(--bg);
}

.tashiro-hp,
.tashiro-page {
  background: var(--bg);
  color: var(--text);
  font-family: "Noto Sans JP", sans-serif;
}

.tashiro-hp__title,
.tashiro-hp__section-title,
.tashiro-page-hero__title,
.tashiro-page-title,
.tashiro-card h2,
.tashiro-card h3 {
  font-family: "Noto Serif JP", serif;
  color: var(--text);
}

.tashiro-hp__lead,
.tashiro-hp__section-lead,
.tashiro-card p,
.tashiro-page-hero__lead,
.tashiro-page .tashiro-note {
  color: var(--muted);
}

.tashiro-hp__hero,
.tashiro-page-hero {
  background: linear-gradient(160deg, #fcfffd 0%, #f3faf6 60%, #ecf6f0 100%);
  border-bottom-color: var(--line);
}

.tashiro-hp__section--alt,
.tashiro-page-section--alt {
  background: linear-gradient(180deg, #f2faf5 0%, #eaf5ee 100%);
  border-color: var(--line);
}

.tashiro-card,
.tashiro-access__info,
.tashiro-price-table,
.tashiro-faq-item {
  border-color: var(--line);
  background: var(--surface);
}

.tashiro-btn--tel,
.tashiro-site-header__tel {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 10px 24px rgba(233, 121, 26, 0.25);
}

.tashiro-btn--tel:hover,
.tashiro-site-header__tel:hover {
  background: #c86410;
  color: #fff;
}

.tashiro-btn--ghost {
  border-color: var(--line);
  color: var(--text);
  background: #fff;
}

.tashiro-site-header {
  border-bottom-color: var(--line);
  background: rgba(255, 255, 253, 0.95);
}

.tashiro-site-brand__name {
  color: var(--text);
}

.tashiro-site-brand__sub {
  font-family: "Manrope", sans-serif;
  color: var(--muted);
}

.tashiro-site-nav__list a:hover,
.tashiro-hp__links a,
.tashiro-access__tel a,
.tashiro-site-footer a:hover {
  color: var(--brand-dark);
}

.tashiro-site-footer {
  background: #1f3529;
  color: #edf6ef;
}

.tashiro-site-footer a {
  color: #bce9cf;
}

.tashiro-site-footer__meta {
  color: #d4e9da;
}


/* Pages in custom clinic layout */
body.tashiro-custom-layout #sidebar {
  display: none;
}

body.tashiro-custom-layout #main {
  width: 100%;
}

.tashiro-page {
  background: radial-gradient(circle at 16% 8%, #fefcf6 0%, #f4f2e6 58%);
  color: #2e2d23;
}

.tashiro-page-hero {
  padding: 70px 0 54px;
  border-bottom: 1px solid #dbd8c6;
  background: linear-gradient(155deg, #fefcf6 0%, #f1efdf 58%, #e8e6d4 100%);
}

.tashiro-page-hero__eyebrow {
  margin: 0 0 14px;
  color: #666351;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 0.8rem;
}

.tashiro-page-hero__title {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  letter-spacing: 0.04em;
}

.tashiro-page-hero__lead {
  margin: 16px 0 0;
  max-width: 820px;
  line-height: 1.9;
  color: #555344;
}

.tashiro-page-hero__subtitle {
  margin: 12px 0 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: #555344;
  letter-spacing: 0.02em;
}

.tashiro-idea-content {
  margin-bottom: 32px;
}

.tashiro-idea-content p {
  margin: 0 0 18px;
  line-height: 1.95;
  color: #4a493d;
}

.tashiro-idea-content p:last-child {
  margin-bottom: 0;
}

.tashiro-idea-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.tashiro-idea-gallery__item {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #d9d6c2;
  background: #fff;
}

.tashiro-idea-gallery__item img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.tashiro-idea-gallery__item figcaption {
  padding: 10px 14px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #555344;
  text-align: center;
  background: #faf9f2;
}

.tashiro-page-section {
  padding: 52px 0;
}

.tashiro-page-section--alt {
  background: #ece9d8;
  border-top: 1px solid #d9d6c2;
  border-bottom: 1px solid #d9d6c2;
}

.tashiro-page-title {
  margin: 0;
  font-size: 1.65rem;
}

.tashiro-page-grid {
  display: grid;
  gap: 16px;
}

.tashiro-page-grid--1 {
  grid-template-columns: minmax(0, 1fr);
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.tashiro-page-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tashiro-page-stack {
  display: grid;
  gap: 14px;
}

.tashiro-inline-photo {
  margin: 16px 0 20px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #d9d6c2;
  background: #fff;
}

.tashiro-inline-photo--in-card {
  margin-top: 8px;
}

.tashiro-inline-photo img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.tashiro-list-chips {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tashiro-list-chips li {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid #c8c5b1;
  background: #fffdf6;
  font-weight: 700;
}

.tashiro-page-actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tashiro-flow-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.tashiro-price-table {
  border: 1px solid #d7d4c2;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.tashiro-price-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  padding: 16px 18px;
  border-top: 1px solid #ebe8d9;
}

.tashiro-price-row:first-child {
  border-top: 0;
}

.tashiro-price-head {
  font-weight: 700;
}

.tashiro-price-value {
  font-weight: 700;
  color: #9a3e1f;
}

.tashiro-note {
  margin: 12px 0 0;
  color: #5e5b4d;
}

.tashiro-faq-item {
  border: 1px solid #d8d5c3;
  border-radius: 12px;
  background: #fff;
  padding: 14px 16px;
}

.tashiro-faq-item summary {
  cursor: pointer;
  font-weight: 700;
}

.tashiro-faq-item p {
  margin: 10px 0 0;
  color: #575446;
  line-height: 1.8;
}

.tashiro-form-placeholder {
  margin-top: 10px;
  padding: 12px;
  border-radius: 10px;
  border: 1px dashed #bdb9a2;
  background: #faf8ee;
  color: #666250;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.tashiro-contact-callout {
  margin-bottom: 16px;
}

.tashiro-contact-callout__lead {
  margin: 0;
  font-weight: 700;
}

.tashiro-contact-phone {
  margin: 10px 0 0;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #9a3e1f;
}

.tashiro-contact-phone__label {
  margin-right: 4px;
}

.tashiro-contact-phone__desktop {
  display: inline;
}

.tashiro-contact-phone__mobile {
  display: none;
  color: #9a3e1f;
  text-decoration: none;
}

.tashiro-contact-form-card .tashiro-note {
  margin-top: 0;
  margin-bottom: 16px;
}

.tashiro-contact-form-wrap .wpcf7 {
  max-width: 100%;
}

.tashiro-access-steps {
  margin: 10px 0 0;
  padding-left: 1.2em;
  display: grid;
  gap: 8px;
}

.tashiro-access-steps li {
  color: #4f4d3f;
  line-height: 1.8;
}

/* 案1: 縦積み（ステップ＋写真を1セット） */
.tashiro-access-steps--stacked {
  padding-left: 0;
  list-style: none;
  counter-reset: access-step;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tashiro-access-step {
  counter-increment: access-step;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tashiro-access-step__text {
  margin: 0;
  padding-left: 2.2em;
  position: relative;
  color: #4f4d3f;
  line-height: 1.8;
}

.tashiro-access-step__text::before {
  content: counter(access-step);
  position: absolute;
  left: 0;
  top: 0;
  width: 1.6em;
  height: 1.6em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #557260;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: 50%;
  line-height: 1;
}

.tashiro-access-step__photo {
  margin-left: 0;
}

.tashiro-access-step__photo .tashiro-access-zoom-btn {
  position: relative;
  display: block;
  width: 100%;
}

.tashiro-access-step__photo .tashiro-access-placeholder {
  position: relative;
  width: 100%;
}

.tashiro-access-step__num {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #557260;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.tashiro-access-step__photo img {
  width: 100%;
  min-height: 120px;
  border-radius: 10px;
  border: 1px solid #d5d1bc;
  object-fit: cover;
  display: block;
}

.tashiro-access-gallery {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.tashiro-access-gallery--wide {
  grid-template-columns: 1fr;
}

.tashiro-access-gallery img {
  width: 100%;
  min-height: 120px;
  border-radius: 10px;
  border: 1px solid #d5d1bc;
  object-fit: cover;
  display: block;
}

.tashiro-access-zoom-btn {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.tashiro-access-lightbox {
  width: min(92vw, 1080px);
  max-width: 1080px;
  margin: auto;
  padding: 14px;
  border: 0;
  border-radius: 14px;
  background: #fff;
}

.tashiro-access-lightbox::backdrop {
  background: rgba(24, 22, 16, 0.72);
}

.tashiro-access-lightbox__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-left: auto;
  border: 1px solid #d4d0bc;
  border-radius: 999px;
  background: #fff;
  color: #464335;
  font-size: 1.2rem;
  cursor: pointer;
}

.tashiro-access-lightbox__image {
  width: 100%;
  max-height: 80vh;
  margin-top: 8px;
  border-radius: 10px;
  object-fit: contain;
  display: block;
}

.tashiro-access-placeholder {
  min-height: 120px;
  border-radius: 10px;
  border: 1px dashed #c7c3ad;
  background: #faf8ee;
  color: #706d5d;
  font-size: 0.92rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
}

/* Symptom pages */
.tashiro-symptom-page {
  background: linear-gradient(180deg, #f5fbf7 0%, #f8f9f4 100%);
}

.tashiro-symptom-hero {
  padding: 64px 0 48px;
  border-bottom: 1px solid #d8e5da;
  background: linear-gradient(165deg, #fbfffc 0%, #eef8f1 55%, #e8f2eb 100%);
}

.tashiro-symptom-hero__eyebrow {
  margin: 0 0 12px;
  color: #557260;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 0.78rem;
}

.tashiro-symptom-hero__title {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  letter-spacing: 0.03em;
  line-height: 1.45;
}

.tashiro-symptom-hero__lead {
  margin: 16px 0 0;
  max-width: 860px;
  line-height: 1.9;
  color: #4e6657;
}

.tashiro-symptom-section {
  padding: 44px 0;
}

.tashiro-symptom-section--alt {
  background: linear-gradient(180deg, #edf7f0 0%, #e7f2ea 100%);
  border-top: 1px solid #d9e8dd;
  border-bottom: 1px solid #d9e8dd;
}

.tashiro-symptom-card {
  margin-top: 16px;
  padding: 20px;
  border: 1px solid #d8e4da;
  border-radius: 14px;
  background: #fff;
}

.tashiro-symptom-card p {
  margin: 0;
  line-height: 1.9;
  color: #4f6358;
}

.tashiro-symptom-list {
  margin: 0;
  padding-left: 1.2em;
  display: grid;
  gap: 8px;
}

.tashiro-symptom-list li {
  line-height: 1.8;
  color: #36463d;
}

.tashiro-symptom-list--ordered {
  padding-left: 1.4em;
}

.tashiro-symptom-cta {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tashiro-symptom-cta .tashiro-btn {
  min-height: 48px;
  padding-inline: 20px;
}

.tashiro-symptom-links {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tashiro-symptom-links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid #c8d9cc;
  background: #fff;
  color: #2f6f68;
  font-weight: 700;
  text-decoration: none;
}

.tashiro-symptom-links a:hover {
  color: #245f55;
  background: #f3faf6;
}

.tashiro-symptom-card--cta {
  text-align: left;
}

.tashiro-symptom-content p + p {
  margin-top: 0.9em;
}

.tashiro-symptom-index-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.tashiro-symptom-index-card {
  border: 1px solid #d8e4da;
  border-radius: 14px;
  background: #fff;
  padding: 18px;
}

.tashiro-symptom-index-title {
  margin: 0;
  font-size: 1.08rem;
}

.tashiro-symptom-index-title a {
  color: #224f47;
  text-decoration: none;
}

.tashiro-symptom-index-summary {
  margin: 10px 0 0;
  color: #4f6358;
  line-height: 1.8;
}

.tashiro-symptom-index-details {
  margin-top: 10px;
  border: 1px solid #dbe8de;
  border-radius: 10px;
  background: #f8fcf9;
  padding: 10px 12px;
}

.tashiro-symptom-index-details summary {
  cursor: pointer;
  color: #2f6f68;
  font-weight: 700;
}

.tashiro-symptom-index-details p {
  margin: 10px 0 0;
  color: #3f5549;
  line-height: 1.9;
}

.tashiro-symptom-index-action {
  margin: 12px 0 0;
}

.tashiro-symptom-index-action a {
  color: #2f6f68;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tashiro-symptom-index-note {
  color: #65786e;
  font-size: 0.92rem;
}

@media (max-width: 1024px) {
  .tashiro-page-grid--2 {
    grid-template-columns: 1fr;
  }

  .tashiro-symptom-index-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .tashiro-page-hero {
    padding: 56px 0 46px;
  }

  .tashiro-page-section {
    padding: 42px 0;
  }

  .tashiro-page-actions .tashiro-btn {
    width: 100%;
  }

  .tashiro-contact-phone__desktop {
    display: none;
  }

  .tashiro-contact-phone__mobile {
    display: inline;
  }

  .tashiro-access-gallery {
    grid-template-columns: 1fr;
  }

  .tashiro-price-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .tashiro-symptom-hero {
    padding: 54px 0 38px;
  }

  .tashiro-symptom-section {
    padding: 36px 0;
  }

  .tashiro-symptom-card {
    padding: 16px;
  }

  .tashiro-symptom-cta .tashiro-btn {
    width: 100%;
  }

  .tashiro-symptom-index-grid {
    grid-template-columns: 1fr;
  }

  .tashiro-idea-gallery {
    grid-template-columns: 1fr;
  }
}

/* Cocoon default mobile hamburger: align right edge */
@media (max-width: 834px) {
  .slicknav_menu .slicknav_btn {
    float: right !important;
    margin-right: 0 !important;
    margin-left: auto !important;
  }

  /* Header mobile buttons layout (Cocoon): move hamburger to the right edge */
  .mobile-header-menu-buttons {
    display: flex !important;
  }

  .mobile-header-menu-buttons .navi-menu-button {
    order: 3 !important;
    margin-left: auto !important;
  }

  .mobile-header-menu-buttons .logo-menu-button {
    order: 1 !important;
  }

  .mobile-header-menu-buttons .search-menu-button {
    order: 2 !important;
  }
}



