:root {
	--white:#fff;
	--red: #b7282e;
	--pink: #DD7C7C;
	--pink2: #F8E5E5;
	--blue: #007bbb;
	--yellow: #FFFBA3;
	--black: #40220F;
	--gothic: 'Helvetica Neue', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, sans-serif;
	--mincho: '游明朝体', YuMincho, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
}

/* ◆◆◆ 枠外背景 ◆◆◆ */
@media (min-width: 769px) {
	.l-wrapper {
		overflow: hidden;
		background-image:url(http://xs986046.xsrv.jp/arkhe_hp/wp-content/uploads/2025/07/bk.webp);
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-size: cover;
	}
}
/* ◆◆◆ /枠外背景 ◆◆◆ */


/* ◆◆◆ フォントサイズ ◆◆◆ */
/* このサイトに合う設定に調整 */
body{
	font-family: "Zen Maru Gothic", sans-serif;
}

.l-main__body{
	background: url(https://haris-kagawa.com/wp-content/uploads/2025/09/shiro-haikei-scaled.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.c-headLogo__img{
	padding: 1.5rem 0;
}

@media (max-width: 768px) {
	.c-headLogo__img {
		padding: 0.5rem 0;
	}
}

h2 {
	font-size: clamp(1.8rem, 2.8vw, 2.3rem);
	min-height: 0;
	line-height: 1.2;
	padding: 0 0 1em;
	background: none;
	color: var(--black);
}

h3 {
	font-size: clamp(1.5rem, 2.4vw, 2rem);
	min-height: 0;
	margin-top: 3rem;
	padding: 0;
	border: none;
}

p, li, a {
	font-size: clamp(1rem, 1.6vw, 1.3rem);
}

p {
	margin-bottom: 2rem;
}
/* ◆◆◆ /フォントサイズ ◆◆◆ */


/* ◆◆◆ 文字色 ◆◆◆ */
.text__red {
	color: var(--red);
	font-weight: 600;
}

.text__blue {
	color: var(--blue);
	font-weight: 600;
}

.text__yellow {
	color: var(--yellow);
	font-weight: 600;
}
/* ◆◆◆ /文字色 ◆◆◆ */


/* ◆◆◆ マーカー ◆◆◆ */
.marker__yellow {
	font-weight:bold;
	background:linear-gradient(transparent 60%, var(--yellow) 60%);
}

.marker__pink {
	font-weight:bold;
	background:linear-gradient(transparent 60%, var(--pink) 60%);
}
/* ◆◆◆ /マーカー ◆◆◆ */


/* ◆◆◆ ヘッダー ◆◆◆ */
.header__h1-item{
	background: var(--pink);
}

.bo-header__right-box-info p { /*診療時間など文字数に合わせて調整*/
	font-size: 1.1rem;
}
/* ◆◆◆ /ヘッダー ◆◆◆ */


/* ◆◆◆ グロナビ ◆◆◆ */
.l-headerUnder {
	border-top: 3px solid var(--pink);
}
/* ◆◆◆ /グロナビ ◆◆◆ */


/* ◆◆◆ サイドバー ◆◆◆ */
/*サイドバー　アクセス*/
.c-widget__title.-side{
	background: var(--pink)!important;
	color: var(--white);
	text-align: left;
}
.sidebar-tel{
	margin-top: 1.2rem!important;
}
.sidebar-tel::hover{
	opacity: 0.6;
}
.side__box h3{
background: var(--pink)!important;
text-align: left;
color: var(--white)!important;
}

.side__box-inner p{
margin-bottom: 0!important;
font-size: 1.2rem;
}
.side__box-inner > h4 {
	margin-top: 2rem!important;
}

h4.side__box-name {
	color: brown;
	font-size: 1.5625rem!important;
	margin-top: 0!important;
}
.side__box h4 {
	color: var(--black);
	font-size: 1.2rem;
	margin-bottom: 0.3em;
}

.side__box-address {
	font-size:1.1rem;
	margin-bottom: 0.5em;
}
.side__box-map {
	margin-top: 1rem;
}

.side__box-reserve {
	color: white;
	display: inline-block;
	background: var(--pink);
	border-radius: 1rem;
	padding-inline: 0.8rem;
	font-size: 1rem!important;
}

.side__box dt, .side__box dd {
	font-size: 1.1rem;
}

.side__box dt {
	font-weight: 600;
	color: gray;
}

.side__contact__btn {
	margin-bottom: 0.2em;
	transition: 0.6s;
}

.side__contact__btn:last-of-type {
	margin-bottom: 0;
}

.side__contact__btn:hover {
	opacity: 0.6;
}
/* ◆◆◆ /サイドバー ◆◆◆ */


/* ◆◆◆ FV ◆◆◆ */
/*下層P*/
.fv figure {
	margin: 0;
}
/* ◆◆◆ /FV ◆◆◆ */


/* ◆◆◆ オファー ◆◆◆ */
.offer {
	margin-top: 3em;
}

.offer figure {
	margin: 0;
}
/* ◆◆◆ /オファー ◆◆◆ */


/* ◆◆◆ 問合 ◆◆◆ */
.contact {
	margin-top: 1rem;
}

.contact__btn-block{
	display: flex;
	justify-content: center;
}

.contact__btn {
	transition-duration: 0.6S;
}

.contact__btn:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	transition-property: all;
	transition-duration: 0.6S;
}

@media (max-width: 768px) {
	.contact {
		margin: 0.5rem;
	}
	.contact__btn-block{
		flex-direction: column;
	}
}
/* ◆◆◆ /問合 ◆◆◆ */


/* ◆◆◆ お悩み ◆◆◆ */
.problem {
	padding: 0;
	margin-top: 4em;
	position: relative;
}

.problem__top {
	background-image: url('https://haris-kagawa.com/wp-content/uploads/2025/09/nayami-haikei.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 4rem 2rem;
	position: relative;
}
.problem__diet {
	background-image: url('https://haris-kagawa.com/wp-content/uploads/2025/10/diet-haikei.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 4rem 2rem;
	position: relative;
}

/* お悩み 背景画像ブロック */
.problem__bg-block {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

h2.problem__title {
	text-align: center;
	color: var(--white);
	/* 文字をくっきり見せる強めのシャドウ */
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.45);
	line-height: 1.15;
}

.problem__title-small {
	display: inline-block;
	color: var(--white);
	font-weight: 600;
	font-size: clamp(1.45rem, 2vw, 1.8rem);
	margin: 0 0 0.3rem;
}

.problem__title-line {
	display: block;
	width: clamp(5.5rem, 20vw, 18rem);
	height: 2px;
	background: rgba(255, 255, 255, 0.8);
	margin: 0.5rem auto 1rem;
}

.problem__title-main {
	display: block;
	color: var(--white);
	font-weight: 800;
	letter-spacing: 0.05em;
	font-size: clamp(3rem, 6vw, 5rem);
	line-height: 1;
	margin-bottom: 0.4rem;
}

/* 下段「はありませんか？」用の装飾ボックス */
.problem__title-sub {
	margin-top: 1rem;
	display: inline-block;
	color: var(--white);
	font-weight: 600;
	font-size: clamp(1.3rem, 3vw, 2.2rem);
	letter-spacing: 0.08em;
	text-shadow: 0 3px 12px rgba(0, 0, 0, 0.35);
}

ul.problem__items {
	width: 80%;
	margin-inline: auto;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 1.3rem;
}

.problem__items li {
	position: relative;
	font-size: clamp(1.1rem, 1.8vw, 1.4rem);
	color: var(--white);
	padding-left: 3rem;
	line-height: 1.6;
	margin: 0;
	letter-spacing: 0.1em;
}
.problem__items li span{
	font-size: 1.2em;
}

.problem__items li:before {
	position: absolute;
	top: 0.3rem;
	left: 0;
	content: '';
	background: url(https://haris-kagawa.com/wp-content/uploads/2025/10/chack.webp);
	width: 1.8rem;
	height: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 1rem;
	background-size: contain;
}

.problem__solution {
	background: var(--white);
	padding: 3rem 2rem;
	text-align: center;
}

.problem__dots img{
	width: 6px;
}

.problem__solution-text {
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	margin: 0;
	color: var(--black);
	font-weight: normal;
}

.problem__solution-highlight {
	color: var(--pink);
	font-weight: 700;
	font-size: 1.3em;
}

.problem__consultation {
	padding: 0 2rem;
	text-align: center;
}

.problem__consultation-image {
	max-width: 600px;
	margin: 0 auto;
}

.problem__consultation-image img {
	width: 100%;
	height: auto;
	border-radius: 0.5rem;
}

.problem__strength {
	margin-top: 2rem;
	padding: 2rem 2rem 5rem;
	text-align: center;
}

.problem__strength-button {
	background: var(--pink);
	color: var(--white);
	padding: 2rem 3rem;
	border-radius: 1rem;
	display: inline-block;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease;
}

.problem__strength-button:hover {
	transform: translateY(-2px);
}

.problem__strength-text {
	font-size: clamp(1.2rem, 2vw, 1.6rem);
	font-weight: 600;
	display: block;
}

.problem__strength-sub {
	font-size: clamp(0.9rem, 1.4vw, 1.1rem);
	opacity: 0.8;
}

.problem__bg-block{
	background-image: url('https://haris-kagawa.com/wp-content/uploads/2025/10/bg-sankaku.webp');
background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (max-width: 768px) {
	.problem__diet{
		padding: 2rem 1rem;
	}
	.problem__items li{
		padding-left: 2.7rem;
	}
	.problem__items li:before{
		left: 0;
		width: 1.6rem;
  		height: 1.6rem;
		background-size: contain;
		background-repeat: no-repeat;
	}
	ul.problem__items {
		width: 100%;
	}
	.problem__top {
		background-image: url('https://haris-kagawa.com/wp-content/uploads/2025/09/nayami-haikei.webp');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		padding: 4rem 1rem;
		position: relative;
	}
	.problem__strength-button{
		padding: 1rem;
	}
}
/* ◆◆◆ /お悩み ◆◆◆ */


/* ◆◆◆ 喜びの声 ◆◆◆ */
.voice {
	margin: 0!important;
    /* 背景画像対応 */
	 background-image: url('https://haris-kagawa.com/wp-content/uploads/2025/09/shiro-haikei-scaled.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


ul.voice__items {
    list-style: none;
    padding: 0;
    margin: 0;
	 display: flex;
	 flex-direction: column;
	 gap: 1.875rem;
	 margin-top: 2.6875rem;
}

li.voice__item {
    background: transparent;
    margin-bottom: 0;
}

li.voice__item:after {
   content: "";
   display: block;
   clear: both;
}

/* Voice 01 バッジ */
/* Voiceバッジ（HTMLで出力） */
.voice__badge {
    display: inline-block;
    background: var(--pink);
    color: var(--white);
    border-radius: 1.2rem;
    font-weight: 600;
    font-size: clamp(0.9rem, 1.4vw, 1.1rem);
    padding: 0.1rem 0.8rem;
    margin: 0;
}

/* フレックスレイアウト */
.voice__content {
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
}

figure.voice__item-img {
    margin: 0;
    padding: 0;
    flex: 0 0 auto;
}

figure.voice__item-img img {
    width: 10.3125rem;
    height: 10.3125rem;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.voice__texts {
    flex: 1 1 auto;
    min-width: 0;
	 padding-bottom: 1.78125rem;
	border-bottom: 3px dotted var(--pink);
}

li.voice__item h3.voice__item-title {
	margin: 0!important;
	padding-top: 1.375rem;
	font-size: clamp(0.95rem, 1.4vw, 1.375rem);
}

p.voice__item-meta {
	font-size: clamp(0.5rem, 1.4vw, 1rem);
	margin: 0;
}

p.voice__item-text {
	line-height: 1.6;
	text-align: justify;
    margin-top: 0.8rem;
	 margin-bottom: 0;
}
/* ◆◆◆ /喜びの声 ◆◆◆ */


/* ◆◆◆ BA ◆◆◆ */
.ba {
	background: linear-gradient(to bottom, #f8f4e6, #f2f2c2);
	padding-block: 3rem;
	margin-top: 4rem;
}

.ba__inner {}

h2.ba__title {
	text-align: center;
}

ul.ba__items {
	list-style: none;
	counter-reset: ba;
	padding: 0;
	margin: 0;
}

.ba__item:before {
	content: "CASE " counter(ba, decimal-leading-zero);
	counter-increment: ba;
	color: #89c3eb;
	font-size: clamp(1.6rem, 2.4vw, 2rem);
}

li.ba__item {
	background: white;
	padding: 1.5em 1.5em 0.1em;
	margin-bottom: 2em;
}

.ba__item-img {
	display: flex;
	justify-content: space-between;
}

figure.ba__img {
	width: 49%;
	margin: 0;
}

h3.ba__item-title {
	text-align: center;
	margin: 0.3em 1em 0.2em;
}

p.ba__item-meta {
	color: gray;
	text-align: center;
	font-size: clamp(0.9rem, 1.5vw, 1.2rem);
	margin-bottom: 0.5em;
}

p.ba__item-text {
	text-align: justify;
	margin-bottom: 2em;
}
/* ◆◆◆ /BA ◆◆◆ */


/* ◆◆◆ 理由 ◆◆◆ */
.reason {
	background: linear-gradient(to bottom, #f8f4e6, #f2f2c2);
	padding-block: 3em;
	margin-top: 4em;
}
.reason__dots{
	text-align: center;
}
.reason__dots img{
	width: 6px;
}

.reason__inner {}

h2.reason__title {
	text-align: center;
}

ul.reason__items {
	counter-reset: reason;
	list-style: none;
	padding: 0;
	margin: 0;
}

li.reason__item {
	background: white;
	padding: 3em 2em 0.1em;
	margin-bottom: 2em;
}

li.reason__item h3{
	margin-top: 0;
}

li.reason__item h3:before {
	content: "理由" counter(reason, decimal-leading-zero);
	counter-increment: reason;
	color: #89c3eb;
	font-size: clamp(1.6rem, 2.4vw, 2rem);
}

li.reason__item figure {
	padding-block: 1.2em;
}

.reason__item p {
	margin-bottom: 2em;
}
/* ◆◆◆ /理由 ◆◆◆ */


/* ◆◆◆ 流れ-01 文章あり縦並び ◆◆◆ */
.flow__01 {
	background: linear-gradient(to bottom, #f8f4e6, #f2f2c2);
	padding-block: 3em;
	margin-top: 4em;
}

.flow__01 h2.flow-title {
	text-align: center;
}

.flow__01 .flow__inner {}

.flow__01 ul.flow__items {
	counter-reset: flow;
	list-style: none;
	padding: 0;
	margin: 0;
}

.flow__01 li.flow__item {
	background: white;
	padding: 2em 2em 0.5em;
	margin-bottom: 2em;
}

.flow__01 li.flow__item:last-of-type {
	margin-bottom: 0;
}

.flow__01 li.flow__item:after {
	content:'';
    display: block;
	clear: both;
}

.flow__01 li.flow__item h3 {
		margin-top: 0;
}

.flow__01 li.flow__item h3:before {
	content: "流れ" counter(flow, decimal-leading-zero);
	counter-increment: flow;
	color: #89c3eb;
	font-size: clamp(1.6rem, 2.4vw, 2rem);
}

.flow__01 li.flow__item figure {
	width: 40%;
	float: right;
	padding-left: 3em;
	margin-top: 0.4em;
}

/* ◆◆◆ /流れ-01 文章あり縦並び ◆◆◆ */


/* ◆◆◆ 流れ-02 文章あり縦並び ◆◆◆ */
.flow__02 {
	background: linear-gradient(to bottom, #f8f4e6, #f2f2c2);
	padding-top: 3em;
	padding-bottom: 0.4em;
	margin-top: 4em;
}

.flow__02 h2.flow-title {
	text-align: center;
}

.flow__02 .flow__inner {}

.flow__02 ul.flow__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	counter-reset: flow;
	list-style: none;
	padding: 0;
	margin: 0;
}

.flow__02 li.flow__item {
	width: 33.3%;
	padding-inline: 1%;
	margin-bottom: 2.6em;
}

.flow__02 li.flow__item h3 {
	position: relative;
	font-size: clamp(0.8rem,1.5vw,1.2rem);
	text-align: center;
	line-height: 1.5;
	margin: 0;
}

.flow__02 li.flow__item h3:before {
	position: absolute;
	content: counter(flow, decimal-leading-zero);
	counter-increment: flow;
	color: #89c3eb;
	font-size: clamp(1.6rem, 2.4vw, 2rem);
	top: -1.3em;
	left: 50%;
	transform: translateX(-50%);
}

.flow__02 li.flow__item figure {
	width: 100%;
	margin: 0;
}

.flow__02 li.flow__item p {}
/* ◆◆◆ /流れ-02 文章あり縦並び ◆◆◆ */


/* ◆◆◆ アクセス ◆◆◆ */
.access {
	background: linear-gradient(to bottom, #f8f4e6, #f2f2c2);
	padding-block: 3em;
	margin-block: 4em;
}

.access_inner.inner{
	padding: 0 1.5rem;
}

h2.access__title {
	text-align: center;
}

.access figure {
	margin-bottom: 3em;
}

table.access__table {}

table.access__table th {
	text-align: left;
	background: none;
}

table.access__table th, table.access__table td {
	font-size: clamp(1rem, 1.8vw, 1.4rem);
	border: solid 1px;
}

/*アクセスページだけh2を非表示*/
.page-id-124 h2.access__title {
  display: none!important;
}
/* ◆◆◆ /アクセス ◆◆◆ */


/* ◆◆◆ 共通タイトルパーツ ◆◆◆ */
.common-title {
  background: var(--pink);
  	color: var(--white);
  text-align: center;
  padding: 2rem 0;
  margin-bottom: 0;
}

.common-title h2 {
  color: var(--white);
  font-size: clamp(1.8rem, 2.8vw, 2.3rem);
  font-weight: 600;
  margin: 0;
  padding: 0;
}
/* ◆◆◆ /共通タイトルパーツ ◆◆◆ */


/* ◆◆◆ アクセスセクション ◆◆◆ */
.access-section {
  background: var(--white);
  padding: 0 0 2rem;
  margin: 0;
}

.access-content {
  display: flex;
  padding: 1.5875rem 0;
  gap: 2rem;
  align-items: flex-start;
}

.access-info {
  flex: 1;
  color: var(--black);
}

.clinic-name {
  font-size: clamp(1.7rem, 2.4vw, 2rem);
  font-weight: 600;
  color: var(--black);
  padding: 0;
  margin: 0;
}

.address, .directions {
  font-size: 1rem;
  color: var(--black);
  margin: 0;
  padding: 0;
}

.business-hours{
	margin-top: 0.5rem;
}


.hours-label {
  display: inline-block;
  background: #E97C7C;
  color: var(--white);
  padding: 0.1rem 0.5rem;
  border-radius: 1.5rem;
  font-size: 1rem;
  font-weight: 600;
}

.hours-details{
	margin-top: 0.5rem;
}

.hours-details p {
  font-size: 1rem;
  color: var(--black);
  margin: 0;
  padding: 0;
}

.access-image {
  flex: 1;
  min-height: 300px;
}

.image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 300px;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
}

.image-placeholder span {
  color: #CCCCCC;
  font-size: clamp(1rem, 1.6vw, 1.3rem);
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .access-content {
    flex-direction: column-reverse;
    gap: 1.5rem;
  }

  .access-image {
    min-height: 200px;
  }

  .image-placeholder {
    min-height: 200px;
  }
  .access-info {
	width: 100%;
	color: var(--black);
}
}
/* ◆◆◆ /アクセスセクション ◆◆◆ */


/* ◆◆◆ 施術の流れセクション ◆◆◆ */
.treatment-flow {
  background: var(--white);
  background-image: url('https://haris-kagawa.com/wp-content/uploads/2025/09/shiro-haikei-scaled.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}

.flow-steps {
  padding: 3rem 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.flow-step {
}

.flow-step:last-child {
  margin-bottom: 0;
}

.step-number {
  display: inline-block;
  color: var(--pink);
  font-size: clamp(2rem, 2vw, 2.5rem);
  font-weight: 600;
  margin: 0;
}

.step-content {
  display: flex;
  align-items: flex-start;
  gap: 1.8rem;
  width: 100%;
  background: var(--white);
  	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
	padding: 0.75rem;
	padding-right: 1.875rem;
}

.step-image {
  flex-shrink: 0;
  width: 18rem;
}

.step-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.step-title {
  color: var(--pink);
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  font-weight: 600;
  margin: 0;
  padding: 0;
  padding-top: 1.5625rem;
  border-bottom: 2px solid var(--pink);
}

.step-description {
  color: var(--black);
  font-size: clamp(1rem, 1.6vw,1.375rem);
  line-height: 1.6;
  margin: 0;
  padding: 0;
  padding-top: 1.375rem;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .flow-steps {
    padding: 2rem 0;
  }
  .step-title{
	padding-top: 0;
  }

  .flow-steps::before {
    left: 1rem;
    top: 2rem;
    bottom: 2rem;
  }
  .step-image{
	width: 100%;
  }
	.step-description{
		padding-top: 1.2rem;
	}
  .step-number {
    margin-bottom: 0.5rem;
  }

  .step-content {
    flex-direction: column;
    gap: 1rem;
	 padding: 1.5rem;
  }
}
/* ◆◆◆ /施術の流れセクション ◆◆◆ */


/* ◆◆◆ お悩み別メニューセクション ◆◆◆ */
.syojo {
  background-image: url('https://haris-kagawa.com/wp-content/uploads/2025/09/menu-haikei.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}


.syojo__lists{
	padding: 5.5rem 0;
}

.syojo__list {
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:1.5rem;
  max-width: 1200px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
/* 最終行が2件のとき、行全体を中央寄せにするため一時的に4列に */
.syojo__list:has(> li:nth-last-child(2):nth-child(3n + 1)) {
	grid-template-columns: repeat(4, 1fr);
}

.syojo__list li {
/*   display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; */
	
  margin: 0;
}

.syojo__list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: var(--black);
}

.syojo__image {
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.syojo__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.syojo__title {
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
  text-decoration: underline;
  text-decoration-color: var(--black);
  text-underline-offset: 0.3em;
  line-height: 1.4;
  margin: 0;
  padding: 0;
	text-align:center;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
	.syojo__lists{
		padding: 3rem 0;
	}
  .syojo__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* 行ごと中央寄せ */
    gap: 2.2rem 1rem;
  }

  .syojo__image {
    width: 150px;
    height: 150px;
  }
}

/* ◆◆◆ /お悩み別メニューセクション ◆◆◆ */


/* ◆◆◆ フッターボタン ◆◆◆ */
.footer__contact {
	position: fixed;
	bottom: 0.5em;
	right: 1em;
	width: 400px;
	z-index: 10;
}

/*1つの場合*/
.footer__contact-btn1 {
	transition: 0.6s;
}

.footer__contact-btn1:hover {
	transform: scale(1.05,1.05);
}

/*2つの場合*/
.footer__contact-btn2 {}

.footer__btn2-item {
	transition: 0.6s;
}

.footer__btn2-item:hover {
	transform: scale(1.05,1.05);
}

.l-header__drawerBtn{
	background: var(--pink)!important;
}

.p-drawer{
	background: var(--pink)!important;
}
/* ◆◆◆ /フッターボタン ◆◆◆ */


/* ◆◆◆ フッター ◆◆◆ */
.bo-footer {
	background: var(--pink2);
}

.bo-footer__title h2 {
	color: var(--black);
}

.bo-footer__list li a {
	color: var(--black);
}

.l-footer__foot {
	background: var(--pink2);
}

p.c-copyright {
	color: var(--black);
}
/* ◆◆◆ /フッター ◆◆◆ */


/* ◆◆◆ 下層ページ ◆◆◆ */
body.page:not(.home) .l-content__body {
	margin-top: 1em;
}

.p-archive__title p.c-pageTitle__main, p.bo-page-title {
	font-size: clamp(1.8rem, 2.8vw, 2.3rem);
	font-weight: 600;
	padding: 0.7em 0 0!important;
	border-bottom: solid 3px var(--pink);
	color: var(--black);
}

p.bo-page-title {
	margin-inline: 5%;
}

.p-archive__title p.c-pageTitle__main:first-letter, p.bo-page-title:first-letter {
	font-size: clamp(2rem, 3.4vw, 2.8rem);
	color: var(--pink);
}
/* ◆◆◆ /下層ページ ◆◆◆ */


/* ◆◆◆ 対応症状リスト ◆◆◆ */
.shojo {}

ul.shojo__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	list-style: none;
	gap: 1.5em;
	width: 100%;
	padding: 0 0 3em 0;
	margin: 0;
}

ul.shojo__list li{
	text-align: center;
	flex: 1 1 calc(33.333% - 1.5em);
	max-width: calc(33.333% - 1em);
	margin-bottom: 0;
}

ul.shojo__list li a {
	color: white;
	font-size: clamp(1rem, 2vw, 1.6rem);
	text-decoration: none;
	border-radius: 0.5rem;
	background: var(--pink);
	display: block;
	padding: 0.6em;
	transition: 0.6s;
}

ul.shojo__list li a:hover {
	opacity: 0.6;
}
/* ◆◆◆ /対応症状リスト ◆◆◆ */


/* ◆◆◆ 執筆者情報 ◆◆◆ */
.writer {
	background-color: ivory;
	border: 1px solid brown;
}
/* ◆◆◆ /執筆者情報 ◆◆◆ */


/* ◆◆◆ cf7 ◆◆◆ */
.contact__form {
	background: ivory;
	padding: 3em 5em;
	width: 100%;
}

.contact__form p {
	margin-bottom: 0!important;
}

.contact__form-item {
	margin-bottom: 2em;
}

.contact__label-required, .contact__label-any  {
	font-size: 75%;
	color: white;
	padding: 3px 6px 2px;
	border-radius: 1rem;
	margin-right: 0.5em;
}

/*必須ラベル*/
.contact__label-required {
	background: brown;
}

/*任意ラベル*/
.contact__label-any {
	background:gray;
}

.contact__consent {
	margin: 3em 0;
}

.contact__consent ul {
	line-height: 1.6;
}

.contact__consent ul li {
	font-size: clamp(0.7rem, 1.2vw, 1rem);
}

.contact__consent p {
	font-size: 94%;
}

.contact__personal-info {
	margin: 0;
	padding: 0;
	border: solid 2px #e9e9e9;
	border-radius: 0.5rem;
	padding: 1em;
	line-height: 1.3;
	overflow: auto;
	text-align: left;
	height: 10rem;
}

.wpcf7-submit {
	background: orange;
	border-radius: 0.5rem;
	padding: 1em 2em;
	margin-top: 3em;
	transition: 0.6s;
}

.wpcf7-submit:hover {
	opacity: 0.7;
	box-shadow: 2px 2px 2px gray;
}

textarea, input {
	background: white;
	width: 100%;
	box-shadow: 0 0 2px #c8c2c6;
}

span.wpcf7-list-item-label {
	font-size: clamp(0.9rem, 1.4vw, 1.2rem);
}

.contact__consent-check input {
	width: 2rem;
}
/* ◆◆◆ /cf7 ◆◆◆ */

/* ◆◆◆ ご挨拶 ◆◆◆ */
.greet__block{
	margin-top:2rem;
}
.greet__img{
	width:100%;
}
.greet__text{
	display:flex;
	flex-direction:column;
	gap:1rem;
	font-size:1.25rem;
}

/* ◆◆◆ /ご挨拶 ◆◆◆ */


/* ◆◆◆ よくある質問 ◆◆◆ */
.qa__block{
	margin-top: 1.5rem;
}

.qa-list dt, .qa-list dd {
	color: var(--black);
	position: relative;
	font-size: clamp(1.1rem, 1.8vw, 1.6rem);
}

.qa-list dt {
	margin-bottom: 1rem;
	padding: 0 0 1rem 4rem;
}

.qa-list dd {
	padding: 0 0 3rem 4rem;
}

.qa-list dt:before, .qa-list dd:before {
	position: absolute;
	font-size: clamp(1.1rem, 1.8vw, 1.6rem);
	color: white;
	top: 0;
	left: 0;
	width: 2.4rem;
	padding-block; 1em;
	vertical-align: middle;
	text-align: center;
}

.qa-list dt:before {
	content: "Q";
	background: var(--pink);
	border-radius: 0.5rem;
}

.qa-list dd:before {
	content: "A";
	border: solid 1px var(--pink);
	background-color: #ffffff;
	color: var(--pink);
	border-radius: 0.5rem;
}
/* ◆◆◆ よくある質問 ◆◆◆ */


/* ◆◆◆ 投稿記事下CTA ◆◆◆ */
.post__cta {
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}

/* ホームページ　クレジット */
.bo-credit {
    margin-top: 60px;
    color: gray;
	}
	.bo-credit p,
	.bo-credit a{
		font-size: 80%;
}

.bo-credit a {
    color: gray;
    text-decoration: none;
}

@media (max-width: 768px) {
.p-postList.-type-list .p-postList__thumb{
max-width: 100%;
  width: 100%;
}
.p-postList.-type-list .p-postList__link{
	flex-direction: column;
	gap: 1rem;
}
}
/* ◆◆◆ /投稿記事下CTA ◆◆◆ */


/* ◆◆◆ パンくず ◆◆◆ */
li.p-breadcrumb__item {
	margin-bottom: 0;
}
/* ◆◆◆ /パンくず ◆◆◆ */


/* ◆◆◆ アーカイブ ◆◆◆ */
/* ◆◆◆ /アーカイブ ◆◆◆ */








/* ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ */
/* ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ TB ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ */
/* ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ */



@media (max-width: 1024px) {
	/* ◆◆◆ ハンバーガーメニュー ◆◆◆ */
	/*ボタン背景色*/
	.l-header__drawerBtn {
		background: brown;
		border-radius: 3px;
	}


	/*ボタン３本線*/
	.c-iconBtn__icon {
		color: white;
	}

	/*メニュー背景色*/
	.p-drawer{
		background: gray;
	}

	/* ◆◆◆ ハンバーガーメニュー ◆◆◆ */
}



/* ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ */
/* ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ SP ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ */
/* ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ */

@media (max-width: 768px) {

	/* ◆◆◆ 問い合わせボタン ◆◆◆ */
	.contact__btn {
		margin-bottom: 0;
	}
	/* ◆◆◆ /問い合わせボタン ◆◆◆ */


	/* ◆◆◆ お悩み ◆◆◆ */
	.problem {
		margin-top: 3em;
	}

	ul.problem__items {
		padding: 0;
	}
	/* ◆◆◆ /お悩み ◆◆◆ */


	/* ◆◆◆ 喜びの声 ◆◆◆ */

	.voice__content {
		gap: 0.8rem;
	}

	figure.voice__item-img {
		text-align: center;
	}

	figure.voice__item-img img {
		margin: 0 auto;
		width: 6.875rem;
		height: 6.875rem;
	}

	li.voice__item h3.voice__item-title {
		padding-top: 1rem;
	}

.voice__texts{
	padding-bottom: 1.1125rem;
}
	p.voice__item-text {}
	/* ◆◆◆ /喜びの声 ◆◆◆ */


	/* ◆◆◆ BA ◆◆◆ */
	.ba {
		margin-top: 3em;
	}

	li.ba__item {
		margin-bottom: 2em;
	}
	/* ◆◆◆ /BA ◆◆◆ */


	/* ◆◆◆ 理由 ◆◆◆ */
	.reason {
		margin-top: 3em;
	}

	li.reason__item {
		padding: 2em 1.5em 0.1em;
	}
	/* ◆◆◆ /理由 ◆◆◆ */


	/* ◆◆◆ 流れ-01 文章あり縦並び ◆◆◆ */
	.flow__01 {
		margin-top: 3em;
	}

	.flow__01 li.flow__item {
		padding: 1.5em 1.5em 0.4em;
		margin-bottom: 2em;
	}

	.flow__01 li.flow__item figure {
		width: 100%;
		float: none;
		padding-left: 0;
		margin-top: 0.9em;
	}
	/* ◆◆◆ /流れ-01 文章あり縦並び ◆◆◆ */


	/* ◆◆◆ 流れ-02 文章あり縦並び ◆◆◆ */
	.flow__02 {
		margin-top: 3em;
	}

	.flow__02 li.flow__item {
		width: 50%;
		padding-inline: 2%;
		margin-bottom: 2em;
	}
	/* ◆◆◆ /流れ-02 文章あり縦並び ◆◆◆ */


	/* ◆◆◆ アクセス ◆◆◆ */
	.access {
		margin-block: 3em;
	}

	.access figure {
		margin-bottom: 2em;
	}

	table.access__table th {
		background: ivory;
	}

	table.access__table th, table.access__table td {
		text-align: center;
		display: block;
		width: 100%;
	}
	/* ◆◆◆ /アクセス ◆◆◆ */


	/* ◆◆◆ フッターボタン ◆◆◆ */
	.footer__contact {
		bottom: 0;
		right: 0;
		width: 100%;
	}

	/*1つの場合*/
	.footer__contact-btn1 {
		transition: 0.6s;
	}

	/*2つの場合*/
	.footer__contact-btn2 {
		display: flex;
		}

	.footer__btn2-item {
		width: 50%;
		margin-bottom: 0;
	}
	/* ◆◆◆ フッターボタン ◆◆◆ */

	.entry_title {
		padding-inline: 5%;
	}

	/* ◆◆◆ パンくずリスト ◆◆◆ */
	.p-breadcrumb__list {
		padding-left: 5% !important;
	}
	/* ◆◆◆ /パンくずリスト ◆◆◆ */


	/* ◆◆◆ 対応症状リスト ◆◆◆ */
	ul.shojo__list {
		gap: 1em;
	}

	ul.shojo__list li{
		text-align: center;
		flex: 1 1 calc(50% - 0.5em);
		max-width: calc(50% - 0.5em);
	}

	ul.shojo__list li a {
		padding: 0.5em;
	}
	/* ◆◆◆ /対応症状リスト ◆◆◆ */


	/* ◆◆◆ cf7 ◆◆◆ */
	.contact__form {
		padding: 2em 5%;
	}

	.contact__form-item {
		margin-bottom: 1em;
	}

	.contact__consent {
		margin: 2em 0;
	}

	.wpcf7-submit {
		margin-top: 2em;
	}

	.contact__consent-check input {
		width: 1.2em;
	}
	/* ◆◆◆ /cf7 ◆◆◆ */

}

/* ◆◆◆ 選ばれる3つの理由セクション ◆◆◆ */
.three-reasons {
  background:url(http://xs986046.xsrv.jp/arkhe_hp/wp-content/uploads/2025/09/shiro-haikei-scaled.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4rem 0;
  margin: 0;
}


.three-reasons__inner {
}

.three-reasons__header {
  text-align: center;
}

.three-reasons__main-title {
  font-size: clamp(1.8rem, 2.8vw, 2.3rem);
  font-weight: 600;
  color: var(--black);
  margin: 0 0 0.5rem 0;
  padding: 0;
}

.three-reasons__sub-title {
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  font-weight: 700;
  color: var(--black);
  margin: 0 0 1rem 0;
  padding: 0;
}
.highlight-number {
  color: var(--pink);
  font-size: 1.5em;
}

.three-reasons__decorative-line {

}

.three-reasons__items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.three-reasons__block{
	display: flex;
	align-items: flex-start;
	gap: 1.5rem;
	margin-top: 1.25rem;
}

.three-reasons__item {
  padding: 2rem;
  position: relative;
  border-radius: 0.5rem;
}

.three-reasons__item:nth-child(even) .three-reasons__block{
  flex-direction: row-reverse;
}
.three-reasons__item:nth-child(even) .three-reasons__block .three-reasons__content{
  text-align: right;
}
.three-reasons__item:nth-child(even) .three-reasons__number,
.three-reasons__number::after{
  text-align: right;

}
.three-reasons__item:nth-child(even) .three-reasons__number::after{
  text-align: right;
margin-left: auto;
}


.three-reasons__number {
  font-size: clamp(3rem, 4vw, 4rem);
  font-weight: 700;
  color: var(--pink);
  margin: 0;
  line-height: 1;
}

.three-reasons__number::after {
	content: '';
	display: block;
	height: 3px;
	width: 48px;
  background: var(--pink);
}

.three-reasons__image {
  width: 200px;
  height: 200px;
  flex-shrink: 0;
}

.three-reasons__content {
  flex: 1;
  position: relative;
  z-index: 2;
}

.three-reasons__title {
  font-size: clamp(1.2rem, 1.8vw, 1.5rem);
  font-weight: 600;
  color: var(--pink);
  margin: 0 0 1rem 0;
  padding: 0;
  text-align: left;
}

.three-reasons__description {
  color: var(--black);
  font-size: clamp(1rem, 1.6vw, 1.3rem);
  line-height: 1.6;
  margin: 0;
  padding: 0;
  text-align: justify;
}

.three-reasons__description-line {
  display: block;
  margin-bottom: 0.5rem;
  border-bottom: 1px dashed var(--black);
  padding-bottom: 0.2rem;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .three-reasons {
    padding: 3rem 0;
  }

  .three-reasons__inner {
    padding: 0 1rem;
  }

  .three-reasons__header {
    margin-bottom: 3rem;
  }

  .three-reasons__block{
	flex-direction: column;
  }
  .three-reasons__item:nth-child(even) .three-reasons__block{
  flex-direction: column;
}
  .three-reasons__item:nth-child(even) .three-reasons__block .three-reasons__content{
  text-align: center;
}
  .three-reasons__item {
    text-align: center;
    padding: 0;
  }
  h4.three-reasons__title{
	text-align: center;
	margin: 0;
  }

.three-reasons__content{
	width: 100%;
	padding-top: 0;
}
.three-reasons__number{
}
.three-reasons__description{
	padding-top: 1.2rem;
}
.three-reasons__item:nth-child(even) .three-reasons__content {
	text-align: center;
}
.three-reasons__item:nth-child(even) .three-reasons__number,
.three-reasons__number::after{
	text-align: center;
	margin-inline: auto;
}


  .three-reasons__image {
    width: 100%;
    height: inherit;
    margin: 0 auto;
  }

  .three-reasons__number {
    font-size: clamp(2.5rem, 3.5vw, 3.5rem);
  }
}
/* ◆◆◆ /選ばれる3つの理由セクション ◆◆◆ */


/* ◆◆◆ 解決策セクション ◆◆◆ */
.solution-section {
  background-image: url('https://haris-kagawa.com/wp-content/uploads/2025/09/shiro-haikei-scaled.webp');
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  padding: 4rem 0;
  margin: 0;
}


.solution-section__inner {
}

.solution-section__block{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 2rem;
}

.solution-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}


.solution-badge {
  background: var(--pink);
  color: var(--white);
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  font-weight: 600;
  display: inline-block;
}

.solution-title {
  color: var(--pink);
  font-size: clamp(1.6rem, 2.2vw, 2.4rem);
  font-weight: 600;
  margin: 0.5rem 0 0;
  padding: 0;
  line-height: 1.3;
}

.solution-description {
  color: #666666;
  font-size: clamp(1rem, 1.6vw, 1.3rem);
  line-height: 1.6;
  margin: 1.2rem 0 0;
  padding: 0;
  text-align: justify;
}

.solution-image {
	margin-top: 1rem;
  width: 100%;
}

.solution-image img {
  width: 100%;
  height: auto;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .solution-section {
    padding: 3rem 0;
  }

  .solution-section__inner {
    padding: 0 1rem;
  }


  .solution-badge {
    font-size: clamp(0.9rem, 1.4vw, 1.1rem);
    padding: 0.4rem 1.2rem;
    margin-bottom: 1rem;
  }

  .solution-title {
    font-size: clamp(1.3rem, 2vw, 1.8rem);
    margin-bottom: 1rem;
  }

  .solution-description {
    font-size: clamp(0.9rem, 1.4vw, 1.2rem);
    margin-bottom: 1.5rem;
  }
}
/* ◆◆◆ /解決策セクション ◆◆◆ */


/* ◆◆◆ ターゲットオーディエンスセクション ◆◆◆ */
.target-audience {
  padding: 0 0 4rem;
  margin: 0;
}

.target-audience__content {
  display: flex;
   flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.target-audience__image {
  flex: 0 0 45%;
}

.target-audience__image img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

.target-audience__text {
  flex: 1;
  margin-inline: auto;
}

.target-audience__title {
  font-size: clamp(1.8rem, 2.8vw, 2.3rem);
  font-weight: 600;
  color: #666666;
  margin: 0 0 2rem 0;
  padding: 0;
  line-height: 1.3;
}

.target-audience__items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.target-audience__items li {
  position: relative;
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  color: #666666;
  padding: 1rem 1rem 1rem 3.2rem;
  line-height: 1.6;
  margin: 0;
  background: #e8e8e8;
  border-radius: 0.5rem;
  letter-spacing: 0.05em;
  width: 100%;
}

.target-audience__items li:before {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  content: '';
  background: url(https://haris-kagawa.com/wp-content/uploads/2025/10/chack.webp);
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .target-audience {
    padding: 3rem 0;
  }

  .target-audience__content {
    gap: 2rem;
    padding:1rem;
  }

  .target-audience__image {
    flex: none;
    width: 100%;
  }

  .target-audience__text {
    padding: 1.5rem;
  }

  .target-audience__items li {
    padding-left: 2.7rem;
  }

  .target-audience__items li:before {
    left: 0.8rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
/* ◆◆◆ /ターゲットオーディエンスセクション ◆◆◆ */


/* ◆◆◆ 無痛整体コースセクション ◆◆◆ */
.painless-course {
  background: var(--white);
  padding: 4rem 0;
  margin: 0;
}

.painless-course__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 2rem;
}

.painless-course__block{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 3rem;
}

.painless-course__title {
  font-size: clamp(1.8rem, 2.8vw, 2.3rem);
  font-weight: 600;
  color: var(--black);
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.5rem;
  position: relative;
  line-height: 1.3;
  text-align: left;
}

.painless-course__title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 2rem;
  background: var(--pink);
}

.painless-course__table-wrapper {
  margin-bottom: 1rem;
}

.painless-course__table {
  width: 100%;
  border-collapse: collapse;
  background: #f8f4e6;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.painless-course__table th,
.painless-course__table td {
  padding: 1.2rem 1rem;
  text-align: center;
  border: 1px solid #d4c4a8;
  font-size: clamp(1rem, 1.6vw, 1.3rem);
}

.painless-course__table th {
  background: #e8dcc0;
  font-weight: 600;
  color: var(--black);
}

.painless-course__table td {
  background: #f8f4e6;
  color: var(--black);
}

.painless-course__price {
  font-weight: 600;
  color: var(--pink);
}

.painless-course__recommendation {
  text-align: left;
}

.painless-course__recommendation p {
  position: relative;
  padding-left: 1.5rem;
  margin: 0;
  font-size: clamp(1rem, 1.6vw, 1.3rem);
  color: var(--black);
  line-height: 1.6;
}

.painless-course__recommendation p:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 8px;
  height: 8px;
  background: var(--pink);
  border-radius: 50%;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .painless-course {
    padding: 3rem 0;
  }

  .painless-course__inner {
    padding: 0 1rem;
  }

  .painless-course__table th,
  .painless-course__table td {
    padding: 0.8rem 0.5rem;
    font-size: clamp(0.9rem, 1.4vw, 1.1rem);
  }

  .painless-course__recommendation p {
    font-size: clamp(0.9rem, 1.4vw, 1.2rem);
  }
}
/* ◆◆◆ /無痛整体コースセクション ◆◆◆ */



/*  */
h2.center{
	margin-top: 3rem;
}