@charset "UTF-8";
/*
	BASIC Style	Responsive - Mobile first
**************************************************************************************************** */
/* -------------------------------------------------
	BASE
------------------------------------------------- */
/* 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;}

html {
	overflow-y: scroll;
	font-size: calc(100vw / 3.75);
}
body {
	color: #4D4D4D;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",YuGothic,"游ゴシック",sans-serif;
	position: relative;
	text-align: center;
	width: 100%;
	font-feature-settings:'palt';
	overflow-x: hidden;
}
a {
	color: inherit;
	outline: none;
}
img {
	width: 100%;
	max-width: 100%;
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
}
h1,h2,h3,h4,h5,h6 {
	line-height: 1;
}
p,ul,ol,table {
	line-height: 1.6;
}
p {
	margin-bottom: 0.5em;
	text-align: justify;
}

/* -------------------------------------------------
メールフォームプロ　ボタン
------------------------------------------------- */
.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev {
	background: #9A6F3A !important;
}
	
/* -------------------------------------------------
	LAYOUT
------------------------------------------------- */
body {
	font-size: 0.16rem;
	padding: 2.3em 0 4em;
}
.header {
	top: 0;
	width: 100%;
	left: 0;
	z-index: 100;
}
.header h1,
.header p {
	display: none;
}
.header__logo {
	background: #E07197;
	position: fixed;
	top: 0;
	width: calc(100% - 3em);
	left: 0;
	z-index: 100;
}
.header__logo a {
	height: 1.9em;
	display: flex;
    justify-content: center;
    align-items: top;
	text-decoration: none;

	padding-top: 0.4em;
}
.header__logo img {
	width: auto;
	height: 1.33em;
}
.header__logo img:last-of-type {
	margin-left: 0.5em;
}
.header .header__nav__btn {
	position: fixed;
	right: 0;
	top: 0;
	background: #D75985;
	display: block;
	font-size: 1em;
	width: 3em;
	height: 2.3em;
	cursor: pointer;
	border: none;
	outline: none;
	z-index: 100;
}
.header .header__nav__btn span {
	height: 2.3em;
    justify-content: center;
    display: flex;
	align-items: flex-end;
}
.header .header__nav__btn::before,
.header .header__nav__btn::after,
.header .header__nav__btn span::before {
	position: absolute;
	content: "";
	display: block;
	width: 1.4em;
	height: 1px;
	background: #fff;
	left: calc(50% - 0.7em);
}
.header .header__nav__btn::before {top: 0.65em;}
.header .header__nav__btn::after {top: 1.1em;}
.header .header__nav__btn span::before {top: 1.55em;}
.header .active::before {
	transform: rotate(45deg);
	top: 1.1em;
}
.header .active::after {
	transform: rotate(-45deg);
	top: 1.1em;
}
.header .active span,
.header .active span::before {
	display: none;
}
.header .header__nav__menu {
	display: none;
	width: 100%;
	background: #D55885;
	position: fixed;
	left: 0;
	top: 2.3em;
	text-align:  left;
	z-index: 100;
}
.header .header__nav__menu li a {
	color: #fff;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 0.8em 5%;
	cursor: pointer;
	width: auto;
	letter-spacing: 0;
}

.footer {
	margin-top: 3em;
}
.footer small {
	display: block;
	color: #fff;
	background: #DD6690;
	padding: 15px;
	font-size: 0.75em;
}
.footer small span {
	font-size: 1.7em;
	vertical-align: middle;
}

.footer .pagetop {
	position: fixed;
	bottom: 4em;
	right: 3%;
	width: 3em;
	height: 3em;
	text-indent: -9999px;
	z-index: 100;
}
.footer .pagetop a {
	outline: none;
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: rgba(196,196,196,0.4);
	text-decoration: none;
}
.footer .pagetop a::after {
	position: absolute;
	content: "";
	top: 0.6em;
	left: 0.8em;
	width: 0;
	height: 0;
	border-left: 0.7em solid transparent;
	border-right: 0.7em solid transparent;
	border-bottom: 1.3em solid #808080;
}
.inner {
	padding-left: 3%;
	padding-right: 3%;
}


@media screen and (max-width : 767px) {
.contact li {
	width: 25%;
	text-indent: -9999px;
	position: fixed;
	bottom: 0;
	z-index: 100;
}
.contact li.contact__mail { left: 0;}
.contact li.contact__reserve { left: 25%;}
.contact li.contact__tel { left: 50%;}
.contact li.return__top { left: 75%;}
.contact li a {
	background: #E07197;
	height: 3.1em;
	display: flex;
	outline: none;
	background-size: auto 80%;
	background-position: 50%;
	background-repeat: no-repeat;
	border-right: 1px solid #FFF;
}
.contact li.contact__mail a {
	background-image: url(../img/contact__mail.png);
}
.contact li.contact__reserve a {
	background-image: url(../img/contact__reserve.png);
}
.contact li.contact__tel a {
	background-image: url(../img/contact__tel.png);
}
.contact li.return__top a {
	background-image: url(../img/contact_top.png);
	border-right: none;
}
}


@media screen and (min-width : 600px) {
html {
	font-size: 62.5%;
}
body {
	font-size: 1.8rem;
}
}


@media screen and (min-width : 768px) {
body {
	padding: 0;
}
.header--pcfix {
	z-index: 1000;
	background: #E07197;
	padding-bottom: 1px;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.header .wrap {
	background: none;
	/*
	padding-top: 10px;
	padding-bottom: 10px;
	*/
}
.header h1 {
	display: block;
	font-size: 0.7em;
	padding: 8px 0;

	display: block;
	font-size: 0.7em;
	background: #fff;
	color: #333;
	padding: 8px 0;
}
.header h1,
.header p {
	display: block;
}
.header__logo {
	position: static;
	padding: 0;
	margin: 1.5% 0 1.5% 1%;
	min-height: 0;
	float: left;
	width: auto;
	height: auto;
	background-size: auto 100%;
}
.header__logo a {
	display: inline;
}
.header__logo img {
	max-height: 1.7em;
	height: 1.7em;
}

.contact li a {
	text-decoration: none;
	color: #fff;
	float: right;
}
.contact li.contact__mail a,
.contact li.contact__reserve a {
	display: block;
	margin: 1.3% 1% 1% 1%;
	padding: 0.5em 10px;
	letter-spacing: -1px;
	font-size: 13pt;
	border-radius: 3px;
	background: #9A6E3B;
}
.contact li.contact__line {
	display: none;
}
.contact li.contact__tel a {
	font-size: 2.7vw;
	margin: calc(1.25% + 0.5em) 0;
	padding: 0 0 0 1.4em;
	letter-spacing: 0.5px;
	font-family: sans-serif;
	font-weight: bold;
	line-height: 0.85;
	background: url("../img/header__tel__icon.png") no-repeat 0 0;
	background-size: auto 85%;
}
.contact li.return__top a {
	display: none;
}

.header .header__nav__btn {
	display: none;
}
.header .hm--sp {
	display: table !important;
}
.header .header__nav__menu {
clear: both;
	display: table;
	z-index: 10000;
	position: static;
	background: none;
	max-width: 1000px;
	margin: 0 auto 10px;
}
.header .header__nav__menu li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height: 1.2;
}
.header .header__nav__menu li span {
	display: inline-block;
}
.header .header__nav__menu li:nth-child(1) { width: 22%;}
.header .header__nav__menu li:nth-child(2) { width: 19%;}
.header .header__nav__menu li:nth-child(3) { width: 8%;}
.header .header__nav__menu li:nth-child(4) { width: 8%;}
.header .header__nav__menu li:nth-child(5) { width: 11%;}
.header .header__nav__menu li:nth-child(6) { width: 10%;}
.header .header__nav__menu li:nth-child(7) { width: 11%;}
.header .header__nav__menu li:nth-child(8) { width: 11%;}
.header .header__nav__menu li a {
	border-bottom: none;
	width: auto;
	font-size: 0.8em;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	margin-left: -1px;
}
.header .header__nav__menu li:nth-child(1) a { 
	margin-left: 0;
	border-left: none;
}
.header .header__nav__menu li:nth-child(8) a {
	border-right: none;
}

.footer .pagetop {
	bottom: 40px;
}
.footer .pagetop a {
	width: 70px;
	height: 70px;
}
.footer .pagetop a::after {
	top: 20px;
	left: 20px;
	border-left-width: 15px;
	border-right-width: 15px;
	border-bottom-width: 25px;
}

.wrap {
	max-width: 1000px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.inner {
	padding-left: 10%;
	padding-right: 10%;
}
/* -------------------------------------------------
	追加分
------------------------------------------------- */

}
@media screen and (min-width : 768px) and (max-width : 999px) {
	.header__logo img:last-of-type {
		display: none;
	}
}

@media screen and (min-width : 1000px) {
.header__logo {
	margin-left: 0;
}
.contact li.contact__reserve a {
	margin-right: 0;
}
.contact li.contact__tel a {
	font-size: 20pt;
}
.header .header__nav__menu {
	width: calc(100% - 2px);
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
/*
.header__logo {
	position: static;
	padding: 0;
	margin: 0 0 0 0;
	min-height: 0;
	float: left;
	width: auto;
	background-size: auto 100%;
	text-align: left;
	display: flex;
	align-items: center;
	height: 3.45em;
}
.header__logo a {
	height: 2.8em;
}
.header__logo img {
	max-height: 2em;
	height: 3.3vw;
}
*/
}



/* -------------------------------------------------
	STYLE
------------------------------------------------- */












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









/*	form
============================*/
.pp section {
	padding-top: 10px;
}
.form {
	padding-bottom: 0;
}
.form .header__nav {
	display: none;
}
.form section {
	padding-top: 10px;
}
.form .inner {
	text-align: left;
}
.form section p {
	margin: 1em 0;
}
.form section figure {
	margin: 1em auto;
	width: 84%;
	max-width: 400px;
}

.form__tbl {
	width: 100%;
	margin: 1em 0 1.5em;
}
.form__tbl caption  {
	width: 70%;
	margin: 1em auto 30px;
	background: #C49976;
	color: #FFF;
	font-weight: bold;
	padding: 0.5em 0;
	border-radius: 1em;
	font-size: 1.1em;
}
.form__tbl th,
.form__tbl td {
	display: block;
	line-height: 1.6;
}
.form__tbl th {
	position: relative;
	padding: 1em 0 0 45px;
    border-top: 1px solid #ccc;
}
.form__tbl td {
	padding: 5px 0 1.2em 0;
}
.form__tbl th span {
    display: inline-block;
    width: 40px;
    height: 21px;
    font-size: 11px;
    text-align: center;
    line-height: 21px;
    color: #fff;
    vertical-align: middle;
	position: absolute;
	left: 0;
	margin-top: 0.1em;
}
.form__tbl th span.required {
    background-color: #F00;
}
.form__tbl th span.any {
    background-color: #808080;
}

.form__tbl input[type="text"],
.form__tbl input[type="number"],
.form__tbl input[type="tel"],
.form__tbl input[type="email"],
.form__tbl select,
.form__tbl textarea {
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #ccc inset;
	padding: 10px 10px;
	margin: 5px 0;
	vertical-align: middle;
	font-size: 16px;
    -webkit-appearance: none;
	font-family: sans-serif;
}
.form__tbl input[type="number"] {
	width: 4.5em;
}
.form__tbl input[type="text"],
.form__tbl input[type="email"] {
	width: 90%;
}
.form__tbl input[type="tel"] {
	width: 50%;
}
.form__tbl input[type="checkbox"] {
	vertical-align: middle;
	line-height: 1;
	margin: 0;
	width: 1em;
	height: 1em;
}
.form__tbl ::placeholder {
	color: #ccc;
}
.form__tbl textarea {
	width: 90% !important;
	height: 5em !important;
}
.form__tbl label {
	display: block;
	border: none !important;
	padding: 0 !important;
	margin: 0.2em 20px 0.1em 0 !important;
}
.form__btn {
	text-align: center;
	margin: 0 auto;
}
.form__btn input,
.form__btn input:hover,
.form__btn a,
.form__btn a:hover {
	display: inline-block;
	border: none;
	border-radius: 5px; 
	background: #9A6E3B;
	color: #fff;
	margin: 20px auto;
	padding: 1em 40px;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	font-size: 1em;
    -webkit-appearance: none;
}

@media screen and (max-width : 767px) {
.form .contact {
	display: none;
}
}


@media screen and (min-width : 768px) {
.form .contact__reserve,
.form .contact__mail {
	display: none;
}
}

/* default customize */
.mfp_ok {
    background-color: #FFF;
}
div.mfp_ok {
	display: none !important;
}
:focus {
	outline-color: #000;
}
form#mailformpro label.mfp_checked {
    padding: 0 !important;
    border: none !important;
    background-color: #FFF !important;
    box-shadow: none !important;
}
.mfp_element_submit {
	text-shadow: none;
}


/*	privacy policy
============================*/
h3.ppttl {
	background: #021641;
	color: #FFF;
	font-size: 1.45em;
	padding: 13.5px 0;
	margin: 2em 3% 1em;
}
.pp__list li {
	list-style: decimal;
	margin: 0 0 1.5em 30px;
	font-weight: bold;
}
.pp__list h4 {
	text-align: left;
	margin: 1.5em 0 0.5em;
	font-size: 1.1em;
	font-weight: bold;
}
.pp__list p {
	margin: 0 0 1em -23px;
}

/* -------------------------------------------------
	共通部品：画像・見出し
------------------------------------------------- */
.sec {
	margin-bottom: 1.2em;
	overflow-x: hidden;
}
.sec p {
	text-align: justify;
	line-height: 1.6;
	margin-bottom: 0.5em;
}
.sec img {
	width: auto;
	max-width: 100%;
}
.sec figure {
	margin: 1em auto;
	text-align: center;
}
.sec figure img {
	width: 100%;
	max-width: 100%;
	max-width: 600px;
}
.sec figure.fg--m img {
	width: 90%;
	max-width: 450px;
}
.sec figure.fg--m2 img {
	width: 95%;
	max-width: 450px;
}
.sec figure.fg--85 img {
	width: 85%;
	max-width: 400px;
}
.sec figure.fg--ms img {
	width: 80%;
	max-width: 400px;
}
.sec figure.fg--sl img {
	width: 73%;
	max-width: 350px;
}
.sec figure.fg--s img {
	width: 70%;
	max-width: 350px;
}
.sec figure.fg--60 img {
	width: 60%;
	max-width: 350px;
}
.sec h3.gf--nt {
	background: #E07197;
	color: #FFF;
	padding: 1.27em 0;
	margin: 0 0 0.7em;
	font-size: 1.68em;
	position: relative;
}
.sec h3.gf--nt span {
	font-size: 0.8em;
}
.sec h3.gf--nt::before,
.sec h3.gf--nt::after {
	content: "";
	display: block;
	position: absolute;
	width: 90%;
	height: 1px;
	background: #FFF;
}
.sec h3.gf--nt::before {
	top: 0.8em;
	right: 0;
}
.sec h3.gf--nt::after {
	bottom: 0.8em;
	left: 0;
}
/* -------------------------------------------------
	共通部品：最適な治療法
------------------------------------------------- */
.cmn {
	max-width: 1000px;
	margin: 0 auto 1em;
	text-align: center;
}
.cmn .txt {
	font-size: 1.4em;
	color: #8A6F1E;
	margin-bottom: 1em;
	line-height: 1.4;
	letter-spacing: -0.02em;
}
.cmn .txt span {
	display: inline-block;
}
.cmn figure {
	margin: 0 auto;
}
.cmn figure img {
	width: 90%;
	max-width: 400px;
	margin: 0;
}
.cmn p {
	background-color: #D7B899;
	max-width: 500px;
	margin: 0 auto 1em;
	font-size: 0.875em;
	color: #fff;
	text-align: center;
	padding: 0.35em 0 0.3em;
	letter-spacing: -0.03em;
}
@media screen and (min-width : 768px) {
	.cmn .txt {
		margin-left: 10%;
		margin-right: 10%;
	}
}
/* -------------------------------------------------
	共通部品：電話、予約
------------------------------------------------- */
.cv {
	margin: 0 auto 3em;
}
.cv img {
	width: auto;
}
.cv p {
	text-align: center;
	line-height: 1;
}
.cv p.txt {
	line-height: 1.6;
}
.cv__info {
	position: relative;
	height: 100%;
	padding: 2.6em 0 3.5em;
}
.cv__info img {
	height: 1.3em;
}
.cv__info::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	background: url(../img/cv__info--bg.png) no-repeat calc(100% + 4em) 0;
	background-size: auto 103%;
	height: 100%;
	left: 0;
	top: 0;
}
.cv__info .cv__info__txt {
	padding: 0 4em 0 0;
	margin: 0 0 0.8em;
	font-weight: 600;
}
.cv__info .cv__info__idt {
	background: rgb(222,97,136);
	background: linear-gradient(180deg, rgba(232,140,167,1) 0%, rgba(232,140,167,1) 50%, rgba(222,97,136,1) 50%, rgba(222,97,136,1) 100%);
	padding: 0.7em 2em 0.7em 0;
	margin: 0 2em 0 0;
}
.cv__contact {
	background: #F4F0E6;
	padding: 1em 0 1.5em;
	color: #85623F; 
	font-weight: 500;
	margin-bottom: 1em;
	overflow-x: hidden;
}
.cv__contact .cv__contact__txt {
	margin: 0 auto 0.8em;
	padding: 0;
	line-height: 1.4;
	font-size: 1.2em;
}
.cv__contact .cv__contact__txt span {
	display: inline-block;
	margin: 0 -0.5em 0 0;
	letter-spacing: -0.01em;
}
.cv__contact .cv__contact__tel strong {
	display: block;
}
.cv__contact .cv__contact__tel img {
	height: 2em;
	margin: 0 0 0.6em;
}
.cv__contact .cv__contact__btn {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	width: 94%;
	margin: 1em auto 0;
}
.cv__contact .cv__contact__btn li {
	width: 49.2%;
	line-height: 1.4;
}
.cv__contact .cv__contact__btn li a {
	display: block;
	border-radius: 2px;
	padding: 0.3em 0;
	text-decoration: none;
	color: #FFF;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	font-size: 1.4em;
	background: rgba(171,139,90,1);
	background : linear-gradient(0deg, rgba(168,129,85, 1) 12.6%, rgba(162,128,84, 1) 26.21%, rgba(180,148,97, 1) 69.18%, rgba(190,159,106, 1) 90.93%, rgba(192,161,108, 1) 94%, rgba(224,198,156, 1) 96%, rgba(211,183,137, 1) 96.44%, rgba(192,161,108, 1) 97%, rgba(144,112,74, 1) 100%);
}
.cv__contact .cv__contact__btn li span {
	display: block;
	font-size: 0.68em;
}
@media screen and (min-width : 768px) {
	.cv__info::after {
		background-position: 100% 0;
	}
	.cv__info .cv__info__idt {
		padding: 0.7em 0 0.7em 1.5em;
		margin-right: 5.5em;
	}
	.cv__contact .cv__contact__btn {
		width: 80%;
		max-width: 800px;
	}
}
/* -------------------------------------------------
	共通部品：お支払い方法について（クレジットカード）
------------------------------------------------- */
.paybox {
	margin: 1em auto 1.3em;
	max-width: 600px;
	padding-left: 1%;
	padding-right: 1%;
}
#sec__flow .paybox {
	margin: 0.7em auto 0.5em;
}
.paybox dt {
	background: #D6B899;
	border-radius: 0.5em 0.5em 0 0;
	padding: 0.65em 0 0.6em;
	color: #fff;
	font-size: 1.125em;
}
#sec__flow .paybox dt {
	padding: 0.27em 0 0.27em;
}
.paybox dd {
	text-align: left;
	padding: 0.5em 0.7em 0.2em;
	border-radius: 0 0 0.5em 0.5em;
	border: 1px solid #D6B899;
	font-size: 1.03em;
}
.paybox .paybox__list li {
	display: inline;
	position: relative;
	line-height: 1.5;
	padding: 0;
}
.sec .paybox .paybox__list li:nth-of-type(1) {
	margin-right: 0.5em;
}
.paybox__list p::before {
	content: "";
	display: inline-block;
	width: 0.65em;
	height: 0.65em;
	border-radius: 50%;
	background: #C6A27C;
	margin: 0.4em 0.1em 0 0;
	vertical-align: top;
}
.paybox__list p span {
	font-size: 0.95em;
	letter-spacing: -0.02em;
}
.paybox__list p span.detail {
	font-size: 0.9em;
}
.paybox .paybox__list li::before {
	content: "";
	display: inline-block;
	width: 0.7em;
	height: 0.7em;
	border-radius: 50%;
	background: #C6A27C;
	margin: 0.4em 0.2em 0 0;
	vertical-align: top;
}
.paybox dd .paybox__list li p {
	margin: 0;
}
.paybox__credit {
	padding-top: 0.6em;
	margin-bottom: 0.5em;
}
.paybox .paybox__credit img {
	height: 1.35em;
	margin: 0.2em 0.05%;
}
.sec .paybox__credit img:nth-child(n + 8) {
	height: 1.45em;
}
@media screen and (min-width : 600px) {
	.paybox .paybox__credit img {
		height: 2.6vw;
	}
	.sec .paybox__credit img:nth-child(n + 8) {
		height: 2.6vw;
	}
}
@media screen and (min-width : 768px) {
	.paybox {
		margin: 1em auto 1.2em;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.paybox .paybox__credit img {
		height: 2.72vw;
		margin: 0.2em 0;
	}
	.sec .paybox__credit img:nth-child(n + 8) {
		height: 2.72vw;
	}
}
@media screen and (min-width : 1000px) {
	.paybox .paybox__credit img {
		height: 1.5em;
	}
	.sec .paybox__credit img:nth-child(n + 8) {
		height: 1.5em;
	}
}
/* -------------------------------------------------
	共通部品：未成年者PDFダウンロードボタン
------------------------------------------------- */
p.minorsTxt {
	text-align: center;
	margin-bottom: 1.1em;
	letter-spacing: -0.02em;
	padding-top: 0.9em;
}
p.minorsTxt span {
	display: inline-block;
}
.minorsbtn {
	border-radius: 0.2em;
	display: block;
	width: 17em;
	padding: 1.2em 0;
	margin: 0.6em auto 2.5em;
	background: url(../img/minors--bg.png) no-repeat 1.8em 50% #D8BDA0;
	background-size: auto 1.7em;
	color: #FFF;
	font-size: 1.1em;
	text-decoration: none !important;
	position: relative;
}
#sec__flow .minorsbtn {
	padding: 0.85em 0;
	margin: 0.7em auto 1.5em;
}
.minorsbtn::before,
.minorsbtn::after {
	content: "";
	position: absolute;
	right: 1.7em;
	top: calc(50% - 0.8em);
}
.minorsbtn::before {
	width: 1.6em;
	height: 1.6em;
	border-radius: 50%;
	background: #FFF;
}
.minorsbtn::after {
	width: 0px;
	height: 0px;
	right: 1.74em;
	border-style: solid;
	border-color: #D8BDA0 transparent transparent transparent;
	border-width: 0.9em 0.5em 0 0.5em;
	margin: 0.4em 0.3em 0 0;
}

/* -------------------------------------------------
	メイン画像
------------------------------------------------- */
.mv {
	background: url(../img/mv--bg.jpg) 82% 70% no-repeat;
	background-size: auto 120%;
	padding: 0.5em 0 0 2%;
}
.mv h2 {
	width: 15em;
}
.mv__list {
	text-align: left;
	padding: 0.5em 2%;
}
.mv__list li {
	float: left;
	margin: 0 0.5em 0.5em 0;
}
.mv__list li:nth-of-type(3),
.mv__list li:nth-of-type(5),
.mv__list li:nth-of-type(7) {
	clear: left;
}
.mv__list img {
	width: auto;
	height: 1.9em;
}
@media screen and (min-width : 600px) {
	.mv h2 {
		margin-left: 10%;
	}
	.mv__list {
		padding-left: 10%;
	}
}	
@media screen and (min-width : 768px) {
	.mv {
		background: url(../img/mv--bg.jpg) 100% 40% no-repeat #ECEBF0;
		background-size: auto 130%;
		padding: 1.2em 0 0;
	}
	.mv h2 {
		width: 19em;
	}
	.mv__list {
		padding: 1em 10% 1.2em;
	}
	.mv__list li {
		clear: none !important;
	}
	.mv__list li:nth-of-type(5) {
		clear: left !important;
	}
}
/* -------------------------------------------------
	イントロダクション
------------------------------------------------- */
#intro.sec h3.introhl {
	background: #DF7097;
	padding: 1em 0;
	margin-bottom: 0.8em;
}
#intro.sec h3.introhl img {
	height: 1.22em;
}
.reasonlist {
	display: flex;
    justify-content: space-between;
	margin: 1em auto 0.9em;
	width: 96%;
}
.reasonlist li {
	width: 32%;
	background: #E06C8F;
	color: #FFF;
	padding: 0.3em 0;
	border-radius: 3px 3px 0 0;
	position: relative;
	margin-bottom: 4em;
	line-height: 1.2;
	letter-spacing: -0.08em;
}
.reasonlist li span{
	display: block;
}
.reasonlist li::after {
	position: absolute;
	bottom: calc( -4em - 1px);
	content: "";
	display: block;
	width: calc(100% - 2px);
	border-left: 1px solid #C3C2C5;
	border-right: 1px solid #C3C2C5;
	border-bottom: 1px solid #C3C2C5;
	border-radius: 0 0 3px 3px;
	box-shadow: inset 0 0 0.2em rgba(0,0,0,0.1);
	height: 4em;
	background-size: auto 90% !important;
}
.reasonlist li:nth-of-type(1)::after {
	background: url(../img/reasonlist--bg01.png) no-repeat 50%;
}
.reasonlist li:nth-of-type(2)::after {
	background: url(../img/reasonlist--bg02.png) no-repeat 50%;
}
.reasonlist li:nth-of-type(3)::after {
	background: url(../img/reasonlist--bg03.png) no-repeat 50%;
}
/*-----------------------------------------------*/
.sec .txtlink {
	text-align: right;
	margin-bottom: 1em;
	font-size: 0.94em;
}
.sec .txtlink a {
	color: #603813;
	text-decoration: none;
}
.sec .txtlink a::after {
    content: "▶︎▶︎";
	display: inline-block;
	letter-spacing: -0.3em;
	transform: scale(0.7, 0.9);
}
/*-----------------------------------------------*/
.formbtn {
	display: block;
	max-width: 400px;
	background: url(../img/formbtn--bg.png) no-repeat #D6B899 100% 100%;
	background-size: 2.7em auto;
	border-radius: 0.5em;
	padding: 1.15em 1.9em 1.15em 0;
	line-height: 1;
	margin: 1.8em auto 2.5em;
}
.formbtn img {
	height: 1.25em;
}
/*-----------------------------------------------*/
.menu {
	width: 70%;
	margin: 2.2em auto 1.8em;
}
.menu dt {
	background: #FBFBFB;
	padding: 0.6em 0;
	color: #754C24;
	border: solid 1px #CFCFCF;
	font-size: 1.13em;
}
.menu dt::before {
	content: "";
	display: inline-block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-color: #9E8165 transparent transparent transparent;
	border-width: 0.7em 0.6em 0 0.6em;
	margin: 0 0.2em 0.2em 0;
	vertical-align: middle;
}
.menu dt.close::before {
	border-color: transparent transparent #9E8165 transparent;
	border-width: 0 0.6em 0.7em 0.6em;
}
.menu dd {
	background: #FCFCFC;
	text-align: left;
}
.menu ul {
	padding-bottom: 1em;
}
.menu li {
	border-bottom: 1px dotted #7E7E7E;
}
.menu li a {
	display: block;
	padding: 0.6em 3%;
	text-decoration: none;
	font-size: 0.94em;
}
.menu li a::before {
	content: "・";
}
@media screen and (min-width : 768px) {
	.menu {
		width: 45%;
	}
}

/* -------------------------------------------------
	5つの修正治療法
------------------------------------------------- */
#sec__txlist.sec h3.picttl {
	background: url(../img/picttl--bg.jpg) no-repeat 86% 0;
	background-size: auto 98%;
	padding: 0.7em 0;
	margin-bottom: 1em;
	text-align: center;
}
#sec__txlist.sec h3.picttl span {
	display: block;
	background: rgba(255,255,255,0.3);
	padding: 0.5em 0;
}
#sec__txlist.sec h3.picttl img {
	height: 6.2em;
}
#sec__txlist .sec__tx__list {
	/*
	background: url(../img/cmn__ph.jpg) no-repeat 50% 100%;
	background-size: 100% auto;
	padding-bottom: 33.5%;
	*/
	margin-bottom: 2.5em;
}
#sec__txlist .sec__tx__list li {
	border: 1px solid #E3CDB7;
	margin-bottom: 1em;
}
#sec__txlist .sec__tx__list .sec__tx__heading {
	margin-bottom: 0 ;
}
@media screen and (min-width : 600px) {
	#sec__txlist.sec h3.picttl {
		background-position: 100% 0;
		background-size: cover;
	}
}	
/* -----------------------------------------------*/
#sec__txlist .sec__tx__list li dd {
	padding: 0.4em 3% 1.4em;
}
#sec__txlist .sec__tx__list li dd p {
}
#sec__txlist .sec__tx__list a {
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	background: #E5B5AB;
	position: relative;
	text-decoration: none;
	color: #FFF;
	font-weight: 400;
	letter-spacing: 0.1em;
	font-size: 1.06em;
	padding: 0.2em 12% 0.4em;
	border-radius: 0.15em;
}
/*-----------------------------------------------*/
#sec__txlist .sec__tx__list a::after {
	position: absolute;
	content: "";
	display: inline-block;
	bottom: -12px;
	left: calc(50% - 20px);
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #E5B5AB transparent transparent transparent;
	border-width: 15px 20px 0 20px;
}
.sec__tx__heading {
	font-weight: normal;
	padding: 0;
	text-align: left;
	color: #FFF;
	line-height: 1.3;
	background: #E07197;
	font-size: 1.3em;
	overflow: hidden;
	margin-bottom: 0.5em;
}
.sec__tx__heading strong,
.sec__tx__heading span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.3;
}
.sec__tx__heading strong {
	margin-right: 0em;
	font-weight: normal;
	font-size: 1.06em;
	position: relative;
	z-index: 2;
	text-align: left;
	left: -1.6em;
}
h3.sec__tx__heading strong {
	left: -1.5em;
}
.sec__tx__heading strong b {
	position: absolute;
	left: 0;
	top: -0.6em;
	width: 12em;
}
.sec__tx__heading strong b span {
	font-size: 0.9em;
}
.sec__tx__heading strong b span.small {
	font-size: 0.5445em;
	padding-left: 0.2em;
	letter-spacing: -0.04em;
}
.sec__tx__heading .sec__tx__heading--cap {
	padding: 0.45em 1.2em 0.45em 2%;
	background: #DFC8AF;
	position: relative;
	z-index: 0;
	margin-right: 1em;
	font-size: 1.1em;
}
.sec__tx__heading .sec__tx__heading--cap::before {
	position: absolute;
	content: "";
	background: #DFC8AF;
	background-color: #E07197;
	top: -5.3em;
	right: -7.7em;
	width: 9em;
	height: 9em;
	border-radius: 50%;
	z-index: -1;
}
.sec__tx__heading .sec__tx__heading--cap--txt {
	font-size: 0.7em;
	margin: 0 2px 0.3em 0;
}
@media screen and (min-width : 600px) {
	/*
	#sec__txlist .sec__tx__list {
		background: url(../img/cmn__ph.jpg) no-repeat 50% 100%;
		background-size: 500px auto;
		padding-bottom: 180px;
	}
	*/
}

/* -------------------------------------------------
	傷跡のお悩みお気軽にご相談ください。
------------------------------------------------- */
#sec__worry h3 {
	background: url(../img/sec__worry--bg.jpg) no-repeat calc(100% + 2em) 80%;
	background-size: auto 120%;
	color: #8F5D31;
	padding: 2em 25.5% 2em 0;
	line-height: 1.1;
}
#sec__worry h3 span.gf--nt {
	display: block;
	font-size: 1.4em;
	letter-spacing: -0.01em;
}
#sec__worry h3 span:nth-of-type(2) {
	margin-bottom: 1.9em;
}
#sec__worry .sec__worry__list {
	margin: 0.7em auto 1.2em;
}
#sec__worry .sec__worry__list li {
	margin: 0.8em 0;
}
#sec__worry .sec__worry__list li:nth-of-type(odd) {
	text-align: left;
}
#sec__worry .sec__worry__list li:nth-of-type(even) {
	text-align: right;
}
#sec__worry .sec__worry__list li span {
	display: inline-block;
	border: 1px solid #B80479;
	border-radius: 0.6em;
	padding: 0.44em 0.7em;
	box-shadow: inset 0 0 0.4em rgba(0,0,0,0.2);
	line-height: 1;
}
#sec__worry .sec__worry__list li img {
	height: 1.25em;
}
#sec__worry p.gf--nt {
	color: #8A6239;
	text-align: center;
	letter-spacing: -0.03em;
	margin-bottom: 1.5em;
}
@media screen and (min-width : 600px) {
	#sec__worry .sec__worry__list {
		width: 30em;
	}
	#sec__worry .sec__worry__list li span {
		padding: 0.5em 2em;
	}
}
@media screen and (min-width : 768px) {
	#sec__worry h3 {
		padding: 3em 0;
	}
	#sec__worry h3 span {
		display: block;
	}
	#sec__worry h3 span.gf--nt {
		display: inline-block;
	}
	#sec__worry figure.fg--ms {
		width: 37%;
		float: left;
	}
	#sec__worry p.gf--nt {
		width: 63%;
		float: right;
		margin: 0.5em 0 0;
	}
}
@media screen and (min-width : 1000px) {
	#sec__worry h3 {
		margin: 0 10%;
	}
}	
/* -------------------------------------------------
	6つの理由
------------------------------------------------- */
#sec__reason.sec h3.picttl {
	background: url(../img/picttl--bg.jpg) no-repeat 86% 0;
	background-size: auto 98%;
	padding: 0.7em 0;
	margin-bottom: 1em;
	text-align: center;
}
#sec__reason.sec h3.picttl span {
	display: block;
	background: rgba(255,255,255,0.3);
	padding: 0.5em 0;
}
#sec__reason.sec h3.picttl img {
	height: 6.2em;
}
.sec__reason__list {
	text-align: left;
	border-radius: 0.35em;
	border: 1px solid #C6A32B;
	box-shadow: 1px 1px 0px 1px rgba(140,115,30,1);
	padding: 0 3% 0px 0;
	margin: 0 auto 0.9em;
	counter-reset: counter-name;
}
.sec__reason__list li {
	margin: 12px 0;
	position: relative;
	padding: 0 0 0 58px;
	line-height: 1;
}
.sec__reason__list li span.ten {
	letter-spacing: -0.4em;
}
.sec__reason__list li::before,
.sec__reason__list li::after {
	content: "";
	position: absolute;
	display: block;
}
.sec__reason__list li::before {
	background: url(../img/sec__reason__list--bg.png);
	background-size: contain;
	width: 60px;
	height: 40px;
	left: -8px;
	top: 5px;
}
.sec__reason__list li::after {
	background-size: auto 100% !important;
	width: 20px;
	height: 20px;
	left: 11px;
	top: 12px;
}
.sec__reason__list li:nth-of-type(1)::after {
	background: url(../img/sec__reason__list--no1.png) no-repeat 50% 0;
}
.sec__reason__list li:nth-of-type(2)::after {
	background: url(../img/sec__reason__list--no2.png) no-repeat 50% 0;
}
.sec__reason__list li:nth-of-type(3)::after {
	background: url(../img/sec__reason__list--no3.png) no-repeat 50% 0;
}
.sec__reason__list li:nth-of-type(4)::after {
	background: url(../img/sec__reason__list--no4.png) no-repeat 50% 0;
}
.sec__reason__list li:nth-of-type(5)::after {
	background: url(../img/sec__reason__list--no5.png) no-repeat 50% 0;
}
.sec__reason__list li:nth-of-type(6)::after {
	background: url(../img/sec__reason__list--no6.png) no-repeat 50% 0;
}
.sec__reason__list img {
	width: auto;
	height: 5.5vw;
	max-height: 24px;
}
.sec__reason__list strong {
	border-bottom: 1px solid #C6A32B;
	display: block;
	padding-bottom: 10px;
	padding-top: 7px;
	margin-bottom: 7px;
	font-weight: 600;
	color: #B91E6E;
	font-size: 1.3em;
}
.sec__reason__list span {
	display: inline-block
}
@media screen and (min-width : 600px) {
	#sec__reason.sec h3.picttl {
		background-position: 100% 0;
		background-size: cover;
	}
}	
/* -------------------------------------------------
	5つの各修正治療法
------------------------------------------------- */
#sec__tx.sec h3.picttl,
#sec__tx.sec .picttl2 {
		background: url(../img/picttl--bg.jpg) no-repeat 86% 0;
	background-size: auto 98%;
	padding: 0.7em 0;
	margin-bottom: 1em;
	text-align: center;
}
#sec__tx.sec h3.picttl span,
#sec__tx.sec .picttl2 span {
	display: block;
	background: rgba(255,255,255,0.3);
	padding: 0.5em 0;
}
#sec__tx.sec h3.picttl img,
#sec__tx.sec .picttl2 img {
	height: 6.2em;
}
#sec__tx {
	text-align: left;
}
#sec__tx section {
	margin-bottom: 2.5em;
}
#sec__tx h4,
#sec__tx02 h4,
#sec__tx03 h4,
#sec__tx04 h4 {
	background: none;
	padding: 0.5em 0;
	border-radius: 1em 0 0 1em;
	color: #FFF;
	font-size: 1.01em;
}
#sec__tx h4 span,
#sec__tx02 h4 span,
#sec__tx03 h4 span,
#sec__tx04 h4 span {
	background: #D6B899;
	padding: 0.5em 0.7em;
	border-radius: 1em;
	color: #FFF;
}
#sec__tx h4.first span {
	padding: 0.5em 1.45em;
}
.sec #sec__tx05 h4 {
	background: #D6B899;
	color: #FFF;
	padding: 0.6em 3%;
	margin: 0 0 0.6em;
	font-size: 1.13em;
	position: relative;
	border-radius: 0;
}
@media screen and (min-width : 600px) {
	#sec__tx h4,
	#sec__tx02 h4,
	#sec__tx03 h4,
	#sec__tx04 h4 {
		border-bottom: solid 1px #D6B899;
	}
}
#sec__tx .sec__tx__sx {
	margin: 0.5em auto 0.6em;
}
#sec__tx .sec__tx__sx dt {
	color: #8C0E27;
	display: table-cell;
	vertical-align: middle;
	width: 20vw;
	text-align: center;
}
#sec__tx .sec__tx__sx dd {
	display: table-cell;
	width: 80%;
}
#sec__tx .sec__tx__sx dd ul {
	margin-left: 0.5em;
	line-height: 1;
}
#sec__tx .sec__tx__sx dd li {
	display: inline-block;
	margin-bottom: 0.2em;
	line-height: 0;
	background: #D6B899;
	padding: 0.3em 0.5em;
	border-radius: 0.2em;
}
#sec__tx .sec__tx__sx dd li img {
	height: 0.9em;
	vertical-align: top;
}
#sec__tx01 .sec__tx__sx dd li:nth-of-type(3),
#sec__tx01 .sec__tx__sx dd li:nth-of-type(4) {
	padding: 0.3em 0.32em;
}
#sec__tx03 .sec__tx__sx dd li:nth-of-type(1) {
	padding: 0.3em 1.84em;
}
#sec__tx04 .sec__tx__sx dd li:nth-of-type(1) {
	padding: 0.3em 1em;
}
@media screen and (min-width : 600px) {
	#sec__tx.sec h3.picttl,
	#sec__tx.sec .picttl2 {
		background-position: 100% 0;
		background-size: cover;
	}
}	
/*-----------------------------------------------*/
.sec__tx__rcmpt {
	margin-bottom: 1.5em;
}
.sec__tx__rcmpt li::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0.45em;
	height: 0.45em;
	background: #D0AD8B;
	border-radius: 50%;
	margin: 0 0.5em 0.2em 0;
}
/*-----------------------------------------------*/
.sec__tx__infotbl {
	width: 100%;
	margin: 1em auto;
	font-size: 0.875em;
}
.sec__tx__infotbl th,
.sec__tx__infotbl td {
	border: 1px solid #BCAF93;
	padding: 0.3em 3% 0.3em 3%;
	line-height: 1.5;
}
#sec__tx05 .sec__tx__infotbl th,
#sec__tx05 .sec__tx__infotbl td {
	padding: 0.52em 3% 0.52em 3%;
}
.sec__tx__infotbl th {
	background: #CDBD9E;
	color: #FFF;
	text-align: left;
	width: 23%;
	border-bottom-color: #FFF;
	vertical-align: middle;
}
.sec__tx__infotbl th.vatop {
	vertical-align: top;
}
.sec__tx__infotbl tr:last-of-type th {
	border-bottom-color: #BCAF93;
}
.sec__tx__infotbl td {
	padding-right: 0;
	padding-left: 2%;
}

#sec__tx .sec__tx__sum {
	background: url(../img/sec__tx__sum--bg.jpg) 0 50%;
	background-size: cover;
	padding: 1em 3%;
	font-size: 1.05em;
	margin: 1.5em auto 2em;
}
#sec__tx .underage {
	padding: 0 3%;
	display: flex;
    align-items: center;
	justify-content: center;
}
#sec__tx .underage img {
	width: 5em;
	max-width: none;
	vertical-align: middle;
	margin-right: 0.6em;
}
@media screen and (min-width : 600px) {
	.sec__tx__infotbl th.vatop {
		vertical-align: middle;
	}
}

/* -------------------------------------------------
	私にお任せください
------------------------------------------------- */
#sec__point {
	max-width: 1000px;
	margin: 0 auto 2em;
}
.sec__point__lead h4 {
	background: url(../img/sec__lead--bg.jpg) no-repeat 83% -0.2em #F3F4F6;
	background-size: 29.5em auto;
	padding: 0 25% 1.5em 0;
	margin: 0;
}
.sec__point__lead h4 strong {
	display: block;
	padding: 2em 0 0.35em;
}
.sec__point__lead h4 span {
	display: inline-block;
	margin: -0.2em 0 0;
}
.sec__point__lead h4 img {
	width: auto;
	height: 8em;
	max-height: 32px;
}
.sec__point__lead h4 strong img {
	height: 10em;
	max-height: 44px;
}
#sec__point .inner {
	background: #FFF;
	margin: 0 2% 0.5em;
	padding: 0.8em 2% 0.4em;
}
#sec__point .inner p.name {
	text-align: right;
	font-size: 1.071em;
}
#sec__point .inner p {
	margin-bottom: 0.6em;
}
#sec__point .sec__cont__box h5 {
    font-size: 1.3em;
    color: #003C7E;
    letter-spacing: 0;
    margin: 0.5em 0 0.6em;
    font-weight: bold;
}
#sec__point .sec__cont__box {
	overflow: hidden;
}
.sec figure.doctor {
	margin: 0 0 0 auto;
}
 .sec figure.doctor img {
	width: 94%;
	max-width: 100%;
	position: relative;
	right: -6.4%;
	z-index: 2;
}
@media screen and (min-width : 768px) {
	.sec__point__lead h4 {
		background: url(../img/sec__lead--bg--pc.jpg) no-repeat center top;
		background-size: cover;
		padding: 0 30% 1.5em 10%;
		margin: 0 10%;
	}
	.sec__point__lead h4 strong {
		display: block;
		padding: 2em 0 0.4em;
	}
	.sec__point__lead h4 span {
		display: inline-block;
		margin: -0.1em 0 0;
	}
	.sec__point__lead h4 img {
		width: auto;
		height: 8em;
		max-height: 38px;
	}
	.sec__point__lead h4 strong img {
		height: 20em;
		max-height: 56px;
	}
	#sec__point .inner {
		margin: 0 0 0.5em;
		padding: 0.8em 10% 0.4em;
	}
	.sec__point__lead .inner {
		background: #FFF;
		margin: 0 10% 1em;
		padding: 1em 2% 1em;
	}
	.sec__point__lead .inner p {
		margin-bottom: 1em;
	}
	.sec figure.full img {
		width: 74%;
		max-width: 100%;
	}
	#sec__point .sec__cont__box h5 {
		font-size: 1.3em;
		color: #003C7E;
		letter-spacing: 0;
		margin: 0.5em 0 0.6em;
		font-weight: bold;
	}
	#sec__point h6 {
		width: 60%;
	}
	.sec figure.doctor {
		margin: 0 auto;
	}
	 .sec figure.doctor img {
		width: 74%;
		max-width: 100%;
		position: relative;
		right: 0;
		z-index: 2;
	}
}
/* -------------------------------------------------
	傷跡修正治療の流れ
------------------------------------------------- */
#sec__flow.sec h3.gf--nt {
	margin-bottom: 0.5em;
}
#sec__flow .sec__flow__step li {
	position: relative;
	margin-bottom: 1em;
}
#sec__flow .sec__flow__step li::after {
	content: ""; 
    display: inline-block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-color: #E0A497 transparent transparent transparent;
    border-width: 1.5em 1.5em 0 1.5em;
	margin-top: 1.2em;
}
#sec__flow .sec__flow__step li:last-of-type::after,
#sec__flow .sec__flow__step li li::after {
	display: none;
}
#sec__flow .sec__flow__step li strong {
	display: block;
	background: #D6B899;
	color: #FFF;
	font-size: 1.3em;
	padding: 0.6em 0 0.4em;
	text-align: left;
	line-height: 1;
}
#sec__flow .sec__flow__step li strong span {
	display: inline-block;
	background: #C5A27C;
	padding: 0.4em 0.7em 0.35em;
	vertical-align: middle;
	border-radius: 0 1em 1em 0;
	line-height: 0;
	margin: -0.2em 0.2em 0 0;
}
#sec__flow .sec__flow__step li strong span img {
	height: 0.62em;
}
#sec__flow .sec__flow__step li figure {
	width: 60%;
	margin-top: 0.8em;
	margin-bottom: 0.6em;
}
#sec__flow .txtbox {
	background: #D8BDA0;
	border-radius: 0.3em;
	max-width: 600px;
	margin: 1.5em auto 1em;
	padding: 0.75em 0;
	color: #fff;
	text-align: center;
}
#sec__flow .txtbox p {
	text-align: center;
	margin: 0 0.3em;
}
#sec__flow .txtbox span {
	display: inline-block;
}
@media screen and (min-width : 768px) {
	#sec__flow .nopd {
		margin-left: 10%;
		margin-right: 10%;
	}
	#sec__flow .sec__flow__step li strong {
		margin-bottom: 1em;
	}
	#sec__flow .sec__flow__step li p {
		margin-left: 33%;
	}
	#sec__flow .sec__flow__step li p.miseinen {
		margin-right: 10%;
		margin-left: 10%;
		text-align: center;
	}
	#sec__flow .sec__flow__step li figure {
		width: 30%;
		float: left;
		margin: 0 3% 1em 0;
	}
	#sec__flow .sec__flow__step .paybox,
	#sec__flow .sec__flow__step .cfbtn {
		clear: both;
	}
	#sec__flow .sec__flow__step .paybox p {
		margin-left: 0;
	}
}
/* -------------------------------------------------
	傷跡修正治療の費用
------------------------------------------------- */
#sec__fee.sec h3.gf--nt {
	margin-bottom: 0.5em;
}
#sec__fee .sec__fee__catch {
	display: flex;
    justify-content: space-between;
	margin-bottom: 1.1em;
	color: #D43D6D;
}
#sec__fee .sec__fee__catch li {
	width: 49%;
	background: #F9F7F4;
	border-radius: 4px;
	line-height: 1.3;
	padding: 0.5em 0 0.55em;
	font-size: 1.025em;
}
#sec__fee .sec__fee__catch li strong {
	display: block;
	font-size: 1.7em;
}
#sec__fee.sec h4.hl {
	color: #AE8054;
	text-align: left;
	font-size: 1.1em;
	margin: 0 0 0.7em;
}
#sec__fee.sec h4.hl::before {
	content: "";
	display: inline-block;
	width: 0.6em;
	height: 0.6em;
	border-radius: 1em;
	background: #AE8054;
	vertical-align: middle;
	margin: 0 0.1em 0.2em 0;
}
/* -----------------------------------------------*/
#sec__fee .sec__fee__tbl {
	width: 100%;
	margin-bottom: 1em;
}
#sec__fee .sec__fee__tbl th,
#sec__fee .sec__fee__tbl td {
	border-top: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
	padding: 0.49em 3%;
}
#sec__fee .sec__fee__tbl th {
	text-align: left;
	font-size: 1.01em;
	letter-spacing: -0.02em;
	padding-right: 1%;
}
#sec__fee .sec__fee__tbl th span {
	font-size: 0.8em;
	letter-spacing: -0.05em;
}
#sec__fee .sec__fee__tbl td {
	border-left: 1px solid #B2B2B2;
	width: 22.5%;
	padding-left: 0;
	text-align: right;
	font-size: 1.2em;
	letter-spacing: -0.03em;
	padding-right: 2%;
}
#sec__fee .sec__fee__tbl td span {
	font-size: 0.7em;
	letter-spacing: -0.05em;
}
@media screen and (min-width : 600px) {
	#sec__fee .sec__fee__tbl {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}
}
/* -----------------------------------------------*/
#sec__fee .sec__fee__loan dt {
	max-width: 500px;
	padding: 0.6em 0;
	margin: 0 auto 0.4em;
	border-radius: 1.5em;
	background: #D6B899;
	color: #FFF;
	font-size: 1.095em;
}

/* -------------------------------------------------
	よくある質問
------------------------------------------------- */
#sec__faq.sec h4.hl {
	color: #AE8054;
	text-align: left;
	font-size: 1.1em;
	margin: 0 0 0.9em;
}
#sec__faq.sec h4.hl::before {
	content: "";
	display: inline-block;
	width: 0.6em;
	height: 0.6em;
	border-radius: 1em;
	background: #AE8054;
	vertical-align: middle;
	margin: 0 0.1em 0.2em 0;
}
#sec__faq .sec__faq__list {
	text-align: left;
	margin-bottom: 1.5em;
}
#sec__faq .sec__faq__list dt {
	background: url(../img/sec__faq__list--icon.png) no-repeat 2% 0.55em #D5B99D;
	background-size: 1.3em auto;
	border-radius: 2px;
	padding: 0.45em 1.8em 0.45em calc(2% + 1.7em);
	color: #FFF;
	margin-bottom: 0.3em;
	position: relative;
	line-height: 1.5;
}
#sec__faq .sec__faq__list dt span {
	display: block;
}
#sec__faq .sec__faq__list dt::before,
#sec__faq .sec__faq__list dt span::before,
#sec__faq .sec__faq__list dt span::after {
	content: "";
	position: absolute;
	right: 2%;
	top: 0.5em;
}
#sec__faq .sec__faq__list dt::before {
	border-radius: 50%;
	background: #fff;
	width: 1.3em;
	height: 1.3em;
}
#sec__faq .sec__faq__list dt span::before,
#sec__faq .sec__faq__list dt span::after {
	background: #BA9877;
	width: 0.8em;
	height: 2px;
	margin: calc(0.5em + 1px) 0.25em 0 0;
}
#sec__faq .sec__faq__list dt span::before {
	transform: rotate(90deg);
}
#sec__faq .sec__faq__list dt.open span::before {
	display: none;
}
#sec__faq .sec__faq__list dd {
	text-align: justify;
	line-height: 1.7;
	padding-bottom: 1.1em;
}
#sec__faq p {
	border-top: 1px solid #A6A6A6;
	padding-top: 1em;
}

/* -------------------------------------------------
	クリニック案内
------------------------------------------------- */
#sec__info {
	margin-bottom: 1.5em;
}
@media screen and (min-width : 600px) {
	#sec__info {
	}
}
#sec__info h3 {
	margin-bottom: 0;
}
#sec__info .inner.slideImg {
	padding-left: 5.5%;
	padding-right: 5.5%;
}
#sec__info .sec__info__lead {
	background: url(../img/sec__info__lead--bg.jpg) no-repeat 93% 20% #ECE8E5;
	background-size: auto 119%;
	color: #96724D;
	font-size: 1.09em;
	letter-spacing: -0.04em;
	text-align: center;
	padding: 1.7em 31% 1.7em 2%;
	margin: 0 auto 1em;
}
#sec__info .sec__info__lead span {
	display: inline-block;
	font-weight: 600;
}
#sec__info .sec__info__lead span:last-of-type {
	display: block;
	margin-top: 0.8em;
}
@media screen and (min-width : 768px) {
	#sec__info .sec__info__lead {
		background: url(../img/sec__info__lead--bg.jpg) no-repeat 100% 20%;
		background-size: 100% auto;
		font-size: 1.3em;
		padding: 5% 15% 5% 3%;
		margin-left: 10%;
		margin-right: 10%;
	}
}
#sec__info h4 {
	background: #D6B899;
	color: #FFF;
	font-size: 1.44em;
	padding: 0.6em 0;
	margin: 0 3% 0.6em;
}
#sec__info .sec__info__dr {
	margin-bottom: 2.4em;
}
#sec__info .sec__info__dr dt {
	text-align: left;
	margin-bottom: 1em;
}
#sec__info .sec__info__dr dd p {
	line-height: 1.7;
	margin-bottom: 0.6em;
}
@media screen and (min-width : 768px) {
	#sec__info h4 {
		margin: 0 10% 1em;
	}
}
#sec__info .sec__info__clinic__logo {
	width: 60%;
	margin: 0 auto;
	margin-top: -10px;
}
/* ================================================= */
#sec__info .sec__info__tbl {
	width: 100%;
	border-top: 1px solid #CCC;
	margin: 0 auto 3.2em;
}
#sec__info .sec__info__tbl th,
#sec__info .sec__info__tbl td {
	text-align: left;
	line-height: 1.6;
}
#sec__info .sec__info__tbl th {
	display: block;
	padding: 0.55em 3% 0.05em;
}
#sec__info .sec__info__tbl td {
	padding: 0.05em 0 0.47em 3%;
	display: block;
	border-bottom: 1px solid #CCC;
}
#sec__info .sec__info__tbl td a {
	text-decoration: none;
}
#sec__info .sec__info__tbl td span {
	display: inline-block;
}
#sec__info .sec__info__tbl th span.closed {
	letter-spacing: 0.5em;
}
#sec__info .sec__info__tbl th span.address {
	letter-spacing: 2em;
}
@media screen and (min-width : 768px) {
	#sec__info .sec__info__tbl {
		width: 80%;
	    margin: 0 10% 40px;
	}
	#sec__info .sec__info__tbl th {
		width: 12.5em;
	}
	#sec__info .sec__info__tbl th,
	#sec__info .sec__info__tbl td {
		display: table-cell;
		border-bottom: 1px solid #CCC;
		padding: 0.5em 3%;
		text-align: left;
	}
	#sec__info .sec__info__tbl td {
		letter-spacing: 0;
	}
	#sec__info .sec__info__tbl td span {
		display: inline-block;
	}
}
/* ================================================= */
#sec__info figure {
	max-width: 500px;
}
#sec__info .sec__access__gbtn {
	background: #DFA397;
	border-radius: 5px;
	display: block;
	padding: 0.8em 2.2em 0.8em 0;
	margin: 0 auto 3.5em;
	color: #FFF;
	text-decoration: none;
	font-size: 1.1em;
	position: relative;
	width: 75%;
	max-width: 20em;
}
#sec__info .sec__access__gbtn::before,
#sec__info .sec__access__gbtn::after {
	position: absolute;
	content: "";
	display: inline-block;
}
#sec__info .sec__access__gbtn::before {
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	background: #FFF;
	top: calc(50% - 0.75em);
	left: calc(50% + 6.2em);
}
#sec__info .sec__access__gbtn::after {
	top: calc(50% - 0.4em);
	left: calc(50% + 6.75em);
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #DFA397;
	border-width: 0.4em 0 0.4em 0.6em;
}
/* ================================================= */
#sec__info .ta--center {
	margin-bottom: 1.5em;
	font-size: 1em;
}
#sec__info .ta--center.txt2 {
	margin-bottom: 1.7em;
	font-size: 1em;
}
#sec__info .ta--center span {
	display: inline-block;
}
#sec__info .sec__access__photo {
	margin: 20px auto 30px;
	position: relative;
	max-width: 550px;
}
#sec__info .sec__access__photo .slick-list {
	margin: 0 45px;
}
#sec__info .sec__access__photo figure {
	margin: 0;
}
#sec__info .sec__access__photo figure img {
	max-width: 100%;
}
@media screen and (min-width : 768px) {
	#sec__info .ta--center {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
}
.sec__info__photo {
	margin: 20px auto 30px;
	position: relative;
	max-width: 550px;
}
.sec__info__photo .slick-list {
	margin: 0 45px;
}
.sec__info__photo figure {
	margin: 0;
}
.sec__info__photo figure img {
	max-width: 100%;
}

/* -------------------------------------------------
	スライダー
------------------------------------------------- */
.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-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;
}





/* -------------------------------------------------
	COMMON
------------------------------------------------- */
.mt0 {margin-top: 0 !important;}
.mb0 {margin-bottom: 0 !important;}
.mb50 {margin-bottom: 5em !important;}
.mb40 {margin-bottom: 4em !important;}
.mb30 {margin-bottom: 3em !important;}
.mb25 {margin-bottom: 2.5em !important;}
.mb20 {margin-bottom: 2em !important;}
.mb15 {margin-bottom: 1.5em !important;}
.mb12 {margin-bottom: 1.2em !important;}
.mb10 {margin-bottom: 1em !important;}
.mb08 {margin-bottom: 0.8em !important;}
.mb05 {margin-bottom: 0.5em !important;}
.mb03 {margin-bottom: 0.3em !important;}
.mb02 {margin-bottom: 0.2em !important;}
.mt35 {margin-top: 3.5em !important;}
.mt30 {margin-top: 3em !important;}
.mt25 {margin-top: 2.5em !important;}
.mt20 {margin-top: 2em !important;}
.mt15 {margin-top: 1.5em !important;}
.mt10 {margin-top: 1em !important;}
.mt08 {margin-top: 0.8em !important;}
.mt05 {margin-top: 0.5em !important;}
.ta--center { text-align: center !important;}
.f--small { font-size: 0.9em !important;}
.f--tiny { font-size: 0.78em !important;}

.txtbox--a {
	background: #DD649C;
	text-align: center !important;
	color: #FFF;
	letter-spacing: -0.06em;
	font-size: 1.2em;
	padding: 0.7em 1% 1em;
	margin: 1.5em auto 2em;
	margin-bottom: 0 !important;
	line-height: 1.7 !important;
}
.txtbox--a span {
	display: inline-block;
	border-bottom: 1px dashed #FFF;
	padding-bottom: 0.1em;
	margin-bottom: 0.2em;
}
@media screen and (min-width : 768px) {
	.txtbox--a {
		max-width: 500px;
		padding: 1em 5%;
		letter-spacing: 0;
	}
}

.txtbox--b {
	background: #C6A380;
	border-radius: 3px;
	width: 94%;
	max-width: 600px;
	margin: 1.1em auto 0.7em;
	padding: 1.1em 0;
	color: #fff;
	font-size: 1.02em;
}
.txtbox--b p {
	text-align: center;
	margin: 0 0.3em;
}
.txtbox--b span {
	display: inline-block;
}
.info {
	font-size: 0.93em;
}

.sec .notes {
	text-indent: -1em;
	padding-left: 1em;
	margin: 0.3em 0;
}

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

.f--small { font-size: 0.9em;}
.f--tiny { font-size: 0.8em;}

.gf--nt {font-family: 'Noto Serif JP', serif;}
.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));}

@media screen and (max-width : 767px) {/* PC only */
.pc { display: none !important;}
}
@media screen and (min-width : 768px) {/* SP only */
.sp { display: none !important; }
}


.red {
	background-color: #f00;
	width: 100%;
	height: 3em;
}