/*
Theme Name:   SWELL CHILD
Template:     swell
Author:       LOOS WEB STUDIO
Author URI:   https://loos-web-studio.com/
Version:      1.0.0
*/

/* ここからが実際に効くCSS */


/* ==============================
GLOBAL / BLOG 固有調整（整理済・重複除去）
============================== */

/* BLOGページ（id:142）専用：タイトル＆パンくずを非表示（整理版） */
.page-id-142 .c-pageTitle,
.page-id-142 .c-pageTitle__inner,
.page-id-142 .p-breadcrumb,
.page-id-142 .c-breadcrumb,
.page-id-142 .p-breadcrumb__text,
.page-id-142 li.p-breadcrumb__item {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
  line-height: 0 !important;
}

/* BLOGページ：主要コンテナの余白をリセット（お知らせバー直下に寄せるための最小限） */
.page-id-142 #content,
.page-id-142 #main_content,
.page-id-142 .l-mainContent,
.page-id-142 .l-mainContent__inner,
.page-id-142 .post_content,
.page-id-142 .l-content,
.page-id-142 .l-main,
.page-id-142 .l-container,
.page-id-142 .c-container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* BLOGページ：カバーブロックを直下へ（重複指定を排して最小化） */
.page-id-142 .wp-block-cover,
.page-id-142 .wp-block-cover.alignfull:first-of-type {
  margin-top: 0 !important;
  padding-top: 0 !important;
  position: relative !important;
  top: 0 !important;
  z-index: 5 !important;
}

/* 内側コンテナの余白もリセット */
.page-id-142 .wp-block-cover__inner-container {
  margin: 0 !important;
  padding: 0 !important;
  align-items: flex-start !important;
}

/* ヘッダー直下（管理バー等の影響で残る余白）を確実にリセット */
body.page-id-142 .l-header + .l-content,
body.page-id-142 .l-header + #content,
body.blog .l-header + .l-content,
body.blog .l-header + #content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* ==============================
ブログ／共通：ビジュアル & カード系
============================== */

/* ブログカード */
.postList .p-postList__item {
  box-shadow: 0 4px 8px rgba(0,0,0,0.08);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease;
}
.postList .p-postList__item:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.12);
}
.postList .p-postList__excerpt {
  font-size: 0.9em;
  color: #666;
  line-height: 1.6;
}
.postList .p-postList__title {
  font-weight: 600;
  line-height: 1.4;
}

/* 記事ページ アイキャッチ */
.single .p-articleThumb {
  margin: 12px auto 24px;
  text-align: center;
}
.single .p-articleThumb img {
  width: 100%;
  height: auto;
  max-width: 900px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* H見出し（記事内） */
.single .post_content h2 {
  background: #3f51b5;
  color: #fff;
  padding: 10px 14px;
  margin: 32px 0 16px;
  font-size: 1.4em;
  font-weight: bold;
  border-radius: 6px;
}
.single .post_content h3 {
  border-left: 6px solid #3f51b5;
  padding-left: 10px;
  margin: 24px 0 12px;
  font-size: 1.2em;
  font-weight: bold;
  color: #000;
}
.single .post_content h4 {
  display: inline-block;
  background: #3f51b5;
  color: #fff;
  padding: 4px 10px;
  margin: 20px 0 10px;
  font-size: 1.1em;
  border-radius: 4px;
}

/* コピーアイコン非表示 */
.c-shareBtns__icon.-to-copy,
.c-urlcopy.c-plainBtn.c-shareBtns__btn {
  display: none !important;
}

/* SNSシェアボタン */
.snsBtns.is-type__share {
  display: flex !important;
  justify-content: center !important;
  margin: 20px 0;
}
.snsBtns.is-type__share .facebook a {
  transform: scale(0.8);
  transform-origin: center;
}

/* ==============================
関連表示（BLOGページ・関連記事）
============================== */
.page-id-142 .wpmtst-testimonial-heading::after {
  content: "★★★★★";
  display: block;
  font-size: 14px;
  color: gold;
  margin-top: 3px;
}
.page-id-142 .wp-block-swell-post-list::before {
  content: "関連記事";
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  margin: 20px 0 10px;
  color: #3f51b5;
}
.related-title {
  background: #3f51b5;
  color: #fff;
  padding: 8px 14px;
  border-radius: 6px;
  margin: 30px 0 15px;
  font-size: 1.2em;
  font-weight: bold;
}
.related-posts {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.related-post {
  flex: 1 1 calc(33% - 20px);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  overflow: hidden;
  text-align: center;
}
.related-post img {
  width: 100%;
  height: auto;
}
.related-post-title {
  font-size: 0.95em;
  padding: 10px;
  color: #333;
}

/* ==============================
共通：予約ボタン
============================== */
.reserve-btn-wrap {
  text-align:center !important;
  margin:20px 0 !important;
}
a.reserve-btn {
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  padding:12px 28px !important;
  background:#ff0000 !important;
  color:#fff !important;
  font-size:16px !important;
  font-weight:bold !important;
  line-height:1.2 !important;
  border-radius:30px !important;
  text-decoration:none !important;
  transition:background .3s ease !important;
  white-space:nowrap !important;
}
a.reserve-btn:hover {
  background:#3f51b5 !important;
}
a.reserve-btn .icon-rose {
  width:40px !important;
  height:auto !important;
  flex-shrink:0;
  animation:sway 3s ease-in-out infinite;
}
@keyframes sway {
  0%{transform:rotate(0)}
  25%{transform:rotate(12deg)}
  50%{transform:rotate(0)}
  75%{transform:rotate(-12deg)}
  100%{transform:rotate(0)}
}

/* ==============================
料金表
============================== */
.course-table .price {
  width: 120px;
  text-align: right;
  font-weight: bold;
  white-space: nowrap;
}
.course-table .time { width: auto; }
.course-table.with-images .time-content {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.course-table.with-images .course-thumb {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}
.course-card img {
  width: 200px;
  height: auto;
  display: block;
  margin: 0 auto 15px;
  border-radius: 8px;
}

/* ==============================
メニュー一覧ボタン
============================== */
.menu-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 30px 0;
}
.menu-btn {
  background: #3f51b5;
  color: #fff;
  width: 320px;
  min-height: 80px;
  padding: 14px 22px;
  border-radius: 40px;
  font-weight: bold;
  text-decoration: none;
  font-size: 17px;
  transition: all 0.3s ease;
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  gap: 16px;
}
.menu-btn:hover {
  background: #ff0000;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}
.menu-btn .menu-icon {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  object-fit: cover;
  background: #fff;
  padding: 4px;
}

/* ==============================
HOME専用：プロフィール修正版
============================== */

/* PC（横並び） */
.page-id-10 .profile-section {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 40px 0;
}
.page-id-10 .profile-photo img {
  width: 100%;
  max-width: 200px;
  height: auto;
  border-radius: 10px;
}
.page-id-10 .profile-logo img {
  max-width: 260px;
  height: auto;
}
.page-id-10 .profile-btn {
  display: inline-block;
  padding: 10px 20px;
  background: #3f51b5;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}

/* スマホ（縦並び） */
@media (max-width: 768px) {
  .page-id-10 .profile-section {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }
  .page-id-10 .profile-photo img {
    max-width: 220px !important;
    margin: 0 auto 10px !important;
    display: block !important;
  }
  .page-id-10 .profile-text {
    width: 100% !important;
    padding: 0 12px !important;
    text-align: left !important;
    box-sizing: border-box !important;
  }
  .page-id-10 .profile-logo img {
    max-width: 200px !important;
    margin: 20px auto 0 !important;
    display: block !important;
  }
}

/* ==============================
フッター地図
============================== */
.footer-map {
  margin: 40px 0 20px;
  padding: 10px 0;
  background: #f9f9ff;
  border-top: 3px solid #3f51b5;
}
.footer-map h2 {
  color: #f51b5;
  margin-bottom: 10px;
}
.footer-map p { line-height: 1.7; }
.map-box {
  margin-top: 15px;
  border-radius: 10px;
  overflow: hidden;
}

/* ==============================
BLOGページ キャッチコピー等
============================== */
.page-id-142 .entry-title {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.page-id-142 .blog-desc {
  text-align: center;
  font-size: 1.2em;
  line-height: 1.6;
  color: #333;
  margin: 25px auto 35px;
  padding: 12px 18px;
  max-width: 800px;
  background: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
@media (max-width: 768px) {
  .page-id-142 .blog-desc {
    font-size: 1.05em;
    padding: 10px 14px;
    margin: 20px auto 25px;
  }
}

/* ==============================
スマホ用：料金表をカード型に変換
============================== */
@media (max-width: 768px) {
  .course-table,
  .course-table tbody,
  .course-table tr,
  .course-table td,
  .course-table th {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .course-table tr {
    margin-bottom: 20px !important;
    border: 1px solid #ddd !important;
    border-radius: 10px !important;
    padding: 15px !important;
    background: #fff !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08) !important;
  }
  .course-table.with-images .course-thumb {
    display: block !important;
    margin: 0 auto 12px !important;
    width: 100px !important;
    height: 100px !important;
    object-fit: cover !important;
    border-radius: 6px !important;
  }
  .course-table .time,
  .course-table.with-images .time-content {
    display: block !important;
    font-size: 1.1em !important;
    font-weight: bold !important;
    margin: 8px 0 !important;
    text-align: center !important;
  }
  .course-table .price {
    display: block !important;
    text-align: center !important;
    font-size: 1.1em !important;
    font-weight: bold !important;
    margin-top: 8px !important;
    color: #e53935 !important;
  }
  .course-card img {
    display: block !important;
    margin: 0 auto 12px !important;
    max-width: 200px !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 8px !important;
  }
  .course-table td,
  .course-card {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
    text-align: left !important;
  }
}

/* ==============================
個別コースページ：スマホ～タブレット用 料金表カード型
============================== */
@media (max-width: 1024px) {
  .wp-block-table table,
  .wp-block-table tbody,
  .wp-block-table tr,
  .wp-block-table td,
  .wp-block-table th {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .wp-block-table tr {
    margin-bottom: 20px !important;
    border: 1px solid #ddd !important;
    border-radius: 10px !important;
    padding: 15px !important;
    background: #fff !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08) !important;
  }
  .wp-block-table td {
    display: block !important;
    text-align: center !important;
    margin: 6px 0 !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
    max-width: 100% !important;
  }
  .wp-block-table td:last-child {
    font-weight: bold !important;
    color: #e53935 !important;
  }
}

/* ==============================
個別コースページ(menu-table)用：スマホ～タブレットでカード型に
============================== */
@media (max-width: 1024px) {
  .menu-table,
  .menu-table tbody,
  .menu-table tr,
  .menu-table td,
  .menu-table th {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .menu-table tr {
    margin-bottom: 20px !important;
    border: 1px solid #ddd !important;
    border-radius: 10px !important;
    padding: 15px !important;
    background: #fff !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08) !important;
  }
  .menu-table td:first-child {
    text-align: center !important;
    margin-bottom: 10px !important;
  }
  .menu-table td:first-child img {
    max-width: 150px !important;
    height: auto !important;
    margin: 0 auto 8px !important;
    display: block !important;
    border-radius: 8px !important;
  }
  .menu-table td:first-child strong {
    display: block !important;
    font-size: 1.1em !important;
    margin-top: 4px !important;
  }
  .menu-table td:nth-child(2) {
    text-align: left !important;
    line-height: 1.6 !important;
    margin: 8px 0 !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
  }
  .menu-table .price,
  .menu-table td:nth-child(3) {
    display: block !important;
    text-align: center !important;
    font-size: 1.1em !important;
    font-weight: bold !important;
    margin: 10px 0 !important;
    color: #e53935 !important;
  }
  .menu-table td:nth-child(4) {
    text-align: center !important;
    margin-top: 10px !important;
  }
  .menu-table td:nth-child(4) .reserve-btn {
    display: inline-block !important;
    padding: 10px 20px !important;
    font-size: 15px !important;
    border-radius: 25px !important;
    background: #e53935 !important;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: bold !important;
    transition: 0.3s;
  }
  .menu-table td:nth-child(4) .reserve-btn:hover {
    background: #3f51b5 !important;
  }
}

/* ==============================
スマホ調整（共通）
============================== */
@media (max-width: 1024px) {
  .course-table td,
  .course-table .description,
  .course-card,
  .course-card p {
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}



/* ==============================
GLOBAL / BLOG 固有調整（整理済・重複除去）
============================== */

/* BLOGページ（id:142）専用：タイトル＆パンくずを非表示（整理版） */
.page-id-142 .c-pageTitle,
.page-id-142 .c-pageTitle__inner,
.page-id-142 .p-breadcrumb,
.page-id-142 .c-breadcrumb,
.page-id-142 .p-breadcrumb__text,
.page-id-142 li.p-breadcrumb__item {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
  line-height: 0 !important;
}

/* BLOGページ：主要コンテナの余白をリセット（お知らせバー直下に寄せるための最小限） */
.page-id-142 #content,
.page-id-142 #main_content,
.page-id-142 .l-mainContent,
.page-id-142 .l-mainContent__inner,
.page-id-142 .post_content,
.page-id-142 .l-content,
.page-id-142 .l-main,
.page-id-142 .l-container,
.page-id-142 .c-container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* BLOGページ：カバーブロックを直下へ（重複指定を排して最小化） */
.page-id-142 .wp-block-cover,
.page-id-142 .wp-block-cover.alignfull:first-of-type {
  margin-top: 0 !important;
  padding-top: 0 !important;
  position: relative !important;
  top: 0 !important;
  z-index: 5 !important;
}

/* 内側コンテナの余白もリセット */
.page-id-142 .wp-block-cover__inner-container {
  margin: 0 !important;
  padding: 0 !important;
  align-items: flex-start !important;
}

/* ヘッダー直下（管理バー等の影響で残る余白）を確実にリセット */
body.page-id-142 .l-header + .l-content,
body.page-id-142 .l-header + #content,
body.blog .l-header + .l-content,
body.blog .l-header + #content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* ==============================
ブログ／共通：ビジュアル & カード系（保持）
============================== */

/* ブログカード */
.postList .p-postList__item {
  box-shadow: 0 4px 8px rgba(0,0,0,0.08);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease;
}
.postList .p-postList__item:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.12);
}
.postList .p-postList__excerpt {
  font-size: 0.9em;
  color: #666;
  line-height: 1.6;
}
.postList .p-postList__title {
  font-weight: 600;
  line-height: 1.4;
}

/* 記事ページ アイキャッチ */
.single .p-articleThumb {
  margin: 12px auto 24px;
  text-align: center;
}
.single .p-articleThumb img {
  width: 100%;
  height: auto;
  max-width: 900px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* H見出し（記事内） */
.single .post_content h2 {
  background: #3f51b5;
  color: #fff;
  padding: 10px 14px;
  margin: 32px 0 16px;
  font-size: 1.4em;
  font-weight: bold;
  border-radius: 6px;
}
.single .post_content h3 {
  border-left: 6px solid #3f51b5;
  padding-left: 10px;
  margin: 24px 0 12px;
  font-size: 1.2em;
  font-weight: bold;
  color: #000;
}
.single .post_content h4 {
  display: inline-block;
  background: #3f51b5;
  color: #fff;
  padding: 4px 10px;
  margin: 20px 0 10px;
  font-size: 1.1em;
  border-radius: 4px;
}

/* コピーアイコン非表示 */
.c-shareBtns__icon.-to-copy,
.c-urlcopy.c-plainBtn.c-shareBtns__btn {
  display: none !important;
}

/* SNSシェアボタン */
.snsBtns.is-type__share {
  display: flex !important;
  justify-content: center !important;
  margin: 20px 0;
}
.snsBtns.is-type__share .facebook a {
  transform: scale(0.8);
  transform-origin: center;
}

/* ==============================
関連表示（BLOGページ・関連記事）
============================== */

.page-id-142 .wp-block-swell-post-list::before {
  content: "関連記事";
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  margin: 20px 0 10px;
  color: #3f51b5;
}
.related-title {
  background: #3f51b5;
  color: #fff;
  padding: 8px 14px;
  border-radius: 6px;
  margin: 30px 0 15px;
  font-size: 1.2em;
  font-weight: bold;
}
.related-posts {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.related-post {
  flex: 1 1 calc(33% - 20px);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  overflow: hidden;
  text-align: center;
}
.related-post img {
  width: 100%;
  height: auto;
}
.related-post-title {
  font-size: 0.95em;
  padding: 10px;
  color: #333;
}

/* ==============================
共通：予約ボタン（KEEP）
============================== */
.reserve-btn-wrap {
  text-align:center !important;
  margin:20px 0 !important;
}
a.reserve-btn {
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  padding:12px 28px !important;
  background:#ff0000 !important;
  color:#fff !important;
  font-size:16px !important;
  font-weight:bold !important;
  line-height:1.2 !important;
  border-radius:30px !important;
  text-decoration:none !important;
  transition:background .3s ease !important;
  white-space:nowrap !important;
}
a.reserve-btn:hover {
  background:#3f51b5 !important;
}
a.reserve-btn .icon-rose {
  width:40px !important;
  height:auto !important;
  flex-shrink:0;
  animation:sway 3s ease-in-out infinite;
}
@keyframes sway {
  0%{transform:rotate(0)}
  25%{transform:rotate(12deg)}
  50%{transform:rotate(0)}
  75%{transform:rotate(-12deg)}
  100%{transform:rotate(0)}
}

/* ==============================
料金表（KEEP）
============================== */
.course-table .price {
  width: 120px;
  text-align: right;
  font-weight: bold;
  white-space: nowrap;
}
.course-table .time { width: auto; }
.course-table.with-images .time-content {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.course-table.with-images .course-thumb {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}
.course-card img {
  width: 200px;
  height: auto;
  display: block;
  margin: 0 auto 15px;
  border-radius: 8px;
}

/* ==============================
メニュー一覧ボタン（KEEP）
============================== */
.menu-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 30px 0;
}
.menu-btn {
  background: #3f51b5;
  color: #fff;
  width: 320px;
  min-height: 80px;
  padding: 14px 22px;
  border-radius: 40px;
  font-weight: bold;
  text-decoration: none;
  font-size: 17px;
  transition: all 0.3s ease;
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  gap: 16px;
}
.menu-btn:hover {
  background: #ff0000;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}
.menu-btn .menu-icon {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  object-fit: cover;
  background: #fff;
  padding: 4px;
}

/* ==============================
フッター地図（KEEP）
============================= */
.footer-map p { line-height: 1.7; }
.map-box { margin-top: 15px; border-radius: 10px; overflow: hidden; }
/* ==============================
フッター地図（重なり修正＋保護）
============================== */

/* ラッパー（.map-box）にz-indexレイヤーを追加 */
.map-box {
  position: relative !important;
  z-index: 9999 !important;
}

/* Googleマップiframe自体も最前面に */
.map-box iframe {
  position: relative !important;
  z-index: 9999 !important;
  display: block;
}

/* サイドバーを一段下げて被り防止 */
.l-sidebar,
.c-sidebar,
.sidebar,
.widget-area {
  position: relative !important;
  z-index: 1 !important;
}

/* sticky（追従ウィジェット）にも適用 */
[class*="sticky"],
[data-sticky="true"] {
  z-index: 1 !important;
}


/* ==============================
BLOGページ キャッチコピー等（KEEP一部）
============================= */
.page-id-142 .entry-title {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.page-id-142 .blog-desc {
  text-align: center;
  font-size: 1.2em;
  line-height: 1.6;
  color: #333;
  margin: 25px auto 35px;
  padding: 12px 18px;
  max-width: 800px;
  background: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
@media (max-width: 768px) {
  .page-id-142 .blog-desc {
    font-size: 1.05em;
    padding: 10px 14px;
    margin: 20px auto 25px;
  }
}

/* ==============================
PART 2/3: VOICE & HOME testimonials (保持 — 後にProfileを統合)
============================= */

/* VOICEページ（id=332） — 元の設計をそのまま保持（復旧済） */
.page-id-332 .wpmtst-testimonial {
  position: relative;
  display: block;
  max-width: 900px;
  width: 90%;
  margin: 40px auto 60px;
  font-size: 14px;
  line-height: 1.7;
  border-radius: 16px;
  padding: 120px 25px 35px;
  background: #ffe4ec !important;
  box-sizing: border-box;
  word-break: break-word;
  text-align: left !important;
  height: auto !important;
}
.page-id-332 .wpmtst-testimonial-image {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.page-id-332 .wpmtst-testimonial-image img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.page-id-332 .wpmtst-testimonial-heading {
  margin-top: 140px;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  padding-left: 20px;
  display: block;
}
.page-id-332 .wpmtst-testimonial-content {
  margin-top: 10px;
  text-align: left;
  padding: 0 20px;
  line-height: 1.7;
  display: block;
  clear: both !important;
}
.page-id-332 .voice-salon {
  display: block !important;
  background: #f0f7ff;
  padding: 14px 18px !important;
  border-radius: 10px !important;
  font-size: 0.95em !important;
  border: 1px solid #b6d4f5 !important;
  margin: 20px 20px 0 20px !important;
  text-align: left !important;
  line-height: 1.6 !important;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.05) !important;
  clear: both !important;
}

.page-id-332 .wpmtst-testimonial .wpmtst-testimonial-heading {
  margin-top: 150px !important;
}
.page-id-332 .wpmtst-testimonial {
  width: 75% !important;
  max-width: 750px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* HOMEページ（id=10）お客様の声 — 元の設計をそのまま保持（復旧済） */
.page-id-10 .wpmtst-testimonial {
  position: relative;
  max-width: 800px !important;
  width: 85% !important;
  margin: 15px auto !important;
  padding: 140px 30px 40px;
  background: #ffe4ec !important;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.7;
  box-sizing: border-box;
  word-break: break-word;
}
.page-id-10 .wpmtst-testimonial-image {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.page-id-10 .wpmtst-testimonial-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.page-id-10 .wpmtst-testimonial-heading {
  margin-top: 120px !important;
  text-align: center !important;
  font-size: 14px;
  font-weight: bold;
}

.page-id-10 .wpmtst-testimonial-content {
  margin-top: 20px !important;
  text-align: left !important;
  padding: 0 20px !important;
  line-height: 1.7 !important;
  display: block !important;
  clear: both !important;
  width: 100% !important;
}
.page-id-10 .voice-salon { display: none !important; }
.page-id-10 .strong-view,
.page-id-10 .strong-content,
.page-id-10 .wpmtst-testimonial-inner,
.page-id-10 .testimonial-content {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.page-id-10 .wpmtst-testimonial { padding-top: 140px !important; }
.page-id-10 .wpmtst-testimonial .wpmtst-testimonial-inner .wpmtst-testimonial-heading.testimonial-heading,
.page-id-10 h3.wpmtst-testimonial-heading.testimonial-heading {
  float: none !important;
  clear: both !important;
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  margin: 1px 0 0 0 !important;
  padding: 0 !important;
}
.page-id-10 .wpmtst-testimonial-heading::after {
  content: "★★★★★";
  display: block;
  font-size: 14px;
  color: gold;
  margin-top: 4px;
  text-align: center !important;
}
.page-id-10 .wpmtst-testimonial-content {
  float: none !important;
  clear: both !important;
  display: block !important;
  width: 100% !important;
  box-sizing: border-box;
  text-align: left !important;
  padding: 0 20px !important;
  margin-top: 20px !important;
}
.page-id-10 .wpmtst-testimonial-content { padding: 0 80px !important; }
.page-id-10 .wpmtst-testimonial-content {
  margin: 20px auto 0 auto !important;
  max-width: 700px !important;
  text-align: left !important;
  line-height: 1.7 !important;
  display: block !important;
  clear: both !important;
}
.page-id-10 .wpmtst-testimonial { padding-bottom: 50px !important; }

.page-id-10 .audience-pie {
  margin-top: 10px !important;
}


/* ==============================
スマホ用：料金表をカード型に変換
============================== */
/* （以降、既存のスマホ変換や menu/table 等もオリジナルを保持） */
@media (max-width: 768px) {
  .course-table,
  .course-table tbody,
  .course-table tr,
  .course-table td,
  .course-table th {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .course-table tr {
    margin-bottom: 20px !important;
    border: 1px solid #ddd !important;
    border-radius: 10px !important;
    padding: 15px !important;
    background: #fff !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08) !important;
  }
  .course-table.with-images .course-thumb {
    display: block !important;
    margin: 0 auto 12px !important;
    width: 100px !important;
    height: 100px !important;
    object-fit: cover !important;
    border-radius: 6px !important;
  }
  .course-table .time,
  .course-table.with-images .time-content {
    display: block !important;
    font-size: 1.1em !important;
    font-weight: bold !important;
    margin: 8px 0 !important;
    text-align: center !important;
  }
  .course-table .price {
    display: block !important;
    text-align: center !important;
    font-size: 1.1em !important;
    font-weight: bold !important;
    margin-top: 8px !important;
    color: #e53935 !important;
  }
  .course-card img {
    display: block !important;
    margin: 0 auto 12px !important;
    max-width: 200px !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 8px !important;
  }
  .course-table td,
  .course-card {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
    text-align: left !important;
  }
}

/* ==============================
PART 3/3: menu, table, and other mobile adjustments (original preserved)
============================== */
@media (max-width: 1024px) {
  .course-table .time { white-space: normal !important; }
  .course-table .time,
  .course-table td,
  .course-table .time-content,
  .course-card,
  .course-card p {
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    white-space: normal !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }
  .course-table.with-images .time-content { display: block !important; }
  .course-table tr, .course-table td { overflow: hidden !important; }
  .course-table .price { white-space: nowrap !important; }
}

/* wp-block-table → card on small screens (original preserved) */
@media (max-width: 1024px) {
  .wp-block-table table,
  .wp-block-table tbody,
  .wp-block-table tr,
  .wp-block-table td,
  .wp-block-table th {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .wp-block-table tr {
    margin-bottom: 20px !important;
    border: 1px solid #ddd !important;
    border-radius: 10px !important;
    padding: 15px !important;
    background: #fff !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08) !important;
  }
  .wp-block-table td {
    display: block !important;
    text-align: center !important;
    margin: 6px 0 !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
    max-width: 100% !important;
  }
  .wp-block-table td:last-child {
    font-weight: bold !important;
    color: #e53935 !important;
  }
}

/* menu-table card conversion on smaller screens (original preserved) */
@media (max-width: 1024px) {
  .menu-table,
  .menu-table tbody,
  .menu-table tr,
  .menu-table td,
  .menu-table th {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .menu-table tr {
    margin-bottom: 20px !important;
    border: 1px solid #ddd !important;
    border-radius: 10px !important;
    padding: 15px !important;
    background: #fff !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08) !important;
  }
  .menu-table td:first-child { text-align: center !important; margin-bottom: 10px !important; }
  .menu-table td:first-child img {
    max-width: 150px !important;
    height: auto !important;
    margin: 0 auto 8px !important;
    display: block !important;
    border-radius: 8px !important;
  }
  .menu-table td:first-child strong { display: block !important; font-size: 1.1em !important; margin-top: 4px !important; }
  .menu-table td:nth-child(2) {
    text-align: left !important;
    line-height: 1.6 !important;
    margin: 8px 0 !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
  }
  .menu-table .price, .menu-table td:nth-child(3) { display: block !important; text-align: center !important; font-size: 1.1em !important; font-weight: bold !important; margin: 10px 0 !important; color: #e53935 !important; }
  .menu-table td:nth-child(4) { text-align: center !important; margin-top: 10px !important; }
  .menu-table td:nth-child(4) .reserve-btn {
    display: inline-block !important;
    padding: 10px 20px !important;
    font-size: 15px !important;
    border-radius: 25px !important;
    background: #e53935 !important;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: bold !important;
    transition: 0.3s;
  }
  .menu-table td:nth-child(4) .reserve-btn:hover { background: #3f51b5 !important; }
}

/* 共通スマホ調整（保持） */
@media (max-width: 1024px) {
  .course-table td,
  .course-table .description,
  .course-card,
  .course-card p {
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

/* ==============================
--- ここから：PROFILE を一本化（置換済み）
     （VOICE / HOME testimonials は上でそのまま保持しています）
============================== */

/* ==============================
HOME専用：プロフィール表示（安定版2カラム＋ロゴ）
============================== */

/* ==============================
HOME専用：プロフィール（最終版）
PCは横並び・ロゴは数値で確実に調整可
スマホは縦並び・写真/ロゴを個別制御
============================== */

/* PC（769px以上） */
@media (min-width: 769px) {
  .page-id-10 .profile-section {
    display: flex !important;
    flex-direction: row !important;
    gap: 40px !important;
    align-items: flex-start !important;
    margin: 40px 0 !important;
  }

  /* 左：写真＋本文の塊 */
  .page-id-10 .profile-left { flex: 1 !important; }
  .page-id-10 .profile-left-inner {
    display: flex !important;
    gap: 20px !important;
    align-items: flex-start !important;
  }

  /* 写真 */
  .page-id-10 .profile-photo { flex: 0 0 200px !important; }
  .page-id-10 .profile-photo img {
    max-width: 220px !important;  /* ←PCの写真サイズはここで調整 */
    height: auto !important;
    border-radius: 10px !important;
    display: block !important;
  }

  /* テキスト */
  .page-id-10 .profile-text {
    flex: 1 !important;
    text-align: left !important;
  }

  /* ボタン */
  .page-id-10 .profile-btn {
    display: inline-block !important;
    padding: 10px 20px !important;
    background: #3f51b5 !important;
    color: #fff !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    font-weight: bold !important;
  }

  /* 右：ロゴ */
  .page-id-10 .profile-logo { flex: 0 0 300px !important; text-align: center !important; }
  .page-id-10 .profile-logo img {
    max-width: 300px !important;  /* ←PCのロゴサイズはここを変えれば“必ず”反映 */
    width: auto !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
  }
}

/* スマホ（768px以下） */
@media (max-width: 768px) {
  .page-id-10 .profile-section {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 24px !important;
    margin: 30px 0 !important;
  }

  /* 写真 */
  .page-id-10 .profile-photo img {
    max-width: 260px !important;  /* ←スマホの写真サイズ */
    margin: 0 auto 10px !important;
    display: block !important;
    border-radius: 10px !important;
  }

  /* テキスト */
  .page-id-10 .profile-text {
    width: 100% !important;
    padding: 0 16px !important;
    box-sizing: border-box !important;
    text-align: left !important;
  }

  /* ロゴ */
  .page-id-10 .profile-logo img {
    max-width: 260px !important;  /* ←スマホのロゴサイズ（必要なら変更） */
    height: auto !important;
    display: block !important;
    margin: 10px auto 0 !important;
  }

  /* ボタン */
  .page-id-10 .profile-btn {
    display: inline-block !important;
    width: 100% !important;
    max-width: 280px !important;
    text-align: center !important;
    margin: 16px auto 0 !important;
    padding: 12px 20px !important;
    background: #3f51b5 !important;
    color: #fff !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    font-weight: bold !important;
    font-size: 1.05em !important;
  }
}



/* ==============================
--- end of PROFILE block
============================== */

/* ==============================
（ファイル末尾に既存の小さなPROFILE関連細工やスマホ余白調整の残骸が残らないよう
   置換済みブロックに一本化しています。）
============================== */

/* HOME専用：お客様の声カード（スマホ時の左右余白を減らす） */
@media (max-width: 768px) {
  .page-id-10 .wpmtst-testimonial-content {
    padding: 0 15px !important; /* 上下0 / 左右15px */
  }
}

/* ==============================
   お客様の声：ピックアップ印（✨版）
   ============================== */


/* VOICEページ先頭の口コミだけにピックアップ印を付ける */
.page-id-332 .wpmtst-testimonial:first-of-type::before {
  content: "✨ PICK UP ✨";
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ff4081;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 4px;
  z-index: 10;
  letter-spacing: 1px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

/* HOMEページ お客様の声：先頭の口コミにピックアップ印 */
.page-id-10 .wpmtst-testimonial:first-of-type::before {
  content: "✨ PICK UP ✨";
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ff4081;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 4px;
  z-index: 10;
  letter-spacing: 1px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

/* 予約ボタンを中央寄せ（最優先版） */
td.reserve-cell {
  text-align: center !important;
}

td.reserve-cell a.reserve-btn {
  display: inline-block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}

/* メニュー一覧ブロック下の余白を縮める */
.page-id-10 .swell-block-fullWide.u-mb-60 {
  margin-bottom: 0px !important; /* デフォルト60px → 20px */
  padding-bottom: 0px !important; /* デフォルト60px/40px → 20px */
}


/* HOMEページ：お客様の声カード 内側の下余白をスマホだけ調整 */
@media (max-width: 768px) {
  .page-id-10 .wpmtst-testimonial {
    padding-bottom: 10px !important;  /* ← 元は50px、スマホだけ縮小 */
  }
}

/* カテゴリーボタンのデザイン */
.category-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0 30px;
  justify-content: center; /* 中央寄せ */
}

.category-buttons .cat-btn {
  background: #3f51b5; /* かくれ家ブルー */
  color: #fff;
  padding: 8px 18px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: bold;
  transition: background 0.3s, transform 0.2s;
}

.category-buttons .cat-btn:hover {
  background: #2c3a92;
  transform: translateY(-2px); /* ホバー時に少し浮く */
}

@media (max-width: 768px) {
  .category-buttons .cat-btn {
    font-size: 0.8em;
    padding: 6px 14px;
  }
}

/* カテゴリーカードのデザイン（ブログ貼り付け用） */
.category-cards {
  display: flex;
  flex-wrap: wrap;       /* スマホで折り返す */
  gap: 20px;             /* カード同士の間隔 */
  justify-content: center;
}

.cat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 2px solid #3f51b5;   /* かくれ家ブルーの枠線 */
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.08);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.cat-card img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 10px;
}

.cat-card span {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

.cat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
  border-color: #2c3e9f;   /* ホバー時に少し濃いブルー */
}

/* タグクラウド */
.widget_tag_cloud a {
  display: inline-block;
  background: #f0f4ff;
  color: #333;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 14px !important; /* サイズ固定 */
  margin: 4px;
  text-decoration: none;
}
.widget_tag_cloud a:hover {
  background: #3f51b5;
  color: #fff;
}
/* タグクラウド：タイポ感強め（重なりありVer.） */
.typo-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 6px; /* 間隔をかなり狭める → 重なり演出 */
}

.typo-cloud .typo-cloud__link {
  display: inline-block;
  text-decoration: none;
  color: #213043;
  line-height: 1.1;
  letter-spacing: 0.01em;
  margin: -2px; /* さらに軽く食い込ませる */
  transform-origin: left bottom;
  transition: transform .18s ease, color .18s ease;
}

/* 出現数に応じた段階サイズ */
.typo-cloud .weight-1 { font-size: clamp(12px, 1.1vw, 16px); font-weight: 500; }
.typo-cloud .weight-2 { font-size: clamp(14px, 1.3vw, 18px); font-weight: 550; }
.typo-cloud .weight-3 { font-size: clamp(16px, 1.5vw, 20px); font-weight: 600; }
.typo-cloud .weight-4 { font-size: clamp(18px, 1.8vw, 23px); font-weight: 700; }
.typo-cloud .weight-5 { font-size: clamp(20px, 2vw, 26px); font-weight: 800; }

/* ランダム斜め配置を強調（角度少し大きめ） */
.typo-cloud .typo-cloud__link:nth-child(3n) { transform: rotate(-4deg); }
.typo-cloud .typo-cloud__link:nth-child(4n) { transform: rotate(3deg); }
.typo-cloud .typo-cloud__link:nth-child(5n) { transform: rotate(-2.5deg); }
.typo-cloud .typo-cloud__link:nth-child(7n) { transform: rotate(4.5deg); }

/* ホバー時：水平に戻して強調 */
.typo-cloud .typo-cloud__link:hover {
  color: #3f51b5;
  transform: scale(1.1) rotate(0deg);
}

/* HOME お客様の声セクション全体の下余白を縮める */
.page-id-10 .home-testimonials {
  margin-bottom: 15px !important; /* デフォルト40px → 15px */
}

/* ★評価の見た目調整 */
.star-rating {
  color: #FFD700;      /* ゴールド */
  font-size: 14px;     /* 文字サイズ調整 */
  line-height: 1.2;    /* 行間を少し詰める */
  margin: 4px 0;       /* 上下の余白 */
  text-align: left;    /* デフォルトは左寄せ */
}

/* HOMEページ（id=10）は中央寄せに */
.page-id-10 .star-rating {
  text-align: center;
}

/* ==============================
お客様の声・星マーク表示（見た目用）
============================== */

/* VOICEページ（id=332） */
.page-id-332 .wpmtst-testimonial-heading::after {
  content: "★★★★★";
  display: block;
  font-size: 14px;
  color: gold;
  margin-top: 3px;
  text-align: left;
}

/* HOMEページ（id=10） */
.page-id-10 .wpmtst-testimonial-heading::after {
  content: "★★★★★";
  display: block;
  font-size: 14px;
  color: gold;
  margin-top: 4px;
  text-align: center;
}

/* BLOGページ（id=142 に紐づいたテスト用） */
.page-id-142 .wpmtst-testimonial-heading::after {
  content: "★★★★★";
  display: block;
  font-size: 14px;
  color: gold;
  margin-top: 3px;
}


/* --- 横並びオススメ記事カード --- */
.recommend-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 30px 0;
}

.recommend-card {
  flex: 1 1 280px; /* 幅が可変でスマホでも縦並び */
  max-width: 320px;
  border: 2px solid #3f51b5; /* かくれ家ブルー */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  background: #fff;
}

.recommend-card:hover {
  transform: translateY(-5px);
}

.recommend-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

.recommend-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.recommend-content {
  padding: 12px 16px;
}

.recommend-title {
  font-size: 1rem;
  margin: 0 0 6px;
  color: #3f51b5;
}

.recommend-desc {
  font-size: 0.85rem;
  color: #555;
  margin: 0;
}

.recommend-card {
  background: #fff;
  color: #333;
  border-radius: 8px;
  overflow: hidden;
  margin: 15px 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.recommend-card h4,
.recommend-card p {
  color: #333;
  margin: 8px 12px;
}

.recommend-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

/* ブログサーチボックス */
.blog-search-box .c-searchForm {
  display: inline-flex;        /* ボタンと横並び */
  width: auto !important;      /* 全幅指定を解除 */
}

.blog-search-box .c-searchForm__s {
  width: 200px !important;     /* 横幅をコンパクトに */
  max-width: 200px !important;
  padding: 6px;
  border: 2px solid #3f51b5;   /* かくれ家ブルー */
  border-radius: 4px 0 0 4px;
  font-size: 14px;
}

.blog-search-box .c-searchForm__submit {
  width: auto !important;
  padding: 6px 14px;
  background: #3f51b5;
  color: #fff;
  border: none;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  font-size: 14px;
}

.blog-search-box {
  text-align: right;   /* ← これで右寄せ */
  margin: 10px 0 20px 0;
}

.blog-search-box .c-searchForm {
  display: inline-flex;
  width: auto !important;
}



/* タグクラウド用 */
/* 症状系タグ（青系） */
a.symptom-tag {
  background: #3f51b5 !important;  /* かくれ家ブルー */
  color: #fff !important;
  border-radius: 6px !important;
  padding: 3px 8px !important;
  display: inline-block !important;
  margin: 3px !important;
  text-decoration: none !important;
}

/* 遊び系タグ（ピンク系） */
a.fun-tag {
  background: #f48fb1 !important;  /* 明るめピンク */
  color: #fff !important;
  border-radius: 6px !important;
  padding: 3px 8px !important;
  display: inline-block !important;
  margin: 3px !important;
  text-decoration: none !important;
}

/* 薔薇タグ（やさしいクリームイエロー） */
a.rose-tag {
  background: #fff5cc !important;  /* 薄い黄色（花びらのようなトーン） */
  color: #333 !important;
  border-radius: 6px !important;
  padding: 3px 8px !important;
  display: inline-block !important;
  margin: 3px !important;
  text-decoration: none !important;
  border: 1px solid #f0d98a !important; /* ほんのり縁取り */
}

/* hover時 */
a.symptom-tag:hover {
  background: #303f9f !important;
}
a.fun-tag:hover {
  background: #ec407a !important;
}
a.rose-tag:hover {
  background: #ffe799 !important;
}

/* HOMEページ お客様の声カード：スマホ幅で広げる */
@media (max-width: 768px) {
  .page-id-10 .wpmtst-testimonial {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto 20px auto !important;
    padding: 120px 16px 30px !important; /* 画像位置を崩さないよう余白を少し調整 */
    box-sizing: border-box !important;
  }
  .page-id-10 .wpmtst-testimonial-content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 12px !important;
  }
}

/* スクエア予約googleからもインスタからも */
.square-link-notice {
  background: #f4f6ff;
  padding: 40px 20px;
  border-radius: 16px;
  text-align: center;
  margin-top: 40px;
  box-shadow: 0 4px 10px rgba(63,81,181,0.1);
}
.square-link-notice .notice-title {
  color: #3f51b5; /* かくれ家ブルー */
  font-weight: bold;
  margin-bottom: 15px;
}
.square-link-notice .notice-text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 25px;
}
.square-link-notice .sns-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.sns-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 12px;
  padding: 15px 25px;
  width: 160px;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.sns-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}
.sns-card img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.google-card span {
  color: #4285F4;
  font-weight: bold;
}
.insta-card span {
  background: linear-gradient(45deg,#f58529,#dd2a7b,#8134af,#515bd4);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bold;
}


/* スクエア予約モック*/
/* ====== SNS予約セクション全体 ====== */
.sns-reserve-section {
  text-align: center;
  padding: 40px 20px;
  background: #f4f6ff;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(63,81,181,0.1);
  margin: 40px auto;
}
.sns-reserve-title {
  color: #3f51b5;
  font-weight: bold;
  margin-bottom: 25px;
}

/* ====== カード配置（横並び→スマホ縦） ====== */
.sns-reserve-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}

/* ====== 各SNSカード ====== */
.sns-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 20px;
  width: 340px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.sns-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}

/* ====== Instagramカード内部 ====== */
.insta-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}
.insta-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ddd;
}
.insta-info {
  text-align: left;
}
.insta-name {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}
.insta-sub {
  font-size: 13px;
  color: #666;
}
.insta-buttons {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  margin-bottom: 12px;
}
.insta-btn {
  flex: 1;
  padding: 8px;
  border: none;
  border-radius: 6px;
  background: #efefef;
  font-size: 13px;
}
.insta-btn.reserve {
  background: #3f51b5;
  color: #fff;
  font-weight: bold;
}

/* ====== Googleカード内部 ====== */
.google-header {
  text-align: center;
  margin-bottom: 15px;
}
.google-logo {
  width: 80px;
  margin-bottom: 6px;
}
.google-name {
  font-weight: bold;
  margin: 0;
}
.google-sub {
  font-size: 13px;
  color: #666;
  margin: 4px 0 10px;
}
.google-buttons {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  margin-bottom: 12px;
}
.google-btn {
  flex: 1;
  padding: 8px;
  border: none;
  border-radius: 6px;
  background: #efefef;
  font-size: 13px;
}
.google-btn.reserve {
  background: #4285F4;
  color: #fff;
  font-weight: bold;
}

/* ====== 共通テキスト ====== */
.sns-caption {
  font-size: 13px;
  color: #333;
  line-height: 1.6;
}
.highlight {
  color: #3f51b5;
  font-weight: bold;
}

/* ====== スマホ対応（縦並び） ====== */
@media (max-width: 767px) {
  .sns-reserve-container {
    flex-direction: column;
    align-items: center;
  }
  .sns-card {
    width: 90%;
    max-width: 400px;
  }
}

/* ===============================
🐾 SNSカード＋ふくちゃん 微調整版（2025年10月最新版）
================================ */

/* 📌 コンテナ */
.sns-reserve-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 0 12%;
  padding-bottom: 120px;
}

/* 🐶 ふくちゃん中央（少し小さめ＋下端揃え） */
.fuku-card {
  position: absolute;
  bottom: 85px; /* ← 下端をカードと揃える */
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
  border: none;
  box-shadow: none;
  width: auto !important;
  height: auto !important;
  pointer-events: none;
  z-index: 5;
}

.fuku-img {
  width: 180px !important;  /* ← 210 → 180px に小型化 */
  max-width: none !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}

/* 🎨 左右カードを外へ＆高さを揃える */
.insta-card,
.google-card {
  width: 300px;
  min-height: 340px; /* ← 高さを統一！（Googleに合わせる） */
  background: #fff;
  border: 2px solid #b2771f;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  box-sizing: border-box;
}

.insta-card {
  margin-left: -70px; /* ← 左へ広げる */
}

.google-card {
  margin-right: -70px; /* ← 右へ広げる */
  margin-top: -10px;   /* ← 見た目上の上端ライン合わせ */
}

/* 📱 スマホ表示（縦並び） */
@media (max-width: 767px) {
  .sns-reserve-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 20px;
    padding-bottom: 0;
  }

  .insta-card,
  .google-card {
    margin: 0 auto;
    min-height: auto; /* ← スマホでは高さ自動調整 */
    width: 90%;
    max-width: 340px;
  }

  .insta-card { order: 1; }
  .google-card { order: 2; }

  .fuku-card {
    order: 3;
    position: static;
    transform: none;
    margin-top: 10px;
  }

  .fuku-img {
    width: 150px; /* ← スマホではさらに小さめ */
  }
}
/* =========================================
   タグクラウド×地図 重なり解消＋追従維持
   2025/10/18 ゆき最終確定版（250px調整）
========================================= */

/* 地図エリアを最前面に */
.w-beforeFooter,
.w-beforeFooter iframe {
  position: relative !important;
  z-index: 10 !important;
}

/* PC時のみ：追従ON＋地図手前でストップ */
@media (min-width: 769px) {
  .w-fixSide {
    position: sticky !important;
    top: 100px !important;
    z-index: 1 !important;
  }

  /* フッター直前で自然に止まる */
  body .l-sidebar {
    margin-bottom: 250px !important;
  }
}

/* スマホは通常動作 */
@media (max-width: 768px) {
  .w-fixSide {
    position: static !important;
    z-index: auto !important;
  }
}

/* ==========================================
   SWELLの©マークを完全に削除（最終手段）
   2025/10/19 ゆき最終保証版
========================================== */
.footer .copyright,
.l-footer__copy,
.footer__copyright,
.c-copyright,
p.copyright,
span[lang="en"]:only-child {
  display: none !important;   /* DOMごと非表示 */
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ==========================================================
   プライバシーポリシー（id:1449）
   白背景＋影カード（PC）／スマホではフラット表示
   2025/10/19 ゆき最終安定版
========================================================== */

/* --- PC用（769px以上） --- */
@media (min-width: 769px) {
  .page-id-1449 .l-mainContent__inner {
    background: #fff !important;
    border-radius: 18px !important;
    padding: 2.5em 2.8em !important;
    margin: 40px auto 50px !important;
    box-shadow:
      0 10px 25px rgba(0, 0, 0, 0.25),
      0 6px 10px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  /* hover時の浮遊感 */
  .page-id-1449 .l-mainContent__inner:hover {
    transform: translateY(-4px);
    box-shadow:
      0 14px 28px rgba(0, 0, 0, 0.3),
      0 10px 12px rgba(0, 0, 0, 0.18);
  }
}

/* --- スマホ用（768px以下） --- */
@media (max-width: 768px) {
  .page-id-1449 .l-mainContent__inner {
    background: none !important; /* 背景を消す */
    box-shadow: none !important; /* 影を消す */
    border-radius: 0 !important; /* 角丸も解除 */
    padding: 0 !important;
    margin: 0 !important;
    transform: none !important;
  }
}


/* ==========================================================
   アクセスページ（id:671）
   タイトルを含む全体囲い＋ふんわり空色背景（PCのみ）
   2025/10/19 ゆき最終安定版
========================================================== */

/* --- PC用（769px以上） --- */
@media (min-width: 769px) {
  .page-id-671 {
    background: #f4f9ff; /* ふんわり空のような淡いブルー */
  }

  .page-id-671 .l-mainContent__inner {
    background: #fff !important;
    border-radius: 18px !important;
    padding: 2.5em 2.8em !important;
    margin: 40px auto 50px !important;
    box-shadow:
      0 10px 25px rgba(0, 0, 0, 0.25),
      0 6px 10px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  /* hover時の浮遊感 */
  .page-id-671 .l-mainContent__inner:hover {
    transform: translateY(-4px);
    box-shadow:
      0 14px 28px rgba(0, 0, 0, 0.3),
      0 10px 12px rgba(0, 0, 0, 0.18);
  }
}

/* --- スマホ用（768px以下） --- */
@media (max-width: 768px) {
  .page-id-671 {
    background: none !important; /* 背景を消す */
  }

  .page-id-671 .l-mainContent__inner {
    background: none !important; /* 枠を消す */
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    transform: none !important;
  }
}


/* ==========================================================
   用語解説ページ（id:1239）
   タイトル＋本文を含む白背景＋影カード
   スモーキーブルー背景（PCのみ）
   2025/10/19 ゆき最終安定版
========================================================== */

/* --- PC用（769px以上） --- */
@media (min-width: 769px) {
  .page-id-1239 {
    background: #f3f7fa; /* ごく淡いスモーキーブルー */
  }

  .page-id-1239 .l-mainContent__inner {
    background: #fff !important;
    border-radius: 18px !important;
    padding: 2.5em 2.8em !important;
    margin: 40px auto 50px !important;
    box-shadow:
      0 10px 25px rgba(0, 0, 0, 0.25),
      0 6px 10px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  /* hover時の浮遊感 */
  .page-id-1239 .l-mainContent__inner:hover {
    transform: translateY(-4px);
    box-shadow:
      0 14px 28px rgba(0, 0, 0, 0.3),
      0 10px 12px rgba(0, 0, 0, 0.18);
  }
}

/* --- スマホ用（768px以下） --- */
@media (max-width: 768px) {
  .page-id-1239 {
    background: none !important; /* 背景を消す */
  }

  .page-id-1239 .l-mainContent__inner {
    background: none !important; /* 枠を消す */
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    transform: none !important;
  }
}



/* ==========================================================
   用語解説詳細ページ（id:1236）
   タイトル＋本文を含む白背景＋影カード
   スモーキーブルー背景（PCのみ）
   2025/10/19 ゆき最終安定版
========================================================== */

/* --- PC用（769px以上） --- */
@media (min-width: 769px) {
  .page-id-1236 {
    background: #f3f7fa; /* ごく淡いスモーキーブルー */
  }

  .page-id-1236 .l-mainContent__inner {
    background: #fff !important;
    border-radius: 18px !important;
    padding: 2.5em 2.8em !important;
    margin: 40px auto 50px !important;
    box-shadow:
      0 10px 25px rgba(0, 0, 0, 0.25),
      0 6px 10px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  /* hover時の浮遊感 */
  .page-id-1236 .l-mainContent__inner:hover {
    transform: translateY(-4px);
    box-shadow:
      0 14px 28px rgba(0, 0, 0, 0.3),
      0 10px 12px rgba(0, 0, 0, 0.18);
  }
}

/* --- スマホ用（768px以下） --- */
@media (max-width: 768px) {
  .page-id-1236 {
    background: none !important; /* 背景を消す */
  }

  .page-id-1236 .l-mainContent__inner {
    background: none !important; /* 枠を消す */
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    transform: none !important;
  }
}


/* ==========================================================
   VOICEページ（id:332）専用：タイトルを含む囲い枠＋影＋背景
   2025/10/19 ゆき最終安定版
========================================================== */

/* --- PC（769px以上）用 --- */
@media (min-width: 769px) {
  .page-id-332 {
    background: #fff8f8; /* やさしいピンクベージュ（外側） */
  }

  .page-id-332 .l-mainContent__inner {
    background: #fff !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15) !important;
    padding: 40px 32px !important;
    margin: 40px auto !important;
    max-width: 960px !important;
  }

  .page-id-332 .c-pageTitle {
    margin-bottom: 24px !important;
  }

  .page-id-332 .c-pageTitle__inner {
    text-align: center;
  }
}

/* --- スマホ（768px以下）用 --- */
@media (max-width: 768px) {
  .page-id-332 {
    background: none !important; /* 背景色を削除 */
  }

  .page-id-332 .l-mainContent__inner {
    background: none !important; /* 枠を削除 */
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}

/* ==========================================================
   🌿 KAKUREGA CHILD THEME 固定安定CSS統合版
   （2025/10/19 ゆき最適整理版）
========================================================== */

/* ==========================================================
  [1] PC／スマホ表示制御
========================================================== */
@media (min-width: 769px) {
  body .sp-only {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
  }
}
@media (max-width: 768px) {
  body .pc-only {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
  }
  .profile-btn {
    display: block !important;
    margin: 16px auto 0 !important;
    text-align: center !important;
    max-width: 280px !important;
    background: #3f51b5 !important;
    color: #fff !important;
    border-radius: 8px !important;
    padding: 12px 20px !important;
    font-weight: bold !important;
    text-decoration: none !important;
  }
}

/* ==========================================================
  [2] HOME上部・スライダー調整／アクセス整形
========================================================== */
@media (max-width: 768px) {
  .page-id-10 .c-pageTitle,
  .page-id-10 .l-content,
  .page-id-10 .l-main,
  .page-id-10 .l-mainContent,
  .page-id-10 .l-mainContent__inner,
  .page-id-10 .post_content,
  .page-id-10 .wp-block-cover:first-of-type {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
.p-mainVisual__textLayer {
  margin-top: 150px !important;
}
.access-info {
  line-height: 1.8;
}
.access-info .label {
  display: inline-block;
  width: 6em;
  text-align: justify;
  text-align-last: justify;
  font-weight: bold;
}

/* ==========================================================
  [3] プロフィールボックス（回転＋影付き）
========================================================== */
.p-profileBox__icon {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  perspective: 1000px;
  cursor: pointer;
  overflow: visible;
  border-radius: 50%;
  z-index: 5;
}
.p-profileBox__icon img { display: none !important; }
.p-profileBox__icon .face,
.p-profileBox__icon .logo {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: transform 0.8s ease, opacity 0.8s ease, box-shadow 0.8s ease;
  border: 3px solid #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}
.p-profileBox__icon .face {
  background-image: url("https://kakuregasan.com/wp-content/uploads/2025/10/プロフィール-225x225.jpg");
  transform: rotateY(0deg);
  z-index: 2;
}
.p-profileBox__icon .logo {
  background-image: url("https://kakuregasan.com/wp-content/uploads/2025/10/rogo.png");
  transform: rotateY(180deg);
  z-index: 1;
}
.p-profileBox__icon.is-hovered .face,
.p-profileBox__icon.is-tapped .face {
  transform: rotateY(180deg);
  opacity: 0;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.p-profileBox__icon.is-hovered .logo,
.p-profileBox__icon.is-tapped .logo {
  transform: rotateY(360deg);
  opacity: 1;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .p-profileBox__icon,
  .p-profileBox__icon .face,
  .p-profileBox__icon .logo {
    width: 100px;
    height: 100px;
  }
}

/* ==========================================================
  [4] プロフィールボックス本体：影＋角丸
========================================================== */
.p-profileBox {
  background: #fff;
  border-radius: 18px;
  padding: 22px 18px;
  margin: 24px auto;
  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.25),
    0 6px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (hover: hover) {
  .p-profileBox:hover {
    transform: translateY(-4px);
    box-shadow:
      0 14px 28px rgba(0, 0, 0, 0.3),
      0 10px 12px rgba(0, 0, 0, 0.18);
  }
}

/* ==========================================================
  [5] ウィジェット共通：カテゴリ・アーカイブ・新着・タグクラウド
========================================================== */
#categories-2,
#archives-2.c-widget.widget_archive.c-listMenu,
#swell_new_posts-2,
#tag_cloud-2.c-widget.widget_tag_cloud {
  background: #fff;
  border-radius: 18px;
  padding: 1.8em 1.5em;
  margin: 28px auto;
  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.25),
    0 6px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (hover: hover) {
  #categories-2:hover,
  #archives-2.c-widget.widget_archive.c-listMenu:hover,
  #swell_new_posts-2:hover,
  #tag_cloud-2.c-widget.widget_tag_cloud:hover {
    transform: translateY(-4px);
    box-shadow:
      0 14px 28px rgba(0, 0, 0, 0.3),
      0 10px 12px rgba(0, 0, 0, 0.18);
  }
}
#categories-2 .c-widget__title,
#archives-2 .c-widget__title,
#swell_new_posts-2 .c-widget__title,
#tag_cloud-2 .c-widget__title {
  background: #3f51b5;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 1.2em;
}

/* ==========================================================
  [6] タグクラウド補助：はみ出し・影補正
========================================================== */
body .w-fixSide,
body .l-sideFixed__inner,
body .p-fixWidget__wrap,
body .c-widget {
  overflow: visible !important;
}
#tag_cloud-2.c-widget.widget_tag_cloud {
  display: block !important;
  position: relative !important;
  z-index: 10 !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

/* ==========================================================
  [7] ブログ一覧・投稿ページ共通カード
========================================================== */
@media (min-width: 769px) {
  body.page-id-142 main#main_content.l-mainContent.l-article,
  body.is-blog-page main#main_content.l-mainContent.l-article,
  body.single main#main_content.l-mainContent.l-article,
  body.single-post main#main_content.l-mainContent.l-article {
    background: #fff !important;
    border-radius: 20px !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
    padding: 3em 2.5em !important;
    margin: 40px auto !important;
    max-width: 1100px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  }
  body.page-id-142 main#main_content.l-mainContent.l-article:hover,
  body.is-blog-page main#main_content.l-mainContent.l-article:hover,
  body.single main#main_content.l-mainContent.l-article:hover,
  body.single-post main#main_content.l-mainContent.l-article:hover {
    transform: translateY(-4px);
    box-shadow:
      0 14px 30px rgba(0, 0, 0, 0.25),
      0 8px 12px rgba(0, 0, 0, 0.15) !important;
  }
}

/* ==========================================================
  [8] フッター前 アクセス＋地図ボックス
========================================================== */
#before_footer_widget .l-container {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  padding: 24px 28px;
  margin: 40px auto;
  max-width: 960px;
  transition: all 0.4s ease;
}
#before_footer_widget .c-widget__title.-footer {
  color: #3f51b5;
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em;
  border-bottom: 2px solid #b2771f;
  display: inline-block;
  padding: 0 12px;
}
#before_footer_widget iframe {
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 1.5em;
}

/* ==========================================================
  [9] SWELLブログ背景・フッター・マップ前面
========================================================== */
@media (min-width: 769px) {
  body.is-blog-page,
  body.single,
  body.single-post {
    background-color: #f7f3ec !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center top !important;
  }
  header,
  .l-header {
    background: #fff !important;
    z-index: 3;
  }
  footer,
  .l-footer {
    background: #3f51b5 !important;
    color: #fff !important;
    z-index: 4;
  }
}
iframe[src*="google.com/maps"] {
  position: relative !important;
  z-index: 9999 !important;
}
.l-sidebar,
.c-sidebar,
.widget-area,
.sidebar {
  position: relative !important;
  z-index: 1 !important;
}

/* ==========================================================
   PICKUPページ（id:2135）全体：タイトル込みの白背景＋影＋余白調整
   2025/10/21 ゆき完全安定版
========================================================== */

.page-id-2135 .l-mainContent__inner {
  background: #fff;
  border-radius: 18px;
  padding: 2.8em 2.8em 3em;
  margin: 40px auto 60px;
  max-width: 960px;
  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.25),
    0 6px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* タイトル（h1）のデザイン */
.page-id-2135 .c-pageTitle {
  text-align: center;
  color: #3f51b5;
  border-bottom: 2px solid #b2771f;
  padding-bottom: 0.4em;
  margin-bottom: 1.5em;
}

/* 説明文（pickup-intro） */
.page-id-2135 .pickup-intro {
  text-align: center;
  line-height: 1.9;
  margin-bottom: 2em;
  color: #333;
}

/* お客様の声部分 */
.page-id-2135 .pickup-view {
  margin-bottom: 2.8em;
}

/* ボタン部分 */
.page-id-2135 .pickup-link {
  text-align: center;
  margin-bottom: 1.8em;
}

.page-id-2135 .pickup-btn {
  display: inline-block;
  background: #3f51b5;
  color: #fff;
  padding: 10px 28px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
}

.page-id-2135 .pickup-btn:hover {
  background: #2c3a99;
  transform: translateY(-2px);
}

/* 注意書き */
.page-id-2135 .pickup-note {
  text-align: center;
  font-size: 0.9em;
  color: #555;
  margin-top: 1em;
}

/* hover時の浮き上がり演出 */
@media (hover: hover) {
  .page-id-2135 .l-mainContent__inner:hover {
    transform: translateY(-4px);
    box-shadow:
      0 14px 28px rgba(0, 0, 0, 0.3),
      0 10px 12px rgba(0, 0, 0, 0.18);
  }
}

/* スマホ時の軽量表示 */
@media (max-width: 768px) {
  .page-id-2135 .l-mainContent__inner {
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0 1em;
    margin: 20px auto;
  }
}
/*スクロールをスムーズにする（オプション）*/
html {
  scroll-behavior: smooth;
}
