@charset "utf-8";
/*
* ベースカラーの設定 *
ヒアリングシートのベースカラーはここに設定してください
*/
/* カラーバリエーション01 */
:root {
	--color01: #2d63a6;
	--color02: #eb6124;
	--color03: #edf3fa;
	--color04: #f7f2e8;
	--stripe01: #5082c0;
	--stripe02: #ee7c49;
}
/* カラーバリエーション02 */
/* :root {
	--color01: #0b5c6c;
	--color02: #3ba6a5;
	--color03: #dcebf1;
	--color04: #f8f8ec;
	--stripe01: #2b7280;
	--stripe02: #55b2b1;
} */
/* カラーバリエーション03 */
/* :root {
	--color01: #8d7a78;
	--color02: #d99694;
	--color03: #f8f4ec;
	--color04: #fff0ef;
	--stripe01: #9c8b8a;
	--stripe02: #dea4a2;
} */

/*
Theme Name: portals_responsive
Author: portals
*/
/*==================================
* reset
* html5doctor.com Reset Stylesheet
* v1.6.1
* Last Updated: 2010-09-17
* Author: Richard Clark - http://richclarkdesign.com
* Twitter: @rich_clark
==================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
ol,
ul {
	list-style: none;
}
img {
	vertical-align: top;
	line-height: 0;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input,
select {
	vertical-align: middle;
}
address {
	font-style: normal;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/*==================================
base
==================================*/
.clear {
	clear: both;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.img_left,
.img_right {
	margin: 0 auto 16px;
}
.img_center {
	display: block;
	margin: 0 auto 16px;
}
.only_pc {
	display: none;
}
img {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 100%;
	height: auto;
}
a:link {
	color: #83a139;
}
a:visited {
	color: #fcafa7;
}
a:hover {
	color: #baea83;
}
a:active {
	color: #baea83;
}
.italic {
	display: contents;
	font-style: italic;
}
.marker {
	background: linear-gradient(transparent 64%, rgb(255 250 125 / 86%) 0%);
}
body {
	overflow-x: hidden;
	background: #fff;
	color: #48433c;
	font-size: clamp(15px, 3vw, 18px);
	line-height: 1.5;
	font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
}
@media screen and (min-width: 480px) {
	.img_left,
	.img_right {
		width: 40%;
	}
	.img_left {
		float: left;
		margin: 0 16px 16px 0;
	}
	.img_right {
		float: right;
		margin: 0 0 16px 16px;
	}
}
@media screen and (min-width: 680px) {
	.img_left,
	.img_right {
		width: 40%;
	}
	.img_left {
		margin: 0 24px 24px 0;
	}
	.img_right {
		margin: 0 0 24px 24px;
	}
	.only_sp {
		display: none !important;
	}
	.only_pc {
		display: block;
	}
	a:hover img,
	a:active img {
		-webkit-opacity: 0.7;
		opacity: 0.7;
	}
	body {
		width: 100%;
		font-size: 18px;
		line-height: 1.6;
	}
}
/*メイン画像の大きさに合わせてメディアスクリーンとbodyのmin-widthを必ず変更してください*/
@media screen and (min-width: 1460px) {
	body {
		min-width: 1460px;
	}
}
/*==================================
layout
==================================*/
#contents {
	margin: 0 auto;
	width: min(98%, 1360px);
	box-sizing: border-box;
}
.inner {
	margin: 0 calc(50% - 50vw);
	padding: 3em calc(50vw - 48%);
}
.conts {
	margin: 16px 12px;
}
.conts:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}
.conts .conts_inner {
	overflow: hidden;
}
.conts p:not([class]) {
	margin-bottom: 8px;
}
.bnr {
	margin: clamp(16px, 5vw, 56px) auto;
}
.ttl {
	margin: clamp(20px, 4.5vw, 56px) auto;
}
/*色のみ変更すればチェックの色を変更可能*/
.bg01 {
	background-color: #d08f62;
	background-size: 8px 8px;
	background-image: linear-gradient(-45deg,
			transparent 8%,
			#e5c0a6 8%,
			#e5c0a6 50%,
			transparent 50%,
			transparent 58%,
			#e5c0a6 58%,
			#e5c0a6);
}
.bg02 {
	background-color: #edded4;
	background-size: 8px 8px;
	background-image: linear-gradient(-45deg,
			transparent 8%,
			#efe3da 8%,
			#efe3da 50%,
			transparent 50%,
			transparent 58%,
			#efe3da 58%,
			#efe3da);
}
/*iframeレスポンシブ*/
.contact_gmap,
.youtube {
	margin-top: 1em;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.contact_gmap iframe,
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
@media screen and (min-width: 782px) {
	.inner {
		padding: 5em calc(50vw - 48%);
	}
	.conts {
		margin: 24px;
	}
	.bnr {
		margin: clamp(16px, 10vw, 56px) auto;
	}
	.ttl {
		margin: clamp(20px, 9vw, 56px) auto;
	}
}
.no_toppadding {
	padding-top: 0;
}
.no_topmargin {
	margin-top: 0;
}
.no_bottommargin {
	margin-bottom: 0;
}
/*==================================
Header
==================================*/
#header {
	position: relative;
	z-index: 999999;
	border-top: solid 12px var(--color01);
	border-bottom: solid 2px var(--color01);
	background: #fff;
}
.h_inner {
	overflow: hidden;
	margin: 0 auto;
	padding: 8px 0 0;
	width: 90%;
	box-sizing: border-box;
}
.h1 {
	margin: 0 auto 0.2em;
	font-weight: normal;
	font-size: 13px;
	box-sizing: border-box;
	text-align: left;
}
.h_logo {
	width: min(80%, 452px);
	/*画像の幅のピクセル数を指定*/
	margin: 8px auto;
}
@media screen and (min-width: 680px) {
	#header {
		border-top: none;
		border-bottom: none;
		display: block;
		padding: 8px 0 0;
	}
	.h1 {
		font-weight: bold;
		font-size: clamp(15px, 3vw, 23px);
	}
	.h_inner {
		width: min(95%, 1280px);
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		padding: 0 8px 16px;
	}
	.h_logo_wrap {
		width: 50%;
	}
	.h_logo {
		width: min(100%, 452px);
		/*画像の幅のピクセル数を指定*/
		margin: 8px 0;
	}
	.h_logo img {
		margin: 0;
	}
	.h_contact {
		margin: 0 0 8px 2em;
		width: 45%;
		max-width: 400px;
	}
	.h_contact a {
		position: relative;
		display: block;
		padding: 0.2em;
		background: var(--color01);
		border: solid 3px var(--color01);
		color: #fff;
		font-size: clamp(20px, 2.4vw, 24px);
		font-weight: bold;
		letter-spacing: 0.1em;
		text-align: center;
		text-decoration: none;
		box-shadow: 2.828px 2.828px 0px 0px rgba(197, 207, 215, 1);
		box-sizing: border-box;
		border-radius: 8px;
		transition: color 0.3s ease;
	}
	.h_contact a span {
		position: relative;
	}
	.h_contact a::before {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		width: 100%;
		height: 100%;
		background: #fff;
		transform: scaleX(0);
		transform-origin: right;
		transition: all 0.3s ease;
		transition-property: transform;
		border-radius: 8px;
	}
	.h_contact a:hover {
		color: var(--color01);
	}
	.h_contact a:hover::before {
		transform: scaleX(1);
		transform-origin: left;
	}
}
/*==================================
Navigation
==================================*/
nav {
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0 5px 7px -2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 7px -2px rgba(0, 0, 0, 0.2);
}
.gnav_sp {
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
}
.gnav_sp li {
	padding: 4px;
}
.gnav_sp li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
	color: #402a13;
	font-weight: bold;
	font-size: clamp(13px, 2vw, 18px);
	text-align: center;
	text-decoration: none;
}
.gnav_sp li a::before {
	content: '';
	display: block;
	width: min(8vw, 54px);
	height: min(8vw, 54px);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.gnav_sp li.gnav_sp_contact a::before {
	background-image: url(image/mail_btn_icon.png);
}
.gnav_sp li.gnav_sp_price a::before {
	background-image: url(image/price_btn_icon.png);
}
.gnav_sp li.gnav_sp_site a::before {
	background-image: url(image/home_btn_icon.png);
}
.gnav_sp li.gnav_sp_access a::before {
	background-image: url(image/access_btn_icon.png);
}
.fixed {
	position: fixed;
	top: 0;
	z-index: 999999;
}
.fixed .gnav_sp {
	border-bottom: solid 2px var(--color01);
}
/*ページ内リンク対策 グローバルナビの飛び先のsectionにpage_linkクラスを追加してください*/
.page_link {
	margin-top: -128px;
	padding-top: 128px;
}
@media screen and (min-width: 480px) {
	#header .fixed {
		width: 100%;
		top: 0;
		left: 0;
	}
}
@media screen and (min-width: 680px) {
	ul.gnav_pc {
		display: flex;
		margin: 0 auto;
		max-width: 1240px;
	}
	ul.gnav_pc li {
		position: relative;
		flex-grow: 1;
		box-sizing: border-box;
	}
	ul.gnav_pc li::before,
	.gnav_pc li:last-child::after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		transform: translatey(-50%);
		width: 0;
		padding-top: 2em;
		/*区切り線の長さ*/
		border-left: solid 1px #3a2b22;
		/*区切り線の色*/
		box-sizing: border-box;
	}
	ul.gnav_pc li::before {
		left: 0;
	}
	ul.gnav_pc li:last-child::after {
		right: 0;
	}
	ul.gnav_pc li a {
		display: block;
		padding: 0.5em 0;
		color: inherit;
		font-size: clamp(16px, 2.5vw, 20px);
		font-weight: bold;
		text-decoration: none;
		text-align: center;
	}
	ul.gnav_pc li.gnav_pc_ba a {
		color: var(--color02);
	}
}
/*==================================
mainimg
==================================*/
.main_img {
	background-color: #F4F1EC;
	position: relative;
	display: block;
	margin: 0 auto;
}
.main_point {
	margin: 0 auto -4.5vw;
}
.main_point picture {
	position: relative;
	top: -4.5vw;
}
@media screen and (min-width: 1480px) {
	.main_point {
		margin: 0 auto -66px;
	}
	.main_point picture {
		position: relative;
		top: -66px;
	}
}
/*==================================
heading
==================================*/
.heading01,
.heading02 {
	position: relative;
	margin: 0 calc(50% - 50vw) clamp(24px, 10vw, 100px);
	padding: 0.5em calc(50vw - 49%);
	text-align: center;
	font-size: clamp(20px, 5vw, 56px);
	color: #fff;
}
.heading01::after,
.heading02::after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	height: calc(min(15vw, 164px) / 3);
	width: min(15vw, 164px);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translate(-50%, 99%);
}
.heading01,
.heading01::after {
	background-color: var(--color01);
	background-size: 6px 6px;
	background-image: linear-gradient(-45deg,
			transparent 8%,
			var(--stripe01) 8%,
			var(--stripe01) 50%,
			transparent 50%,
			transparent 58%,
			var(--stripe01) 58%,
			var(--stripe01));
}
.heading02,
.heading02::after {
	background-color: var(--color02);
	background-size: 6px 6px;
	background-image: linear-gradient(-45deg,
			transparent 8%,
			var(--stripe02) 8%,
			var(--stripe02) 50%,
			transparent 50%,
			transparent 58%,
			var(--stripe02) 58%,
			var(--stripe02));
}
.heading_line2 {
	line-height: 1.1;
}
/* ビフォーアフター */
.ba_heading_firstline {
	display: block;
	font-size: 60.71%;
}
.ba_heading_span {
	display: inline-block;
}
@media screen and (min-width: 782px) {
	.ba_heading_span {
		display: inline-block;
	}
}
/* お問い合わせ */
.contact_heading01 {
	text-align: center;
	margin: min(10vw, 80px) auto min(3vw, 24px);
	font-size: clamp(18px, 4vw, 38px);
}
.contact_heading02 {
	display: flex;
	align-items: center;
	gap: .5em;
	margin: 0 auto min(3vw, 24px);
	font-size: clamp(20px, 4.5vw, 40px);
}
.contact_heading02::before {
	display: block;
	content: '';
	width: min(2vw, 9px);
	height: min(1.8em, 56px);
	background-color: var(--color02);
	border-radius: 100px;
}
/*==================================
原因
==================================*/
.cause {
	background-color: var(--color03);
}
.cause_list {
	position: relative;
	margin: 0 auto 30px;
	padding: 3%;
	width: min(100%, 1000px);
	background-color: #fff;
	border: solid 3px var(--color01);
	box-sizing: border-box;
}
.cause_list::before,
.cause_list::after {
	bottom: 0;
	left: 50%;
}
.cause_list::before {
	display: block;
	position: absolute;
	content: '';
	height: calc(56px / 2);
	width: 56px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color: var(--color01);
	transform: translate(-50%, 100%);
}
.cause_list::after {
	display: block;
	position: absolute;
	content: '';
	height: calc(50px / 2);
	width: 50px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color: #fff;
	transform: translate(-50%, calc(100% - 1px));
}
.cause_list li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: .5em;
	font-weight: bold;
	font-size: clamp(18px, 4vw, 30px);
}
.cause_list li::before {
	flex-shrink: 0;
	content: '';
	aspect-ratio: 1/1;
	width: 1.5em;
	margin: 0 .5em 0 0;
	background: url(image/ico_check01.png) no-repeat;
	background-size: contain;
}
.cause_img {
	margin: 3em auto 0;
}
@media screen and (min-width: 782px) {
	.cause_list {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.cause_list li {
		font-size: clamp(18px, 2.5vw, 30px);
	}
}
/*==================================
ビフォーアフター
==================================*/
.ba_list {
	margin: min(5vw, 40px) auto;
	display: flex;
	flex-direction: column;
	gap: min(4vw, 32px);
}
.ba_menseki {
	color: var(--color02);
	text-align: center;
	font-size: clamp(15px, 3vw, 18px);
	font-weight: bold;
}
.ba_menseki span {
	display: inline-block;
}
@media screen and (min-width: 782px) {
	.ba_list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: min(4vw, 32px);
	}
	.ba_list li {
		width: min(calc(50% - min(2vw, 16px)), 600px);
	}
}
/*==================================
喜びの声
==================================*/
.voice {
	padding: 0 calc(50vw - 48%) 8%;
	background-color: var(--color04);
}
.voice_list li {
	margin: 16px auto;
	position: relative;
	padding: min(7vw, 32px);
	background-color: #fff;
	box-sizing: border-box;
	box-shadow: 0px 5px 6.58px 0.42px rgba(80, 66, 52, 0.24);
	text-align: left;
}
.voice_ttl {
	margin: 0.8em auto;
	font-size: clamp(18px, 2.5vw, 22px);
	font-weight: bold;
	line-height: 1.3;
	color: var(--color02);
}
.voice_txt {
	margin: 1.5em auto 0;
	z-index: 1;
	position: relative;
	font-size: 13px;
}
.voice_bt a {
	position: relative;
	display: block;
	width: fit-content;
	margin: min(10vw, 80px) auto 0;
	padding: .5em 2.5em .5em 2em;
	background-color: #fff;
	color: var(--color02);
	font-weight: bold;
	font-size: clamp(20px, 5vw, 50px);
	text-decoration: none;
	border: solid 3px var(--color02);
	border-radius: 100px;
}
.voice_bt a::after {
	position: absolute;
	top: 50%;
	right: 1.5em;
	display: block;
	content: '▲';
	font-size: 80%;
	transform: translate(0, -50%) rotate(90deg);
}
.menseki {
	margin: 1em auto 0;
	font-size: 14px;
	text-align: center;
	color: #f66b12;
}
@media screen and (min-width: 782px) {
	.voice {
		padding: 0 0 8%;
	}
	.voice_list {
		margin: min(4vw, 32px) auto;
		width: fit-content;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: min(4vw, 32px);
	}
	.voice_list li {
		margin: 0;
		width: min(calc(33% - min(6vw, 48px)), calc(302px + min(8vw, 64px)));
	}
	.voice_bt a,
	.voice_bt a::after {
		transition: 1s;
	}
	.voice_bt a:hover {
		background-color: var(--color02);
		color: #fff;
	}
	.voice_bt a:hover::after {
		color: #fff;
	}
}
/*==================================
オファーバナー
==================================*/
.offer_bt a {
	position: relative;
	display: block;
	width: fit-content;
	margin: min(10vw, 80px) auto 0;
	padding: .5em 2.5em .5em 2em;
	color: #fff;
	font-weight: bold;
	font-size: clamp(20px, 5vw, 54px);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-decoration: none;
	text-shadow: 2.868px 4.096px 3px rgba(72, 67, 60, 0.13);
	background-image: linear-gradient(0deg, rgb(216, 83, 25) 0%, rgb(229, 109, 56) 55%, rgb(241, 134, 87) 100%);
	box-shadow: 2.868px 4.096px 3px 0px rgba(72, 67, 60, 0.13);
	border-radius: 25px;
}
.offer_bt a .itaric {
	font-style: italic;
}
.offer_bt a::after {
	position: absolute;
	top: 50%;
	right: 1em;
	display: block;
	content: '▲';
	font-size: 80%;
	transform: translate(0, -50%) rotate(90deg);
}
@media screen and (min-width: 782px) {
	.offer_bt a {
		overflow: hidden;
		position: relative;
	}
	.offer_bt a::before {
		content: '';
		position: absolute;
		top: -200px;
		left: -200px;
		display: block;
		background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
		width: 200px;
		height: 200px;
	}
	.offer_bt a:hover::before {
		animation: shine-run 2s ease-in infinite;
	}
	@keyframes shine-run {
		0% {
			transform: scale(0.5) rotate(45deg);
			opacity: 0;
		}
		25% {
			transform: scale(1) rotate(45deg);
			opacity: 0.8;
		}
		100% {
			transform: scale(250) rotate(45deg);
			opacity: 0;
		}
	}
}
/*==================================
お悩み
==================================*/
.onayami {
	background-color: var(--color03);
}
.onayami_list {
	margin: 0 auto;
	width: min(96%, 1000px);
	display: flex;
	flex-direction: column;
	gap: min(6vw, 80px);
}
.onayami_list li {
	display: grid;
	align-items: center;
	grid-template-columns: 1fr 1fr;
	gap: min(5vw, 40px);
	padding: min(3vw, 40px);
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(237, 243, 250, 0.004);
}
.onayami_list li:nth-child(2n+1) {
	background: url(image/onayami_bgimg.png) no-repeat left top #fff;
	background-size: min(45%, 468px);
}
.onayami_list li:nth-child(2n) {
	direction: rtl;
	background: url(image/onayami_bgimg.png) no-repeat right bottom #fff;
	background-size: min(45%, 468px);
}
/*==================================
当院の施術法
==================================*/
.sejutsu {
	display: flex;
	flex-direction: column;
	gap: min(6vw, 48px);
	background: url(image/sejutsu_bg.jpg) no-repeat center bottom;
	background-size: 150%;
}
.effect {
	background-color: #f5f0ee;
}
.effect_conts {
	margin: min(5vw, 40px) auto 0;
	padding: min(10vw, 80px);
	aspect-ratio: 1000/882;
	width: min(96%, 1000px);
	background: url(image/effect_bg.jpg) no-repeat bottom center;
	background-size: contain;
	border-radius: 30px;
	box-sizing: border-box;
}
.effect_txt {
	padding: min(3vw, 24px);
	color: #491c08;
	font-size: clamp(16px, 3vw, 31px);
	font-weight: bold;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px min(2vw, 16px) min(5vw, 40px) rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 1920px) {
	.sejutsu {
		background: url(image/sejutsu_bg.jpg) repeat-x center bottom;
		background-size: auto;
	}
}
/*==================================
5つの特徴
==================================*/
.point {
	background-color: var(--color03);
}
.point_list {
	margin: 0 auto;
	width: min(100%, 1000px);
	display: flex;
	flex-direction: column;
	gap: min(4vw, 32px);
	counter-reset: point-list;
}
.point_list li {
	counter-increment: point-list;
	display: grid;
	gap: min(4vw, 32px);
}
.point_list li:not(:last-child) {
	padding: 0 0 min(4vw, 32px);
	border-bottom: dotted 2px #ccc;
}
.point_list li h3 {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: .5em;
	font-size: clamp(20px, 4vw, 34px);
	line-height: 1.3;
}
.point_list li h3::before,
.point_list li h3::after {
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	width: clamp(60px, 12vw, 110px);
	aspect-ratio: 1;
	color: #fff;
	line-height: 1;
	text-align: center;
	box-sizing: border-box;
}
.point_list li h3::before {
	content: counter(point-list, decimal-leading-zero);
	align-items: flex-end;
	padding: 0 0 0.4em;
	background-color: var(--color01);
	border-radius: 50%;
	font-size: min(135%, 46px);
	font-weight: bold;
}
.point_list li h3::after {
	content: "point";
	position: absolute;
	left: 0;
	top: 0;
	align-items: flex-start;
	padding: 0.8em 0 0;
	font-size: min(59%, 20px);
	font-weight: bold;
	pointer-events: none;
}
@media screen and (min-width: 782px) {
	.point_list li {
		grid-template-columns: 1fr min(40%, 420px);
		grid-template-rows: auto;
	}
	.point_list li h3 {
		font-size: clamp(20px, 3.5vw, 34px);
	}
	.point_list li h3::before,
	.point_list li h3::after {
		width: clamp(60px, 11vw, 110px);
	}
	.point_list figure {
		align-self: center;
		grid-column: 2/3;
		grid-row: 1/3;
	}
	.point_txt {
		font-size: clamp(15px, 1.5vw, 18px);
	}
}
/*==================================
施術の流れ
==================================*/
.flow_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: min(3vw, 24px);
	counter-reset: flow_list;
	width: min(100%, 1000px);
	margin: 0 auto;
}
.flow_list li {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: min(100%, 300px);
	margin: 0 auto;
}
.flow_list_ttl {
	position: relative;
	padding: 0 0 0 2.4em;
	font-size: clamp(14px, 4vw, 23px);
	font-weight: bold;
}
.flow_list_ttl::before {
	position: absolute;
	display: inline-block;
	counter-increment: flow_list;
	content: counter(flow_list, decimal-leading-zero);
	width: 2em;
	height: 100%;
	left: 0;
	background: var(--color03);
	text-align: center;
	color: var(--color01);
	border-radius: 0 100px 100px 0;
}
@media screen and (min-width: 782px) {
	.flow_list {
		grid-template-columns: repeat(3, 1fr);
		gap: min(5vw, 40px);
	}
	.flow_list_ttl {
		font-size: clamp(14px, 2.5vw, 23px);
	}
}
/*==================================
院長挨拶・保有資格
==================================*/
.greet {
	display: flex;
	flex-direction: column;
	gap: min(8vw, 64px);
	background-color: #fffcf3;
	text-align: center;
}
.greet_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: min(3vw, 24px);
	max-width: 1050px;
	margin: 0 auto;
	text-align: left;
}
/*必要に応じて画像横幅指定*/
.greet_pic {
	width: min(60%, 300px);
}
.greet_conts {
	display: flex;
	flex-direction: column;
	gap: min(4vw, 32px);
}
.greet_bio_ttl {
	display: flex;
	align-items: center;
	gap: 1em;
	font-size: clamp(18px, 3.5vw, 26px);
}
.greet_bio_ttl::after {
	flex: 1;
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #000;
}
.greet_bio_list {
	list-style: disc;
	padding: 0 0 0 1.5em;
}
.cert_pic {
	margin: 0 auto;
	width: min(96%, 1100px);
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: min(3vw, 24px);
}
@media screen and (min-width: 782px) {
	.greet_box {
		flex-direction: row-reverse;
		align-items: flex-start;
		gap: min(5vw, 40px);
	}
	.greet_pic {
		flex-shrink: 0;
		width: min(60%, 344px);
	}
	.greet_txt,
	.greet_bio_list {
		font-size: clamp(15px, 1.5vw, 18px);
	}
}
/*==================================
よくある質問
==================================*/
.faq_list {
	margin: 0 auto;
	width: min(100%, 1000px);
}
.faq_list_box {
	display: flex;
	flex-direction: column;
	gap: min(3vw, 24px);
	padding: min(5vw, 40px) .5em;
	border-bottom: dotted 2px #ccc;
}
.faq_list_box:first-child {
	padding: 0 .5em min(5vw, 40px);
}
.faq_list_box>* {
	display: flex;
	gap: min(3vw, 24px);
}
.faq_list_box dt {
	font-weight: bold;
	align-items: center;
}
.faq_list_box dd {
	align-items: flex-start;
}
.faq_list_box>*::before {
	flex-shrink: 0;
	display: block;
	width: 2em;
	line-height: 2;
	text-align: center;
	font-weight: bold;
	font-size: clamp(20px, 5vw, 40px);
	aspect-ratio: 1/1;
	border-radius: 50%;
}
.faq_list_box dt::before {
	content: 'Q';
	color: var(--color01);
	background-color: var(--color03);
}
.faq_list_box dd::before {
	content: 'A';
	color: var(--color02);
	background-color: #ffeae1;
}
/*==================================
お問合せ
==================================*/
/*共通*/
/*お問合せボタン共通スタイル*/
.contact {
	background-color: #f5f0ee;
}
.contact_inner {
	margin: 0 auto;
	width: min(98%, 1080px);
}
.contact_tel,
.contact_line,
.contact_net {
	color: inherit;
	text-decoration: none;
	border-radius: 10px;
	box-sizing: border-box;
}
.contact_tel a,
.contact_line a,
.contact_net a {
	display: grid;
	grid-template-columns: min(25%, 100px) 1fr;
	align-items: center;
	padding: 0 .5em;
	color: inherit;
	text-decoration: none;
	font-weight: bold;
}
/*横並びにしたときに高さをそろえるためliに色や線を設定*/
.contact_tel {
	color: #fff;
	background: var(--color01);
}
.contact_line {
	color: #fff;
	background: #69d068;
}
.contact_net {
	color: #fff;
	background: var(--color02);
}
.contact_tel a::before,
.contact_line a::before,
.contact_net a::before {
	content: '';
	aspect-ratio: 1/1;
	width: min(2em, 76px);
	margin: 0 0 0 auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.contact_tel a::before {
	background-image: url(image/tel_button_ico.png);
}
.contact_line a::before {
	background-image: url(image/line_button_ico.png);
}
.contact_net a::before {
	background-image: url(image/web_button_ico.png);
}
@media screen and (min-width: 680px) {
	.contact_tel:hover,
	.contact_line:hover,
	.contact_net:hover {
		opacity: 0.7;
	}
}
/*ボタン*/
.contact_bt {
	margin: 1em auto 0;
}
.contact_bt li {
	margin: 8px auto;
	text-decoration: none;
	text-align: center;
	box-shadow: 2.868px 4.096px 3px 0px rgba(72, 67, 60, 0.13);
}
.contact_bt li a::before {
	font-size: clamp(32px, 8vw, 52px);
}
/*電話ボタン*/
.contact_bt .contact_tel {
	padding: 0.5em 0.1em;
	font-size: clamp(32px, 8vw, 48px);
	line-height: 1;
}
.contact_bt .contact_tel .txt_s {
	display: block;
	font-size: 52%;
}
/*LINEボタン・Web予約ボタン*/
.contact_bt .contact_line,
.contact_bt .contact_net {
	padding: 0.3em 0.1em;
	font-size: clamp(32px, 8vw, 55px);
}
@media screen and (min-width: 680px) {
	.contact_bt li a::before {
		font-size: clamp(18px, 5vw, 52px);
	}
	/*電話ボタン*/
	.contact_bt .contact_tel {
		font-size: clamp(18px, 4vw, 48px);
	}
	/*LINEボタン・Web予約ボタン*/
	.contact_bt .contact_line,
	.contact_bt .contact_net {
		font-size: clamp(32px, 5vw, 55px);
	}
}
/*予約ボタン横並び*/
.contact_bt {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.contact_bt_s {
	width: 100%;
}
/*1院用*/
.contact_single_add {
	margin: 1em auto;
}
@media screen and (min-width: 480px) {
	.contact_single_add br {
		display: none;
	}
}
@media screen and (min-width: 680px) {
	.contact_single {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: min(5vw, 40px);
	}
	.contact_single>* {
		width: min(48%, 500px);
	}
	.contact_single .contact_bt {
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 0;
	}
	.contact_single ul.contact_bt li:first-child a {
		margin-top: 0;
	}
	.contact_single_add {
		margin: 2em auto;
		font-size: 20px;
		line-height: 1.4;
	}
}
/*複数院用*/
.contact_multiple>li {
	margin-top: 1.5em;
}
.contact_uketsuke_txt {
	margin-top: 1em;
	font-weight: bold;
	font-size: clamp(18px, 2vw, 20px);
	line-height: 1.2;
}
.contact_uketsuke_txt>p:first-child {
	margin: 0 auto 0.5em;
	padding: 0 1.5em 0.1em;
	display: inline-block;
	background: #6a3906;
	color: #fff;
}
.contact_multiple .contact_add {
	margin-top: 0.5em;
	padding-top: 0.5em;
	border-top: dotted 1px #7c6754;
	font-size: clamp(18px, 2vw, 20px);
	line-height: 1.2;
}
@media screen and (min-width: 680px) {
	.contact_multiple>li {
		margin-top: 2.5em;
	}
	.contact_multiple {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: min(5vw, 40px);
	}
	.contact_multiple>* {
		width: calc(50% - min(2.5vw, 20px));
		max-width: 554px;
	}
	.contact_multiple .contact_add {
		margin-top: 1em;
		padding-top: 1em;
	}
}
@media screen and (min-width: 1240px) {
	.contact_multiple {
		margin: 0 -80px;
	}
	.contact_multiple .contact_bt li a {
		max-width: 554px;
	}
	.contact_uketsuke_txt {
		margin-top: 1em;
	}
}

/* 受付時間の表 */
table.contact_uketsuke {
	margin: 2em auto;
	width: 98%;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 10px;
	border: solid 2px #f1dbd1;
	overflow: hidden;
	box-sizing: border-box;
}
.contact_uketsuke th,
.contact_uketsuke td {
	padding: 8px 4px;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	color: #48433c;
	font-size: clamp(13px, 3vw, 39px);
}
.contact_uketsuke .contact_uketsuke_th {
	color: #48433c;
}
.contact_uketsuke td {
	color: var(--color02);
}
.contact_uketsuke th:not(:first-child),
.contact_uketsuke td:not(:first-child) {
	border-left: solid 2px #f1dbd1;
}
.contact_uketsuke tr:not(:first-child) th,
.contact_uketsuke tr:not(:first-child) td {
	border-top: solid 2px #f1dbd1;
}
.contact_uketsuke tr:first-child>th {
	background: #f1dbd1;
}
.contact_uketsuke tr> :first-child {
	width: 7em;
}
.contact_uketsuke_note {
	color: var(--color02);
	font-size: clamp(20px, 3.5vw ,24px);
	font-weight: bold;
	text-align: center;
}
@media screen and (min-width: 680px) {
	.contact_uketsuke th,
	.contact_uketsuke td {
		padding: 12px 8px;
	}
}
/*==================================
スマホ固定CTAボタン
==================================*/
/* 一院用 */
.contact_bt.sp_fix_bt {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 4px;
	padding: 1%;
	width: 100%;
	background-color: #fffcf3;
	box-sizing: border-box;
}
.contact_bt.sp_fix_bt li {
	width: 100%;
	padding: 0;
	margin: 0;
	box-shadow: none;
	line-height: 1.5;
}
.contact_bt.sp_fix_bt li a {
	display: flex;
	justify-content: center;
	padding: .8em .5em;
	text-decoration: none;
	text-align: center;
	font-size: clamp(17px,4vw,25px);
}
.contact_bt.sp_fix_bt li a::before {
	width: min(.8em, 40px);
	margin: 0;
}
/* 複数院用 */
.modal_tel_open,
.modal_line_open,
.modal_web_open {
	display: flex;
	justify-content: center;
	padding: .8em .5em;
	text-decoration: none;
	text-align: center;
	font-size: clamp(17px,4vw,25px);
	font-weight: bold;
}
.modal_tel_open::before,
.modal_line_open::before,
.modal_web_open::before {
	content: '';
	display: block;
	aspect-ratio: 1/1;
	width: min(1.5em, 40px);
	margin: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.modal_tel_open::before {
	background-image: url(image/tel_button_ico.png);
}
.modal_line_open::before {
	background-image: url(image/line_button_ico.png);
}
.modal_web_open::before {
	background-image: url(image/web_button_ico.png);
}
.modal_tel_container,
.modal_line_container,
.modal_web_container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	box-sizing: border-box;
}
.modal_tel_container::before,
.modal_line_container::before,
.modal_web_container::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.modal_tel_container.active,
.modal_line_container.active,
.modal_web_container.active {
	opacity: 1;
	visibility: visible;
}
.modal_body {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 500px;
	width: 90%;
}
.modal_close {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -40px;
	right: 0;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
.modal_content {
	background: #fff;
	padding: 30px;
}
.modal_contact_tel_ttl,
.modal_contact_line_ttl,
.modal_contact_web_ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: clamp(15px,3vw,24px);
	color: #48433c;
	font-weight: bold;
}
.modal_contact_tel_list li a,
.modal_contact_line_list li a,
.modal_contact_web_list li a {
	display: block;
	margin: .5em auto;
	max-width: 16em;
	padding: .5em;
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-size: clamp(15px,3vw,24px);
	border-radius: 8px;
}
.modal_contact_tel_list li a {
	background-color: var(--color01);
}
.modal_contact_line_list li a {
	background-color: #00b900;
}
.modal_contact_web_list li a {
	background-color: var(--color02);
}
.contact_bt.sp_fix_bt .modal_content li a {
	gap: 8px;
}
/*==================================
Footer
==================================*/
.copyright {
	border-top: solid 5px var(--color02);
	background: #fff;
	color: inherit;
	text-align: center;
	margin: 0 0 20%;
}
.copyright small {
	font-size: 1rem;
	font-size: 10px;
}
@media screen and (min-width: 680px) {
	.copyright {
		padding: 8px 0;
		margin: 0;
	}
	.copyright small {
		font-size: 14px;
	}
	.copyright a {
		color: inherit;
	}
	.copyright a:hover,
	.copyright a:active {
		color: #baea83;
	}
}
/*==================================
プライバシーポリシー
==================================*/
.policy_heading01 {
	font-size: clamp(20px, 4vw, 34px);
	text-align: center;
	padding: .5em 0;
	border-top: solid 1px #000;
	border-bottom: solid 3px #000;
}
.policy_heading02 {
	margin: min(5vw, 40px) auto;
	padding: .5em;
	font-size: clamp(16px, 3.5vw, 28px);
	background-color: #ddd;
}
.policy_content {
	margin: .8em 1em;
}
.policy_content p {
	margin: .8em 0;
}
.policy_content ul {
	list-style: disc;
	margin: .8em 0 .8em 4em;
}
.policy_content ul.menseki_list {
	margin: .8em 0 .8em 1em;
}