@charset "utf-8";

/*
* ベースカラーの設定 *
ヒアリングシートのベースカラーはここに設定してください
*/
:root {
	--color01: #59b1db;
	--color02: #f6850e;
	--color03: #ff8787;
	--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;
	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: #544740;
	font-size: 15px;
	line-height: 1.5;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold",
		"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: -3.5vw auto 24px;
	width: 98%;
	max-width: 1090px;
	-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(24px, 7vw, 100px) auto clamp(16px, 4vw, 48px);
}

/*色のみ変更すればチェックの色を変更可能*/
.bg01 {
	background: url(image/bg01.png) #ffe3db;
}

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: max(-3.5vw, -50px) auto 40px;
	}
}

.no_toppadding {
	padding-top: 0;
}

/*==================================
Header
==================================*/
#header {
	position: relative;
	z-index: 999999;
	border-top: solid 10px var(--color03);
	background: #fff;
}

.h_upper {
	padding: 4px 8px;
	box-sizing: border-box;
}

.h_inner {
	overflow: hidden;
	margin: 0 auto;
	padding: 8px 0;
	width: 95%;
	max-width: 1240px;
	box-sizing: border-box;
}

.h_upper>* {
	margin: 0 auto;
	width: 95%;
	max-width: 1240px;
	font-size: 13px;
	box-sizing: border-box;
}

.h_logo {
	margin: 12px auto 0;
	width: 70%;
}

@media screen and (min-width: 480px) {
	.h_logo {
		margin: 16px auto;
	}
}

@media screen and (min-width: 680px) {
	#header {
		padding: 8px 0 0;
		border-top: none;
	}

	.h_upper {
		padding: 0 8px;
		background: none;
		color: inherit;
	}

	.h_upper>* {
		font-size: 15px;
	}

	.h_inner {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		padding: 0 0 16px;
	}

	.h_logo {
		width: 60%;
		margin: 8px 16px 8px 0;
	}

	.h_logo img {
		margin: 0;
	}

	.h_contact img {
		max-width: none;
	}
}

@media screen and (min-width: 940px) {
	.h_logo {
		width: 100%;
	}
}

/*==================================
  Navigation
==================================*/
nav {
	width: 100%;
	background: #fff;
}

.gnav_sp {
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
}

.gnav_sp li {
	padding: 8px 0;
	width: 20%;
}

.gnav_sp img {
	width: 85%;
}

.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,
#point,
#price,
#faq {
	margin-top: -128px;
	padding-top: 128px;
}

@media screen and (min-width: 480px) {
	.gnav_sp img {
		width: 75%;
	}
}

@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;
	}
}

@media screen and (min-width: 960px) {
	ul.gnav_pc li {
		width: 20%;
		box-sizing: border-box;
	}
}

/*==================================
  mainimg
==================================*/
.main_img,
.main_img02 {
	display: block;
	width: 100%;
}

.main_img {
	margin: 0 auto;
	background-color: #d4e7eb;
}

.main_img02 {
	margin: 0 auto 3.5vw;
	padding: 14.5vw 0 0;
	position: relative;
	background-color: #fff799;
	border-bottom: solid 3px #ec6941;
}

.main_img02 img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (min-width: 680px) {
	.main_img02 {
		margin: 0 auto min(3.5vw, 50px);
		padding: min(8vw, 122px) 0 0;
	}
}

/*==================================
  heading
==================================*/
.heading01 {
	position: relative;
	margin: 0 calc(50% - 50vw) clamp(24px, 6vw, 80px);
	padding: 0.5em calc(50vw - 49%) !important;
	background: var(--color02);
	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(--color02);
	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;
}

/*問い合わせh3・院長挨拶h2*/
.heading02 {
	position: relative;
	margin: 0 auto 2em;
	padding: 1.5em 0 0;
	font-size: clamp(22px, 4vw, 48px);
	text-align: center;
}

.heading02::after {
	position: absolute;
	bottom: -0.4em;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	display: block;
	width: 2.4em;
	height: 0.3em;
	background-image: radial-gradient(#ff6767 40%, transparent 10%);
	background-size: 0.3em 0.3em;
	background-position: 0 center;
	background-repeat: repeat-x;
}

/*問い合わせh4*/
.heading03 {
	margin: 0 auto 0.5em;
	padding-left: 0.4em;
	font-size: clamp(18px, 3vw, 40px);
	border-left: solid 0.4em var(--color02);
}

/*==================================
  2ショット
==================================*/
.twoshot {
	background-size: 50px 84px;
	background-image: linear-gradient(-60deg,
			#fcdfd7 25%,
			#feebe5 25%,
			#feebe5 50%,
			#fcdfd7 50%,
			#fcdfd7 75%,
			#feebe5 75%,
			#feebe5);
}

.twoshot_pic {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin: 2em auto 0;
}

.twoshot_pic>* {
	width: 48%;
	margin: 1%;
}

@media screen and (min-width: 680px) {
	.twoshot_pic {
		margin: 3em auto 0;
	}

	.twoshot_pic>* {
		width: 24%;
		margin: 0.5%;
	}
}

/*==================================
  コロナバナー
==================================*/
.corona {
	background: #ff8787;
}

/*==================================
  お悩み
==================================*/
.nayami_list {
	position: relative;
	margin: 0 auto clamp(24px, 6vw, 80px);
	padding: clamp(12px, 3vw, 40px);
	border-radius: clamp(24px, 3vw, 40px);
	background-color: #e5e5e5;
}

.nayami_list::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	font-size: clamp(18px, 4.3vw, 48px);
	border-top: clamp(10px, 3vw, 35px) solid var(--color03);
	border-left: clamp(17px, 5vw, 60px) solid transparent;
	border-right: clamp(17px, 5vw, 60px) solid transparent;
}

.nayami_list li {
	display: flex;
	align-items: center;
	padding: 0.5em;
	border-bottom: dotted 3px #a89694;
	font-size: clamp(16px, 2.7vw, 30px);
	font-weight: bold;
}

.nayami_list li::before {
	display: block;
	flex-shrink: 0;
	content: "";
	margin: 0.1em 0.5em 0 0;
	width: 1.5em;
	height: 1.5em;
	background: url(image/check_ico_a.png) no-repeat center center;
	background-size: contain;
}

.nayami_list li .em01 {
	display: contents;
	color: var(--color03);
}

/*==================================
  オファーバナー
==================================*/
.offer {
	position: relative;
	margin-top: min(7vw, 80px);
	background-color: #ffeccd;
	background-image: radial-gradient(#fff 25%, transparent 10%),
		radial-gradient(#fff 25%, transparent 10%);
	background-size: 36px 36px;
	background-position: 0 0, 18px 18px;
}

.offer_bnr {
	position: relative;
	top: max(-7vw, -80px);
	margin-bottom: max(-7vw, -80px);
}

/*==================================
  どうして必要
==================================*/
.yugami {
	padding: clamp(12px, 3vw, 40px);
	background: #eee;
	border-radius: clamp(24px, 3vw, 40px);
}

.yugami_list01 {
	position: relative;
	margin-bottom: 3.5em;
}

.yugami_list01::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	font-size: clamp(18px, 4.3vw, 48px);
	border-top: clamp(10px, 3vw, 35px) solid var(--color03);
	border-left: clamp(17px, 5vw, 60px) solid transparent;
	border-right: clamp(17px, 5vw, 60px) solid transparent;
}

.yugami_list01_box {
	display: flex;
	padding: 0 0 1em;
}

.yugami_list01_box>* {
	box-sizing: border-box;
}

.yugami_list01 dt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0.5em;
	width: 21%;
	background: #ffff99;
	text-align: center;
	font-size: clamp(16px, 3vw, 32px);
	font-weight: bold;
}

.yugami_list01 dd {
	padding: 1em;
	width: 79%;
	background: #fff;
	font-size: clamp(14px, 2.5vw, 20px);
	font-weight: bold;
}

.yugami_list02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin: 2em auto 0;
}

.yugami_list02>* {
	width: 48%;
	margin: 1%;
}

@media screen and (min-width: 680px) {
	.yugami_list02 {
		margin: 3em auto 0;
	}

	.yugami_list02>* {
		width: 24%;
		margin: 0.5%;
	}
}

.iikoto_list {
	position: relative;
	margin: 0 auto clamp(24px, 6vw, 80px);
	padding: clamp(12px, 3vw, 40px);
	border-radius: clamp(24px, 3vw, 40px);
	background-color: #ffdadf;
}

.iikoto_list li {
	display: flex;
	align-items: center;
	padding: 0.5em;
	border-bottom: dotted 3px #a89694;
	font-size: clamp(16px, 2.7vw, 30px);
	font-weight: bold;
}

.iikoto_list li::before {
	display: block;
	flex-shrink: 0;
	content: "";
	margin: 0.1em 0.5em 0 0;
	width: 1.5em;
	height: 1.5em;
	background: url(image/check_ico_b.png) no-repeat center center;
	background-size: contain;
}

/*==================================
  5つのポイント
==================================*/
.point {
	margin-bottom: -5em;
	padding-bottom: 10em;
	background: #fffde1;
}

.point_list {
	padding: clamp(12px, 4vw, 56px) clamp(16px, 5vw, 72px);
	counter-reset: case_list;
	background: #fff;
	border-radius: clamp(8px, 2vw, 20px);
}

.point_inner {
	overflow: hidden;
	margin: 0 auto;
	width: 96%;
}

.point_list h3 {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	margin: 1em auto 1.5em;
	padding: 0.6em 0.3em 0.6em 4em;
	background: #fae5c4;
	font-size: clamp(16px, 3.5vw, 47px);
	line-height: 1.3;
	border-radius: clamp(8px, 2vw, 20px);
}

.point_list> :first-child h3 {
	margin-top: 0;
}

.point_list h3::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0.7em;
	transform: translateY(-50%);
	display: block;
	padding-right: 0.3em;
	width: 2.5em;
	height: 2.5em;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}

.point_list> :first-child h3::before {
	background-image: url(image/point01_ico.png);
}

.point_list> :nth-child(2) h3::before {
	background-image: url(image/point02_ico.png);
}

.point_list> :nth-child(3) h3::before {
	background-image: url(image/point03_ico.png);
}

.point_list> :nth-child(4) h3::before {
	background-image: url(image/point04_ico.png);
}

.point_list> :nth-child(5) h3::before {
	background-image: url(image/point05_ico.png);
}

/*↑POINTの項目が増える場合はコピーして増やしてください*/
.point_list h3::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-top: clamp(10px, 2.5vw, 28px) solid #fae5c4;
	border-left: clamp(18px, 3vw, 36px) solid transparent;
	border-right: clamp(18px, 3vw, 36px) solid transparent;
}

.point_h3_inner {
	position: relative;
}

.point_h3_inner::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-180%, -50%);
	content: "";
	display: block;
	width: 0.3em;
	height: 2.8em;
	background-image: radial-gradient(#ff6767 40%, transparent 10%);
	background-size: 0.3em 0.3em;
	background-position: 0 center;
	background-repeat: repeat-y;
}

.point_list h3 .em01 {
	display: contents;
	color: #ff6767;
}

.point_list h3 br {
	display: none;
}

.point_pic img {
	width: 100%;
	max-width: 100%;
}

.point_pic p {
	padding: 16px;
}

@media screen and (min-width: 480px) {
	.point_list h3 br {
		display: inline;
	}

	.point_pic {
		width: 38%;
	}
}

@media screen and (max-width: 680px) {
	.point_pic figure {
		width: 80%;
	}
}

@media screen and (min-width: 960px) {
	.point_conts {
		overflow: hidden;
		font-size: 20px;
	}
}

@media screen and (min-width: 1240px) {
	.point_list {
		margin: 0 -80px;
		padding: 56px 72px;
	}
}

/*==================================
  喜びの声
==================================*/
.voice {
	position: relative;
}

.voice_list li {
	margin: 16px auto;
	position: relative;
	padding: 3%;
	background-color: #fae5c4;
	box-sizing: border-box;
	border-radius: clamp(8px, 2vw, 20px);
}

.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: 13px;
	text-align: center;
	color: #f66b12;
}

@media screen and (min-width: 480px) {
	.voice_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.voice_list li {
		width: 48%;
	}
}

@media screen and (min-width: 680px) {
	.voice_list li {
		width: 32%;
	}
}

/*==================================
  流れ
==================================*/
.flow_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	counter-reset: flow_list;
}

.flow_list li {
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 1.5em auto;
	width: 48%;
	padding: 1em 0.8em;
	box-sizing: border-box;
}

.flow_list li::before {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-5%, -20%);
	content: "";
	display: block;
	width: 33%;
	padding-top: 15%;
	border: solid 5px #fff45c;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 90%;
	background-color: #94c326;
	border-radius: clamp(8px, 2vw, 20px);
}

.flow_list> :first-child::before {
	background-image: url(image/flow_ico01.png);
}

.flow_list> :nth-child(2)::before {
	background-image: url(image/flow_ico02.png);
}

.flow_list> :nth-child(3)::before {
	background-image: url(image/flow_ico03.png);
}

.flow_list> :nth-child(4)::before {
	background-image: url(image/flow_ico04.png);
}

.flow_list> :nth-child(5)::before {
	background-image: url(image/flow_ico05.png);
}

.flow_list> :last-child::before {
	background-image: url(image/flow_ico06.png);
}

.flow_list li> :first-child {
	order: 1;
	margin-top: 8px;
	font-size: clamp(20px, 4vw, 32px);
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
}

.flow_list li> :nth-child(2) {
	order: 0;
}

.flow_list li> :last-child {
	order: 2;
	padding: 0.5em;
}

@media screen and (min-width: 680px) {
	.flow_list li {
		width: 32%;
	}

	.flow_list li> :last-child {
		font-size: 20px;
	}
}

/*==================================
  院長挨拶
==================================*/
/*必要に応じて画像横幅指定*/
.greet .img_left {
	width: 60%;
	max-width: 314px;
}

.greet_txt {
	margin-top: 1em;
}

@media screen and (min-width: 480px) {
	.greet .img_left {
		width: 40%;
	}
}

@media screen and (min-width: 680px) {
	.greet_txt {
		margin-top: 0;
	}
}

@media screen and (min-width: 1240px) {
	.greet_txt {
		overflow: hidden;
	}
}

/*==================================
  よくある質問
==================================*/
.faq {
	background: #fffde1;
}

.faq_list_box {
	padding: clamp(12px, 4vw, 40px) 0;
	border-bottom: solid 1px #5f4741;
}

.faq_list dt {
	display: flex;
	align-items: center;
	font-size: clamp(18px, 3.5vw, 37px);
	font-weight: bold;
}

.faq_list dt::before {
	content: "";
	display: block;
	margin-right: 0.5em;
	width: 2em;
	height: 2em;
	background: url(image/faq_q.png) no-repeat center center;
	background-size: contain;
}

.faq_list dd {
	display: flex;
	align-items: center;
	padding: clamp(12px, 4vw, 40px) 0 0;
}

.faq_list dd::before {
	content: "";
	display: block;
	margin-right: 0.5em;
	flex-shrink: 0;
	width: 2em;
	height: 2em;
	font-size: clamp(18px, 3.5vw, 37px);
	background: url(image/faq_a.png) no-repeat center center;
	background-size: contain;
}

@media screen and (min-width: 680px) {
	.faq_list dd {
		font-size: 19px;
	}
}

/*==================================
  お問合せ
==================================*/
/*共通*/
/*お問合せボタン共通スタイル*/
.offer_wrapper {
	position: relative;
	z-index: 1;
}

.offer {
	position: relative;
	z-index: -2;
}

.contact_tel,
.contact_line,
.contact_net,
.offer_m_bt {
	position: relative;
	top: 0;
	left: 0;
	color: inherit;
	text-decoration: none;
	border-radius: 10px;
	box-sizing: border-box;
	transition: top 0.3s ease;
}

.contact_tel::before,
.contact_line::before,
.contact_net::before,
.offer_m_bt::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 8px;
	left: 0;
	background-size: 6px 6px;
	border-radius: 10px;
	transition: top 0.3s ease;
}

.contact_tel a,
.contact_line a,
.contact_net a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

.offer_m_bt a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #78ab00;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

.contact_tel a::before,
.contact_line a::before,
.contact_net a::before,
.offer_m_bt a::before {
	content: "";
	display: block;
	margin-right: 0.5em;
	width: 1.6em;
	height: 1.6em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

/*横並びにしたときに高さをそろえるためliに色や線を設定*/
.contact_tel {
	background: #ff6767;
}

.contact_tel_inner {
	line-height: 1.2;
}

.contact_tel::before {
	background-image: linear-gradient(-45deg,
			#ff6767 25%,
			#fff 25%,
			#fff 50%,
			#ff6767 50%,
			#ff6767 75%,
			#fff 75%,
			#fff);
}

.contact_line {
	background: #3cab00;
}

.contact_line::before {
	background-image: linear-gradient(-45deg,
			#3cab00 25%,
			#fff 25%,
			#fff 50%,
			#3cab00 50%,
			#3cab00 75%,
			#fff 75%,
			#fff);
}

.contact_net {
	background: #ff6c0e;
}

.contact_net::before {
	background-image: linear-gradient(-45deg,
			#ff6c0e 25%,
			#fff 25%,
			#fff 50%,
			#ff6c0e 50%,
			#ff6c0e 75%,
			#fff 75%,
			#fff);
}

.offer_m_bt {
	background: #fff;
	border: solid 4px #78ab00;
}

.offer_m_bt::before {
	background-image: linear-gradient(-45deg,
			#78ab00 25%,
			#fff 25%,
			#fff 50%,
			#78ab00 50%,
			#78ab00 75%,
			#fff 75%,
			#fff);
}

.contact_tel a .num {
	display: block;
	font-size: 61%;
}

.contact_tel a::before {
	background-image: url(image/contact_ico_tel.png);
}

.contact_line a::before {
	background-image: url(image/contact_ico_line.png);
}

.contact_net a::before {
	background-image: url(image/contact_ico_net.png);
}

.offer_m_bt a::before {
	background-image: url(image/offer_m_ico.png);
}

@media screen and (min-width: 680px) {

	.contact_tel:hover,
	.contact_line:hover,
	.contact_net:hover,
	.offer_m_bt:hover {
		top: -2px;
	}

	.contact_tel:hover::before,
	.contact_line:hover::before,
	.contact_net:hover::before,
	.offer_m_bt:hover::before {
		top: 10px;
	}
}

/*オファーバナーの下のボタン*/
.offer_contact_bt {
	margin: clamp(40px, 8vw, 80px) auto clamp(20px, 4vw, 40px);
}

.offer_contact_bt li,
.offer_m_bt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0.6em auto;
	font-size: 32px;
}

.offer_m_bt {
	margin: clamp(40px, 8vw, 80px) auto clamp(20px, 4vw, 40px);
}

.offer_contact_bt li a,
.offer_m_bt a {
	padding: 8px 1em 8px 8px;
}

@media screen and (min-width: 480px) {
	.offer_contact_bt {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.offer_contact_bt li {
		margin: 8px 0.5%;
		width: 48%;
		font-size: clamp(24px, 3.5vw, 36px);
	}

	.offer_m_bt {
		width: 90%;
		max-width: 630px;
		font-size: clamp(48px, 7vw, 64px);
	}
}

@media screen and (min-width: 680px) {
	.offer_contact_bt li {
		width: 32%;
		min-width: 190px;
	}
}

/*お問合せのボタン*/
.contact_bt {
	margin: 1em auto 0;
	max-width: 500px;
	width: 98%;
}

.contact_bt li {
	display: block;
	margin: 0.3em auto;
	font-size: clamp(32px, 8vw, 48px);
	text-decoration: none;
	text-align: center;
}

/*電話ボタン*/
.contact_bt .contact_tel {
	padding: 0.3em 0.1em;
	line-height: 1;
}

.contact_bt .contact_tel a .num {
	display: block;
	font-size: 61%;
}

/*LINEボタン*/
.contact_bt .contact_line {
	padding: 0.2em 0.1em;
	line-height: 1;
}

/*Web予約ボタン*/
.contact_bt .contact_net {
	padding: 0.2em 0.1em;
	line-height: 1;
}

@media screen and (min-width: 680px) {
	.contact_bt li {
		font-size: clamp(32px, 4vw, 48px);
	}
}

/*予約ボタン横並び*/
.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 {
	font-size: 90%;
}

/*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;
		align-items: center;
	}

	.contact_single>* {
		width: 48%;
	}

	.contact_single .contact_bt {
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 0 auto;
	}

	.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: #362e2b;
	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: 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;
	width: 98%;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 10px;
	border: solid 2px #ff9191;
	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: 12px 8px;
	text-align: center;
	vertical-align: middle;
	font-size: clamp(14px, 2.5vw, 39px);
}

.contact_uketsuke td {
	color: #ff7b7b;
}

.contact_uketsuke th:not(:first-child),
.contact_uketsuke td:not(:first-child) {
	border-left: solid 2px #ff9191;
}

.contact_uketsuke tr:not(:first-child) th,
.contact_uketsuke tr:not(:first-child) td {
	border-top: solid 2px #ff9191;
	font-weight: 500;
}

.contact_uketsuke tr> :first-child {
	width: 7em;
}

/*==================================
スマホ固定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 0;
	text-decoration: none;
	text-align: center;
	color: #fff;
	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 {
	background: var(--color03);
	color: #fff;
	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;
	}
}

/*==================================
プライバシーポリシー
==================================*/
.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;
}