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


/* -------------------------------------------------
	LAYOUT
------------------------------------------------- */
body {
	font-size: 0.16rem;
	padding: 2.3em 0 3.5em;
}
.header {
	top: 0;
	width: 100%;
	left: 0;
	z-index: 100;
}
.header h1,
.header p {
	display: none;
}
.header__logo {
	background: #D2B395;
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 100;
}
.header__logo a {
	height: 2.3em;
	display: flex;
    align-items: center;
	padding-left: 3%;
}
.header__logo img {
	width: auto;
	height: 1.3em;
}
.header__logo img:nth-of-type(2) {
	height: 1em;
	margin-left: 2%;
}

.header .header__nav__btn {
	position: fixed;
	right: 0;
	top: 0;
	background: #E0CDB8;
	display: block;
	font-size: 1em;
	width: 3em;
	height: 2.3em;
	padding-bottom: 0.3em;
	border: none;
	cursor: pointer;
	color: #fff;
	outline: none;
	z-index: 100;
}
.header .header__nav__btn span img {
	width: auto;
	height: 0.65em;
}
.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.3em;
	height: 1.5px;
	background: #fff;
	left: calc(50% - 0.65em);
}
.header .header__nav__btn::before {top: 0.5em;}
.header .header__nav__btn::after {top: 1em;}
.header .header__nav__btn span::before {top: 1.5em;}
.header .active::before {
	transform: rotate(45deg);
	top: 1em;
}
.header .active::after {
	transform: rotate(-45deg);
	top: 1em;
}
.header .active span::before {
	display: none;
}
.header .header__nav__menu {
	display: none;
	width: 100%;
	background: rgba(211,179,149,0.9);
	position: fixed;
	left: 0;
	top: 2.3em;
	text-align:  left;
	z-index: 200;
}
.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.65em 0 0.65em 5%;
	cursor: pointer;
	width: auto;
	letter-spacing: 0;
}
.header .header__nav__menu li:last-of-type a {
	border-bottom: none;
}

.footer small {
	display: block;
	color: #fff;
	background: #D5B99E;
	padding: 1em 0;
	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 #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__line { left: 50%;}


.contact li.contact__tel { left: 75%;}
.contact li a {
	background: #D2B395;
	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__line a {
	background-image: url(../img/contact__line.png);
}
.contact li.contact__tel a {
	background-image: url(../img/contact__tel.png);
}
}

@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: #D2B395;
	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__logo {
	position: static;
	padding: 0;
	margin: 0 0 0 1%;
	min-height: 0;
	float: left;
	width: auto;
	background-size: auto 100%;
	text-align: left;
	display: flex;
	align-items: center;
	height: 2.45em;
}
.header__logo img {
	max-height: 2em;
	height: 4vw;
}
.header__logo img:nth-of-type(2) {
	display: none;
}
.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.5%;
	padding: 0.5em .5em;
	letter-spacing: -1px;
	font-size: 13pt;
	border-radius: 3px;
	background: #E0CDB8;
}
.contact li.contact__line {
	display: none;
}
.contact li.contact__tel {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 2.45em;
}
.contact li.contact__tel a {
	font-size: 2.7vw;
	padding: 0 1% 0 1.5em;
	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 100%;
}

.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: 15%;}
.header .header__nav__menu li:nth-child(2) { width: 14%;}
.header .header__nav__menu li:nth-child(3) { width: 15%;}
.header .header__nav__menu li:nth-child(4) { width: 14%;}
.header .header__nav__menu li:nth-child(5) { width: 14%;}
.header .header__nav__menu li:nth-child(6) { width: 14%;}
.header .header__nav__menu li:nth-child(8) { width: 14%;}
.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 : 1000px) {
.header__logo {
	margin-left: 0;
}
.header__logo img:nth-of-type(2) {
	display: block;
	height: 1.2em;
}
.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;
}
}

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

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

.clear { clear: both;}

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

.gf--nt {font-family: 'Noto Serif JP', serif;}
.gf--sm {font-family: 'Shippori Mincho', serif; font-weight: 500;}

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

.pnl dt {
	cursor: pointer;
}
.sec {
	margin-bottom: 3em;
}
.sec img {
	width: auto;
}
.sec p {
	margin-bottom: 0.5em;
	text-align: justify;
	line-height: 1.6;
}
.sec p q {
	display: block;
	margin: 1em 0;
}
.sec p q::before,
.sec p q::after {
	display: none;
}
.sec figure {
	margin: 1em auto;
}
.sec figure.fgwmx {
	margin-left: -3%;
	margin-right: -3%;
}
.sec figure.fg75 {
	width: 75%;
}
.sec figure.fg85 {
	width: 85%;
}
.sec h3.sec__ttl {
	background: #D5B99E;
	color: #FFF;
	padding: 0.5em 0 0.6em;
	font-size: 1.5em;
	margin: 0 0 0.7em;
}
.sec h3.sec__ttl span {
	display: block;
	margin-bottom: 0.4em;
}
.sec h3.sec__ttl span img {
	height: 1em;
}
.sec h4.sec__hl {
	background: #D0B092;
	background : linear-gradient(0deg, #CFAE8E 0%, #D8BDA5 25%, #DEC7AF 50%, #D8BDA5 75%, #CFAE8E 100%);
	padding: .8em 0 .9em;
	margin: 2em -3% 0.5em;
}
.sec h4.sec__hl img {
	height: 1.1em;
}
.sec h5 {
	margin: 1em 0 0.5em;
	text-align: left;
}
.sec h5 img {
	height: 1em;
}

.sec .txtlink {
	text-align: right;
	font-size: 1.1em;
}
.sec .txtlink a {
	color: #ec84b2;
	text-decoration: none;
}
.sec .txtlink a::after {
	content: ">>";
	display: inline-block;
	transform: scale(1, 1.3);
	vertical-align: bottom;
	margin: 0 0 .1em .15em;
}
.sec figure.bnr {
	margin: 1em auto .5em;
}
.sec figure.bnr img {
	width: auto;
}
.sec figure.bnr figcaption img {
	height: 1.8em;
	margin-bottom: 0.8em;
}

.cv {
	margin-bottom: 3em;
}
.cv img {
	width: auto;
}
.cv p {
	text-align: center;
	margin: 0;
	line-height: 1.6;
}
.cv p span {
	display: inline-block;
}
.cv__info {
	background: url("../img/cv__info_bg.png") no-repeat calc(50% + .3em) 100%;
	background-size: 26em auto;
	padding: 7em 0 1em;
}
.cv:first-of-type .cv__info {
	background: url("../img/cv__info_bg-w.png") no-repeat calc(50% - .6em) 11.2em, url("../img/cv__info_bg.png") no-repeat calc(50% - .6em) 100%;
	background-size: 24.5em auto, 24.5em auto;
	padding: 9em 0 1em;
}
.cv .cv__contact {
	background: #F5F0E6;
	padding: 1em 0 1.5em;
	color: #673b0f;
}
.cv .cv__contact__txt {
	font-size: 1.2em;
	line-height: 1.4;
}
.cv .cv__contact__txt span {
	display: inline-block;
}
.cv .cv_contact__tel img {
	display: block;
	height: 1.9em;
	margin: 1em auto .5em;
}
.cv .cv__contact__btn {
	display: flex;
	justify-content: space-between;
	width: min(94%, 800px);
	margin: 1em auto 0;
}
.cv .cv__contact__btn li {
	width: 49%;
}
.cv .cv__contact__btn li a {
	display: block;
	color: #FFF;
	font-size: 1.3em;
	padding: 0.3em 0;
	border-radius: 0.1em;
	text-decoration: none;
	background: #B7A572;
	background : linear-gradient(180deg, rgba(220,191,143, 1) 0%, rgba(151,142,89, 1) 100%);
}
.cv .cv__line {
	width: min(94%, 800px);
	margin: 1em auto;
	border: 1px solid #68B236;
}
.cv .cv__line img {
	height: 1.05em;
}
.cv .cv__line dt {
	background: #68B236;
	padding: 0.7em 0;
}
.cv .cv__line dd {
	padding: 0.7em 0;
}
.cv .cv__line dd a {
	display: block;
	width: 40%;
	margin: 0.7em auto;
	padding: 0.7em 0 0.7em 1.5em;
	border-radius: 3px;
	background: url(../img/cv__line__btn.png) no-repeat calc(50% - 2.5em) 50% #68B236;
	background-size: auto 1.5em;
	color: #FFF;
	font-size: 1.2em;
	text-decoration: none;
}
.cv .cv__line dd img:first-of-type {
	height: 1.2em;
}


.dr {
	background: url(../img/dr_icon.png) no-repeat 0 0;
	background-size: 6em auto;
	text-align: left;
	padding-top: 7.5em;
	margin: 3em 0 -1em;
	position: relative;
	line-height: 1.5;
}
.dr h4 {
	font-size: 1.3em;
	color: #a38464;
	line-height: 1.5;
	letter-spacing: -.1em;
}
.dr figure .dr__ph {
	position: absolute;
	right: -4.8em;
	top: 0;
	width: 17.5em;
	z-index: -1;
}
.dr figure figcaption img {
	display: block;
	width: 13em;
	margin: 1em 0 .7em;
}

.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__crsl {
	margin: auto;
	position: relative;
}
.sec__crsl .slick-list {
	padding: 0 !important;
}


@media screen and (min-width : 600px) {
.cv .cv__info img {
	max-width: 450px;
}
.cv .cv:first-of-type .cv__info {
	background: url("../img/cv__info_bg-w.png") no-repeat calc(50% - .6em) 11.4em, url("../img/cv__info_bg.png") no-repeat calc(50% - .6em) 100%;
	background-size: 450px auto, 24.5em auto;
}
}

@media screen and (min-width : 768px) {
.sec p,
.sec h3.sec__ttl {
	margin-bottom: 1em;
}
.sec h4 {
	margin: 2em auto 1em;
}
.sec h4.sec__hl {
	margin: 2em auto 0.5em;	
}
.sec figure {
	margin: 1.5em auto;
}
.sec figure.fg-r {
	width: 35%;
	float: right;
	margin: 0 0 1em 3%;
}
.sec figure.fg-l {
	width: 35%;
	float: left;
	margin: 0 3% 1em 0;
}
.dr {
	padding-top: 2em;
	margin-bottom: 0;
	background-position: 0 1em;
}
.dr h4 {
	margin: 0 0 0 6em;
}
.dr figure .dr__ph {
	right: 0;
}
.dr figure figcaption img {
	margin: 2.5em 0 1em;
}
}

.sec__first h3:not(.sec__ttl).gf--sm {
	text-align: center;
	color: #662d8a;
	font-size: 1.35em;
	padding-top: 1em;
}
.sec__first h3:not(.sec__ttl).gf--sm span {
	letter-spacing: -.1em;
}
.sec__first h3:not(.sec__ttl).gf--sm strong {
	display: block;
	font-size: 2em;
	margin: .2em auto;
	width: 5em;
	letter-spacing: -.15em;
	border-bottom: 1px solid #662d8a;
	padding-bottom: .25em;
}

.ptlist {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 1em auto;
}
.ptlist li {
	border-radius: 2em .3em .3em 2em;
	margin: 0 0 .5em;
	list-style: none;
	text-align: center;
	padding: .5em 0 .5em 2.2em;
	font-weight: bold;
	letter-spacing: -0.01em;
	position: relative;
	width: calc(49% - 2.2em);
	background: rgba(193,154,114,.3);
	color: #A28464;
}
.ptlist li:nth-of-type(1),
.ptlist li:nth-of-type(6) {
	letter-spacing: -.1em;
}
.ptlist li::before,
.ptlist li::after {
	content: "";
	position: absolute;
	display: block;
	z-index: 1;
}
.ptlist li::before {
	border-radius: 50%;
	border: 2px solid #EBE2CE;
	background :url(../img/ptlist.png) no-repeat 50% 0.3em, linear-gradient(-30deg, #F7EAA6 0%, #E3C276 14.04%, #BF8D64 41.52%, #C39166 50.1%, #CB9C69 61.33%, #D6AE6F 73.97%, #E3C276 84.1%, #D8B46C 100%);
	background-size: 1.6em auto,100%;
	top: 0;
	left: -1px;
	width: 2.4em;
	height: 2.4em;
}
.ptlist li::after {
	left: .1em;
	bottom: .35em;
	width: 2.4em;
	height: 2.4em;
	background-size: auto 1.2em !important;
}
.ptlist li:nth-of-type(1)::after {	background: url(../img/ptlist1.png) no-repeat 50% 100%;}
.ptlist li:nth-of-type(2)::after {	background: url(../img/ptlist2.png) no-repeat 50% 100%;}
.ptlist li:nth-of-type(3)::after {	background: url(../img/ptlist3.png) no-repeat 50% 100%;}
.ptlist li:nth-of-type(4)::after {	background: url(../img/ptlist4.png) no-repeat 50% 100%;}
.ptlist li:nth-of-type(5)::after {	background: url(../img/ptlist5.png) no-repeat 50% 100%;}
.ptlist li:nth-of-type(6)::after {	background: url(../img/ptlist6.png) no-repeat 50% 100%;}

.pagelink {
	width: 80%;
	margin: 3em auto 1em;
	max-width: 500px;
}
.pagelink dt {
	background: #CFB599;
	padding: 0.8em 0;
	color: #FFF;
}
.pagelink dt::before {
	content: "";
	display: inline-block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-color: #FFF transparent transparent transparent;
	border-width: 0.7em 0.6em 0 0.6em;
	margin-right: 0.5em;
}
.pagelink dt.close::before {
	border-color: transparent transparent #FFF transparent;
	border-width: 0 0.6em 0.7em 0.6em;
	margin-bottom: 0.1em;
}
.pagelink dd {
	padding: 0 5%;
	text-align: left;
	font-size: 0.95em;
}
.pagelink dd li a {
	display: block;
	padding: 0.5em;
	text-decoration: none;
}
.pagelink dd li,
.pagelink dd li ul {
	border-top: 1px dotted #797775;
}
.pagelink dd ul li:first-of-type {
	border-top: none;
}
.pagelink dd ul li a::before {
	content: "・";
}
.pagelink dd li li a {
	padding-left: 1.5em;
}
.pagelink dd li li a::before {
	display: none;
}

.btnlink a {
	display: block;
	background: #D2A97A;
	background : linear-gradient(180deg, rgba(102, 45, 138, 0.7) 0%, rgba(102, 45, 138, 0.7) 50%, rgba(102, 45, 138, 0.9) 100%);
	border-radius: 2em;
	padding: .7em 0 .9em;
	margin: 1em auto 2em;
	width: min(100%, 500px);
	position: relative;
	text-align: center;
}
.btnlink a::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1.5em;
	height: 1.5em;
	background: rgba(255,255,255,.3);
	border-radius: 50%;
	margin: .2em 0 0 .3em;
}
.btnlink a::before {
	content: "";
	position: absolute;
	left: calc(50% + 8.9em);
	top: calc(50% - .4em);
    width: 0;
    height: 0;
    border-bottom: .45em solid transparent;
    border-top: .45em solid transparent;
    border-left: .7em solid #FFF;
}
.btnlink a img {
	width: 18em;
}

.sec__worries li {
	background: url(../img/sec__wr-icon.png) no-repeat 0 .19em;
	background-size: auto 70%;
	text-align: left;
	padding: 0 0 .3em 1.4em;
}
.sec__worries li img {
	height: 1.02em;
}

.sec__tx h3 {
	margin-bottom: 0 !important;
}
.sec__tx .inner {
	padding-top: 10.5em;
	background-size: 35em auto !important;
}
#sec__tx-v .inner {
	background: url(../img/bg_tx-v.png) no-repeat 50% -1em;
	padding-top: 8.5em;
}
#sec__tx-v h4.sec__hl {
	padding-left: 3.5%;
	text-align: left;
}
#sec__tx-t .inner {
	background: url(../img/bg_tx-t.png) no-repeat 50% -1em;
}
#sec__tx-s .inner {
	background: url(../img/bg_tx-s.png) no-repeat 50% -1em;
}
.sec__tx .case {
	width: min(85%, 384px);
	margin: 0 auto 1.5em;
}
.sec__tx .case figcaption span {
	display: block;
	background: #F1EAE5;
	padding: .7em 0;
	margin-bottom: .3em;
	cursor: pointer;
}
.sec__tx .case p {
	font-size: .9em;
	text-align: left;
}
.sec__tx__tbl caption {
	background: #D5B99E;
	color: #FFF;
	padding: .4em 0;
	margin-bottom: .8em;
}
.sec__tx__tbl th,
.sec__tx__tbl td {
	text-align: left;
	border: 1px solid #4d4d4d;
	padding: .4em .5em;
}
.sec__tx__tbl th {
	background: #FCFAF8;
	width: 4em;
}
.sec__tx__tbl p {
	margin: .5em 0;
}
.sec__tx__tbl ul {
	margin-bottom: 1.5em;
}
.sec__tx__tbl li {
	margin-bottom: .5em;
}
.sec__tx__tbl li::before {
	content: "・";
}

#sec__flow .sec__flow__step li {
	position: relative;
	padding-bottom: 70px;
}
#sec__flow .sec__flow__step li::after {
	position: absolute;
	content: "";
	display: inline-block;
	left: calc(50% - 26px);
	bottom: 25px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-color: #F19EC1 transparent transparent transparent;
	border-width: 26px 26px 0 26px;
}
#sec__flow .sec__flow__step li:last-of-type {
	padding-bottom: 0;
}
#sec__flow .sec__flow__step li:last-of-type::after {
	display: none;
}
#sec__flow .sec__flow__step strong {
	display: block;
	background: #D6C7AA;
	background : linear-gradient(0deg, rgba(194, 155, 114, 1) 0%, rgba(194, 155, 114, 0.8) 25%, rgba(194, 155, 114, 0.7) 50%, rgba(194, 155, 114, 0.8) 75%, rgba(194, 155, 114, 1) 100%);
	margin: 0 auto 0.7em;
	width: 72%;
	line-height: 0;
	padding: 0.6em 0;
	border-radius: 1.5em;
}
#sec__flow .sec__flow__step strong img {
	height: 1.1em;
}
#sec__flow .sec__flow__step figure img {
	width: 65%;
	max-width: 350px;
}
#sec__flow .sec__flow__step p {
	text-align: justify;
}
#sec__flow .sec__flow__ph {
	width: 65%;
}
#sec__flow .sec__flow__ph .slick-list {
	margin: auto;
}
#sec__flow .sec__flow__ph .slick-arrow {
	background: #D1B495;
}
#sec__flow .sec__flow__ph .slick-prev {
	left: -2em;
}
#sec__flow .sec__flow__ph .slick-next {
	right: -2em;
}
#sec__flow .sec__flow__ph .slick-prev::after {
	border-color: transparent #FFF transparent transparent;
}
#sec__flow .sec__flow__ph .slick-next::after {
	border-color: transparent transparent transparent #FFF;
}
#sec__flow .sec__flow__ph .slick-prev.slick-disabled {
  visibility: hidden;
}
#sec__flow .txtbox {
	background: #DEC9B2;
	border: .8em solid #EDE1D6;
	margin: 1.5em -3% 2em;
	width: calc(100.4% - 1.6em);
	text-align: center;
	line-height: 2;
	padding: .8em 3% 1.3em;
}
#sec__flow .txtbox span {
	display: inline-block;
	border-bottom: 1px dotted #FFF;
	color: #FFF;
}

#sec__fee .sec__fee__catch {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.5em;
}
#sec__fee .sec__fee__catch li {
	background: #F9F5F2;
	color: #c29b72;
	padding: 0.5em 0;
	line-height: 1.1; 
	width: 49%;
	letter-spacing: -0.1em;
}
#sec__fee .sec__fee__catch li strong {
	display: block;
}
#sec__fee .sec__fee__catch li strong span {
	font-size: 2.5em;
	letter-spacing: 0;
}
#sec__fee .sec__fee__tbl {
	width: 100%;
	margin: 1.5em auto 1em;
	border: 1px solid #a17c52;
}
#sec__fee .sec__fee__tbl caption {
	text-align: left;
	font-size: 1.1em;
	padding: 0 3% 0.3em;
	color: #754C24;
	letter-spacing: -.1em;
}
#sec__fee .sec__fee__tbl caption::before {
	content: "";
	display: inline-block;
	width: .5em;
	height: .5em;
	border-radius: 50%;
	background: #754C24;
	vertical-align: middle;
	margin: 0 .3em .2em 0;
}
#sec__fee .sec__fee__tbl th,
#sec__fee .sec__fee__tbl td {
	border: 1px solid #a17c52;
	vertical-align: middle;
	padding: 0.3em 2%;
	color: #876239;
}
#sec__fee .sec__fee__tbl th span {
	font-size: 0.9em;
}
#sec__fee .sec__fee__tbl td {
	width: 42%;
	text-align: right;
	font-size: 1.5em;
	letter-spacing: -0.03em;
}
#sec__fee .sec__fee__tbl td:last-of-type {
	color: #BC0808;
}

#sec__fee .sec__fee__tbl td span {
	font-size: 0.6em;
}
#sec__fee .sec__fee__tbl .bgn th,
#sec__fee .sec__fee__tbl .bgn td {
	background: #FFF;
}
.paybox {
    border-radius: 8px;
    border: 1px solid #D4B89D;
    width: 100%;
    margin: 1.5em auto 1em;
}
.paybox dt {
	background: #D4B89D;
    border-radius: 8px 8px 0 0;
    padding: 0.6em 0;
    color: #fff;
    font-size: 1.1em;
    letter-spacing: 0.5px;}
.paybox dd {
	text-align: left;
    padding: 0.5em 1% 0.5em 2%;
}
.paybox .paybox__list li {
    display: inline;
    position: relative;
    line-height: 1.5;
}
.paybox .paybox__list li:nth-of-type(1),
.paybox .paybox__list li:nth-of-type(2) {
    margin-right: 2%;
}
.paybox .paybox__list li::before {
    content: "";
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    border-radius: 50%;
    background: #D4B89D;
    margin: 0 0.2em 0 0;
}
.paybox__credit {
    margin-bottom: 0.5em;
}
.paybox__credit img {
    height: 1.94em;
    margin: 0.2em 0.05%;
}
.paybox__credit img:nth-child(n + 9) {
    height: 1.66em;
}
.paybox dd p {
	font-size: 0.87em;
	margin: 0;
}

#sec__faq .sec__faq__list {
	text-align: left;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #4c4c4c;
}
#sec__faq .sec__faq__list dt {
	text-align: left;
	background: url(../img/sec__faq__list--icon.png) #EDE1D6 no-repeat 2.5% .5em;
	background-size: 1.4em auto;
	padding: 0.5em  2% 0.5em calc(2.5% + 2em);
	line-height: 1.4;
	margin-bottom: 0.5em;
}
#sec__faq .sec__faq__list dd {
	margin-bottom: 1.5em;
	line-height: 1.6;
    text-align: justify;
}

#sec__info .sec__info__tbl {
	width: 100%;
	border-bottom: 1px solid #919191;
	font-size: 0.95em;
	margin: .5em auto 3em;
}
#sec__info .sec__info__tbl caption {
	width: 12em;
	margin: 0.5em auto 1em;
}
#sec__info .sec__info__tbl th,
#sec__info .sec__info__tbl td {
	text-align: left;
	vertical-align: middle;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	border-top: 1px solid #919191;
}
#sec__info .sec__info__tbl th {
	padding-left: 3%;
	min-width: 7em;
}
#sec__info .sec__info__tbl tr:nth-of-type(4) th {
	letter-spacing: 0.5em;
}
#sec__info .sec__info__tbl tr:nth-of-type(5) th span {
	letter-spacing: 2em;
}
#sec__info .sec__info__tbl span {
	display: inline-block;
}
#sec__info .sec__info__msg {
	color: #144aa8;
	padding: 4em 29% 1em 2%;
	margin: 1em -3%;
	text-align: center !important;
}
#sec__info .sec__info__msg:nth-of-type(2) {
	color: #eb74a9;
	padding-top: 3em;
}
#sec__info .sec__info__msg span {
	display: inline-block;
}
#sec__info .sec__info__msg span:last-of-type {
	display: block;
	margin-top: 0.5em;
}
#sec__info .sec__info__prof {
	margin: 1.5em auto;
	font-size: 0.95em;
	position: relative;
}
#sec__info .sec__info__prof dt {
	text-align: left;
	margin-bottom: 1em;
}
#sec__info .sec__info__prof figure {
	position: absolute;
	top: -15em;
	right: -4em;
	z-index: -1;
	width: 15em;
}
#sec__info .sec__info__prof figure::after {
	content: "";
	display: block;
	width: 100%;
	height: 4em;
	position: absolute;
	bottom: 0;
	background: linear-gradient(0deg, rgba(255,255,255,1) 10%, rgba(255,255,255,.6) 80%, rgba(255,255,255,0) 100%);
}
#sec__info .sec__info__prof:nth-of-type(2) figure {
	width: 13em;
	top: -13.5em;
	right: -3em;
}
#sec__info .sec__info__ph {
	width: min(96%, 520px);
}
#sec__info .sec__info__ph .slick-list {
	margin: 0 40px;
}
#sec__info .sec__info__ph .slick-arrow {
	background: #F3F3F3;
}
#sec__info .sec__info__ph .slick-prev {
	left: 0;
}
#sec__info .sec__info__ph .slick-next {
	right: 0;
}
#sec__info .sec__info__ph .slick-prev::after {
	border-color: transparent #A7A7A7 transparent transparent;
}
#sec__info .sec__info__ph .slick-next::after {
	border-color: transparent transparent transparent #A7A7A7;
}
#sec__info h4.gf--nt {
	font-size: 1.4em;
	color: #c19a72;
	margin: .4em auto;
}

#sec__access .ta--center strong {
	display: block;
	text-align: center;
	color: #c29b72;
	font-size: 1.15em;
}
#sec__access h4 {
	background: #DAC2AA;
	color: #FFF;
	padding: .5em 0;
	font-size: 1.1em;
	font-weight: bold;
	margin: 1.5em 0 .5em;
}
#sec__access h4::before {
	content: "";
	display: inline-block;
	width: 1.5em;
	height: 1.2em;
	vertical-align: middle;
}
#sec__access h4:nth-of-type(1)::before {
	margin: -.1em .2em 0 0;
	background: url(../img/sec__access__train--icon.png) no-repeat 50%;
	background-size: auto 95%;
}
#sec__access h4:nth-of-type(2)::before {
	margin: -.1em .4em 0 0;
	background: url(../img/sec__access__car--icon.png) no-repeat 50%;
	background-size: 95% auto;
}
#sec__access figure {
	margin: 1em -3%;
}
#sec__access .sec__access__btn {
	display: block;
	width: min(80%,600px);
	padding: .8em 0 .6em;
	margin: 1em auto;
	border-radius: .8em;
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 1.2em;
	text-decoration: none;
	background : linear-gradient(0deg, rgba(242, 212, 225, .85) 0%, rgba(248, 194, 214, .85) 8.12%, rgba(255, 175, 202, .85) 14.85%, rgba(255, 162, 193, .85) 19.34%, rgba(255, 145, 180, .85) 27.88%, rgba(255, 132, 172, .85) 38.24%, rgba(255, 125, 166, .85) 52.18%, rgba(255, 123, 165, .85) 85%, rgba(255, 189, 210, .85) 91.7%, rgba(255, 237, 242, .85) 97.25%, rgba(255, 255, 255, .85) 100%);
	box-shadow: 0 3px 2px rgba(0,0,0,.2);
	position: relative;
}
#sec__access .sec__access__btn::before,
#sec__access .sec__access__btn::after {
	content: "";
	position: absolute;
	display: inline-block;
	right: calc(50% - 6em);
	top: calc(50% - .55em);
}
#sec__access .sec__access__btn::before {
	width: 1.3em;
	height: 1.3em;
	background: rgba(255,255,255,.3);
	border-radius: 50%;
}
#sec__access .sec__access__btn::after {
	width: 0;
    height: 0;
    border-bottom: .4em solid transparent;
    border-top: .4em solid transparent;
    border-left: .6em solid #FFF;
	margin: .2em .25em 0 0;
}
#sec__access .sec__access__parking {
	border: 1px solid #00041b;
	margin: 1em 0;
	padding: .8em 0 .5em;
}
#sec__access .sec__access__parking dt {
	padding-bottom: 0.5em;
}
#sec__access .sec__access__parking li {
	display: inline-block;
	line-height: 1.3;
	margin: 0.3em;
}
#sec__access .sec__access__parking li::before {
	content: "P";
	display: inline-block;
	border-radius: 50%;
	background: #00339E;
	color: #FFF;
	line-height: 1;
	width: 1.4em;
	height: 1em;
	padding: .2em 0;
	font-size: 0.8em;
	vertical-align: middle;
	margin: -.2em .2em 0 0;
}


@media screen and (min-width : 600px) {
#sec__info .sec__info__prof figure {
	right: 0 !important;
}
}

@media screen and (max-width : 767px) {
.sec__first > .inner > h4:last-of-type {
	margin-bottom: 0;
}
.sec__first .fg75 {
	margin-top: 0;
}
#sec__info .sec__info__tbl tr:nth-of-type(5) span:nth-of-type(2) {
	margin-left: 9em;
}
}

@media screen and (min-width : 768px) {
.sec__first .fg-r {
	margin-top: .2em !important;
}
.ptlist li {
	width: calc(32.5% - 2.2em);
}

.sec__worries li {
	width: calc(49% - 1.4em);
	float: left;
}
.sec__worries li img {
	height: min(1.8vw,1em);
}

.sec__tx .inner {
	padding-top: 13em;
	background-size: 43em auto !important;
}
#sec__tx-v .inner {
	padding-top: 11em;
}
#sec__tx__case {
	display: flex;
	justify-content: space-between;
}
#sec__tx__case figure {
	margin: 0;
	width: 48%;
}
.sec__tx__tbl th,
.sec__tx__tbl td {
	padding: .4em 1em;
}
.sec__tx__tbl th {
	width: 20%;
}

#sec__flow .sec__flow__step strong {
	width: 100%;
}
#sec__flow .sec__flow__step figure {
	float: left;
	width: 30%;
	max-width: none;
	margin: 0 3% 20px 0;
}
#sec__flow .sec__flow__step figure img {
	width: 100% !important;
	max-width: 100%;
}
#sec__flow .sec__flow__step p {
	margin-left: 33%;
	margin-right: 0.5em;
}
#sec__flow .sec__flow__step li:nth-of-type(5) p {
	margin-left: 0;
}
#sec__flow .sec__flow__step .sec__flow__ph {
	float: none;
	margin: 0 auto 20px;
	width: 100% !important;
}
#sec__flow .sec__flow__step .sec__flow__ph img {
	width: 30% !important;
	max-width: none !important;
}
#sec__flow .sec__flow__step .sec__flow__ph img:nth-of-type(n + 2) {
	margin-left: 5%;
}
#sec__flow .sec__flow__ph button {
	display: none !important;
}
#sec__flow .sec__flow__ph .slick-track {
	width: auto !important;
}
#sec__flow .txtbox {
	margin: 1em auto 2em;
	width: calc(80% - 1.6em);
	padding: 1em 10% 1.5em;
}

#sec__fee .sec__fee__tbl {
	width: 100%;
	margin: 1em auto;
	border-left: 1px solid #a17c52;
	border-right: 1px solid #a17c52;
}
#sec__fee .sec__fee__tbl caption {
	padding: 0 0 0.3em;
}

#sec__info .sec__info__tbl {
	margin-bottom: 0;
}

#sec__info .sec__info__tbl th {
	width: 20%;
}
#sec__info .sec__info__msg {
	margin-bottom: 2em;
	font-size: 1.1em;
}
#sec__info .sec__info__prof figure img {
	margin-top: 2em;
}
#sec__info .sec__info__prof p {
	float: left;
	margin-right: 2em;
	font-size: .95em;
}
#sec__info .sec__info__prof p:last-of-type {
	margin-right: 0;
}


}








/*	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 p span {
	display: inline-block;
}
.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: #FFA3C3;
}
.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 {
	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: #D3B395;
	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;
}
.form__tbl label {
	display: block !important;
}

}


@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 section {
	padding-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;
}

