@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-style: normal;
	/*font: inherit;*/
	vertical-align: baseline;
}
dt, th {
	font-weight: normal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input[type="text"],
input[type="password"],
textarea,
select,*:focus {
	outline: none;
}


/*====================================================
////id common
====================================================*/
html{
	font-size: 10px;
	font-size: 62.5%;
	overflow-x : hidden;
	width: 100%;
	max-width: 100vw;
}
body, button, input, select, optgroup, textarea {
	background: #fff;
	color: #1A1A1A;
	font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", "YuGothic Medium", "游ゴシック体 Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	line-height: 1.9;
}
dt, dd {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	line-height: 1.9;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	body, button, input, select, optgroup, textarea {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.8;
	}
}
/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}
/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
/*
	body, button, input, select, optgroup, textarea {
		font-size: 17px;
		font-size: 1.7rem;
	}
*/
}
@media screen and (min-width:1200px) {
}

body {
	position: relative;
	width: 100%;
	max-width: 100vw;
	height: auto;
	overflow-x: hidden;
}
* {
	min-height:0;
	min-width : 0;
}

body * {
	box-sizing: border-box;
}
section {
	/*	background: #fff;*/
/*	overflow: hidden;*/
	position: relative;
	max-width: 100vw;
}
a {
	display: inline-block;
	transition: 0.2s ease-in-out;
	color: inherit;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	outline:none;
	text-decoration: none;
}
a:hover, a:focus {
	color: currentColor;
	text-decoration: none;
}
a.underline {
	border-bottom: solid 1px;
	display: inline;
	padding-bottom: .1em;
}
a img {
	transition: .1s ease-in-out;
}
p a:not(.linkBtn) ,
#free_contents a:not(.linkBtn) {
	display: inline;
	-webkit-text-decoration: underline dotted 1px #999;
	        text-decoration: underline dotted 1px #999;
	text-underline-offset: 0.4em;
}
.tel_link a {
	text-decoration: none !important;
}

figure {
	position: relative;
}
figure img {
	position: relative;
}
figure.coverImg {
	overflow: hidden;
	padding-top: 55%;
}
figure.coverImg img {
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	max-height: none;
}
figure.coverImg.img_contain img {
	-o-object-fit: contain;
	   object-fit: contain;
}
.round {
	border-radius: 14px;
	overflow: hidden;
}

img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: auto;
}

.scaleUpImg {
	opacity: 1 !important;
	overflow: hidden;
}
.scaleUpImg img {
	transition: .4s;
}
.scaleUpImg:hover img {
	transform: scale(1.1);
}

.float-left {
	float: left;
}


#contents {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.innerBox{
	max-width: 1080px;
	margin: 0 auto;
	padding: 100px 0;
	position: relative;
	width: 94%;
	z-index: 1;
}
.innerBox.short {
	max-width: 960px;
}
.innerBox.wide {
	max-width: 1600px;
}
.block {display: block;}
.inb {display: inline-block;}
.relative { position: relative; z-index: 1;}
.absolute { position: absolute; margin: auto;}
.flexBox {
	display: flex;
	justify-content: space-evenly;
	justify-content: space-between;
	align-items: stretch;
}
.flexCenter {
	align-items: center;
	justify-content: center;
}
.flexStart {
	justify-content: flex-start;
}
.flexEnd {
	justify-content: flex-end;
}
.flexWrap {
	flex-wrap: wrap;
}
.flexColumn {
	flex-direction: column;
	justify-content: flex-start;
}
.gridBox {
	display: grid;
}
dl.gridBox {
	grid-template: 'dt dd';

}
.whiteBox {
	background: #fff;
	padding: 20px 30px;
}
.roundBox {
	background: #fff;
	border-radius: 20px;
	padding: 40px;
}

p {margin: 0 0 1.0em;}
p:last-child, p:last-of-type {margin-bottom: 0;}

.w100 {
	width: 100%;
}

.mw300 {max-width: 300px; margin: auto;}
.mw400 {max-width: 400px; margin: auto;}
.mw500 {max-width: 500px; margin: auto;}
.mw700 {max-width: 700px; margin: auto;}
.mw800 {max-width: 800px; margin: auto;}
.mw900 {max-width: 900px; margin: auto;}
.mw1000 {max-width: 1000px; margin: auto;}
.mw1080 {max-width: 1080px; margin: auto;}

input[type="radio"], input[type="checkbox"] {
	display: none;
}

.blur {
	filter: blur(2px);
}

.decoBox {
	position: absolute;
	/* z-index: -1; */
}

.hidden {
	display: none;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	.innerBox {
		padding: 70px 0;
		width: 92%;
	}
	.innerBox.shortPadding {
		padding: 50px 0;
	}
	.hidden-sp {
		display: none;
	}
	.whiteBox {
		padding: 20px;
	}
	.roundBox {
		border-radius: 10px;
		padding: 20px;
	}
	.flexColumn-sp ,
	.flexColumn-tab {
		flex-direction: column;
	}
	dl.gridBox {
		grid-template: 'dt' 'dd';
	}
	dl.gridBox dd {
		margin-bottom: .5em;
	}

}

@media screen and (max-width:580px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#contents {
		min-height: 30vh;
	}
	.innerBox.shortPadding {
		padding: 70px 0;
	}
	a:hover {
		opacity: .7;
	}
	a.opacity-1:hover {
		opacity: 1;
	}
	a .orange {
		transition: .2s ease-in-out;
	}
	/*
	a:hover .orange {
	color: #ff876d;
}
	*/
	/* a:hover img {
		opacity: .8;
	} */

	.hidden-pc {
		display: none;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
	.flexColumn-tab {
		flex-direction: column;
	}
}

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

/*====================================================
//NOTE 余白
====================================================*/
.ma-auto {margin: auto !important}
.ma-0 {margin: 0 !important}
.ma-05em {margin: .5em !important}
.ma-10em {margin: 1.0em !important}
.ma-15em {margin: 1.5em !important}
.ma-20em {margin: 2em !important}
.ma-30em {margin: 3em !important}
.mt-0 {margin-top: 0 !important}
.mt-05em {margin-top: .5em !important}
.mt-10em {margin-top: 1.0em !important}
.mt-15em {margin-top: 1.5em !important}
.mt-20em {margin-top: 2em !important}
.mt-30em {margin-top: 3em !important}
.ml-0 {margin-left: 0 !important}
.ml-05em {margin-left: .5em !important}
.ml-10em {margin-left: 1.0em !important}
.ml-15em {margin-left: 1.5em !important}
.ml-20em {margin-left: 2em !important}
.ml-30em {margin-left: 3em !important}
.mr-0 {margin-right: 0 !important}
.mr-05em {margin-right: .5em !important}
.mr-10em {margin-right: 1.0em !important}
.mr-15em {margin-right: 1.5em !important}
.mr-20em {margin-right: 2em !important}
.mr-30em {margin-right: 3em !important}
.mb-0 {margin-bottom: 0 !important}
.mb-05em {margin-bottom: .5em !important}
.mb-10em {margin-bottom: 1.0em !important}
.mb-15em {margin-bottom: 1.5em !important}
.mb-20em {margin-bottom: 2em !important}
.mb-30em {margin-bottom: 3em !important}

.mt-10 {margin-top: 10px !important}
.mt-20 {margin-top: 20px !important}
.mt-30 {margin-top: 30px !important}
.mt-40 {margin-top: 40px !important}
.mt-50 {margin-top: 50px !important}
.mt-70 {margin-top: 70px !important}
.mb-10 {margin-bottom: 10px !important}
.mb-20 {margin-bottom: 20px !important}
.mb-30 {margin-bottom: 30px !important}
.mb-40 {margin-bottom: 40px !important}
.mb-50 {margin-bottom: 50px !important}
.mb-70 {margin-bottom: 70px !important}

.pa-0 {padding: 0 !important}
.pa-05em {padding: .5em !important}
.pa-10em {padding: 1.0em !important}
.pa-15em {padding: 1.5em !important}
.pa-20em {padding: 2em !important}
.pt-0 {padding-top: 0 !important}
.pt-05em {padding-top: .5em !important}
.pt-10em {padding-top: 1.0em !important}
.pt-15em {padding-top: 1.5em !important}
.pt-20em {padding-top: 2em !important}
.pb-0 {padding-bottom: 0 !important}
.pb-05em {padding-bottom: .5em !important}
.pb-10em {padding-bottom: 1.0em !important}
.pb-15em {padding-bottom: 1.5em !important}
.pb-20em {padding-bottom: 2em !important}
.plr-05em {padding-left: .5em !important; padding-right: .5em !important;}
.plr-10em {padding-left: 1.5em !important; padding-right: 1.5em !important;}
.plr-15em {padding-left: 1.0em !important; padding-right: 1.0em !important;}

/*====================================================
//Class .sa ※要javascript
====================================================*/
.sa {
	opacity: 0;
	transition: all 1.0s ease;
}
.sa.show {
	opacity: 1;
	transform: none;
}
.sa-lr {
	transform: translate(-80px, 0);
}
.sa-rl {
	transform: translate(80px, 0);
}
.sa-up {
	transform: translate(0, 80px);
}
.sa-down {
	transform: translate(0, -80px);
}
.sa-scaleUp {
	transform: scale(.7);
}
.sa-scaleDown {
	transform: scale(1.5);
}
.sa-rotateL {
	transform: rotate(180deg);
}
.sa-rotateR {
	transform: rotate(-180deg);
}

.sa.slideShowImg {
	opacity: 1;
	position: relative;
}
.sa.slideShowImg:before,
.sa.slideShowImg:after {
	content: '';
	position: absolute;
		top: 0;
		left: 0;
	transition: .6s ease-in-out;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.sa.slideShowImg.slide-rl:before,
.sa.slideShowImg.slide-rl:after {
	left: 0;
}
.sa.slideShowImg.slide-lr:before,
.sa.slideShowImg.slide-lr:after {
	left: auto;
	right: 0;
}
.sa.slideShowImg:before {
	background: #fdf6f0;
	transition-delay: .4s;
}
.sa.slideShowImg:after {
	background: #fff;
}
.sa.slideShowImg.show:before,
.sa.slideShowImg.show:after {
	width: 0;
}


.delay-01 {
	transition-delay: .1s;
}
.delay-02 {
	transition-delay: .2s;
}
.delay-03 {
	transition-delay: .3s;
}
.delay-04 {
	transition-delay: .4s;
}

/*====================================================
//NOTE テキスト
====================================================*/
.f-en {
	font-family: futura-pt, 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", "YuGothic Medium", "游ゴシック体 Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: 400;
}
.f-en.fw-demi {
	font-weight: 600;
}
.f-serif {
	font-family: 'Noto Serif JP', "Yu Mincho Medium", "游明朝 Medium", "YuMincho Medium", "游明朝体 Medium", "Hiragino Mincho ProN", "MS PMincho", serif;
	font-weight: 600;
}

.tate {
	-ms-writing-mode: tb-rl;
	    writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	        text-orientation: upright;
}


.f-05em {font-size: .5em}
.f-06em {font-size: .6em}
.f-07em {font-size: .7em}
.f-08em {font-size: .8em}
.f-09em {font-size: .9em}
.f-10em {font-size: 1.0em}
.f-11em {font-size: 1.1em}
.f-12em {font-size: 1.2em}
.f-13em {font-size: 1.3em}
.f-14em {font-size: 1.4em}
.f-15em {font-size: 1.5em}
.f-16em {font-size: 1.6em}
.f-17em {font-size: 1.7em}
.f-18em {font-size: 1.8em}
.f-20em {font-size: 2.0em}

.f-10 {font-size: 1.0rem}
.f-11 {font-size: 1.1rem}
.f-12 {font-size: 1.2rem}
.f-13 {font-size: 1.3rem}
.f-14 {font-size: 1.4rem}
.f-15 {font-size: 1.5rem}
.f-16 {font-size: 1.6rem}
.f-17 {font-size: 1.7rem}
.f-18 {font-size: 1.8rem}
.f-20 {font-size: 2.0rem}
.f-22 {font-size: 2.2rem}
.f-24 {font-size: 2.4rem}

.lh-10 {line-height: 1.0;}
.lh-12 {line-height: 1.2;}
.lh-14 {line-height: 1.4;}
.lh-16 {line-height: 1.6;}
.lh-18 {line-height: 1.8;}
.lh-20 {line-height: 2.0;}
.lh-22 {line-height: 2.2;}

.ls-0 {letter-spacing: 0;}
.ls-03 {letter-spacing: .03em;}
.ls-05 {letter-spacing: .05em;}
small, .small {
	font-size: .8em;
}
big, .big {
	font-size: 1.2em;
}
strong {
	font-weight: bold;
}
sup {
	font-size: .5em;
	vertical-align: .5em;
}
.fuchi2 {
	text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}
.fuchi3 {
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
.fuchi5 {
	text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}

.fw-bold {
	font-weight: bold;
}
.fw-normal {
	font-weight: normal;
}
.fw-light {
	font-weight: 300;
}
.fw-medi {
	font-weight: 500;
}

.txt-left {
	text-align: left;
}
.txt-right {
	text-align: right;
}
.txt-center {
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: .8em;
	line-height: 1.5;
	/* letter-spacing: .04em; */
}
.excerpt {
	/* font-size: .9em; */
}


.headBox .f-en {
	display: block;
	font-size: 1.6em;
	margin-bottom: 10px;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	h1 {font-size: 2.5rem;}
	h2 {font-size: 2.4rem;}
	h3 {font-size: 2.2rem;}
	h4 {font-size: 2.0rem;}
	h5 {font-size: 1.8rem;}
}

@media screen and (max-width: 500px) {
	h1 {font-size: 5.2vw;}
	h2 {font-size: 5.0vw;}
	h3 {font-size: 4.3vw;}
	h4 {font-size: 4.2vw;}
	h5 {font-size: 4.0vw;}
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	h1 {font-size: 2.5rem;}
	h2 {font-size: 2.4rem;}
	h3 {font-size: 2.2rem;}
	h4 {font-size: 2.0rem;}
	h5 {font-size: 1.8rem;}

}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

/*====================================================
//NOTE 装飾系
====================================================*/

.wp-block-button .wp-block-button__link,
main .bodyText .wp-block-button .wp-block-button__link,
.linkBtn,
.formBox input[type="submit"].linkBtn { /* class linkBtn */
	background: #fff;
	border: solid 1px #1A1A1A;
	border-radius: 0;
  color: currentColor;
	cursor: pointer;
	display: inline-block;
	line-height: 1.4;
	/* overflow: hidden; */
	padding: 15px 40px 15px 30px;
	width: auto;
		max-width: 100%;
		min-width: 300px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.linkBtn.bg-d_gray {
	color: #fff;
}

.wp-block-button .wp-block-button__link,
main .bodyText .wp-block-button .wp-block-button__link {
	margin-right: 40px;
}

.wp-block-button .wp-block-button__link:before,
main .bodyText .wp-block-button .wp-block-button__link:before,
.linkBtn:before {
	border: solid 1px;
	border-width: 1px 1px 0 0;
	content: '';
	margin: auto;
	position: absolute;
		top: 0;
		right: 25px;
		bottom: 0;
	transform: rotate(45deg);
	transition: 0s ease-in-out;
	width: 12px;
	height: 12px;
	z-index: 1;
}

.wp-block-button.is-style-linkBtn-red .wp-block-button__link,
main .bodyText .wp-block-button.is-style-linkBtn-red .wp-block-button__link,
.linkBtn.redBtn {
	background: #68131c;
	min-width: 200px;
	padding: 10px 30px 10px 40px;
}
.wp-block-button.is-style-linkBtn-red .wp-block-button__link:before,
main .bodyText .wp-block-button.is-style-linkBtn-red .wp-block-button__link:before,
.linkBtn.redBtn:before {
	background: #fff;
	left: 2px;
	width: 20px;
}

.linkBtn.square {
	border-radius: 0;
}
.linkBtn.square:before {
	opacity: 0;
	right: -10px;
	width: 40px;
}
.wp-block-button .wp-block-button.is-style-outline .wp-block-button__link,
main .bodyText .wp-block-button.is-style-outline .wp-block-button__link ,
.linkBtn.whiteBtn {
	background: #fff !important;
	border: none;
	min-width: 0px;
	color: #3e3e3e !important
}
.linkBtn.whiteBtn.bg-d_gold {
	background: #9c8139 !important;
	color: #fff !important;
}
.wp-block-button .wp-block-button.is-style-outline .wp-block-button__link,
main .bodyText .wp-block-button.is-style-outline .wp-block-button__link {
	border: solid 1px;
}
.wp-block-button .wp-block-button.is-style-outline .wp-block-button__link:before,
main .bodyText .wp-block-button.is-style-outline .wp-block-button__link:before ,
.linkBtn.whiteBtn:before {
	opacity: 0;
	right: -10px;
	width: 40px;
}
.linkBtn.grayBtn {
	background: #aeaeae;
}
.smallBtn {
	font-size: 1.4rem;
	min-height: 40px;
}

.is-style-linkBtn-small .wp-block-button__link,
main .bodyText .is-style-linkBtn-small .wp-block-button__link,
.linkBtn-small {
	background: transparent;
	border: none;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	line-height: 1.3;
	min-width: 0;
	padding: 10px 50px 10px 0;
	position: relative;
}
.is-style-linkBtn-small .wp-block-button__link:before,
main .bodyText .is-style-linkBtn-small .wp-block-button__link:before {
	display: none;
}

.arrow {
	display: inline-block;
	position: relative;
	vertical-align: -.1em;
	width: 1.5em;
	height: 1em;
}
.arrow:before {
	border: solid 1px;
	border-width: 1px 1px 0 0;
	content: '';
	margin: auto;
	position: absolute;
		top: 0;
		right: .5em;
		bottom: 0;
	transform: rotate(45deg);
	transition: .2s ease-in-out;
	width: .6em;
	height: .6em;
	z-index: 1;
}
a:hover .arrow:before {
	right: .2em;
}

dl.accordion dt ,
dl.menu-accordion dt {
	cursor: pointer;
}
dl.accordion dd ,
dl.menu-accordion dd {
	overflow: hidden;
	transition: .2s ease-in-out;
}

.bgBox {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.bgBox img {
	width: 100% !important;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;

}
.opacity-6 {opacity: .6}
.opacity-8 {opacity: .8}
.opacity-10 {opacity: 1}

hr {
	border: solid 1px #999999;
	border-width: 1px 0 0 0;
	height: 0;
}

.eachTextAnime {
	opacity: 0;
	transition: .2s;
}
.eachTextAnime.appeartext {
	opacity: 1;
}
.eachTextAnime span {
	opacity: 0;
}
.eachTextAnime.appeartext span{
	 -webkit-animation:text_anime_on .3s ease-in-out forwards;
	 animation:text_anime_on .3s ease-in-out forwards;
}
.eachTextAnime.anime_slow.appeartext span{
	 -webkit-animation:text_anime_on .3s ease-in-out forwards;
	 animation:text_anime_on .3s ease-in-out forwards;
}
@-webkit-keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}
@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	.wp-block-button:not(.is-style-linkBtn-small):not(.is-style-linkBtn-line) .wp-block-button__link,
	main .bodyText .wp-block-button:not(.is-style-linkBtn-small):not(.is-style-linkBtn-line) .wp-block-button__link,
	.linkBtn { /* class linkBtn mobile */
		width: 100%;
			min-width: 100px;
			max-width: 400px;
	}
}

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) { /* NOTE linkBtn pc */
	.wp-block-button:not(.is-style-linkBtn-small):not(.is-style-linkBtn-line) .wp-block-button__link:hover,
	main .bodyText .wp-block-button:not(.is-style-linkBtn-small):not(.is-style-linkBtn-line) .wp-block-button__link:hover,
	.linkBtn:hover ,
	a:hover .linkBtn {
		color: #fff;
		opacity: 1;
	}
	.wp-block-button:not(.is-style-linkBtn-small):not(.is-style-outline) .wp-block-button__link:hover:before,
	main .bodyText .wp-block-button:not(.is-style-linkBtn-small):not(.is-style-outline) .wp-block-button__link:hover:before,
	.linkBtn:hover:before {
		/* right: 15px; */
	}
	.wp-block-button:not(.is-style-linkBtn-small):not(.is-style-outline) .wp-block-button__link:after,
	main .bodyText .wp-block-button:not(.is-style-linkBtn-small):not(.is-style-outline) .wp-block-button__link:after,
	.linkBtn:after {
		background: #333333;
		content: '';
		position: absolute;
			bottom: -1px;
			left: -1px;
		transition: .2s ease-in-out;
		width: calc(100% + 2px);
		height: 0;
		z-index: -1;
	}
	.linkBtn.bg-d_gray:after {
		background: #88a47e;
	}
	.wp-block-button:not(.is-style-linkBtn-small):not(.is-style-outline) .wp-block-button__link:hover:after,
	main .bodyText .wp-block-button:not(.is-style-linkBtn-small):not(.is-style-outline) .wp-block-button__link:hover:after,
	.linkBtn:hover:after {
		height: calc(100% + 2px);
	}
	.wp-block-button.is-style-linkBtn-red .wp-block-button__link:after,
	main .bodyText .wp-block-button.is-style-linkBtn-red .wp-block-button__link:after,
	.linkBtn-red:after {
		background: #94232f;
	}
	.wp-block-button .wp-block-button.is-style-outline .wp-block-button__link:after,
	main .bodyText .wp-block-button.is-style-outline .wp-block-button__link:after ,
	.linkBtn.whiteBtn:after {
		background: #f7f3e5 !important;
		top: 0 !important;
		left: 0 !important;
		z-index: -1
	}
	main .bodyText .wp-block-button.is-style-outline .wp-block-button__link:hover:before ,
	.linkBtn.whiteBtn:hover:before {
		opacity: 1;
		right: -20px;
	}
	.is-style-linkBtn-small .wp-block-button__link:hover,
	main .bodyText .is-style-linkBtn-small .wp-block-button__link:hover,
	a:hover .linkBtn-small ,
	.linkBtn-small:hover {
		opacity: 1;
	}
	.is-style-linkBtn-small .wp-block-button__link:hover:after,
	main .bodyText .is-style-linkBtn-small .wp-block-button__link:hover:after,
	a:hover .linkBtn-small:after ,
	.linkBtn-small:hover:after {
		right: 0;
	}
	.is-style-linkBtn-line .wp-block-button__link:hover:before,
	main .bodyText .is-style-linkBtn-line .wp-block-button__link:hover:before {
		width: 2px;
	}
	.is-style-linkBtn-line .wp-block-button__link:hover:after,
	main .bodyText .is-style-linkBtn-line .wp-block-button__link:hover:after {
		height: 2px;
	}
	.linkBtn.square:hover {
		background: rgba(196, 175, 118, 0.1);
	}
	.linkBtn.square:hover:before {
		opacity: 1;
		right: -20px;
	}

}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

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


ul.markList li {
	position: relative;
	padding-left: 1.2em;
	line-height: 1.5;
	margin: .3em 0;
}
ul.markList li:before {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
}
ul.markList li:after {
}
ul.markList.attentionMark li:before {
	content: '\203B';
}
ul.markList.dot li:before {
	background: currentColor;
	border-radius: 100%;
	content: '';
	top: calc(.9em - 5px);
	width: 7px;
	height: 7px;
}
ul.markList.checkMark li:before {
	border: solid #E04876;
	border-width: 0 3px 3px 0;
	content: '';
	top: .3em;
	left: .3em;
	transform: rotate(45deg);
	width: .3em;
	height: .7em;
}
ol.number{
	counter-reset:number; /* 名前を付けたカウンターをリセット */
	list-style:none; /* olが数字を付けることをキャンセル */
	margin:0;
	padding:0;
}
ol.number > li{
	padding-left: 1.7em;
	line-height: 1.4;
	margin: .5em 0;
	position: relative;
}
ol.number > li:before{
	counter-increment: number;
	content: counter(number)'.';
	position: absolute;
	top: 0em;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.4em;
	height: 1.4em;
	line-height: 1;
}
ol.number.circleMarkList > li:before{
	border: solid 1px;
	border-radius: 100%;
	font-size: .9em;
	top: .05em;
}

.circleBox {
	border-radius: 100%;
}

.markerline, #contents mark {
	background: linear-gradient(transparent 60%, #ffe0d2 60%, #ffe0d2 100%);
	padding: 0 0 0 .3em;
}

.squareMark {
	border: solid 1px;
	border-color: inherit;
	display: inline-block;
	padding: .2em .4em .3em;
	line-height: 1;
}

.circleMark {
	border: solid 1px;
	border-radius: 100px;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

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


/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}
/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

/*====================================================
////NOTE カラー
====================================================*/
.black {
	color: #3e3e3e;
}
.white {
	color: #fff;
}
.gray {
	color: #EBEBEB;
}
.d_gray {
	color: #8a8a8a;
}
.red {
	color: #cc1126;
}
.pink {
	color: #E04876;
}
.d_pink {
	color: #88a47e;
}
.orange {
	color: #D5634A;
}

.bg-white {
	background: #fff;
}
.bg-l_beige {
	background: #FDF6F0;
}
.bg-beige {
	background: #FCE6CF;
}
.bg-b_pink {
	background: #fdf6f0;
}
.bg-d_pink {
	background: #fce6cf;
}
.bg-pink {
	background: #a0c791;
	color: #fff;
}
.bg-l_gray {
	background: #F5F5F5;
}
.bg-d_gray {
	background: #333;
	color: #fff;
}
.bg-black {
	background: #000;
	color: #fff;
}
.bg-transparent {
	background: transparent !important;
}

.border-none {
	border: none;
}
.border-d_pink {
	border: solid 1px #fce6cf;
}

/*====================================================
//id form
====================================================*/
input, button, select {
	margin: 0;
	padding: 0;
	background: none;
	background-image: none;
	background-position-x: initial;
	background-position-y: initial;
	background-size: initial;
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: inherit;
	cursor: pointer;
}
input[type="text"],input[type="email"],input[type="tel"],input[type="search"],input[type="password"],input[type="url"],input[type="number"], select, textarea {
	-webkit-appearance: none;
	/*    border: 1px solid rgba(83, 37, 15, 0.2);*/
	background: #fff;
	border: solid 1px #999;
	border-radius: 0;
	display: block;
	font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", "YuGothic Medium", "游ゴシック体 Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
	height: auto;
		min-height: 1.8em;
	padding: 10px;
	width: 100%;
	flex: 1;
	transition: .2s ease-in-out;
}
textarea {
	resize: vertical;
	min-height: 80px;
	width: 100%;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
	border-color: #1a1a1a;
	/*
	-webkit-box-shadow: 0 0 5px rgba(83, 37, 15, 0.5);
	box-shadow: 0 0 5px rgba(83, 37, 15, 0.5);
	*/
}
input[type="file"],
label {
	cursor: pointer;
}
form label {
	position: relative;
	line-height: 1.4;
	display: inline-block;
}

input[type="checkbox"] + span ,
input[type="checkbox"] + label {
	position: relative;
	padding-left: 2em;
	display: inline-block;
}
input[type="checkbox"] + span:before ,
input[type="checkbox"] + label:before {
	position: absolute;
	content: '';
	width: 15px;
	height: 15px;
	border: solid 1px;
	border-radius: 3px;
	border-color: rgba(83, 37, 15, 0.2);;
	top: .2em;
	left: 0px;
	background: #fff;
	transition: .2s ease-in-out;
}
input[type="checkbox"] + label:before {
	top: -.15em;
}
input[type="checkbox"] + span:after ,
input[type="checkbox"] + label:after {
	position: absolute;
	content: '';
	width: 11px;
	height: 7px;
	border: solid;
	border-width: 0 0 3px 3px;
	border-color: transparent transparent #c9e6bf #c9e6bf;
	transform: rotate(-45deg);
	top: .2em;
	left: 3px;
	opacity: 0;
	transition: .2s ease-in-out;
}
input[type="checkbox"] + label:after {
	top: -2px;
}
input[type="checkbox"]:checked + span:after ,
input[type="checkbox"]:checked + label:after {
	opacity: 1;
}
input[type="radio"] + span ,
input[type="radio"] + label {
	position: relative;
	padding-left: 30px;
}
input[type="radio"] + span:before,
input[type="radio"] + label:before {
	position: absolute;
	content: '';
	width: 15px;
	height: 15px;
	border: solid 1px;
	border-radius: 100%;
	border-color: #ccc;
	top: .4em;
	left: 0px;
	background: #fff;
	transition: .2s ease-in-out;
}
input[type="radio"] + span:after,
input[type="radio"] + label:after {
	position: absolute;
	content: '';
	width: 9px;
	height: 9px;
	top: calc(.4em + 4px);
	left: 4px;
	border-radius: 100%;
	opacity: 0;
	transition: .2s ease-in-out;
}
input[type="radio"]:checked + span:after,
input[type="radio"]:checked + label:after {
	opacity: 1;
	background: #b23750;
}
.select {
	position: relative;
}
.select:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: solid 4px transparent;
	border-top-color: #53250F;
	border-top-width: 6px;
	border-bottom-width: 0;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	pointer-events: none;
	z-index: 100;

}
#confirm .select:before {
	display: none;
}
select {
	cursor: pointer;
}
.tel input[type="text"] {
	width: calc(100% / 3 - 10px);
	max-width: 100px;
}


/*====================================================
////id .yt
====================================================*/

.yt {
	position: relative;
	height: 0;
	padding: 0px 0 56.3%;
	overflow: hidden;
}
.yt iframe {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
}


/*====================================================
////id 【header】
====================================================*/
header {
}
header img {
	margin: 0;
}
/* ////////// mobile ////////// NOTE header mobile */
@media screen and (max-width: 1500px) {
	header .hiddenMenu-mob {
		display: none !important;
	}
	header {
		height: 100px;
	}
	header .headerBox {
		background: rgba(255, 255, 255, .9);
		position: fixed;
		width: 100%;
		height: 100px;
		z-index: 100;
	}
	header .innerBox {
		align-items: center;
    height: 70px;
		padding: 0;
		z-index: 10000;
	}
	header .logo a {
		margin: 2px 0;
		height: 50px;
	}
	header .logo a {
	}
	header .menu-header_button-container {
		margin: 0 45px 0 0;
	}
	header .menu-header_button-container a {
		padding: 10px 10px;
		width: 150px;
		height: 60px;
	}
	header .menuBtn {
		cursor: pointer;
		flex-direction: column;
		padding-top: 5px;
		position: fixed;
			top: 30px;
			right: 0;
		transition: .2s ease-in-out;
		width: 60px;
		height: 60px;
		z-index: 2000;
	}
	header .menuBtn .humberger {
		width: 25px;
		height: 13px;
		position: relative;
		margin: 0;
	}
	header .menuBtn .humberger:before,
	header .menuBtn .humberger:after {
		position: absolute;
		content: '';
		width: 100%;
		height: 2px;
		border-radius: 5px;
		background: #444;
		transition: .2s ease-in-out;
		left: 0;
	}
	header .menuBtn .humberger:before {
		top: -1.5px;
		-webkit-transform-origin: left top;
	}
	header .menuBtn .humberger:after {
		bottom: -1.5px;
		transform-origin: left bottom;
	}
	header .menuBtn .humberger span {
		position: absolute;
		content: '';
		height: 2px;
		width: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		border-radius: 5px;
		background: #444;
		transition: .2s ease-in-out;
		opacity: 1;
	}
	header .maskBox {
		background: rgba(0, 0, 0, .4);
		opacity: 0;
		pointer-events: none;
		position: fixed;
			top: -25%;
			left: 0;
		transition: .2s ease-in-out;
		width: 100%;
		height: 150%;
	}
	header .menuBox {
		background: #F5F5F5;
		top: 0;
		right: -100%;
		bottom: 0;
		overflow-y: auto;
		padding: 40px 10px 80px;
		pointer-events: none;
		position: fixed;
		text-align: center;
		transition: .5s ease-in-out;
		width: 80%;
			max-width: 600px;
		height: auto;
		min-height: 100vh;
		z-index: 1000;

		overflow-y: scroll;
		-ms-overflow-style: none;    /* IE, Edge 対応 */
		scrollbar-width: none;       /* Firefox 対応 */
	}
	header .menuBox::-webkit-scrollbar {  /* Chrome, Safari 対応 */
		display:none;
	}
	/* header .menuBox > div,
	header .menuBox > ul {
		max-width: 400px;
		margin: auto;
	} */
	header .menu-title {
		font-size: 5.0rem;
	}
	header .menu-outer.open .menuBtn {
		background: rgba(255,255,255,0);
	}
	header .menu-outer.open .humberger span,
	header .menu-outer.open .humberger:before,
	header .menu-outer.open .humberger:after {
		/*		background: #000;*/
		/*		opacity: 0;*/
	}
	header .menu-outer.open .maskBox {
		opacity: 1;
		pointer-events: auto;
	}
	header .menu-outer.open .menuBox {
		pointer-events: auto;
		opacity: 1;
		right: -1px;
	}
	header .menu-outer.open .menuBtn .humberger:before {
		background: #88a47e;
		transform: rotate(45deg);
		top: -3px;
		left: 3px;
	}
	header .menu-outer.open .menuBtn .humberger:after {
		background: #88a47e;
		transform: rotate(-45deg);
		bottom: -3px;
		left: 3px;
		width: 100%;
	}
	header .menu-outer.open .menuBtn .humberger span {
		opacity: 0;
	}
	header .menu-outer.open .menuBtn .close {
		/*		opacity: 1;*/
	}

	header .search-mob {
		margin-left: 15px;
		width: calc(100% - 80px);
	}
	header .search-mob button {
		width: 55px;
		height: 55px;
	}
	header .search-mob img {
		width: 25px;
	}
	header .menu-header-container {
		margin-top: 30px;
	}
	header .menu-header-container li:not(.product) {
		display: none;
	}
	header .menu-header-container li.product .title {
		display: none;
	}
	header .menu-header-container li.product dt {
		font-size: 2.0rem;
	}
	header .menu-header-container li.product dd {
		height: auto !important;
	}
	header .menu-header-container li.product .itemBox {
		margin: 0 -5px;
		width: calc(100% + 10px);
	}
	header .menu-header-container li.product .item {
		margin: 10px 0;
		padding: 5px;
		width: calc(100% / 2);
	}
	header .menu-header-container li.product .item .coverImg {
		padding-top: 80%;
	}
	header .menu-header-container li.product .item p {
		margin-top: -5px;
	}
	header .menu-header-container li.product .item p > span {
		display: block;
	}
	header .menu-header-container li.product .linkBox a {
		font-size: 1.6rem;
		margin: 20px 15px 0 0;
	}
	header .header_menu-mob {
		margin: auto;
		width: calc(100% - 30px);
	}
	header .header_menu-mob li a {
		display: block;
		font-size: 1.6rem;
		margin: 5px 0;
		padding: 6px 40px 6px 20px;
		position: relative;
		text-align: left;
	}
	header .header_menu-mob li a:after {
		border: solid 1px;
		border-width: 1px 1px 0 0;
		content: '';
		margin: auto;
		position: absolute;
			top: 0;
			right: 10px;
			bottom: 0;
		transform: rotate(45deg);
		transition: .2s ease-in-out;
		width: .6em;
		height: .6em;
		z-index: 1;
	}
	header .header_menu-mob li a:hover:after {
		right: 5px;
	}
}

@media screen and (max-width:768px) {
	header .logo {
		justify-content: flex-start;
		height: 50px;
		margin: 5px 0;
		width: 75%;
		max-width: 425px;
	}
	header .logo a,
	header .logo img {
		max-height: 50px;
		width: auto;
	}
	header .menuBox {
		width: calc(100% + 1px);
	}
	header .menu-header_button-container {
		margin: 0;
		position: fixed;
			left: 0;
			bottom: 0;
		width: 100%;
	}
	header .menu-header_button-container li {
		flex: 1;
	}
	header .menu-header_button-container li a {
		width: 100%;
		height: 50px;
	}
}

@media screen and (max-width:500px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:1500px) {
}

@media screen and (max-width:960px) {
	header .menu-link-container .search,
	header .menu-link-container .btnBox .inquiry ,
	header .menu-link-container .telBox {
		display: none;
	}
	header .menu-link-container .btnBox {
		padding-right: 40px;
	}
	header .menu-link-container .btnBox a {
		width: 50px;
		height: 60px;
	}
	header .menu-link-container .btnBox a img {
		width: 25px;
		height: 25px;
	}
	header .menu-link-container .btnBox a span {
		display: none;
	}
}

@media screen and (min-width: 960px) {
	header .btnBox li {
		margin: 0 5px;
	}
	header .btnBox a {
		background: rgba(255, 255, 255, 0);
		border: solid 1px #999;
		height: 55px;
		padding: 5px 18px;
	}
	header .btnBox a:hover {
		background: rgba(255, 255, 255, 1);
	}
	header .btnBox a img {
		margin-right: 5px;
		width: 25px;
	}
	header .telBox {
		margin-left: 15px;
	}
	header .telBox .tel img {
		margin-right: 5px;
		width: 22px;
	}
	header .telBox .tel_link {
		font-size: 22px;
	}
	header .telBox .open {
		font-size: 1.3rem;
	}
}

@media screen and (min-width:960px) and (max-width:1200px) {
	header .search-outer {
		display: none;
	}
	header .menu-link-container {
		padding-right: 40px;
	}
	header .btnBox a {
		height: 50px;
	}
	header .menu-link-container .telBox {
		display: none;
	}
}

/* ////////// PC ////////// NOTE header PC */
@media print, screen and (min-width: 1500px) {
	header .hiddenMenu-pc,
	header .menuBtn ,
	header .menu-title,
	header .search-mob {
		display: none;
	}
	header .headerBox {
		background: rgba(255, 255, 255, .8);
		position: fixed;
		top: 0;
		left: 0;
		transition: .6s ease-in-out;
		width: 100%;
		z-index: 10000;
	}
	header .headerBox.hide {
		top: -130px;
	}
	header .innerBox {
		height: 90px;
		justify-content: flex-start;
		margin: auto;
		padding: 0;
	}
	header .logo {
		margin-right: 30px;
		width: 210px;
	}
	header .menu-outer {
		display: flex;
			align-items: center;
		flex: 1;
	}
	header .maskBox {
		display: none;
	}
	header .menuBox {
		display: flex;
			justify-content: space-between;
		font-size: 1.5rem;
		width: 100%;
		height: 100%;
	}
	header .menu-header-container {
		display: flex;
		flex: 1;
	}
	header .menu-header-container ul {
		padding: 10px 0;
	}
	header .menu-header-container li {
		display: flex;
			align-items: center;
		margin-right: 10px;
	}
	header .menu-header-container ul li > a {
		padding: 5px;
		position: relative;
	}
	header .menu-header-container ul li > a:after {
		border-top: solid 3px #88a47e;
		content: '';
		margin: auto;
		opacity: 0;
		position: absolute;
			bottom: 0;
			left: 0;
			right: 0;
		transition: .2s ease-in-out;
		width: 0;
		height: 0;
	}
	header .menu-header-container ul li > a:hover:after {
		opacity: 1;
		width: 30px;
	}
	header .menu-header-container .menu-accordion dt:after {
		content: '';
		margin: auto;
		position: absolute;
			top: 99%;
			left: -80px;
		width: calc(100% + 160px);
		height: 0;
	}
	header .menu-header-container .menu-accordion.open dt:after {
		height: 200px;
	}
	header .menu-header-container .menu-accordion dd {
		opacity: 0;
		position: fixed;
			top: 120px;
			left: 0;
		transition: .4s ease-in-out;
		width: 100%;
	}
	header .menu-header-container .menu-accordion.open dd {
		opacity: 1;
	}
	header .menu-header-container .menu-accordion dd .title {
		height: 100px;
	}
	header .menu-header-container .menu-accordion dd .title:after {
		border: solid transparent;
		border-top-color: #333;
		border-width: 26px 40px 0;
		content: '';
		margin: auto;
		position: absolute;
			top: calc(100% - 1px);
			left: 0;
			right: 0;
		width: 0;
		height: 0;
	}
	header .menu-header-container .menu-accordion dd .title .f-en {
		font-size: 3.6rem;
	}
	header .menu-header-container .menu-accordion dd .title .jp {
		font-size: 2.0rem;
	}
	header .menu-header-container .menu-accordion dd .menu-inner {
		padding: 60px 3vw;
	}
	header .menu-header-container .menu-accordion dd .itemBox {
		margin: auto;
		width: 100%;
			max-width: 1620px;
	}
	header .menu-header-container .menu-accordion dd .item {
		padding: 10px;
		width: 20%;
	}
	header .menu-header-container .menu-accordion dd .item .coverImg {
		padding-top: 71.43%;
	}
	header .menu-header-container .menu-accordion dd .item .coverImg img {
		margin: 3.5% 5%;
		width: 90%;
		height: 90%;
	}
	header .menu-header-container .menu-accordion dd .item p {
		font-size: 1.7rem;
	}
	header .menu-header-container .menu-accordion dd .item p small {
		padding: 0 .3em;
	}
	header .menu-header-container .menu-accordion dd .linkBox {
		position: absolute;
			right: 0;
			bottom: 50px;
	}
	header .menu-header-container .menu-accordion dd .linkBox a {
		background: #333;
		display: flex;
			align-items: center;
			justify-content: center;
		width: 90px;
		height: 80px;
	}
	header .menu-header-container .menu-accordion dd .linkBox a:hover {
		background: #555;
	}
	header .menu-header-container .menu-accordion dd .linkBox a .txt {
		display: none;
	}
	header .menu-header-container .menu-accordion dd .linkBox a .arrow {
	}
	header .menu-header-container .menu-accordion dd .linkBox a .arrow:before {
		border-color: #fff;
		right: 10px;
		width: 20px;
		height: 20px;
	}
	header .menu-header-container .menu-accordion dd .linkBox a .arrow:after {
		border: solid 1px #fff;
		border-width: 1px 1px 0 0;
		content: '';
		margin: auto;
		position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
		transform: rotate(45deg);
		transition: .2s ease-in-out;
		width: 20px;
		height: 20px;
		z-index: 1;
	}

}


@media screen and (min-width:1200px) {
	header,
	header .headerBox ,
	header .innerBox {
		height: 120px;
	}
	header .innerBox {
		height: 90px;
	}
	header .logo a {
    height: 63px;
	}
	header .menuBox a:hover {
		opacity: 1;
	}
	header .search-outer {
		margin: 0 5px 0 0;
		width: 55px;
		height: 55px;
	}
	header .search {
		cursor: pointer;
		overflow: hidden;
		/* pointer-events: none; */
		position: absolute;
			top: 0;
			right: 0;
		transition: .2s all;
		width: 55px;
		height: 55px;
		z-index: 200;
	}
	header .search .searchBox {
		position: absolute;
			top: 0;
			right: 0;
		width: 360px;
	}
	header .search button {
		cursor: pointer !important;
		pointer-events: none;
		width: 55px;
		height: 55px;
	}
	header .search.search_open,
	header .search.search_focus {
		width: 360px;
		/* height: 90px; */
	}
	header .search.search_open button ,
	header .search.search_focus button {
		pointer-events: auto;
	}
	header .search img {
		width: 25px;
	}
}

@media screen and (min-width:1200px) and (max-width:1500px) {
	header .menuBtn {
		top: 40px;
	}
	header .menu-link-container {
		pointer-events: auto;
		position: absolute;
			top: 0;
			right: 20px;
		width: 730px;
			max-width: none;
		height: 90px;
	}
	header.menu-open .menu-link-container {
		pointer-events: none;
	}
}


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

@media screen and (min-width:1600px) {
	header .btnBox a {
		padding: 5px 20px;
	}
	header .menu-header-container .menu-accordion dd .itemBox {
		max-width: 1630px;
	}
	header .menu-header-container .menu-accordion dd .item {
		padding: 15px;
	}
}
  ul.menu.flexBox.flexCenter.flexStart.flexColumn-sp.flexWrap.lh-14 {
    display: inherit;
}

/*====================================================
////class .slick
====================================================*/
.slick-dotted.slick-slider {
	margin-bottom: 0px;
	padding-bottom: 40px;
}
#contents .slick-dots {
	bottom: 10px;
	left: 0;
	right: 0;
	width: auto;
}
#contents .slick-dots li {
	width: auto;
	height: auto;
	margin: 0 3px;
}
#contents .slick-dots li button {
	width: 20px;
	height: 20px;
	padding: 0;
}
#contents .slick-dots li button:before {
	/* background: #928d85; */
	background: #fff;
	border: solid 2px #88a47e;
	border-radius: 10px;
	content: '';
	margin: auto;
	opacity: 1;
	position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	width: 6px;
	height: 6px;
}
#contents .slick-dots li.slick-active button:before {
	background: #88a47e;
	opacity: 1;
}

#contents .slick-prev ,
#contents .slick-next {
	background: transparent;
	font-size: 0;
  line-height: 0;
	opacity: .8;
	overflow: hidden;
	top: calc(50% - 30px);
	transform: none;
	transition: .2s ease-in-out;
	width: 40px;
	height: 60px;
	z-index: 1000;
}
#contents .slick-prev:hover ,
#contents .slick-next:hover {
	opacity: 1;
}
#contents .slick-prev {
	left: -20px;
}
#contents .slick-next {
	right: -20px;
}

#contents .slick-prev * {
	display: none;
}
#contents .slick-prev:before ,
#contents .slick-next:before {
	border: solid #88a47e;
	border-width: 2px 2px 0 0;
	content: '';
	display: block;
	margin: auto;
	opacity: 1;
	position: relative;
		top: 0;
		bottom: 0;
	transition: .2s ease-in-out;
	vertical-align: -.1em;
	width: 25px;
	height: 25px;
}
#contents .slick-prev:before {
	left: 10px;
	right: auto;
	transform: rotate(-135deg);
}
#contents .slick-next:before {
	right: 10px;
	left: auto;
	transform: rotate(45deg);
}


/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	#contents .slick-prev ,
	#contents .slick-next {
		width: 30px;
	}
	#contents .slick-prev:before ,
	#contents .slick-next:before {
		width: 15px;
		height: 15px;
	}
}

@media screen and (max-width:480px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

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

/*====================================================
////class .headBox
====================================================*/
.headBox {
	position: relative;
}
.headBox .f-deco_en {
	letter-spacing: -.05em;
	opacity: .5;
	position: absolute;
	transform: rotate(-10deg);
	z-index: -1;
}
.headBox .head_deco-1 {
	background: url('img/head_deco-1.png') no-repeat center / contain;
	margin: 15px auto;
	width: 70px;
	height: 16px;
}

.headBox.line_deco ,
.headBox .line_deco {
	margin-bottom: 40px;
	padding-bottom: 1px;
}
.headBox.line_deco:after ,
.headBox .line_deco:after {
	border-top: solid 3px #88a47e;
	content: '';
	margin: auto;
	position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	width: 45px;
	height: 0;
}

.head_underline {
	border-bottom: solid 1px #999;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.head_sideline {
	border-left: solid 10px #88a47e;
	padding-left: 1em;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	.headBox .f-deco_en {
		font-size: 23vw;
	}
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	.headBox .f-deco_en {
		font-size: 20rem;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

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

/* class slide_title */
.slide_title {
	align-items: center;
	opacity: 1;
	position: relative;
}
.slide_title:before,
.slide_title:after {
	content: '';
	margin: auto;
	position: absolute;
		top: 0;
		left: 0;
	width: 100vw;
	height: 100%;
	z-index: 10;
}
.slide_title.slide-rl:before,
.slide_title.slide-rl:after {
	left: auto;
	right: 0;
}
.slide_title:before {
	background: #feccb5;
	transition: .6s ease-in-out;
	transition-delay: .6s;
}
.slide_title.bg-d_gray:before {
	background: #888;
}
.slide_title:after {
	background: #fff;
	height: 102%;
	top: -1%;
	transition: .6s ease-in-out;
}
.slide_title.show:before,
.slide_title.show:after {
	left: calc(100% + 5vw);
}
.slide_title.slide-rl.show:before,
.slide_title.slide-rl.show:after {
	left: auto;
	right: calc(100% + 5vw);
}

.slide_title h1:after ,
.slide_title h2:after {
	background: #FCE6CF;
	content: '';
	margin: auto;
	position: absolute;
		top: 0;
		left: 0;
	width: 100vw;
	height: 100%;
	z-index: -1;
}
.slide_title.bg-d_gray h1:after ,
.slide_title.bg-d_gray h2:after {
	background: #333;
}
.slide_title.slide-rl h1:after ,
.slide_title.slide-rl h2:after {
	left: auto;
	right: 0;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	.slide_title {
		margin-bottom: 30px;
		padding: 20px;
	}
	#title .slide_title:before {
		/* background: #fac9b3; */
	}
	#title .slide_title {
		/* background: #F5DBCF;
		color: #1a1a1a; */
		padding: 20px;
	}
	#title .slide_title h1:after {
		/* background: #F5DBCF; */
	}
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	.slide_title {
		align-items: center;
		padding: 30px 70px;
		margin-bottom: 50px;
	}
	.slide_title .jp.small {
		padding-top: .2em;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
	.slide_title {
		padding: 25px 30px;
	}
}

@media screen and (min-width:1200px) {
	.slide_title.show:before,
	.slide_title.show:after {
		left: calc(100% + (50vw - 400px));
	}
	.slide_title.slide-rl.show:before,
	.slide_title.slide-rl.show:after {
		left: auto;
		right: calc(100% + (50vw - 400px));
	}
}

/*====================================================
//// class table
====================================================*/
table, table tbody, table tr {
	width: 100%;
}
table th,
table td {
/*	background: #fff;*/
	/*	font-weight: normal;*/
	line-height: 1.4;
	vertical-align: middle;
}
table tr:nth-child(odd) td {
	background: #F5F5F5;
}
table tr:nth-child(even) td {
	background: #fff;
}
table th ,
table td {
	padding: 20px 25px;
}

table.responsive {
	width: 100%;
}
table thead th {
	border-top: solid 2px #F5F5F5;
	color: #535353;
	font-weight: bold;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	table.responsive,
	.responsive table {
		display: block;
	}
	table.responsive thead,
	.responsive thead {
		display: none;
	}
	table.responsive tbody,
	.responsive tbody {
		display: block;
	}
	table.responsive tr,
	.responsive tr {
		background: #fff;
		display: flex;
		flex-wrap: wrap;
		/* margin: 20px 0; */
		position: relative;
		width: 100%;
	}
	table.responsive tr.no_head,
	.responsive tr.no_head {
		margin-top: -20px;
	}
	table.responsive td.sub_head,
	.responsive td.sub_head {
		background: #e6ddd8;
		border-bottom: 0;
		margin-top: 15px;
		padding-left: 8px;
		text-align: center;
	}
	table.responsive td.blank,
	.responsive td.blank {
		display: none;
	}
	table.responsive th,
	.responsive td:first-child {
		/* border-bottom: solid 1px rgba(0, 0, 0, .8); */
		border: none;
		font-weight: bold;
		padding: 25px 15px 10px 15px;
		width: 100%;
	}
	table.responsive td,
	.responsive td {
		/* padding: 15px 8px 15px 120px; */
		padding: 10px 15px 10px 35px;
		position: relative;
		text-align: left;
		transition: .4s ease;
		width: 100%;
	}
	table.responsive td.price,
	.responsive td.price {
		text-align: right;
	}
	table.responsive td:last-child {
		padding-bottom: 25px;
	}
	table.responsive td:before,
	.responsive td:before {
		border-left: solid 3px #ccc;
		content: '';
		position: absolute;
			top: 0;
			left: 18px;
		width: 0;
		height: 100%;
	}
	table.responsive td:first-child:before,
	.responsive td:first-child:before {
		display: none;
	}
	table.responsive td:nth-child(2):before,
	.responsive td:nth-child(2):before {
	}
	table.responsive td:last-child:before,
	.responsive td:last-child:before {
		height: calc(100% - 14px);
	}
}

@media screen and (max-width:580px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	table th,
	table td {
	}

	table thead th:last-child,
	table td:last-child {
		border-right: 0;
	}
	table.responsive td.blank .blank_line {
		background: #fff;
		display: block;
		margin: -8px auto -8px -12px;
		position: relative;
		width: 3px;
		height: calc(100% + 16px);
		z-index: 1;
	}

}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#blog_post #title .innerBox {
		padding: 10px 0 0;
	}
}

/*====================================================
////id archive
====================================================*/
#blog_post #archive .itemBox {
	margin: 0 -15px;
	width: calc(100% + 30px);
}
#blog_post #archive .item {
	padding: 15px;
	margin-bottom: 10px;
}
#blog_post #archive .item a {
	display: block;
	line-height: 1.6;
}
#blog_post #archive .item .coverImg {
	padding-top: 65%;
}
#blog_post #archive .item .date {
	font-size: .9em;
	margin: 10px 0 5px;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#blog_post #archive .item {
		width: 50%;
	}
}

@media screen and (max-width:500px) {
	#blog_post #archive .itemBox {
		margin: auto;
		width: 90%;
	}
	#blog_post #archive .item {
		width: 100%;
	}
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#blog_post #archive .item {
		width: calc(100% / 3);
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

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

/*====================================================
////id blog_post
====================================================*/
#blog_post #post p {
	line-height: 2.0;
	margin: 1.5em 0;
}
#blog_post #post img {
	margin: 0;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

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

/*====================================================
//// id
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (max-width:580px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}


/*====================================================
////class .pagetop
====================================================*/

.pagetop {
	display: none;
	position: fixed;
		bottom: 10px;
		right: 10px;
	z-index: 1000;
	/*	border: solid 1px*/
}
.pagetop.stop {
	position: absolute;
		top: -60px;
		bottom: auto;
}
.pagetop a {
	border-radius: 100%;
	letter-spacing: 0;
	opacity: .8;
	transition: .2s ease-in-out;
	width: 50px;
	height: 50px;
}
.pagetop span {
	display: block;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	.pagetop a:hover {
		opacity: 1;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

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

/*====================================================
////id footer
====================================================*/
footer {
	position: relative;
}
footer .copyBox p {
	line-height: 2.2;
}
footer .logo {
	margin: auto;
	width: 165px;
}
footer .sns img {
	margin: 0 10px;
	width: 30px;
}
footer .box-2 .menu li {
	font-size: 1.5rem;
	line-height: 1.3;
	margin-bottom: 10px;
}
footer .lastBox {
	padding: 0 0 30px;
}
footer .lastBox .menu li {
	font-size: 1.4rem;
	padding: 0 10px;
	position: relative;
}
footer .lastBox .menu li:after {
	border-right: solid 1px;
	content: '';
	margin: auto;
	position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
	width: 0;
	height: 1em;
}
footer .lastBox .menu li:last-child:after {
	display: none;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	footer .box-1 {
		margin-bottom: 50px;
	}
	footer .box-2 .menu-item {
		width: 48%;
	}
	footer .lastBox .copyright {
		margin-top: 20px;
	}
}

@media screen and (max-width:580px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	footer .mainBox {
		padding: 70px 0;
		width: 96%;
	}
	footer .box-1 {
		width: 280px;
	}
	footer .shop li:last-child:after {
		display: none;
	}
	footer .box-2 {
		flex: 1;
	}
	footer .box-2 .box-inner {
		justify-content: flex-end;
	}
	footer .box-2 .menu {
		margin-left: 30px;
	}
	footer .lastBox {
		justify-content: flex-end;
	}
	footer .lastBox .copyright {
		margin-left: 30px;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
	footer .mainBox {
		flex-direction: column;
	}
	footer .box-1 {
		margin: 0 auto 50px;
		width: 100%
	}
	footer .shop ul {
		flex-direction: row;
		justify-content: center;
	}
	footer .shop li {
		padding: 0 10px;
		position: relative;
	}
	footer .shop li:after {
		border-right: solid 1px;
		content: '';
		margin: auto;
		position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
		width: 0;
		height: 1em;
	}
	footer .box-2 .box-inner {
		justify-content: center;
	}
	footer .box-2 .menu-item:first-child .menu:first-child {
		margin-left: 0;
	}

}

@media screen and (min-width:1200px) {
	footer .box-1 {
		width: 450px;
	}
	footer .shop ul {
		flex-direction: row;
	}
	footer .shop li {
		padding: 0 10px;
		position: relative;
	}
	footer .shop li:after {
		border-right: solid 1px;
		content: '';
		margin: auto;
		position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
		width: 0;
		height: 1em;
	}
	footer .box-2 .menu {
		margin-left: 50px;
	}
}

@media screen and (min-width:1600px) {
	footer .box-2 .menu {
		margin-left: 100px;
	}
}

/*====================================================
//// id
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (max-width:580px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

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

/*====================================================
//// id
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (max-width:580px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

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