a.button{
   display:block;
   padding:20px;
   margin:0 auto;
   color:white;
   text-align:center;
   font-size:20px;
   font-weight: bold;
   border-radius: 0px;   
   text-decoration: none;
   width: 80%;
   border: 3px solid green;
	 background: green;
}
a.button:hover{
   color:green!important;
   background: white;
}
#sb_instagram .sbi_follow_btn {
    margin-bottom: 30px; 
}
.title-section {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  font-size: 1.5em;
  font-weight: bold;
}
.slider-container {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.slider-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 500%;
}

.slider-wrapper img {
  width: 100%;
  flex-shrink: 0;
}
@keyframes slide {
  0% {transform: translateX(0);}
  20% {transform: translateX(0);}
  25% {transform: translateX(-100%);}
  45% {transform: translateX(-100%);}
  50% {transform: translateX(-200%);}
  70% {transform: translateX(-200%);}
  75% {transform: translateX(-300%);}
  95% {transform: translateX(-300%);}
  100% {transform: translateX(-400%);}
}
.slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  padding: 16px 0;
}

.slider img {
  max-width: 100%;
  height: auto;
  scroll-snap-align: center;
  border-radius: 8px;
  flex-shrink: 0;
  width: 100%; /* 画面幅にフィット */
  max-width: 350px; /* 最大サイズを制限（必要に応じて調整） */
}
.btn-profile {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  padding: 0.6em 1.2em;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  color: #333;
  display: inline-block;
  transition: background-color 0.3s;
}
.btn-profile:hover {
  background-color: #ddd;
}
.trial-button {
  display: inline-block;
  background-color: #00b894;
  color: white;
  padding: 0.6em 1.2em;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
.trial-button:hover {
  background-color: #019875;
}
.uniform-btn {
  display: inline-block;
  width: 90%;
  max-width: 400px;
  text-align: center;
  margin: 10px auto;
  padding: 14px 0;
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px;
}
.green-btn {
  background-color: #00B894;
  color: white;
}
.blue-btn {
  background-color: #0984e3;
  color: white;
}
.button-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  margin-top: 1.5em;
  margin-bottom: 2em;
}

.custom-button {
  display: inline-block;
  background-color: #1abc9c;  /* グリーン系 */
  color: white;
  text-align: center;
  padding: 0.75em 1.5em;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  width: 280px; /* 幅を統一 */
  max-width: 90%; /* モバイル対応 */
  box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
  transition: background-color 0.3s;
}

.custom-button:hover {
  background-color: #17a589;
}
.center-button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

.center-button-wrapper a {
  display: inline-block;
  background-color: #00b894; /* お好みの色に調整可能 */
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  max-width: 90%;
  text-align: center;
}
.honne-box {
  background: #f6f9f9;
  border-left: 6px solid #8ecae6;
  padding: 1.5em;
  margin: 2em 0;
  font-size: 1.05em;
  line-height: 1.8;
  border-radius: 8px;
}
.honne-box h3 {
  color: #023047;
  font-weight: bold;
  margin-bottom: 0.8em;
}
.qa-honne-intro {
  margin: 2em 0 1em;
  padding: 0.5em 1em;
  background: #fff4e6;
  border-left: 4px solid #f4a261;
  font-style: italic;
  font-size: 0.95em;
  color: #5e4b3c;
  border-radius: 4px;
}
.next-button-wrap {
  text-align: right;
  margin-top: 2em;
}

.next-button {
  display: inline-block;
  background-color: #2b7a78;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.next-button:hover {
  background-color: #205f5c;
}
.dual-button-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
  flex-wrap: wrap;
  gap: 1em;
}

.prev-button,
.next-button {
  display: inline-block;
  background-color: #2b7a78;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}

.prev-button:hover,
.next-button:hover {
  background-color: #205f5c;
}
.button-row {
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.button-row.right {
  text-align: right;
}

.prev-button,
.next-button {
  display: inline-block;
  background-color: #2b7a78;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}

.prev-button:hover,
.next-button:hover {
  background-color: #205f5c;
}
.prev-button, .next-button {
  display: inline-block;
  padding: 0.8em 1.2em;
  background-color: #1a7f74;
  color: white;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}

.prev-button:hover, .next-button:hover {
  background-color: #145e58;
}
.epoch-lab-box {
  background: #f5f9ff;
  border-left: 5px solid #0073e6;
  padding: 20px;
  margin: 30px 0;
  border-radius: 6px;
  font-size: 16px;
}

.epoch-button {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 18px;
  background-color: #0073e6;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.epoch-button:hover {
  background-color: #005bb5;
}
.btn-block {
  display: inline-block;
  font-size: 18px;
  width: 100%;
	max-width: 280px;
  padding: 14px 20px;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}

.btn-block:hover {
  transform: scale(1.05);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.section-bridge {
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #333;
  max-width: 700px;
  margin: 30px auto 20px;
  text-align: center;
	font-weight: 700;
}
.section-bridge-bottom {
  margin-bottom: 3.0em;
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.1); /* ← ここを調整！ */
  z-index: 1;
}
.hero-title {
  color: #008000; /* 緑文字 */
  text-shadow:
    -1px -1px 0 #ffffff,
     1px -1px 0 #ffffff,
    -1px  1px 0 #ffffff,
     1px  1px 0 #ffffff;
  font-weight: bold;
}
/* hero-text-box にはもう text-shadow をつけない！ */
.hero-text-box {
	position: relative; /* ← 必須！！ */
  z-index: 2;         /* ← 上に表示させる */
  background: rgba(255, 255, 255, 0.6);
  padding: 15px 20px;
  border-radius: 8px;
  display: inline-block;
}
.hero-subtitle {
  font-size: 1.4rem !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  color: #3366cc !important;
  text-shadow: 0.5px 0.5px 1px #ffffff99 !important;
  text-align: center !important;
}
.hero-subtext {
  font-size: 14px;
  color: #444;
  margin-top: 10px;
  line-height: 1.6;
}
.first-visit-section {
  padding: 2em 1em;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
  font-size: 1rem;
}

.first-visit-section h2 {
  font-size: 1.8rem;
  margin-bottom: 0.3em;
  color: #2e2e2e;
  text-align: center;
}

.first-visit-section .subtitle {
  text-align: center;
  color: #4a7c59;
  font-size: 1.1rem;
  font-style: italic;
  margin-bottom: 2em;
}

.first-visit-section h3 {
  margin-top: 2em;
  font-size: 1.3rem;
  color: #3a3a3a;
  border-left: 4px solid #4a7c59;
  padding-left: 0.5em;
}

.first-visit-section ul {
  list-style-type: disc;
  padding-left: 1.5em;
}

.first-visit-section li {
  margin-bottom: 0.5em;
}

.first-visit-section .closing-message {
  margin-top: 2em;
  font-style: italic;
  text-align: center;
  color: #555;
}
.flow-section {
  padding: 2em 1em;
  max-width: 800px;
  margin: 0 auto;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
.page-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #2f4f4f;
  margin-bottom: 0.5em;
}
.page-subtitle {
  text-align: center;
  font-size: 1rem;
  color: #555;
  margin-bottom: 2em;
}
.flow-intro p {
  margin-bottom: 1em;
  font-size: 1rem;
  line-height: 1.6;
}
.flow-step {
  margin-bottom: 2em;
  border-left: 4px solid #88b04b;
  padding-left: 1em;
  border-bottom: 1px solid #eee;
  padding-bottom: 1em;
}
.flow-steps h2 {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 0.5em;
}
.flow-steps p {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}
.flow-step h3 {
  font-size: 1.2rem;
  color: #88b04b; /* 樫の木カラー */
  margin-top: 0.8em;
  margin-bottom: 0.5em;
}
.flow-step {
  margin-bottom: 2em;
}
.section-title {
  text-align: center;
  font-size: 1.6em;
  color: #444;
  margin: 2em 0 1.5em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.3em;
}
.flow-step + h3 {
  margin-top: 0em; /* マイナスマージンも使えますが慎重に */
}
.qa-section {
  padding: 2em 1em;
}

.qa-item {
  margin-bottom: 1.8em;
}

.qa-item .question {
  font-weight: bold;
  color: #88b04b; /* 樫の木っぽいグリーン */
  margin-bottom: 0.3em;
}

.qa-item .answer {
  color: #333;
  margin-left: 1em;
}
.faq-illustration {
  text-align: center;
  margin-bottom: 2em;
}
.faq-illustration img {
  max-width: 300px;
  width: 90%;
  height: auto;
  opacity: 0.95;
}
.features-section {
  padding: 2em 1em;
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
}

.features-section .section-title {
  font-size: 1.8em;
  margin-bottom: 1em;
  text-align: center;
  color: #2e3d2f;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5em;
}

.features-section .intro-text {
  text-align: center;
  font-size: 1.1em;
  color: #555;
  margin-bottom: 2em;
}

.feature-block {
  margin-bottom: 2.5em;
}

.feature-block h3 {
  font-size: 1.2em;
  color: #88b04b;
  margin-bottom: 0.6em;
}

.feature-block p {
  font-size: 1em;
  line-height: 1.6;
  color: #444;
}
/* 症例紹介ページスタイル */
.case-intro,
.case-categories,
.case-description,
.case-next {
  max-width: 800px;
  margin: 0 auto 3em auto;
  padding: 0 1em;
}

.page-title {
  font-size: 1.8em;
  color: #2e3d2f;
  text-align: center;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5em;
}

.lead-text {
  text-align: center;
  font-size: 1.1em;
  color: #444;
}

.case-categories h2,
.case-next h2 {
  font-size: 1.4em;
  color: #88b04b;
  margin-bottom: 1em;
}

.case-categories ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.case-categories ul li a {
  display: block;
  background: #f0f5ed;
  color: #2e3d2f;
  padding: 0.6em 1em;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.case-categories ul li a:hover {
  background: #dbe8d2;
}

.case-description p,
.case-next p {
  font-size: 1em;
  line-height: 1.7;
  color: #555;
}
ul li a {
  font-weight: bold;
}
.page-id-6601 .catch-copy {
  background: #e0f7fa; /* やさしい薄い水色 */
}
.page-id-6601 .page-header {
  background-color: #e0f7fa !important;
}
.page-id-6601 .entry-header {
  background-color: #e0f7fa !important;
}
.page-id-6601 .entry-title-wrap {
  background-color: #e0f7fa !important;
}
/* ヒーローセクションは維持 */
.hero-section {
  padding: 35px 15px; /* これは触らない */
}

/* その他のセクションだけ余白を整える */
section:not(.hero-section) {
  padding-top: 20px !important;
  padding-bottom: 10px !important;
}
.clinic-name {
  font-size: 1.3rem;
  font-weight: bold;
  color: #555;
  margin-bottom: 10px;
}
.hero-section {
  position: relative;
  text-align: center;
  overflow: hidden;
	padding: 40px 0;
}

.hero-bg {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(75%);
}

.overlay-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.6);
  padding: 40px 30px;
  max-width: 700px;
  width: 65%;
	margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.overlay-box h1 {
  font-size: 1.8rem;
  color: #006400;
  margin-bottom: 20px;
}

.overlay-box .catch {
  font-size: 1.3rem;
  font-weight: bold;
  color: #111;
  margin-bottom: 10px;
}

.overlay-box .sub-catch {
  color: #003366;
  font-weight: bold;
  margin-bottom: 20px;
}

.overlay-box .description {
  color: #333;
  font-size: 0.95rem;
}
.hero-bg {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(100%);
}

.overlay-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.6);
  padding: 30px 20px;
  max-width: 600px;
  width: 90%;
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
}
.hero-section {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.hero-bg {
  width: 100%;
  height: auto;
  display: block;
  /* 背景を暗くしすぎないよう、明るめに */
  filter: brightness(100%);
	max-height: 600px;         /* ← 追加（PCでの見切れ防止） */
  object-fit: cover;         /* ← 画像の切り取り調整 */
}

.overlay-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.65); /* オーバーレイ背景をかなり薄く */
  padding: 20px 10px; /* 上下20px・左右10pxの余白でスッキリ */
  max-width: 480px;
  width: 90%;
  border-radius: 8px;
  box-shadow: none; /* 額縁のように見える影をOFF */
  z-index: 2;
}

.overlay-box h1 {
  font-size: 1.6rem;
  color: #006400;
  margin-bottom: 15px;
  text-shadow: 2px 2px 3px #ffffff, -2px -2px 3px #ffffff,
		0px 0px 2px #ffffff; /* 白い縁取り */
}

.overlay-box .catch {
  font-size: 1.2rem;
  font-weight: bold;
  color: #111;
  margin-bottom: 10px;
}

.overlay-box .sub-catch {
  color: #003366;
  font-weight: bold;
  margin-bottom: 15px;
}

.overlay-box .description {
  color: #333;
  font-size: 0.95rem;
  line-height: 1.6;
}
body {
  margin: 0;
  padding: 0;
}

.hero-section {
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
}
.hero-section {
  /* 既存の内容に加えて、下に余白を追加 */
  margin-bottom: 40px;
}
.comparison-table th, .comparison-table td {
  padding: 12px;
  font-size: 0.95rem;
  line-height: 1.6;
}
.comparison-table th {
  background-color: #E8F5E9;
  color: #2F7D3C;
}
.comparison-table td:first-child {
  font-weight: bold;
  background-color: #f4f4f4;
}
.hero-basketball {
  position: relative;
  text-align: center;
  color: white;
  margin-bottom: 40px;
}

.hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  padding: 30px 20px;
  border-radius: 10px;
  max-width: 90%;
}

.hero-catch {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-top: 1rem;
}

.cta-button {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 12px 24px;
  background-color: #e63946;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}
.page-id-7103 section,
.page-id-7103 .target-section,
.page-id-7103 .service-summary {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.page-id-7103 h3 {
  margin-top: 10px !important;
  margin-bottom: 8px !important;
}

.page-id-7103 p {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.page-id-7103 ul {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.page-id-7103 li {
  margin-bottom: 4px !important;
}
.hero-section {
  background-color: #F3F8F3; /* ほんのりミント系（自然・治療院に合う） */
  padding: 40px 20px;
  border-radius: 12px;
  margin-bottom: 40px;
}

.hero-section h1,
.hero-section h2 {
  margin-top: 0;
}

.hero-section img {
  max-width: 260px; /* イラストの大きさ調整 */
  width: 80%;
  display: block;
  margin: 0 auto 30px auto;
}
.hero-simple {
  background-color: #F4FBF7; /* うっすらミント系 */
  padding: 32px 20px 28px;
  border-radius: 10px;
  max-width: 900px;
  margin: 0 auto 32px;
}
/* 5100番ページ専用：セクション間の余白をそろえる */
.page-id-5100 .hero-simple,
.page-id-5100 .trouble-section,
.page-id-5100 .answer-section,
.page-id-5100 .clinic-features,
.page-id-5100 .benefit-section,
.page-id-5100 .case-section,
.page-id-5100 .comparison-section,
.page-id-5100 .firv-section,
.page-id-5100 .philosophy-section {
  margin-top: 0;
  margin-bottom: 0px;
}

/* 見出しの上に変なアキが出ないようにする */
.page-id-5100 .hero-simple h1,
.page-id-5100 .trouble-section h2,
.page-id-5100 .answer-section h2,
.page-id-5100 .clinic-features h2,
.page-id-5100 .benefit-section h2,
.page-id-5100 .case-section h2,
.page-id-5100 .comparison-section h2,
.page-id-5100 .firv-section h2,
.page-id-5100 .philosophy-section h2 {
  margin-top: 0;
}
/* 3つの強みブロック */
.strengths{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 18px 0;
}

.strength-item{
  background: #f3f8f4;
  border: 1px solid #d8e6dc;
  border-radius: 12px;
  padding: 14px 14px;
}

.strength-item h3{
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 8px;
  font-weight: 700;
  color: #1f4f33;
}

.strength-item p{
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  color: #222;
}

/* スマホでは縦並び */
@media (max-width: 768px){
  .strengths{
    grid-template-columns: 1fr;
  }
  .strength-item h3{
    font-size: 17px;
  }
  .strength-item p{
    font-size: 15px;
  }
}
.kashinoki-quickinfo {
  margin: 6px auto 22px;
  padding: 0 16px;
}

.kashinoki-quickinfo__inner {
  max-width: 980px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  padding: 18px 18px 14px;
  box-shadow: 0 8px 18px rgba(0,0,0,.06);
}

.kashinoki-quickinfo__title {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: .02em;
}

.kashinoki-quickinfo__list {
  margin: 0;
}

.kashinoki-quickinfo__row {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px dashed rgba(0,0,0,.10);
}

.kashinoki-quickinfo__row:first-child {
  border-top: none;
}

.kashinoki-quickinfo__row dt {
  font-weight: 700;
  color: rgba(0,0,0,.78);
}

.kashinoki-quickinfo__row dd {
  margin: 0;
  color: rgba(0,0,0,.86);
}

.kashinoki-quickinfo__note {
  display: inline-block;
  margin-left: 6px;
  font-size: 12px;
  color: rgba(0,0,0,.62);
}

.kashinoki-quickinfo__tel {
  font-weight: 800;
  text-decoration: none;
  color: rgba(0,0,0,.90);
  border-bottom: 1px solid rgba(0,0,0,.15);
}

.kashinoki-quickinfo__tel:hover {
  border-bottom-color: rgba(0,0,0,.35);
}

.kashinoki-quickinfo__foot {
  margin: 12px 0 0;
  font-size: 12px;
  color: rgba(0,0,0,.62);
}

@media (max-width: 520px) {
  .kashinoki-quickinfo__row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  }
@media (max-width: 520px) {
  .kashinoki-quickinfo {
    margin-top: 2px;
  }
}
.kashinoki-quickinfo {
  margin-top: -12px;
}
@media (max-width: 520px) {
  .kashinoki-quickinfo {
    margin-top: -16px;
  }
}
.kashinoki-line-template{
  margin: 10px auto 22px;
  padding: 0 16px;
}

.kashinoki-line-template__inner{
  max-width: 980px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  padding: 16px 18px 14px;
  box-shadow: 0 8px 18px rgba(0,0,0,.05);
}

.kashinoki-line-template__title{
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .02em;
}

.kashinoki-line-template__lead{
  margin: 0 0 10px;
  font-size: 13px;
  color: rgba(0,0,0,.70);
}

.kashinoki-line-template__box{
  background: #f7f8fa;
  border: 1px dashed rgba(0,0,0,.14);
  border-radius: 12px;
  padding: 12px 12px;
}

.kashinoki-line-template__box p{
  margin: 0 0 6px;
  font-size: 14px;
  color: rgba(0,0,0,.92);
}

.kashinoki-line-template__box p:last-child{
  margin-bottom: 0;
}

.kashinoki-line-template__note{
  margin: 10px 0 0;
  font-size: 12px;
  color: rgba(0,0,0,.70);
}
/* ===== 東池袋スポーツ鍼灸｜短縮LP専用 ===== */

.kashinoki-sports-lp{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
  font-size: 16.5px;
  line-height: 1.9;
  color: rgba(0,0,0,.88);
}

.kashinoki-sports-lp *{
  box-sizing: border-box;
}

/* ヒーロー */
.kashinoki-sports-lp .k-hero{
  font-size: 24px;
  font-weight: 900;
  line-height: 1.35;
  margin: 20px 0 14px;
}

/* 見出し */
.kashinoki-sports-lp h2{
  font-size: 19px;
  font-weight: 800;
  margin: 26px 0 12px;
  border-left: 5px solid #1f6f4a;
  padding-left: 10px;
}

/* カード */
.kashinoki-sports-lp .k-card{
  background: #fff;
  border-radius: 14px;
  padding: 18px;
  margin: 18px 0;
  box-shadow: 0 8px 18px rgba(0,0,0,.06);
}

.kashinoki-sports-lp .k-card--soft{
  background: #f3f7f5;
}

/* 箇条書き */
.kashinoki-sports-lp .k-list{
  padding-left: 20px;
}

.kashinoki-sports-lp .k-list li{
  margin-bottom: 8px;
}

/* ===== LINE CTA（物理的に中央） ===== */
.k-line-cta{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 28px 0;
  text-align: center;
}

.k-line-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #06C755;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  padding: 16px 28px;
  border-radius: 12px;
  text-decoration: none;
}

.k-line-btn:hover{
  opacity: .9;
}

.k-line-note{
  font-size: 14px;
  color: #444;
}

/* スマホ微調整 */
@media (max-width: 520px){
  .kashinoki-sports-lp{
    font-size: 16px;
  }
  .kashinoki-sports-lp .k-hero{
    font-size: 22px;
  }
}
