:root {
	--white: #FFFFFF;
	--red: #b7282e;
	--pink: #e7609e;
	--pink02:#FBF9F9;
	--blue: #007bbb;	
	--yellow: #ffd900;
	--beige:#F7F3E9;
	--black: #505050;
	--main: #cb6f65;
	--text:#464646;
	--gold:#B28B21;
	--offwhite:#FFFEFC;
	--gothic: 'Helvetica Neue', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, sans-serif;
	--mincho: '游明朝体', YuMincho, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
}

body{
	font-family:"Hiragino Mincho ProN",
	YuMincho,
	serif;
}

main{
	margin-top:3rem;
}

.inner {
    padding: 0px 2em;
}

.title__charm{
	margin:0 auto;
	width:188px;
}

/* ◆◆◆ 枠外背景 ◆◆◆ */
@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;
	}
}
/* ◆◆◆ /枠外背景 ◆◆◆ */

img {
	display: block;
}


/* ◆◆◆ フォントサイズ ◆◆◆ */
/* このサイトに合う設定に調整 */
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(--text);
}

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__main{
	color:var(--main);
}
/* ◆◆◆ /文字色 ◆◆◆ */


/* ◆◆◆ マーカー ◆◆◆ */
.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%);
}

.marker__gold {
	font-weight:bold;
    background: linear-gradient(transparent 76%, #b28b2154 60%);
}

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


/* ◆◆◆ ヘッダー ◆◆◆ */

.header__h1-item {
    background: var(--main);
}

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


/* ◆◆◆ グロナビ ◆◆◆ */
.l-headerUnder{
	background:var(--white);
	color:var(--main);
	border-top:1px solid var(--main);
	border-bottom:1px solid var(--main);
}

.c-gnav .sub-menu {
    width: 28em;
    display: flex;
    flex-wrap: wrap;
}

.c-gnav .sub-menu li {
    width: 14em;
}

.c-gnav .sub-menu li .__mainText span{
	font-size: 0.8rem;
}
/* ◆◆◆ /グロナビ ◆◆◆ */


/* ◆◆◆ サイドバー ◆◆◆ */

.widget_nav_menu li a span{
	font-size:0.8em;
}
/* ◆◆◆ /サイドバー ◆◆◆ */


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


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

.offer figure {
	margin: 0;
	border-bottom:1px solid rgba(128,128,128,0.6);
}

.offer__btn{
	margin-top:4em;
	display:flex;
	justify-content:space-between;
}

.offer__btn-item{
	width:48%;
}

.page-lower .offer{
	margin-bottom:4em;
}
/* ◆◆◆ /オファー ◆◆◆ */


/* ◆◆◆ 問合 ◆◆◆ */
.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;
}
/* ◆◆◆ /問合 ◆◆◆ */

/* ◆◆◆ 元気になりました ◆◆◆ */

.picture{
	background-image:url(https://clair-seikotsuin.com/wp-content/uploads/2025/12/genki-bg.webp);
	background-size: cover;
	padding:2em 0 3em;
}
.picture__archives{
	display:flex;
	gap:8px;
	flex-wrap:wrap;
	padding:1.0em 0;
}

.text__mid{
	font-size: clamp(1.4rem, 2.0vw, 1.8rem);
}

.picture h2{
	text-align: center;
    background: rgba(255, 255, 255, 0.6);
    padding-bottom: 0;
    line-height: 1.5;
    padding: 16px 0;
}


.picture p{
	margin:0;
	text-align:right;
	font-size:1.0rem;
}

.picture__archives img{
	width:calc((100% - 24px)/4);
}

/* ◆◆◆ 元気になりました ◆◆◆ */

/* ◆◆◆ 喜びの声 ◆◆◆ */
.voice {
	background-image: url(https://clair-seikotsuin.com/wp-content/uploads/2025/12/voice_bg-scaled.webp);
	background-size:cover;
	padding-block: 5em;
	margin-top: 0;
}

.voice .section__title{
	text-align:center;
	color:var(--main);
	padding-bottom:16px;
}

ul.voice__items {
	list-style: none;
	padding: 0;
	margin-top: 3em;
}

li.voice__item {
	background: var(--offwhite);
    padding: 7.0rem 2.0rem 2.0rem;
	box-shadow: 0px 3px 6px rgba(145, 120, 47, 0.3);
	position:relative;
}

li.voice__item + li{
	margin-top:4rem;
}

.voice__number{
	position:absolute;
	top:2.0rem;
	right:2.0rem;
	width:220px;
}

.voice__item-title{
	margin-top:0;
	color:var(--main);
	font-weight:normal;
	padding-bottom:4px;
	font-size: clamp(1.3rem, 2.0vw, 1.7rem);
	border-bottom:1px solid var(--main);
	margin-bottom:20px;
}
.voice__item-text p{
	line-height: 1.6;
	font-size:18px;
	text-align: justify;
}

ul.voice__items>p {
    color: var(--main);
    margin: 0;
    text-align: right;
    font-size: 18px;
    margin-top: 2rem;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
/* ◆◆◆ /喜びの声 ◆◆◆ */

/* ◆◆◆ ポイント ◆◆◆ */
.point{
	background:rgba(228,222,210,0.22);
	margin-top:0;
	padding-top:5em;
	padding-bottom:5em;
}

.point .section__title{
	color:var(--gold);
	text-align:center;
	padding-bottom: 16px;
}

.point .section__title span{
	font-size: clamp(3.0rem, 4.5vw, 4rem);
}

.point__items{
	margin-top:4rem;
	padding:0;
}

.point__item{
	background:var(--white);
	box-shadow:0 3px 6px rgba(0,0,0,0.1);
	padding:6rem 3rem 4rem 3rem;
	position:relative;
	list-style:none;
}

.point__number{
	width:128px;
	position:absolute;
	top:1.5em;
	left:1.5em;
}

.point__item-title{
	color:var(--gold);
	text-align:center;
	margin-top:0;
	margin-bottom:2rem;
}

.point__item-img{
	margin-bottom:2rem;
}

.point__item-text{
	font-size:18px;
	text-align:justify;
	line-height:1.5;
	margin-bottom:0;
}

.point__item + li{
	margin-top:4rem;
}

/* ◆◆◆ ポイント ◆◆◆ */


/* ◆◆◆ BA ◆◆◆ */
.ba {
	background: var(--pink02);
	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;
}

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

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

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

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

p.ba__item-meta {
	color: var(--main);
	font-weight:600;
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 0.5em;
}

p.ba__item-text {
	text-align: justify;
	margin-bottom: 1em;
}

.menseki {
	font-size:14px;
	text-align:right;
	padding-right: 6%;
}
/* ◆◆◆ /BA ◆◆◆ */


/* ◆◆◆ 理由 ◆◆◆ */
.reason {
	background: linear-gradient(to bottom, #f8f4e6, #f2f2c2);
	padding-block: 3em;
	margin-top: 4em;
}

.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: var(--pink02);
	padding-block: 5em;
	margin-top: 4em;
}

.flow__01 .section__title {
	text-align:center;
	color:var(--main);
	padding-bottom:16px;
}

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

.flow__item {
	padding: 40px;
	position:relative;
	display:flex;
	align-items:center;
	background:var(--white);
	box-shadow:0 3px 6px rgba(203,111,101,0.34);
	justify-content:space-between;
}
	
.flow__item-title{
	display:flex;
	align-items:center;
	gap:15px;
}

.flow__item-title h3{
	margin-top:0;
	color:var(--main);
	font-size:clamp(1.3rem,2.0vw,1.4rem);
}

.flow__item-number{
    width: 22%;
    max-width: 80px;
}

.flow__item-textbox{
	width:58%;
}

li.flow__item + li{
	margin-top:5em;
}
	
li.flow__item + li::before{
    content: "";
    position: absolute;
    top: -2.5em;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    border: 20px solid transparent;
    border-top: 18px solid var(--main);
}

.flow__img {
    width: 38%;
}

.flow__item-text{
	font-size:18px;
	line-height:1.5;
	margin-bottom:0;
	text-align:justify;
}

/* ◆◆◆ /流れ-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 {
    padding-block: 3em;
    margin-top: 2em;
}

.access .section__title{
	text-align: center;
	color:var(--gold);
	padding-bottom:16px;
}

.access__contents{
	margin-top:5em;
	display:flex;
	justify-content:space-between;
	gap:20px;
	margin-bottom:2.0em;
}

.access__img{
	width:48%;
	max-width:360px;
}

table.access__table {
	max-width:360px;
	border:none;
}

.access__table th{
	border:none;
	position: relative;
	padding: 10px 20px;
	overflow: hidden; 
	background: none; 
	color: var(--white);
	z-index: 1;
	text-align:center;
	vertical-align:middle;
	font-size:17px;
}

.access__table th::before{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 11px;
    width: 86%;
    height: 30px;
	background: var(--gold);
    transform: skewX(346deg);
    transform-origin: top left;
    z-index: -1;
}

.access__table td{
    border: none;
    font-size: 17px;
    line-height: 1.5;
	vertical-align:middle;
}

.access iframe{
	width:100%;
	height:300px;
}

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

.access-page .title__charm {
  display: none!important;
}

.access-page .access__contents {
	margin-top: 0;
}
/* ◆◆◆ /アクセス ◆◆◆ */


/* ◆◆◆ フッターボタン ◆◆◆ */
.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;
	margin-bottom: 1.6em;
}

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


/* ◆◆◆ フッター ◆◆◆ */
.bo-footer {
	background: var(--white);
	margin:0 auto;
}

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

.bo-footer__menu {
    justify-content: space-between;
}

.bo-footer__menu__inner{
	display:flex;
	width:70%;
}

.bo-footer__menu-left {
    width: 23%;
}

.bo-footer__list{
	gap: 20px 30px;
}

.bo-footer__list li span{
	font-size:13px;
}

.bo-footer__menu-center {
    width: 66%;
}

.bo-footer__menu-center .bo-footer__list{
	display: grid;
    grid-template-rows: repeat(6, auto);
    grid-auto-flow: column;
}

.bo-footer__contact {
    width: 27%;
}

.bo-footer__taps {
    flex-direction:column;
}

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

p.c-copyright {
	color: var(--white);
	margin-bottom:0;
}

.bo-footer__list li{
	padding-left:4px;
}

.bo-footer__list li.active{
	position:relative;
}

.bo-footer__list li.active::before{
	content: "";
    position: absolute;
    left: -6px;
    top: 53%;
    transform: translateY(-50%);
    width: 2px;
    height: 60%;
    background-color: rgba(203, 111, 101, 0.8);
}

/* ◆◆◆ /フッター ◆◆◆ */


/* ◆◆◆ 下層ページ ◆◆◆ */
/*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;
	color:var(--main);
	border-bottom: solid 3px var(--main);
}

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(--main);
} */
/* ◆◆◆ /下層ページ ◆◆◆ */


/* ◆◆◆ 対応症状リスト ◆◆◆ */
.shojo {
	background:var(--beige);
	padding-top:4rem;
}

.shojo__title{
	text-align:center;
	background:var(--white);
	color:var(--gold);
	padding:0.8em 0;
	margin-bottom:1.5em;
}

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

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

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

ul.shojo__list li a div{
	position:absolute;
	left:0;
	right:0;
	bottom:-14px;
	margin:0 auto;
	background:var(--white);
	width:85%;
	border-radius:24px;
	box-shadow: 0 0 2px #707070;
	padding:4px 0;
	display:flex;
	justify-content:center;
	align-items:center;
	min-width: 154px;
}

ul.shojo__list li a p{
	font-size: clamp(1rem, 1.6vw, 1.1rem);
	color:var(--text);
	margin:0;
	margin-right:8px;
}

.shojo__list-arrow{
    width: clamp(16px, 1.6vw, 22px);
}


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

/* ◆◆◆ /症状ページ ◆◆◆ */

.problem{
	margin-top:3em;
}

.problem .section__title{
	color: var(--gold);
    text-align: center;
    padding-bottom: 16px;
}

.problem__contents{
	margin-top:8em;
	background:var(--beige);
	position:relative;
	padding-bottom:4rem;
}

.problem__contents::before{
	content: '';
    position: absolute;
    top: -90px;
    left: 0;
    width: 100%;
    height: 90px;
    border-radius: 50% 50% 0 0 / 90px 90px 0 0;
    background-color: var(--beige);
    z-index: 3;
}

.problem__items{
	padding-left: 0;
    list-style: none;
    max-width: 628px;
    margin: 0 auto;
}

.problem__items li{
	margin: 0;
    position: relative;
    padding-left: 50px;
    margin-bottom: 10px;
	padding-bottom:10px;
    font-size: clamp(20px, 2vw, 25px);
    border-bottom: 1px dashed var(--gold);
}

.problem__items li::before{
	content: '';
    width: 26px;
    height: 28px;
    background-color: var(--gold);
    border-radius: 4px;
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
    transform: translateY(-50%);
}

.problem__items li::after{
    content: '';
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    height: 15px;
    width: 8px;
    position: absolute;
    top: calc(50% - 5px);
    left: 9px;
    transform: translateY(-50%) rotate(45deg);
}

.solution{
	background:rgba(247,243,233,0.46);
	padding-block:5em;
}

.solution .section__title{
	text-align: center;
    color: var(--main);
    padding-bottom: 16px;
}

.solution .section__title span {
    font-size: clamp(3.0rem, 4.5vw, 4rem);
}

.solution__items{
	margin-top:3.5em;
	counter-reset: h3-count;
	padding-left:0;
}

.solution__item{
	list-style:none;
}

.solution__item + li{
	margin-top:2em;
}

h3.solution__item-title{
	color:var(--main);
	font-size: clamp(1.4rem, 2.2vw, 1.8rem);
	margin-top:0;
	padding:16px 24px;
	display: flex;
	position:relative;
}

h3.solution__item-title::before{
	counter-increment: h3-count;      /* カウンターを1進める */
  	content: counter(h3-count) ". ";
	padding-right:10px;
}

h3.solution__item-title::after{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 11px;
    width: 100%;
    height: 100%;
    background: var(--white);
    transform: skewX(346deg);
    transform-origin: top left;
    z-index: -1;
	border-bottom:1px solid var(--main);
}


.solution__item-contents{
	display:flex;
	align-items:center;
	padding:2rem 3rem;
	gap:5%;
}

.solution__item-text{
	margin-bottom:0;
	width:60%;
	font-size: 18px;
    line-height: 1.5;
}

.solution__img{
	width:35%;
}

.page-lower .point + .flow__01{
	margin-top:0;
}

.improve{
	background:rgba(247,243,233,0.46);
	padding-block:5em;
}

.improve .section__title{
	text-align: center;
    color: var(--main);
    padding-bottom: 16px;
}

.improve .section__title span {
    font-size: clamp(3.0rem, 4.5vw, 4rem);
}

.improve__items{
	margin-top:3.5em;
	counter-reset: h3-count;
	padding-left:0;
}

.improve__item{
	list-style:none;
}

.improve__item + li{
	margin-top:2em;
}

h3.improve__item-title{
	color:var(--white);
	font-size: clamp(1.4rem, 2.2vw, 1.8rem);
	margin-top:0;
	padding:16px 24px;
	display: flex;
	position:relative;
}

h3.improve__item-title::before{
	counter-increment: h3-count;      /* カウンターを1進める */
  	content: counter(h3-count) ". ";
	padding-right:10px;
}

h3.improve__item-title::after{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 11px;
    width: 100%;
    height: 100%;
    background: var(--main);
    transform: skewX(346deg);
    transform-origin: top left;
    z-index: -1;
}


.improve__item-contents{
	display:flex;
	align-items:center;
	padding:2rem 3rem;
	gap:5%;
}

.improve__text-bottom{
	color:var(--main);
	font-weight:bold;
}

.improve__item-text{
	margin-bottom:0;
	width:60%;
	font-size: 18px;
    line-height: 1.5;
}

.improve__img{
	width:35%;
}

.caution{
	background:rgba(228,222,210,0.22);
	margin-top:0;
	padding-top:5em;
	padding-bottom:2em;
}

.caution .section__title{
	color:var(--gold);
	text-align:center;
	padding-bottom: 16px;
}

.caution__inner{
	margin-top: 4rem;
	background: var(--white);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    padding: 3rem;
    position: relative;
    list-style: none;
}

.caution__img{
	margin-bottom: 2rem;
}

.caution__text p{
	font-size: 18px;
    text-align: justify;
    line-height: 1.5;
}

.caution__inner-list{
	margin-bottom:2rem;
}

.caution__inner-list li{
	font-size:18px;
	line-height: 1.5;
}

.caution__inner-list li + li{
	margin-top:12px;
}

.caution__inner-list li::marker{
	content:"・"
}

p.caution__text-main{
	font-weight:bold;
	font-size:21px;
	word-break: keep-all;
    text-align: left;
}

.caution__list-item h3{
	margin:0;
	font-size:18px;
	margin-bottom:8px;
    color: var(--main);
}

li.caution__list-item::marker{
	font-weight:bold;
    color: var(--main);
	font-size:18px;
}

li.caution__list-item{
	font-size:18px;
	line-height: 1.5;
}


/* ◆◆◆ /症状ページ ◆◆◆ */

main:has(.page-lower){
	margin-top:0;
}

/* ◆◆◆ 執筆者情報 ◆◆◆ */
.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: var(--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 ◆◆◆ */

/* ◆◆◆ /はじめての方へ ◆◆◆ */
.greeting{
	background: var(--pink02);
    padding-block: 2em;
    margin-top: 2em;
}

.greeting .section__title{
	text-align: center;
    color: var(--main);
    padding-bottom: 16px;
}

.greeting__img img{
	margin:0 auto;
}

.greeting__name{
	text-align:center;
	color:var(--main);
	margin-top:2rem;
}

.greeting__box{
    margin-top: 1rem;
    background: var(--white);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
}

.greeting__box p{
	font-size: 18px;
    text-align: justify;
    line-height: 1.5;
}

.greeting__profile{
	background: var(--ark-color--bg);
    border: 1px solid rgba(0,0,0,0.2);
    font-size: 14px;
    padding: 8px 12px 12px;
}

.greeting__profile h4{
	color:var(--black);
	font-weight: bold;
    margin: 12px 8px;
}

.greeting__profile ul{
	background: #FFF;
    border: 1px dotted rgba(0,0,0,0.2);
    padding: 12px;
}

.greeting__profile ul li{
	list-style: square inside;
    margin: 0 8px 0 4px;
	font-size:14px;
}

.equipment{
	padding-top:5rem;
	padding-bottom:5rem;
	background:var(--pink02);
}

.equipment .section__title{
	color: var(--gold);
    text-align: center;
    padding-bottom: 16px;
}

.equipment__pic{
	padding-left:0;
	list-style :none;
	display:flex;
	gap:12px;
	margin-top:4rem;
	margin-bottom:3rem;
}

.equipment__pic li{
	margin:0;
	width:calc((100% - 24px)/3);
}

.equipment__pic p{
	font-size:16px;
	line-height:1.5;
	text-align:justify;
	margin-bottom:0;
	margin-top:8px;
}

.equipment__iframe{
	font-weight:bold;
	font-size:20px;
	color:var(--gold);
	margin-bottom:0;
}

.equipment iframe{
	height:450px;
}

.recommend{
	background: var(--pink02);
    padding-block: 3em;
}

.recommend .section__title{
	text-align: center;
    color: var(--main);
    padding-bottom: 16px;
}

.recommend__inner{
	margin-top:4rem;
}

.recommend__inner h3{
	text-align:center;
	margin-top:0;
	margin-bottom:2rem;
}

.recommend__inner h3 span{
	color:var(--main);
}

.recommend__doctor{
	display:flex;
	align-items:center;
	gap:16px;
	border-top:6px double var(--gold);
	border-bottom:6px double var(--gold);
	padding:16px;
	margin-bottom:2rem;
}

.recommend__doctor figure{
	width:25%;
	padding-bottom:4px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.doctor__text{
	width:calc(75% - 16px);
}

.doctor__text p{
	font-size: clamp(20px, 2.1vw, 28px);
	font-weight:bold;
	line-height:1.5;
	margin-bottom:1rem;
}

.doctor__text h4{
	font-weight:bold;
	font-size: clamp(22px, 2.2vw, 30px);
	color:var(--main);
	line-height:1.5;
}

.recommend__bottom{
	padding:16px;
	background:var(--beige);
}

.doctor__size{
	color:var(--black);
	font-size: clamp(28px, 2.8vw, 36px);
}

.doctor__color{
	color:var(--black);	
}

.recommend__meta p{
	margin-bottom:0;
	position: relative;
 	padding: 0 0 0 20px;
 	display: flex;
	align-items: center;
	color:var(--main);
	font-size:22px;
	font-weight:bold;
}

.recommend__meta p::before{
	position: absolute;
  content: '';
  left: 0;
  width: 12px;
  height: 12px;
  background-color: var(--main);/*四角を作って*/
  transform: rotate(45deg);/*45度回転*/
}

.recommend__contents{
	margin-top:1rem;
}

.recommend__contents img{
	display:block;
	float:left;
	max-width:300px;
	margin: 0 8px 6px 0;
}

.recommend__text p{
	font-size:clamp(16px,1.6vw,18px);
	margin-bottom:1rem;
	line-height:1.5;
}

.media{
	background: var(--pink02);
    padding-block: 3em;
}

.media .section__title{
	text-align: center;
    color: var(--main);
    padding-bottom: 16px;
}

.media__contents{
	padding:0;
	list-style:none;
	display:flex;
    margin-top: 4rem;
}

.media__contents li{
	margin:4px;
	width:50%;
	text-align:center;
}

.media__contents p{
	margin-bottom:0;
	line-height:1.5;
	font-size:18px;
	margin-top:6px;
}

.media__contents p span{
	color:var(--main);
}
/* ◆◆◆ /はじめての方へ ◆◆◆ */


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

.price{
	margin-top:3rem;
	padding-top:2rem;
}
.price__list{
	list-style:none;
	padding-left:0;
}

.price__list .section__title{
	text-align:center;
	background:var(--main);
	color:var(--white);
	padding:1rem 0;
	margin-bottom:4rem;
}

.price__list-item{
	margin:0;
	padding-bottom:6rem;
}

.price__banner{
	margin:0 auto 2rem;
	width:80%;
}

.price__btn{
	display:block;
    width: 77%;
    max-width: 550px;
	margin:0 auto;
    background: linear-gradient(135deg, #b88e46d4 0%, #d4af37 35%,#decba4 50%, #d4af37 65%, #b88e46d1 100% );
	color:var(--white);
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	padding:8px;
}

.price__btn::after{
	content: '>';
    padding: 0 8px;
	font-weight:bold;
}

.price__btn:hover{
	transition:0.3s;
    opacity:0.7;
}

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

/* ◆◆◆ よくある質問 ◆◆◆ */
.qa-list dt, .qa-list dd {
	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: var(--white);
	top: 0;
	left: 0;
	width: 2.4rem;
	padding-block; 1em;
	vertical-align: middle;
	text-align: center;
}

.qa-list dt:before {
	content: "Q";
	background: brown;
	border-radius: 0.5rem;
}

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


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

.post__cta .inner {
	padding: 0;
}


.post__cta .shojo__title {
	display: none;
}

.post__cta .shojo {
	padding-inline: 1em;
}

h2.post__cta-title {
	color: var(--gold);
}
/* ◆◆◆ /投稿記事下CTA ◆◆◆ */


/* ◆◆◆ 投稿記事 ◆◆◆ */
.blog__container {
	padding: 2em;
}

.blog__container p {
	color: var(--text);
}

.blog__bo {
	color: #c0c6c9;
	font-size: 80%;
}

.blog__bo a {
	color: #c0c6c9;
	font-size: 100%;
}

/*.blog-voice {
	padding-inline: 2em;
}*/
/* ◆◆◆ /投稿記事 ◆◆◆ */


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


/* ◆◆◆ アーカイブ ◆◆◆ */
.p-archive {
    color: var(--text);
}

.p-postList .p-postList__title {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.6;
    margin: 0;
    color: var(--text);
}
/* ◆◆◆ /アーカイブ ◆◆◆ */








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



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

	
	/*ボタン３本線*/
	.c-iconBtn__icon {
		color: var(--white);
	}
	
	/*メニュー背景色*/
	.p-drawer{ 
		background: var(--beige);
		color:var(--black);
	}

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



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

@media (max-width: 768px) {
	
		/* ◆◆◆ オファー ◆◆◆ */
	.offer {
		margin-top: 2em;
	}
	
	.offer__btn{
		flex-direction:column;
		gap:1em;
		margin-top:2em;
	}
	
	.offer__btn-item{
		width:100%;
	}
		/* ◆◆◆ オファー ◆◆◆ */
	
	
	/* ◆◆◆ 問い合わせボタン ◆◆◆ */
	.contact__btn {
		margin-bottom: 0.5em;
	}
	/* ◆◆◆ /問い合わせボタン ◆◆◆ */
	
	main{
		margin-top:0;
	}
	
	.inner {
		padding: 0px 1em;
	}
	
	/* ◆◆◆ 元気になりました ◆◆◆ */
	.picture {
		padding: 1em 0 2em;
	}
	
	.picture p{
    	font-size: 0.8rem;
		letter-spacing:-0.5px;
	}
	
	/* ◆◆◆ 元気になりました ◆◆◆ */
	
	
	/* ◆◆◆ 喜びの声 ◆◆◆ */
	.voice {
		margin-top: 0;
		padding:3em 0;
	}
	
	ul.voice__items {
		margin-top: 2em;
	}
	
	.voice__number {
		width: 180px;
		top:1rem;
		right:1rem;
	}
	
	li.voice__item {
		padding: 4.0em 1rem 1rem;
	}
	
	.voice__item-text p {
		font-size: 16px;
	}
	
	li.voice__item + li {
		margin-top: 3rem;
	}
	
	ul.voice__items>p {
		font-size: 16px;
		margin-top: 1rem;
	}

	/* ◆◆◆ /喜びの声 ◆◆◆ */
	
	
	/* ◆◆◆ BA ◆◆◆ */
	.ba {
		margin-top: 3em;
	}
	
	li.ba__item {
		margin-bottom: 2em;
	}
	
	.ba__item-img {
    width: 100%;
}
	
	h3.ba__item-title {
    margin: 0.8em 0 0.2em;
    font-size: 1.3rem;
}
	
p.ba__item-meta {
    font-size: 1.1rem;
}
	
.menseki {
    font-size: 12px;
	margin-bottom: 1rem;
}
	/* ◆◆◆ /BA ◆◆◆ */

    /* ◆◆◆ /ポイント ◆◆◆ */
	.point{
		padding-top:3em;
		padding-bottom:3em;
	}
	
	.point {
		padding-top: 3em;
		padding-bottom: 3em;
	}
	
	.point .section__title span {
		font-size:2.8rem;
	}
	
	.point__items{
		margin-top:2em;
	}
	
	.point__item{
		padding: 5em 1rem 2rem 1rem;
	}
	
	.point__number {
		width: 104px;
		top: 1.0em;
		left: 1.0em;
	}
	
	h3.point__item-title{
		margin-bottom:1rem;
		font-size: clamp(1.4rem, 2.4vw, 2rem);
	}
	
	.point__item-img {
		margin-bottom: 1em;
	}
	
	.point__item-text {
		font-size: 16px;
	}
	
	.point__item + li {
		margin-top: 2rem;
	}
	/* ◆◆◆ /ポイント ◆◆◆ */
	
	
	/* ◆◆◆ 理由 ◆◆◆ */
	.reason {
		margin-top: 3em;
	}
	
	li.reason__item {
		padding: 2em 1.5em 0.1em;
	}
	/* ◆◆◆ /理由 ◆◆◆ */
	
	
	/* ◆◆◆ 流れ-01 文章あり縦並び ◆◆◆ */
	.flow__01 {
		padding-block: 3em;
		margin-top:3em;
	}

	.flow__item {
		flex-direction:column;
		padding:20px;
	}
	
	.flow__item-title{
		margin-bottom:8px;
	}
	
	.flow__item-textbox{
		width:100%;
		order:1;
		margin-bottom:16px;
	}
	
	.flow__item-text{
		font-size:16px;
	}
	
	.flow__img{
		width:100%;
		order:2;
	}
	
	.flow__item-title h3 {
		font-size: 1.4rem;
	}
	
	li.flow__item + li {
		margin-top: 4em;
	}


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

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

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

	
	/* ◆◆◆ アクセス ◆◆◆ */
	.access {
		margin-block: 1em;
		padding-block:2em;
	}
	
	.access__contents {
		margin-top: 3em;
		flex-direction:column;
	}

	.access__img {
		width:100%;
		max-width:none;
	}

	/* ◆◆◆ /アクセス ◆◆◆ */
	
	
	/* ◆◆◆ フッターボタン ◆◆◆ */
	
	.bo-footer__container {
		padding: 2em 0.5em;
	}
	
	.bo-footer__menu__inner {
		display: block;
		width: 100%;
	}
	
	.bo-footer__menu-left {
		width: 100%;
	}
	
	.bo-footer__list {
        margin-top: 1em;
		gap:20px;
		margin-bottom: 3em;
    }
	
	.bo-footer__list li {
        width: calc((100% - 20px) / 2);
    }
	
	.bo-footer__menu-center {
    	width: 100%;
	}
	
	.bo-footer__menu-center .bo-footer__list {
		display: flex;
	}
	
	.bo-footer__list li span {
		font-size: 12px;
	}
	
	.bo-footer__contact {
		width: 100%;
	}
	
	.bo-footer__menu {
        row-gap: 1em;
    }
	
	.bo-footer__time-table{
		width:90%;
		margin:0 auto;
		max-width:400px;
	}
	
	.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;
	}
	
	.l-footer{
		margin-bottom:4rem;
	}
	/* ◆◆◆ フッターボタン ◆◆◆ */
	
	.entry_title {
		padding-inline: 5%;
	}
	
	/* ◆◆◆ パンくずリスト ◆◆◆ */
	.p-breadcrumb__list {
		padding-left: 5% !important;
	}
	/* ◆◆◆ /パンくずリスト ◆◆◆ */
	
	
	/* ◆◆◆ 対応症状リスト ◆◆◆ */
	
	.shojo {
		padding-top: 3rem;
	}
	
	.shojo__title {
		margin-bottom: 1.0em;
	}

	ul.shojo__list {
		gap: 2em 1em;
	}

	ul.shojo__list li{
		text-align: center;
		flex: 1 1 calc(50% - 0.5em);
		width: calc((100% - 1em)/2);
	}
	
	ul.shojo__list li a p {
		font-size: clamp(0.8rem, 1.6vw, 1.1rem);
		margin-right: 6px;
	}
	
	ul.shojo__list li a div {
		width: 80%;
		min-width:auto;
	}
	/* ◆◆◆ /対応症状リスト ◆◆◆ */
	
	/* ◆◆◆ /症状ページ ◆◆◆ */	
	
	.problem__contents {
		margin-top: 6em;
		padding-bottom:2rem;
	}
	
	.problem__contents::before {
		top: -60px;
		height: 60px;
		border-radius: 50% 50% 0 0 / 60px 60px 0 0;
	}
	
	.problem__items li::before {
		width: 22px;
		height: 24px;
	}
	
	.problem__items li::after {
		left: 7px;
	}
	
	.problem__items li {
		padding-left: 32px;
		font-size: clamp(16px, 2vw, 25px);
	}
	
	.solution{
		padding-block:3rem;
	}
	
	.solution .section__title span {
		font-size: 2.8rem;
	}
	
	.solution__items{
		margin-top:2em;
	}
	
	.solution__item-contents{
		flex-direction:column;
		padding:2rem 1rem;
		gap:1rem;
	}
	
	.solution__img{
		order:1;
		width:100%;
	}
	
	.solution__item-text{
		order:2;
		width:100%;
		font-size:16px;
	}
	
	.solution__item + li {
		margin-top: 1em;
	}
	
	h3.solution__item-title::after {
		left: 26px;
		width: 94%;
	}
	
	.writer__img {
        width: 100%;
        height: auto;
        padding-right: 0;
        padding-bottom: 16px;
    }
	
	.improve{
		padding-block:3rem;
	}
	
	.improve .section__title span {
		font-size: 2.8rem;
	}
	
	.improve__items{
		margin-top:2em;
	}
	
	.improve__item-contents{
		flex-direction:column;
		padding:2rem 1rem;
		gap:1rem;
	}
	
	.improve__img{
		order:1;
		width:100%;
	}
	
	.improve__item-text{
		order:2;
		width:100%;
		font-size:16px;
	}
	
	.improve__item + li {
		margin-top: 1em;
	}
	
	h3.improve__item-title{
		background:var(--main);
		padding-left:30px;
	}
	
	h3.improve__item-title::after {
/* 		left: 26px;
		width: 94%; */
		display:none;
	}
	
	.caution{
		padding-top:3em;
	}
	
	.caution__inner{
		margin-top:2em;
		padding:1rem;
	}
	
	.caution__text p{
		font-size: 16px;
		margin-bottom:1.5rem;
	}
	
	p.caution__text-main{
		font-size:19px;
	}
	
	.caution__list-item h3{
		font-size:17px;
	}
	
	.caution__inner-list{
		margin-bottom:1.5rem;
	}
	
	.caution__inner-list li{
		font-size:16px;
	}
	
	li.caution__list-item{
		font-size:16px;
	}

	li.caution__list-item::marker{
		font-size:17px;
	}
	/* ◆◆◆ /症状ページ ◆◆◆ */	
	
	/* ◆◆◆ 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 ◆◆◆ */
	
	/* ◆◆◆ /はじめての方へ ◆◆◆ */
	.greeting{
		padding-block: 2em;
		margin-top: 2em;
	}
	
	.greeting__box{
		padding:1.0rem;
	}
	
	.greeting__box p{
    	font-size: 16px;
		margin-bottom:1rem;
	}
	
	.greeting__profile ul li{
		list-style: square outside;
		margin: 0 8px 0 12px;
	}
	
	.equipment {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	
	.equipment__pic{
		flex-direction:column;
		gap:24px;
		margin-top:2rem;
		margin-bottom: 2rem;
	}
	
	.equipment__pic li{
		width:100%;
	}
	
	.equipment__pic p{
		margin-top: 4px;
	}
	
	.equipment__iframe{
		font-size:18px;
	}
	
	.equipment iframe{
		height:300px;
	}
	
	.recommend {
		padding-block: 1em;
	}
	
	.recommend__inner{
		margin-top:2rem;
	}
	
	.recommend__inner h3{
		font-size: clamp(1.3rem, 2.4vw, 2rem);
	}
	
	.recommend__doctor{
		gap:8px;
		margin-bottom:1rem;
	}
	
	.doctor__text{
		width:calc(65% - 8px);
	}
	
	.doctor__text p{
		font-size: clamp(16px, 2.1vw, 28px);
	}
	
	.doctor__text h4{
		font-size: clamp(18px, 2.2vw, 30px);
	}
	
	.doctor__size{
		font-size: clamp(24px, 2.8vw, 36px);
	}
	
	.recommend__meta p {
		font-size: 18px;
		line-height:1.5;
	}
	
	.recommend__doctor figure{
		width:35%;
	}
	
	.recommend__contents img {
		display: block;
		float: left;
		max-width: none;
		width:100%;
		margin: 0 0 12px;
	}
	
	.recommend__text{
		clear:both;
	}
	
	.recommend__bottom {
		padding: 12px;
	}
	
	.media {
		padding-block: 2em;
	}
	
	.media__contents {
		flex-direction:column;
		gap:16px;
	}
	
	.media__contents li{
		width:100%;
	}
	/* ◆◆◆ /はじめての方へ ◆◆◆ */
	
	
	/* ◆◆◆ /料金 ◆◆◆ */
	.price__list{
		padding:0;
	}
	
	.price__list-item {
		padding-bottom: 3rem;
	}
	
	.price__banner{
		padding:0 12px;
		width:100%;
	}
	
	.price__list .section__title {
		margin-bottom: 2rem;
	}
	/* ◆◆◆ /料金 ◆◆◆ */
	
	/* ◆◆◆ 投稿 ◆◆◆ 	
	.blog-voice {
		padding-inline: 5%;
	}*/
	
}

/*アクセスページ追加*/
.map {
    margin-top: 4rem;
}

h3.map__title {
    color: var(--main);
    font-size: clamp(1.4rem, 2.2vw, 1.8rem);
    margin-top: 0;
    padding: 8px 24px;
    display: flex;
    position: relative;
    border-left: 10px solid var(--main);
    border-bottom: 1px solid var(--main);
}

.map__items {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem 2rem;
    padding: 0;
    margin-top: 2rem;
}

.map__item {
    width: 46%;
}

.map__text {
    font-size: 1.4rem;
    margin-top: 0.8rem;
    line-height: 1.4;
}

.pink-btn {
    padding-block: 2rem 6rem;
	background:#FCFCFF;
}

.pink-btn a {
    width: 50%;
    margin-inline: auto;	
	display:block;
	transition:0.7s;
}

.pink-btn a:hover {
	opacity:0.8;
}


@media (max-width: 768px) {
    .map {
        margin-top: 4rem;
    }

    .map__items {
        gap: 0;
        margin-top: 2rem;
    }

    .map__item {
        width: 100%;
    }

    .map__text {
        font-size: 1.2rem;
    }
	
	.pink-btn {
    padding-block: 1rem 3.5rem;
}
	
	.pink-btn a {
    width: 85%;
}
}

