@charset "utf-8";
/*
* ベースカラーの設定 *
ヒアリングシートのベースカラーはここに設定してください
*/
:root {
	--color01: #8fc31f;
	--color02: #f39800;
	--color03: #69d068;
	--color04: #3a82bd;
	--color05: #fcac00;
}
/*
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: #371800;
	font-size: 15px;
	line-height: 1.5;
	font-family: "Kozuka Gothic Pr6N", "小塚ゴシック Pr6N", "游ゴシック", "Hiragino Kaku Gothic ProN", "Meiryo", 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 24px;
	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: #fdfcf1;
	background-size: 24px 24px;
	background-image: linear-gradient(
		-45deg,
		transparent 10%,
		#faf9e2 10%,
		#faf9e2 50%,
		transparent 50%,
		transparent 60%,
		#faf9e2 60%,
		#faf9e2
	);
}
.bg02 {
	background-color: #fff;
	background-size: 24px 24px;
	background-image: linear-gradient(
		-45deg,
		transparent 10%,
		#eef9d5 10%,
		#eef9d5 50%,
		transparent 50%,
		transparent 60%,
		#eef9d5 60%,
		#eef9d5
	);
}
.bg03 {
background: repeating-linear-gradient(
	135deg,                 /* 斜めの角度：左上→右下 */
	#cdf59a,                /* 明るい緑 */
	#cdf59a 20px,           /* 明るい緑の幅 */
	#c4f388 20px,           /* やや濃い緑 */
	#c4f388 40px            /* ストライプの間隔（合計40px） */
);
}
.bg04 {
	background-color: #fff9f3;
	background-size: 24px 24px;
	background-image: linear-gradient(
		-45deg,
		transparent 10%,
		#fff3e6 10%,
		#fff3e6 50%,
		transparent 50%,
		transparent 60%,
		#fff3e6 60%,
		#fff3e6
	);
}
/*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: 680px) {
	.inner {
		padding: 5em calc(50vw - 48%);
	}
	.conts {
		margin: 24px;
	}
	.bnr {
		margin: clamp(16px, 10vw, 56px) auto;
	}
	.ttl {
		margin: clamp(20px, 9vw, 56px) auto;
	}
}
@media screen and (min-width: 960px) {
	#contents {
		margin: 0 auto 40px;
	}
}
.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%;
	max-width: 400px;
	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 {
	margin: 8px auto;
}
@media screen and (min-width: 680px) {
	#header {
		border-top: none;
		border-bottom: none;
		display: block;
		padding: 8px 0 0;
	}
	#header > * {
		width: auto;
	}
	.h1 {
		font-weight: bold;
		font-size: clamp(15px, 3vw, 23px);
	}
	.h_inner {
		width: 95%;
		max-width: 1364px;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		padding: 0 8px 16px;
	}
	.h_logo_wrap {
		width: 50%;
	}
	.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(--color02);
		border: solid 3px var(--color02);
		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: 100px;
		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: 100px;
	}
	.h_contact a:hover {
		color: var(--color02);
	}
	.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(12vw,54px);
	height: min(12vw,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 #9dc834;
}
/*ページ内リンク対策 グローバルナビの飛び先をセレクタに追加してください*/
#price,
#contact,
#reason,
#differ,
#method,
#flow {
	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 {
		flex-grow: 1;
		box-sizing: border-box;
	}
	ul.gnav_pc li a {
		display: block;
		padding: 0.5em 0;
		color: inherit;
		font-size: clamp(16px, 2.5vw, 22px);
		text-decoration: none;
		text-align: center;
	}
	ul.gnav_pc li {
		position: relative;
	}
	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;
	}
}
/*==================================
  mainimg
==================================*/
.main_img {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100%;
	background-image: linear-gradient(#f0fad9 30%, #e0f4be 80%);
	/* box-shadow: 0px 7px 10px 0px rgba(49, 43, 43, 0.15); */
}
/* .main_img_inner {
	background-image: url(image/top_main_bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
} */
.main_img_icons {
	position: absolute;
	bottom: 1%;
	right: 0;
}
.main_img_icons ul {
	margin: 0 auto;
	/* padding: 1.5em 0; */
	display: flex;
	justify-content: center;
}
.main_img_icons ul li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0.4em;
	padding: 0;
	width: 6.4em;
	height: 6.4em;
	background: #fff;
	box-shadow: 0 0 6px 2px #ade97b;
	text-align: center;
	color: #16b66c;
	border-radius: 50%;
	font-size: clamp(11px, 3.5vw, 38px);
	font-weight: bold;
	line-height: 1.4;
}
.main_img_icons li::before {
	content: '';
	display: block;
	margin: 0 auto 0.2em;
	width: min(6vw,42px);
	height: min(6vw,42px);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.main_img_icons li:first-child::before {
	background-image: url(image/main_ico01.png);
	width: min(7vw,52px);
	height: min(6vw,46px);
}
.main_img_icons li:nth-child(2)::before {
	background-image: url(image/main_ico02.png);
}
.main_img_icons li:nth-child(3)::before {
	background-image: url(image/main_ico03.png);
}
/* .main_img_icons li:last-child::before {
	background-image: url(image/main_ico04.png);
} */
@media screen and (min-width: 680px) {
	.main_img {
		background-image: linear-gradient(#eef9d5 30%, #c3ee97 80%);
	}
	.main_img_icons {
		bottom: 0;
		left: 52%;
		transform: translate(-50%, -10%);
		margin: 0 auto;
		/* width: 98%; */
		max-width: 1360px;
	}
	.main_img_icons ul {
		margin: 0 auto 0 0;
		padding: 0 min(4vw, 32px);
		width: fit-content;
		justify-content: flex-start;
		box-sizing: border-box;
	}
	.main_img_icons ul li {
		margin: 0.4em;
		padding: 0;
		width: 6em;
		height: 6em;
		font-size: clamp(13px, 2.1vw, 28px);
	}
	.main_img_icons li::before {
		width: min(3vw,42px);
		height: min(3vw,42px);
	}
}
@media screen and (min-width: 1400px) {
	.main_img_icons {
		bottom: 2%;
		left: 54%;
	}
}
@media screen and (min-width: 1600px) {
	.main_img_icons {
		left: 56%;
	}
}
@media screen and (min-width: 1800px) {
	.main_img_icons {
		left: 56.6%;
	}
	.main_img_icons ul li {
		margin: 0.28em;
		width: 6.6em;
		height: 6.6em;
	}
}
/*==================================
  heading
==================================*/
.heading01 {
	position: relative;
	margin: 0 calc(50% - 50vw) clamp(24px, 10vw, 100px);
	padding: 0.5em calc(50vw - 49%);
	background: var(--color03);
	text-align: center;
	font-size: clamp(18px, 4.3vw, 48px);
	color: #fff;
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
.heading_line2 {
	line-height: 1.1;
}
/*h3用　文字サイズ・色*/
.heading02 {
	margin: 2em auto;
	padding: 0.5em;
	background-color: #d2eb9c;
	text-align: center;
	font-size: clamp(18px, 4vw, 47px);
	box-sizing: border-box;
}
/*h4用　文字サイズ・色*/
.heading03 {
	margin: 0 auto 0.5em;
	padding-left: 0.4em;
	font-size: clamp(18px, 3vw, 40px);
	border-left: solid 0.4em #5c3017;
}

/* 姿勢矯正にはこんな効果が! */
.kouka h2 {
	margin: 0 auto 1em;
	text-align: center;
	letter-spacing: .2rem;
	font-size: clamp(20px, 4vw, 48px);
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
.kouka h2 .kouka_span01 {
	color: #69d068;
	font-size: clamp(24px, 4vw, 58px);
}
.kouka h2 .kouka_span02 {
	font-size: clamp(24px, 4vw, 58px);
}

/* 症状が当たり前になっていませんか？ */
.atarimae .heading01 {
	font-size: clamp(18px, 4vw, 48px);
}
.atarimae .heading01 .atarimae_span {
	font-size: clamp(24px, 5vw, 52px);
}
.atarimae .heading01 .atarimae_span span {
	color: #fff799;
	font-size: clamp(24px, 6vw, 63px);
}
.atarimae_box h3 {
	margin: 0 auto 4px;
	text-align: center;
	line-height: 1.2em;
	color: #f39800;
	font-size: clamp(24px, 6vw, 60px);
}
@media screen and (min-width: 680px) {
	.atarimae_box h3 {
		margin: 0 auto 20px;
	}
}
/* ビフォーアフター */
.b_a .heading01 {
	margin: 0 calc(50% - 50vw);
	background: none;
	color: inherit;
	font-size: clamp(18px, 6vw, 64px);
}
.b_a .heading01 span{
	font-size: clamp(24px, 8vw, 80px);
}
.b_a .heading01 .b_a_span_green{
	color: #69d068;
}
.b_a .heading01 .b_a_span_orange{
	color: #f39800;
}
.b_a h3{
	margin: 20px 0;
	padding: 0 8px 0 16px;
	border-left: solid 8px #69d068;
	border-bottom: dotted 2px #72533d;
	font-size: clamp(18px, 2vw, 24px);
	font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN",	"Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
}
@media screen and (min-width: 680px) {
	.b_a h3 {
		margin: 30px 0 50px;
	}
}
/* ゆがみのない生活へ！ */
.sejyutsu_setsumei .heading01 {
	font-size: clamp(18px, 5vw, 56px);
}
.sejyutsu_setsumei .heading01 span {
	font-size: clamp(24px, 7vw, 72px);
}
.sejyutsu_setsumei_list h3 {
	margin: 0 0 1em;
	padding: 2%;
	background-color: #d2eb9c;
	letter-spacing: .08rem;
	color: #5c3017;
	font-size: clamp(18px, 3vw, 36px);
	font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN",	"Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
}
/* 3つの理由 */
.reason .heading01 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 4px;
	line-height: 1.6em;
	font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN",	"Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
}
.reason .heading01 .reason_span01 {
	display: inline-block;
	line-height: 1.2em;
	color: #5c3017;
	font-size: clamp(18px, 4vw, 48px);
}
.reason .heading01 .reason_span01_01 {
	font-size: clamp(22px, 5vw, 60px);
}
.reason .heading01 .reason_span02 {
	text-decoration: underline;
	text-underline-position: under;
	text-shadow: 2px 2px 0 #4fac45;
	font-size: clamp(18px, 5vw, 72px);
}
.reason .heading01 .reason_span02_01 {
	letter-spacing: -0.2rem;
	font-size: clamp(42px, 8vw, 186px);
}
.reason .heading01 .reason_span02_02 {
	font-size: clamp(26px, 7vw, 100px);
}
@media screen and (min-width: 1400px) {
	.reason .heading01 {
		padding: 1.5em calc(50vw - 49%) 1.2em;
	}
	.reason .heading01 .reason_span02_01 {
		letter-spacing: -1.8rem;
		font-size: 186px;
	}
	.reason .heading01 .reason_span02 {
		font-size: 72px;
	}
}
/* 施術計画 */
.sejyutsu_plan h2 {
	margin: 0 0 1em;
	padding: 0.5em 0;
	text-align: center;
	font-size: clamp(20px, 4vw, 48px);
}
.sejyutsu_plan h2 span {
	font-size: clamp(30px, 6vw, 72px);
}
/* 施術の流れ */
.sejyutsu_flow h2 {
	margin: 0 0 1em;
	padding: 0.5em 0;
	text-align: center;
	font-size: clamp(30px, 6vw, 60px);
}
.sejyutsu_flow h2 .sejyutsu_flow_span {
	font-size: clamp(24px, 4vw, 48px);
}
@media screen and (min-width: 680px) {
	.sejyutsu_flow h2 {
		margin: 0 0 .2em;
	}
}
/* 喜びの声 */
.voice h2 {
	position: relative;
	display: inline-block;
	margin: 0 auto 1em;
	text-align: center;
	line-height: 1.2em;
	color: #5c3017;
	font-size: clamp(24px, 4vw, 48px);
	font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
}
.voice h2 span {
	font-size: clamp(30px, 6vw, 60px);
}
.voice h2::before, .voice h2::after {
	position: absolute;
	display: block;
	font-size: 1.6em;
	font-weight: 500;
	transform: scale(1, 2);
	top: 0;
	top: 34%;
}
.voice h2::before {
	content: '＼';
	left: -10%;
}
.voice h2::after {
	content: '／';
	right: -10%;
}
/* 院長挨拶・保有資格 */
.greet h2 {
	display: inline-block;
	margin: 0 auto 1em;
	border-bottom: 4px solid #69d068;
	line-height: 1.4em;
	color: #5c3017;
	font-size: clamp(30px, 6vw, 60px);
	font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN",	"Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
}
.greet .heading02 {
	margin: 1.8em auto 1.6em;
	padding: 0.2em;
	background-color: #69d068;
	color: #fff;
	font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN",	"Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
}
/*お問合せの見出し用　文字サイズ・色*/
.contact .heading01 {
	background: #69d068;
}
.contact .heading01::after {
	border-top: clamp(10px, 3vw, 35px) solid #f6850e;
}
.contact_heading01 {
	margin: min(8vw,64px) auto min(5vw,40px);
	font-size: clamp(17px, 4.3vw, 48px);
	color: #5c3017;
	text-align: center;
}

/*==================================
  姿勢矯正にはこんな効果が!
==================================*/
.kouka {
	padding: 8% calc(50vw - 48%);
}
.kouka ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
.kouka li {
	margin: 0 0 .6em;
	width: 48%;
}
.kouka li:nth-child(n+5) {
	margin: 0;
}
@media screen and (min-width: 680px) {
	.kouka {
		padding: 4% calc(50vw - 48%) 8%;
	}
	.kouka li {
		margin: 0 0 1em;
		width: 32%;
	}
	.kouka li:nth-child(n+4) {
		margin: 0;
	}
}
@media screen and (min-width: 1240px) {
	.kouka li {
		margin: 0 0 3.6em;
		width: 30%;
	}
}
/*==================================
  症状が当たり前になっていませんか？
==================================*/
.atarimae {
	background-color: #f1f1f1;
}
.atarimae_box {
	max-width: 1086px;
	margin: 0 auto;
	padding: 14px;
	box-sizing: border-box;
}
.atarimae_txt {
	font-size: clamp(16px, 2vw, 17px);
}
.atarimae .catch_txt01 {
	margin: 0 auto;
	text-align: center;
	font-weight: 600;
	font-size: clamp(24px, 4vw, 52px);
}
.atarimae .catch_txt01 br {
	display: block;
}
@media screen and (min-width: 680px) {
	.atarimae_box {
    padding: 30px;
	}
	.atarimae .catch_txt01 br {
		display: none;
	}
}
/*==================================
  ビフォーアフター
==================================*/
.b_a {
	padding: 8% calc(50vw - 48%);
}
.b_a_note {
	text-align: center;
	font-size: clamp(16px, 2vw, 24px);
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
.b_a_note br {
	display: block;
}
.b_a_box {
	padding: 8% 4%;
	background-color: #fbf9db;
}
@media screen and (min-width: 680px) {
	.b_a {
		padding: 3% calc(50vw - 48%) 8%;
	}
	.b_a_note br {
		display: none;
	}
	.b_a_box {
		padding: 10% 0%;
	}
}
/*==================================
  ゆがみのない生活へ！
==================================*/
.sejyutsu_setsumei_list {
	max-width: 1022px;
	margin: 0 auto;
}
.sejyutsu_setsumei_list li {
	margin: 0 auto 10%;
}
.sejyutsu_setsumei_list h3 br {
	display: block;
}
.sejyutsu_setsumei_list_txtimg img {
	margin: 0 auto 1em;
}
.sejyutsu_setsumei_list_txtimg p {
	font-size: clamp(16px, 2vw, 20px);
}
@media screen and (min-width: 680px) {
	.sejyutsu_setsumei_list li {
		margin: 0 auto 6%;
	}
	.sejyutsu_setsumei_list h3 br {
		display: none;
	}
	.sejyutsu_setsumei_list_txtimg {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 30px;
	}
	.sejyutsu_setsumei_list_txtimg p {
		width: 60%;
	}
	.sejyutsu_setsumei_list_txtimg figure {
		width: 40%;
	}
}
/*==================================
  3つの理由
==================================*/
.reason_box {
	margin: 0 auto;
	padding: clamp(24px, 5vw, 80px) clamp(12px, 4vw, 40px);
	width: 98%;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 5px 6.93px 0.07px rgba(80, 66, 52, 0.24);
	box-sizing: border-box;
}
.reason_box h2 {
	margin-top: 0;
}
.reason_list {
	counter-reset: reason_list;
}
.reason_list li {
	position: relative;
	padding: clamp(12px, 4vw, 48px) 0.8em;
}
.reason_list h3 {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: center;
	order: 3;
	padding: 0;
	position: relative;
	font-size: clamp(18px, 4vw, 47px);
	color: #4a2e04;
}
.reason_list h3::before,
.reason_list h3::after {
	display: block;
}
.reason_list h3::after {
	order: 2;
	content: "理由";
	margin: 0 0.1em 0 0;
	width: 20%;
	color: #69d068;
	font-size: 90%;
}
.reason_list h3::before {
	order: 1;
	counter-increment: reason_list;
	content: counter(reason_list);
	margin: 0 0.5em 0 0;
	width: 3em;
	height: 1.8em;
	background: #69d068;
	text-align: center;
	line-height: 1.8em;
	color: #fff;
	font-size: 90%;
	border-radius: 50%;
}
.reason_inner {
	margin: 1em auto 0;
	overflow: hidden;
}
@media screen and (min-width: 450px) {
	.reason_list h3::after {
    width: 14%;
	}
	.reason_list h3::before {
    height: 2.2em;
    line-height: 2.4em;
	}
}
@media screen and (min-width: 680px) {
	.reason.inner {
		padding: 0 calc(50vw - 52%) 5em;
	}
	.reason_list h3::after {
		width: 12%;
	}
	.reason_list h3::before {
		height: 2.4em;
	}
}
@media screen and (min-width: 1000px) {
.reason_list h3::before {
	width: 1.8em;
	height: 1.5em;
	line-height: 1.6em;
}
}
@media screen and (min-width: 1240px) {
	.reason_box {
		padding: 72px 80px;
	}
	.reason_conts {
		overflow: hidden;
	}
}
@media screen and (min-width: 1400px) {
	.reason_list h3::after {
		width: 8%;
	}
	.reason_list h3::before {
		width: 1.5em;
	}
}
/*==================================
  施術計画
==================================*/
.sejyutsu_plan {
	max-width: 1000px;
	margin: 0 auto;
	padding: 8% calc(50vw - 48%);
	box-sizing: border-box;
	font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN",	"Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
}
.sejyutsu_plan_txtbox01 {
	margin: 0 0 8%;
	padding: 2%;
	border: 2px solid #f39800;
	text-align: center;
	font-size: clamp(18px, 4vw, 45px);
	font-weight: 600;
}
.sejyutsu_plan_txtbox01 span {
	color: #f39800;
}
.sejyutsu_plan_txtbox02 {
	display: flex;
	justify-content: center;
	text-align: center;
	font-size: clamp(14px, 3vw, 30px);
}
.sejyutsu_plan_txtbox02 p:first-child{
	width: 68%;
}
.sejyutsu_plan_txtbox02 p:last-child{
	width: 32%;
}
@media screen and (min-width: 680px) {
	.sejyutsu_plan {
		padding: 3% 0 5%;
	}
}
/*==================================
  施術の流れ
==================================*/
.sejyutsu_flow {
	max-width: 1100px;
	margin: 0 auto;
	padding: 8% calc(50vw - 48%);
	font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN",	"Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
}
.flow_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: min(3vw, 24px);
	counter-reset: flow_list;
}
.flow_list li {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 1.5em auto;
	width: calc(50% - min(1.5vw, 12px));
}
.flow_list_ttl {
	position: relative;
	order: 2;
	padding: 0 0 0 2.4em;
	background-color: #eef9d5;
	font-size: clamp(14px, 3vw, 23px);
	font-weight: bold;
	letter-spacing: 0.1em;
}
.flow_list_ttl::before {
	position: absolute;
	display: inline-block;
	counter-increment: flow_list;
	content: counter(flow_list);
	width: 2em;
	height: 100%;
	left: 0;
	background: #8fc31f;
	text-align: center;
	color: #fff;
}
.flow_list figure {
	order: 1;
	position: relative;
}
.flow_list img {
	position: relative;
	z-index: -2;
}
.flow_list_txt {
	order: 3;
	font-size: 15px;
}
@media screen and (min-width: 680px) {
	.sejyutsu_flow {
		padding: 3% 0 8%;
	}
	.flow_list li {
		width: calc(33% - min(2vw, 16px));
	}
}
/*==================================
  喜びの声
==================================*/
.voice {
	padding: 8% calc(50vw - 48%);
	text-align: center;
}
.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: #69d068;
}
.voice_txt {
	margin: 1.5em auto 0;
	z-index: 1;
	position: relative;
	font-size: 13px;
}
.menseki {
	margin: 1em auto 0;
	font-size: 14px;
	text-align: center;
	color: #f66b12;
}
@media screen and (min-width: 680px) {
	.voice {
		padding: 10% 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)));
	}
}
/*==================================
  クーポン
==================================*/
.coupon {
	padding: 4% calc(50vw - 48%);
	text-align: center;
}
@media screen and (min-width: 680px) {
	.coupon {
		padding: 4% calc(50vw - 48%);
	}
}
/*==================================
  院長挨拶・保有資格
==================================*/
/*必要に応じて画像横幅指定*/
.greet {
	padding: 8% calc(50vw - 48%);
	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%, 334px);
}
.greet_txt {
	margin-top: 1em;
	font-size: 15px;
}
.greet_txt_main {
	font-size: clamp(18px, 3.5vw, 34px);
	font-weight: bold;
	line-height: 1.2;
}
.greet_txt01 {
	margin: 0 0 1em;
}
.greet_txt_main + p {
	margin-top: 1em;
}
@media screen and (min-width: 960px) {
	.greet {
		padding: 8% calc(50vw - 42%);
	}
	.greet_box {
		flex-direction: row;
		align-items: flex-start;
		gap: min(5vw,40px);
	}
	.greet_pic {
		flex-shrink: 0;
		width: min(60%,344px);
	}
	.greet_txt {
		margin-top: 0;
		font-size: 17px;
	}
}
@media screen and (min-width: 1240px) {
	.greet_txt {
		overflow: hidden;
	}
}
.cert_pic {
	margin: 0 auto;
	width: 96%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: min(3vw,24px);
}

/*==================================
  お問合せ
==================================*/
/*共通*/
/*お問合せボタン共通スタイル*/
.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: flex;
	justify-content: center;
	align-items: center;
	color: inherit;
	text-decoration: none;
	font-weight: bold;
}
/*横並びにしたときに高さをそろえるためliに色や線を設定*/
.contact_tel {
	color: #fff;
	background: #f39800;
	box-shadow: 0 5px 0 #dc7c0b;
}
.contact_line {
	color: #fff;
	background: #69d068;
	box-shadow: 0 5px 0 #3c9e07;
}
.contact_net {
	color: #fff;
	background: #996c33;
	box-shadow: 0 5px 0 #5c3017;
}
.contact_tel a::before,
.contact_line a::before,
.contact_net a::before {
	margin-right: 0.5em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	text-align: center;
}
.contact_tel a::before {
	content: "\f3cf";
}
.contact_line a::before {
	content: "\f075";
	transform: scale(-1, 1);
}
.contact_net a::before {
	content: "\f073";
}
@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;
}
.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);
}
.contact_bt .contact_line a::before {
	transform: scale(-1, 1);
}
@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%;
}
.contact_bt_d {
	width: 49%;
	line-height: 1;
}
.contact_bt li.contact_bt_d a::before {
	width: 1em;
	font-size: clamp(28px, 8vw, 52px);
}
/*LINE・Web予約ボタン*/
.contact_bt li.contact_bt_d.contact_line,
.contact_bt li.contact_bt_d.contact_net {
	font-size: clamp(22px, 7vw, 38px);
}
@media screen and (min-width: 680px) {
	.contact_bt li.contact_bt_d a::before {
		font-size: clamp(28px, 4vw, 52px);
	}
	/*LINE・Web予約ボタン*/
	.contact_bt li.contact_bt_d.contact_line,
	.contact_bt li.contact_bt_d.contact_net {
		font-size: clamp(22px, 3.5vw, 52px);
	}
}

/*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(15px, 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(15px, 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 #69d068;
	overflow: hidden;
	box-sizing: border-box;
	font-family: YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto,
		"Segoe UI semibold", "Helvetica Neue", HelveticaNeue, "Segoe UI", Verdana,
		Meiryo, sans-serif;
	font-weight: 500;
}
.contact_uketsuke th,
.contact_uketsuke td {
	padding: 8px 4px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: clamp(13px, 3vw, 39px);
}
.contact_uketsuke .contact_uketsuke_th{
	color: #5c3017;
}
.contact_uketsuke td {
	color: #5c3017;
}
.contact_uketsuke th:not(:first-child),
.contact_uketsuke td:not(:first-child) {
	border-left: solid 2px #69d068;
}
.contact_uketsuke tr:not(:first-child) th,
.contact_uketsuke tr:not(:first-child) td {
	border-top: solid 2px #69d068;
}
.contact_uketsuke tr:first-child > th {
	background: #69d068;
}
.contact_uketsuke tr > :first-child {
	width: 7em;
}
@media screen and (min-width: 680px) {
	.contact_uketsuke th,
	.contact_uketsuke td {
		padding: 12px 8px;
	}
}

/*==================================
Footer
==================================*/
.copyright {
	border-top: solid 5px #69d068;
	background: #fff;
	color: inherit;
	text-align: center;
	/* margin: 10% 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;
	}
}