@charset "utf-8";
/**
 * init.css
 */

/* reset
--------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	border: none;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
/* img */
img,
/*box*/
div, p, blockquote,
/* heading */
h1, h2, h3, h4, h5, h6,
/* list */
ul, ol, li, dl, dt, dd,
/* form */
form, fieldset, textarea,
/* address */
address,
/* html5 */
main, article, aside, dialog, figure, footer, header, hgroup, nav, section
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	list-style-type: none;
}
/* html5 */
main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
}
/* table */
table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
caption{
	text-align: left;
}
/* a */
a, a:focus, a:hover, a:active {
	outline: none;
}
a {
	color: #6666ff;
	text-decoration: underline;
}
.noT a:hover {
	text-decoration: none;
}
a[href^="tel:"] {
	cursor: default;
	text-decoration: none;
}

/* form */
input, input:focus, input:hover, input:active,
textarea, textarea:focus, textarea:hover, textarea:active {
	outline: none;
}
/* img */
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	-webkit-backface-visibility: hidden;
}

/* selection */
::-moz-selection {
	background: #b2d7fe;
}

* {
	min-height: 0%;
	/* word-break: break-all; */
	word-wrap: break-word;
}


/* set
--------------------------------------------------*/
html {
	font-size: 10px;
}
@media only screen and (max-width:1240px) {
	html {
		font-size: calc(10 / 1240 * 100vw);
	}
}
@media only screen and (max-width:750px) {
	html {
		font-size: calc(20 / 750 * 100vw);
	}
}


/* utility
--------------------------------------------------*/
/* layout */
.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }
.al { text-align: left; }
.ar { text-align: right; }
.ac { text-align: center; }

@media only screen and (max-width:751px) {
	.al_sp { text-align: left !important; }
	.ar_sp { text-align: right !important; }
	.ac_sp { text-align: center !important; }
}


@media only screen and (min-width:750px) {
	.font10_pc {font-size: 1rem !important;}
	.font11_pc {font-size: 1.1rem !important;}
	.font12_pc {font-size: 1.2rem !important;}
	.font13_pc {font-size: 1.3rem !important;}
	.font14_pc {font-size: 1.4rem !important;}
	.font15_pc {font-size: 1.5rem !important;}
	.font16_pc {font-size: 1.6rem !important;}
	.font17_pc {font-size: 1.7rem !important;}
	.font18_pc {font-size: 1.8rem !important;}
	.font19_pc {font-size: 1.9rem !important;}
	.font20_pc {font-size: 2.0rem !important;}
	.font21_pc {font-size: 2.1rem !important;}
	.font22_pc {font-size: 2.2rem !important;}
	.font23_pc {font-size: 2.3rem !important;}
	.font24_pc {font-size: 2.4rem !important;}
	.font25_pc {font-size: 2.5rem !important;}
	.font26_pc {font-size: 2.6rem !important;}
	.font27_pc {font-size: 2.7rem !important;}
	.font28_pc {font-size: 2.8rem !important;}
	.font29_pc {font-size: 2.9rem !important;}
	.font30_pc {font-size: 3.0rem !important;}
	.font31_pc {font-size: 3.1rem !important;}
	.font32_pc {font-size: 3.2rem !important;}
	.font33_pc {font-size: 3.3rem !important;}
	.font34_pc {font-size: 3.4rem !important;}
	.font35_pc {font-size: 3.5rem !important;}
	.font36_pc {font-size: 3.6rem !important;}
	.font37_pc {font-size: 3.7rem !important;}
	.font38_pc {font-size: 3.8rem !important;}
	.font39_pc {font-size: 3.9rem !important;}
	.font40_pc {font-size: 4.0rem !important;}
	.font41_pc {font-size: 4.1rem !important;}
	.font42_pc {font-size: 4.2rem !important;}
	.font43_pc {font-size: 4.3rem !important;}
	.font44_pc {font-size: 4.4rem !important;}
	.font45_pc {font-size: 4.5rem !important;}
	.font46_pc {font-size: 4.6rem !important;}
	.font47_pc {font-size: 4.7rem !important;}
	.font48_pc {font-size: 4.8rem !important;}
	.font49_pc {font-size: 4.9rem !important;}
	.font50_pc {font-size: 5.0rem !important;}
}
@media only screen and (max-width:750px) {
	.font10_sp {font-size: 1rem !important;}
	.font11_sp {font-size: 1.1rem !important;}
	.font12_sp {font-size: 1.2rem !important;}
	.font13_sp {font-size: 1.3rem !important;}
	.font14_sp {font-size: 1.4rem !important;}
	.font15_sp {font-size: 1.5rem !important;}
	.font16_sp {font-size: 1.6rem !important;}
	.font17_sp {font-size: 1.7rem !important;}
	.font18_sp {font-size: 1.8rem !important;}
	.font19_sp {font-size: 1.9rem !important;}
	.font20_sp {font-size: 2.0rem !important;}
	.font21_sp {font-size: 2.1rem !important;}
	.font22_sp {font-size: 2.2rem !important;}
	.font23_sp {font-size: 2.3rem !important;}
	.font24_sp {font-size: 2.4rem !important;}
	.font25_sp {font-size: 2.5rem !important;}
	.font26_sp {font-size: 2.6rem !important;}
	.font27_sp {font-size: 2.7rem !important;}
	.font28_sp {font-size: 2.8rem !important;}
	.font29_sp {font-size: 2.9rem !important;}
	.font30_sp {font-size: 3.0rem !important;}
	.font31_sp {font-size: 3.1rem !important;}
	.font32_sp {font-size: 3.2rem !important;}
	.font33_sp {font-size: 3.3rem !important;}
	.font34_sp {font-size: 3.4rem !important;}
	.font35_sp {font-size: 3.5rem !important;}
	.font36_sp {font-size: 3.6rem !important;}
	.font37_sp {font-size: 3.7rem !important;}
	.font38_sp {font-size: 3.8rem !important;}
	.font39_sp {font-size: 3.9rem !important;}
	.font40_sp {font-size: 4.0rem !important;}
	.font41_sp {font-size: 4.1rem !important;}
	.font42_sp {font-size: 4.2rem !important;}
	.font43_sp {font-size: 4.3rem !important;}
	.font44_sp {font-size: 4.4rem !important;}
	.font45_sp {font-size: 4.5rem !important;}
	.font46_sp {font-size: 4.6rem !important;}
	.font47_sp {font-size: 4.7rem !important;}
	.font48_sp {font-size: 4.8rem !important;}
	.font49_sp {font-size: 4.9rem !important;}
	.font50_sp {font-size: 5.0rem !important;}
}


/* margin-top */
.mt00 { margin-top: 0 !important; }
.mt05 { margin-top: 0.5rem !important; }
.mt10 { margin-top: 1rem !important; }
.mt15 { margin-top: 1.5rem !important; }
.mt20 { margin-top: 2.0rem !important; }
.mt25 { margin-top: 2.5rem !important; }
.mt30 { margin-top: 3.0rem !important; }
.mt35 { margin-top: 3.5rem !important; }
.mt40 { margin-top: 4.0rem !important; }
.mt45 { margin-top: 4.5rem !important; }
.mt50 { margin-top: 5.0rem !important; }
.mt55 { margin-top: 5.5rem !important; }
.mt60 { margin-top: 6.0rem !important; }
.mt65 { margin-top: 6.5rem !important; }
.mt70 { margin-top: 7.0rem !important; }
.mt75 { margin-top: 7.5rem !important; }
.mt80 { margin-top: 8.0rem !important; }
.mt85 { margin-top: 8.5rem !important; }
.mt90 { margin-top: 9.0rem !important; }
.mt95 { margin-top: 9.5rem !important; }
.mt100 { margin-top: 10.0rem !important; }
/* margin-right */
.mr00 { margin-right: .0rem !important; }
.mr05 { margin-right: .5rem !important; }
.mr10 { margin-right: 1rem !important; }
.mr15 { margin-right: 1.5rem !important; }
.mr20 { margin-right: 2.0rem !important; }
.mr25 { margin-right: 2.5rem !important; }
.mr30 { margin-right: 3.0rem !important; }
.mr35 { margin-right: 3.5rem !important; }
.mr40 { margin-right: 4.0rem !important; }
.mr45 { margin-right: 4.5rem !important; }
.mr50 { margin-right: 5.0rem !important; }
.mr55 { margin-right: 5.5rem !important; }
.mr60 { margin-right: 6.0rem !important; }
.mr65 { margin-right: 6.5rem !important; }
.mr70 { margin-right: 7.0rem !important; }
.mr75 { margin-right: 7.5rem !important; }
.mr80 { margin-right: 8.0rem !important; }
.mr85 { margin-right: 8.5rem !important; }
.mr90 { margin-right: 9.0rem !important; }
.mr95 { margin-right: 9.5rem !important; }
.mr100 { margin-right: 10.0rem !important; }
/* margin-bottom */
.mb00 { margin-bottom: .0rem !important; }
.mb05 { margin-bottom: .5rem !important; }
.mb10 { margin-bottom: 1rem !important; }
.mb15 { margin-bottom: 1.5rem !important; }
.mb20 { margin-bottom: 2.0rem !important; }
.mb25 { margin-bottom: 2.5rem !important; }
.mb30 { margin-bottom: 3.0rem !important; }
.mb35 { margin-bottom: 3.5rem !important; }
.mb40 { margin-bottom: 4.0rem !important; }
.mb45 { margin-bottom: 4.5rem !important; }
.mb50 { margin-bottom: 5.0rem !important; }
.mb55 { margin-bottom: 5.5rem !important; }
.mb60 { margin-bottom: 6.0rem !important; }
.mb65 { margin-bottom: 6.5rem !important; }
.mb70 { margin-bottom: 7.0rem !important; }
.mb75 { margin-bottom: 7.5rem !important; }
.mb80 { margin-bottom: 8.0rem !important; }
.mb85 { margin-bottom: 8.5rem !important; }
.mb90 { margin-bottom: 9.0rem !important; }
.mb95 { margin-bottom: 9.5rem !important; }
.mb100 { margin-bottom: 10.0rem !important; }
/* margin-left */
.ml00 { margin-left: .0rem !important; }
.ml05 { margin-left: .5rem !important; }
.ml10 { margin-left: 1rem !important; }
.ml15 { margin-left: 1.5rem !important; }
.ml20 { margin-left: 2.0rem !important; }
.ml25 { margin-left: 2.5rem !important; }
.ml30 { margin-left: 3.0rem !important; }
.ml35 { margin-left: 3.5rem !important; }
.ml40 { margin-left: 4.0rem !important; }
.ml45 { margin-left: 4.5rem !important; }
.ml50 { margin-left: 5.0rem !important; }
.ml55 { margin-left: 5.5rem !important; }
.ml60 { margin-left: 6.0rem !important; }
.ml65 { margin-left: 6.5rem !important; }
.ml70 { margin-left: 7.0rem !important; }
.ml75 { margin-left: 7.5rem !important; }
.ml80 { margin-left: 8.0rem !important; }
.ml85 { margin-left: 8.5rem !important; }
.ml90 { margin-left: 9.0rem !important; }
.ml95 { margin-left: 9.5rem !important; }
.ml100 { margin-left: 10.0rem !important; }
/* padding-top */
.pt00 { padding-top: .0rem !important; }
.pt05 { padding-top: .5rem !important; }
.pt10 { padding-top: 1rem !important; }
.pt15 { padding-top: 1.5rem !important; }
.pt20 { padding-top: 2.0rem !important; }
.pt25 { padding-top: 2.5rem !important; }
.pt30 { padding-top: 3.0rem !important; }
.pt35 { padding-top: 3.5rem !important; }
.pt40 { padding-top: 4.0rem !important; }
.pt45 { padding-top: 4.5rem !important; }
.pt50 { padding-top: 5.0rem !important; }
.pt55 { padding-top: 5.5rem !important; }
.pt60 { padding-top: 6.0rem !important; }
.pt65 { padding-top: 6.5rem !important; }
.pt70 { padding-top: 7.0rem !important; }
.pt75 { padding-top: 7.5rem !important; }
.pt80 { padding-top: 8.0rem !important; }
.pt85 { padding-top: 8.5rem !important; }
.pt90 { padding-top: 9.0rem !important; }
.pt95 { padding-top: 9.5rem !important; }
.pt100 { padding-top: 10.0rem !important; }
/* padding-right */
.pr00 { padding-right: .0rem !important; }
.pr05 { padding-right: .5rem !important; }
.pr10 { padding-right: 1rem !important; }
.pr15 { padding-right: 1.5rem !important; }
.pr20 { padding-right: 2.0rem !important; }
.pr25 { padding-right: 2.5rem !important; }
.pr30 { padding-right: 3.0rem !important; }
.pr35 { padding-right: 3.5rem !important; }
.pr40 { padding-right: 4.0rem !important; }
.pr45 { padding-right: 4.5rem !important; }
.pr50 { padding-right: 5.0rem !important; }
.pr55 { padding-right: 5.5rem !important; }
.pr60 { padding-right: 6.0rem !important; }
.pr65 { padding-right: 6.5rem !important; }
.pr70 { padding-right: 7.0rem !important; }
.pr75 { padding-right: 7.5rem !important; }
.pr80 { padding-right: 8.0rem !important; }
.pr85 { padding-right: 8.5rem !important; }
.pr90 { padding-right: 9.0rem !important; }
.pr95 { padding-right: 9.5rem !important; }
.pr100 { padding-right: 10.0rem !important; }
/* padding-bottom */
.pb00 { padding-bottom: .0rem !important; }
.pb05 { padding-bottom: .5rem !important; }
.pb10 { padding-bottom: 1rem !important; }
.pb15 { padding-bottom: 1.5rem !important; }
.pb20 { padding-bottom: 2.0rem !important; }
.pb25 { padding-bottom: 2.5rem !important; }
.pb30 { padding-bottom: 3.0rem !important; }
.pb35 { padding-bottom: 3.5rem !important; }
.pb40 { padding-bottom: 4.0rem !important; }
.pb45 { padding-bottom: 4.5rem !important; }
.pb50 { padding-bottom: 5.0rem !important; }
.pb55 { padding-bottom: 5.5rem !important; }
.pb60 { padding-bottom: 6.0rem !important; }
.pb65 { padding-bottom: 6.5rem !important; }
.pb70 { padding-bottom: 7.0rem !important; }
.pb75 { padding-bottom: 7.5rem !important; }
.pb80 { padding-bottom: 8.0rem !important; }
.pb85 { padding-bottom: 8.5rem !important; }
.pb90 { padding-bottom: 9.0rem !important; }
.pb95 { padding-bottom: 9.5rem !important; }
.pb100 { padding-bottom: 10.0rem !important; }
/* padding-left */
.pl00 { padding-left: .0rem !important; }
.pl05 { padding-left: .5rem !important; }
.pl10 { padding-left: 1rem !important; }
.pl15 { padding-left: 1.5rem !important; }
.pl20 { padding-left: 2.0rem !important; }
.pl25 { padding-left: 2.5rem !important; }
.pl30 { padding-left: 3.0rem !important; }
.pl35 { padding-left: 3.5rem !important; }
.pl40 { padding-left: 4.0rem !important; }
.pl45 { padding-left: 4.5rem !important; }
.pl50 { padding-left: 5.0rem !important; }
.pl55 { padding-left: 5.5rem !important; }
.pl60 { padding-left: 6.0rem !important; }
.pl65 { padding-left: 6.5rem !important; }
.pl70 { padding-left: 7.0rem !important; }
.pl75 { padding-left: 7.5rem !important; }
.pl80 { padding-left: 8.0rem !important; }
.pl85 { padding-left: 8.5rem !important; }
.pl90 { padding-left: 9.0rem !important; }
.pl95 { padding-left: 9.5rem !important; }
.pl100 { padding-left: 10.0rem !important; }

@media only screen and (min-width:751px) {
	/* margin-top */
	.mt00_pc { margin-top: .0rem !important; }
	.mt05_pc { margin-top: .5rem !important; }
	.mt10_pc { margin-top: 1rem !important; }
	.mt15_pc { margin-top: 1.5rem !important; }
	.mt20_pc { margin-top: 2.0rem !important; }
	.mt25_pc { margin-top: 2.5rem !important; }
	.mt30_pc { margin-top: 3.0rem !important; }
	.mt35_pc { margin-top: 3.5rem !important; }
	.mt40_pc { margin-top: 4.0rem !important; }
	.mt45_pc { margin-top: 4.5rem !important; }
	.mt50_pc { margin-top: 5.0rem !important; }
	.mt55_pc { margin-top: 5.5rem !important; }
	.mt60_pc { margin-top: 6.0rem !important; }
	.mt65_pc { margin-top: 6.5rem !important; }
	.mt70_pc { margin-top: 7.0rem !important; }
	.mt75_pc { margin-top: 7.5rem !important; }
	.mt80_pc { margin-top: 8.0rem !important; }
	.mt85_pc { margin-top: 8.5rem !important; }
	.mt90_pc { margin-top: 9.0rem !important; }
	.mt95_pc { margin-top: 9.5rem !important; }
	.mt100_pc { margin-top: 10.0rem !important; }
	/* margin-right */
	.mr00_pc { margin-right: .0rem !important; }
	.mr05_pc { margin-right: .5rem !important; }
	.mr10_pc { margin-right: 1rem !important; }
	.mr15_pc { margin-right: 1.5rem !important; }
	.mr20_pc { margin-right: 2.0rem !important; }
	.mr25_pc { margin-right: 2.5rem !important; }
	.mr30_pc { margin-right: 3.0rem !important; }
	.mr35_pc { margin-right: 3.5rem !important; }
	.mr40_pc { margin-right: 4.0rem !important; }
	.mr45_pc { margin-right: 4.5rem !important; }
	.mr50_pc { margin-right: 5.0rem !important; }
	.mr55_pc { margin-right: 5.5rem !important; }
	.mr60_pc { margin-right: 6.0rem !important; }
	.mr65_pc { margin-right: 6.5rem !important; }
	.mr70_pc { margin-right: 7.0rem !important; }
	.mr75_pc { margin-right: 7.5rem !important; }
	.mr80_pc { margin-right: 8.0rem !important; }
	.mr85_pc { margin-right: 8.5rem !important; }
	.mr90_pc { margin-right: 9.0rem !important; }
	.mr95_pc { margin-right: 9.5rem !important; }
	.mr100_pc { margin-right: 10.0rem !important; }
	/* margin-bottom */
	.mb00_pc { margin-bottom: .0rem !important; }
	.mb05_pc { margin-bottom: .5rem !important; }
	.mb10_pc { margin-bottom: 1rem !important; }
	.mb15_pc { margin-bottom: 1.5rem !important; }
	.mb20_pc { margin-bottom: 2.0rem !important; }
	.mb25_pc { margin-bottom: 2.5rem !important; }
	.mb30_pc { margin-bottom: 3.0rem !important; }
	.mb35_pc { margin-bottom: 3.5rem !important; }
	.mb40_pc { margin-bottom: 4.0rem !important; }
	.mb45_pc { margin-bottom: 4.5rem !important; }
	.mb50_pc { margin-bottom: 5.0rem !important; }
	.mb55_pc { margin-bottom: 5.5rem !important; }
	.mb60_pc { margin-bottom: 6.0rem !important; }
	.mb65_pc { margin-bottom: 6.5rem !important; }
	.mb70_pc { margin-bottom: 7.0rem !important; }
	.mb75_pc { margin-bottom: 7.5rem !important; }
	.mb80_pc { margin-bottom: 8.0rem !important; }
	.mb85_pc { margin-bottom: 8.5rem !important; }
	.mb90_pc { margin-bottom: 9.0rem !important; }
	.mb95_pc { margin-bottom: 9.5rem !important; }
	.mb100_pc { margin-bottom: 10.0rem !important; }
	/* margin-left */
	.ml00_pc { margin-left: .0rem !important; }
	.ml05_pc { margin-left: .5rem !important; }
	.ml10_pc { margin-left: 1rem !important; }
	.ml15_pc { margin-left: 1.5rem !important; }
	.ml20_pc { margin-left: 2.0rem !important; }
	.ml25_pc { margin-left: 2.5rem !important; }
	.ml30_pc { margin-left: 3.0rem !important; }
	.ml35_pc { margin-left: 3.5rem !important; }
	.ml40_pc { margin-left: 4.0rem !important; }
	.ml45_pc { margin-left: 4.5rem !important; }
	.ml50_pc { margin-left: 5.0rem !important; }
	.ml55_pc { margin-left: 5.5rem !important; }
	.ml60_pc { margin-left: 6.0rem !important; }
	.ml65_pc { margin-left: 6.5rem !important; }
	.ml70_pc { margin-left: 7.0rem !important; }
	.ml75_pc { margin-left: 7.5rem !important; }
	.ml80_pc { margin-left: 8.0rem !important; }
	.ml85_pc { margin-left: 8.5rem !important; }
	.ml90_pc { margin-left: 9.0rem !important; }
	.ml95_pc { margin-left: 9.5rem !important; }
	.ml100_pc { margin-left: 10.0rem !important; }

	/* padding-top */
	.pt00_pc { padding-top: .0rem !important; }
	.pt05_pc { padding-top: .5rem !important; }
	.pt10_pc { padding-top: 1rem !important; }
	.pt15_pc { padding-top: 1.5rem !important; }
	.pt20_pc { padding-top: 2.0rem !important; }
	.pt25_pc { padding-top: 2.5rem !important; }
	.pt30_pc { padding-top: 3.0rem !important; }
	.pt35_pc { padding-top: 3.5rem !important; }
	.pt40_pc { padding-top: 4.0rem !important; }
	.pt45_pc { padding-top: 4.5rem !important; }
	.pt50_pc { padding-top: 5.0rem !important; }
	.pt55_pc { padding-top: 5.5rem !important; }
	.pt60_pc { padding-top: 6.0rem !important; }
	.pt65_pc { padding-top: 6.5rem !important; }
	.pt70_pc { padding-top: 7.0rem !important; }
	.pt75_pc { padding-top: 7.5rem !important; }
	.pt80_pc { padding-top: 8.0rem !important; }
	.pt85_pc { padding-top: 8.5rem !important; }
	.pt90_pc { padding-top: 9.0rem !important; }
	.pt95_pc { padding-top: 9.5rem !important; }
	.pt100_pc { padding-top: 10.0rem !important; }
	/* padding-right */
	.pr00_pc { padding-right: .0rem !important; }
	.pr05_pc { padding-right: .5rem !important; }
	.pr10_pc { padding-right: 1rem !important; }
	.pr15_pc { padding-right: 1.5rem !important; }
	.pr20_pc { padding-right: 2.0rem !important; }
	.pr25_pc { padding-right: 2.5rem !important; }
	.pr30_pc { padding-right: 3.0rem !important; }
	.pr35_pc { padding-right: 3.5rem !important; }
	.pr40_pc { padding-right: 4.0rem !important; }
	.pr45_pc { padding-right: 4.5rem !important; }
	.pr50_pc { padding-right: 5.0rem !important; }
	.pr55_pc { padding-right: 5.5rem !important; }
	.pr60_pc { padding-right: 6.0rem !important; }
	.pr65_pc { padding-right: 6.5rem !important; }
	.pr70_pc { padding-right: 7.0rem !important; }
	.pr75_pc { padding-right: 7.5rem !important; }
	.pr80_pc { padding-right: 8.0rem !important; }
	.pr85_pc { padding-right: 8.5rem !important; }
	.pr90_pc { padding-right: 9.0rem !important; }
	.pr95_pc { padding-right: 9.5rem !important; }
	.pr100_pc { padding-right: 10.0rem !important; }
	/* padding-bottom */
	.pb00_pc { padding-bottom: .0rem !important; }
	.pb05_pc { padding-bottom: .5rem !important; }
	.pb10_pc { padding-bottom: 1rem !important; }
	.pb15_pc { padding-bottom: 1.5rem !important; }
	.pb20_pc { padding-bottom: 2.0rem !important; }
	.pb25_pc { padding-bottom: 2.5rem !important; }
	.pb30_pc { padding-bottom: 3.0rem !important; }
	.pb35_pc { padding-bottom: 3.5rem !important; }
	.pb40_pc { padding-bottom: 4.0rem !important; }
	.pb45_pc { padding-bottom: 4.5rem !important; }
	.pb50_pc { padding-bottom: 5.0rem !important; }
	.pb55_pc { padding-bottom: 5.5rem !important; }
	.pb60_pc { padding-bottom: 6.0rem !important; }
	.pb65_pc { padding-bottom: 6.5rem !important; }
	.pb70_pc { padding-bottom: 7.0rem !important; }
	.pb75_pc { padding-bottom: 7.5rem !important; }
	.pb80_pc { padding-bottom: 8.0rem !important; }
	.pb85_pc { padding-bottom: 8.5rem !important; }
	.pb90_pc { padding-bottom: 9.0rem !important; }
	.pb95_pc { padding-bottom: 9.5rem !important; }
	.pb100_pc { padding-bottom: 10.0rem !important; }
	/* padding-left */
	.pl00_pc { padding-left: .0rem !important; }
	.pl05_pc { padding-left: .5rem !important; }
	.pl10_pc { padding-left: 1rem !important; }
	.pl15_pc { padding-left: 1.5rem !important; }
	.pl20_pc { padding-left: 2.0rem !important; }
	.pl25_pc { padding-left: 2.5rem !important; }
	.pl30_pc { padding-left: 3.0rem !important; }
	.pl35_pc { padding-left: 3.5rem !important; }
	.pl40_pc { padding-left: 4.0rem !important; }
	.pl45_pc { padding-left: 4.5rem !important; }
	.pl50_pc { padding-left: 5.0rem !important; }
	.pl55_pc { padding-left: 5.5rem !important; }
	.pl60_pc { padding-left: 6.0rem !important; }
	.pl65_pc { padding-left: 6.5rem !important; }
	.pl70_pc { padding-left: 7.0rem !important; }
	.pl75_pc { padding-left: 7.5rem !important; }
	.pl80_pc { padding-left: 8.0rem !important; }
	.pl85_pc { padding-left: 8.5rem !important; }
	.pl90_pc { padding-left: 9.0rem !important; }
	.pl95_pc { padding-left: 9.5rem !important; }
	.pl100_pc { padding-left: 10.0rem !important; }
}

@media only screen and (max-width:750px) {
	/* margin-top */
	.mt00_sp { margin-top: .0rem !important; }
	.mt05_sp { margin-top: .5rem !important; }
	.mt10_sp { margin-top: 1rem !important; }
	.mt15_sp { margin-top: 1.5rem !important; }
	.mt20_sp { margin-top: 2.0rem !important; }
	.mt25_sp { margin-top: 2.5rem !important; }
	.mt30_sp { margin-top: 3.0rem !important; }
	.mt35_sp { margin-top: 3.5rem !important; }
	.mt40_sp { margin-top: 4.0rem !important; }
	.mt45_sp { margin-top: 4.5rem !important; }
	.mt50_sp { margin-top: 5.0rem !important; }
	.mt55_sp { margin-top: 5.5rem !important; }
	.mt60_sp { margin-top: 6.0rem !important; }
	.mt65_sp { margin-top: 6.5rem !important; }
	.mt70_sp { margin-top: 7.0rem !important; }
	.mt75_sp { margin-top: 7.5rem !important; }
	.mt80_sp { margin-top: 8.0rem !important; }
	.mt85_sp { margin-top: 8.5rem !important; }
	.mt90_sp { margin-top: 9.0rem !important; }
	.mt95_sp { margin-top: 9.5rem !important; }
	.mt100_sp { margin-top: 10.0rem !important; }
	/* margin-right */
	.mr00_sp { margin-right: .0rem !important; }
	.mr05_sp { margin-right: .5rem !important; }
	.mr10_sp { margin-right: 1rem !important; }
	.mr15_sp { margin-right: 1.5rem !important; }
	.mr20_sp { margin-right: 2.0rem !important; }
	.mr25_sp { margin-right: 2.5rem !important; }
	.mr30_sp { margin-right: 3.0rem !important; }
	.mr35_sp { margin-right: 3.5rem !important; }
	.mr40_sp { margin-right: 4.0rem !important; }
	.mr45_sp { margin-right: 4.5rem !important; }
	.mr50_sp { margin-right: 5.0rem !important; }
	.mr55_sp { margin-right: 5.5rem !important; }
	.mr60_sp { margin-right: 6.0rem !important; }
	.mr65_sp { margin-right: 6.5rem !important; }
	.mr70_sp { margin-right: 7.0rem !important; }
	.mr75_sp { margin-right: 7.5rem !important; }
	.mr80_sp { margin-right: 8.0rem !important; }
	.mr85_sp { margin-right: 8.5rem !important; }
	.mr90_sp { margin-right: 9.0rem !important; }
	.mr95_sp { margin-right: 9.5rem !important; }
	.mr100_sp { margin-right: 10.0rem !important; }
	/* margin-bottom */
	.mb00_sp { margin-bottom: .0rem !important; }
	.mb05_sp { margin-bottom: .5rem !important; }
	.mb10_sp { margin-bottom: 1rem !important; }
	.mb15_sp { margin-bottom: 1.5rem !important; }
	.mb20_sp { margin-bottom: 2.0rem !important; }
	.mb25_sp { margin-bottom: 2.5rem !important; }
	.mb30_sp { margin-bottom: 3.0rem !important; }
	.mb35_sp { margin-bottom: 3.5rem !important; }
	.mb40_sp { margin-bottom: 4.0rem !important; }
	.mb45_sp { margin-bottom: 4.5rem !important; }
	.mb50_sp { margin-bottom: 5.0rem !important; }
	.mb55_sp { margin-bottom: 5.5rem !important; }
	.mb60_sp { margin-bottom: 6.0rem !important; }
	.mb65_sp { margin-bottom: 6.5rem !important; }
	.mb70_sp { margin-bottom: 7.0rem !important; }
	.mb75_sp { margin-bottom: 7.5rem !important; }
	.mb80_sp { margin-bottom: 8.0rem !important; }
	.mb85_sp { margin-bottom: 8.5rem !important; }
	.mb90_sp { margin-bottom: 9.0rem !important; }
	.mb95_sp { margin-bottom: 9.5rem !important; }
	.mb100_sp { margin-bottom: 10.0rem !important; }
	/* margin-left */
	.ml00_sp { margin-left: .0rem !important; }
	.ml05_sp { margin-left: .5rem !important; }
	.ml10_sp { margin-left: 1rem !important; }
	.ml15_sp { margin-left: 1.5rem !important; }
	.ml20_sp { margin-left: 2.0rem !important; }
	.ml25_sp { margin-left: 2.5rem !important; }
	.ml30_sp { margin-left: 3.0rem !important; }
	.ml35_sp { margin-left: 3.5rem !important; }
	.ml40_sp { margin-left: 4.0rem !important; }
	.ml45_sp { margin-left: 4.5rem !important; }
	.ml50_sp { margin-left: 5.0rem !important; }
	.ml55_sp { margin-left: 5.5rem !important; }
	.ml60_sp { margin-left: 6.0rem !important; }
	.ml65_sp { margin-left: 6.5rem !important; }
	.ml70_sp { margin-left: 7.0rem !important; }
	.ml75_sp { margin-left: 7.5rem !important; }
	.ml80_sp { margin-left: 8.0rem !important; }
	.ml85_sp { margin-left: 8.5rem !important; }
	.ml90_sp { margin-left: 9.0rem !important; }
	.ml95_sp { margin-left: 9.5rem !important; }
	.ml100_sp { margin-left: 10.0rem !important; }

	/* padding-top */
	.pt00_sp { padding-top: .0rem !important; }
	.pt05_sp { padding-top: .5rem !important; }
	.pt10_sp { padding-top: 1rem !important; }
	.pt15_sp { padding-top: 1.5rem !important; }
	.pt20_sp { padding-top: 2.0rem !important; }
	.pt25_sp { padding-top: 2.5rem !important; }
	.pt30_sp { padding-top: 3.0rem !important; }
	.pt35_sp { padding-top: 3.5rem !important; }
	.pt40_sp { padding-top: 4.0rem !important; }
	.pt45_sp { padding-top: 4.5rem !important; }
	.pt50_sp { padding-top: 5.0rem !important; }
	.pt55_sp { padding-top: 5.5rem !important; }
	.pt60_sp { padding-top: 6.0rem !important; }
	.pt65_sp { padding-top: 6.5rem !important; }
	.pt70_sp { padding-top: 7.0rem !important; }
	.pt75_sp { padding-top: 7.5rem !important; }
	.pt80_sp { padding-top: 8.0rem !important; }
	.pt85_sp { padding-top: 8.5rem !important; }
	.pt90_sp { padding-top: 9.0rem !important; }
	.pt95_sp { padding-top: 9.5rem !important; }
	.pt100_sp { padding-top: 10.0rem !important; }
	/* padding-right */
	.pr00_sp { padding-right: .0rem !important; }
	.pr05_sp { padding-right: .5rem !important; }
	.pr10_sp { padding-right: 1rem !important; }
	.pr15_sp { padding-right: 1.5rem !important; }
	.pr20_sp { padding-right: 2.0rem !important; }
	.pr25_sp { padding-right: 2.5rem !important; }
	.pr30_sp { padding-right: 3.0rem !important; }
	.pr35_sp { padding-right: 3.5rem !important; }
	.pr40_sp { padding-right: 4.0rem !important; }
	.pr45_sp { padding-right: 4.5rem !important; }
	.pr50_sp { padding-right: 5.0rem !important; }
	.pr55_sp { padding-right: 5.5rem !important; }
	.pr60_sp { padding-right: 6.0rem !important; }
	.pr65_sp { padding-right: 6.5rem !important; }
	.pr70_sp { padding-right: 7.0rem !important; }
	.pr75_sp { padding-right: 7.5rem !important; }
	.pr80_sp { padding-right: 8.0rem !important; }
	.pr85_sp { padding-right: 8.5rem !important; }
	.pr90_sp { padding-right: 9.0rem !important; }
	.pr95_sp { padding-right: 9.5rem !important; }
	.pr100_sp { padding-right: 10.0rem !important; }
	/* padding-bottom */
	.pb00_sp { padding-bottom: .0rem !important; }
	.pb05_sp { padding-bottom: .5rem !important; }
	.pb10_sp { padding-bottom: 1rem !important; }
	.pb15_sp { padding-bottom: 1.5rem !important; }
	.pb20_sp { padding-bottom: 2.0rem !important; }
	.pb25_sp { padding-bottom: 2.5rem !important; }
	.pb30_sp { padding-bottom: 3.0rem !important; }
	.pb35_sp { padding-bottom: 3.5rem !important; }
	.pb40_sp { padding-bottom: 4.0rem !important; }
	.pb45_sp { padding-bottom: 4.5rem !important; }
	.pb50_sp { padding-bottom: 5.0rem !important; }
	.pb55_sp { padding-bottom: 5.5rem !important; }
	.pb60_sp { padding-bottom: 6.0rem !important; }
	.pb65_sp { padding-bottom: 6.5rem !important; }
	.pb70_sp { padding-bottom: 7.0rem !important; }
	.pb75_sp { padding-bottom: 7.5rem !important; }
	.pb80_sp { padding-bottom: 8.0rem !important; }
	.pb85_sp { padding-bottom: 8.5rem !important; }
	.pb90_sp { padding-bottom: 9.0rem !important; }
	.pb95_sp { padding-bottom: 9.5rem !important; }
	.pb100_sp { padding-bottom: 10.0rem !important; }
	/* padding-left */
	.pl00_sp { padding-left: .0rem !important; }
	.pl05_sp { padding-left: .5rem !important; }
	.pl10_sp { padding-left: 1rem !important; }
	.pl15_sp { padding-left: 1.5rem !important; }
	.pl20_sp { padding-left: 2.0rem !important; }
	.pl25_sp { padding-left: 2.5rem !important; }
	.pl30_sp { padding-left: 3.0rem !important; }
	.pl35_sp { padding-left: 3.5rem !important; }
	.pl40_sp { padding-left: 4.0rem !important; }
	.pl45_sp { padding-left: 4.5rem !important; }
	.pl50_sp { padding-left: 5.0rem !important; }
	.pl55_sp { padding-left: 5.5rem !important; }
	.pl60_sp { padding-left: 6.0rem !important; }
	.pl65_sp { padding-left: 6.5rem !important; }
	.pl70_sp { padding-left: 7.0rem !important; }
	.pl75_sp { padding-left: 7.5rem !important; }
	.pl80_sp { padding-left: 8.0rem !important; }
	.pl85_sp { padding-left: 8.5rem !important; }
	.pl90_sp { padding-left: 9.0rem !important; }
	.pl95_sp { padding-left: 9.5rem !important; }
	.pl100_sp { padding-left: 10.0rem !important; }
}


/* clearfix */
.clearfix {
	zoom: 1;
}
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	content: '';
}


/*************************************************

 siteCommonStyle

*************************************************/


/* sp pc */
@media only screen and (min-width:992px) {
	.tbView {
		display: none !important;
	}
}
@media only screen and (min-width:751px) {
	.spView {
		display: none !important;
	}
}
@media only screen and (max-width:750px) {
	.pcView {
		display: none !important;
	}
}

.nolink {
	opacity: 0.5;
	pointer-events: none;
}

/* fade */
@media only screen and (min-width:751px) {
	.pcmode .fade,
	.pcmode .fadearea a {
		transition-property: opacity;
		transition-duration: 0.3s;
	}
	.pcmode .fade:hover,
	.pcmode .fadearea a:hover {
		opacity: 0.7;
	}
	.textBdr:hover,
	.textBdrList a:hover {
		text-decoration: underline !important;
	}
	.hoverScaleList figure {
		overflow: hidden;
		position: relative;
	}
	.hoverScaleList img {
		transform: scale(1);
		transition: transform 0.4s;
	}
	.pcmode .hoverScaleList a:hover img {
		transform: scale(1.1);
	}
}



/*************************************************

 wrapper

*************************************************/
#wrapper {
	color: #000;
	font-family: 'Noto Serif JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 1.6rem;
	line-height: 1.7;
	text-align: left;
}
.en {
	font-family: 'Cinzel', serif;
}
.en_sml {
	font-family: 'Marcellus', serif;
}
@media only screen and (max-width:767px) {
	#wrapper {
		font-size: 1.4rem;
	}
}



/*************************************************

 header

*************************************************/
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
.header__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 7rem;
}
.header__top__logo {
	width: 20rem;
	margin-left: 4rem;
	line-height: 0;
}
.header__top__logo a {
	display: block;
}
.header__top__btns {
	display: flex;
	height: 7rem;
}
.header__top__btns li,
.header__top__btns li.is-btn a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header__top__btns li.is-btn a {
	height: 100%;
	padding: 0 2.5rem;
	color: #fff;
	text-decoration: none;
}
.header__top__btns__reserve > a {
	background: #893319 no-repeat center center;
	pointer-events: none;
} 
.header__top__btns__lang a {
	background: #204d85;
}
@media only screen and (max-width:750px) {
	.header__top {
		position: relative;
		height: 5rem;
		z-index: 50;
	}
	.header__top__logo {
		width: 10rem;
		margin-left: 1.5rem;
	}
	.header__top__btns {
		height: 5rem;
	}
	.header__top__btns li.is-btn {
		margin-right: 1rem;
		align-items: center;
		justify-content: center;
	}
	.header__top__btns li.is-btn > a {
		height: 3rem;
		width: 3rem;
		justify-content: center;
		padding: 0;
		color: #fff;
		text-align: center;
		font-size: 1rem;
		text-decoration: none;
		border-radius: 50%;
	}
	.header__top__btns__reserve > a {
		background-image: url(../images/common/header_icon_reserve.png);
		background-size: 1.2rem auto;
	} 
	.header__top__btns__lang a {
		background-color: #204d85;
	}
}



/*************************************************

 globalnavi

*************************************************/
.globalnavi {
	position: absolute;
	bottom: 0;
	right: 26rem;
}
.globalnavi__main {
	display: flex;
}
.globalnavi__main__li {
	position: relative;
}
.globalnavi__main__li + .globalnavi__main__li:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: '';
	width: 1px;
	height: 60%;
	background-color: #fff;
	transform: translateY(-50%);
}
.globalnavi__main a,
.globalnavi__main span,
.header__top__btns .globalnavi__child li a {
	display: block;
	padding: 0.5rem 5rem 0.8rem;
	color: #fff;
	text-decoration: none;
}
.header__top__btns .globalnavi__child li a {
	padding: 0.5rem 0 0.8rem;
	width: 100%;
}

.globalnavi__child {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	display: none;
	border-top: #893319 solid 0.3rem;
}
.globalnavi__child li + li {
	padding-top: 1px;
}
.globalnavi__child a {
	padding-right: 0;
	padding-left: 0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width:750px) {
	.header__overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		height: 100svh;
		opacity: 0;
		visibility: hidden;
		z-index: 10;
		background-color: rgba(0, 0, 0, 0.7);
		transition: opacity 0.5s, visibility 0.5s;
		opacity: 0;
	}
	.globalnavi {
		top: 5rem;
		right: 0;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.5s, visibility 0.5s;
		z-index: 20;
	}
	.is-open .header__overlay,
	.is-open .globalnavi {
		opacity: 1;
		visibility: visible;
	}
	.globalnavi__main {
		display: block;
		width: 30rem;
	}
	.globalnavi__main__li + .globalnavi__main__li:before {
		display: none;
	}
	.globalnavi__main a,
	.globalnavi__main span,
	.header__top__btns .globalnavi__child li a,
	.globalnavi__child.globalnavi-reserve span {
		position: relative;
		padding: 1.5rem 0 1.5rem 3rem;
		font-size: 1.3rem;
		background-color: rgba(0, 0, 0, 0.8);
	}
	.globalnavi__main a:before,
	.globalnavi-reserve a:before {
		box-sizing: border-box;
		position: absolute;
		top: 50%;
		right: 3.3rem;
		display: block;
		content: '';
		width: 1rem;
		height: 1rem;
		margin-top: -0.5rem;
		border-top: #fff solid 1px;
		border-right: #fff solid 1px;
		transform: rotate(45deg);
	}
	.globalnavi__child {
		position: static;
		display: block !important;
		border-top: none;
	}
	.globalnavi__child li + li {
		padding-top: 0;
	}
	.globalnavi__child a {
		padding-right: 0;
		padding-left: 4.5rem;
		text-align: left;
		background-color: rgba(0, 0, 0, 0.5);
	}
	.globalnavi__child .is-beige {
		background-color: rgba(135, 104, 79, 0.8);
	}
	.globalnavi__child .is-bleu {
		background-color: rgba(56, 104, 152, 0.8);
	}
}



/*************************************************

 hamburgerMenu

*************************************************/
.header__top__btns__hamburger {
	position: relative;
	width: 5rem;
	height: 5rem;
	background-color: #000;
	cursor: pointer;
}
.header__top__btns__hamburger__bdr {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2.3rem;
	height: 2rem;
	margin: 0 auto;
	transform: translate(-50%,-50%);
}
.header__top__btns__hamburger__bdr span,
.header__top__btns__hamburger__bdr:before,
.header__top__btns__hamburger__bdr:after {
	position: absolute;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #fff;
}
.header__top__btns__hamburger__bdr span {
	top: 50%;
	margin-top: -1px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
.header__top__btns__hamburger__bdr:before {
	top: 0;
}
.header__top__btns__hamburger__bdr:after {
	top: 100%;
	transform: translateY(-100%);
}
.is-open .header__top__btns__hamburger__bdr:before {
	animation: menuAnime01 .4s forwards;
}
.is-open .header__top__btns__hamburger__bdr:after {
	animation: menuAnime02 .4s forwards;
}
.is-open .header__top__btns__hamburger__bdr span {
	opacity: 0;
}
.is-close .header__top__btns__hamburger__bdr:before {
	animation: menuAnime01_close .4s forwards;
}
.is-close .header__top__btns__hamburger__bdr:after {
	animation: menuAnime02_close .4s forwards;
}
#hamburgerMenu p {
	position: relative;
	margin-top: 10px;
	font-size: 13px;
	line-height: 1;
}
#hamburgerMenu p span {
	display: block;
}
#hamburgerMenu p span:last-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	background-color: #fff;
	transition-property: opacity;
	transition-duration: 0.3s;
}

@keyframes menuAnime01 {
	50% {
		top: 50%;
		margin-top: -1px;
		transform: rotate(0deg);
	}
	100% {
		top: 50%;
		margin-top: -1px;
		transform: rotate(45deg);
	}
}
@keyframes menuAnime01_close {
	0% {
		top: 50%;
		margin-top: -1px;
		transform: rotate(45deg);
	}
	50% {
		top: 50%;
		margin-top: -1px;
		transform: rotate(0deg);
	}
	100% {
		top: 0;
		transform: rotate(0deg);
	}
}
@keyframes menuAnime02 {
	50% {
		top: 50%;
		margin-top: -1px;
		transform: rotate(0deg) translateY(0);
	}
	100% {
		top: 50%;
		margin-top: -1px;
		transform: rotate(-45deg) translateY(0);
	}
}
@keyframes menuAnime02_close {
	0% {
		top: 50%;
		margin-top: -1px;
		transform: rotate(-45deg) translateY(0);
	}
	50% {
		top: 50%;
		margin-top: -1px;
		transform: rotate(0deg) translateY(0);
	}
	100% {
		top: 100%;
		margin-top: 0;
		transform: rotate(0deg) translateY(-100%);
	}
}




/*************************************************

 container

*************************************************/
#container {}


/*************************************************

 footer

*************************************************/

.footer__nav {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #282828;
	min-height: 10rem;
}
.footer__nav__li {
	margin: 2rem 2.5rem;
}
.footer__nav__li > * {
	display: block;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
}
.footer__nav__child {
	padding-left: 0.5rem;
}
.footer__nav__child a {
	color: #fff;
	font-size: 0.85em;
	font-weight: 500;
	text-decoration: none;
}
@media only screen and (max-width:750px) {
	.footer__nav {
		min-height: 7rem;
	}
	.footer__nav__li {
		margin: 0.5rem 1.2rem;
	}
}


.footer__content {
	padding: 4rem 0;
	color: #fff;
	text-align: center;
	background-color: #000000;
}

.footer__content__cp__label {
	margin-bottom: 1rem;
	font-size: 1.4rem;
	font-weight: 500;
}

.footer__content__copyright {
	margin-top: 2rem;
	font-size: 1.1rem;
	font-weight: 700;
}












/*************************************************

 parts

*************************************************/

.parts-wide {
	max-width: 120rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2rem;
	padding-right: 2rem;
}

.parts-bigtitle01 {
	font-size: 4.8rem;
	line-height: 1.5;
}
@media only screen and (max-width:750px) {
	.parts-bigtitle01 {
		font-size: 2.6rem;
	}
}

.parts-bigtitle02 {
	font-size: 4.4rem;
	line-height: 1.5;
}
@media only screen and (max-width:750px) {
	.parts-bigtitle02 {
		font-size: 2.4rem;
	}
}

.parts-midtitle01 {
	font-size: 2.5rem;
	line-height: 1.5;
}
@media only screen and (max-width:750px) {
	.parts-midtitle01 {
		font-size: 1.8rem;
	}
}

.parts-texts01 {
	font-size: 1.6rem;
	line-height: 2;
}
@media only screen and (max-width:750px) {
	.parts-texts01 {
		font-size: 1.4rem;
		line-height: 1.8;
	}
}


.parts-button01 {
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	max-width: 100%;
	width: 18rem;
	padding-left: 2rem;
	color: #fff;
	min-height: 5rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
	background-color: #4a3c37;
	transition: opacity 0.5s;
	text-decoration: none;
}
.parts-button01::before {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	content: '';
	width: 3rem;
	height: 1px;
	background-color: #fff;
	transition: width 0.4s;
}

.parts-button01.is-red {
	background-color: #893319;
}

.parts-button01:hover::before {
	width: 2px;
}



.parts-anhorpoint {
	position: relative;
	top: -7rem;
	width: 0;
	height: 0;
}
@media only screen and (max-width:750px) {
	.parts-anhorpoint {
		top: -5rem;
	}
}







/* fade anime
--------------------------------*/
.effectFU,
.effectFL,
.effectFR,
.effectFD,
.effectIn,
.ch-effectFU,
.ch-effectFL,
.ch-effectFR,
.ch-effectFD,
.ch-effectIn {
	opacity: 0;
	transition: transform 0.8s, opacity 0.8s;
}

.effectFU,.ch-effectFU {transform: translateY(50px);}
.effectFL,.ch-effectFL {transform: translateX(50px);}
.effectFR,.ch-effectFR {transform: translateX(-50px);}
.effectFD,.ch-effectFD {transform: translateY(-50px);}

.effectFU.is-View,
.effectFL.is-View,
.effectFR.is-View,
.effectFD.is-View,
.effectIn.is-View,
.is-View .ch-effectFU,
.is-View .ch-effectFL,
.is-View .ch-effectFR,
.is-View .ch-effectFD,
.is-View .ch-effectIn {
	opacity: 1;
	transform: translate(0,0);
}





.js-textanime {
	overflow: hidden;
}
.js-textanime .js-textanime__target {
	display: inline-block;
	transform: translateY(50%);
	opacity: 0;
	transition: transform 1s, opacity 0.4s;
}
.js-textanime.is-View .js-textanime__target {
	transform: translateY(0);
	opacity: 1;
}
.header__top__btns__reserve {
	position: relative;
}


@media only screen and (max-width:750px) {
.globalnavi-reserve {
	position: fixed;
	top: 5rem;
	right: 0;
	left: unset;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s, visibility 0.5s;
	z-index: 20;

	display: block;
	width: 30rem;
}
.header__top__btns .globalnavi__child.globalnavi-reserve .is-beige {
	background-color: rgba(135, 104, 79, 0.8);
}
.header__top__btns .globalnavi__child.globalnavi-reserve .is-bleu {
	background-color: rgba(56, 104, 152, 0.8);
}

.is-open2 .header__overlay,
.is-open2 .globalnavi-reserve {
	opacity: 1;
	visibility: visible;
}
.header__top__btns__reserve > a {
	pointer-events: auto;
	cursor: pointer;
	transition: all 0.5s;
}
.is-open2 .header__top__btns__reserve > a {
	filter: grayscale(1);
	transform: rotateY(180deg);
}
.globalnavi__child.globalnavi-reserve span {
	display: block;
    color: #fff;
    text-decoration: none;
}
.header__top__btns .globalnavi__child li a {
	padding-left: 4.5rem;
}
}