@charset "utf-8";
/*
* ベースカラーの設定 *
ヒアリングシートのベースカラーはここに設定してください
*/
:root {
  --color01: #59b1db;
  --color02: #f6850e;
  --color03: #fc7b7f;
  --color04: #ec6941;
  --color05: #9dc834;
  --color06: #f8b500;
}
/*
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;
	font-size: 0;
	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;
}
body {
	overflow-x: hidden;
	background: #fff;
	color: #403028;
	font-size: 15px;
	line-height: 1.5;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "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%;
	}
	.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;
	}
}
@media screen and (min-width: 1364px) {
	body {
		min-width: 1364px;
	}
}
/*==================================
  layout
==================================*/
#contents {
	margin:0 auto 24px;
	width: 98%;
	max-width: 1300px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.inner {
	margin: 0 calc(50% - 50vw);
	padding: 3em calc(50vw - 48%);
}
.conts {
	margin: 0 12px 16px;
}
.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,4vw,48px) auto;
}
.ttl {
	margin: clamp(20px,4.5vw,56px) auto;
}
a:active img {
	-webkit-opacity: 0.7;
	opacity: 0.7;
}
.contact_gmap {
	margin-top: 1em;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.contact_gmap 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: 0 24px 24px;
	}
}
@media screen and (min-width: 960px) {
	#contents {
		margin: 0 auto 40px;
	}
}
.no_toppadding {
	padding-top: 0;
}
/*==================================
Header
==================================*/
#header {
	position: relative;
	z-index: 999999;
	background: #fff;
	border-top: solid 10px #5183c0;
}
.h_upper {
	padding: 4px 8px;
	box-sizing: border-box;
}
.h_inner {
	overflow: hidden;
	margin: 0 auto;
	padding: 8px 0;
	width: 95%;
	max-width: 1364px;
	box-sizing: border-box;
}
.h_upper > * {
	margin: 0 auto;
	width: 95%;
	max-width: 1364px;
	font-weight: bold;
	font-size: 13px;
	box-sizing: border-box;
}
.h_logo {
	margin: 8px auto;
	width: 70%;
}
@media screen and (min-width: 680px) {
	#header {
		padding: 8px 0 0;
		border-top: none;
	}
	.h_upper {
		padding: 0 8px;
		background: none;
		color: inherit;
	}
	.h_txt {
		font-size: clamp(15px,3vw,22px);
		font-weight: bold;
	}
	.h_inner {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		padding: 0 0 16px;
	}
	.h_logo {
		width: 100%;
	}
	.h_logo h1 {
		margin: 8px 0;
	}
	.h_logo img {
		margin: 0;
	}
	.h_contact {
		margin: 0 0 8px 2em;
		width:100%;
		max-width: 500px;
	}
	.h_contact a {
		position: relative;
		display: block;
		padding: .1em;
		background: #5183c0;
		border: solid 3px #5183c0;
		color: #fff;
		font-size: clamp(20px,3vw,32px);
		font-weight: bold;
		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 .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 .3s ease;
		transition-property: transform;
		border-radius: 100px;
	}
	.h_contact a:hover {
		color: #5183c0;
	}
	.h_contact a:hover::before {
		transform: scaleX(1);
		transform-origin: left;
	}
}

/*==================================
  Navigation
==================================*/
nav {
	width: 100%;
	background: #fff;
}
.gnav_sp {
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	background: #fff;
}
.gnav_sp li {
	padding: 8px 0;
	width: 20%;
}
.gnav_sp img {
	width: 62.5%;
}
.fixed {
	position: fixed;
	top: 0;
	z-index: 999999;
	-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);
}
/*ページ内リンク対策*/
#contact, #greet, #price, #price {
	margin-top: -128px;
	padding-top: 128px;
}
@media screen and (min-width: 680px) {
	ul.gnav_pc {
		display: flex;
		margin: 0 auto;
		max-width: 1364px;
	}
	ul.gnav_pc li {
		width: 20%;
		box-sizing: border-box;
	}
	ul.gnav_pc li a {
		display: block;
		padding: .5em 0;
		color: inherit;
		font-size: clamp(16px,2.5vw,22px);
		text-decoration: none;
		text-align: center;
	}
	ul.gnav_pc li a:hover {
		color: #5183c0;
	}
	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: 2.5em;/*区切り線の長さ*/
		border-left: solid 1px #a6937c;/*区切り線の色*/
		box-sizing: border-box;
	}
	ul.gnav_pc li::before {
		left: 0;
	}
	ul.gnav_pc li:last-child::after {
		right: 0;
	}
}
/*==================================
  mainimg
==================================*/
.main_img {
	display: block;
	margin: 0 auto;
	width: 100%;
	background: #e6ecf4;
}
/*==================================
  heading
==================================*/
.heading01 {
	position: relative;
	margin: 0 calc(50% - 50vw) clamp(24px, 6vw, 80px);
	padding: .5em calc(50vw - 49%)!important;
	background: #5183c0;
	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 #5183c0;
	border-left: clamp(17px, 5vw, 60px) solid transparent;
	border-right: clamp(17px, 5vw, 60px) solid transparent;
}
.heading01.heading_line2:first-line {
	font-size: 79%;
	line-height: 1.2;
}
/*お悩みの見出し用*/
.problem .heading01 {
	line-height: 1.2;
}
.problem .heading01::before {
	position: relative;
	bottom: 0;
	content: '';
	display: block;
	margin: -.5em 0 -.5em;
	width: 2.5em;
	height: 3.6em;
	background: url(image/heading_problem_img.png) no-repeat center bottom;
	background-size: contain;	
}
@media screen and (min-width: 480px) {
	.problem .heading01 {
		line-height: 1.5;
	}
	.problem .heading01::before {
		margin: -1.2em 0 -.5em;
	}
	.problem .heading01 br {
		display: none;
	}
}
/*6つの特徴・料金・お客様の声・お問合せのh2見出し用*/
.point .heading01, .price .heading01, .voice .heading01, .contact .heading01 {
	background: #f9b750;
}
.point .heading01::after, .price .heading01::after, .voice .heading01::after, .contact .heading01::after {
	border-top: clamp(10px, 3vw, 35px) solid #f9b750;
}
/*施術方法h2*/
.heading02 {
	position: relative;
	margin: 0 auto 2em;
	padding: 1.5em 0 0;
	color: #5183c0;
	font-size: clamp(22px, 4vw, 48px);
	text-align: center;
}
.heading02::after {
	position: absolute;
	bottom: -.4em;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	display: block;
	width: 7em;
	height: .15em;
	background: #5183c0;
	border-radius: 100px;
}
/*問い合わせh3*/
.heading03 {
	position: relative;
	margin: 0 auto 2em;
	padding: 1.5em 0 0;
	font-size: clamp(22px, 4vw, 48px);
	text-align: center;
}
.heading03::after {
	position: absolute;
	bottom: -.4em;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	display: block;
	width: 2em;
	height: .2em;
	background: var(--color02);
}
/*問い合わせh4*/
.heading04 {
	margin: 0 auto .5em;
	padding-left: .4em;
	font-size: clamp(18px,3vw,40px);
	border-left: solid .4em var(--color02);
}
/*==================================
  足のトラブル
==================================*/
.trouble {
	background: #fcf8f2;
}
.trouble_list li {
	display: flex;
	margin: .3em 0;
	font-size: clamp(20px,5vw,40px);
	font-weight: bold;
}
.trouble_list li::before {
	position: relative;
	top: .2em;
	content: '';
	display: block;
	margin-right: .5em;
	width: 1.3em;
	height: 1.3em;
	background: url(image/ico_check.png) no-repeat center center;
	background-size: contain;
}
@media screen and (min-width: 480px) {
	.trouble_list {
		display: flex;
		flex-wrap: wrap;
	}
	.trouble_list li {
		width: 48%;
		font-size: clamp(18px,3vw,40px);
	}
}
/*==================================
  ビフォーアフター
==================================*/
.ba_list > li {
	margin: 16px auto 0;
	box-sizing: border-box;
}
.ba_pic {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: min(3vw,24px);
	background: #fdf9e5;
	box-sizing: border-box;
}
.ba_pic::after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '▲';
	color: #5183c0;
	font-size: clamp(20px,8vw,36px);
	transform: translate(-55%,-70%) rotate(90deg);
}
.ba_pic figure {
	width: 45%;
}
.ba_pic figcaption {
	color: #61432b;
	font-size: clamp(15px,3vw,24px);
	font-weight: bold;
	text-align: center;
}
.ba .menseki {
	margin-top: 16px;
	color: #f10303;
	font-size: 13px;
}
.ba_list .menseki span {
	display: inline-block;
}
@media screen and (min-width: 480px) {
	.ba_list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.ba_list > li {
		width: 48%;
	}
	.ba_pic::after {
		font-size: clamp(20px,4vw,50px);
	}
}
@media screen and (min-width: 680px) {
	.ba_list > li {
		margin: 24px auto 0;
	}
	.ba_pic {
		padding: min(4vw,48px);
	}
	.ba .menseki {
		text-align: right;
	}
}
/*==================================
  悩み
==================================*/
.problem {
	background: #fafbfd;
}
.problem .heading01 .em01 {
	display: contents;
	font-size: 116%;
}
.problem .heading01 {
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
}
.problem_list li {
	display: flex;
	margin: .3em 0;
	font-size: clamp(20px,5vw,40px);
	font-weight: bold;
}
.problem_list li::before {
	position: relative;
	top: .2em;
	content: '';
	display: block;
	margin-right: .5em;
	width: 1.3em;
	height: 1.3em;
	background: url(image/ico_check.png) no-repeat center center;
	background-size: contain;
}
.problem_list li .em01 {
	display: contents;
	font-size: 110%;
	color: #5183c0;
}
@media screen and (min-width: 480px) {
	.problem_list {
		display: flex;
		flex-wrap: wrap;
	}
	.problem_list li {
		width: 48%;
		font-size: clamp(18px,3vw,40px);
	}
}
@media screen and (min-width: 680px) {
	.problem_list li .em01 {
		font-size: 127%;
	}
}
/*==================================
  6つの特徴
==================================*/
.point_list {
	padding: clamp(12px,4vw,56px) clamp(16px,5vw,72px);
	counter-reset: point_list;
	background: #fff;
}
.point_list li {
	padding: clamp(12px,4vw,56px) 1em;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	border-bottom: dotted 4px #b5b5b5;
}
.point_list li > figure {
	order: 1;
}
.point_inner {
	display: contents;
}
.point_list h3 {
	order: 0;
	position: relative;
	margin: 1em 0 .5em;
	padding: 0.5em 0.3em 0.5em 3.3em;
	/*point_h3_innerと同じフォントサイズにしてください*/
	font-size: clamp(16px,3.3vw,45px);
	line-height: 1.3;
}
.point_h3_inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	font-size: clamp(16px,3.3vw,45px);
	padding-left: .5em;
	line-height: 1.3;
	min-height: 2em;
	border-left: solid 2px #312b2b;
}
.point_h3_inner::before,
.point_h3_inner::after {
	position: absolute;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #ff5325;
}
.point_h3_inner::before {
	left: 0;
	top: 50%;
	transform: translate(-120%,-50%);
	content: 'POINT';
	font-size: 80%;
	width: 3.25em;
	height: 3.25em;
}
.point_h3_inner::after {
	left: 0;
	top: 50%;
	transform: translate(-120%,-50%);
	counter-increment: point_list;
  content: '0'counter(point_list);
	font-size: 200%;
	line-height: 1.8;
	width: 1.3em;
	height: 1.3em;
}
.point_conts {
	order: 2;
	padding: .5em;
}
@media screen and (min-width: 480px) {
	.point_list li {
		display: block;
	}
	.point_list h3 {
		margin: 0 0 .5em;
	}
	.point_pic.img_right {
		margin-top: 2em;
	}
	.point_inner {
		display: block;
	}
}
@media screen and (min-width: 680px) {
	.point_list li {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: row;
	}
	.point_list li:nth-child(2n) {
		flex-direction: row-reverse;
	}
	.point_list li:nth-child(2n+1) .img_right {
		margin: 0 0 8px 20px;
	}
	.point_list li:nth-child(2n) .img_right {
		margin: 0 20px 8px 0;
	}
	.point_inner {
		width: 70%;
	}
	.point_conts {
		overflow: hidden;
	}
}
/*==================================
  施術方法
==================================*/
.method {
	background: #fefdec;
}
.method_list > li {
	position: relative;
	padding: 4em 1.5em 1.5em;
	background: #fff;
	box-sizing: border-box;
}
.method_list > li:last-child {
	margin-top: 3em;
}
.method_list > li::before {
	content: "";
	display: block;
	background-image:radial-gradient(#5183c0 5%, #fefdec 30%),
	radial-gradient(#5183c0 5%, #fefdec 30%),
	radial-gradient(#5183c0 5%, #fefdec 30%),
	radial-gradient(#5183c0 5%, #fefdec 30%);
	background-size: 16px 16px, 16px 16px, 16px 16px, 16px 16px;
	background-position: left top, left bottom, left top, right top;
	background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
}
.method_li {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-8px,-40%);
	display: block;
	content: '';
	width: 1em;
	height: 1em;
	font-size: clamp(80px,15vw,145px);
	background-color: #5183c0;
	border-radius: 50%;
}
.method_li img {
	position: absolute;
	display: block;
	padding: 8px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	box-sizing: border-box;
}
.method_list > li:last-child figure {
	margin: 0 auto;
	width: 70%;
}
.method_li02_exp {
	position: relative;
  counter-reset: method_list02;
	color: #000;
	margin: 1em 0 0 1.5em;
}
.method_li02_exp li:before {
	position: absolute;
	left: -2em;
	display: block;
  counter-increment: method_list02;
  content: counter(method_list02);
	width: 1.5em;
	font-size: 80%;
	border: solid 1px #000;
	text-align: center;
	border-radius: 50%;
}
@media screen and (min-width: 480px) {
	.method_list > li {
		padding: 4em 2em 2em;
	}
}
@media screen and (min-width: 960px) {
	.method_list {
		display: flex;
		justify-content: space-between;
		padding-top: 50px;
	}
	.method_list > li:first-child {
		width: 54%;
	}
	.method_list > li:last-child {
		width: 42%;
		margin-top: 0;
	}
	.method_li {
		transform: translate(-24px,-40%);
	}
	.method_list > li:first-child figure {
		width: 85%;
		margin: 0 auto;
		transform: translateX(8%);
	}
	.method_list > li:last-child figure {
		width: 80%;
		transform: translateX(8%);
	}
	.method_li02_exp {
		font-size: clamp(13px,1.35vw,18px);
	}
}
/*==================================
  料金
==================================*/
.price_note {
	padding: 0 1em;
	text-align: right;
	font-size: clamp(10px,2.5vw,13px);
}
/*==================================
  施術の流れ
==================================*/
.flow {
	background: #fffeec;
}
.flow_list {
  counter-reset: flow_list;
}
.flow_list li {
	padding: 1.5em 0;
	box-sizing: border-box;
}
.flow_list li > p:first-child {
	position: relative;
	margin: .5em 0 .5em 2em;
	padding: 0 0 0 .5em;
	font-size: clamp(20px,6vw,40px);
	font-weight: bold;
	color: #312b2b;
	border-left: solid 2px #312b2b;
	line-height: 1;
}
.flow_list li > p:first-child::before,
.flow_list li > p:first-child::after {
	left: 0;
	top: 0;
	transform: translate(-110%,-20%);
	position: absolute;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #5183c0;
}
.flow_list li > p:first-child::before {
	font-size: 50%;
  content: 'STEP';
	width: 3.5em;
	height: 3em;
	line-height: 1.2;
}
.flow_list li > p:first-child::after {
  counter-increment: flow_list;
  content: '0'counter(flow_list);
	font-size: 90%;
	width: 2em;
	height: 1.6em;
	line-height: 2.5;
}
.flow_list li > p:last-child {
	padding: .5em;
	font-size: clamp(14px,2.5vw,30px);
}
@media screen and (min-width: 480px) {
	.flow_list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.flow_list li {
		width: 48%;
		max-width: 560px;
	}
	.flow_list li > p:first-child {
		font-size: clamp(18px,3vw,40px);
	}
}
/*==================================
  喜びの声
==================================*/
.voice_list li {
	margin: 1em auto;
}
.voice_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1em;
	background: #fcf6ee;
}
.voice_box figure {
	order: 1;
	margin: 0 auto;
	width: 80%;
}
.voice_conts {
	display: contents;
}
.voice_conts h3 {
	position: relative;
	order: 0;
	margin: 0 auto 1.3em;
	color: #ec6941;
	font-size: clamp(18px, 3vw, 35px);
	text-align: center;
}
.voice_conts h3::after {
	position: absolute;
	bottom: -.4em;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	display: block;
	width: 7em;
	height: .15em;
	background: #ec6941;
	border-radius: 100px;
}
.voice_txt {
	order: 2;
	margin: 1em auto 0;
}
.voice_list .menseki {
	margin: 1em auto 0;
	color: #f10303;
	font-size: 13px;
	text-align: left;
}
.voice_bt_more a {
	position: relative;
	margin: 1.5em auto 0;
	width: 90%;
	max-width: 500px;
	padding: .3em;
	display: block;
	background: #f0823c;
	border: solid 3px #f0823c;
	color: #fff;
	font-size: clamp(20px,3vw,32px);
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-radius: 100px;
	box-sizing: border-box;
	box-shadow: 3.078px 3.94px 8px 0px rgba(84, 71, 64, 0.2);
	transition: color .3s ease;
}
.voice_bt_more a span {
	position: relative;
}
.voice_bt_more a::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: #fff;
	transform: scaleX(0);
	transform-origin: right;
	transition: all .3s ease;
	transition-property: transform;
	border-radius: 100px;
}
.voice_bt_more a::after {
	position: absolute;
	right: 0;
	top: 50%;
	content: '▲';
	display: block;
	transform: translate(-100%,-50%) rotate(90deg);
}
.voice_bt_more a:hover {
	color: #f0823c;
}
.voice_bt_more a:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}
@media screen and (min-width: 480px) {
	.voice_box {
		flex-direction: row-reverse;
		justify-content: space-between;
}
	.voice_box figure {
		width: 45%;
	}
	.voice_conts {
		display: block;
		width: 52%;
	}
	.voice_list .menseki {
		text-align: right;
	}
}
@media screen and (min-width: 680px) {
	.voice_box {
		padding: clamp(20px,5%,80px);
	}
	.voice_box figure {
		width: 60%;
		max-width: 536px;
		padding-right: 2em;
		flex-shrink: 0;
	}
	.voice_conts {
		display: block;
		width: auto;
		max-width: 480px;
	}
}
/*==================================
  院長挨拶
==================================*/
.greet_conts {
	padding-top: clamp(24px,3vw,70px);
}
.greet_conts .img_left {
	width: 65%;
}
.greet_txt {
	margin: 1em auto;
}
@media screen and (min-width: 480px) {
	.greet .img_left {
		width: 50%;
	}
	.greet_txt {
		margin: 0 auto;
	}
}
@media screen and (min-width: 680px) {
	.greet .img_left {
		width: 40%;
		margin-right: 32px;
	}
	.greet_txt {
		font-size: clamp(20px,2vw,28px);
	}
}
/*==================================
  お問合せ
==================================*/
/*共通*/
/*ボタン*/
.contact_bt {
	margin: 0 auto;
	max-width: 500px;
	width: 98%;
}
.contact_bt li a {
	position: relative;
	display: block;
	margin: 10px auto;
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 10px;
	box-sizing: border-box;
}
.contact_bt li a::before {
	position: absolute;
	left: .3em;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	display: block;
	width: 1.5em;
	height: 1.3em;
	font-size: clamp(32px,10vw,52px);
}
/*電話ボタン*/
.contact_bt .contact_tel a {
	padding: .2em .1em .2em 1.7em;
	background: #5183c0;
	font-size: clamp(32px,10vw,52px);
	line-height: 1;
}
.contact_tel a span {
	display: block;
}
.contact_tel a span{
	font-size: 52%;
}
.contact_tel a::before {
	background: url(image/contact_ico_tel.png) no-repeat;
	background-size: contain;
}
/*LINEボタン*/
.contact_bt .contact_line a {
	padding: .2em .1em .2em 1.5em;
	background: #34d034;
	font-size: clamp(32px,8vw,39px);
	line-height: 1;
}
.contact_line a::before {
	background: url(image/contact_ico_line.png) no-repeat;
	background-size: contain;
}
/*Web予約ボタン*/
.contact_bt .contact_net a {
	padding: .2em .1em .2em 1.5em;
	background: #f9b750;
	font-size: clamp(32px,8vw,39px);
	line-height: 1;
}
.contact_net a::before {
	background: url(image/contact_ico_net.png) no-repeat;
	background-size: contain;
}
@media screen and (min-width: 680px) {
	.contact_bt li a::before {
		font-size: clamp(18px,4.5vw,52px);
	}
	/*電話ボタン*/
	.contact_bt .contact_tel a {
		font-size: clamp(18px,4.5vw,52px);
	}
	/*LINEボタン*/
	.contact_bt .contact_line a {
		font-size: clamp(18px,4vw,39px);
	}
	/*Web予約ボタン*/
	.contact_bt .contact_net a {
		font-size: clamp(18px,4vw,39px);
	}
}
@media screen and (min-width: 1240px) {
	.contact_bt li:not(.contact_bt_d):not(.contact_tel) a::before {
		left: .8em;
	}
}
/*予約ボタン横並び*/
.contact_bt {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact_bt_s {
	width: 100%;
}
.contact_bt_d {
	width: 49%;
}
.contact_bt li.contact_bt_d a::before {
	width: 1.2em;
	height: .95em;
	font-size: clamp(28px,8vw,40px);
}
/*LINEボタン*/
.contact_bt .contact_line a {
	font-size: clamp(22px,7vw,36px);
}
/*Web予約ボタン*/
.contact_bt .contact_net a {
	font-size: clamp(22px,7vw,36px);
}
@media screen and (min-width: 680px) {
	.contact_bt li.contact_bt_d a::before {
		font-size: clamp(28px,4vw,40px);
	}
	/*LINEボタン*/
	.contact_bt .contact_line a {
		font-size: clamp(22px,3.5vw,36px);
	}
	/*Web予約ボタン*/
	.contact_bt .contact_net a {
		font-size: clamp(22px,3.5vw,36px);
	}
}

/*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: space-between;
	}
	.contact_single > * {
		width: 48%;
	}
	.contact_single .contact_bt {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.contact_single .contact_bt li a {
		margin: 16px auto 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 .5em;
	padding: 0 1.5em .1em;
	display: inline-block;
	background: #362e2b;;
	color: #fff;
}
.contact_multiple .contact_add {
	margin-top: .5em;
	padding-top: .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: space-between;
	}
	.contact_multiple > * {
		width: 48%;
		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;
	margin-bottom: 1rem;
	width: 98%;
}
.contact_uketsuke th,
.contact_uketsuke td {
	padding: 12px 8px;
	text-align: center;
	vertical-align: middle;
	border: solid 2px #b49d8f!important;
	font-size: clamp(14px,2.5vw,39px);
}
.contact_uketsuke tr > :first-child {
	width: 7em;
}
.contact_note {
	padding: 0 0.5em;
	text-align: right;
	font-weight: bold;
}
/*==================================
Footer
==================================*/
.copyright {
	border-top: solid 1px #473d2e;
	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;
	}
}
