@charset "UTF-8";

/* ==============================
   Chataro Works custom pages
   event / member / blog author
============================== */
.cw-event-detail,
.cw-member-detail,
.cw-blog-detail {
  background: #fff0f4;
  border-radius: 24px;
  color: #3f3a3a;
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  line-height: 1.9;
  padding: 28px;
}

.cw-event-detail *,
.cw-member-detail *,
.cw-blog-detail * {
  box-sizing: border-box;
}

.cw-event-detail .cw-page-card,
.cw-member-detail .cw-page-card,
.cw-blog-detail .cw-page-card {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 18px 44px rgba(219, 112, 139, 0.08);
  margin: 0 auto 56px;
  max-width: 880px;
  padding: 52px;
}

.cw-event-detail .cw-page-header,
.cw-member-detail .cw-page-header,
.cw-blog-detail .cw-page-header,
.cw-blog-detail .cw-blog-header {
  margin-bottom: 34px;
  text-align: center;
}

.cw-event-detail .cw-page-label,
.cw-member-detail .cw-page-label {
  color: #2d2a2a;
  display: inline-block;
  font-family: "Hina Mincho", "Yu Mincho", serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 18px;
  position: relative;
}

.cw-event-detail .cw-page-label::after,
.cw-member-detail .cw-page-label::after {
  background: #e67b94;
  border-radius: 999px;
  bottom: 0;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 86px;
}

.cw-event-detail h1,
.cw-member-detail h1,
.cw-blog-detail h1 {
  color: #2d2a2a;
  font-family: "Hina Mincho", "Yu Mincho", serif;
  font-size: clamp(30px, 4.2vw, 44px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
  margin: 22px 0 0;
}

.cw-event-detail h2,
.cw-member-detail h2,
.cw-blog-detail h2 {
  align-items: center;
  color: #353232;
  display: flex;
  font-size: 25px;
  gap: 12px;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0 0 24px;
}

.cw-event-detail h2 .fa,
.cw-member-detail h2 .fa,
.cw-blog-detail h2 .fa {
  align-items: center;
  background: #e3748d;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 44px;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.cw-event-detail .cw-main-visual {
  align-items: center;
  border: 2px solid #ead9cf;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  margin: 0 0 34px;
  overflow: hidden;
}

.cw-event-detail .cw-main-visual-image {
  display: block;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.cw-event-detail .cw-lead,
.cw-member-detail .cw-rich-text,
.cw-blog-detail .cw-article-body {
  color: #565151;
  font-size: 16px;
}

.cw-event-detail .cw-lead {
  border-bottom: 1px solid #eee5e5;
  margin-bottom: 22px;
  padding-bottom: 28px;
}

.cw-event-detail .cw-lead p,
.cw-blog-detail .cw-article-body p {
  margin: 0 0 1.6em;
}

.cw-event-detail .cw-lead p:last-child,
.cw-blog-detail .cw-article-body p:last-child {
  margin-bottom: 0;
}

.cw-event-detail .cw-info-list {
  margin: 0;
}

.cw-event-detail .cw-info-row {
  align-items: center;
  border-bottom: 1px solid #eee5e5;
  display: grid;
  gap: 28px;
  grid-template-columns: 230px 1fr;
  padding: 30px 0;
}

.cw-event-detail .cw-info-row dt {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  gap: 18px;
}

.cw-event-detail .cw-info-row dt .fa {
  align-items: center;
  background: #fde8ef;
  border-radius: 50%;
  color: #e3748d;
  display: inline-flex;
  flex: 0 0 56px;
  height: 56px;
  justify-content: center;
  width: 56px;
}

.cw-event-detail .cw-info-row dd {
  margin: 0;
}

.cw-event-detail .cw-info-row dd strong,
.cw-event-detail .cw-info-row dd span {
  display: block;
  font-size: 20px;
  line-height: 1.55;
}

.cw-event-detail .cw-info-row dd span {
  color: #7d7777;
  font-size: 15px;
}

.cw-event-detail .cw-info-row a {
  color: #e3748d;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.cw-event-detail .cw-section,
.cw-member-detail .cw-section,
.cw-blog-detail .cw-section {
  margin-top: 44px;
}

.cw-event-detail .cw-map {
  border-radius: 14px;
  min-height: 280px;
  overflow: hidden;
}

.cw-event-detail .cw-map iframe {
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
  height: auto;
  min-height: 280px;
  width: 100%;
}

.cw-event-detail .cw-map a {
  align-items: center;
  background: #fff7f9;
  border: 1px solid #f6c7d4;
  border-radius: 10px;
  color: #e3748d;
  display: flex;
  font-weight: 700;
  justify-content: center;
  min-height: 160px;
}

.cw-event-detail .cw-action {
  margin-top: 40px;
  text-align: center;
}

.cw-event-detail .cw-primary-button {
  align-items: center;
  background: #e3748d;
  border-radius: 10px;
  box-shadow: 0 12px 22px rgba(219, 112, 139, 0.24);
  color: #fff;
  display: inline-flex;
  font-size: 24px;
  font-weight: 700;
  gap: 18px;
  justify-content: center;
  max-width: 720px;
  min-height: 76px;
  padding: 18px 32px;
  text-decoration: none;
  width: 100%;
}

.cw-event-detail .cw-note {
  color: #918a8a;
  font-size: 14px;
  margin: 24px 0 0;
  text-align: center;
}

.cw-event-detail .cw-back-action,
.cw-member-detail .cw-back-action {
  margin-top: 44px;
  text-align: center;
}

.cw-event-detail .cw-back-button,
.cw-member-detail .cw-back-button {
  align-items: center;
  border: 2px solid #e3748d;
  border-radius: 999px;
  color: #e3748d;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  min-height: 52px;
  min-width: 240px;
  padding: 12px 28px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.cw-event-detail .cw-back-button:hover,
.cw-member-detail .cw-back-button:hover {
  background: #e3748d;
  color: #fff;
}

.cw-member-detail .cw-member-profile {
  align-items: start;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(230px, 320px) 1fr;
  margin-bottom: 46px;
}

.cw-member-detail .cw-member-photo {
  margin: 0;
}

.cw-member-detail .cw-member-photo-image {
  aspect-ratio: 4 / 5;
  border-radius: 14px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.cw-member-detail .cw-member-summary h1 {
  margin-top: 0;
}

.cw-member-detail .cw-member-kana {
  color: #e3748d;
  font-weight: 700;
  margin: 0 0 18px;
}

.cw-member-detail .cw-member-meta {
  margin: 0;
}

.cw-member-detail .cw-member-meta div {
  border-bottom: 1px solid #eee5e5;
  padding: 18px 0;
}

.cw-member-detail .cw-member-meta dt {
  color: #e3748d;
  font-size: 14px;
  font-weight: 700;
}

.cw-member-detail .cw-member-meta dt .fa {
  margin-right: 8px;
}

.cw-member-detail .cw-member-meta dd {
  color: #4b4646;
  font-size: 18px;
  margin: 2px 0 0;
  overflow-wrap: anywhere;
}

.cw-member-detail .cw-member-meta a {
  color: #e3748d;
}

.cw-member-detail .cw-social-links {
  display: flex;
  gap: 14px;
  margin-top: 22px;
}

.cw-member-detail .cw-social-links a {
  align-items: center;
  background: #191919;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 20px;
  height: 52px;
  justify-content: center;
  text-decoration: none;
  width: 52px;
}

.cw-member-detail .cw-member-consult {
  margin-top: 28px;
}

.cw-member-detail .cw-member-consult-button {
  align-items: center;
  background: #e3748d;
  border-radius: 10px;
  box-shadow: 0 12px 22px rgba(219, 112, 139, 0.22);
  color: #fff;
  display: grid;
  font-size: 18px;
  font-weight: 700;
  gap: 12px;
  grid-template-columns: 28px max-content 28px;
  justify-content: center;
  min-height: 58px;
  padding: 14px 24px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.cw-member-detail .cw-member-consult-button .fa {
  display: inline-flex;
  justify-content: center;
}

.cw-member-detail .cw-member-consult-text {
  display: block;
  line-height: 1.45;
  min-width: 0;
  white-space: nowrap;
}

.cw-member-detail .cw-member-consult-button:hover {
  color: #fff;
  opacity: 0.88;
}

.cw-member-detail .cw-member-consult-button.is-disabled {
  cursor: default;
  opacity: 0.55;
  pointer-events: none;
}

.cw-member-detail .cw-message-box {
  border: 2px solid #f7bfcb;
  border-radius: 14px;
  margin: 0 0 42px;
  padding: 28px 34px;
}

.cw-member-detail .cw-message-box h2 {
  color: #e3748d;
  font-size: 24px;
  margin-bottom: 14px;
}

.cw-member-detail .cw-message-box h2::before {
  color: #e3748d;
  content: "”";
  font-size: 34px;
  line-height: 1;
}

.cw-member-detail .cw-message-box p {
  margin: 0;
}

.cw-blog-detail .cw-blog-header {
  text-align: left;
}

.cw-blog-detail .cw-blog-meta {
  align-items: center;
  color: #9b9696;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 22px;
}

.cw-blog-detail .cw-blog-meta time {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.cw-blog-detail .cw-blog-featured {
  margin: 0 0 30px;
}

.cw-blog-detail .cw-blog-featured-image {
  border-radius: 14px;
  display: block;
  height: auto;
  width: 100%;
}

.cw-blog-detail .cw-category-pill {
  background: #f7a9bb;
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 9px 18px;
}

.cw-blog-detail .cw-blog-header h1 {
  margin: 0;
  max-width: 760px;
}

.cw-blog-detail .cw-blog-header::after {
  background: #e3748d;
  border-radius: 999px;
  content: "";
  display: block;
  height: 4px;
  margin-top: 34px;
  width: 74px;
}

/* ============================================================
   記事本文
   以前はコラム向けの装飾（見出しの帯・箇条書きのピンクの箱・✓）が
   .cw-blog-detail 全体に当たっており、公開済みの通常記事や
   Cocoonの自動目次まで同じ見た目になっていた。
   読み物として素直な組みに直し、装飾は必要な箇所だけに絞る。
   ============================================================ */
.cw-blog-detail .cw-article-body {
  border-bottom: 1px dashed #dfd0d0;
  font-size: 18px;          /* 年齢層が高いため本文を大きめに */
  line-height: 2;
  padding-bottom: 38px;
}

/*----- 見出し -----*/
.cw-blog-detail .cw-article-body h2 {
  background: #fdf1f4;
  border-left: 6px solid #e3748d;
  border-radius: 0 6px 6px 0;
  font-family: inherit;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  margin: 56px 0 22px;
  padding: 16px 18px;
}

.cw-blog-detail .cw-article-body h3 {
  border: none;
  border-bottom: 2px solid #f0cdd5;
  font-family: inherit;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.6;
  margin: 42px 0 18px;
  padding: 0 0 10px;
}

.cw-blog-detail .cw-article-body h4 {
  font-family: inherit;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.6;
  margin: 32px 0 14px;
  padding-left: 14px;
  position: relative;
}

.cw-blog-detail .cw-article-body h4::before {
  background: #e3748d;
  border-radius: 2px;
  content: "";
  height: 1em;
  left: 0;
  position: absolute;
  top: 0.35em;
  width: 4px;
}

/*----- 箇条書き -----*/
/* 目次（Cocoonが自動生成する .toc）には触れない */
.cw-blog-detail .cw-article-body ul:not(.toc-list):not(.toc-list *),
.cw-blog-detail .cw-article-body ol:not(.toc-list):not(.toc-list *) {
  margin: 24px 0;
  padding-left: 1.6em;
}

.cw-blog-detail .cw-article-body ul:not(.toc-list) {
  list-style: none;
  padding-left: 0;
}

.cw-blog-detail .cw-article-body ul:not(.toc-list) > li {
  padding-left: 1.5em;
  position: relative;
}

.cw-blog-detail .cw-article-body ul:not(.toc-list) > li::before {
  background: #e3748d;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 0.35em;
  position: absolute;
  top: 0.85em;
  width: 8px;
}

/* 番号付きリストは番号を残す */
.cw-blog-detail .cw-article-body ol:not(.toc-list) {
  list-style: decimal;
}

.cw-blog-detail .cw-article-body ol:not(.toc-list) > li::before {
  content: none;
}

/* 行間をそろえるため、項目間の余白は持たせない（先方ご指示） */
.cw-blog-detail .cw-article-body li {
  margin: 0;
}

/* 目次は Cocoon 本来の見た目に戻す。
   本文用に足した「丸ポチ」「字下げ」「行間」が目次にも当たり、
   階層が分からない平坦な羅列になっていた。
   Cocoon は「マーカー無し・階層ごとに1em字下げ」が既定。 */
.cw-blog-detail .cw-article-body .toc {
  font-size: 16px;
}

.cw-blog-detail .cw-article-body .toc ul,
.cw-blog-detail .cw-article-body .toc ol {
  list-style: none;
  margin: 0;
  padding-left: 1em;
}

/* 番号を出さない設定（tnt-none）のときは最上位の字下げ無し */
.cw-blog-detail .cw-article-body .toc.tnt-none .toc-list {
  padding-left: 0;
}

.cw-blog-detail .cw-article-body .toc li {
  margin: 0 0 4px;
  padding-left: 0;
}

/* 本文用の丸ポチを目次に持ち込まない */
.cw-blog-detail .cw-article-body .toc li::before {
  content: none;
}

/*----- 引用・表・画像 -----*/
.cw-blog-detail .cw-article-body blockquote {
  background: #faf7f2;
  /* Cocoonが上下にもボーダーを引くため、消してから左だけ引く */
  border: none;
  border-left: 4px solid #e0d5c2;
  color: #6d655a;
  margin: 28px 0;
  padding: 20px 24px;
}

.cw-blog-detail .cw-article-body table {
  border-collapse: collapse;
  margin: 28px 0;
  width: 100%;
}

.cw-blog-detail .cw-article-body th,
.cw-blog-detail .cw-article-body td {
  border: 1px solid #e8ded0;
  font-size: 16px;
  padding: 12px 14px;
}

.cw-blog-detail .cw-article-body th {
  background: #fdf1f4;
  font-weight: 700;
}

/* ブロック内部の figure（ブログカードのサムネイル等）に当たらないよう、
   本文直下の figure だけを対象にする。
   打ち消し（revert）だとブラウザ既定の 1em に戻ってしまい、
   Cocoon が指定した値まで潰れてしまうため。 */
.cw-blog-detail .cw-article-body > figure {
  margin: 32px 0;
}

.cw-blog-detail .cw-article-body img {
  height: auto;
  max-width: 100%;
}

.cw-blog-detail .cw-article-body > figure img,
.cw-blog-detail .cw-article-body > p img {
  border-radius: 8px;
}

.cw-blog-detail .cw-article-body figcaption {
  color: #8a8078;
  font-size: 14px;
  margin-top: 8px;
  text-align: center;
}

.cw-blog-detail .cw-article-body strong {
  font-weight: 700;
}

/* 書き手が意図して使う強調枠。本文クラスに cw-box を付けたときだけ効く */
.cw-blog-detail .cw-article-body .cw-box {
  background: #fde9ef;
  border-radius: 10px;
  margin: 28px 0;
  padding: 24px 28px;
}

.cw-blog-detail .cw-article-body .cw-box > :first-child { margin-top: 0; }
.cw-blog-detail .cw-article-body .cw-box > :last-child { margin-bottom: 0; }

@media (max-width: 767px) {
  .cw-blog-detail .cw-article-body {
    font-size: 17px;
  }

  .cw-blog-detail .cw-article-body h2 {
    font-size: 21px;
    margin-top: 44px;
    padding: 13px 14px;
  }

  .cw-blog-detail .cw-article-body h3 {
    font-size: 19px;
  }
}

.cw-event-detail .cw-author-box,
.cw-blog-detail .cw-author-box {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: 180px 1fr;
  margin-top: 40px;
}

.cw-event-detail .cw-author-box {
  border-bottom: 1px solid #eee5e5;
  margin-top: 0;
  padding: 0 0 32px;
}

.cw-event-detail .cw-author-box--text-only {
  grid-template-columns: 1fr;
}

.cw-event-detail .cw-author-box figure,
.cw-blog-detail .cw-author-box figure {
  margin: 0;
}

.cw-event-detail .cw-author-photo,
.cw-blog-detail .cw-author-photo {
  aspect-ratio: 1 / 1.22;
  border-radius: 10px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.cw-event-detail .cw-author-label,
.cw-blog-detail .cw-author-label {
  color: #e3748d;
  font-weight: 700;
  margin: 0 0 4px;
}

.cw-event-detail .cw-author-content h2,
.cw-blog-detail .cw-author-content h2 {
  display: block;
  font-family: "Hina Mincho", "Yu Mincho", serif;
  font-size: 30px;
  margin-bottom: 10px;
}

.cw-event-detail .cw-author-content h2 span,
.cw-blog-detail .cw-author-content h2 span {
  color: #e3748d;
  font-family: "M PLUS Rounded 1c", "Yu Gothic", sans-serif;
  font-size: 14px;
  margin-left: 8px;
}

.cw-event-detail .cw-author-meta,
.cw-blog-detail .cw-author-meta {
  display: grid;
  gap: 4px;
  margin: 0 0 10px;
}

.cw-event-detail .cw-author-meta span,
.cw-blog-detail .cw-author-meta span {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.cw-event-detail .cw-author-content a,
.cw-blog-detail .cw-author-content a {
  align-items: center;
  color: #e3748d;
  display: inline-flex;
  font-weight: 700;
  gap: 8px;
  justify-content: flex-end;
  line-height: 1.4;
  text-decoration: none;
  width: 100%;
}

.cw-event-detail .cw-author-content a .fa,
.cw-blog-detail .cw-author-content a .fa {
  align-items: center;
  display: inline-flex;
  height: 1em;
}

.cw-event-detail .cw-related-list,
.cw-member-detail .cw-related-list,
.cw-blog-detail .cw-related-list {
  display: grid;
  gap: 22px;
}

.cw-event-detail .cw-related-card,
.cw-member-detail .cw-related-card,
.cw-blog-detail .cw-related-card {
  align-items: center;
  border: 1px solid #eee5e5;
  border-radius: 10px;
  color: inherit;
  display: grid;
  gap: 22px;
  grid-template-columns: 180px 1fr 26px;
  padding: 18px;
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.cw-event-detail .cw-related-card:hover,
.cw-member-detail .cw-related-card:hover,
.cw-blog-detail .cw-related-card:hover {
  border-color: #f0aabd;
  transform: translateY(-2px);
}

.cw-event-detail .cw-related-thumb,
.cw-member-detail .cw-related-thumb,
.cw-blog-detail .cw-related-thumb {
  display: block;
}

.cw-event-detail .cw-related-image,
.cw-member-detail .cw-related-image,
.cw-blog-detail .cw-related-image {
  aspect-ratio: 16 / 10;
  background: #ddd;
  border-radius: 8px;
  display: block;
  object-fit: cover;
  width: 100%;
}

.cw-event-detail .cw-related-event-image,
.cw-member-detail .cw-related-event-image {
  background: #fff7f9;
  object-fit: contain;
}

.cw-event-detail .cw-related-body,
.cw-member-detail .cw-related-body,
.cw-blog-detail .cw-related-body {
  display: grid;
  gap: 4px;
}

.cw-event-detail .cw-related-body time,
.cw-member-detail .cw-related-body time,
.cw-blog-detail .cw-related-body time {
  color: #9d9797;
  font-size: 13px;
}

.cw-event-detail .cw-related-body strong,
.cw-member-detail .cw-related-body strong,
.cw-blog-detail .cw-related-body strong {
  color: #2f2b2b;
  font-size: 18px;
  line-height: 1.45;
}

.cw-event-detail .cw-related-body span,
.cw-member-detail .cw-related-body span,
.cw-blog-detail .cw-related-body span {
  color: #817b7b;
  font-size: 14px;
  line-height: 1.65;
}

.cw-event-detail .cw-related-arrow,
.cw-member-detail .cw-related-arrow,
.cw-blog-detail .cw-related-arrow {
  color: #e3748d;
  font-size: 42px;
  line-height: 1;
}

.cw-event-detail .cw-empty,
.cw-member-detail .cw-empty,
.cw-blog-detail .cw-empty {
  background: #fff8fa;
  border: 1px solid #f7d5df;
  border-radius: 10px;
  color: #847d7d;
  margin: 0;
  padding: 18px 20px;
}

@media screen and (max-width: 834px) {
  .cw-event-detail,
  .cw-member-detail,
  .cw-blog-detail {
    border-radius: 16px;
    padding: 14px 10px;
  }

  .cw-event-detail .cw-page-card,
  .cw-member-detail .cw-page-card,
  .cw-blog-detail .cw-page-card {
    border-radius: 18px;
    margin-bottom: 32px;
    padding: 30px 20px;
  }

  .cw-event-detail .cw-info-row,
  .cw-member-detail .cw-member-profile,
  .cw-event-detail .cw-author-box,
  .cw-blog-detail .cw-author-box,
  .cw-event-detail .cw-related-card,
  .cw-member-detail .cw-related-card,
  .cw-blog-detail .cw-related-card {
    grid-template-columns: 1fr;
  }

  .cw-event-detail .cw-info-row {
    gap: 12px;
    padding: 24px 0;
  }

  .cw-member-detail .cw-member-profile {
    gap: 26px;
  }

  .cw-event-detail .cw-author-box,
  .cw-blog-detail .cw-author-box {
    align-items: start;
  }

  .cw-event-detail .cw-author-box figure,
  .cw-blog-detail .cw-author-box figure {
    max-width: 220px;
  }

  .cw-event-detail .cw-primary-button {
    font-size: 18px;
    min-height: 62px;
  }

  .cw-member-detail .cw-member-consult-button {
    font-size: 16px;
    grid-template-columns: 24px max-content 24px;
    padding: 14px 18px;
  }

  .cw-event-detail .cw-related-arrow,
  .cw-member-detail .cw-related-arrow,
  .cw-blog-detail .cw-related-arrow {
    display: none;
  }
}

/* ------------------------------------------------------------
   終了したイベントの案内
   ------------------------------------------------------------ */
.cw-event-ended {
  align-items: center;
  background: #f6f4ef;
  border: 1px solid #ddd6c7;
  border-radius: 8px;
  color: #5a5347;
  display: flex;
  flex-wrap: wrap;
  font-size: 17px;
  gap: 8px 14px;
  line-height: 1.7;
  margin: 0 0 28px;
  padding: 18px 22px;
}

.cw-event-ended__label {
  background: #8c8271;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 5px 12px;
  white-space: nowrap;
}

.cw-event-ended a {
  color: #2f6f8f;
  text-decoration: underline;
}

/* 終了イベントは開催情報のコントラストを落とす */
.cw-event-detail.is-ended .cw-main-visual {
  filter: grayscale(0.4);
  opacity: 0.85;
}

@media (max-width: 767px) {
  .cw-event-ended {
    font-size: 16px;
    padding: 16px 18px;
  }
}

/* ------------------------------------------------------------
   PR記事
   ------------------------------------------------------------ */
.cw-pr-label {
  background: #c2762f;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 7px 12px;
  vertical-align: middle;
}

.cw-pr-notice {
  background: #fdf7ef;
  border-left: 4px solid #c2762f;
  border-radius: 0 6px 6px 0;
  color: #6b5535;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 24px;
  padding: 14px 18px;
}

@media (max-width: 767px) {
  .cw-pr-label {
    font-size: 13px;
    padding: 6px 10px;
  }

  .cw-pr-notice {
    font-size: 15px;
    padding: 12px 14px;
  }
}

/* ============================================================
   外側の白枠を外す
   Cocoon の .main / .sidebar が白背景・角丸・余白を持っており、
   その内側に子テーマの白いカードを重ねていたため、
   白い枠が入れ子で二重・三重に見えていた。
   カード側だけを残し、外側の器は透明にする。
   ============================================================ */
.main,
.sidebar {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.main,
.sidebar {
  padding: 0;
}

/* 記事カードは幅いっぱいで使う（外側の余白が無くなったぶん） */
.cw-event-detail .cw-page-card,
.cw-member-detail .cw-page-card,
.cw-blog-detail .cw-page-card {
  max-width: none;
}

@media (max-width: 1023px) {
  .sidebar {
    padding-inline: 0;
  }
}

/* 記事の外側にあった薄いピンクの枠も外す。
   内側の白いカード1枚だけで成立させる。 */
.cw-event-detail,
.cw-member-detail,
.cw-blog-detail {
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.cw-event-detail .cw-page-card,
.cw-member-detail .cw-page-card,
.cw-blog-detail .cw-page-card {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .cw-event-detail,
  .cw-member-detail,
  .cw-blog-detail {
    padding: 0;
  }
}

/* ============================================================
   Cocoonの吹き出し（対談）は元の見た目のままにする
   記事本文用に足した figure / img / figcaption の指定が
   話者アイコンにも当たり、丸いアイコンが角丸の四角になったり、
   名前と写真の間が空いてズレて見えていた。
   ============================================================ */
.cw-blog-detail .cw-article-body .speech-wrap figure,
.cw-blog-detail .cw-article-body .speech-person {
  margin: 0;
}

.cw-blog-detail .cw-article-body .speech-icon img,
.cw-blog-detail .cw-article-body .speech-icon-image {
  border-radius: 50%;
}

.cw-blog-detail .cw-article-body .speech-name {
  color: inherit;
  font-size: 12px;
  margin-top: 0;
}

/* 吹き出し内の段落・リストにも本文用の装飾を持ち込まない */
.cw-blog-detail .cw-article-body .speech-balloon ul:not(.toc-list) > li::before {
  content: none;
}

.cw-blog-detail .cw-article-body .speech-balloon ul:not(.toc-list) > li {
  padding-left: 0;
}

/* ============================================================
   記事一覧・カテゴリー・検索結果・先生コラム一覧
   TOPページで整えたカードをそのまま使い、
   一覧ページの見た目をサイト全体と揃える。
   ============================================================ */
.cw-archive {
  margin-inline: auto;
  max-width: 1000px;
  padding: 0 0 48px;
}

.cw-archive__head {
  margin-bottom: 36px;
  text-align: center;
}

.cw-archive__title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin: 0 0 12px;
}

.cw-archive__sub {
  color: #6d655a;
  font-size: 17px;
  line-height: 1.8;
  margin: 0;
}

.cw-archive__list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  margin: 0 0 44px;
  padding: 0;
}

.cw-archive__list > li {
  display: flex;
  min-width: 0;
}

.cw-archive__list > li > .post-card,
.cw-archive__list > li > .column-card {
  flex: 1 1 auto;
  flex-direction: column;
}

.cw-archive__list .post-card__thumb {
  aspect-ratio: 16 / 9;
}

/*----- ページ送り -----*/
.cw-archive__pager {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.cw-archive__pager .page-numbers {
  align-items: center;
  background: #fff;
  border: 1px solid #f0cdd5;
  border-radius: 8px;
  color: #3f3a3a;
  display: flex;
  font-size: 16px;
  justify-content: center;
  min-height: 46px;
  min-width: 46px;
  padding: 8px 14px;
  transition: background 0.2s, border-color 0.2s;
}

.cw-archive__pager .page-numbers:hover {
  background: #fdf1f4;
  border-color: #e3748d;
}

.cw-archive__pager .page-numbers.current {
  background: #e3748d;
  border-color: #e3748d;
  color: #fff;
  font-weight: 700;
}

.cw-archive__pager .page-numbers.dots {
  border-color: transparent;
}

.cw-archive__empty {
  background: #fff;
  border-radius: 12px;
  font-size: 18px;
  line-height: 2;
  padding: 56px 24px;
  text-align: center;
}

@media (max-width: 767px) {
  .cw-archive__title {
    font-size: 24px;
  }

  .cw-archive__list {
    grid-template-columns: 1fr;
  }
}


/* ------------------------------------------------------------
   Cocoon標準ブロックの中身は本文用の装飾を打ち消す

   本文用に足した「コーラルの丸ポチ」「字下げ」「画像の上下32px」が
   アイコンボックス・アイコンリスト・トグル・ブログカード等の内側にも
   当たり、ブロック側のマーカーや余白と二重になって崩れていた。

   :not(.foo *) は Selectors Level 4 で、対応していない環境
   （iOS 16.3以前など）ではセレクタごと無効になり通常のリストまで
   装飾が消える。そのため除外ではなく、ここで打ち消す形にしている。
   ------------------------------------------------------------ */
.cw-blog-detail .cw-article-body .block-box ul,
.cw-blog-detail .cw-article-body .iconlist-box ul,
.cw-blog-detail .cw-article-body .blogcard-wrap ul,
.cw-blog-detail .cw-article-body .timeline ul,
.cw-blog-detail .cw-article-body .faq ul,
.cw-blog-detail .cw-article-body .toggle-wrap ul,
.cw-blog-detail .cw-article-body .micro-balloon ul,
.cw-blog-detail .cw-article-body .caption-box ul,
.cw-blog-detail .cw-article-body .tab-caption-box ul,
.cw-blog-detail .cw-article-body .label-box ul,
.cw-blog-detail .cw-article-body .speech-wrap ul,
.cw-blog-detail .cw-article-body .block-box ol,
.cw-blog-detail .cw-article-body .iconlist-box ol,
.cw-blog-detail .cw-article-body .blogcard-wrap ol,
.cw-blog-detail .cw-article-body .timeline ol,
.cw-blog-detail .cw-article-body .faq ol,
.cw-blog-detail .cw-article-body .toggle-wrap ol,
.cw-blog-detail .cw-article-body .micro-balloon ol,
.cw-blog-detail .cw-article-body .caption-box ol,
.cw-blog-detail .cw-article-body .tab-caption-box ol,
.cw-blog-detail .cw-article-body .label-box ol,
.cw-blog-detail .cw-article-body .speech-wrap ol {
  margin: revert;
  padding-left: revert;
  list-style: revert;
}

.cw-blog-detail .cw-article-body .block-box ul > li,
.cw-blog-detail .cw-article-body .iconlist-box ul > li,
.cw-blog-detail .cw-article-body .blogcard-wrap ul > li,
.cw-blog-detail .cw-article-body .timeline ul > li,
.cw-blog-detail .cw-article-body .faq ul > li,
.cw-blog-detail .cw-article-body .toggle-wrap ul > li,
.cw-blog-detail .cw-article-body .micro-balloon ul > li,
.cw-blog-detail .cw-article-body .caption-box ul > li,
.cw-blog-detail .cw-article-body .tab-caption-box ul > li,
.cw-blog-detail .cw-article-body .label-box ul > li,
.cw-blog-detail .cw-article-body .speech-wrap ul > li {
  padding-left: revert;
}

.cw-blog-detail .cw-article-body .block-box li,
.cw-blog-detail .cw-article-body .iconlist-box li,
.cw-blog-detail .cw-article-body .blogcard-wrap li,
.cw-blog-detail .cw-article-body .timeline li,
.cw-blog-detail .cw-article-body .faq li,
.cw-blog-detail .cw-article-body .toggle-wrap li,
.cw-blog-detail .cw-article-body .micro-balloon li,
.cw-blog-detail .cw-article-body .caption-box li,
.cw-blog-detail .cw-article-body .tab-caption-box li,
.cw-blog-detail .cw-article-body .label-box li,
.cw-blog-detail .cw-article-body .speech-wrap li {
  margin: revert;
}

.cw-blog-detail .cw-article-body .block-box ul > li::before,
.cw-blog-detail .cw-article-body .iconlist-box ul > li::before,
.cw-blog-detail .cw-article-body .blogcard-wrap ul > li::before,
.cw-blog-detail .cw-article-body .timeline ul > li::before,
.cw-blog-detail .cw-article-body .faq ul > li::before,
.cw-blog-detail .cw-article-body .toggle-wrap ul > li::before,
.cw-blog-detail .cw-article-body .micro-balloon ul > li::before,
.cw-blog-detail .cw-article-body .caption-box ul > li::before,
.cw-blog-detail .cw-article-body .tab-caption-box ul > li::before,
.cw-blog-detail .cw-article-body .label-box ul > li::before,
.cw-blog-detail .cw-article-body .speech-wrap ul > li::before {
  content: none;
}



/* ------------------------------------------------------------
   この対談に登場した先生（記事詳細・関連記事の上）
   メンバー一覧に登録がある対談者だけを出し、プロフィールへ送る。
   ------------------------------------------------------------ */
.cw-talk-members__list {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.cw-talk-members__list > li::before {
  content: none;
}

.cw-talk-member {
  align-items: center;
  background: #fffdf8;
  border: 1px solid #eee3d2;
  border-radius: 12px;
  display: flex;
  gap: 14px;
  padding: 14px 16px;
  text-decoration: none;
  transition: background-color 0.2s, border-color 0.2s;
}

.cw-talk-member:hover,
.cw-talk-member:focus-visible {
  background: #fdf6ec;
  border-color: #e0cdae;
}

.cw-talk-member__photo {
  flex: 0 0 auto;
}

/* 写真が未登録でも枠が潰れないよう、大きさを固定する */
.cw-talk-member__photo,
.cw-talk-member__image {
  border-radius: 50%;
  height: 64px;
  object-fit: cover;
  overflow: hidden;
  width: 64px;
}

.cw-talk-member__body {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.cw-talk-member__name {
  color: #3c352c;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}

.cw-talk-member__kana {
  font-size: 14px;
  font-weight: 400;
}

.cw-talk-member__title {
  color: #7b7263;
  font-size: 14px;
  line-height: 1.5;
}

.cw-talk-member__more {
  color: #c6748a;
  font-size: 14px;
  margin-top: 2px;
}


/* ============================================================
   高齢の方が読みやすいように本文を調整
   先方指摘：字が細く、少し読みづらい。
   ・太さ 400 → 500（M PLUS Rounded 1c は 400 だと線が細い）
   ・大きさ 17px → 18px（年配向けの下限に合わせる）
   ・行間を少し詰めて、1行の追いやすさを保つ
   ============================================================ */
.cw-article-body,
.cw-article-body p,
.cw-article-body li,
.cw-rich-text,
.cw-rich-text p,
.cw-rich-text li {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
}

/* 引用や注釈も同じ太さに揃える */
.cw-article-body blockquote,
.cw-article-body dd,
.cw-article-body td,
.cw-article-body th {
  font-weight: 500;
}

/* 見出しは元々太いので大きさだけ整える */
.cw-article-body h2 { font-size: 24px; }
.cw-article-body h3 { font-size: 21px; }

@media screen and (max-width: 767px) {
  .cw-article-body,
  .cw-article-body p,
  .cw-article-body li,
  .cw-rich-text,
  .cw-rich-text p,
  .cw-rich-text li {
    font-size: 18px;
    line-height: 1.85;
  }

  .cw-article-body h2 { font-size: 21px; }
  .cw-article-body h3 { font-size: 19px; }
}
