@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: #0F4896;
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 100;
}
.header__logo a {
	height: 2.3em;
	display: flex;
    align-items: center;
	justify-content: center;
}
.header__logo img {
	width: auto;
	height: 1.65em;
}*/




.header__logo {
	background: #C52677;
	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: #E883BA;
	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: #D15292;
	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: #C42B77;
	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.2);
	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 #FFF;
}
/*
@media screen and (max-width : 767px) {
	.footer .pagetop {
		display: none;
	}
	*/
/*}*/

.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: #C52677;
	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: #C52677;
	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: #D95291;
	color: #FFF;
	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: 14%;}
.header .header__nav__menu li:nth-child(2) { width: 19.5%;}
.header .header__nav__menu li:nth-child(3) { width: 11%;}
.header .header__nav__menu li:nth-child(4) { width: 8.5%;}
.header .header__nav__menu li:nth-child(5) { width: 11%;}
.header .header__nav__menu li:nth-child(6) { width: 12%;}
.header .header__nav__menu li:nth-child(7) { width: 11%;}
.header .header__nav__menu li:nth-child(8) { width: 13%;}
.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%;
}
/* -------------------------------------------------
	追加分
------------------------------------------------- */
#sec__tx .sec__tx__ev p {
}

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

/* -------------------------------------------------
	共通poi
------------------------------------------------- */
.sec {
	margin-bottom: 1.2em;
	overflow-x: hidden;
}


/*#sec__tx02,*/
#sec__tx__smry {
	background: url(../img/cmn__ph2.jpg) no-repeat 50% 100%,url(../img/cmn__ph1.jpg) no-repeat 50% 83.2%;
	background-size: 100% auto,100% auto;
	padding-bottom: 68%;
	margin-bottom: 0;
}
@media screen and (min-width : 600px) {
	#sec__tx__smry {
		background: url(../img/cmn__ph2.jpg) no-repeat left 100%,url(../img/cmn__ph1.jpg) no-repeat right 100%;
		background-size: 50% auto,50% auto;
		padding-bottom: 9em;
		margin-bottom: 0;
	}
}
.sec p {
	text-align: justify;
	line-height: 1.6;
	margin-bottom: 0.5em;
}
.sec img {
	width: auto;
}
.sec figure {
	margin: 0.8em auto 0.6em;
	text-align: center;
}
.sec figure img {
	width: 100%;
	max-width: 100%;
}
.sec figure.fg--m img {
	width: 90%;
	max-width: 450px;
}
.sec figure.fg--m2 img {
	width: 95%;
	max-width: 450px;
}
.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 h3.sec__ttl {
	padding: 1.3em 0;
	background: #B90B63;
	margin: 0 0 0.6em;
	font-size: 1.6em;
	font-weight: 600;
	color: #FFF;
	position: relative;
}
.sec h3.sec__ttl::before,
.sec h3.sec__ttl::after {
	content: "";
	position: absolute;
	width: 90%;
	height: 1px;
	background: #FFF;
}
.sec h3.sec__ttl::before {
	right: 0;
	top: 0.7em;
}
.sec h3.sec__ttl::after {
	left: 0;
	bottom: 0.7em;
}

.sec__tx__heading {
	font-weight: normal;
	padding: 0;
	text-align: left;
	color: #FFF;
	line-height: 1.3;
	background: #D95291;
	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.8em;
}
.sec__tx__heading strong b {
	position: absolute;
	left: 0;
	top: -0.6em;
	width: 12em;
	letter-spacing: -0.05em;
}
.sec__tx__heading .sec__tx__heading--cap {
	padding: 0.45em 1.2em 0.45em 2%;
	background: #B49B59;
	position: relative;
	z-index: 0;
	margin-right: 1em;
	font-size: 1.1em;
}
.sec__tx__heading .sec__tx__heading--cap::before {
	position: absolute;
	content: "";
	background: #B49B59;
	background-color: #D95291;
	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;
}

#sec__tx__smry h3 {
	color: #834B14;
	font-size: 1.42em;
	line-height: 1.5;
	font-weight: 500;
	max-width: 800px;
	margin: auto;
	letter-spacing: -0.05em;
}
#sec__tx__smry h3 span {
	display: inline-block;
}
#sec__tx__smry .sec__tx__smry__txt {
	background: url(../img/sec__tx__smry__bg.jpg) no-repeat 50%;
	background-size: cover;
	padding: 1.2em 3% 1.2em;
	margin: 1em auto 2.3em;
	line-height: 1.7;
}
#sec__tx__smry .minorsbtn {
	border-radius: 0.2em;
	display: block;
	width: 17em;
	padding: 1.2em 0;
	margin: 0.6em auto 2em;
	background: url(../img/minors--bg.png) no-repeat 1.8em 50% #B91E6E;
	background-size: auto 1.7em;
	color: #FFF;
	font-size: 1.1em;
	text-decoration: none;
	position: relative;
}
#sec__tx__smry .minorsbtn::before,
#sec__tx__smry .minorsbtn::after {
	content: "";
	position: absolute;
	right: 1.7em;
	top: calc(50% - 0.8em);
}
#sec__tx__smry .minorsbtn::before {
	width: 1.6em;
	height: 1.6em;
	border-radius: 50%;
	background: #FFF;
}
#sec__tx__smry .minorsbtn::after {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-color: #B91E6E transparent transparent transparent;
	border-width: 0.9em 0.5em 0 0.5em;
	margin: 0.4em 0.3em 0 0;
}
@media screen and (min-width : 768px) {
	#sec__tx__smry .sec__tx__smry__txt {
		margin: 1.5em 10%;
	}
}
.inner.under {
	padding-left: 1%;
	padding-right: 1%;
}
.inner.under span {
	display: inline-block;
}

#sec__tx .sec__tx__ev {
	background: url(../img/sec__tx__ev--bg.jpg) no-repeat, url(../img/sec__tx__ev--arw.jpg) no-repeat;
	background-position: calc(100% + 2.5em) calc(0% - 1em), 50% 100%;
	background-size: auto 12em,  6em auto;
	padding: 1.5em 3% 5em;
	margin-bottom: 30px;
	overflow-x: hidden;
}
#sec__tx .sec__tx__ev p {
	font-size: 1.27em;
	color: #B50F18;
	line-height: 1.5;
	text-align: center;
}
#sec__tx .sec__tx__ev p.gf--nt {
	color: #001859;
	font-size: 1.5em;
	padding: 0 28% 0.7em 3%;
}
#sec__tx .sec__tx__ev p.gf--nt span {
	display: inline-block;
	font-weight: 600;
	letter-spacing: -0.04em;
}
#sec__tx .sec__tx__ev figure {
	width: 18em;
	margin: 1em auto 0;
}

#sec__tx02 .sec__tx__catch {
	margin: 15px auto 0;
}
#sec__tx02 .sec__tx__catch li {
	margin: 0 0.15em;
	font-size: 1.2em;
}
#sec__tx02 .sec__tx__catch li span {
	width: 5.6em;
	padding: 1.8em 0 2.0em;
}
#sec__tx02 .ta--center img {
    height: 2em;
}
#sec__tx02 .inner:first-of-type .fg--m2 {
	margin-top: -10px;
}
#sec__tx02 .fg {
	width: 95%;
}
#sec__tx02 .fg img {
	width: 47%;
	margin: 1%;
}

/* -------------------------------------------------
	イントロダクション
------------------------------------------------- */
#sec__intro {
	position: relative;
	margin-bottom: 5px ;
	margin-top: -14.5%;
}
#sec__intro h3.gf--nt {
	color: #834B14;
	font-size: 1.36em;
	line-height: 1.45;
	font-weight: 500;
	max-width: 800px;
	margin: auto;
	letter-spacing: -0.04em;
}
#sec__intro h3.gf--nt span {
	display: inline-block;
}
#sec__intro h3.gf--nt span:last-of-type {
	display: block;
}
#sec__intro .sec__intro__btn {
    display: block;
	line-height: 1;
    border-radius: 0.7em;
	text-align: center;
    padding: 1.15em 2.3em 1.15em 0;
    margin: 1em auto 1.5em;
    background: #C42B77;
    background: url(../img/sec__intro__btn--bg.png) no-repeat 100% 100%, linear-gradient(180deg, #D25E96 0%, #D25E96 50%, #C42B77 50%, #C42B77 100%);
	/*
	background-size: 2.8em auto;
	*/
}
#sec__intro .sec__intro__btn img {
	height: 1.25em;
}
#sec__intro .sec__intro__link {
	font-size: 1.15em;
	font-weight: 600;
	letter-spacing: -0.05em;
	color: #001959;
	text-decoration: none;
}
#sec__intro .sec__intro__link span {
	display: inline-block;
	transform: scale(0.9,1);
	transform-origin: right;
	color: #001959;
}
#sec__intro .sec__intro__feebnr {
	background: #B91E6E;
	border-radius: 0.3em;
	padding: 0.5em;
	max-width: 600px;
	margin: auto;
	font-weight: 400;
}
#sec__intro .sec__intro__feebnr p {
	color: #FFF;
	text-align: center;
	font-size: 1.2em;
	line-height: 1;
	border-radius: 0.2em;
	border: 1px solid #FFF;
	margin: 0;
	padding: 0.85em 0 0.40em;
	letter-spacing: -0.15em;
}
#sec__intro p.txt--center {
	text-align: center;
	font-size: 0.75em;
	margin-top: 1em;
	letter-spacing: -0.05em;
}
#sec__intro .sec__intro__feebnr em {
	font-style: italic;
	display: inline-block;
	vertical-align: top;
	font-size: 0.8em;
	margin: -0.8em 0 0 0.1em;
	font-weight: 400;
	letter-spacing: -0.05em;
	position: relative;
}
#sec__intro .sec__intro__feebnr em strong {
	font-size: 2.6em;
	display: inline-block;
	font-style: italic;
	font-weight: 500;
	margin-right: 2px;
	margin-left: 4px;
}
#sec__intro .sec__intro__feebnr em span {
	font-style: italic;
	position: relative;
	bottom: 1px;
}
#sec__intro .tatooImg {
	max-width: 500px;
	margin: 1.9em auto 1.3em;
}
@media screen and (min-width : 768px) {
	#sec__intro {
		margin-top: 2em;
	}
	#sec__intro .sec__intro__feebnr p {
		letter-spacing: 0;
	}
}
#sec__intro .cmn__monitor {
	margin-top: 0.6em;
}
.menu {
	width: 70%;
	margin: 2.2em auto 2em;
}
.menu dt {
	background: #FBFBFB;
	padding: 0.6em 0;
	color: #0C172A;
	border: solid 1px #CFCFCF;
	font-size: 1.13em;
}
.menu dt::before {
	content: "";
	display: inline-block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-color: #0C172A transparent transparent transparent;
	border-width: 0.7em 0.6em 0 0.6em;
	margin: 0 0.2em 0.2em 0;
	vertical-align: middle;
}
.menu dt.open::before {
	border-color: transparent transparent #0C172A 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__heading {
	background: url(../img/sec__heading--bg.jpg) no-repeat 50% 0;
	background-size: auto 9.5em;
	padding: 0.6em 0;
	margin: 0 0 1.25em;
}
.sec__heading span {
	display: block;
	padding: 0.4em 0;
	background: rgba(255, 255, 255, 0.3);
}
.sec__heading img {
	width: 20em;
}
@media screen and (min-width : 768px) {
	.sec__heading {
		background-size: 100% auto;
		margin: 0 auto 20px;
	}
}
/* ================================================= */
.sec__tx__list {
	background: url(../img/cmn__ph.jpg) no-repeat 50% 100%;
	background-size: 100% auto;
	padding-bottom: 33.5%;
	margin-bottom: 26px;
}
.sec__tx__list li {
	border: 1px solid #AA8011;
	margin-bottom: 1em;
}
.sec__tx__list .sec__tx__heading {
	margin-bottom: 0 ;
	background: #D95291;
}
.sec__tx__list li dd {
	padding: 0.4em 3% 1.4em;
}
.sec__tx__list li dd p {
	letter-spacing: -0.015em;
}
.sec__tx__list a {
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	background: #B91E6E;
	position: relative;
	text-decoration: none;
	color: #FFF;
	font-weight: 400;
	letter-spacing: 0.1em;
	font-size: 1.06em;
	padding: 0.2em 12% 0.4em;
}
.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: #B91E6E transparent transparent transparent;
	border-width: 15px 20px 0 20px;
}
@media screen and (min-width : 600px) {
	.sec__tx__list {
		background: url(../img/cmn__ph.jpg) no-repeat 50% 100%;
		background-size: 500px auto;
		padding-bottom: 180px;
	}
}

/* -------------------------------------------------
	タトゥーのお悩みお気軽にご相談ください
------------------------------------------------- */
#sec__counselling h4 {
	background: url(../img/sec__counselling--bg.jpg) no-repeat calc(100% + 25px) 50%;
	background-size: auto 105%;
	padding: 2em 23% 1.8em 1.5%;
	line-height: 1.5;
	margin: 0 auto 0.3em;
}
#sec__counselling h4 strong {
	display: inline-block;
	color: #981229;
	font-size: 1.5em;
	font-weight: 600;
	letter-spacing: -0.02em;
}
#sec__counselling h4 span {
	display: block;
	margin-top: 1em;
	color: #885425;
}
.sec__counselling__list {
	text-align: left;
	margin-bottom: 0.5em;
}
.sec__counselling__list li {
	border: 1px solid #B30678;
	border-radius: 0.6em;
	padding: 0.1em 1% 0.4em 4.5%;
	width: 66.5%;
	max-width: 20em;
	margin: 0.35em 0;
	float: left;
	box-shadow: 0 0 0.1em 0.1em rgba(194, 196, 213, 0.5) inset;
}
.sec__counselling__list li:nth-of-type(odd) {
	float: right;
}
.sec__counselling__list li:nth-of-type(3) {
	width: 74%;
}
.sec__counselling__list li:nth-of-type(5) {
	width: 65%;
}
.sec__counselling__list li:nth-of-type(6) {
	width: 78%;
}
.sec__counselling__list li:nth-of-type(7) {
	width: 74.5%;
}
/* ================================================= */
.sec__counselling__list li img {
	height: 1.25em;
}
#sec__counselling .gf--nt.ta--center {
	color: #8C731E;
	font-weight: 500;
	margin: 0;
	font-size: 1.03em;
	letter-spacing: -0.05em;
	line-height: 1.7;
}
#sec__counselling .gf--nt.ta--center span {
	display: inline-block;
}
@media screen and (min-width : 768px) {
	#sec__counselling h4 {
		background: url(../img/sec__counselling--bg.jpg) no-repeat 105% 30%;
		background-size: auto 150%;
		padding: 2em 20% 2em 5%;

	}
	.sec__counselling__list {
		text-align: center;
		margin-bottom: 1.3em;
	}
	#sec__counselling li {
		width: 100%;
		max-width: 450px;
		text-align: center;
	}
	#sec__counselling .gf--nt.ta--center {
		max-width: calc(1000px - 20%);
		margin: 0 auto;
		padding: 0 10%;
	}
}
/* ================================================= */
.sec__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;
	margin: 0 auto 0px;
	counter-reset: counter-name;
}
.sec__reason__list li {
	margin: 12px 0;
	position: relative;
	padding: 0 0 0 58px;
	letter-spacing: -0.05em;
	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
}
/* ================================================= */
#sec__tx figure {
	max-width: 500px;
}
#sec__tx h4.gf--sm {
	background: #D95291;
	color: #FFF;
	font-size: 1.2em;
	font-weight: 500;
	letter-spacing: -0.08em;
	padding: 0.75em 0;
	margin: 1.5em auto 0.3em;
}
#sec__tx03 h4.gf--sm,
#sec__tx04 h4.gf--sm,
#sec__tx05 h4.gf--sm {
		background: #DA4F90;
	color: #FFF;
	font-size: 1.2em;
	font-weight: 500;
	padding: 0.8em 0;
	margin: 0.5em auto 0.3em;
}
@media screen and (min-width : 768px) {
	#sec__tx h4.gf--sm {
		margin-left: 10%;
		margin-right: 10%;
		letter-spacing: 0;
	}
	#sec__tx03 h4.gf--sm,
	#sec__tx04 h4.gf--sm,
	#sec__tx05 h4.gf--sm {
		margin-left: 10%;
		margin-right: 10%;
		letter-spacing: 0;
	}
}
.sec__tx__tbl {
	width: 100%;
	margin: 1em auto;
	font-size: 0.94em;
}

.sec__tx__tbl th,
.sec__tx__tbl td {
	text-align: justify;
	padding: 0.4em 0.5em;
	border: 1px solid #011639;
	line-height: 1.6;
}
.sec__tx__tbl th {
	background: #600F18;
	color: #FFF;
	border-bottom: 1px solid #fff;
	width: 15%;
	min-width: 4.1em;
	text-align: left;
}
.sec__tx__tbl tr:last-of-type th {
	border-bottom: 1px solid #331228;
}
@media screen and (min-width : 768px) {
	.sec__tx__tbl th,
	.sec__tx__tbl td {
		padding: 0.5em 1em;
	}
	.sec__tx__tbl th {
		width: 18%;
	}
}	
#sec__tx01 .inner {
	position: relative;
}
#sec__tx01 .inner .sec__color--pic {
	position: absolute;
	text-align: center;
	bottom: 3px;
	left: 0;
	width: 100%;
}
#sec__tx01 .inner .sec__color--pic img {
	height: 1.95em;
	margin-top: -5px;
}
/* ================================================= */
.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;
}
#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;
}
/* ================================================= */
#sec__tx01 .sec__tx01__ph {
	float:right;
	width: 8.8em;
	height: 15em;
	margin: -10px 0.3em 0;
	overflow-y: hidden;
}
#sec__tx01 h4:first-of-type {
	margin-top: 0;
}
#sec__tx01 .sec__tx__catch {
	margin: 10px 0 10px;
	float: left;
}
#sec__tx01 .sec__tx__catch li:first-of-type {
	display: block;
}
@media screen and (min-width : 600px) {
	#sec__tx01 .sec__tx__catch li:first-of-type {
		display: inline-block;
	}
	#sec__tx01 .sec__tx01__ph {
		width: 150px;
		height: 250px;
		margin: -10px calc(50% - 15em) 0 0;
	}
	#sec__tx01 .sec__tx__catch {
		margin: 60px auto 0;
		width: 28em;
		float: none;
		text-align: left;
	}
	#sec__tx01 .sec__tx__catch li {
		text-align: center;
	}
	#sec__tx .sec__tx__ev p.gf--nt {
		padding: 0 0 0.7em;
	}
	#sec__tx01 .inner .sec__color--pic {
		bottom: 20px;
	}
}
#sec__tx01 .inner:nth-of-type(3) figure.fg--m img {
	margin-bottom: 2%;
}

#sec__tx .sec__tx__ev {
	background: url(../img/sec__tx__ev--bg.jpg) no-repeat, url(../img/sec__tx__ev--arw.jpg) no-repeat;
	background-position: calc(100% + 2.5em) calc(0% - 1em), 50% 100%;
	background-size: auto 12em,  6em auto;
	padding: 1.3em 3% 5em;
	margin-bottom: 1.5em;
	overflow-x: hidden;
}
#sec__tx .sec__tx__ev p {
	font-size: 1.4em;
	color: #B50F18;
	line-height: 1.5;
}
#sec__tx .sec__tx__ev p.gf--nt {
	color: #001859;
	font-size: 1.62em;
	padding: 0 25% 0 0;
}
#sec__tx .sec__tx__ev p.gf--nt span {
	display: inline-block;
	font-weight: 600;
	letter-spacing: -0.05em;
}
#sec__tx .sec__tx__ev figure {
	width: 18em;
	margin: 1em auto 1em;
}
@media screen and (min-width : 768px) {
	#sec__tx .sec__tx__ev p.gf--nt {
		padding: 0 0 0;
	}
	#sec__tx .sec__tx__ev {
		max-width: 1000px;
		margin: 0 auto 30px;
		background: url(../img/sec__tx__ev--bg.jpg) no-repeat, url(../img/sec__tx__ev--arw.jpg) no-repeat;
		background-position: 100% calc(0% - 1em), 50% 100%;
		background-size: auto 10em,  6em auto;
		padding: 1em 0 5em;
	}
}

#sec__tx02 {
	background: url(../img/cmn__ph2.jpg) no-repeat 50% 100%,url(../img/cmn__ph1.jpg) no-repeat 50% 97.09%;
	background-size: 100% auto,100% auto;
	padding-bottom: 76.3%;
	margin-bottom: 0;
}
@media screen and (min-width : 600px) {
	#sec__tx02 {
		background: url(../img/cmn__ph2.jpg) no-repeat left 100%,url(../img/cmn__ph1.jpg) no-repeat right 100%;
		background-size: 50% auto,50% auto;
		padding-bottom: 11em;
		margin-bottom: 0;
	}
}
#sec__tx02 .sec__tx__catch {
	margin: 0.9em auto 0;
}
#sec__tx02 .sec__tx__catch li {
	margin: 0 0.15em;
	font-size: 1.2em;
}
#sec__tx02 .sec__tx__catch li span {
	width: 5.6em;
	padding: 1.8em 0 2.0em;
}
#sec__tx02 .ta--center img {
    height: 2em;
}
#sec__tx02 .inner:first-of-type .fg--m2 {
	margin-top: -10px;
}
#sec__tx02 .fg {
	width: 95%;
}
#sec__tx02 .fg img {
	width: 47%;
	margin: 1%;
}
#sec__tx02 .tatooImg:nth-child(1) {
	max-width: 500px;
	margin: 1.9em auto 0;
}
#sec__tx02 .tatooImg:nth-child(2) {
	max-width: 500px;
	margin: 0 auto 1.3em;
}

#sec__tx02 .mb30,
#sec__tx03 .mb30,
#sec__tx04 .mb30 {
		margin-bottom: 3em;
}
#sec__tx03 .mb20 {
	margin-bottom: 2em;
}
.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;}



/* -------------------------------------------------
	キービジュアル
------------------------------------------------- */
.sec__mv {
	background-image: url(../img/sec__mv--bg01.jpg), url(../img/sec__mv--bg02.jpg);
	background-size: auto 12em, auto 14em;
	background-position: calc(0% - 1.5em) calc(0% - 2.8em), calc(100% + 2em) calc(0% - 3em);
	background-repeat: no-repeat, no-repeat;
	box-shadow: 0px -9em 0.2em 0.2em rgb(255 255 255 / 90%) inset;
	padding-bottom: 13%;
}
.sec__mv p {
	text-align: center;
	line-height: 1;
	margin: 0;
}
.sec__mv h2 {
	padding: 2% 0.5% 2% 3%;
}
.sec__mv h2 strong {
	display: block;
	margin-bottom: 2.5%;
	text-align: right;
}
.sec__mv h2 span {
	display: block;
}
.sec__mv h2 strong img {
	height: 4.2em;
}
.sec__mv h2 span img {
	height: 2.8em;
}
.sec__mv--catch img {
	height: 2.3em;
	margin-bottom: 10px;
}
.sec__mv--pic {
	padding-top: 0.3em;
}
.sec__mv--pic img {
	height: 2em;
}
@media screen and (min-width : 768px) {
	.sec__mv {
		position: relative;
		background-size: auto 87%, auto 92%;
		background-image: url(../img/sec__mv--bg01.jpg), url(../img/sec__mv--bg02.jpg);
		background-position: 10% 0, 96% 20px;
		background-repeat: no-repeat, no-repeat;
		box-shadow: 0px -0.2em 0.2em 0.2em rgb(255 255 255 / 90%) inset;
		padding-bottom: 3%;
	}
	.sec__mv h2 {
		padding: 5% 8%;
	}
	.sec__mv h2 strong {
		text-align: left;
	}
	.sec__mv h2 span {
		text-align: right;
		margin-right: 7%;
	}
	.sec__mv--catch {
		position: absolute;
	}
	.sec__mv--catch:nth-of-type(1) {
		right: 8%;
		top: 5%;
	}
	.sec__mv--catch:nth-of-type(2) {
		left: 8%;
	}
	.sec__mv--catch img {
		height: 5.5vw;
		max-height: 48px;
	}
	.sec__mv--pic {
		float: right;
	}
	.sec__mv--pic img {
		height: 4.2vw;
		max-height: 38px;
	}
}
@media screen and (min-width : 1000px) {
	.sec__mv {
	padding: 20px 100px;
    width: 800px;
	}
}

/* -------------------------------------------------
	治療の流れ
------------------------------------------------- */
#sec__flow .sec__flow__chart .sec__flow__chart__cont {
	position: relative;
	margin-bottom: 0.5em;
}
#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: #C3A779 transparent transparent transparent;
	border-width: 26px 26px 0 26px;
}
#sec__flow .sec__flow__chart .sec__flow__chart__cont:last-of-type::after {
	display: none;
}
#sec__flow .sec__flow__chart dl {
	margin-bottom: 0.8em;
}
#sec__flow .paybox {
	margin: 0.65em auto 1em;
}
#sec__flow .paybox dt {
	font-size: 1.1em;
	padding: 0.35em 0 0.3em;
}
#sec__flow .sec__flow__chart__step {
	font-size: 1.3em;
	color: #FFF;
	background: #C42B77;
	padding: 0.5em 0 0.5em 1.2em;
	line-height: 1.3;
	position: relative;
}
#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__flow .sec__flow__chart__step img {
	width: auto;
	height: 14px;
}
#sec__flow .sec__flow__chart figure img {
	width: 60%;
	max-width: 400px;
}
@media screen and (min-width : 768px) {
	#sec__flow .sec__flow__chart__step {
		margin: 0 10%;
	}
	#sec__flow .sec__flow__chart figure {
		float: left;
		width: 30%;
		margin: 0.3em 3% 15px 0;
	}
	#sec__flow .sec__flow__chart figure img {
		width: 100%;
		max-width: 100%;
	}
	#sec__flow .sec__flow__chart dd {
		padding: 0.5em 10% 0;
	}
	#sec__flow .sec__flow__chart dd dd {
		padding-left: 12px;
		padding-right: 12px;
	}
	#sec__flow .sec__flow__chart p {
		margin-left: 33%;
	}
	#sec__flow .paybox {
		clear: both;
	}
	#sec__flow .paybox dd p {
		margin: 0;
	}
}

/* -------------------------------------------------
	治療費
------------------------------------------------- */
#sec__fee .sec__fee__catch li {
	background: #F8F6F4;
	width: 49%;
	color: #D61D42;
	border-radius: 0.2em;
	line-height: 1.3;
	padding: 0.6em 0;
	margin-bottom: 0.8em;
	font-weight: 500;
}
#sec__fee .sec__fee__catch li:nth-child(odd) {
	float: left;
}
#sec__fee .sec__fee__catch li:nth-child(even) {
	float: right;
}
#sec__fee .sec__fee__catch li span {
	display: block;
	font-size: 1.65em;
}
#sec__fee .sec__fee__tbl {
	width: 100%;
	margin: 0 auto 1em;
}
#sec__fee .sec__fee__tbl caption {
	color: #B9095C;
	font-size: 1.12em;
	text-align: left;
}
#sec__fee .sec__fee__tbl caption::before {
	content: "●";
	display: inline-block;
	font-size: 0.8em;
	vertical-align: top;
	margin: 0.1em 0.2em 0.6em 2.5%;
	position: relative;
	top: 0.2em;
}
#sec__fee .sec__fee__tbl th,
#sec__fee .sec__fee__tbl td {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	line-height: 1.5;
	font-weight: normal;
	vertical-align: middle;
}
#sec__fee .sec__fee__tbl th {
	text-align: left;
	padding: 0.5em 0 0.5em 2.5%;
	font-size: 1.06em;
}
#sec__fee .sec__fee__tbl td {
	width: 21%;
	font-size: 1.25em;
	font-weight: 400;
	text-align: right;
	border-left: 1px solid #999;
	padding: 10px 2% 10px 0;
	letter-spacing: -0.02em;
}
#sec__fee .sec__fee__tbl th span {
	font-size: 0.7em;
	vertical-align: top;
	display: inline-block;
	margin: 0.45em 0 0 0.2em;
}
#sec__fee .sec__fee__tbl td span {
	font-size: 0.6em;
}
#sec__fee .sec__fee__tbl th sup {
	display: inline;
	font-size: 0.4em;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
@media screen and (min-width : 768px) {
	#sec__fee .sec__fee__tbl {
		width: 80%;
	}
}

#sec__fee .sec__fee__loan dt {
	background: #E45C9C;
	padding: 5px 0;
	border-radius: 1em;
	font-size: 1.1em;
	line-height: 1.3;
	color: #FFF;
	margin: 1.5em 0 0.5em;
}

/* -------------------------------------------------
	よくある質問
------------------------------------------------- */
#sec__faq .sec__faq__list {
	margin: 1em 0;
	text-align: left;
	border-bottom: 2px solid #A6A6A6;
	padding-bottom: 1.2em;
}
#sec__faq .sec__faq__list dt {
	background: url(../img/sec__faq__list--icon.png) no-repeat 10px 0.55em #C74182;
	background-size: 23px auto;
	color: #fff;
	position: relative;
	padding: 0.5em 2em 0.5em 2.4em;
	margin: 1em 0 0;
	cursor: pointer;
	line-height: 1.5;
	border-radius: 2px;
}
#sec__faq .sec__faq__list dt strong {
	display: block;
}
#sec__faq .sec__faq__list dt span {
	display: inline-block;
}
#sec__faq .sec__faq__list dt::before,
#sec__faq .sec__faq__list dt strong::before,
#sec__faq .sec__faq__list dt strong::after {
	display: block;
	content: "";
	position: absolute;
}
#sec__faq .sec__faq__list dt::before {
	border-radius: 50%;
	background: #fff;
	width: 22px;
	height: 22px;
	right: 2%;
	top: 0.5em;
}
#sec__faq .sec__faq__list dt strong::before,
#sec__faq .sec__faq__list dt strong::after {
	background: #981229;
	width: 14px;
	height: 2px;
	right: calc(2% + 4px);
	top: calc(0.5em + 10px);
}
#sec__faq .sec__faq__list dt strong::after {
	transform: rotate(90deg);
}
#sec__faq .sec__faq__list dt.close strong::after {
	display: none;
}
#sec__faq .sec__faq__list dd {
	padding: 10px 1% 5px;
}
#sec__faq .sec__faq__list dd p {
	margin: 0;
}

/* -------------------------------------------------
	クリニック案内
------------------------------------------------- */
#sec__info {
	background: url(../img/cmn__ph2.jpg) no-repeat 50% 100%,url(../img/cmn__ph1.jpg) no-repeat 50% 95.0%;
	background-size: 100% auto,100% auto;
	padding-bottom: 70%;
	margin-bottom: 0;
}
@media screen and (min-width : 600px) {
	#sec__info {
		background: url(../img/cmn__ph2.jpg) no-repeat left 100%,url(../img/cmn__ph1.jpg) no-repeat right 100%;
		background-size: 50% auto,50% auto;
		padding-bottom: 10em;
		margin-bottom: 0;
	}
}
#sec__info h3 {
	margin-bottom: 0;
}
#sec__info .inner.slideImg {
	padding-left: 5.5%;
	padding-right: 5.5%;
}
/*
#sec__info .inner.slideImg .sec__tx__crsl .slick-list {
	margin: 0 35px !important;
}
*/

#sec__info .sec__info__lead {
	background: url(../img/sec__info__lead--bg.jpg) no-repeat 93% 30% #ECE8E5;
	background-size: auto 105%;
	color: #C42B77;
	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%;
	}
}
#sec__info h4 {
	background: #C74182;
	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__dr p {
		float: left;
    	margin: 0 2em 1em 0;
	}
}
#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: #C6AC71;
	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 #C7AC71;
	border-width: 0.4em 0 0.4em 0.6em;
}
/* ================================================= */
#sec__info .ta--center {
	margin-bottom: 1.5em;
	font-size: 0.97em;
}
#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%;
}

/* -------------------------------------------------
	リンクバナー
------------------------------------------------- */
.cmn {
	margin: 1.4em auto 3.5em;
}
.cmn img {
	width: auto;
}
.cmn__monitor {
	margin: 1em auto;
	text-align: center;
}
.cmn__monitor img {
	width: auto;
	height: 1.2em;
}
.cmn__info {
	position: relative;
	height: 100%;
	padding: 1.6em 0 3.4em;
}
.cmn__info::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	background: url(../img/cmn__info--bg.png) no-repeat 103% 5%;
	background-size: auto 146%;
	height: 100%;
	left: 0;
	top: 0;
}
.cmn__info .cmn__info__txt {
	padding: 0 4em 0.55em 0;
	margin: 0 0 0.4em;
	line-height: 2;
	text-align: center;
}
.cmn__info .cmn__info__txt img {
	height: 1.3em;
	margin: 0 2px;
}
.cmn__info .cmn__info__idt {
	background: #C42B77;
	background: linear-gradient(180deg, #D25E96 0%, #D25E96 50%, #C42B77 50%, #C42B77 100%);
	padding: 8px 2em 10px 0;
	margin: 0 2em 0 0;
	text-align: center;
}
.cmn__info .cmn__info__idt img {
	height: 1.3em;
}
/* ================================================= */
.cmn__contact {
	background: #F6F1E6;
	padding: 1em 0 0.85em;
	text-align: center;
	color: #876235; 
	font-weight: 500;
	margin-bottom: 1.2em;
	overflow-x: hidden;
}
.cmn__contact .cmn__contact__txt {
	margin: 0 auto 0.6em;
	padding: 0;
	line-height: 1.3;
	font-size: 1.2em;
	letter-spacing: -0.05em;
	text-align: center;
}
.cmn__contact .cmn__contact__txt span {
	display: inline-block;
	margin: 0 -0.5em 0 0;
}
.cmn__contact .cmn__contact__tel {
	margin: 0 auto 0.6em;
	text-align: center;
	font-size: 1.06em;
}
.cmn__contact .cmn__contact__tel strong {
	display: block;
}
.cmn__contact .cmn__contact__tel img {
	height: 2em;
	margin: 5px 0 6px;
}
.cmn__contact .cmn__contact__btn li {
	display: block;
	width: 49%;
	margin: 12px 0;
	margin-top: 0px;
}
.cmn__contact .cmn__contact__btn li:nth-child(1) {
	float: left;
}
.cmn__contact .cmn__contact__btn li:nth-child(2) {
	float: right;
}
.cmn__contact .cmn__contact__btn li a {
	display: block;
	border-radius: 2px;
	padding: 0.4em 0;
	text-decoration: none;
	color: #FFF;
	font-size: 1.4em;
	background: rgb(168,131,87);
	background : linear-gradient(0deg, rgba(148, 103, 49, 0.8) 12.6%, rgba(140, 101, 46, 0.8) 26.21%, rgba(162, 125, 65, 0.8) 69.19%, rgba(177, 141, 77, 0.8) 94%, rgba(219, 187, 138, 0.8) 96%, rgba(202, 169, 114, 0.8) 96.44%, rgba(177, 141, 77, 0.8) 97%, rgba(118, 81, 34, 0.8) 100%);
	line-height: 1.3;
}
/* ================================================= */
.cmn__contact .cmn__contact__btn li span {
	display: block;
	font-size: 0.65em;
	margin-bottom: 0;
}
.cmn__contact .cmn__contact__btn li:nth-child(3) {
	clear: both;
	width: 100%;
	display: none;/*LINE追加後削除*/
}
.cmn__contact .cmn__contact__btn li:nth-child(3) a {
	background: rgb(34,163,25);
	background: linear-gradient(180deg, rgba(83,186,78,1) 0%, rgba(83,186,78,1) 50%, rgba(34,163,25,1) 50%, rgba(34,163,25,1) 100%);
	font-size: 1.25em;
	padding: 10px 0 7px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	letter-spacing: -0.02em;
}
.cmn__contact .cmn__contact__btn li:nth-child(3) a::before {
	content: "";
	display: inline-block;
	width: 2em;
	height: 2em;
	background: url(../img/cmn__contact__line.png) no-repeat;
	background-size: 100% auto;
	vertical-align: middle;
	margin-right: 5px;
}
.cmn__txt {
	line-height: 1.6;
	font-size: 0.97em;
	padding: 0 1.5%;
	text-align: center;
}
.cmn__txt span {
	display: inline-block;
}
@media screen and (min-width : 600px) {
	.cmn__monitor img {
		width: auto;
		height: 1.2em;
	}
}
@media screen and (min-width : 768px) {
	.cmn__info {
		height: calc(230px - 3em);
		padding: 3em 0 0;
	}
	.cmn__info::after {
		background: url(../img/cmn__info--bg.png) no-repeat 100% 0;
		background-size: 280px auto;
		height: 230px;
	}
}

/* -------------------------------------------------
	お支払い方法について（クレジットカード）
------------------------------------------------- */
.paybox {
	margin: 1em auto 1.2em;
	max-width: 600px;
	padding-left: 1%;
	padding-right: 1%;
}
.paybox dt {
	background: #C6A27C;
	border-radius: 8px 8px 0 0;
	padding: 0.45em 0 0.4em;
	color: #fff;
	font-size: 0.9em;
}
.paybox dt.feeblock {
	background: #C6A27C;
	border-radius: 8px 8px 0 0;
	padding: 0.6em 0 0.6em;
	color: #fff;
	font-size: 1.13em;
}
.paybox dd {
	text-align: left;
	padding: 0.5em 12px;
	border-radius: 0 0 8px 8px;
	border: 1px solid #C6A37C;
	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 p {
	/*
	font-size: 0.9em;
	margin: 0.2em 0 0;
	*/
}
.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;
}
#sec__fee .loan {
	color: #fff;
	background-color: #C6A37C;
	font-size: 1.06em;
	border-radius: 1.2em;
	padding: 0.58em 0 0.48em;
	margin-bottom: 0.5em;
}
@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;
	}
}

/* -------------------------------------------------
	COMMON
------------------------------------------------- */
.mb0 {margin-bottom: 0 !important;}
.mt0 {margin-top: 0 !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;
}