@charset "utf-8";
/*
* ベースカラーの設定 *
ヒアリングシートのベースカラーはここに設定してください
*/
:root {
	--color01: #59b1db;
	--color02: #f6850e;
	--color03: #ff6666;
	--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;
	font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN",	"Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
	line-height: 1.5;
}
/*font*/
.marugothic,.heading01, .ba_voice_ttl, .point_list h3, .flow_list_ttl,.faq_list dt, .faq_list dd::before, .sp_fix_bt {
	font-family: 'Zen Maru Gothic', Meiryo, "Hiragino Kaku Gothic ProN","Hiragino Sans", "Helvetica Neue", Arial, sans-serif;
}
@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: 782px) {
	.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: 782px) {
	.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 autox;
	}
}
@media screen and (min-width: 782px) {
	#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: center;
		padding: 0 0 16px;
	}
	.h_logo {
		flex-grow: 0;
		width: min(50%,472px);
		margin: 8px 16px 8px 0;
	}
	.h_logo img {
		margin: 0;
	}
	.h_contact {
		width: min(40%,400px);
	}
	.h_contact a {
		display: block;
		padding: .3em;
		text-align: center;
		text-decoration: none;
		color: #fff;
		font-weight: bold;
		font-size: clamp(18px,2.5vw,25px);
		background-color: #f83b3b;
		box-shadow: 0px 3px 0px 0px rgba(187, 199, 213, .7);
		border-radius: 100px;
	}
	.h_contact a:hover {
		opacity: .7;
	}	
}
/*==================================
  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,
#ba,
#flow {
	margin-top: -128px;
	padding-top: 128px;
}
@media screen and (min-width: 480px) {
	.gnav_sp img {
		width: 75%;
	}
}
@media screen and (min-width: 782px) {
	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;
	}
}
/*スマホ下固定ボタン*/
.sp_fix_bt {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999;
	display: none;/*SP下部固定する場合はflexに変更*/
	gap: 4px;
	padding: 8px;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	box-sizing: border-box;
}
.sp_fix_bt > * {
	flex-grow: 1;
	border-radius: 10px;
}
.sp_fix_bt > *:not(.f_hpb) > * {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	padding: 16px 8px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-weight: bold;
	/*ボタン1のとき*/
	/* font-size: clamp(20px,4vw,28px); */
	/*ボタン2のとき*/
	/* font-size: clamp(15px,4vw,28px); */
	/*ボタン3のとき*/
	font-size: clamp(15px,3.5vw,28px);
}
.sp_fix_bt > *:not(.f_hpb) > :first-child::before {
	display: block;
	flex-shrink: 0;
	content: '';
	width: 1.5em;
	height: 1.5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.f_line {
	background-color: #00b900;
}
.f_line > *::before {
	background-image: url(image/f_ico_line.png);
}
.f_tel {
	background-color: #ff6666;
}
.f_tel > *::before {
	background-image: url(image/f_ico_tel.png);
}
.f_net {
	background-color: #f67210;
}
.f_net > *::before {
	background-image: url(image/f_ico_net.png);
}
.f_hpb {
	flex-grow: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #ae2d5b;
	border-radius: 10px;
	/*ボタン1のとき*/
	/* width: 100%; */
	/*ボタン2のとき*/
	/* width: min(50%,392px); */
	/*ボタン3のとき*/
	width: min(33%,392px);
}
.f_hpb > * {
	padding: 16px 8px;
}
.f_hpb > * img {
	/* ボタン1のとき */
	/* width: min(50%,392px); */
	/* ボタンのとき */
	/* width: min(60%,392px); */
	/* ボタン3のとき */
	width: min(90%,392px);
}
/*スマホ下固定ボタンモーダルウィンドウ*/
/*モーダルの指定*/
.modal_tel_container,
.modal_line_container,
.modal_web_container,
.modal_hpb_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,
.modal_hpb_container::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.modal_tel_container.active,
.modal_line_container.active,
.modal_web_container.active,
.modal_hpb_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;
	font-family: var(--mincho);
	transform: rotate(.03deg);
}
.modal_contact_tel_ttl,
.modal_contact_line_ttl,
.modal_contact_web_ttl,
.modal_contact_hpb_ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: clamp(15px,3vw,24px);
}
.modal_contact_tel_list li a,
.modal_contact_line_list li a,
.modal_contact_web_list li a,
.modal_contact_hpb_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: #ff6666;
}
.modal_contact_line_list li a {
	background-color: #00b900;
}
.modal_contact_web_list li a {
	background-color: #f67210;
}
.modal_contact_hpb_list li a {
	background-color: #ae2d5b;
}
/*==================================
  mainimg
==================================*/
.main_img {
	display: block;
	width: 100%;
}
.main_img {
	margin: 0 auto;
	background-color: #fffde8;
}
/*==================================
  heading
==================================*/
.heading01 {
	position: relative;
	margin: 0 calc(50% - 50vw) clamp(24px, 6vw, 80px);
	padding: 0.5em calc(50vw - 49%) !important;
	background: var(--color03);
	text-align: center;
	font-size: clamp(18px, 5vw, 48px);
	color: #fff;
}
/*問い合わせh3*/
.heading02 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1em;
	margin: 0 auto 2em;
	padding: 1.5em 0 0;
	color: #74533a;
	font-size: clamp(22px, 4vw, 48px);
	text-align: center;
}
.heading02::before,
.heading02::after {
	content: '';
	display: block;
	width: 2em;
	height: 3px;
	background-color: #ff6666;
}
/*問い合わせh4*/
.heading03 {
	margin: 0 auto 0.5em;
	padding-left: 0.4em;
	font-size: clamp(18px, 3.5vw, 28px);
	color: #74533a;
	border-left: solid 0.4em var(--color02);
}
@media screen and (min-width: 782px) {
	.heading03 {
		font-size: clamp(18px, 2.5vw, 28px);
	}
}
/*==================================
  悩み
==================================*/
.nayami {
	background-color: #f5f0e3;
}
.nayami .heading01 {
	background: #74533a;
}
/*==================================
  ビフォーアフター
==================================*/
.ba {
	background-color: #fef9ef;
}
.ba_list {
	display: flex;
	flex-direction: column;
	gap: min(8vw,64px);
}
.ba_voice {
	padding: 1.5em;
	background-color: #fff;
	font-size: clamp(15px,3vw,28px);
}
.ba_voice_ttl {
	margin: 0 0 .5em;
	font-weight: bold;
	color: #74533a;
}
.ba_voice_ttl::after {
	content: '';
	display: block;
	width: 5em;
	height: 5px;
	border-radius: 100px;
	background-color: #ff6666;
}
.ba_voice_txt {
	line-height: 1.4;
}
.ba_voice_txt p:not(:first-child) {
	margin: .5em auto 0;
}
/*==================================
  3つのポイント
==================================*/
.point {
	background: #fef9ef;
}
.point .heading01 {
	padding: 0 calc(50vw - 49%) !important;
	display: flex;
	justify-content: center;
	gap: .5em;
	line-height: 1.2;
}
.point_heading_inner {
	padding: .5em 0;
}
.point_heading_inner .txt_l {
	font-size: 1.5em;
}
.point .heading01::after {
	display: block;
	content: '';
	aspect-ratio: 11/13;
	width: min(12vw,146px);
	background: url(image/parts_reason.png) no-repeat center bottom;
	background-size: contain;
}
.point_list {
	padding: clamp(12px, 4vw, 56px) clamp(16px, 5vw, 72px);
	counter-reset: point_list;
	background: #fff;
	border-radius: clamp(8px, 2vw, 20px);
  box-shadow: 0px 0px 38px 0px rgba(128, 88, 49, 0.11);
}
.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: #fff9ac;
	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,
.point_list h3::after {
	position: absolute;
	top: 50%;
	color: #fff;
	text-align: center;
}
.point_list h3::before {
	counter-increment: point_list;
	content: counter(point_list);
	left: 0.4em;
	background-color: #ff6666;
	transform: translateY(-50%);
	display: block;
	margin-right: 0.3em;
	font-size: 150%;
	width: 2em;
	height: 2em;
	line-height: 2.4em;
	border-radius: 50%;
}
.point_list h3::after {
	left: 1em;
	transform: translateY(-140%);
	content: 'POINT';
	width: 5em;
	font-size: 60%;;
}
.point_list h3 .em01 {
	display: contents;
	color: #ff6666;
}
.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: 782px) {
	.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;
	}
}
/*==================================
  流れ
==================================*/
.flow {
	background-color: #fcf3f3;
}
.flow_list {
	counter-reset: 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%;
}
.flow_list_ttl {
	margin-top: 8px;
	font-size: clamp(17px, 4vw, 28px);
	font-weight: bold;
	color: #74533a;
	letter-spacing: 0.05em;
}
.flow_list_ttl::before {
	counter-increment: flow_list;
	content: counter(flow_list)'.';
}
.flow_list_txt {
	padding: 0.5em 0;
}
@media screen and (min-width: 782px) {
	.flow_list li {
		width: 32%;
	}
	.flow_list li > :last-child {
		font-size: 20px;
	}
	.flow_list_ttl {
		margin-top: 8px;
		font-size: clamp(17px, 3vw, 28px);
		font-weight: bold;
		color: #74533a;
		letter-spacing: 0.05em;
	}
}
@media screen and (min-width: 1240px) {
	.flow_list {
		margin: 0 -80px;
	}
}
/*==================================
  よくある質問
==================================*/
.faq {
	background: #fffde1;
}
.faq_list_box {
	padding: clamp(12px, 8vw, 64px) 0;
}
.faq_list dt {
	display: flex;
	align-items: center;
}
.faq_list_q {
	position: relative;
	padding: .5em .8em;
	margin: .5em;
	background-color: #ffd7d7;
	font-weight: bold;
	font-size: clamp(18px, 3vw, 32px);
	color: #74533a;
	border-radius: 24px;
}
.faq_list_q::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-100%,-50%) scale(1.5,1) rotate(-90deg);
	content: '▲';
	color: #ffd7d7;
}
.faq_list dd {
	display: flex;
	align-items: center;
	padding: clamp(12px, 4vw, 40px) 0 0;
}
.faq_list dt::before,
.faq_list dd::before {
	display: block;
	flex-shrink: 0;
	margin-right: 0.5em;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.25;
	font-weight: bold;
	font-size: clamp(18px, 4vw, 48px);
	text-align: center;
	color: #fff;
	border-radius: 50%;
}
.faq_list dt::before {
	content: "Q";
	background-color: #74533a;
}
.faq_list dd::before {
	content: "A";
	background-color: #ff6666;
}
@media screen and (min-width: 782px) {
	.faq_list dd {
		font-size: 19px;
	}
}
/*==================================
  お問合せ
==================================*/
.contact_bt {
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 1em auto 0;
	width: min(98%,500px);
}
.contact_bt li {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin: 0.3em auto;
	width: 100%;
	font-size: clamp(32px, 8vw, 48px);
	text-decoration: none;
	text-align: center;
	color: inherit;
	text-decoration: none;
	border-radius: 10px;
	box-sizing: border-box;
	transition: top 0.3s ease;
}
.contact_bt li::before {
	content: "";
	position: absolute;
	z-index: -2;
	width: 100%;
	height: 100%;
	top: 8px;
	left: 0;
	background-size: 6px 6px;
	border-radius: 10px;
	transition: top 0.3s ease;
}
.contact_bt li a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
.contact_bt li a::before {
	flex-shrink: 0;
	content: "";
	display: block;
	margin-right: 0.5em;
	width: 1.6em;
	height: 1.6em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.contact_tel {
	background: #ff6767;
	padding: 0.3em 0.1em;
	line-height: 1;
}
.contact_tel_inner {
	line-height: 1.2;
}
.contact_tel a .num {
	display: block;
	font-size: 61%;
}
.contact_tel::before {
	background-image: linear-gradient(
		-45deg, 
		#ff6767 25%, 
		transparent 25%, 
		transparent 50%, 
		#ff6767 50%, 
		#ff6767 75%, 
		transparent 75%, 
		transparent
	);
}
.contact_line {
	background: #3cab00;
	padding: 0.2em 0.1em;
	line-height: 1;
}
.contact_line::before {
	background-image: linear-gradient(
		-45deg,
		#3cab00 25%,
		transparent 25%,
		transparent 50%,
		#3cab00 50%,
		#3cab00 75%,
		transparent 75%,
		transparent
	);
}
.contact_net {
	background: #ff6c0e;
	padding: 0.2em 0.1em;
	line-height: 1;
}
.contact_net::before {
	background-image: linear-gradient(
		-45deg,
		#ff6c0e 25%,
		transparent 25%,
		transparent 50%,
		#ff6c0e 50%,
		#ff6c0e 75%,
		transparent 75%,
		transparent
	);
}
.contact_bt .contact_hpb {
	padding: 0.5em 0.1em;
	line-height: 1;
	background: #ae2d5b;
	font-size: clamp(22px, 5vw, 38px);
}
.contact_hpb::before {
	background-image: linear-gradient(
		-45deg,
		#ae2d5b 25%,
		transparent 25%,
		transparent 50%,
		#ae2d5b 50%,
		#ae2d5b 75%,
		transparent 75%,
		transparent
	);
}
.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);
}
.contact_bt .contact_hpb a::before {
	width: 2.5em;
	height: 2.5em;
	background-image: url(image/contact_ico_hpb.png);
}
@media screen and (min-width: 782px) {
	.contact_bt li {
		font-size: clamp(32px, 4vw, 48px);
	}
	.contact_bt .contact_hpb {
		font-size: clamp(22px, 2.8vw, 38px);
	}
		.contact_bt li:hover {
		opacity: .7;
	}
	.contact_bt li:hover::before {
		opacity: .7;
	}
}
/*1院用*/
.contact_single_add {
	margin: 1em auto;
}
@media screen and (min-width: 480px) {
	.contact_single_add br {
		display: none;
	}
}
@media screen and (min-width: 782px) {
	.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;
		width: min(48%,500px);
	}
	.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: #74533a;
	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: 782px) {
	.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;
}
/*==================================
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: 782px) {
	.copyright {
		padding: 8px 0;
		margin: 0;
	}
	.copyright small {
		font-size: 14px;
	}
	.copyright a {
		color: inherit;
	}
	.copyright a:hover,
	.copyright a:active {
		color: #baea83;
	}
}
