:root {
	--gold: #B0A384;
	--red: #b7282e;
	--pink: #e7609e;
	--blue: #007bbb;	
	--yellow: #ffd900;
	--black: #50504F;
	--gothic: 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Helvetica Neue', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, sans-serif;
	--mincho: '游明朝体', YuMincho, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
}


/* ◆◆◆ フォントサイズ ◆◆◆ */
/* このサイトに合う設定に調整 */
h2 {
	font-size: clamp(1.6rem, 2.8vw, 2.5rem);
	min-height: 0;
	line-height: 1.2;
	padding: 0 0 1em;
	background: none;
	color: var(--black);
	text-align: center;
}

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: #FFE65F;
	font-weight: 600;
}
.text_gold {
	color: var(--gold);
	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%);
}
/* ◆◆◆ /マーカー ◆◆◆ */


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


/* ◆◆◆ グロナビ ◆◆◆ */
.l-headerUnder {
	background: ;
}
/* ◆◆◆ /グロナビ ◆◆◆ */


/* ◆◆◆ サイドバー ◆◆◆ */
/*サイドバー　アクセス*/
.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-reserve {
	color: #B0A384;
	font-size:30px;
	margin-bottom: 1rem;
}
.side__box-reserve img {
    width: 12%;
    margin: -3%;
}
.side__box dt, .side__box dd {
	font-size: 1.1rem;
}


.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;
}
h4.side__box-name {
	font-size: 1.8em;
	margin-block: 0.5em;
}
/* ◆◆◆ /サイドバー ◆◆◆ */


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


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

.offer figure {
	margin: 0;
}


/* ◆◆◆ /オファー ◆◆◆ */


/* ◆◆◆ 問合 ◆◆◆ */

.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;
}
.contact .inner {
    padding: 0 3em 1em;
}
/* ◆◆◆ /問合 ◆◆◆ */


/* ◆◆◆ お悩み ◆◆◆ */
.problem {
	background: linear-gradient(to bottom, #f8f4e6, #f2f2c2);
	padding-block: 3rem;
	margin-top: 4em;
}

h2.problem__title {
	text-align: center;
}

ul.problem__items {
	padding: 0 2em;
	margin: 0;
}

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

.problem__items li:before {
	position: absolute;
	top: 5px;
	left: 0;
	content: "";
	background-size: cover;
	width: 2rem;
	height: 2rem;
}
/* ◆◆◆ /お悩み ◆◆◆ */


/* ◆◆◆ 流れ-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 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 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;
}

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


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


/* footer-btn */
.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__btn2-item {
	transition: 0.6s;
	margin-bottom: 1.6em;
}

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

/* footer-btn */


/* ◆◆◆ フッター ◆◆◆ */
.bo-footer {
	background: #B0A384;
}

.bo-footer__title h2 {
	color: white;
    text-align: left;
	font-size: 1.5rem;
}

.bo-footer__list li a {
	color: white;
	font-size: 1.2rem;
}

.l-footer__foot {
	background: #B0A384;
}

p.c-copyright {
	color: white;
}

.bo-footer___name,.bo-footer__adress {
	color: #fff;
	text-align: left;
	
}
.bo-footer___name{
	font-size: clamp(1.4rem, 3vw, 2.5rem);
	padding: 0 0 0em;
	letter-spacing: 0.12em;
}
.bo-footer__adress {
	font-size: clamp(1rem, 2.8vw, 1.44rem);
}

@media (max-width: 1024px) {
		.bo-footer__title h2 {
	    font-size: 1.5rem;
	}
	.bo-footer__list li a {
	font-size: 1rem;
}
	.bo-footer___name {
		text-align: center;
	}
	.bo-footer__adress {
		padding-top: 1em;
		text-align: center;
	}
}
/* ◆◆◆ /フッター ◆◆◆ */


/* ◆◆◆ 下層ページ ◆◆◆ */
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 #B0A384;
}

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


}*/
/* ◆◆◆ /下層ページ ◆◆◆ */


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

ul.shojo__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	list-style: none;
	gap: 1.5em;
	width: 100%;
	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, 1.5vw, 1.3rem);
	text-decoration: none;
	border-radius: 0.5rem;
	background: #B0A384;
	display: block;
padding: 0.6em 0.3em;
	transition: 0.6s;
}

ul.shojo__list li a:hover {
	opacity: 0.6;
}

/* ◆◆◆ /対応症状リスト ◆◆◆ */


/* ◆◆◆ 執筆者情報 ◆◆◆ */
.writer {
	border: 1px solid #B0A384;
}
/* ◆◆◆ /執筆者情報 ◆◆◆ */


/* ◆◆◆ 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.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: #B0A384;
	border-radius: 0.5rem;
}

.qa-list dd:before {
	content: "A";
	border: solid 1px #B0A384;
	background-color: #ffffff;
	color: #B0A384;
	border-radius: 0.5rem;
}

section.qa {
    margin: 3rem 0 !important;
}
/* ◆◆◆ よくある質問 ◆◆◆ */


/*投稿*/
.bo-credit {
	margin-top:60px;
	color:gray;
}

.bo-credit a {
	color:gray;
	text-decoration:none;
	font-size:85%;
}


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


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




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



@media (max-width: 1024px) {
	/* ◆◆◆ ハンバーガーメニュー ◆◆◆ */
	/*ボタン背景色*/
	.l-header__drawerBtn {
		background: #D5CAAF;
		border-radius: 3px;
	}
	
	/*ボタン３本線*/
	.c-iconBtn__icon {
		color: white;
	}
	
	/*メニュー背景色*/
	.p-drawer{ 
		background: #B0A384;
	}

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


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

@media (max-width: 768px) {
		/* ◆◆◆ オファーバナー ◆◆◆ */
.offer {
    margin: 2em 1em;
}
	/* ◆◆◆ 問い合わせボタン ◆◆◆ */
	.contact__btn {
		margin-bottom: 0.5em;
	}
	/* ◆◆◆ /問い合わせボタン ◆◆◆ */
	
	
	/* ◆◆◆ お悩み ◆◆◆ */
	.problem {
		margin-top: 3em;
	}
	
	ul.problem__items {
		padding: 0;
	}
	
	.problem__items li:before {
		width: 1.4rem;
		height: 1.4rem;
		top: 0.3rem;
		left: 0.5rem;
	}
	/* ◆◆◆ /お悩み ◆◆◆ */
	
	
	/* ◆◆◆ 流れ-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 文章あり縦並び ◆◆◆ */
	
	
	/* ◆◆◆ フッターボタン ◆◆◆ */
	.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%;
		padding: 0.1em;
		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 ◆◆◆ */
	
	/*投稿*/
	.single-post .shojo .inner, .single-post .reason .inner {
		padding-inline: 0;
		padding-bottom: 3em;
	}
	
	.single-post .merit {
		margin-bottom: 3em!important;
	}
	
	.single-post .contact .inner, .single-post .access .inner {
		padding-inline: 0;
	}
	
	.single-post .c-pageTitle__main {
		font-size: 1.4rem;
	}
	
	.single-post .writer {
		margin-inline: 0;
		width: 100%;
	}
	
}



/* ===========================
   以下追加css
=========================== */
/* ==============================
   セクション調整
============================== */
section {
  margin-bottom: 80px;
}
.section-block {
  margin-bottom: 80px; 
}

@media screen and (max-width: 768px) {
section {
  margin-bottom: 0!important;
}
}

/* PCでは非表示、スマホでは表示 */
.sp-br {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-br {
    display: inline;
  }
	
	
.hedder-time__img{
	    width: 90%;
    margin-left: 20px;	
	}	
}


/* ===========================
   なぜ根本改善できるのか（TOP）
=========================== */
.why-headline {
  text-align: center;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
}

.why__title {
font-size: 2.3em;
    font-weight: 600;
  line-height: 1.4;
  color: #50504F
}

.target {
	font-size: 1.1em;
  position: relative;
  display: inline-block;
  padding-top: 25px; 
}

.target::before {
content: "・・・・・・";
    position: absolute;
    top: 0;
    left: 39%;
    transform: translateX(-50%);
    font-size: 26px;
    letter-spacing: 15px;
    color: #555;
}

.highlight {
		font-size: 1.1em;
  color: #b6323b;
}

.why__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.why__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  gap: 29px; 
  max-width: 100%;
  margin: 0 auto;
}

.why__item {
  flex: 0 0 calc(40% - 10px); 
margin-bottom: 20px;
}

.why__photo {
  width: 100%;
  height: 100%; 
  display: flex;
  align-items: center;
  justify-content: center;
}




/* スマホ対応 */
@media screen and (max-width: 768px) {
.why__title {
    font-size: 1.9em;
	padding-top: 1.5em;
}
.target::before {
    top: -10px;
    left: 40%;
    font-size: 19px;
    letter-spacing: 14px;
}
.target {
    font-size: 1.1em;
    padding-top: 4px;
}	
  .why__items {
    gap: 17px;
    justify-content: center;
  }
.why__item {
	flex: 0 0 calc(49% - 10px);
	}
  .why__item {
    margin-bottom: 0px;
  }

  .why__photo {
    width: 100%;
    height: auto;
  }

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



/* ==============================
   アクセス
============================== */

.access__img {
  margin-bottom: 2em;
}

.access__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.access__map iframe {
  width: 100%;
  height: 350px;
  border: 0;
  margin-bottom: 40px;
}

.access__table {
  width: 100%;
  font-size: 1rem;
  border: none;
  border-collapse: separate;
border-spacing: 0px 16px;
	margin-bottom: 2em;
}

.access__table th {
  width: 28%;
  background: #D5CAAF;
  color: #FFFFFF;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 3px;
	padding: 10px 12px !important;
}

.access__table td {
  border: 2px solid #fff;
  color: #444;
  font-size: 1.2rem;
  vertical-align: middle;
  padding: 8px 10px; 
}

.access__table tr:last-child th,
.access__table tr:last-child td {
  border-bottom: none;
}


/* スマホ対応 */
@media screen and (max-width: 768px) {

  .access {
    padding: 0;
    margin-block: 3em;
  }

  .access__table {
    border-spacing: 6px;
	  text-align: center;
  }

  .access__table th {
    width: 100%;
    font-size: 1rem;
    display: block;
  }

  .access__table td {
    width: 100%;
    font-size: 1rem;
    display: block;
    border: none; 
    padding: 10px 0 18px;
  }

  .access__table tr {
    display: block;
  }
}


/* ==============================
   推薦
============================== */
.recommend{
	margin-bottom: 0;
}
.recommend__title_txt {
	font-size: clamp(1.8rem, 2.8vw, 2.5rem);
    font-weight: 600;
  line-height: 1.4;
  color: #50504F;
	padding: 0;	  
}
.txt-ss{
	font-size: clamp(1.5rem, 2.4vw, 2rem);
}
.recommend__title .marker_beige-l {
  background: linear-gradient(transparent 60%, #F5EFE2 60%);
}
.recommend__inner{
	padding: 3em 0 1em;
	background-color:#FCFAF6;
}

.recommend__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 29px;
  max-width: 100%;
  margin: 0 auto;
}

.recommend__items-item {
  flex: 0 0 calc(32% - 10px); 
margin-bottom: 20px;
}

.why__photorecommend__photo {
  width: 100%;
  height: 100%; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.recommend-item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 40px 20px;
  margin-bottom: 60px; 
  background: #fff;
	margin: 3em;
}

.recommend-item__img {
  width: 200px;
  height: 222px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recommend-item__body {
  flex: 1;
}

.recommend-items {
	text-align: center;
}
.recommend-item__tag {
	width:100%;
	color: #ffff;
  display: inline-block;
  background: #dcd1b2;
  font-size: 1.7rem;
  margin-bottom: 15px;
  font-weight: 700;
}

.recommend-item__clinic {
  font-size: 1.2rem;
  margin-bottom:0;
}

.recommend-item__name {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
    margin-top: 0;
	line-height: 1;
}
.recommend-item__name-s {
	font-size: 1rem;
}

.recommend-item__text {
font-size: 1.2rem;
    line-height: 1.4;
 margin-bottom: 0;
}

.recommend__container2{
	margin-top: 4em;
}
.recommend__b__title {
    background: url("https://miraie-seitaiin.jp/wp-content/uploads/2025/07/bk-scaled.webp") no-repeat center/cover;
    width: 100%;
	filter: drop-shadow(2px 2px 2px rgba(160, 160, 160, 0.8));
	text-align: center;
	margin: 1em 0 1.6em;
	font-size: clamp(1.5rem, 3.4vw, 2rem);
	line-height: 1.3;
	padding: 0.7em 0;
}

.red-txt{
	color: #C22941;
	font-size: 2.4rem;
	font-weight: 700;
}
.recommend__container3 {
    text-align: center;
	margin-top: 3em;
	line-height: 1.3;
  }

.recommend__container3-text {
    font-size: clamp(1.5rem, 3.4vw, 2rem);
    font-weight: bold;
	
  }

.marker__beige {
	background: linear-gradient(transparent 75%, #F5EFE2 60%)
  }

.arrow {
	width: 0;
    height: 0;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-top: 40px solid #b23636;
    margin: 3em auto 0 auto;
  }
.recommend__container2 .why__item {
  margin-bottom: 15px;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
.recommend__inner {
    padding: 2em 0 1em;
}
.recommend__title_txt {
    font-size: 1.3em;
}
.recommend__title .marker__beige {
  font-size: 1.7rem;
}
.target {
    font-size: 1.1em;
    padding-top: 4px;
}
  .recommend-item {
    flex-direction: column;
    text-align: center;
	margin: 2em 1em;
	gap: 22px;
    padding: 29px 20px;
  }

  .recommend-item__img {
    width: 100%;
    height: auto;
  }
	.recommend-item__text {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 0;
		text-align: left;
}

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

  .recommend__b__title {
    order: -1; 
  }
	.recommend__container3 {
    margin-top: 2em;
}
.arrow {
    margin: 2em auto 0 auto;
  }
.recommend__container2 {
    margin-top: 1em;
}	
	.recommend__title img {
    max-width: 96%;
}
		
}
/* 改行調整 */

/* PC */
.pc-only { display: inline; }
.sp-only { display: none; }
br.pc-only { display: block; }

/* SP */
@media screen and (max-width: 767px) {
  .pc-only { display: none; }
  .sp-only { display: inline; }
  br.sp-only { display: block; }
}


/* ==============================
   喜びの声
============================== */
.voice {
	margin-top: 0;
}

.voice__inner{
	padding: 4em 0 1em;
    background-color: #FCFAF6;
}

.voice__title span {
  font-size: 1.4rem;
  font-weight: normal;
}

strong {
  color: #C22941;
}

.voice__label {
  text-align: right;
  color: #F5EFE2;
  margin: -20px 2em;
  font-size: 2rem;
}

.voice__content {
  background: #fff;
  border-radius: 6px;
  padding: 35px 0 0;
  border-bottom: 6px solid #B0A384;
  margin: 3em;
}
.voice__img img {
  border-radius: 4px;
}

.voice-text{
    line-height: 2.1;
  font-size: 1.2rem;
  padding: 2.4em 2.8em;
	text-align:justify;
}
.red-txt-v {
	color: #C22941;
  font-weight: bold;
}

.voice-head {
  position: relative;
  display: flex;
  align-items: center;
  gap: 13px;
	padding-left: 2.5rem;
}

.voice-head::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;   
  height: 64%; 
  background: #B0A384; 
  transform: translateY(-50%);
  z-index: 0; 
}

.voice-img {
  width: 40%;
  overflow: hidden;
  position: relative;
  z-index: 2; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.voice-box-title {
  position: relative;
  z-index: 1; 
}

.voice-box-title h3 {
  color: #fff;
  margin: 0 0 6px;
  font-size: 1.36rem;
}

.voice-info {
  margin: 0;
  color: #f2f2f2;
  font-size: 1.25rem;
}

/* スマホ */
@media screen and (max-width: 768px) {
	.voice {
		margin-top: 1em;
	}
  .voice__inner {
    padding: 2em 1em 1.5em; 
  }
	.voice__title{
		font-size: 1.698rem; 
	}
  .voice__title span {
    font-size: 1.2rem; 
  }

  .voice__label {
    text-align: left;  
    margin: 0 0 1em 0;
    font-size: 1.5rem;
  }

  .voice__content {
	  margin: 0 0 2em;
    padding: 1em 1em 1em;
  }

  .voice-text {
    line-height: 1.8;
    font-size: 1rem;
    padding: 2em 0 0.5em;
  }

  .voice-img {
    width: 90%; 
  }

  .voice-head {
    flex-direction: column; 
    gap: 8px;
    padding-left: 0;
  }

  .voice-head::before {
    height: 110%; 
	width: 100%;
	    top: 48%;
  }

  .voice-box-title h3 {
    font-size: 1.1rem;
	margin: 0;
  }
.voice-box-title {
	text-align: center;
}
  .voice-info {
    font-size: 1rem;
  }

  .red-txt-v {
    font-size: 1rem; 
  }
.marker__beige {
    font-size: 2rem;
}
.arrow {
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 30px solid #b23636;
	}
}



/* ==============================
   違い
============================== */

.reason__items {
  display: flex;
  flex-direction: column;
  gap: 35px;
	margin-top: 1em;
}

.reason__item h3 {
  text-align: center;
font-size: 1.65em;
    margin: 0 0 0.5em;
	font-weight: 600;
}

.compare-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
    text-align: center;
	gap: 12px;
}
.compare-boxs{
	  display: flex;
  justify-content: center; 
  align-items: center;
	height: 7.5em;
}

.compare-left {
  background: #f0f0f0;
  text-align: center;
  font-size: 1.1em;
}

.compare-left .compare-title {
  background: #d7d7d7;
  padding: 12px;
  font-weight: 700;
  text-align: center;
}

.compare-right {
	background: #F8F7F5;
	text-align: center;
	font-size: 1.1em;
}

.compare-right .compare-title {
  background: linear-gradient(to bottom, #efe5cc, #cfc2a0); 
  padding: 12px;
  font-weight: 700;
  text-align: center;
}

.compare-right p {
  color:#C22941;
  font-weight: 600;
}

.compare-box p {
	margin-bottom: 0;
  }

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* スマホ対応 */
@media (max-width: 768px) {
	.compare-left .compare-title,
	.compare-right .compare-title{
		padding: 8px;
}
  .compare-box {
    grid-template-columns: 1fr;
  }

  .compare-left,
  .compare-right {
    border-bottom: 1px solid #ddd;
  }

  .compare-right p {
    margin-bottom: 0;
  }
.compare-boxs {
    height: 4.7em;
}
.compare-box p {
    line-height: 1.3;
}
	.reason__items {
    margin-top: 0;
}
}



/* ================================
   ビフォーアフター 全体
================================ */

.marker_beige {
    font-size: 2rem;
    background: linear-gradient(transparent 75%, #F5EFE2 60%);
}

.ba__inner {
  max-width: 900px;
  margin: 0 auto;
    padding: 1.5em 0 0;
}

.ba__title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
}

.ba__items {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.ba__item {
  position: relative;
  padding: 3em;
  border-bottom: 1px solid #eee;
  background: #fefbf7;
}

.ba__item::before {
  content: "case01";
  position: absolute;
  top: -74px;
  left: 20px;
  font-size: 5rem;
  color: #f4f1eb;
  pointer-events: none;
	font-family: "Heisei Kaku Gothic Std", "Helvetica Neue", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.ba__item:nth-child(2)::before { content: "case02"; }
.ba__item:nth-child(3)::before { content: "case03"; }

.ba__item-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  gap: 30px;
	margin: 15px 0;
}

.ba__img {
  flex: 1 1 calc(50% - 30px);
}

.ba__img img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  background: #ddd;
}

.ba__item-img::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-image: url("https://miraie-seitaiin.jp/wp-content/uploads/2025/11/ba-img-00.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.ba__item-title {
  text-align: center;
  margin:-15px 0 30px;
    font-size: 2rem;
}

.ba__item-meta {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.ba__item-text {
  font-size: 1.1rem;
  line-height: 2.2;
  padding: 2.5em;
  background: #ffff;
  border-radius: 4px;
  filter: drop-shadow(0px 4px 4px rgba(160, 160, 160, 0.35));
}

.ba__img:first-child::after {
  content: "BEFORE";
  display: block;
  text-align: center;
  font-size: 2.2rem;
  color: #444;
}

.ba__img:last-child::after {
  content: "AFTER";
  display: block;
  text-align: center;
  font-size: 2.2rem;
  color: #b7282e;
}
.ba__item-text-s{
   font-size: 0.8rem;
	  width: fit-content;
margin-left: auto;
	margin-bottom: 0;
}
/* スマホ対応 */
@media screen and (max-width: 768px) {
.ba__items {
	gap: 42px;
}
.marker_beige {
	font-size: 1.4rem;
	}
	.ba__item::before {
	top: -40px;
    font-size: 3rem;	
}
	.ba__item-meta {
	font-size: 1rem;
		margin: 1em 0 0.5em;
	}
.ba__item {
	padding: 1em 1em 2em;
	}
	.ba__item-text {
	font-size: 1rem;
    line-height: 1.8;
    padding: 1em;	
	}
.ba__title {
    margin-bottom: 35px;
}
.ba__img:first-child::after {
    font-size: 1.6rem;
}
.ba__img:last-child::after {	
    font-size: 1.6rem;
}
	.ba__item-img {
	margin: 0 0 15px;
	}
	.ba__item-text-s {
	margin-top: 0.5em;
	}
	}

/* ◆◆◆ /背景色 ◆◆◆ */
body {
  background-color: #F5EFE2;
  background-image: none;
}

/* ==============================
   違い
============================== */
.merit {
  background: #F5EFE2;
  padding: 60px 20px;
  text-align: center;
}
.merit__title{
  padding-bottom: 0;
}

.merit__content {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: -9px;
  align-items: stretch; 
}

.merit__left,
.merit__right {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.merit__item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 18px 12px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;

  min-height: 80px; 
  flex: 1;
}

.merit__text {
  display: inline-block;
  line-height: 1.4;
}

.merit__left .merit__item:nth-child(odd) { background: #B0A384; }
.merit__left .merit__item:nth-child(even) { background: #9D8752; }

.merit__right .merit__item:nth-child(odd) { background: #9D8752; }
.merit__right .merit__item:nth-child(even) { background: #B0A384; }


/* スマホ対応 */
@media (max-width: 768px) {
	.merit {
    padding: 2em 20px ;
	}
	
  .merit__content {
    flex-direction: column;
  }

  .merit__left,
  .merit__right {
    width: 100%;
	  height: 26em;
  }

  .merit__left .merit__item,
  .merit__right .merit__item {
    background: transparent !important;
  }

  .merit__content .merit__item:nth-child(odd) {
    background: #B0A384 !important;
  }

  .merit__content .merit__item:nth-child(even) {
    background: #D5CAAF !important;
  }
}



/* ==============================
   症状チェックリスト
============================== */

.check-list {
  list-style: none;
	padding: 3em;
  background: #F8F7F5;
    filter: drop-shadow(2px 2px 2px rgba(160, 160, 160, 0.8));
}

.check-list li {
	position: relative;
    font-size: clamp(1rem, 1.5vw, 1.375rem);
    line-height: 1.8;
    padding-left: 3em;
    margin-bottom: 1em;
    color: #555;
    text-align: left;
    display: block;
    word-break: break-all;
}

.check-list li:last-child {
  margin-bottom: 0;
}

.check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 1.4em;
    height: 1.4em; 
	background: url(https://miraie-seitaiin.jp/wp-content/uploads/2025/11/check-img.webp) no-repeat center / contain;
	top: 0.2em;
}

.check__title {
	line-height: 1.5;
	padding: 0;
}

.marker__beige_check {
    background: linear-gradient(transparent 75%, #F5EFE2 60%);
}


/* スマホ対応 */
@media screen and (max-width: 768px) {
.check-list {
	padding: 1.5em;
}	
	.check-list li::before {
		left: -4px;
	}
	
	.check-list li {
		padding-left: 2em;
	}
	.check-box .voice__title{
		font-size: 1.5rem;
	}
	.check__title{
		padding: 0;
		font-size: 1.7rem;	
	}
}




/* ==============================
   症状ページ
============================== */

.main-title h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin: 40px 0 30px;
}

.red {
  color: #C22941;
}
.section-label {
  text-align: center;
  padding: 18px 10px;
  margin: 40px 0 30px;
}

.red-bg {
  background: #C22941;
  color: #fff;
}

.section-label h3 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}

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

.content-block p {
  font-size: 20px;
  padding: 20px 5px;
	text-align:justify;
}

.content-block .red {
  color: #C22941;
}

.headline-box {
  background: #B0A384;
  height: 215px; 
  display: flex; 
  justify-content: center; 
  align-items: center; 
  text-align: center;
margin: 0 0;
}

.headline__txt {
  color: #fff;
font-size: clamp(1.8rem, 2.8vw, 2.5rem);
  font-weight: 700;
	padding-bottom: 0;
  line-height: 1.6;
}

.yellow-txt {
  color: #FFE65F;
}

.image-area{
	margin: 3em 3em 0;
}
.message_box{
	margin: 4em 3em;
}


/* スマホ対応 */
@media screen and (max-width: 768px) {

.image-area {
    margin: 1em 1em 0;
}
.message_box {
	margin: 2em 0em;
	}
	.headline__txt {
	font-size: 1.5rem;
	}
	
.headline-box {
    height: 158px;
}
.message_box.check__title {
		font-size: 1.5rem;	
	}
.content-block p {
    font-size: 1rem;
    padding: 20px 0px;
}
	.message__box{
		margin: 0 1rem;
	}
}
.payment {
  margin: 0;
}

/* ==============================
   下層タイトル
============================== */
.p-archive__title p.c-pageTitle__main, p.bo-page-title {
    font-size: clamp(2rem, 3.2vw, 2.6rem) !important;
    background: linear-gradient(to bottom, #efe5cc, #cfc2a0);
    margin: 0 !important;
	color: #6A5959;
	font-weight: 600;
    border-bottom: solid 3px #B0A384;
	padding-left: 3rem;
}

/* ==============================
   院長メッセージ
============================== */

.message {
  margin-top: 0;
  display: flex;
  gap: 3rem;
}

.message__img {
  flex: 0 0 45%;
  position: relative;
  aspect-ratio: 2 / 2.6;
  overflow: hidden;
}

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

.message__img figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.6em;
  font-size: clamp(1rem, 1.8vw, 1.6rem);
  font-weight: 600;
  background: rgba(255, 255, 255, 0.9); 
}

.message p {
	line-height: 2.1;
  text-align: justify;
  padding-top: 1rem;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
}

.message p:last-child {
  margin-bottom: 0;
}


.message-item__text {
  line-height: 2.1;
  font-size: 1.2rem;
  padding: 0.4em 0.8em;
  text-align: justify;
}


.section__inner-ivory {
  background: var(--bg4);
  border-radius: 2rem;
  box-shadow: 0 0 0.5rem var(--shadow);
}


.massage-container {
  margin-bottom: 5em;
}

.message-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}

.message-list li {
  position: relative;
  padding-left: 1.2em;
  line-height: 2;
  font-size: 1.2rem;
}

.message-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
/* ◆◆◆ /院長メッセージ ◆◆◆ */
/* スマホ対応 */
@media screen and (max-width: 768px) {
	
  .section__inner-ivory.inner {
    padding: 0;
  }

	.message .marker__beige {
        font-size: 1rem;
    }
	.message h2{
		font-size:1.8rem;
	}

  .message p {
    padding-top: 0;
  }
	.massage-container .marker__beige {
		font-size: 1.2rem;
	}
	.massage-container .inner {
		padding: 2rem 5% 0;
	}
	  .message {
    flex-direction: column;
    gap: 1.5rem;
  }

  .message__img {
    flex: none;
    width: 100%;
    aspect-ratio: 2 / 2.6;
  }

  .message__content {
    width: 100%;
  }

  .message-list li {
    font-size: 1rem; 
    line-height: 1.8;
  }
}



/* ===========================
   ビフォーアフター（ダイエット）
=========================== */
/* 全体コンテナ */
.ba2-section {
    padding: 50px 0;
    background-color: #FCFAF6;
	margin-top: -2rem;
}
.case_inner {
    padding: 2em 0 2em;
    margin: 0rem 5rem 3rem;
    background: #fff;
}
.case {
    max-width: 1000px;
	margin: 0rem auto 4rem;
    position: relative;
}
.case:last-child {
	margin-bottom: 0;
}
.case__title {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 3rem;
  font-weight: bold;
}

.ba2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ba2__images {
  display: flex;
  gap: 10rem;
  position: relative;
  z-index: 10;
  width: 100%;
}

.ba2__photo {
  position: relative;
  width: 135px;
}

.ba2__photo img {
  width: 100%;
  height: auto;
  display: block;
}

.ba2__label {
    position: absolute;
    top: 2.5rem;
    right: -9rem;
    background: #fff;
    border: 1px solid #999;
    padding: 0rem;
    font-size: 1.2rem;
    white-space: nowrap;
    width: 6rem; 
    text-align: center;
}

.ba2__label--after {
  border-color: #c33;
  color: #c33;
}

.ba2__data {
  position: absolute;
    top: 22%;
    left: 0;
    width: 100%;
    height: 14rem;
  background: #F5EFE2;
  z-index: 5;
  display: flex;
  align-items: center;
}

.ba2__data-inner {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
}

.ba2__data-col {
  width: 38%; 
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.ba2__data-col:first-child {
  margin-left: auto;
	margin-right: 5.5rem;
	align-items: flex-end;
}

.ba2__row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 1.2rem;
  padding-bottom: 5px;
}

.ba2__item-label {
  font-size: 0.8rem;
  color: #444;
  flex-shrink: 0;
  width: 4.5rem;
  text-align: right;
	font-weight: 600;
}

.ba2__num-wrap {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
	width: 6.5rem;
}

.ba2__num {
font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  margin-right: 0px;
  color: #444;
}


.ba2__unit {
  font-size: 1.2rem;
  font-weight: bold;
  color: #444;
}

/* ===============================
   After
================================= */
.ba2__data-col--after .ba2__num {
  color: #b22d35;
  font-size: 1.6rem;
}

.ba2__data-col--after .ba2__unit {
  color: #b22d35;
}

.ba2__data-col--after .ba2__item-label {

}

.ba2__badge {
  position: absolute;
    right: 3%;
    bottom: -7rem;
    width: 23%;
  z-index: 20;
}

.ba2__badge img {
  width: 100%;
  height: auto;
}

/* スマホ対応 */
@media screen and (max-width: 767px) {
	
.ba2-section {
    padding: 30px 0;
	}
.case_inner {
    padding: 3em 0 2em;
    margin: 0rem 1rem 2rem;
    background: #fff;
}
  .ba2 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ba2 {
    position: relative;
  }

  .ba2__badge {
    position: absolute !important;
    top: 16.5rem;
    left: 50% !important;
    transform: translateX(-50%);
    right: auto !important;
    bottom: auto !important;
	  width: 27%;
    max-width: 240px;
    z-index: 50;
  }

  .ba2__data {
    position: static;
    height: auto;
    background: none;
    margin-top: 1.5rem;
  }

  .ba2__data-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .ba2__images {
    gap: 5rem;
    justify-content: center;
    width: 75%;
}
  .ba2__photo {
    width: 44%;
  }

  .ba2__data-col {
    width: 46%;
    align-items: center;
    margin: 0;
	  gap: 0rem;
  }

  .ba2__data-col:first-child {
    margin: 0;
    align-items: center;
  }

  .ba2__row {
    justify-content: center;
  }

  .ba2__item-label {
    width: auto;
    text-align: left;
  }

  .ba2__num-wrap {
    width: auto;
  }

  .ba2__label {
    position: static;
    margin: 0 auto 0rem;
    display: block;
  }
}


/* ===========================
   料金ページ
=========================== */
.price__item {
  margin: 0em 1em 1em;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.title__green {
  background: #f9f6f0;
  margin: 0;
  padding: 15px 20px;
  font-size: 1.7rem;
  border-bottom: 2px solid #bfa46f;
}

.text__green {
  color: #6A5959; 
  font-weight: bold;
}

.price__list {
  width: 100%;
  border-collapse: collapse;
}

.price__list th, 
.price__list td {
    text-align: center;
    vertical-align: middle;
}

.price__list th {
  background: #fafafa;
  font-weight: bold;
  width: 40%;
}
.price-row--first th {
  font-size: 1.4rem;
}
.price-row--first {
  background: #fffafa;
}

.price-highlight {
  color: #d63333; 
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #eee;
	text-align: center;
	vertical-align: middle; 
}

.price-highlight span {
  font-size: 0.9rem;
  margin-left: 4px;
}

.price-row--second td {
  font-size: 1.1rem;
}
.price-row--third td{
	  padding: 18px 20px;
  border-bottom: 1px solid #eee;
	text-align: center;
	vertical-align: middle; 
	  font-size: 1.1rem;
}

.price-text {
  font-size: 1.2rem;
	text-align: center;
}


/* スマホ対応 */
@media screen and (max-width: 768px) {
	.price__item {
    margin: 2em 0em 1em;
}
.title__green {
    font-size: 1.3rem;
}
	.price-row--first th {
    font-size: 1rem;
}
  .price__list th {
    width: 50%;
    font-size: 0.9rem;
  }
	.price-text {
    font-size: 1rem;
		text-align: left;
}
  .price-highlight {
    font-size: 1.4rem;
  }
}