@charset "utf-8";
/*
* ベースカラーの設定 *
ヒアリングシートのベースカラーはここに設定してください
*/
:root {
	--color01: #f0260b;
	--color02: #ff6c0e;
	--color03: #069f2b;
	--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: #3a2b22;
	font-size: 15px;
	line-height: 1.5;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, YuGothic, "Yu Gothic",
		"Segoe UI semibold", "Helvetica Neue", HelveticaNeue, "Segoe UI", Verdana,
		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: 24px 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: #fffbf5;
	background-size: 24px 24px;
	background-image: linear-gradient(
		-45deg,
		transparent 10%,
		#fef6eb 10%,
		#fef6eb 50%,
		transparent 50%,
		transparent 60%,
		#fef6eb 60%,
		#fef6eb
	);
}
.bg02 {
	background-color: #fffcf2;
	background-size: 24px 24px;
	background-image: linear-gradient(
		-45deg,
		transparent 10%,
		#fef9e5 10%,
		#fef9e5 50%,
		transparent 50%,
		transparent 60%,
		#fef9e5 60%,
		#fef9e5
	);
}
.bg03 {
	background-color: #fffdfa;
	background-size: 24px 24px;
	background-image: linear-gradient(
		-45deg,
		transparent 10%,
		#fffbf5 10%,
		#fffbf5 50%,
		transparent 50%,
		transparent 60%,
		#fffbf5 60%,
		#fffbf5
	);
}
.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: 40px 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%;
	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(--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: 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(--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(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 1em;
	width: 100%;
	background: #fdf4e3;
	box-shadow: 0px 7px 10px 0px rgba(49, 43, 43, 0.15);
}
.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: 6em;
	height: 6em;
	background: #f29113;
	box-shadow: 0 0 10px 3px #f4a53d;
	text-align: center;
	color: #fff;
	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,46px);
	height: min(6vw,46px);
	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);
}
.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_icons {
		position: absolute;
		bottom: 0;
		left: 50%;
		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;
		font-size: clamp(13px, 2.1vw, 28px);
	}
	.main_img_icons li::before {
		width: min(3vw,46px);
		height: min(3vw,46px);
	}
}
/*==================================
  heading
==================================*/
.heading01 {
	position: relative;
	margin: 0 calc(50% - 50vw) clamp(24px, 10vw, 100px);
	padding: 0.5em calc(50vw - 49%);
	background: var(--color01);
	text-align: center;
	font-size: clamp(18px, 4.3vw, 48px);
	color: #fff;
}
.heading01::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-top: clamp(10px, 3vw, 35px) solid var(--color01);
	border-left: clamp(17px, 5vw, 60px) solid transparent;
	border-right: clamp(17px, 5vw, 60px) solid transparent;
}
.heading_line2 {
	line-height: 1.1;
}
/*h3用　文字サイズ・色*/
.heading02 {
	margin: 2em auto;
	padding: 0.5em;
	background-color: #f8a666;
	color: #fff;
	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 #ff893e;
}
/*3つの症状の見出し用　文字サイズ・色*/
.shoujou .heading01 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.3em calc(50vw - 49%) 0.5em;
	font-size: clamp(17px, 4.3vw, 48px);
	letter-spacing: -0.05em;
}
.shoujou .heading01::before {
	position: relative;
	bottom: 0;
	content: "";
	display: block;
	margin: -0.3em 0.5em -0.5em 0;
	width: 2.5em;
	height: 3.5em;
	background: url(image/heading_nayami_img.png) no-repeat center bottom;
	background-size: contain;
}
@-moz-document url-prefix() {
	.shoujou .heading01 {
		line-height: 1.4;
	}
}
/*ぎっくり腰の原因の見出し用　文字サイズ・色*/
.reason .heading01 {
	background: #ff6000;
}
.reason .heading01::after {
	border-top: clamp(10px, 3vw, 35px) solid #ff6000;
}
/*施術方法の見出し用　文字サイズ・色*/
.method .heading01 {
	background: #f6850e;
}
.method .heading01::after {
	border-top: clamp(10px, 3vw, 35px) solid #f6850e;
}
/*喜びの声用*/
.voice .heading01 {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
	text-indent: -0.8em;
}
.voice .heading01::before {
	position: relative;
	bottom: 0;
	content: "";
	display: block;
	margin: -0.3em 0 -0.5em 0.5em;
	width: 5em;
	height: 3.5em;
	background: url(image/heading_voice_img.png) no-repeat center bottom;
	background-size: contain;
}
/*施術の流れ用　文字サイズ・色*/
.flow .heading01 {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
	background: #ff6c0e;
}
.flow .heading01::before {
	position: relative;
	bottom: 0;
	content: "";
	display: block;
	margin: -0.3em 0 -0.5em 0.5em;
	width: 3.5em;
	height: 3.5em;
	background: url(image/heading_flow_img.png) no-repeat center bottom;
	background-size: contain;
}
.flow .heading01::after {
	border-top: clamp(10px, 3vw, 35px) solid #ff6c0e;
}
/*院長挨拶・推薦者の声用　文字サイズ・色*/
.greet .heading01 {
	background: #be9f54;
}
.greet .heading01::after {
	border-top: clamp(10px, 3vw, 35px) solid #be9f54;
}
.greet .heading02,
.recommend .heading02 {
	background-color: #be9f54;
}
/*お問合せの見出し用　文字サイズ・色*/
.contact .heading01 {
	background: #f6850e;
}
.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: #ff6c0e;
	text-align: center;
}

/*==================================
  3つの症状
==================================*/
.shoujou_list {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: min(5vw, 40px);
}
.shoujou_list li {
	width: min(100%, 352px);
	border: solid min(0.5vw, 5px) var(--color01);
	border-radius: min(3vw, 24px);
	background-color: #fff;
	box-sizing: border-box;
	font-size: clamp(20px, 4vw, 30px);
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	box-sizing: border-box;
}
.shoujou_list_ttl {
	padding: 0.5em 0 0.3em;
	font-size: 130%;
	line-height: 1.2;
	color: #fff;
	background-color: var(--color01);
	border-radius: min(2.8vw, 20px) min(2.8vw, 20px) 0 0;
}
.shoujou_list_ttl .em01 {
	font-size: 115%;
}
.shoujou_list_txt {
	padding: 0.5em 0;
}
.shoujou_list_txt .em01 {
	color: var(--color01);
}
@media screen and (min-width: 680px) {
	.shoujou_list {
		flex-direction: row;
		justify-content: center;
		gap: min(3vw, 40px);
	}
	.shoujou_list li {
		font-size: clamp(15px, 1.8vw, 30px);
		background-size: contain;
	}
}
.catch_txt01 {
	margin: 1em auto;
	width: fit-content;
	text-align: center;
	font-weight: bold;
	font-size: clamp(15px, 4vw, 44px);
}
.shoujou .catch_txt01::before {
	content: "";
	display: block;
	margin: 0 auto min(5vw, 40px);
	width: min(20vw, 288px);
	aspect-ratio: 72/23;
	background: url(image/arrow01.png);
	background-size: contain;
}
@media screen and (min-width: 480px) {
	.catch_txt01 br {
		display: none;
	}
}

/*==================================
  ぎっくり腰の原因
==================================*/
.reason_txt01 {
	margin: 1em auto;
	width: fit-content;
	text-align: center;
	font-size: clamp(22px, 4vw, 50px);
	font-weight: bold;
	text-decoration: underline solid min(0.5vw, 3px);
	text-underline-offset: 0.3em;
}
.reason_txt02 {
	text-align: center;
	font-size: clamp(18px, 3vw, 36px);
}
.reason_inner {
	margin: 0 auto;
	width: min(96%, 1000px);
	display: flex;
	flex-direction: column;
	gap: min(4vw, 32px);
}
@media screen and (min-width: 680px) {
	.reason_inner {
		flex-direction: row-reverse;
		gap: min(4vw, 32px);
	}
	.reason_inner figure {
		flex-shrink: 0;
		width: min(50%, 316px);
	}
}

/*==================================
  施術方法
==================================*/
.method_heading01 {
	margin: min(3vw, 24px) auto;
	text-align: center;
	font-size: clamp(18px, 3vw, 40px);
	font-weight: bold;
}
.method_txt01 {
	margin: 0 auto;
	width: min(90%, 1000px);
}
.inside_pic {
	margin: 0 auto;
	width: fit-content;
	display: flex;
	justify-content: center;
	gap: min(3vw, 24px);
}
.inside_pic > * {
	width: calc(33% - min(1.5vw, 12px));
}
.inside_pic figcaption {
	text-align: center;
	font-size: clamp(10px, 2vw, 15px);
}

/*==================================
  3つのメリット
==================================*/
.merit_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;
}
.merit_box h2 {
	margin-top: 0;
}
.merit_list {
	counter-reset: merit_list;
}
.merit_list li {
	position: relative;
	padding: clamp(12px, 4vw, 48px) 0.8em;
}
.merit_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;
}
.merit_list h3::before,
.merit_list h3::after {
	display: block;
}
.merit_list h3::after {
	order: 2;
	content: "Merit";
	margin: 0.5em 0.3em 0 0;
	color: #ff6000;
	font-size: 50%;
	text-decoration: underline;
}
.merit_list h3::before {
	order: 1;
	counter-increment: merit_list;
	content: counter(merit_list);
	margin: 0 0.5em 0 0;
	width: 1.5em;
	height: 1.5em;
	background: #ff6000;
	text-align: center;
	line-height: 1.5;
	color: #fff;
	font-size: 90%;
	border-radius: 50%;
}
.merit_inner {
	margin: 1em auto 0;
	overflow: hidden;
}
@media screen and (min-width: 1240px) {
	.merit_box {
		padding: 72px 80px;
	}
	.merit_conts {
		overflow: hidden;
	}
}

/*==================================
  喜びの声
==================================*/
.voice_list li {
	margin: 16px auto;
	position: relative;
	padding: min(4vw, 32px);
	background-color: #fff;
	box-sizing: border-box;
	box-shadow: 0px 5px 6.58px 0.42px rgba(80, 66, 52, 0.24);
}
.voice_ttl {
	margin: 0.8em auto;
	font-size: clamp(18px, 2.5vw, 22px);
	font-weight: bold;
	line-height: 1.3;
	color: #ec6941;
}
.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_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)));
	}
}

/*==================================
  施術の流れ
==================================*/
.flow_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: min(3vw, 24px);
}
.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 {
	order: 2;
	border-bottom: solid 2px #eb6100;
	color: #eb6100;
	font-size: clamp(14px, 3vw, 23px);
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}
.flow_list figure {
	order: 1;
	position: relative;
}
.flow_list img {
	position: relative;
	z-index: -2;
}
.flow_list figcaption {
	position: relative;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: .2em;
	margin: 0 0 -1em;
	width: 3.2em;
	color: #fff;
	font-size: clamp(20px, 4vw, 38px);
}
.flow_list figcaption .flow {
	display: block;
	font-size: 50%;
	text-decoration: underline 2px;
	text-underline-offset: min(1vw,8px);
}
.flow_list figcaption::before {
	position: absolute;
	z-index: -1;
	content: "";
	width: 3em;
	height: 1.3em;
	display: block;
	background: #eb6100;
	transform: skew(-20deg);
}
.flow_list_txt {
	order: 3;
	font-size: 15px;
}
@media screen and (min-width: 680px) {
	.flow_list li {
		width: calc(33% - min(2vw, 16px));
	}
}

/*==================================
  院長挨拶・保有資格
==================================*/
/*必要に応じて画像横幅指定*/
.greet {
	background-color: #fffcf3;
}
.greet_box{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: min(3vw,24px);
}
.greet_pic {
	width: (60%,334px);
}
.greet_txt {
	margin-top: 1em;
}
.greet_txt_main {
	font-size: clamp(18px, 3.5vw, 35px);
	font-weight: bold;
	line-height: 1.2;
}
.greet_txt_main + p {
	margin-top: 1em;
}
@media screen and (min-width: 960px) {
	.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;
	}
}
@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);
}
.cert_pic > * {
	background-color: #fff;
	padding: 8px;
  box-shadow: 3px 3px 6px 0.5px rgba(114, 96, 84, 0.25);
	box-sizing: border-box;
}

/*==================================
  推薦の声
==================================*/
.recommend {
	background: #fffcf3;
}
.recommend h2 {
	margin-top: 0;
}
.recommend_box {
	margin-top: 2em;
	padding: min(5vw,40px);
	background: #fff;
	box-shadow: 0px 0px 32px .5px #fbf0ba;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: min(3vw,24px);
}
.recommend_pic {
	width: min(60%,304px);
}
.recommend_txt {
	margin-top: 1em;
}
.recommend_txt_main {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0.5em;
	font-size: clamp(18px, 3.5vw, 35px);
	font-weight: bold;
	line-height: 1.4;
	color: #9e7c28;
}
.recommend_txt_main figure {
	flex-shrink: 0;
	width: min(25%,136px);
}
.recommend_txt_main p {
	padding: .3em .3em .5em;
	border-bottom: solid 3px #9a7826;
}
.recommend_txt_main + p {
	margin-top: 1em;
}
@media screen and (min-width: 960px) {
	.recommend_box {
		flex-direction: row;
		align-items: flex-start;
	}
	.recommend_pic {
		flex-shrink: 0;
		width: min(60%,304px);
	}
	.recommend_txt {
		margin-top: 0;
	}
}

/*==================================
  メディア掲載
==================================*/
.media_heading {
	margin: 0 auto -.9em;
	padding: .3em;
	width: min(80%,770px);
	font-size: clamp(18px, 4.3vw, 48px);
	background-color: #f4a53d;
	color: #fff;
	text-align: center;
	line-height: 1;
	border-radius: 100px;
	box-sizing: border-box;
}
.media_list {
	padding: min(8vw,64px) min(5vw,40px) min(4vw,32px);
	border: solid min(1vw,6px) #f4a53d;
	display: flex;
	flex-direction: column;
	gap: min(3vw,24px);
	box-sizing: border-box;
}
.media_list li {
	position: relative;
	margin: 1.5em 0;
}
.media_list li > :last-child {
	margin-top: 1em;
	color: #3b1c00;
	font-size: 16px;
}
@media screen and (min-width: 680px) {
	.media_heading {
		width: min(60%,770px);
	}
		.media_list {
		padding: min(10vw,80px) min(8vw,64px) min(5vw,40px);
		border: solid min(1vw,6px) #f4a53d;
		flex-direction: row;
		justify-content: center;
		gap: min(3vw,24px);
	}
		.media_list li {
		margin: 0;
		width: min(calc(33% - min(2vw,16px)),330px);
	}
}

/*==================================
  地域貢献活動
==================================*/
.contrib_ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: .5em;
	margin-top: 0;
	padding-bottom: 1em;
	line-height: 1.3;
	color: #ff6c0e;
	font-size: clamp(17px, 4.3vw, 48px);
	text-align: center;
}
.contrib_ttl::before,
.contrib_ttl::after {
	display: block;
	font-size: 1em;
	transform: scale(1,2);
}
.contrib_ttl::before {
	content: '＼';
}
.contrib_ttl::after {
	content: '／';
}
.contrib_list {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: min(4vw,32px);
}
.contrib_list li > :last-child {
	padding: 0.5em;
	color: #3b1c00;
	font-size: 16px;
}
@media screen and (min-width: 680px) {
	.contrib_list {
		flex-direction: row;
		justify-content: center;
	}
	.contrib_list li {
		width: min(calc(33% - min(2.6vw,23px)),360px);
	}
}

/*==================================
  お問合せ
==================================*/
/*共通*/
/*お問合せボタン共通スタイル*/
.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: #fba704;
	box-shadow: 0 5px 0 #dc7c0b;
}
.contact_line {
	color: #fff;
	background: #3cab00;
	box-shadow: 0 5px 0 #2c7d00;
}
.contact_net {
	color: #fff;
	background: #ff6c0e;
	box-shadow: 0 5px 0 #cc5000;
}
.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 #ff9326;
	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;
	font-size: clamp(13px, 3vw, 39px);
}
.contact_uketsuke td {
	color: #ff6c0e;
}
.contact_uketsuke th:not(:first-child),
.contact_uketsuke td:not(:first-child) {
	border-left: solid 2px #ff9326;
}
.contact_uketsuke tr:not(:first-child) th,
.contact_uketsuke tr:not(:first-child) td {
	border-top: solid 2px #ff9326;
}
.contact_uketsuke tr:first-child > th {
	background: #ff9326;
}
.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 #ff6c0e;
	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;
	}
}
