/*--loading--*/
#loading {
	width: 100%;
	height: 100%;
	margin: 0;
	background: #fff;
	opacity: 1.0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

#loading img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


#loading {
	display: none !important;
}


.Main {
	position: relative;
}

.Main .Img .bxslider li,
.Main .Img .bxslider li img {
	width: 100%;
}






/*
.Feat{background: repeating-linear-gradient(-45deg, #ffe899, #ffe899 9px, #ffeaa3 0, #ffeaa3 18px);}
.Feat .inner{width:960px;padding:60px 15px 80px;}
.Feat ul{display:flex;flex-flow:row wrap;}
.Feat ul li{width:33.33%;padding:15px;text-align:center;}
.Feat ul li a{display:flex;align-items:center;justify-content:center;width:280px;height:280px;background:#f8f6ef;border:4px solid #ffe17a;border-radius:50%;transition-duration:.4s;}
.Feat ul dl{line-height:1.3;}
.Feat ul dl dt{font-style:italic;font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;font-size:3.0rem;color:#aea073;letter-spacing:0.05em;}
.Feat ul dl dd{font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;font-size:1.6rem;color:#727577;font-weight:bold;letter-spacing:0.2em;}
.Feat ul li a:hover{opacity:0.6;}
.Feat ul li:first-child a{background:#f8f6ef url(../../img/index/feat02.png) no-repeat center center;background-size:contain;}
.Feat ul li:nth-child(2) a{background:#f8f6ef url(../../img/index/feat01.png) no-repeat center center;background-size:contain;}
.Feat ul li:nth-child(3) a{background:#f8f6ef url(../../img/index/feat03.png) no-repeat center center;background-size:contain;}
.Feat ul li:last-child a{background:#f8f6ef url(../../img/index/feat04.png) no-repeat center center;background-size:contain;}
*/

.Feat {
	background: repeating-linear-gradient(-45deg, #ffe899, #ffe899 9px, #ffeaa3 0, #ffeaa3 18px);
}

.Feat .inner {
	width: 1080px;
	padding: 60px 0 80px;
	border: 0px solid red;
}

.Feat ul {
	display: flex;
	flex-flow: row wrap;
	border: 0px solid orange;
}

.Feat ul li {
	width: 25%;
	padding: 15px;
	text-align: center;
	border: 0px solid pink;
}

.Feat ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 240px;
	height: 240px;
	background: #f8f6ef;
	border: 4px solid #ffe17a;
	border-radius: 50%;
	transition-duration: .4s;
}

.Feat ul li a:hover {
	opacity: 0.6;
}

.Feat ul li:first-child a {
	background: #f8f6ef url(../../img/index/feat02.png) no-repeat center center;
	background-size: contain;
}

.Feat ul li:nth-child(2) a {
	background: #f8f6ef url(../../img/index/feat01.png) no-repeat center center;
	background-size: contain;
}

.Feat ul li:nth-child(3) a {
	background: #f8f6ef url(../../img/index/feat03.png) no-repeat center center;
	background-size: contain;
}

.Feat ul li:last-child a {
	background: #f8f6ef url(../../img/index/feat04.png) no-repeat center center;
	background-size: contain;
}

.Feat ul dl {
	line-height: 1.3;
}

.Feat ul dl dt {
	font-style: italic;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	font-size: 3.0rem;
	color: #aea073;
	letter-spacing: 0.05em;
}

.Feat ul dl dd {
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	font-size: 1.6rem;
	color: #727577;
	font-weight: bold;
	letter-spacing: 0.2em;
}





.Catch .inner {
	width: 900px;
	padding: 80px 15px 90px;
}

.Catch h1 {
	text-align: center;
	margin-bottom: 30px;
}

.Catch h1 img {
	width: 813px;
}

.Catch p {
	line-height: 1.625;
	font-size: 1.6rem;
}



.Store .inner {
	padding: 30px 0 60px;
}

.Store ul {
	display: flex;
	flex-flow: row wrap;
}

.Store ul li {
	width: 25%;
	padding: 0 15px 45px;
}

.Store ul li:not(:first-child) {
	border-left: 1px solid #e6e6e6;
}

.Store ul li a {
	transition-duration: .4s;
}

.Store ul figure {
	margin-bottom: 10px;
}

.Store ul dl dt {
	font-weight: bold;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.11;line-height:1.4;
	margin-bottom: 20px;
}

.Store ul dl dd {
	font-size: 1.4rem;
	line-height: 1.11;line-height:1.6;
}



.Recruit .inner {
	padding: 30px 15px 90px;
}



.Gallery ul {
	display: flex;
	flex-flow: row wrap;
}

.Gallery ul li {
	width: 25%;
}

.Gallery ul li img {
	width: 100%;
	height: auto;
}



.Map iframe {
	width: 100%;
	height: 420px;
	vertical-align: bottom;
}







/*****************************************************************************
 Responsive
 *****************************************************************************/
@media screen and (max-width: 768px) {
	/*
	.Feat ul{justify-content:space-between;}
	.Feat ul li{position:relative;width:32%;height:auto;}
	.Feat ul li:before{content:"";display:block;padding-top:100%;}
	.Feat ul li a{width:100%;height:100%;position:absolute;top:0;left:0;}
*/

	.Feat ul {
		justify-content: space-between;
	}

	.Feat ul li {
		position: relative;
		width: 24%;
		height: auto;
		border: 0px solid red;
	}

	.Feat ul li:before {
		content: "";
		display: block;
		padding-top: 100%;
	}

	.Feat ul li a {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.Feat ul dl dt {
		font-size: 2.1rem;
	}

	.Feat ul dl dd {
		font-size: 1.4rem;
	}

	.Catch h1 img {
		width: 90%;
	}

	.Store ul li {
		width: 50%;
		margin-bottom: 15px;
		padding: 0 15px 20px;
	}


	.Map iframe {
		height: 380px;
	}


}


@media screen and (max-width: 600px) {
	.Feat ul li {
		width: 49%;
	}

	.Feat ul dl dt {
		font-size: 2.6rem;
	}

	.Feat ul dl dd {
		font-size: 1.4rem;
	}


	.Map iframe {
		height: 300px;
	}


}


@media screen and (max-width: 480px) {
	.Feat .inner {
		padding: 30px 0 60px;
	}

	.Feat ul {
		justify-content: flex-start;
	}

	.Feat ul li {
		width: 100%;
	}

	.Feat ul li:before {
		display: none;
	}

	.Feat ul li a {
		width: 100%;
		height: 80px;
		position: static;
		border-radius: 0;
	}

	.Catch h1 img {
		width: 100%;
	}

	.Store ul li {
		width: 100%;
	}

	.Store ul li:not(:first-child) {
		border-left: none;
	}





}


@media screen and (max-width: 375px) {
	.Feat ul li {
		width: 100%;
	}




}









.Main .Img .bxslider li img.pc {
	display: block;
}

.Main .Img .bxslider li img.sp {
	display: none;
}

@media screen and (max-width: 768px) {
	.Main .Img .bxslider li img.pc {
		display: none;
	}

	.Main .Img .bxslider li img.sp {
		display: block;
	}


}









.Store ul li {
	width: 33.33333%;
}