@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
*/

/************************************
** 子テーマ用のスタイル
************************************/
/* .main を #container（body）と同じ背景色に */
.main {
  background-color: #f4f5f7;
}

/* ヘッダー：タイトル → キャッチフレーズの順・間隔 */
.header .logo-text {
  padding-bottom: 0.25em;
}
.header .tagline {
  margin: 0.35em 1em 0.6em;
}

/* ② ファーストビュー：ピックアップ記事スライダー（schnauzer-site_v3/styles.css から抜粋） */
.first-view {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.5rem 1.5rem 0;
  box-sizing: border-box;
}

.first-view .slider {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(44, 44, 44, 0.1);
  background: linear-gradient(135deg, #3d3d3d 0%, #2c2c2c 50%, #252525 100%);
}

.first-view .slider-track {
  position: relative;
  min-height: 220px;
}

.first-view .slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s;
}
.first-view .slide.slide-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.first-view .slide-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.first-view .slide-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}
.first-view .slide-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.4) 45%, transparent 70%);
  pointer-events: none;
}

.first-view .slide-link {
  position: relative;
  z-index: 1;
  display: block;
  padding: 2.5rem 4rem 2.5rem 4rem;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
.first-view .slide-link:hover {
  color: #fff;
  text-decoration: none;
}

.first-view .slide-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #b8b8b8;
  margin-bottom: 0.5rem;
}

.first-view .slide-title {
  margin: 0 0 0.5rem;
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}

.first-view .slide-desc {
  margin: 0;
  font-size: 0.9rem;
  opacity: 0.9;
  max-width: 520px;
}
.first-view .slide-desc--sp { display: none; }
@media screen and (max-width: 767px) {
  .first-view .slide-desc--pc { display: none; }
  .first-view .slide-desc--sp {
    display: block;
    max-width: none;
    font-size: 0.85rem;
    line-height: 1.5;
  }
}

/* スライダー操作 */
.first-view .slider-dots {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
}

.first-view .slider-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.6);
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, border-color 0.2s;
}
.first-view .slider-dots .dot:hover,
.first-view .slider-dots .dot.active {
  background: #fff;
  border-color: #fff;
}

.first-view .slider-btn {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s;
}
.first-view .slider-btn:hover {
  background: rgba(255,255,255,0.35);
}
.first-view .slider-prev { left: 1rem; }
.first-view .slider-next { right: 1rem; }

/* ファーストビュー：愛犬の自己紹介（schnauzer-site_v3/styles.css から抜粋） */
.first-view .pickup-dog-intro {
  margin-top: 1.5rem;
  padding: 1.25rem;
  background: #2a2a2a;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.first-view .pickup-dog-intro__label {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  font-weight: 400;
  color: #c0c0c0;
}

.first-view .pickup-dog-intro__inner {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}

.first-view .pickup-dog-intro__photo {
  flex-shrink: 0;
  width: 180px;
  height: 180px;
  border-radius: 8px;
  overflow: hidden;
  background: #555555;
}

.first-view .pickup-dog-intro__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.first-view .pickup-dog-intro__body {
  flex: 1;
  min-width: 0;
}

.first-view .pickup-dog-intro__name {
  margin: 0 0 0.5rem;
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #f0f0f0;
  line-height: 1.3;
}

.first-view .pickup-dog-intro__meta {
  margin: 0 0 0.25rem;
  font-size: 0.9rem;
  font-weight: 400;
  color: #d0d0d0;
  line-height: 1.5;
}

.first-view .pickup-dog-intro__meta:last-of-type {
  margin-bottom: 0.75rem;
}

.first-view .pickup-dog-intro__desc {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 400;
  color: #d0d0d0;
  line-height: 1.7;
}

/* ========== メインコンテンツ（schnauzer-site_v3/styles.css から抜粋） ========== */
.content-sidebar {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 2rem;
  align-items: start;
}
@media (max-width: 900px) {
  .content-sidebar {
    grid-template-columns: 1fr;
  }
}
.main-content { min-width: 0; }

.section { margin-bottom: 2.5rem; }
.section-title {
  margin: 0 0 1rem;
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #2c2c2c;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #8c8c8c;
}
.section-lead {
  margin: 0 0 1.25rem;
  font-size: 0.9rem;
  color: #5c5c5c;
  line-height: 1.6;
}

/* 犬を飼ったことがない方へ（consideration-section） */
.consideration-section { scroll-margin-top: 140px; }
.phase-flow-wrap { position: relative; }
.phase-pc {
  display: block;
  position: relative;
  padding: 1.5rem 4.5rem 1.5rem;
}
.phase-dog {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 0 4px 12px rgba(44, 44, 44, 0.1);
  z-index: 2;
}
.phase-dog img { width: 100%; height: 100%; object-fit: cover; }
.phase-dog--left { left: 0; }
.phase-dog--right { right: 0; }
.phase-stepper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.phase-step-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 0;
  max-width: 140px;
  padding: 0.6rem 0.5rem;
  border: 2px solid #d8d6d2;
  background: #fff;
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #5c5c5c;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.phase-step-btn:hover { border-color: #8c8c8c; color: #2c2c2c; }
.phase-step-btn.is-active {
  border-color: #2c2c2c;
  background: #2c2c2c;
  color: #f2f1ef;
}
.phase-step-connector {
  flex-shrink: 0;
  width: 24px;
  height: 0;
  border-top: 2px dashed #d8d6d2;
  margin: 0 2px;
}
.phase-detail-panel {
  position: relative;
  min-height: 140px;
  background: #fff;
  border: 2px solid #2c2c2c;
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 1px 3px rgba(44, 44, 44, 0.08);
}
.step-detail { display: none; }
.step-detail.is-active { display: block; }
.step-detail__title {
  margin: 0 0 0.75rem;
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #2c2c2c;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #d8d6d2;
}
.step-detail__tasks {
  margin: 0;
  padding-left: 1.25rem;
  font-size: 0.9rem;
  color: #2c2c2c;
  line-height: 1.7;
}
.step-detail__tasks li { margin-bottom: 0.35rem; }
.phase-pc .phase-flow-label {
  margin: 0.75rem 0 0;
  text-align: center;
  font-size: 0.85rem;
  font-weight: 600;
  color: #2c2c2c;
}
.phase-sp { display: none; padding: 0 0.5rem; }
.phase-sp .step-box {
  background: #fff;
  border: 2px solid #2c2c2c;
  border-radius: 8px;
  padding: 1.25rem 1rem;
  box-shadow: 0 1px 3px rgba(44, 44, 44, 0.08);
}
.phase-sp .step-box__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: #2c2c2c;
  color: #f2f1ef;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.phase-sp .step-box__title {
  margin: 0 0 0.75rem;
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 700;
  color: #2c2c2c;
  line-height: 1.35;
}
.phase-sp .step-box__tasks {
  margin: 0;
  padding-left: 1.1rem;
  font-size: 0.9rem;
  color: #2c2c2c;
  line-height: 1.65;
}
.phase-sp .step-box__tasks li { margin-bottom: 0.3rem; }
.phase-sp .step-connector {
  display: block;
  text-align: center;
  padding: 0.35rem 0;
  font-size: 1rem;
  color: #5c5c5c;
}
@media (max-width: 900px) {
  .phase-pc { display: none; }
  .phase-dog { display: none; }
  .phase-sp { display: flex; flex-direction: column; align-items: stretch; }
}
@media (max-width: 500px) { .phase-sp { padding: 0; } }

/* よくある悩みと解決策（solutions-section） */
.solutions-section { scroll-margin-top: 140px; }
.solutions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.25rem;
}
.solution-card {
  background: #fff;
  border-radius: 8px;
  padding: 1.25rem;
  box-shadow: 0 1px 3px rgba(44, 44, 44, 0.08);
  border-left: 4px solid #8c8c8c;
  transition: box-shadow 0.2s, transform 0.2s;
}
a.solution-card--link {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a.solution-card--link:hover {
  color: inherit;
}
a.solution-card--link .solution-desc-link {
  text-decoration: none;
}
a.solution-card--link:hover .solution-desc-link {
  text-decoration: underline;
}
.solution-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #e8e6e3;
  color: #2c2c2c;
  margin-bottom: 1rem;
}
.solution-icon svg { width: 40px; height: 40px; }
.solution-card:hover {
  box-shadow: 0 4px 12px rgba(44, 44, 44, 0.1);
  transform: translateY(-1px);
}
.solution-badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #5c5c5c;
  margin-bottom: 0.5rem;
}
.solution-problem {
  margin: 0 0 0.25rem;
  font-size: 1rem;
  font-weight: 700;
  color: #2c2c2c;
  line-height: 1.35;
}
.solution-desc { margin: 0 0 0.75rem; font-size: 0.85rem; color: #5c5c5c; line-height: 1.5; }
.solution-desc-link { font-size: 0.85rem; font-weight: 500; color: #2c2c2c; }
.solution-desc-link:hover { text-decoration: underline; }
.solutions-section-more,
.products-travel-section-more {
  margin: 1.25rem 0 0;
  text-align: right;
}
.solutions-section-more a,
.products-travel-section-more a {
  font-size: 0.9rem;
  font-weight: 500;
  color: #2c2c2c;
  text-decoration: none;
}
.solutions-section-more a:hover,
.products-travel-section-more a:hover { text-decoration: underline; }
@media (max-width: 600px) {
  .solutions-grid { gap: 0.75rem; }
  .solution-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
  }
  .solution-icon {
    width: 48px; height: 48px;
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .solution-icon svg { width: 26px; height: 26px; }
  .solution-card__text { flex: 1; min-width: 0; }
  .solution-problem { font-size: 0.95rem; }
  .solution-desc { margin: 0; font-size: 0.8rem; line-height: 1.45; }
}

/* おすすめ製品・旅行プラン（products-travel-section） */
.products-travel-section { scroll-margin-top: 140px; }
.products-travel-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.25rem;
}
.pt-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(44, 44, 44, 0.08);
  transition: box-shadow 0.2s, transform 0.2s;
  box-sizing: border-box;
  padding: 0.65rem 0.65rem 0;
}
a.pt-card--link {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a.pt-card--link:hover {
  color: inherit;
}
a.pt-card--link .pt-link {
  text-decoration: none;
}
a.pt-card--link:hover .pt-link {
  text-decoration: underline;
}
.pt-thumb--empty {
  min-height: 0;
}
.pt-thumb {
  display: block;
  aspect-ratio: 16 / 10;
  background: #f2f1ef;
  border-radius: 6px;
  overflow: hidden;
}
.pt-thumb img { width: 100%; height: 100%; object-fit: cover; }
.pt-card .pt-label,
.pt-card .pt-title,
.pt-card .pt-desc,
.pt-card .pt-link { padding-left: 1.25rem; padding-right: 1.25rem; }
.pt-card .pt-label { padding-top: 1rem; }
.pt-card .pt-desc { padding-bottom: 0.5rem; }
.pt-card .pt-link { display: inline-block; padding-bottom: 1.25rem; }
.pt-card:hover {
  box-shadow: 0 4px 12px rgba(44, 44, 44, 0.1);
  transform: translateY(-2px);
}
.pt-label {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #5c5c5c;
  margin-bottom: 0.5rem;
}
.pt-travel .pt-label { color: #2d6a4f; }
.pt-title {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #2c2c2c;
  line-height: 1.35;
}
.pt-desc { margin: 0 0 0.75rem; font-size: 0.85rem; color: #5c5c5c; line-height: 1.55; }
.pt-link { font-size: 0.875rem; font-weight: 500; color: #2c2c2c; }
.pt-link:hover { text-decoration: underline; }

/* 新着記事（new-articles） */
.new-articles__title {
  margin: 0 0 0.5rem;
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #2c2c2c;
}
.new-articles__rule {
  margin: 0 0 1.25rem;
  border: none;
  border-top: 1px solid #d8d6d2;
}
.new-articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.25rem;
}
.new-article-card {
  background: #f8f8f7;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(44, 44, 44, 0.08);
  transition: box-shadow 0.2s, transform 0.2s;
  overflow: hidden;
}
a.new-article-card--link {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  padding: 0.65rem 0.65rem 0;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a.new-article-card--link:hover {
  color: inherit;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(44, 44, 44, 0.1);
  transform: translateY(-2px);
}
.new-article-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  background: #e8e6e3;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
}
.new-article-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  vertical-align: middle;
}
.new-article-card__media-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: linear-gradient(135deg, #e8e6e3 0%, #d8d6d2 100%);
}
.new-article-card__body {
  padding: 1rem 1.25rem 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.new-article-card__category {
  display: block;
  font-size: 0.8rem;
  color: #5c5c5c;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.new-article-card__title {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  color: #2c2c2c;
  text-decoration: none;
}
a.new-article-card--link:hover .new-article-card__title {
  text-decoration: underline;
  text-underline-offset: 0.12em;
}
.new-article-card__date {
  margin: auto 0 0;
  font-size: 0.8rem;
  color: #5c5c5c;
  font-weight: 400;
  text-decoration: none;
}
@media (max-width: 500px) {
  .new-articles-grid { grid-template-columns: 1fr; }
}

/* よくある悩み / おすすめ製品・旅行 / 新着：スマホは3件まで（4件目以降を非表示。件数変更時は functions.php の SCHNAUZER_LIST_SECTION_MAX_SP と併せて n+4 を調整） */
@media (max-width: 767px) {
  .solutions-grid > *:nth-child(n + 4),
  .products-travel-grid > *:nth-child(n + 4),
  .new-articles-grid > *:nth-child(n + 4) {
    display: none !important;
  }
}

/* ファーストビュー：カテゴリスライダー（アイコン＋名称） */
.category-slider.schnauzer-category-slider {
  margin: 2em auto;
  max-width: 960px; /* 中央寄せ＆横幅を絞る */
}
.category-slider-content {
  display: flex;
  gap: 1.5em;
  justify-content: center;
  flex-wrap: wrap;
}
.category-slider-item {
  flex: 0 0 auto;
  width: calc(33.333% - 1em);
  min-width: 200px;
}
.category-slider-link {
  display: block;
  text-decoration: none;
  transition: transform 0.2s;
}
.category-slider-link:hover {
  transform: translateY(-3px);
}
.category-slider-card {
  background: #fff;
  border-radius: 8px;
  padding: 1.5em;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s;
}
.category-slider-link:hover .category-slider-card {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.category-slider-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-slider-icon-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.category-slider-icon-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--cocoon-basic-border-color, #e0e0e0);
  color: var(--cocoon-text-color, #333);
  font-size: 2em;
  font-weight: bold;
  border-radius: 8px;
}
.category-slider-icon-text {
  display: block;
}
.category-slider-name {
  font-size: 0.95em;
  font-weight: 600;
  color: var(--cocoon-text-color, #333);
  line-height: 1.4;
}

/* よくある悩みと解決法（4カード） */
.schnauzer-trouble-section {
  margin-bottom: 3em;
}
.schnauzer-trouble-desc {
  font-size: 0.95em;
  color: #666;
  margin: 0 0 1.5em;
  line-height: 1.6;
}
.schnauzer-trouble-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25em;
}
.schnauzer-trouble-card {
  display: flex;
  align-items: center;
  gap: 1em;
  background: #fff;
  border-radius: 8px;
  padding: 1.25em 1.5em;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: #333;
  transition: box-shadow 0.2s, transform 0.2s;
}
.schnauzer-trouble-card:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.schnauzer-trouble-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  border-radius: 8px;
  font-size: 1.4em;
  color: #555;
}
.schnauzer-trouble-title {
  font-size: 0.95em;
  font-weight: 600;
  line-height: 1.45;
}

/* 犬を飼ったことがない方へ（4ステップガイド） */
.schnauzer-first-time-guide {
  margin-bottom: 3em;
  padding: 2em 0;
  background: #f5f5f5;
  border-radius: 8px;
}
.schnauzer-first-time-guide .schnauzer-section-title {
  margin-left: 1em;
  margin-right: 1em;
}
.schnauzer-first-time-desc {
  font-size: 0.95em;
  color: #333;
  margin: 0 1em 1.5em;
  line-height: 1.65;
}
.schnauzer-first-time-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  margin: 0 1em 1.5em;
}
.schnauzer-first-time-tab {
  padding: 0.7em 1.2em;
  font-size: 0.95em;
  font-weight: 600;
  color: #333;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.schnauzer-first-time-tab:hover {
  background: #f0f0f0;
  border-color: #ccc;
}
.schnauzer-first-time-tab.active {
  background: #4a4a4a;
  color: #fff;
  border-color: #4a4a4a;
}
.schnauzer-first-time-connector {
  width: 24px;
  height: 0;
  border-top: 2px dashed #ccc;
  margin: 0 4px;
  flex-shrink: 0;
}
.schnauzer-first-time-content-wrap {
  position: relative;
  margin: 0 1em;
  padding: 2em 3em;
  background: #fff;
  border: 1px solid #333;
  border-radius: 4px;
  min-height: 180px;
}
.schnauzer-first-time-deco {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #e8e8e8;
}
.schnauzer-first-time-deco-left {
  left: -30px;
}
.schnauzer-first-time-deco-right {
  right: -30px;
}
.schnauzer-first-time-panel {
  display: none;
}
.schnauzer-first-time-panel.active {
  display: block;
}
.schnauzer-first-time-panel-title {
  font-size: 1.15em;
  font-weight: 700;
  color: #333;
  margin: 0 0 1em;
}
.schnauzer-first-time-list {
  margin: 0;
  padding-left: 1.4em;
  line-height: 1.8;
  color: #333;
}
.schnauzer-first-time-list li {
  margin-bottom: 0.4em;
}
.schnauzer-first-time-footer {
  text-align: center;
  font-size: 1em;
  font-weight: 600;
  color: #333;
  margin: 1.5em 0 0;
}

/* メインコンテンツ：新着記事セクション */
.schnauzer-new-articles-section {
  margin-bottom: 3em;
}
.schnauzer-section-title {
  font-size: 1.3em;
  font-weight: 700;
  color: #333;
  margin: 0 0 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ddd;
}
.schnauzer-new-articles-desc {
  font-size: 0.95em;
  color: #666;
  margin: 0 0 1.5em;
  line-height: 1.6;
}
.schnauzer-new-articles-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5em;
}
.entry-card-simple-wrap {
  display: block;
  text-decoration: none;
  color: inherit;
}
.entry-card-simple {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s, transform 0.2s;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.entry-card-simple-wrap:hover .entry-card-simple {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.entry-card-simple-wrap:hover .entry-card-simple-more {
  color: #333;
  text-decoration: underline;
}
.entry-card-simple-thumb {
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eee;
}
.entry-card-simple-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.entry-card-simple-content {
  padding: 1.25em 1.5em;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  flex: 1;
}
.entry-card-simple-label {
  font-size: 0.8em;
  color: #888;
  font-weight: 500;
}
.entry-card-simple-title {
  font-size: 1.05em;
  font-weight: 700;
  color: #333;
  margin: 0;
  line-height: 1.45;
}
.entry-card-simple-excerpt {
  font-size: 0.9em;
  color: #555;
  line-height: 1.6;
  margin: 0 0 auto;
  flex: 1;
}
.entry-card-simple-more {
  font-size: 0.9em;
  color: #666;
  margin-top: 0.5em;
  display: inline-block;
  transition: color 0.2s, text-decoration 0.2s;
}

/* カテゴリ一覧：アイキャッチ付きカード（Cocoon の ect-* レイアウトを無効化） */
.schnauzer-category-archive-list {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5em;
  flex-direction: unset !important;
  flex-wrap: unset !important;
  margin-bottom: 3em;
}
.schnauzer-category-archive-list > .entry-card-simple-wrap {
  width: 100% !important;
  max-width: none !important;
  display: block !important;
  margin: 0 !important;
  float: none !important;
  position: static !important;
  height: 100%;
  box-sizing: border-box;
}
.schnauzer-category-archive-list > .entry-card-simple-wrap .entry-card-simple {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .schnauzer-category-archive-list {
    grid-template-columns: 1fr;
  }
}

/* カテゴリ別セクション（シンプルなリスト形式） */
.schnauzer-category-sections-simple {
  margin-bottom: 3em;
}
.schnauzer-category-section-simple {
  margin-bottom: 2em;
}
.schnauzer-category-section-simple:last-child {
  margin-bottom: 0;
}
.schnauzer-category-section-simple-title {
  font-size: 1.3em;
  font-weight: 700;
  color: #333;
  margin: 0 0 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ddd;
}
.schnauzer-category-section-simple-list {
  margin: 0;
}
.schnauzer-category-section-simple-item {
  margin-bottom: 0.5em;
}
.schnauzer-category-section-simple-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #333;
  padding: 0.5em 0;
  transition: color 0.2s;
}
.schnauzer-category-section-simple-link:hover {
  color: #666;
}
.schnauzer-category-section-simple-item-title {
  font-size: 1em;
  font-weight: 500;
}
.schnauzer-category-section-simple-item-date {
  font-size: 0.9em;
  color: #888;
  margin-left: 1em;
  flex-shrink: 0;
}

/* 「ペット検討中の人向け」リンクを非表示 */
/* petseekersカテゴリへのリンクを含むメニュー項目を非表示 */
.menu-item a[href*="petseekers"],
.menu-item a[href*="category/petseekers"],
.appeal a[href*="petseekers"],
.appeal a[href*="category/petseekers"],
.recommended-cards a[href*="petseekers"],
.recommended-cards a[href*="category/petseekers"] {
  display: none !important;
}

/* アピールエリア全体を非表示にする場合（必要に応じてコメントアウト） */
/* #appeal { display: none !important; } */

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /* メインコンテンツ：新着記事を1カラムにしてサイドバーとの重なりを防ぐ */
  .schnauzer-new-articles-list {
    grid-template-columns: 1fr;
  }
}

/*834px以下*/
@media screen and (max-width: 834px){
  .category-slider-item {
    width: calc(50% - 0.75em);
  }
  .schnauzer-new-articles-list {
    grid-template-columns: 1fr;
  }
  .first-view .slider-track,
  .first-view .slide,
  .first-view .slide-link {
    min-height: 200px;
  }
  .first-view .slide-link {
    padding: 1.5rem 1.5rem;
  }
  .first-view .slide-title {
    font-size: 1.2rem;
  }
  .schnauzer-trouble-grid {
    grid-template-columns: 1fr;
  }
}

/*500px以下：自己紹介欄を縦並び・写真は横長で幅いっぱい*/
@media screen and (max-width: 500px){
  .first-view .pickup-dog-intro {
    padding: 0.75rem;
  }
  .first-view .pickup-dog-intro__inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    padding: 0;
    gap: 0.75rem;
  }
  .first-view .pickup-dog-intro__photo {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
  }
  .first-view .pickup-dog-intro__body {
    text-align: center;
    padding: 0 0.25rem;
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
  .category-slider-item {
    width: 100%;
  }
  .category-slider-icon {
    width: 100px;
    height: 100px;
  }
  .category-slider-icon-placeholder {
    font-size: 2em;
  }
  .schnauzer-first-time-steps {
    flex-direction: column;
    align-items: stretch;
  }
  .schnauzer-first-time-connector {
    width: 0;
    height: 12px;
    border-top: none;
    border-left: none;
    border-bottom: 2px dashed #ccc;
    margin: 0 auto;
  }
  .schnauzer-first-time-content-wrap {
    padding: 1.5em 1.25em;
  }
  .schnauzer-first-time-deco {
    display: none;
  }
}
