:root {
	--red: #b7282e;
	--pink: #e7609e;
	--blue: #2f74b4;
	--blue2: #446b90;
	--blue-bg: #eaf5ff;
	--beige: #faf5d2;
	--yellow: #ffff00;
	--orange: #df5f2a;
	--orange2: #fff9f7;
	--black: #454545;
	--white: #fff;
	--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;
	}
}
/* ◆◆◆ /枠外背景 ◆◆◆ */

/* ◆◆◆ 背景 ◆◆◆ */
.blue-bg {
	background: var(--blue-bg);
	margin-top: 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__orange {
	color: var(--orange);
	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%);
}
/* ◆◆◆ /マーカー ◆◆◆ */

/* ◆◆◆ 共通 ◆◆◆ */
.main-title {
	background: linear-gradient(to bottom, #9bafc3, #2f74b4);
	padding: 1.5em 1rem;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: clamp(2rem, 2vw, 2.5rem);
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	line-height: 1.5;
}

.more-btn {
	margin-inline: auto;
	width: 100%;
	max-width: 14.4375rem;
}
.more-btn:hover {
	opacity: 0.6;
	transition: 0.6s;
}
.dotto {
  background-image:
    linear-gradient(90deg,transparent 0%,transparent 50%,white 50%,white 100%),
    linear-gradient(180deg,transparent 0%,transparent 97.5%,var(--black) 100%);
  background-size: 8px 100%, 100% 2em;
  background-repeat: repeat;
  line-height: 2em;
  padding-bottom: 1em;
  margin-bottom: 0;
}
.dotto-blue {
  background-image:
    linear-gradient(90deg,transparent 0%,transparent 50%,var(--blue-bg)  50%,var(--blue-bg) 100%),    linear-gradient(180deg,transparent 0%,transparent 97.5%,var(--black) 100%);
  background-size: 8px 100%, 100% 2em;
  background-repeat: repeat;
  line-height: 2em;
  margin-bottom: 0;
}

/* ◆◆◆ /共通 ◆◆◆ */

/* ◆◆◆ ヘッダー ◆◆◆ */
.header__h1-item {
	background: var(--blue);
}
.bo-header{
	padding-top:0;
}

.bo-header__right-box {
	padding-left: 2rem;
}

.bo-header__right-box-inner {
	margin-top:1rem;
	display: flex;
	gap: 2rem;
	align-items: start;
}
.bo-header__right-box-contact {
	flex-direction: column;
	gap: 0;
}
.bo-header__right-box-contact-item {
	width: 100%;
}
.bo-header__right-box-contact-item a:hover{
	opacity: 0.6;
	transition: 0.6s;
}
.bo-header__right-box-info p {
	/*診療時間など文字数に合わせて調整*/
	font-size: 1.1rem;
}
/* ◆◆◆ /ヘッダー ◆◆◆ */

/* ◆◆◆ グロナビ ◆◆◆ */
.l-headerUnder {
	background: var(--white);
	color: var(--black);
	border-top: 2px solid var(--blue);}
.l-headerUnder .c-gnav >.menu-item > a {
	border-bottom: 2px solid transparent;
	transition: 0.6s;
	padding: 16px 20px;
}
.l-headerUnder .c-gnav > .menu-item > a:hover {
	border-bottom: 2px solid var(--blue);
}
/* ◆◆◆ /グロナビ ◆◆◆ */

/* ◆◆◆ サイドバー ◆◆◆ */
.widget_nav_menu li:after {
	left: 0.5rem;
	right: 0;
	background: var(--blue);
	clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
	transform: rotate(0deg);
	width: 0.8rem;
	height: 0.8rem;
}
.widget_nav_menu li a {
	padding-left: 1.8rem;
}

/*サイドバー　アクセス*/
.c-widget__title.-side,
.c-widget h3 {
	background: var(--blue) !important;
	color: white !important;
}

h4.side__box-name {
	color: var(--blue);
	font-size: 1.4rem;
	margin-block: 0.5em;
}

.side__box h4 {
	color: var(--black);
	font-size: 1.2rem;
	margin-bottom: 0.3em;
}

.side__box-address {
	font-size: 1rem;
}

.side__box-reserve {
	color: white;
	display: inline-block;
	background: orange;
	border-radius: 0.4rem;
	padding-inline: 1em;
	margin-block: 0.5em;
}

h4.side__box-name {
	color: var(--blue);
	font-size: 1.5rem;
	margin: 0;
}

.side__box-title {
	margin-top: 1rem;
	background: var(--blue);
	color: white !important;
	display: inline-block;
	padding: 0.2em 1em;
	max-width: 6.75rem;
	width: 100%;
	text-align: center;
	border-radius: 0.75rem;
}

.side__box-text {
	font-size: 0.75rem;
	margin-bottom: 0;
}

.side__box-p {
	font-size: 0.9rem;
	margin-top: 0.3rem;
	margin-bottom: 0;
}

.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;
}

.offer__block {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.offer__link:hover {
}
/* ◆◆◆ /オファー ◆◆◆ */

/* ◆◆◆ 問合 ◆◆◆ */
.contact {
	margin-top: 3em;
}

.contact__btn {
	margin-bottom: 2em;
	transition-duration: 0.6s;
}

.contact__btn:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	transition-property: all;
	transition-duration: 0.6s;
}
/* ◆◆◆ /問合 ◆◆◆ */

/* ◆◆◆ お悩み ◆◆◆ */
.problem {
	background: var(--white);
	margin-top: 0 !important;
	margin-bottom: 2rem;
}

.problem.problem--bg {
	background: var(--blue-bg);
	padding-bottom: 2rem;
	margin-bottom: 0;
}

.problem__inner {
}

h2.problem__title {
	text-align: center;
}

ul.problem__items {
	padding: 0;
	margin: 0;
	margin-top: 2.5rem;
}

.problem__items li {
	position: relative;
	font-size: clamp(1.1rem, 1.8vw, 1.4rem);
	list-style: none;
	padding-left: 2.4em;
	border-bottom: 1px solid var(--blue);
}

.problem__items li:before {
	position: absolute;
	top: 5px;
	left: 0;
	content: "";
	background: url(https://kanoka.xyz/wp-content/uploads/2025/11/check.webp);
	background-size: cover;
	width: 2rem;
	height: 2rem;
}

.problem__items.problem__items--kasou {
	background: var(--white);
	padding: 1rem 1.4rem;
	box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.problem__text {
	margin-top: 2rem;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
}
/* ◆◆◆ /お悩み ◆◆◆ */

/* ◆◆◆ 喜びの声 ◆◆◆ */
.voice {
}

.voice__inner {
}

h2.voice__title {
	text-align: center;
}

ul.voice__items {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 3.125rem;
}

li.voice__item {
	background: var(--beige);
	padding: 2.5rem;
	margin-bottom: 2rem;
	display: flex;
	gap: 2rem;
}

figure.voice__item-img {
	margin: 0;
	flex-shrink:1;
	width:100%;	
max-width:140px;
}
figure.voice__item-img figcaption {
	background: var(--orange);
	color: var(--white);
	font-size: 1.2rem;
	width: 100%;
	max-width: 9.6875rem;
	margin-inline: auto;
	border-radius: 1.125rem;
}

li.voice__item h3.voice__item-title {
	margin: 0 !important;
	color: var(--orange) !important;
	font-size: 1.5rem !important;
	border-bottom: 3px solid var(--orange) !important;
	padding-bottom:1rem;
}

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

/* ◆◆◆ 当院は ◆◆◆ */
.about {
}

.about__title {
}

.main-title {
}

.about__inner {
	background: var(--blue-bg);
	padding-bottom: 3rem;
}

.inner {
}
.about__img{
	padding-top: 2rem;
}

.about__img img{
	display: block;
}

.about__text {
	margin-top: 2rem;
	background-color: var(--white);
	line-height: 2.5em;
	text-align: justify;
	padding: 1rem;
	box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
	font-size: 1.1rem;
}

.about__text p {
	margin: 0;
	margin-bottom: 0;
	padding: 0;
}

.about__voice {
}

.about__voice-items {
	margin-top: 2rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.5rem;
}

figure.about__voice-item {
	margin: 0;
	margin-bottom: 0;
	padding: 0.3rem;
	background: var(--white);
	height: inherit;
	box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
}

figure.about__voice-item img {
	display: block;
	aspect-ratio:233/161;
	object-fit:cover;
	width:100%;
}

.about__voice-title {
	margin-bottom: 0;
	text-align: center;
	position: relative;
}
.about__voice-title::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -1.5rem;
	left: 2rem;
	background: url(https://kanoka.xyz/wp-content/uploads/2025/12/kirakira.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 5rem;
	height: 5rem;
}

.about__voice-title::after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -1rem;
	right: 2rem;
	background: url(https://kanoka.xyz/wp-content/uploads/2025/12/kirakira.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 5rem;
	height: 5rem;
}

.about__voice-offer {
}

.interview {
	text-align: center;
}

/* ◆◆◆ 当院は ◆◆◆ */

/* ◆◆◆ 推奨 ◆◆◆ */
.suisin {
	margin-top: 0;
	background: var(--blue-bg);
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.suisin__inner {
	margin-top: 3rem;
	padding-bottom: 2rem;
	position: relative;
}

.suisin__title {
	text-align: center;
	background: var(--blue2);
	color: var(--white);
	padding: 1.2rem 1em;
	margin-top: 0;
	font-size: 1.5rem;
}

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

.suisin__block {
	margin-top: 0;
}

figure.suisin__img {
	width: 40%;
	float: left;
	margin: 0;
	padding-right: 2rem;
	position: relative;
}

figure.suisin__img figcaption {
	position: absolute;
	bottom: 1.5rem;
	left: -3rem;
	background: rgba(223, 95, 42, 0.8);
	color: var(--white);
	padding: 0.5rem 0.3rem;
	font-size: clamp(0.4rem, 1.2vw, 0.9rem);
	box-sizing: border-box;
	text-align: left;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.suisin__text {
	text-align: justify;
}

.suisin__text p {
	margin-bottom: 0;
}
/* ◆◆◆ /推奨 ◆◆◆ */

/* ◆◆◆ 痛み ◆◆◆ */

.pain {
	margin-top: 0;
}

.pain__block {
}

.pain__inner {
}

.inner {
}

.pain__text {
	margin-top: 2.2rem;
}

.pain__text-title {
	text-align: center;
	color: var(--blue);
	margin-top: 0;
}

.pain__text-detail {
	text-align: justify;
	margin-top: 1.5rem;
	margin-bottom: 0;
	background: var(--blue-bg);
	font-size: 1.2rem;
	padding: 1rem;
	border: 3px solid var(--blue);
}

.pain__message {
	margin-top: 2.5rem;
	text-align: center;
	font-size: 1.5rem;
}

section.pain__orange {
	margin-top: 0;
	transform: translateY(-0.5rem);
}

.pain__orange-block {
	background: var(--orange2);
}

.pain__orange-block-title {
	text-align: center;
	background: var(--orange);
	color: var(--white);
	padding: 2rem 2.5rem;
	margin-top: 0;
	margin-bottom: 0;
}

.pain__orange-inner {
	padding-bottom: 2.5rem;
}

.pain__orange-content {
	text-align: center;
}

p.pain__orange-text {
	padding-top: 2rem;
	font-weight: bold;
	margin-bottom: 0;
	text-align: center;
	font-size: 1.5rem;
}
p.pain__orange-text.--big {
	font-size: 2.5rem;
}

.pain__orange-img {
	padding-top: 2rem;
}
.pain__orange-img.--small {
	width: 50%;
	margin-inline: auto;
	padding-top: 0;
}

.video {
	margin-top: 2rem;
}

/* ◆◆◆ 痛み ◆◆◆ */

/* ◆◆◆ メディア ◆◆◆ */

.media {
	margin-top: 5rem;
}

.media__block {
}

.media__fv {
	width: 80%;
	margin-inline: auto;
}

.media__item {
}

.media__title.main-title {
	margin-top: 2rem !important;
}

.media__img {
}

.media__img-flex {
	display: flex;
}

.media__text {
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 0;
}

.offer__img {
	text-align: center;
	margin-top: 4rem;
}

.line-link {
	text-align: center;
	margin-top: 2rem;
	margin-bottom: 2em;
	transition-duration: 0.6s;
}
.line-link:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	transition-property: all;
	transition-duration: 0.6s;
}

.arrow {
	transform: translateY(-0.5rem);
}

.media__card {
	padding: 0 2rem 2.25rem;
}

.media__card-price{
	width: 100%;
	padding-top: 2rem;
}
.media__card-price img{
	width: 100%;
	display: block;
}

.media__card-img {
	background: var(--white);
	padding: 0.5rem;
	box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.media__card-img img {
	display: block;
}

.media__card-content {
	background: var(--white);
	margin-bottom: 0;
	margin-top: 2.25rem;
	padding: 1rem 2rem 1rem 3rem;
	font-size: 1.3rem;
	box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.media__card-content p{
	margin-bottom: 0;
}

.video__items{
	display: flex;
	flex-direction: column;
	gap: 3rem;
}
.video__item {
	margin-top:1rem;
  position: relative;
  width: 100%;
  height: 0;
  /* アスペクト比 16:9 の場合 */
  padding-top: 56.25%; /* 9 ÷ 16 = 0.5625 */
}

.video__item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

h3.video__item-title{
	text-align:center;
	margin:0;
}
p.video__item-text{
	text-align:center;
	margin-top:1rem;
	margin-bottom:0;
}


/* ◆◆◆ /メディア ◆◆◆ */

/* ◆◆◆ TOP料金部分 ◆◆◆ */
section.price-block {
	background: var(--blue-bg);
	padding-bottom: 2rem;
	margin-top: 0;
}

.price-block__thumbnail {
	width: 100%;
}

.price-block__content {
}

.price-block__content p {
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 0;
}

.price-block__img {
	margin-top: 2rem;
}

.price-block__btn {
	margin-top: 1.2rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.price-block__btn .contact__btn {
	margin-bottom: 0;
}

.price-block__small {
	margin-bottom: 0;
	font-size: 1rem;
	display: flex;
	justify-content: center;
}

/* ◆◆◆ /TOP料金 ◆◆◆ */

/* ◆◆◆ 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: var(--blue-bg);
	margin-top: 4em;
	padding-bottom: 2rem;
}

.reason__inner {
}

ul.reason__items {
	counter-reset: reason;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 3rem;
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

li.reason__item {
	background: white;
	padding: 1.25rem 2em;
}

li.reason__item h3 {
	margin-top: 1rem;
	text-align: center;
	color: var(--blue);
}

.reason__item-number {
	text-align: center;
	color: var(--blue);
	font-size: 2rem;
	font-weight: bold;
	position: relative;
}
.reason__item-number:before {
	content: "";
	display: inline-block;
	width: 3rem;
	height: 6px;
	background: var(--blue);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

li.reason__item figure {
	margin: 2rem 0;
}

.reason__item p {
	text-align: justify;
	margin-bottom: 0;
}
/* ◆◆◆ /理由 ◆◆◆ */

/* ◆◆◆ 流れ-02 文章あり縦並び ◆◆◆ */
.flow__02 {
	background: var(--white);
	padding-bottom: 0.4em;
	margin-top: 0;
}

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

.flow__02 .flow__content {
	margin-top: 2rem;
	font-size: 1.35rem;
}

.flow__02 .flow__content span {
	font-size: 1.1rem;
}

.flow__02 ul.flow__items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
	counter-reset: flow;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 2rem;
}

.flow__02 li.flow__item {
	margin: 0;
}

.flow__02 li.flow__item h3 {
	position: relative;
	font-size: clamp(1rem, 1.5vw, 1.5rem);
	line-height: 1.5;
	margin: 0;
	margin-bottom: 1.3rem;
	padding-left: 3.5rem;
	padding-bottom: 1rem;
	color: var(--orange);
	border-bottom: 2px solid var(--orange);
}

.flow__02 li.flow__item h3:before {
	position: absolute;
	content: counter(flow, decimal-leading-zero);
	counter-increment: flow;
	color: var(--orange);
	font-size: clamp(1.35rem, 2.4vw, 2rem);
	top: -0.5rem;
	left: 0;
	font-weight: 500;
}

.flow__02 li.flow__item h3:after {
	content: "";
	display: block;
	position: absolute;
	width: 1rem;
	height: 1rem;
	background: var(--orange);
	border-radius: 50%;
	bottom: -0.5rem;
	left: 0;
}

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

.flow__02 li.flow__item p {
	font-size: 1rem;
}

.flow__img img{
	aspect-ratio:363/242;
	width:100%;
	object-fit:cover;
}
/* ◆◆◆ /流れ-02 文章あり縦並び ◆◆◆ */

/* ◆◆◆ 院内写真 ◆◆◆ */
.interior {
	margin-top: 0;
}

.interior__content {
	margin-top: 3rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
}

figure.interior__img {
	margin: 0;
	margin-bottom: 0;
	object-fit: cover;
	object-position: center;
	box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
	padding: 0.3rem;
}
.interior__img img {
	aspect-ratio: 269/179;
	width: 100%;
	display: block;
}

/* ◆◆◆ /院内写真 ◆◆◆ */

/* ◆◆◆ 院長挨拶 ◆◆◆ */
.greeting {
	background: var(--blue-bg);
	padding-bottom: 3em;
}

.greeting__inner {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.greeting__block {
	background: var(--white);
	padding: 1.5rem;
}

.greeting__img {
}

.greeting__name {
	margin-top: 1rem;
	text-align: center;
	color: var(--blue);
	font-weight: bold;
	font-size: 1.5rem;
}

.greeting__text {
	margin-top: 1rem;
	text-align: justify;
}

/* ◆◆◆ /院長挨拶 ◆◆◆ */

/* ◆◆◆ アクセス ◆◆◆ */
.access {
	margin-top: 0 !important;
	margin-block: 4em;
}

.access__img {
	margin-top: 3rem;
	margin-bottom: 0;
}

.access__box-address {
}

.access__content {
	display: flex;
	flex-direction: column;
}

.access__content-text {
	margin-top: 0.5rem;
	margin-bottom: 0;
	font-size: 1rem;
}

.access__box-name {
	margin-top: 0;
}
h2.access__title {
	text-align: center;
}

.access__box-text {
	font-size: 1.3rem;
	line-height: 1.5;
	margin-top: 1rem;
	margin-bottom: 0;
}

.access__subtitle {
	margin-top: 2rem;
	background: var(--blue);
	color: white !important;
	display: inline-block;
	padding: 0.3rem 1rem;
	max-width: 12rem;
	width: 100%;
	text-align: center;
	border-radius: 1.5625rem;
	font-weight: bold;
	font-size: 1.3rem;
	line-height: 1.2;
}

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

.access__map {
	margin-top: 2rem;
}
/* ◆◆◆ /アクセス ◆◆◆ */

  .c-gnav .sub-menu {
    background: var(--blue);
    display: grid;
	grid-template-columns: repeat(2, 1fr);
    flex-wrap: wrap;
	 width: 350px;
  }
.c-gnav .sub-menu{
	text-align: center;
}
.syojyo-contents {
	margin-top: 0;
}

.syojyo-price{
	width: 100%;
}

.syojyo-price img{
	width: 100%;
	display: block;
}

.syojyo-content__content {
}

.syojyo-content__title {
}

.syojyo-content__img {
	margin-top: 2rem;
	box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.syojyo-content__img img{
	display: block;
}

.syojyo-content__text {
	margin-top: 1.5rem;
	text-align: justify;
	margin-bottom: 0;
	font-size: 1.4rem;
}

/* ◆◆◆ フッターボタン ◆◆◆ */
.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 {
	padding: 0;
	transition: 0.6s;
}
.footer__btn2-item img{
	display: block;
	width:100%;
}

.footer__btn2-item:hover {
	transform: scale(1.05, 1.05);
}
/* ◆◆◆ /フッターボタン ◆◆◆ */

/* ◆◆◆ フッター ◆◆◆ */
.l-footer {
	background: var(--blue-bg);
}

.bo-footer {
	background: var(--blue-bg);
}

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

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

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

p.c-copyright {
	color: var(--black);
}

.bo-footer__taps {
	flex-direction: column;
}
/* ◆◆◆ /フッター ◆◆◆ */

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

.p-archive__title .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(--blue);
	font-size: clamp(1.8rem, 2.8vw, 2.3rem);
  font-weight: 600;
  padding: 0.7em 0 0 !important;
  border-bottom: solid 3px var(--blue);
}

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

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

/* ◆◆◆ 対応症状リスト ◆◆◆ */
.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;
	margin-top: 2rem;
}

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.4rem);
	text-decoration: none;
	border-radius: 0.5rem;
	background: var(--blue);
	display: block;
	padding: 0.6em;
	transition: 0.6s;
}

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

/* ◆◆◆ 執筆者情報 ◆◆◆ */
.writer {
	background-color: var(--blue-bg);
	border: 1px solid var(--blue);
}
.writer__text p {
	margin-bottom: 1rem;
}

/* ◆◆◆ /執筆者情報 ◆◆◆ */

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

/* ◆◆◆ よくある質問 ◆◆◆ */
.qa-list dt,
.qa-list dd {
	position: relative;
	font-size: clamp(1.1rem, 1.8vw, 1.4rem);
}

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

.qa-list dd {
	padding: 0 0 3rem 4rem;
	font-size: clamp(1.1rem, 1.8vw, 1.3rem);
}

.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;
	vertical-align: middle;
	text-align: center;
}

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

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

/* ◆◆◆ 投稿記事下CTA ◆◆◆ */
.bo-credit {
  margin-top: 60px;
  color: gray;
}
.bo-credit p, .bo-credit a{
	  font-size: 0.9rem;
	  color: inherit;
	  text-decoration: none;

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

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

.information {
}

.information__block {
	margin-top: 1rem;
}

.information__img {
}

.information__content {
	margin-top: 1rem;
}

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

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

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

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

	/*メニュー背景色*/
	.p-drawer {
		background: var(--blue-bg);
		padding-top: 5rem;
	}
	.c-drawerNav__a {
		color: var(--black);
	}
	.p-drawer__close {
		color: var(--black);
	}

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

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

@media (max-width: 768px) {
	.bo-header__right-box {
		display:none;
	}

	.main-title {
		padding: 1.8rem 0.rem;
		font-size: 1.4rem;
	}

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

	.price-block__content p {
		text-align: center;
		font-size: 1.1rem;
		margin-bottom: 0;
	}

	/* ◆◆◆ 院内写真 ◆◆◆ */
	.interior__content {
		margin-top: 1rem;
	}

	/* ◆◆◆ お悩み ◆◆◆ */

	.problem__items li:before {
		width: 1.4rem;
		height: 1.4rem;
		top: 0.3rem;
		left: 0.5rem;
	}
	/* ◆◆◆ /お悩み ◆◆◆ */

	/* ◆◆◆ 喜びの声 ◆◆◆ */
	.voice {
		margin-top: 3em;
	}
	li.voice__item h3.voice__item-title{
		font-size:1.2rem!important;
	}

	li.voice__item {
		padding:1.3rem;
	}
	.voice__item-block{
		flex: 1
	}
	figure.voice__item-img{
		max-width:initial;
		width:30%;
	}
	figure.voice__item-img img{
		
		text-align:center;
	}
	p.voice__item-text {
		margin-top:1rem;
	}
	/* ◆◆◆ /喜びの声 ◆◆◆ */

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

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

	/* ◆◆◆ 挨拶 ◆◆◆ */
	.greeting__name {
		font-size: 1.5rem;
		line-height: 1.4;
	}

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

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

	li.reason__item {
		padding: 1.5em 1.5em 2em;
	}
	figure.reason__img{
		margin:3rem 0;
	}
	/* ◆◆◆ /理由 ◆◆◆ */

	/* ◆◆◆ 流れ-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 {
	}
	.flow__02 li.flow__item h3{
		padding-left: 0.9rem;
		padding-bottom: 0.7rem;
		text-align: center;
	}

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

	/* ◆◆◆ 推奨 ◆◆◆ */
	.suisin__inner {
		margin-top: 1rem;
	}

	figure.suisin__img {
		width: 100%;
		float: none;
		padding-right: 0;
		margin-bottom: 1rem;
	}

	figure.suisin__img figcaption {
		position: static;
		bottom: auto;
		left: auto;
		width: 100%;
		margin-top: 0;
		font-size: 1.1rem;
		text-align: center;
		background: var(--orange);
	}
	/* ◆◆◆ /推奨 ◆◆◆ */

.media__fv {
	width: 100%;
}

.media__card-content{
	padding: 1rem;
}

	/* ◆◆◆ アクセス ◆◆◆ */
	.access {
		margin-block: 3em;
	}
	.access__box-inner {
		text-align: center;
	}
	.access__subtitle {
		padding: 0.2em 1em;
		max-width: 10rem;
		text-align: center;
		width: 100%;
	}

	.access__content-text {

	}
	.access__box-text{
		font-size: 1.25rem;
	}

	/* ◆◆◆ /アクセス ◆◆◆ */
	/* ◆◆◆ 安心してください ◆◆◆ */
	p.pain__orange-text {
		font-size: 1.2rem;
	}
	p.pain__orange-text.--big {
		font-size: 1.65rem;
	}

	/* ◆◆◆ 安心してください ◆◆◆ */

	/* ◆◆◆ フッターボタン ◆◆◆ */
	.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;
	}
	/* ◆◆◆ /パンくずリスト ◆◆◆ */
	.about__text {
	font-size: 0.9rem;
}

	.about__voice-title::before {
		content: "";
		display: inline-block;
		position: absolute;
		top: -1.5rem;
		left: 0rem;
		background: url(https://kanoka.xyz/wp-content/uploads/2025/12/kirakira.webp);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		width: 3rem;
		height: 3rem;
	}

	.about__voice-title::after {
		content: "";
		display: inline-block;
		position: absolute;
		bottom: -1rem;
		right: 0rem;
		background: url(https://kanoka.xyz/wp-content/uploads/2025/12/kirakira.webp);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		width: 3rem;
		height: 3rem;
	}

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

	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;
	}
	/* ◆◆◆ /対応症状リスト ◆◆◆ */


.syojyo-content__text {
	font-size: 1.1rem;
}

	.bo-footer__container {
		padding-block: 2rem;
	}
}

.text-right-disclaimer {
  text-align: right; /* 右寄せ */
  font-size: 13px;  /* 少し小さめに（任意） */
  color: gray;       /* 少し薄めの色に（任意） */
  margin-top: 10px;  /* 上との余白（任意） */
	margin-bottom:0;
}
@media (max-width: 768px) {
	.text-right-disclaimer {
  text-align: left; /* 右寄せ */
  font-size: 11px;  /* 少し小さめに（任意） */
}
}