<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*******************************************************
	RESET
*******************************************************/
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%;/*font-style: normal;font-weight: normal;*/vertical-align:baseline;background:transparent;}
body {line-height:1;-webkit-text-size-adjust: 100%;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
ul,ol {list-style:none;}
img {border: 0;}
a {margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
a:link, a:visited, a:active {text-decoration: underline;}
a:hover {text-decoration: none;}
table {border-collapse:collapse;border-spacing:0;}
input, select {vertical-align:middle;}
textarea {resize: vertical;}

/*******************************************************
	DEFAULT
*******************************************************/
html {
	overflow-y: scroll;
	font-size: calc(100vw / 4.14);
}
body {
	color: #4D4D4D;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",YuGothic,"游ゴシック",sans-serif;
	position: relative;
	text-align: center;
	width: 100%;
	font-size: 0.17rem;
	font-feature-settings:'palt';
/*	letter-spacing: 0.005em;*/
}
h1,h2,h3,h4,h5,h6 { line-height: 1.3;}
p,ul,dl {
	line-height: 1.7;
/*	letter-spacing: -1px;*/
}
a {
	color: inherit;
	outline: none;
}
img {
	width: 100%;
	max-width: 100%;
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
}
figure {
	margin: 20px auto;
	text-align: center;
}

/*******************************************************
	STYLE (Responsive - Mobile first)
*******************************************************/
/*==============================
	Layout
==============================*/
body {
	padding: 50px 0 80px;
	position: relative;
}
.inner {
	padding-left: 3%;
	padding-right: 3%;
}
.header {
	background: #A81745;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 100;
}
.header h1,
.header p {
	display: none;
}
.header__logo {
/*	font-size: 0;
	padding: 0 3%;
	position: relative;*/
	background: #A81745;
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 100;
	font-size: 0;
	height: 40px;
}

.header__logo a {
	height: 40px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.header__logo strong {
	display: table-cell;
	vertical-align: middle;
/*	height: 50px;*/
}
.header__logo strong img {
	width: 70vw;
	max-width: 320px;
	vertical-align: middle;
	margin-left: 5%;
}

.header .header__nav__btn {
	position: fixed;
	top: 0;
	right: 0;
	background: #E36877;
	display: block;
	width: 50px !important;
	height: 40px;
	cursor: pointer;
	color: #fff;
	border: none;
	outline: none;
	z-index: 100;
}
.header .header__nav__btn span {
	font-size: 0 !important;	
}
.header .header__nav__btn::before,
.header .header__nav__btn::after,
.header .header__nav__btn span::before {
	position: absolute;
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background: #fff;
	left: calc(50% - 10px);
}
.header .header__nav__btn::before {top: 12px;}
.header .header__nav__btn::after {top: 19px;}
.header .header__nav__btn span::before {top: 26px;}
.header .header__nav__btn.active {font-size: 0;}
.header .active::before {
	transform: rotate(45deg);
	top: 19px;
}
.header .active::after {
	transform: rotate(-45deg);
	top: 19px;
}
.header .active span,
.header .active span::before {
	display: none;
}

.header .header__nav__menu {
	display: none;
	width: 100%;
	background: #EA8793;
	position: fixed;
	left: 0;
	top: 40px;
	text-align: left;
	z-index: 1;
}
.header .header__nav__menu li a {
	color: #fff;
	text-decoration: none;
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 10px 5% 10px;
	cursor: pointer;
	width: auto;
	letter-spacing: 0;
}
.header .header__nav__menu li:first-of-type a {
	border-top: none;
}


.footer {
/*	margin-top: -40px;*/
}

.footer small {
	display: block;
	color: #fff;
	background: #C42B77;
	padding: 15px;
	font-size: 0.75em;
}
.footer small span {
	font-size: 1.7em;
	vertical-align: middle;
}
.footer__btn {
	text-align: left;
	font-size: 0;
	left: 0;
	width: 100%;
	position: fixed;
	bottom: 0;
	background: #A81745;
	z-index: 10;
}
.footer__btn li {
	display: inline-block;
	text-align: center;
	width: 25%;
}
.footer__btn li img {
	width: auto;
	height: 42px;
	vertical-align: top;
}
.footer__btn li a {
	display: block;
	border-right: 1px solid #FFF;
	padding: 4px 0 6px;
	text-decoration: none;
}

.footer .pagetop {
	font-size: 0;
	position: fixed;
	bottom: 90px;
	right: 2%;
}
.footer .pagetop a {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	padding: 0;
	background: rgb(196,196,196,0.4);
	z-index: 100;
	text-decoration: none;
}
.footer .pagetop a::after {
	position: absolute;
	content: "";
	top: 13px;
	left: 13px;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 20px solid #FFF;
}




.sec {
	padding-bottom: 50px;
}
.sec p {
	text-align: justify;
}
.sec p span {
	display: inline-block;
}
.sec .sec__heading {
	background: #B90B63;
	color: #FFF;
	padding: 35px 5px;
	font-size: 1.6em;
	margin: 0 0 20px;
	font-weight: bold;
	position: relative;
}
.sec .sec__heading::before,
.sec .sec__heading::after {
	position: absolute;
	content: "";
	display: block;
	height: 1px;
	width: 90%;
	background: #FFF;
}
.sec .sec__heading::before {
	top: 23px;
	right: 0;
}
.sec .sec__heading::after {
	bottom: 23px;
	left: 0;
}

.sec .sec__heading--cont {
	font-weight: normal;
	padding: 0;
	text-align: left;
	color: #FFF;
	line-height: 1.3;
	background: #B91F6E;
	font-size: 1.45em;
	overflow: hidden;
}
.sec .sec__heading--cont strong,
.sec .sec__heading--cont span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.3;
}
.sec .sec__heading--cont strong {
	margin-right: -0.5em;
	font-weight: normal;
}
.sec .sec__heading--cont .sec__heading--cont--cap {
	padding: 12px 0 12px 2%;
	background: #B49B59;
	position: relative;
	z-index: 0;
	margin-right: 1em;
/*	letter-spacing: -1px;*/
}
.sec .sec__heading--cont .sec__heading--cont--cap::before {
	position: absolute;
	content: "";
	background: #B49B59;
	top: 0;
	right: -0.6em;
	height: 100%;
	width: 1.5em;
	transform: skewX(30deg);
	z-index: -1;
}
.sec .sec__heading--cont .sec__heading--cont--cap--txt {
	font-size: 0.7em;
	margin: 0 2px 0.3em 0;
/*	letter-spacing: 0;*/
}

.sec__sttl {
	background: url(../img/sec__sttl--bg.jpg) no-repeat 50% 0;
	background-size: auto 100%;
	padding: 12px 0;
	margin: 0 0 20px;
}
.sec__sttl span {
	display: block;
	padding: 12px 0;
	background: rgba(255, 255, 255, 0.3);
}
.sec__sttl img {
	width: auto;
	height: 25vw;
	max-height: 130px;
}


.sec__lead {
	font-size: 1.4em;
	letter-spacing: -0.05em !important;
	line-height: 1.5;
	margin: 0 0 25px;
	color: #824B1B;
	font-weight: 400;
}
.sec__lead span {
	display: inline-block;
}
/*
.sec__lead {
	font-size: 0;
	padding: 15px 0 25px;
}
.sec__lead img {
	width: 85%;
	max-width: 480px;
}
*/
.sec figure img {
	width: 90%;
}
.sec figure.figure--s img {
	width: 75%;
}
.sec figure.figure--l img {
	width: 100%;
}


/*==============================
	Module
==============================*/
.sec__main {
	font-size: 0;
	background-image: url(../img/sec__main--bg01.jpg), url(../img/sec__main--bg02.jpg);
	background-size: auto 63%, auto 78%;
	background-position: -12% -20%, 120% -23%;
	background-repeat: no-repeat, no-repeat;
	box-shadow: 0px -1px 3px 3px rgba(255,255,255,0.9) inset;
	padding-bottom: 3%;
}
.sec__main h2 {
	padding: 4% 3%;
}
.sec__main h2 strong {
	display: block;
	margin-bottom: 2.5%;
	text-align: right;
}
.sec__main h2 span {
	display: block;
}
.sec__main h2 strong img {
	width: 80%;
	max-width: 390px;
}
.sec__main h2 span img {
	max-width: 510px;
}
.sec__main--catch {
	margin-bottom: 12px;
}
.sec__main--catch img {
	width: auto;
	height: 10vw;
	max-height: 50px;
}
.sec__main--pic img {
	width: 75%;
	max-width: 390px;
}

.sec__intro {
	overflow: hidden;
}
.sec__intro .sec__intro__bnr img {
	max-width: 460px;
}
.sec__intro .sec__intro__link {
	text-align: center;
	font-size: 1.18em;
	margin: 1em 0;
}
.sec__intro .sec__intro__link a {
	text-decoration: none;
	color: #001859;
}
.sec__intro__fee {
	background: url(../img/sec__intro__fee--ph.jpg) no-repeat;
	background-size: 100% auto;
	padding-top: 38%;
	margin: 0 -3% 20px;
}
.sec__intro__fee p {
	background: #B91F6E;
	border-radius: 5px;
	padding: 10px;
	margin: 0 3%;
}
.sec__intro__fee p span {
	display: block;
	border-radius: 5px;
	border: 1px solid #FFF;
	padding: 10px;
}
.sec__intro__fee p span img {
	max-width: 440px;
}
.sec__intro__monitor {
	margin-bottom: 30px;
}
.sec__intro__monitor img {
	max-width: 500px;
}
.sec__intro__cont {
	background: url(../img/sec__intro__fee--ph.jpg) no-repeat 0 100%;
	background-size: 100% auto;
	padding-bottom: 35%;
}
.sec__intro__cont__list li {
	border: 1px solid #AA8011;
	margin-bottom: 20px;
}
.sec__intro__cont__list li dd {
	padding: 10px 3%;
}
.sec__intro__cont__list .sec__intro__cont__list__link {
	text-align: center;
	line-height: 1;
	margin: 0.5em auto 20px;
	font-size: 1.1em;
}
.sec__intro__cont__list .sec__intro__cont__list__link a {
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	background: #D95291;
	position: relative;
	text-decoration: none;
	color: #FFF;
	padding: 10px 10% 12px;
}
.sec__intro__cont__list .sec__intro__cont__list__link a::after {
	position: absolute;
	content: "";
	display: inline-block;
	bottom: -15px;
	left: calc(50% - 20px);
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #D95291 transparent transparent transparent;
	border-width: 15px 20px 0 20px;
}

.sec__intro__counselling {
	padding-bottom: 20px;
}
.sec__intro__counselling h3 {
	background: url(../img/sec__intro__counselling--bg.jpg) no-repeat calc(110% + 6vw) 50%;
	background-size: auto 120%;
	color: #824B1B;
	padding: 8% 23% 8% 1.5%;
	margin: 20px 0 10px;
}

.sec__intro__counselling h3 strong {
	display: inline-block;
	color: #981329;
	font-size: 1.45em;
	font-weight: 600;
	line-height: 1.5;
}


/*
.sec__intro__counselling h3 strong {
	display: inline-block;
	margin-bottom: 4%;
}
.sec__intro__counselling h3 strong img {
	width: auto;
	height: 6vw;
	max-height: 30px;
}*/
.sec__intro__counselling h3 span {
	display: block;
	margin-top: 1.5em;
	font-weight: normal;
}
.sec__intro__counselling__list {
	font-size: 0;
	text-align: left;
	margin-bottom: 20px;
}
.sec__intro__counselling__list li {
	border: 1px solid #E30081;
	border-radius: 10px;
	padding: 6px 5%;
	width: 55%;
	max-width: 350px;
	margin: 6px 0;
	float: left;
}
.sec__intro__counselling__list li:nth-of-type(even) {
	float: right;
}
.sec__intro__counselling__list li img {
	width: auto;
	height: 5.3vw;
	max-height: 26px;
}
.sec__intro__counselling .gf--nt.ta--center {
	color: #8C731E;
	font-size: 1.1em;
	margin: 0 -3% 0 -1%;
	letter-spacing: -0.02em;
}

.sec__intro__reason__list {
	text-align: left;
	border-radius: 6px;
	border: 1px solid #C6A32B;
	box-shadow: 1px 1px 0px 1px rgba(140,115,30,1);
	padding: 0 3% 0px 0;
	counter-reset: counter-name;
}
.sec__intro__reason__list li {
	margin: 20px 0;
	position: relative;
	padding: 0 0 0 63px;
}
.sec__intro__reason__list li::before,
.sec__intro__reason__list li::after {
	content: "";
	position: absolute;
	display: block;
}
.sec__intro__reason__list li::before {
	background: url(../img/sec__intro__reason__list--bg.png);
	background-size: contain;
	width: 60px;
	height: 40px;
	left: -8px;
	top: -3px;
}
.sec__intro__reason__list li::after {
	background-size: auto 100% !important;
	width: 20px;
	height: 20px;
	left: 11px;
	top: 3px;
}
.sec__intro__reason__list li:nth-of-type(1)::after {
	background: url(../img/sec__intro__reason__list--no1.png) no-repeat 50% 0;
}
.sec__intro__reason__list li:nth-of-type(2)::after {
	background: url(../img/sec__intro__reason__list--no2.png) no-repeat 50% 0;
}
.sec__intro__reason__list li:nth-of-type(3)::after {
	background: url(../img/sec__intro__reason__list--no3.png) no-repeat 50% 0;
}
.sec__intro__reason__list li:nth-of-type(4)::after {
	background: url(../img/sec__intro__reason__list--no4.png) no-repeat 50% 0;
}
.sec__intro__reason__list li:nth-of-type(5)::after {
	background: url(../img/sec__intro__reason__list--no5.png) no-repeat 50% 0;
}
.sec__intro__reason__list li:nth-of-type(6)::after {
	background: url(../img/sec__intro__reason__list--no6.png) no-repeat 50% 0;
}
.sec__intro__reason__list img {
	width: auto;
	height: 5.5vw;
	max-height: 24px;
}
.sec__intro__reason__list strong {
	border-bottom: 1px solid #C6A32B;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 7px;
	font-weight: 600;
	color: #B91F6E;
	font-size: 1.3em;
}

.sec__cont .sec__cont__visual.inner {
	padding-bottom: 15px;
	position: relative;
	margin: 0 auto;
}
.sec__cont__visual figure {
	margin: 15px auto 0;
}
.sec__cont__visual p {
	position: relative;
	z-index: 1;
}
.sec__cont__visual p img {
	width: 80%;
	max-width: 400px;
}
.sec__cont__visual__list li {
	color: #FFF;
	font-size: 1.05em;
/*	letter-spacing: -1px;*/
	line-height: 1;
	display: inline-block;
}
.sec__cont__visual__list li span {
	display: inline-block;
	width: 6em;
	padding: 2.0em 0 2.2em;
	background: url(../img/sec__cont__visual__list.png) no-repeat 50%;
	background-size: contain;
}

#sec__cont1 .sec__cont__visual__list {
	margin: 10px 0;
	float: left;
}
#sec__cont1 .sec__cont__visual__list li:first-of-type {
	display: block;
}
#sec__cont1 .sec__cont__visual figure:nth-of-type(2) {
	position: absolute;
	right: 3%;
	bottom: 0;
	text-align: right;
	width: 100%;
}
#sec__cont1 .sec__cont__visual figure:nth-of-type(2) img {
	width: 45%;
	max-width: 250px;
}
#sec__cont2 .sec__cont__visual__list li {
	font-size: 1.2em;
}

#sec__cont2 .sec__cont__visual figure:nth-of-type(2) {
	width: 100%;
	margin: 10px auto 15px;
}
#sec__cont2 .sec__cont__visual figure:nth-of-type(2) img {
	margin: 0 1.5%;
	width: auto;
	height: 60vw;
	max-height: 280px;
}
#sec__cont2 .sec__cont__visual figcaption {
	background: #981129;
	margin: auto;
	width: 95%;
	padding: 13px 0;
	max-width: 450px;
	position: relative;
}
#sec__cont2 .sec__cont__visual figcaption::before,
#sec__cont2 .sec__cont__visual figcaption::after {
	position: absolute;
	content: "";
	background: url(../img/sec__cont02__visual--cap--bg.png) no-repeat;
	background-size: auto 100%;
	width: 50px;
	height: 100%;
	left: 0;
	top: 0;
}
#sec__cont2 .sec__cont__visual figcaption::after {
	transform: scale(-1, 1);
	left: auto;
	right: 0;
}
#sec__cont2 .sec__cont__visual figcaption img {
	width: auto !important;
	height: 4.8vw !important;
	max-height: 19px !important;
}

.sec__cont h4 {
	background: #D95291;
	padding: 13px 0 15px;
	color: #FFF;
	font-size: 1.3em;
	letter-spacing: -0.1em;
}
.sec__cont p {
	margin-bottom: 0.5em;
}
.sec__cont section .inner {
	padding-bottom: 30px;
}
.sec__cont__tbl {
	border: 1px solid #600F18;
	text-align: left;
	line-height: 1.7;
	margin: 20px auto 0;
	width: 100%;
	font-size: 0.95em;
/*	letter-spacing: -1px;*/
}
.sec__cont__tbl th {
	background: #600F18;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	width: 4.2em;
	padding: 8px;
	font-weight: normal;
}
.sec__cont__tbl tr:last-of-type th {
	border-bottom-color: #600F18;
}
.sec__cont__tbl td {
	border: 1px solid #600F18;
	padding: 8px;
	text-align: justify;
}
.sec__cont__tbl td span {
	display: inline-block;
}

.sec__cont__lead {
	background-image: url(../img/sec__cont__lead--arrow.png), url(../img/sec__cont__lead--bg.jpg);
	background-position: 50% 100%, 120% 0;
	background-repeat: no-repeat, no-repeat;
	background-size: 100px auto, 60% auto;
	padding: 5% 2% 120px;
	margin-bottom: 20px;
}
.sec__cont__lead p {
	text-align: center;
	font-size: 1.4em;
	color: #B50F18;
	line-height: 1.5;
}
.sec__cont__lead strong {
	display: block;
	color: #001859;
	font-size: 1.1em;
	margin: 0 20% 0.6em 0;
 }
.sec__cont__lead strong span {
	font-weight: 600;
}
.sec__cont__lead figure {
	margin: 15px 0 -30px;
}
.sec__cont__lead figure img {
	width: 80%;
	max-width: 350px;
}
.sec__cont h5 {
	max-width: 530px;
	width: 80%;
	margin: 30px auto 10px;
	padding: 10px 0;
	border-radius: 30px;
	font-size: 0;
	background: rgb(133,115,65);
	background: linear-gradient(0deg, rgba(133,115,65,1) 0%, rgba(221,194,129,1) 100%);
}
.sec__cont h5 img {
	width: auto;
	height: 5.2vw;
	max-height: 22px;
}

.sec__cont__summary--txt {
	background: url(../img/sec__cont__summary--txt--bg.jpg) 0 50%;
	background-size: cover;
	padding-top: 1em;
	padding-bottom: 1em !important;
	margin: 0 0 2em;
}
.sec__cont__summary .sec__cont__minors {
	text-align: center;
	margin: 1em 0;
}
.sec__cont__summary .sec__cont__minors--btn a {
	display: block;
	width: 80%;
	max-width: 400px;
	margin: 1em auto;
	background: url(../img/minors--bg.png) no-repeat 8% 50% #B91F6E;
	background-size: auto 45%;
	color: #FFF;
	text-decoration: none;
	padding: 20px 0;
	line-height: 1.3;
	font-size: 1.3em;
	position: relative;
}
.sec__cont__summary .sec__cont__minors--btn a::before,
.sec__cont__summary .sec__cont__minors--btn a::after {
	position: absolute;
	content: "";
	display: inline-block;
}
.sec__cont__summary .sec__cont__minors--btn a::before {
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	background: #FFF;
	top: calc(50% - 0.75em);
	right: 6%;
}
.sec__cont__summary .sec__cont__minors--btn a::after {
	top: calc(50% - 0.25em);
	right: calc(6% + 0.35em);
	width: 0px;
	height: 0px;
	border-style: solid;
	border-color: #E35B9C transparent transparent transparent;
	border-width: 0.7em 0.4em 0 0.4em;
}



.sec__cont__fee {
	border-left: 10px solid #B91F6E;
	width: 100%;
	outline: 1px solid #600F19;
	letter-spacing: -0.2em;
	margin: 30px 0 10px;
	color: #250F17;
}
.sec__cont__fee tr {
	background: #F7F5F3;
	border-top: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	border-right: 3px solid #FFF;
}
.sec__cont__fee th {
	text-align: left;
	padding: 0.7em 0 0.6em 5px;
	font-size: 1.35em;
	font-weight: normal;
	vertical-align: middle;
	line-height: 1;
}
.sec__cont__fee th strong {
	font-size: 1.4em;
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
	margin: -0.2em 2px 0 0;
}
#sec__cont1 .sec__cont__fee th span {
	letter-spacing: -0.02em;
	margin: 0 -0.5em;
}
#sec__cont2 .sec__cont__fee th span {
	letter-spacing: -0.02em;
	margin: 0.2em -0.5em 0 -0.3em;
	font-size: 0.7em;
	display: inline-block;
	vertical-align: top;
}
#sec__cont2 .sec__cont__fee th span span {
	margin: 0;
	font-size: 1em;
	letter-spacing: -0.5em;
}

#sec__cont4 .sec__cont__fee th span {
	letter-spacing: -0.05em;
	margin: 0.35em -0.5em 0 3px;
	font-size: 0.65em;
	display: inline-block;
	vertical-align: top;
}
#sec__cont4 .sec__cont__fee th span span:nth-of-type(1) {
	font-size: 1em;
	margin: 0 0 0 -0.3em;
	letter-spacing: -0.3em;
}
#sec__cont4 .sec__cont__fee th span span:nth-of-type(2) {
	font-size: 1em;
	margin: 0 0 0 -0.5em;
}
#sec__cont4 .sec__cont__fee th span span:nth-of-type(3) {
	margin: 0;
	font-size: 1em;
	letter-spacing: -0.5em;
}


.sec__cont__fee td {
	text-align: right;
	font-size: 2.2em;
	letter-spacing: -0.06em;
	padding: 0 2px 0.1em 0;
	vertical-align: middle;
	line-height: 1;
}
.sec__cont__fee td span {
	font-size: 0.45em;
	margin: 0 0 0 1px;
}



/*----- ご予約から治療の流れ -----*/
.sec#sec__flow .sec_flow_chart .sec_flow_chart__cont {
	position: relative;
	margin-bottom: 20px;
}
.sec#sec__flow .sec_flow_chart .sec_flow_chart__cont::after {
	content: "";
	display: inline-block;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #C39865 transparent transparent transparent;
	border-width: 26px 26px 0 26px;
}
.sec#sec__flow .sec_flow_chart .sec_flow_chart__cont:last-of-type::after {
	display: none;
}
.sec#sec__flow .sec_flow_chart dl {
	margin-bottom: 20px;
}
.sec#sec__flow .sec_flow_chart__step {
	font-size: 1.4em;
	color: #FFF;
	background: #C42B77;
	padding: 8px 0 8px 20px;
	line-height: 1.3;
	position: relative;
}
.sec#sec__flow .sec_flow_chart__step span {
	position: absolute;
	display: inline-block;
	left: 0;
	top: calc(50% - 12px);
	background: #E35B9C;
	padding: 5px 5% 5px 3%;
	border-radius: 0 20px 20px 0;
	font-size: 0;
}
.sec#sec__flow .sec_flow_chart__step img {
	width: auto;
	height: 14px;
}
.sec#sec__flow .sec_flow_chart figure img {
	width: 60%;
}

.paybox {
	border-radius: 8px;
	border: 1px solid #C39F6A;
	margin: 20px 0;
}
.paybox dt {
	background: #C39F6A;
	border-radius: 8px 8px 0 0;
	padding: 5px 0;
	color: #fff;
	font-size: 1.1em;
/*	letter-spacing: 0.5px;*/
}
.paybox dd {
	text-align: left;
	padding: 10px 10px 0;
	margin-bottom: -15px;
}
.paybox .paybox__list li{
	display: inline;
	position: relative;
	margin: 0 10px 0 0.9em;
	padding: 0;
}
.paybox .paybox__list li::before {
	position: absolute;
	content: "";
	display: block;
	width: 0.7em;
	height: 0.7em;
	border-radius: 50%;
	background: #C39F6A;
	top: 0.1em;
	left: -0.9em;
}
.paybox dd p {
	font-size: 0.9em;
	margin: 0.2em 0 0;
}
.paybox .paybox__credit {
	font-size: 0;
}
.paybox .paybox__credit img {
	height: 8vw;
	max-height: 40px;
	width: auto;
	object-fit: cover;
	margin: 8px 0.8%;
}


/*----- 治療費一覧 -----*/
.sec#sec__fee .sec__fee__catch li {
	background: #F9F7F4;
	width: 49.5%;
	color: #D61E42;
	border-radius: 5px;
	line-height: 1.3;
	padding: 10px 0;
}
.sec#sec__fee .sec__fee__catch li:nth-child(odd) {
	float: left;
}
.sec#sec__fee .sec__fee__catch li:nth-child(even) {
	float: right;
}
.sec#sec__fee .sec__fee__catch li span {
	display: block;
	font-size: 1.6em;
/*	letter-spacing: 1px;*/
}
.sec#sec__fee .sec__fee__tbl {
	width: 100%;
	margin: 15px 0;
}
.sec#sec__fee .sec__fee__tbl th,
.sec#sec__fee .sec__fee__tbl td {
	border-top: 1px solid #001639;
	border-bottom: 1px solid #001639;
/*	font-size: 1.3em;*/
	line-height: 1.5;
	font-weight: normal;
	vertical-align: middle;
/*	letter-spacing: -1px;*/
}
.sec#sec__fee .sec__fee__tbl th {
	text-align: left;
/*	letter-spacing: -1.5px;*/
	font-size: 1.1em;
	padding: 11px 0 11px 2.5%;
}
.sec#sec__fee .sec__fee__tbl td {
	width: 23%;
	font-size: 1.3em;
	text-align: right;
	border-left: 1px solid #001639;
	padding: 11px 2% 11px 0;
}
.sec#sec__fee .sec__fee__tbl th span {
	font-size: 0.65em;
	vertical-align: top;
	display: inline-block;
	margin: 0.4em 0 0;
}
.sec#sec__fee .sec__fee__tbl td span {
	font-size: 0.6em;
}
.sec#sec__fee .sec__fee__loan dt {
	background: #E35B9C;
	padding: 5px 1em;
	border-radius: 1em;
	font-size: 1.15em;
	line-height: 1.3;
	color: #FFF;
	margin: 1.5em 0 0.5em;
}

/*----- よくある質問 -----*/
.sec#sec__faq .sec__faq__list {
	margin: 20px 0;
	text-align: left;
	border-bottom: 1px solid #011539;
	padding-bottom: 25px;
}
.sec#sec__faq .sec__faq__list dt {
	background: url(../img/sec__faq__list--icon.png) no-repeat 10px 0.6em #C94982;
	background-size: 23px auto;
	color: #fff;
	position: relative;
	padding: 8px 40px;
	margin: 15px 0 0;
	cursor: pointer;
	border-radius: 2px;
}
.sec#sec__faq .sec__faq__list dt strong {
	display: block;
	font-weight: normal;
}
.sec#sec__faq .sec__faq__list dt span {
	display: inline-block;
}
.sec#sec__faq .sec__faq__list dt::before {
	display: block;
	content: "";
	position: absolute;
	border-radius: 50%;
	background: #fff;
	width: 22px;
	height: 22px;
	right: 2%;
	top: 18px;
	margin-top: -8px;
}
.sec#sec__faq .sec__faq__list dt strong::before,
.sec#sec__faq .sec__faq__list dt strong::after {
	display: block;
	content: "";
	position: absolute;
	background: #981129;
	width: 15px;
	height: 2px;
	right: calc(2% + 3px);
	top: 20px;
}
.sec#sec__faq .sec__faq__list dt strong::after {
	transform: rotate(90deg);
}
.sec#sec__faq .sec__faq__list dt.close strong::after {
	display: none;
}
.sec#sec__faq .sec__faq__list dd {
	padding: 10px 1% 15px;
}
.sec#sec__faq .sec__faq__list dd p {
	margin: 0;
}

/*----- クリニック案内 -----*/
.sec#sec__info h3 {
	margin-bottom: 0;
}

.sec#sec__info .sec__info__lead {
	background: url("../img/sec__info__bg.jpg") no-repeat 87% 0;
	text-align: center;
	line-height: 1.2;
	background-size: auto 100%;
	padding: 2.5em 27% 2.5em 0;
	margin-bottom: 10px;
	color: #c42b77;
}
.sec#sec__info .sec__info__lead span {
	display: inline-block;
	margin: 1% 0;
	font-size: 1.1em;
	font-weight: 600;
}
.sec#sec__info .sec__info__lead span:last-child {
	display: block;
	margin-top: 0.5em;
}
.sec#sec__info .sec__info__tbl {
	text-align: left;
	width: 100%;
}
.sec#sec__info .sec__info__tbl caption {
	text-align: left;
	padding: 10px 3% 15px;
}
.sec#sec__info .sec__info__tbl tr,
.sec#sec__info .sec__info__tbl th,
.sec#sec__info .sec__info__tbl td {
	display: block;
	line-height: 1.7;
}
.sec#sec__info .sec__info__tbl tr {
	border-top: 1px solid #001639;
}
/*.sec#sec__info .sec__info__tbl tr:first-of-type {
	padding-top: 10px;
}*/
.sec#sec__info .sec__info__tbl th {
	padding: 10px 3% 0;
}
.sec#sec__info .sec__info__tbl td {
	padding: 0 3% 10px;
}
.sec#sec__info .sec__info__tbl tr:first-of-type td {
	letter-spacing: -0.03em;
	padding-right: 5px;
}
.sec#sec__info .sec__info__tbl td span {
	display: inline-block;
}
.sec#sec__info .sec__info__tbl tr:first-of-type td span {
	display: block;
	text-indent: 7em;
}
.sec#sec__info .sec__info__dr {
	text-align: left;
	margin-bottom: 40px;
}
.sec#sec__info .sec__info__dr dt {
	margin-bottom: 4%;
}
.sec#sec__info .sec__info__dr dd p {
	margin-bottom: 0.5em;
}


/*----- アクセス案内 -----*/
.sec#sec__access p {
	text-align: center;
}
.sec#sec__access h4 {
	margin: 2em 0 0;
	color: #790017;
}
.sec#sec__access .sec__access__gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 75%;
	position: relative;
	margin: 30px 0 20px;
}
.sec#sec__access .sec__access__gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}


/*-------------------------
	Common
---------------------------*/
.cmn__info {
	font-size: 0;
	position: relative;
	height: calc(110px + 23vw);
}
.cmn__info::after {
	content: "";
	position: absolute;
	display: block;
	background: url(../img/cmn__info--bg.png) no-repeat 100% 1.5vw;
	background-size: calc(150px + 22vw) auto;
	width: 100%;
	height: calc(110px + 23vw);
	left: 0;
	top: 0;
}
.cmn__info .cmn__info__txt {
	padding: 11.5vw 21% 10px 0;
	margin: 0;
}
.cmn__info .cmn__info__txt img {
	margin: 5px 2px 10px;
	width: auto;
	height: 5.5vw;
	max-height: 30px;
}
.cmn__info .cmn__info__idt {
	background: rgb(210,192,157);
	background: linear-gradient(180deg, rgba(212,96,152,1) 0%, rgba(212,96,152,1) 50%, rgba(196,43,119,1) 50%, rgba(196,43,119,1) 100%);
	padding: 12px 10% 12px 0;
	margin: 0 11% 0 0;
	text-align: center;
}
.cmn__info .cmn__info__idt img {
	width: 71vw;
	max-width: 380px;
}


.cmn__contact {
	background: #F3F0E5;
	padding: 20px 0 15px;
	font-size: 0;
	text-align: center;
}
.cmn__contact .wrap {
	font-size: 0;
	background: none;
}
.cmn__contact .cmn__contact__txt {
	margin: 0 auto 23px;
	padding: 0;
	width: 92%;
	font-size: 0;
}
.cmn__contact .cmn__contact__txt img {
	max-width: 550px;
}
.cmn__contact .cmn__contact__tel {
	margin: 0 auto;
	text-align: center;
}
.cmn__contact .cmn__contact__tel img {
	width: 75%;
	max-width: 400px;
}
.cmn__contact .cmn__contact__tel span {
	display: block;
	margin: 0 auto 15px;
}
.cmn__contact .cmn__contact__tel span img {
	width: 73%;
	max-width: 380px;
}
.cmn__contact .cmn__contact__btn {
	margin: 0 2%;
}
.cmn__contact .cmn__contact__btn li {
	display: block;
	width: 49%;
	margin: 20px 0 15px;
}
.cmn__contact .cmn__contact__btn li:nth-child(odd) {
	float: left;
}
.cmn__contact .cmn__contact__btn li:nth-child(even) {
	float: right;
}
.cmn__contact .cmn__contact__btn li a {
	display: block;
	border-radius: 2px;
	background: rgb(148,103,54);
	background: linear-gradient(0deg, rgba(148,103,54,1) 0%, rgba(148,103,54,1) 12%, rgba(140,101,51,1) 26%, rgba(177,141,82,1) 93%, rgba(219,187,142,1) 95%, rgba(177,141,82,1) 97%, rgba(117,81,38,1) 100%);
	padding: 12px 0 10px;
}
.cmn__contact .cmn__contact__btn li img {
	width: auto;
	height: 12.5vw;
	max-height: 60px;
	object-fit: cover;
}

.cmn__monitor dt {
	padding: 25px 3% 15px;
}
.cmn__monitor dt img {
	max-width: 500px;
}
.cmn__monitor dd {
	padding-bottom: 50px;
}
.cmn__monitor p span {
	display: inline-block;
	display: inline;
}



/* テキストボックス */
.txtbox--a {
	margin: 0 auto 20px;
	max-width: 530px;
	color: #FFF;
	font-size: 1.2em;
}
.txtbox--a p {
	text-align: center;
	background: #D95291;
	padding: 7px 1% 25px;
	line-height: 1;
	margin: 0;
	letter-spacing: -0.05em;
}
.txtbox--a strong {
	display: inline-block;
	border-bottom: 1px dashed #FFF;
	padding: 15px 1% 7px;
	font-weight: normal;
}
.txtbox--a img {
	object-fit: cover;
	width: auto;
	height: 5.2vw;
	max-height: 22px;
}

.txtbox--b {
	background: #C39E79;
	border-radius: 3px;
	margin: 30px 3% 0;
	padding: 20px 5px;
	color: #fff;
}
.txtbox--b p {
	text-align: center;
}

.notes {
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 0.3em !important;
}

/* ================================================= */
.sec__tx__crsl {
	margin: 1.4em auto 0.8em;
	position: relative;
	max-width: 500px;
}
.sec__tx__crsl .slick-list {
	margin: 0 35px;
}
.sec__tx__crsl figure {
	margin: 0;
}
.sec__tx__crsl figure img {
	width: 100%;
	max-width: 100%;
}
.sec__tx__crsl figure:nth-of-type(3) img {
	border-radius: 3px;
	width: calc(100% - 1px);
	outline: 1px solid #0C0C0C;
	outline-offset: -1px;
}
.sec__tx__crsl.acs {
	margin: 20px auto 30px;
}
.sec__tx__crsl.acs figure:nth-of-type(3) img {
	outline: none;
}
/* ================================================= */
.slick-arrow {
	position: absolute;
	font-size: 0;
	display: block;
	width: 28px;
	height: 28px;
	background: #E7E7E7;
	top: calc(50% - 14px);
	border-radius: 50%;
	outline: none;
	border: none;
	cursor: pointer;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
.slick-disabled {
	display: none !important;
}

.slick-arrow::after {
	position: absolute;
	content: "";
	display: block;
	top: calc(50% - 10px);
	width: 0px;
	height: 0px;
	border-style: solid;
}
.slick-prev::after {
	left: calc(50% - 10px);
	border-color: transparent #808080 transparent transparent;
	border-width: 10px 15px 10px 0;
}
.slick-next::after {
	right: calc(50% - 10px);
	border-color: transparent transparent transparent #808080;
	border-width: 10px 0 10px 15px;
}
#sec__tx .sec__tx__catch {
	font-weight: 400;
}
#sec__tx .sec__tx__catch li {
	color: #FFF;
	line-height: 1;
	display: inline-block;
}
#sec__tx .sec__tx__catch li span {
	display: inline-block;
	width: 6em;
	padding: 2.0em 0 2.2em;
	background: url(../img/sec__tx01__list.png) no-repeat 50%;
	background-size: contain;
}
/* ================================================= */

.cv__line {
	width: min(94%, 800px);
	margin: 1em auto;
	border: 1px solid #68B236;
}
.cv__line img {
	width: auto;
	vertical-align: middle;
	height: 1.1em;
}
.cv__line dt {
	background: #68B236;
	padding: 0.3em 0 0.5em;
}
.cv__line dt img {
	height: 1.05em;
}
.cv__line dd {
	padding: 0.7em 0;
	background: #FFF;
}
.cv__line dd a {
	display: block;
	width: 40%;
	margin: 0.5em auto;
	padding: 0.3em 0 0.3em 1.5em;
	border-radius: 3px;
	background: url(../img/cv__line__btn.png) no-repeat calc(50% - 2.7em) 50% #68B236;
	background-size: auto 1.5em;
	color: #FFF;
	font-size: 1.2em;
	text-decoration: none;
}
.cv__line dd img:first-of-type {
	height: 1.25em;
}


/* General */
.clearfix::after,
.sec::after,
.wrap::after,
.inner::after {
	content: "";
	display: block;
	clear: both;
}
.clearfix::before,
.sec::before,
.wrap::before,
.inner::before {
	content: "";
	display: block;
	clear: both;
}
.clearfix,
.sec,
.wrap,
.inner {
	display: block;
}

.ta--center { text-align: center !important;}
.fs--small {font-size: 0.9em;}

.f--kng--k { letter-spacing: -0.2em !important;}
.f--kng--p { letter-spacing: -0.5em !important;}

.gf--nt {font-family: 'Noto Serif JP', serif; letter-spacing: -0.02em;}
.gf--sm {font-family: 'Shippori Mincho', serif;}

.f--filter {filter: drop-shadow(0 0 2px rgba(255,255,255,1))  drop-shadow(0 0 2px rgba(255,255,255,1))  drop-shadow(0 0 2px rgba(255,255,255,1))  drop-shadow(0 0 2px rgba(255,255,255,1));}</pre></body></html>