@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,dl,table {
	line-height: 1.6;
}
p {
	margin-bottom: 0.5em;
	text-align: justify;
}


/* ------------------------------------------------------------
	Layout
------------------------------------------------------------ */
body {
	font-size: 0.16rem;
}
.header {
	top: 0;
	width: 100%;
	left: 0;
	z-index: 100;
}
.header h1,
.header p {
	display: none;
}
.header__clinic img {
	width: auto;
}
.header .header__nav__menu {
	width: 100%;
}
.header .header__nav__menu li a {
	display: block;
	width: auto;
	color: #fff;
	text-decoration: none;
}
.footer {
	margin-top: 3em;
}
.footer small {
	display: block;
	color: #fff;
	background: #CEBDAD;
	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(175,175,175,0.1);
	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 #E1DAD1;
}


@media screen and (max-width : 767px) {
body {
	padding: 2.3em 0 4em;
}
.header__clinic {
	background: #CDC0AD;
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 100;
}
.header__clinic a {
	height: 2.3em;
	display: flex;
    align-items: center;
	justify-content: center;
}
.header__clinic img {
	height: 1.9em;
}
.header__clinic img:nth-of-type(2) {
	height: 0.9em;
	margin-left: 0.5em;
}

.header .header__nav__btn {
	position: fixed;
	right: 0;
	bottom: 0;
	background: #CDC0AD;
	display: block;
	font-size: 1em;
	width: 25%;
	height: 3.15em;
	padding-bottom: 0.35em;
	border: none;
	cursor: pointer;
	color: #fff;
	outline: none;
	z-index: 100;
}
.header .header__nav__btn span img {
	width: auto;
	height: 0.7em;
}
.header .header__nav__btn span {
	height: 100%;
	display: flex;
    justify-content: center;
    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.6em;
	height: 1.5px;
	background: #fff;
	left: calc(50% - 0.8em);
}
.header .header__nav__btn::before {top: 0.6em;}
.header .header__nav__btn::after {top: 1.05em;}
.header .header__nav__btn span::before {top: 1.5em;}
.header .active::before {
	transform: rotate(45deg);
	top: 1.05em;
}
.header .active::after {
	transform: rotate(-45deg);
	top: 1.05em;
}
.header .active span::before {
	display: none;
}
.header .header__nav__menu {
	display: none;
	background: rgba(205,192,173,0.9);
	position: fixed;
	left: 0;
	bottom: 3.15em;
	text-align:  left;
	z-index: 200;
}
.header .header__nav__menu li a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	padding: 0.8em 5%;
	cursor: pointer;
	letter-spacing: 0;
}
.header .header__nav__menu li:last-of-type a {
	border-bottom: none;
}

.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 a {
	background: #CDC0AD;
	height: 3.15em;
	display: flex;
	outline: none;
	background-size: auto 78%;
	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);
}
.inner {
	padding-left: 3%;
	padding-right: 3%;
}
}

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

@media screen and (min-width : 768px) {
.header--pcfix {
	z-index: 1000;
	background: #CDC0AD;
	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;
}
.header h1,
.header p {
	display: block;
}
.header__clinic {
	margin: 0 0 0 1%;
	float: left;
	width: auto;
	background-size: auto 100%;
	text-align: left;
	display: flex;
	align-items: center;
	height: 2.2em;
}
.header__clinic img {
	height: min(6vw, 2.6em);
	vertical-align: middle;
}
.header__clinic img:nth-of-type(2) {
	height: 1em;
	margin-left: 0.5em;
}
.contact li a {
	text-decoration: none;
	color: #fff;
	float: right;
}
.contact li.contact__mail a,
.contact li.contact__reserve a {
	display: block;
	margin: 0 0.3%;
	padding: 0.5em 0.7%;
	font-size: 12pt;
	border-radius: 3px;
	background: #AA9B79;
}
.contact li.contact__line {
	display: none;
}
.contact li.contact__tel {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 2.2em;
}
.contact li.contact__tel a {
	width: 2em;
	margin-right: 2%;
	font-family: sans-serif;
	font-weight: bold;
	background: url("../img/header__tel__icon.png") no-repeat 0 50%;
	background-size: auto 70%;
	text-indent: -9999px;
}

.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: 12.5%;}
.header .header__nav__menu li:nth-child(2) { width: 18.5%;}
.header .header__nav__menu li:nth-child(3) { width: 11%;}
.header .header__nav__menu li:nth-child(4) { width: 12.5%;}
.header .header__nav__menu li:nth-child(5) { width: 12.5%;}
.header .header__nav__menu li:nth-child(6) { width: 8%;}
.header .header__nav__menu li:nth-child(7) { width: 12.5%;}
.header .header__nav__menu li:nth-child(8) { width: 12.5%;}
.header .header__nav__menu li a {
	font-size: min(1.6vw,0.8em);
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	margin-left: -1px;
	padding: 0.8em 1%;
}
.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;
}

.wrap {
	max-width: 1000px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.inner {
	padding-left: 5%;
	padding-right: 5%;
}
}

@media screen and (min-width : 1000px) {
.header__clinic {
	margin-left: 0;
}
.contact li.contact__reserve a {
	margin-right: 0;
}
.contact li.contact__tel a {
	width: auto;
	padding-left: 1.5em;
	background: url("../img/header__tel__icon.png") no-repeat 0 50%;
	background-size: auto 50%;
	text-indent: 0;
	font-size: 1.3em;
}
.header .header__nav__menu {
	width: calc(100% - 2px);
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
}

/* ------------------------------------------------------------
	General
------------------------------------------------------------ */
.cv {
	margin: 0.3em auto 4em;
}
.cv img {
	width: auto;
}
.cv p {
	text-align: center;
	line-height: 1;
}
.cv .cv__info {
	position: relative;
	height: 100%;
	padding: 2.6em 0 3.5em;
}
.cv .cv__info img {
	height: 1.25em;
}
.cv .cv__info::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	background: url(../img/cv__info--bg.png) no-repeat calc(100% + 4em) calc(100% + 0.5em);
	background-size: auto 11.6em;
	height: 100%;
	left: 0;
	top: 0;
}
.cv .cv__info .cv__info__txt {
	padding: 0 5em 0 0;
	margin: 0 0 1.1em;
}
.cv .cv__info .cv__info__txt img {
	height: 1.1em;
}
.cv .cv__info .cv__info__txt span {
	display: block;
	margin: 0 0 0.8em;
}
.cv .cv__info .cv__info__idt {
	background: #D2AF8A;
	background: linear-gradient(180deg, #D7CBBD 0%, #D7CBBD 50%, #CABCA9 50%, #CABCA9 100%);
	padding: 0.65em 2.5em 0.75em 0;
	margin: 0 2.5em 0 0;
}
.cv .cv__contact {
	background: #F4F0E7;
	padding: 1em 0 1.5em;
	color: #85623F; 
	font-weight: 500;
	margin-bottom: 1em;
	overflow-x: hidden;
}
.cv .cv__contact .cv__contact__txt {
	margin: 0 auto 0.8em;
	padding: 0;
	line-height: 1.4;
	font-size: 1.2em;
}
.cv .cv__contact .cv__contact__tel {
	line-height: 1.3;
}
.cv .cv__contact .cv__contact__tel strong {
	display: block;
}
.cv .cv__contact .cv__contact__tel img {
	height: 2em;
	margin: 0 0 0.6em;
}
.cv .cv__contact .cv__contact__btn {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	width: 94%;
	margin: 1em auto 0;
}
.cv .cv__contact .cv__contact__btn li {
	width: 49.2%;
	line-height: 1.4;
}
.cv .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.42em;
	background: #C9B591;
	background : linear-gradient(0deg, rgba(147, 103, 49, .6) 12.6%, rgba(139, 101, 46, .6) 26.21%, rgba(162, 125, 65, .6) 70.18%, rgba(176, 140, 77, .6) 94%, rgba(218, 186, 137, .6) 96%, rgba(201, 168, 113, .6) 96.44%, rgba(176, 140, 77, .6) 97%, rgba(118, 81, 34, .6) 100%);


}
.cv .cv__contact .cv__contact__btn li span {
	display: block;
	font-size: 0.68em;
}
.cmn {
	margin: 2em auto 0;
	width: min(100%, 550px) !important;
}


@media screen and (min-width : 600px) {
.cv .cv__info {
	padding: 3.2em 0 3.5em;
}
.cv .cv__info::after {
	background: url(../img/cv__info--bg.png) no-repeat calc(100% + 3em) calc(100% + 0.5em);
	background-size: auto 11.5em;
}
.cv .cv__info .cv__info__txt {
	padding-right: 2.5em;
}
.cv .cv__info .cv__info__idt {
	padding-right: 0;
}
}


@media screen and (min-width : 768px) {
.cv .cv__info {
	padding: 3.2em 0 4em;
}
.cv .cv__info::after {
	background-position: 100% 100%;
}
.cv .cv__info .cv__info__idt {
	padding: 0.7em 0 0.7em 3em;
	margin-right: 5.5em;
}
.cv .cv__contact .cv__contact__btn {
	width: 80%;
	max-width: 800px;
}
}

.slick-arrow {
	position: absolute;
	font-size: 1em;
	line-height: 1.6;
	text-indent: -9999px;
	display: block;
	border-radius: 50%;
	outline: none;
	border: none;
	cursor: pointer;
	z-index: 10;
	width: 1.6em;
	height: 1.6em;
	padding: 0;
	top: calc(50% - 0.8em);
	letter-spacing: 0;
}
.slick-arrow::after {
	position: absolute;
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
}
.slick-arrow::after {
	top: calc(50% - 0.5em);
}
.slick-prev::after {
	left: calc(50% - 0.45em);
	border-width: 0.5em 0.8em 0.5em 0;
}
.slick-next::after {
	right: calc(50% - 0.45em);
	border-width: 0.5em 0 0.5em 0.8em;
}

.sec {
	margin-bottom: 3em;
}
.sec img {
	width: auto;
}
.sec p {
	margin-bottom: 0.5em;
	text-align: justify;
	line-height: 1.6;
}
.sec figure {
	margin: .6em auto;
}
.sec h3 {
	background: #CEBDAD;
	color: #FFF;
	padding: 0.6em 0 0.7em;
	font-size: 1.45em;
	margin: 0 0 0.7em;
}
.sec h3 span {
	display: block;
	margin-bottom: 0.55em;
}
.sec h3 span img {
	height: 1.025em;
}
.sec .txtlink {
	text-align: right;
	margin: .5em 0 1em;
}
.sec .txtlink a {
	text-decoration: none;
	color: #603813;
}
.sec .txtlink a::after {
	content: "＞＞";
	display: inline-block;
	letter-spacing: -.2em;
	transform: scale(.8, 1);
}

.sec .sec__box {
	margin: 1em auto;
	width: min(95%, 500px);
}
.sec .sec__box:nth-of-type(2) {
	margin-bottom: 3em;
}
.sec .sec__box dt {
	background: #D4C5B6;
	color: #FFF;
	font-size: 1.2em;
	padding: 0.2em 0;
	border-radius: 0.5em 0.5em 0 0;
}
.sec .sec__box dd {
	border: 1px solid #D4C5B6;
	border-top: none;
	border-radius: 0 0 0.5em 0.5em;
	padding: 0.5em 3%;
	line-height: 1.6;
	font-size: 0.95em;
	text-align: left;
}
.sec .sec__box dd li {
	display: inline;
	margin: 0 0.5em 0 0;
}
.sec .sec__box dd li::before {
	content: "";
	display: inline-block;
	width: 0.7em;
	height: 0.7em;
	border-radius: 50%;
	background: #C2AD98;
	vertical-align: text-top;
	margin:  0.15em 0.2em 0 0;
}
.sec .sec__box dd li:last-of-type {
	display: block;
	margin-top: -1em;
}
.sec .sec__box dd li span {
	font-size: 0.93em;
	letter-spacing: -0.04em;
}
.sec .sec__box .credit img {
	height: 2em;
	margin: 0.3em 0;
}
.sec .sec__price__tbl {
	width: 100%;
	margin: 1em auto .6em;
}
.sec .sec__price__tbl caption {
	text-align: right;
	font-size: .8em;
	margin-top: -2em;
}
.sec .sec__price__tbl th,
.sec .sec__price__tbl td {
	vertical-align: middle;
	border-top: 1px solid #DCD0C3;
	border-bottom: 1px solid #DCD0C3;
	padding: .6em 2%;
	background: #FCFBF9;
}
.sec .sec__price__tbl th {
	text-align: left;
	color: #876239;
	padding-right: 0;
}
.sec .sec__price__tbl th span {
	display: inline-block;
	font-size: .8em;
	margin: 0 -.5em;
	letter-spacing: -.07em;
}
.sec .sec__price__tbl td {
	text-align: right;
	color: #931111;
	font-size: .8em;
	border-left: 1px solid #DCD0C3;
	width: 31%;
	padding-left: 0;
}
.sec .sec__price__tbl td span {
	font-size: 1.8em;
	letter-spacing: -.03em;
}

.sec .dr {
	position: relative;
	padding-top: 5em;
	margin: 0 auto 1em;
}
.sec .dr .gf--sm {
	text-align: left;
	font-size: 1.3em;
	color: #931111;
	line-height: 1.6;
	letter-spacing: -.05em;
}
.sec .dr figure > img {
	position: absolute;
	width: 14em;
	top: 0;
	right: -4em;
	z-index: -1;
}
.sec .dr figcaption {
	text-align: right;
	margin-top: 1.5em;
}
.sec .dr figcaption img {
	height: 1.7em;
}

.sec__first .monitor {
	margin: 1em auto;
	width: min(95%,600px);
}
.sec__first .monitor dt {
	padding: .7em 0;
	line-height: 1;
	margin: 0 auto -1.3em;
	width: min(80%,500px);
	border-radius: 2em;
	background : linear-gradient(0deg, #A4956D 0%, #E5CD9A 50%, #A1926B 100%);
	position: relative;
	z-index: 1;
}
.sec__first .monitor dt img {
	height: 1em;
}
.sec__first .monitor dd {
	border: 2px solid #C1B09A;
	border-radius: .5em;
	padding: 2em 3% .3em;
}
.sec__first .monitor dd .gf--sm {
	text-align: left;
	margin: 0 auto .5em;
	color: #b78a58;
	width: min(85%,350px);
	line-height: 1.8;
}
.sec__first .monitor dd .gf--sm tr {
	background-image: linear-gradient(to right, #b78a58, #b78a58 .15em, transparent .1em, transparent .2em);
	background-repeat: repeat-x;
	background-position: left 50%;
	background-size: .4em .15em;
}
.sec__first .monitor dd .gf--sm span {
	display: inline-block;
	background: #FFF;
	padding: 0 .2em;
}
.sec__first .monitor dd .gf--sm td {
	font-size: 1.3em;
	color: #931111;
	letter-spacing: -.02em;
	text-align: right;
}
.sec__first .monitor dd .gf--sm td span span {
	font-size: .7em;
	margin-left: -.1em;
	background: none;
}
.sec__first .monitor dd p {
	font-size: .85em;
}
.sec__first .txtlink {
	text-align: center;
}

.sec__first .caseph {
	margin: 1.5em auto .5em;
	position: relative;
}
.sec__first .caseph figure {
	margin: 0 .3em;
}
.sec__first .caseph figure img {
	display: inline;
	width: 50%;
}
.sec__first .caseph::before,
.sec__first .caseph::after {
	content: "";
	display: block;
	width: 15%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 10;
}
.sec__first .caseph::before {
	left: 0;
	background: linear-gradient(-90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 40%, rgba(255, 255, 255, .8) 90%);
}
.sec__first .caseph::after {
	right: 0;
	background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 40%, rgba(255, 255, 255, .8) 90%);
}

.sec__first .pnl {
	width: min(80%, 600px);
	margin: 2em auto 3em;
}
.sec__first .pnl dt {
	font-size: 1.1em;
	color: #717171;
	background: #F3F0EC;
	padding:  0.7em 0;
}
.sec__first .pnl dt::before {
	content: "";
    display: inline-block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-color: #707070 transparent transparent transparent;
    border-width: 0.8em 0.6em 0 0.6em;
    margin: 0 0.3em 0.1em 0;
    vertical-align: middle;
}
.sec__first .pnl dt.open::before {
	border-color: transparent transparent #707070 transparent;
	border-width: 0 0.6em 0.8em 0.6em;
	margin: 0 0.3em 0.2em 0;
}
.sec__first .pnl dd {
	padding: 0 5% 1em;
	text-align: left;
	background: #FCFBFA;
}
.sec__first .pnl li a {
	display: block;
	text-decoration: none;
	border-bottom: 1px dashed #4D4D4D;
	padding: 0.5em 3%;
}
.sec__first .pnl li a::before {
	content: "・";
}

.sec__first h4 {
	color: #931111;
}
.sec__first .inner h4 {
	text-align: left;
	margin: 1.5em 0 .3em;
	font-size: 1.15em;
}
.sec__first h4.gf--nt + figure {
	width: 75%;
}
.sec__first ol {
	color: #c9a47b;
	font-size: 1.15em;
	text-align: left;
	margin-bottom: .5em;
	counter-reset: my-counter;
}
.sec__first ol li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background: #c9a47b;
	border: 1px solid;
	color: #FFF;
	border-radius: 50%;
	display: inline-block;
	width: 1.1em;
	height: 1.1em;
	line-height: 1.1em;
	text-align: center;
	font-size: .9em;
	vertical-align: middle;
	margin: 0 .2em .15em 0;
}
.sec__first > h4 {
	font-size: 1.3em;
	background: url(../img/headicon.png) no-repeat 50% 0;
	background-size: auto 1.8em;
	padding: 2.3em 0 .2em;
	margin-top: 1.3em;
}
.sec__first ul.gf--sm {
	background: url(../img/bgimg03.png) no-repeat 93% 95%, url(../img/bgimg02.png) no-repeat 0 45%, url(../img/bgimg01.png) no-repeat 96% 0;
	background-size: 8.5em auto, 8em auto, 8em auto;
	text-align: left;
	color: #a27c52;
	font-size: 1.15em;
	padding-top: 4em;
	margin: auto;
	width: min(94%, 400px);
	letter-spacing: -.1em;
}
.sec__first ul.gf--sm li:nth-of-type(2),
.sec__first ul.gf--sm li:nth-of-type(4) {
	margin-bottom: 6em;
}
.sec__first ul.gf--sm li:nth-of-type(2) {
	text-indent: 5%;
}
.sec__first ul.gf--sm li:nth-of-type(3),
.sec__first ul.gf--sm li:nth-of-type(6) {
	text-align: right;
}

#sec__tx h4 {
	text-align: left;
	font-size: 1.15em;
	color: #931111;
	margin: 1.5em 0 .3em;
}
#sec__tx figcaption {
	background: #C1B09A;
	color: #FFF;
	padding: .5em 0;
	font-size: 1.1em;
}
#sec__tx figure:nth-of-type(1) {
	width: 95%;
}
#sec__tx figure:nth-of-type(2) {
	width: min(70%,450px);
}
#sec__tx figure:nth-of-type(3) {
	width: min(90%,580px);
}
#sec__tx figure:nth-of-type(4) {
	width: 65%;
}
#sec__tx figure:nth-of-type(5) {
	width: min(90%,580px);
}
#sec__tx figure:last-of-type > figcaption {
	padding: .3em 0;
	font-size: 1em;
}

#sec__type section:nth-last-of-type(n + 2) {
	margin-bottom: 3em;
}
#sec__type h4 {
	color: #931111;
	font-size: 1.6em;
	background: url(../img/headicon.png) no-repeat 50% 0;
	background-size: auto 1.5em;
	padding: 2em 0 .2em;
}
#sec__type figure {
	width: 60%;
}
#sec__type h5 {
	text-align: left;
	font-size: 1.15em;
	color: #931111;
	margin: 1.5em 0 .3em;
}
#sec__type .pnl {
	margin: 1.5em auto;
}
#sec__type .pnl dt {
	width: 75%;
	margin: auto;
	background: #DACEC1;
	color: #FFF;
	padding: .5em 1.5em .5em 0;
	margin-bottom: 1em;
	position: relative;
}
#sec__type .pnl dt span::after,
#sec__type .pnl dt::before,
#sec__type .pnl dt::after {
	content: "";
	position: absolute;
	top: .7em;
	right: calc(50% - 7.5em);
	display: inline-block;
}
#sec__type-ffl .pnl dt span::after,
#sec__type-ffl .pnl dt::before,
#sec__type-ffl .pnl dt::after {
	right: calc(50% - 8.5em);
}
#sec__type .pnl dt::before {
	background: #C5B29D;
	width: 1.2em;
	height: 1.2em;
	border-radius: 50%;
	vertical-align: middle;
}
#sec__type .pnl dt::after,
#sec__type .pnl dt span::after {
	background: #FFF;
	width: .8em;
	height: 2px;
	margin: .5em .2em 0 0;
}
#sec__type .pnl dt span::after {
	transform: rotate(90deg);
}
#sec__type .pnl dt.open span::after {
	display: none;
}
#sec__type .pnl dd th,
#sec__type .pnl dd td {
	vertical-align: middle;
	border: 1px solid #C4B5A2;
}
#sec__type .pnl dd td {
	text-align: justify;
	padding: .5em 2%;
	width: 68%;
}
#sec__case figure {
	position: relative;
	margin: 0 auto 1.3em;
	line-height: 1.3;
}
#sec__case figure img {
	width: 49%;
}
#sec__case figure img:first-of-type {
	margin-right: 2%;
}
#sec__case figcaption {
	color: inherit;
	text-align: left;
	background: #EBE5DF;
	padding: .5em 2%;
	width: 96%;
}
#sec__case figure span {
	display: block;
	padding: .7em 0;
	text-align: center;
	background: #EBE5DF;
}
#sec__features h4.gf--nt {
	text-align: left;
	background: #D4C5B6;
	color: #FFF;
	border-radius: .2em;
	padding: .8em 0 .8em 1em;
	margin-top: 1em;
}
#sec__features h4.gf--nt span {
	font-size: .9em;
	margin-right: .8em;
}
#sec__features h4.gf--nt + figure {
	width: 75%;
}
#sec__features .dr {
	padding-top: 6.5em;
}
#sec__features .dr figcaption {
	text-align: left;
	margin-top: 1em;
	border-left: .3em solid #CBA690;
	padding-left: .2em;
}
#sec__features .btnlink {
	display: block;
	width: min(100%, 500px);
	margin: 1em auto;
	border-radius: .3em;
	position: relative;
	padding: 1em 0;
	background : linear-gradient(0deg, rgba(141, 103, 58, .7) 0%, rgba(142, 105, 60, .7) 25.42%, rgba(148, 112, 67, .7) 34.58%, rgba(157, 123, 78, .7) 41.1%, rgba(170, 140, 95, .7) 46.38%, rgba(188, 161, 117, .7) 50.85%, rgba(193, 168, 124, .7) 52%, rgba(177, 148, 103, .7) 57.47%, rgba(161, 128, 83, .7) 64.79%, rgba(150, 114, 69, .7) 73.11%, rgba(143, 105, 61, .7) 83.21%, rgba(141, 103, 58, .7) 100%);
}
#sec__features .btnlink::after {
	content: "";
	display: block;
	width: calc(100% - .8em - 2px);
	height: calc(100% - .8em - 2px);
	position: absolute;
	top: .4em;
	left: .4em;
	border: 1px solid #FFF;
	border-radius: .2em;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,.1));
}
#sec__features .btnlink img {
	height: 1.35em;
}

#sec__flow .sec__flow__chart > li:nth-of-type(n + 2)::before {
	content: "";
	display: inline-block;
	width: 3em;
	height: 1.5em;
	background: #E2CFBF;
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
	margin: .5em auto 1em;
}
#sec__flow .sec__flow__chart li strong {
	display: block;
	background: #D7CABC;
	color: #FFF;
	padding: .5em 0;
	text-align: left;
	font-size: 1.2em;
	line-height: 1;
}
#sec__flow .sec__flow__chart li strong span {
	display: inline-block;
	padding: 0 .8em .15em 3%;
	border-radius: 0 2em 2em 0;
	background: #D1BEAD;
	vertical-align: middle;
	margin: -.1em .5em .1em 0;
}
#sec__flow .sec__flow__chart li strong span img {
	height: .6em;
	vertical-align: middle;
}

#sec__flow .sec__flow__chart li figure {
	width: 65%;
}
#sec__flow .sec__flow__chart li figcaption {
	color: #FFF;
	background: #D7CABC;
	font-size: 1.1em;
	padding: .2em 0;
	border-radius: 0 0 .2em .2em;
	margin: auto;
}
#sec__flow .sec__flow__notes {
	text-align: center;
	background: #CEBDAD;
	padding: 0.7em 2%;
	border-radius: 0.2em;
	margin: 2em auto;
	color: #FFF;
}

#sec__price .sec__price__catch {
	display: flex;
    align-items: center;
	justify-content: space-between;
	margin-bottom: .5em;
}
#sec__price .sec__price__catch li {
	width: 49%;
	background: #F9F6F5;
	color: #931111;
	padding: 0.5em 0;
	line-height: 1.2;
}
#sec__price .sec__price__catch li strong {
	font-size: 2.5em;
	display: block;
}
#sec__price .sec__price__catch li strong span {
	font-size: .4em;
}
#sec__price h4 {
	color: #755432;
	font-size: 1.2em;
	text-align: left;
	margin: 1em 0 .5em;
}
#sec__price h4::before {
	content: "";
	border-radius: 50%;
	display: inline-block;
	background: #755432;
	width: .5em;
	height: .5em;
	margin: 0 .2em .1em 0;
}
#sec__price .sec__price__loan dt {
	padding: 0.2em 0;
	margin: 1.5em auto 0.5em;
	border-radius: 1em;
	background: #D4C5B6;
	color: #FFF;
	font-size: 1.1em;
}

#sec__faq dl {
	text-align: left;
	margin: 1em 0 1.5em;
	padding-bottom: .5em;
	border-bottom: 1px solid #C6C6C6;
}
#sec__faq dt {
	background: url(../img/sec__faq__list--icon.png) no-repeat 2% .5em #CEBDAD;
	background-size: 1.4em auto;
	color: #FFF;
	padding: .4em 0 .4em calc(2% + 1.7em);
	margin-bottom: .5em;
	border-radius: .2em;
}
#sec__faq dd {
	margin-bottom: 1em;
}

#sec__info h4 {
	background: #CEBDAD;
	color: #FFF;
	font-size: 1.4em;
	padding: .6em 0;
	margin: 0 auto 0.5em;
}
#sec__info .sec__info__msg {
	background: url(../img/sec__info__msg--bg.jpg) no-repeat calc(100% + 1em) 10%;
	background-size: 10.5em auto;
	padding: 2em 27% 1em 0;
}
#sec__info .sec__info__msg p {
	text-align: center;
	color: #a57c52;
	letter-spacing: -0.03em;
	font-size: 700;
}
#sec__info .sec__info__msg p span:not(.ib) {
	margin-right: -0.5em;
}
#sec__info .sec__info__dr {
	margin: 1.5em 0 3em;
	text-align: left;
}
#sec__info .sec__info__dr dt {
	margin-bottom: 1em;
}
#sec__info .sec__info__tbl {
	margin-bottom: 3em;
	border-top: 1px solid #A6A6A6;
}
#sec__info .sec__info__tbl th,
#sec__info .sec__info__tbl td {
	display: block;
	text-align: left;
	padding: 0 3%;
}
#sec__info .sec__info__tbl td {
	border-bottom: 1px solid #A6A6A6;
	padding-bottom: 0.5em;
}
#sec__info .sec__info__tbl th {
	padding-top: 0.5em;
}
#sec__info p.ta--center:nth-of-type(2) {
	letter-spacing: -0.05em;
}
#sec__info .sec__info__gmap {
	display: block;
	width: calc(90% - 1.5em);
	max-width: calc(600px - 1.5em);
	margin: 1.5em auto 3em;
	background: #CEBDAD;
	padding: 1em 1.5em 1em 0;
	color: #FFF;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	border-radius: 5px;
	position: relative;
}
#sec__info .sec__info__gmap::before,
#sec__info .sec__info__gmap::after {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 0.7em);
	left: calc(50% + 6.5em);
}
#sec__info .sec__info__gmap::before {
	background: #FFF;
	border-radius: 1em;
	width: 1.4em;
	height: 1.4em;
}
#sec__info .sec__info__gmap::after {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0.4em 0 0.4em 0.6em;
	border-color: transparent transparent transparent #CEBDAD;
	margin: 0.3em 0 0 0.5em;
}
#sec__info .sec__info__ph {
	width: 80%;
	max-width: 450px;
	margin: auto;
}
#sec__info .sec__info__ph figcaption {
	background: #CEBDAD;
	border-radius: 0.5em 0.5em 0 0;
	color: #FFF;
	font-size: 0.9em;
	padding: 0.6em 0;
}
#sec__info .sec__intro__ph .slick-arrow {
	background: rgba(215,215,215,0.8);
}
#sec__info .sec__info__ph .slick-prev {
	left: -2.3em;
}
#sec__info .sec__info__ph .slick-next {
	right: -2.3em;
}
#sec__info .sec__info__ph .slick-prev::after {
	border-color: transparent #B3B3B3 transparent transparent;
}
#sec__info .sec__info__ph .slick-next::after {
	border-color: transparent transparent transparent #B3B3B3;
}

@media screen and (max-width : 767px) {
.sec .nopd {
	margin-left: -3%;
	margin-right: -3%;
	width: 106%;
}
#sec__type-ffl h5:nth-of-type(2) {
	letter-spacing: -.1em;
}
#sec__type-nl h5:first-of-type {
	letter-spacing: -.1em;
}
}

@media screen and (min-width : 768px) {
.sec .nopd {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.sec__first .monitor .gf--sm {
	font-size: 1.1em;
}
.sec__first .caseph {
	width: 90%;
}
.sec__first .caseph::before,
.sec__first .caseph::after {
	width: 20%;
}
.sec__first .caseph::before {
	background: linear-gradient(-90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 1) 100%);
}
.sec__first .caseph::after {
	background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 1) 100%);
}

.sec .dr {
	padding-top: 9em !important;
}
.sec .dr .gf--sm {
	font-size: 1.5em;
}
.sec .dr figure > img {
	right: 0;
}
.sec__first h4.gf--nt + figure {
	width: 40%;
	margin: 0 0 1em 3%;
	float: right;
}
.sec__first ul.gf--sm {
	width: min(60%,500px);
	padding: 4em 15% 0;
	font-size: 1.3em;
	background-position: 80% 95%, 0 45%, 96% 0;
}
.sec__first ul.gf--sm li {
	font-size: .95em;
}
.sec__first ul.gf--sm li:nth-of-type(1) {
	margin-right: 6em;
}
.sec__first ul.gf--sm li:nth-of-type(4) {
	margin-left: -14%;
}
.sec__first ul.gf--sm li:nth-of-type(5) {
	margin-left: -15%;
}
.sec__first ul.gf--sm li:nth-of-type(2),
.sec__first ul.gf--sm li:nth-of-type(4) {
	margin-bottom: 2.5em;
}
.sec__first ul.gf--sm li:nth-of-type(1),
.sec__first ul.gf--sm li:nth-of-type(2) {
	text-align: right;
}
.sec__first ul.gf--sm li:nth-of-type(3) {
	text-align: left;
}
.sec__first ul.gf--sm li:nth-of-type(5),
.sec__first ul.gf--sm li:nth-of-type(6) {
	text-align: center;
}
#sec__type .pnl dd td {
	width: 80%;
}
#sec__case .inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#sec__case .inner::before,
#sec__case .inner::after {
	display: none;
}
#sec__case figure {
	width: 48.5%;
	margin: 0 0 1.5em;
}
#sec__features h4.gf--nt + figure,
#sec__flow .sec__flow__chart li figure {
	width: 30%;
	margin: 0 3% 1em 0;
	float: left;
}
#sec__features h4.gf--nt {
	clear: both;
	margin-bottom: .7em;
}
#sec__flow .sec__flow__chart li strong {
	margin-bottom: .7em;
}
#sec__flow .sec__flow__chart li p {
	margin-left: 33%;
}
#sec__info .sec__info__msg {
	background: url(../img/sec__info__msg--bg.jpg) no-repeat 100% 10%;
	background-size: 12em auto;
	padding: 2.5em 20% 2em 3%;
	margin: 0 10%;
	font-size: 1.1em;
}
#sec__info .sec__info__dr p {
	float: left;
	margin-right: 10%;
}
#sec__info .sec__info__tbl th {
	width: 30%;
	min-width: 11em;
}
#sec__info .sec__info__tbl th,
#sec__info .sec__info__tbl td {
	display: table-cell;
	border-bottom: 1px solid #A6A6A6;
	padding: 0.5em 0 0.5em 2%;
}
}


/* Form ......................................... */
.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;
	text-align: left;
}
.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: #931111;
}
.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 !important;
	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: #AA9B79;
	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 ............................... */
.pp h3 {
	margin-top: 10px;
}
.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;
}



/* ------------------------------------------------------------
	Common
------------------------------------------------------------ */
.mb0 {margin-bottom: 0 !important;}
.mt0 {margin-top: 0 !important;}
.ta--center { text-align: center !important;}
.f--small { font-size: 0.9em !important;}
.ib {display: inline-block;}

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

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

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