@charset "UTF-8";

/*shop_area*/
#shop_area{
	padding:80px 0 0;
	border-top:1px solid #f1e8bc;
	background-color:#fcf9f3;
}

#shop_area h1{
	margin:0 0 25px;
	padding:0 30px;
	color:#dab400;
	text-align:center;
	text-indent:0.2em;
	letter-spacing:0.2em;
	font-size:13px;
	line-height:1;
	font-weight:500;
}

#shop_area h1 img{
	display:block;
	width:auto;
	height:36px;
	margin:0 auto 15px;
	vertical-align:bottom;
}

#shop_area>p{
	margin:0;
	padding:0 30px;
	color:#515247;
	text-align:center;
	text-indent:0.1em;
	letter-spacing:0.1em;
	font-size:15px;
	line-height:1.8;
}

@media only screen and (max-width:660px){
	#shop_area{
		padding:50px 0 0;
	}
	
	#shop_area h1{
		margin:0 0 20px;
		padding:0 20px;
		font-size:11px;
	}
	
	#shop_area h1 img{
		height:24px;
		margin:0 auto 10px;
	}
	
	#shop_area>p{
		padding:0 20px;
		font-size:12px;
		line-height:1.6;
	}
}

/*shop_area_list*/
#shop_area_list{
	border-bottom:1px solid #dfd5a1;
	background:linear-gradient(top, #fcf9f3 0%, #f1e9de 100%);
	background:linear-gradient(to bottom, #fcf9f3 0%,#f1e9de 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#shop_area_list>div{
	padding:60px 30px 110px;
	background-image:url(../img/shop_bg.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center bottom;
}

#shop_area_list>div>div{
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
}

#shop_area_list>div>div section{
	box-sizing:border-box;
	width:calc(50% - 20px);
	margin:0 40px 0 0;
	background-color:#fff;
	float:left;
}

#shop_area_list>div>div section:nth-of-type(2n){
	margin:0;
}

#shop_area_list>div>div section a:link,
#shop_area_list>div>div section a:visited{
	display:block;
	padding:40px 40px 60px;
	color:#000;
	transition:.2s;
}

#shop_area_list>div>div section a:hover,
#shop_area_list>div>div section a:active{
	opacity:0.8;
	text-decoration:none;
}

#shop_area_list>div>div section a>img{
	width:100%;
	height:auto;
	margin:0 0 30px;
	vertical-align:bottom;
}

#shop_area_list>div>div section a h2{
	margin:0 0 20px;
	text-align:center;
	font-size:20px;
	line-height:1;
}

#shop_area_list>div>div section a h2 img{
	width:auto;
	height:22px;
	vertical-align:bottom;
}

#shop_area_list>div>div section a p{
	margin:0 0 40px;
	text-align:justify;
	text-justify:inter-ideograph;
	letter-spacing:0.1em;
	font-size:15px;
	line-height:2;
}

#shop_area_list>div>div section a .btn{
	margin:0 auto;
	transition:.2s;
}

#shop_area_list>div>div section a:hover .btn,
#shop_area_list>div>div section a:active .btn{
	color:#dab400;
}

@media only screen and (max-width:1023px){
	
	#shop_area_list>div>div section{
		box-sizing:border-box;
		width:calc(50% - 10px);
		margin:0 20px 0 0;
	}
	
	#shop_area_list>div>div section a:link,
	#shop_area_list>div>div section a:visited{
		padding:30px 30px 50px;
	}
	
	#shop_area_list>div>div section a h2 img{
		height:16px;
	}
	
	#shop_area_list>div>div section a p{
		margin:0 0 30px;
		font-size:13px;
		line-height:1.8;
	}
}

@media only screen and (max-width:660px){
	#shop_area_list>div{
		padding:40px 20px 80px;
	}
	
	#shop_area_list>div>div section{
		width:100%;
		margin:0 0 20px;
		float:none;
	}
	
	#shop_area_list>div>div section a:link,
	#shop_area_list>div>div section a:visited{
		padding:25px 25px 40px;
	}
	
	#shop_area_list>div>div section a>img{
		margin:0 0 20px;
	}
	
	#shop_area_list>div>div section a h2{
		margin:0 0 15px;
	}
	
	#shop_area_list>div>div section a h2 img{
		height:16px;
	}
	
	#shop_area_list>div>div section a p{
		margin:0 0 30px;
		font-size:13px;
		line-height:1.8;
	}
}

/*staff_area*/
#staff_area{
	padding:100px 30px;
	background-image:url(../img/leaf.png);
	background-repeat:no-repeat;
	background-size:13% auto;
	background-position:right top 80%;
}

#staff_area>div{
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
}

#staff_area>div img{
	width:54%;
	height:auto;
	vertical-align:bottom;
	float:left;
}

#staff_area>div>div{
	width:42%;
	margin:5% 0 0;
	float:right;
}

#staff_area>div>div p{
	margin:0 0 20px;
	color:#7c6823;
	text-align:justify;
	text-justify:inter-ideograph;
	letter-spacing:0.1em;
	font-size:15px;
	line-height:2.2;
}

#staff_area>div>div p:last-of-type{
	font-size:12px;
	line-height:1.8;
}

@media only screen and (min-width:661px) and (max-width:1023px){
	#staff_area{
		background-position:right bottom 3%;
	}
	
	#staff_area>div img{
		width:50%;
	}
	
	#staff_area>div>div{
		box-sizing:border-box;
		width:44%;
		margin:5% 0 0;
		padding:0 15px 0 0;
	}
	
	#staff_area>div>div p{
		font-size:14px;
		line-height:2;
	}
}

@media only screen and (max-width:660px){
	#staff_area{
		padding:60px 20px 100px;
		background-size:30% auto;
		background-position:right bottom 3%;
	}
	
	#staff_area>div img{
		width:100%;
		margin:0 0 20px;
		float:none;
	}
	
	#staff_area>div>div{
		width:100%;
		margin:0;
		float:none;
	}
	
	#staff_area>div>div p{
		margin:0 0 15px;
		font-size:13px;
		line-height:2;
	}
	
	#staff_area>div>div p:last-of-type{
		font-size:11px;
		line-height:1.6;
	}
}

/*access_area*/
#access_area{
	max-width:1200px;
	margin:0 auto;
	padding:100px 30px 160px;
}

#access_area h2{
	display:table;
	margin:0 auto 70px;
	padding:0 10px 18px;
	border-bottom:1px solid #dfd5a1;
	text-align:center;
	text-indent:0.2em;
	letter-spacing:0.2em;
	font-size:12px;
	line-height:1;
	font-weight:500;
	position:relative;
}

#access_area h2 img{
	display:block;
	width:auto;
	height:20px;
	margin:0 0 15px;
	vertical-align:bottom;
}

#access_area h2:after{
	content:"";
	display:block;
	width:30px;
	height:8px;
	background-image:url(../img/access_title_icon.svg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	position:absolute;
	bottom:-4px;
	left:50%;
	transform:translate(-50%,0);
}

#access_area iframe{
	width:100%;
	height:500px;
}

@media only screen and (max-width:660px){
	#access_area{
		padding:60px 20px 120px;
	}
	
	#access_area h2{
		margin:0 auto 40px;
		padding:0 10px 18px;
		font-size:11px;
	}
	#access_area h2 img{
		height:16px;
		margin:0 0 15px;
	}
	
	#access_area iframe{
		height:400px;
	}
}


/*shop_detail_area*/
#shop_detail_area{
	padding:80px 0 0;
	border-top:1px solid #f1e8bc;
}

#shop_detail_area h1{
	margin:0 0 45px;
	padding:0 30px;
	text-align:center;
	font-size:20px;
	line-height:1;
}

#shop_detail_area h1 img{
	max-width:100%;
	width:auto;
	height:37px;
	vertical-align:bottom;
}

@media only screen and (max-width:660px){
	#shop_detail_area{
		padding:50px 0 0;
	}
	
	#shop_detail_area h1{
		margin:0 0 30px;
		padding:0 20px;
	}
	
	#shop_detail_area h1 img{
		height:20px;
	}
}

/*shop_concept_area*/
#shop_concept_area img:first-of-type{
	box-sizing:border-box;
	display:block;
	max-width:1260px;
	height:auto;
	margin:0 auto 70px;
	padding:0 30px;
	vertical-align:bottom;
}

#shop_concept_area .text_area{
	max-width:1200px;
	 margin:0 auto;
	padding:0 30px;
}

#shop_concept_area .text_area p{
	margin:0 0 30px;
	text-align:center;
	text-indent:0.2em;
	letter-spacing:0.2em;
	font-size:14px;
	line-height:2.2;
}

#shop_concept_area .text_area p:first-of-type{
	margin:0 0 40px;
	color:#cd9d00;
	font-size:15px;
}

#shop_concept_area .text_area p:last-of-type{
	margin:0;
}

#shop_concept_area img:last-of-type{
	width:100%;
	height:auto;
	vertical-align:bottom;
	position:relative;
	top:-20px;
	z-index:-1;
}

@media only screen and (max-width:1260px){
	#shop_concept_area img:first-of-type{
		width:100%;
	}
}

@media only screen and (max-width:660px){
	#shop_concept_area{
		margin:0 0 50px;
	}
	
	#shop_concept_area img:first-of-type{
		margin:0 auto 30px;
		padding:0 20px;
	}
	
	#shop_concept_area .text_area{
		padding:0 20px;
	}
	
	#shop_concept_area .text_area p{
		margin:0 0 20px;
		text-align:justify;
		text-justify:inter-ideograph;
		text-indent:0.1em;
		letter-spacing:0.1em;
		font-size:13px;
		line-height:2;
	}
	
	#shop_concept_area .text_area p:first-of-type{
		margin:0 0 30px;
		color:#cd9d00;
		text-align:center;
		text-indent:0.2em;
		letter-spacing:0.2em;
		font-size:13px;
		line-height:1.8;
	}
	
	#shop_concept_area .text_area p:last-of-type{
		margin:0 0 30px;
	}
	
	#shop_concept_area img:last-of-type{
		top:0;
		z-index:-1;
	}
}

/*shopinfor_area*/
#shopinfor_area{
	display:flex;
	justify-content:space-between;
	align-items:center;
	max-width:1200px;
	margin:0 auto 150px;
	padding:0 30px;
}

#shopinfor_area .text_area{
	width:52%;
	order:2;
}

#shopinfor_area .text_area h2{
	margin:0 0 50px;
	font-size:18px;
	line-height:1;
}

#shopinfor_area .text_area h2 img{
	max-width:100%;
	width:auto;
	height:20px;
	vertical-align:bottom;
}

#shopinfor_area .text_area>p{
	margin:0;
	text-align:justify;
	text-justify:inter-ideograph;
	letter-spacing:0.1em;
	font-size:14px;
	line-height:1.8;
	font-weight:400;
}

#shopinfor_area .text_area>p a:link,
#shopinfor_area .text_area>p a:visited{
	display:inline-block;
	margin:0 0 0 10px;
	padding:6px 28px 6px 15px;
	border:1px solid #dab400;
	border-radius:20px;
	background-image:url(../img/arrow_right.svg);
	background-repeat:no-repeat;
	background-size:6px 9px;
	background-position:right 12px center;
	background-color:#dab400;
	color:#fff;
	letter-spacing:0;
	font-size:11px;
	line-height:1;
	transition:.2s;
}

#shopinfor_area .text_area>p a:hover,
#shopinfor_area .text_area>p a:active{
	background-image:url(../img/arrow_right-.svg);
	text-decoration:none;
	background-color:#fff;
	color:#dab400;
}

#shopinfor_area .text_area>section{
	margin:20px 0 0;
}

#shopinfor_area .text_area>section h3{
	margin:0 0 8px;
	letter-spacing:0.1em;
	font-size:14px;
	line-height:1;
}

#shopinfor_area .text_area>section p{
	margin:0;
	letter-spacing:0.1em;
	font-size:13px;
	line-height:1.8;
	font-weight:300;
}

#shopinfor_area #shop_map_area{
	width:44%;
	order:1;
}

#shopinfor_area #shop_map_area iframe{
	width:100%;
	height:400px;
}

@media only screen and (max-width:660px){
	#shopinfor_area{
		display:block;
		margin:0 auto 100px;
		padding:0 20px;
	}
	
	#shopinfor_area .text_area{
		width:100%;
		margin:0 0 40px;
	}
	
	#shopinfor_area .text_area h2{
		text-align:center;
		margin:0 0 35px;
	}
	
	#shopinfor_area .text_area h2 img{
		height:18px;
	}
	
	#shopinfor_area .text_area>p{
		margin:0 0 30px;
		text-align:center;
		font-size:12px;
		line-height:1.8;
	}
	
	#shopinfor_area .text_area>p a:link,
	#shopinfor_area .text_area>p a:visited{
		display:table;
		margin:5px auto 8px;
		padding:4px 28px 4px 15px;
		background-size:4px 6px;
		background-position:right 12px center;
	}
	
	#shopinfor_area .text_area>section h3{
		margin:0 0 8px;
		font-size:13px;
	}
	
	#shopinfor_area .text_area>section p{
		font-size:12px;
		line-height:1.6;
	}
	
	#shopinfor_area #shop_map_area{
		width:100%;
	}
	
	#shopinfor_area #shop_map_area iframe{
		height:350px;
	}
}

/*pickup_product_area*/
#pickup_product_area{
	padding:90px 30px 160px;
	background-color:#fdfbf2;
}

#pickup_product_area>div{
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
}

#pickup_product_area>div h2{
	display:table;
	margin:0 auto 70px;
	padding:0 10px 18px;
	border-bottom:1px solid #dfd5a1;
	text-align:center;
	text-indent:0.2em;
	letter-spacing:0.2em;
	font-size:12px;
	line-height:1;
	font-weight:400;
	position:relative;
}

#pickup_product_area>div h2 img{
	display:block;
	width:auto;
	height:20px;
	margin:0 0 15px;
	vertical-align:bottom;
}

#pickup_product_area>div h2:after{
	content:"";
	display:block;
	width:30px;
	height:8px;
	background-image:url(../img/pickup_title_icon.svg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	position:absolute;
	bottom:-4px;
	left:50%;
	transform:translate(-50%,0);
}

@media only screen and (min-width:661px)  and (max-width:1023px){
	#pickup_product_area>div h2{
		display:table;
		margin:0 auto 50px;
	}
}

@media only screen and (max-width:660px){
	#pickup_product_area{
		padding:80px 20px 100px;
	}
	
	#pickup_product_area>div h2{
		margin:0 auto 40px;
		font-size:11px;
	}
	#pickup_product_area>div h2 img{
		height:16px;
		margin:0 0 15px;
	}
}

/*pickup_product_area section*/
#pickup_product_area>div section{
	width:calc(50% - 30px);
	margin:0 60px 70px 0;
	float:left;
}

#pickup_product_area>div section:nth-of-type(2n){
	margin:0 0 70px;
}

#pickup_product_area>div section h3{
	margin:0 0 40px;
	border-bottom:1px solid #dab400;
	color:#555;
	text-align:center;
	text-indent:0.1em;
	letter-spacing:0.1em;
	font-size:16px;
	line-height:1;
}

#pickup_product_area>div section h3 span{
	display:table;
	margin:0 auto;
	padding:0 20px;
	background-color:#fdfbf2;
	position:relative;
	bottom:-8px;
}

#pickup_product_area>div section .btn{
	margin:45px auto 0;
}

@media only screen and (min-width:661px)  and (max-width:1023px){
	#pickup_product_area>div section{
		width:calc(50% - 10px);
		margin:0 20px 50px 0;
		float:left;
	}
	
	#pickup_product_area>div section:nth-of-type(2n){
		margin:0 0 50px;
	}
	
	#pickup_product_area>div section h3{
		margin:0 0 30px;
	}
	
	#pickup_product_area>div section .btn{
		margin:30px auto 0;
	}
}

@media only screen and (max-width:660px){
	#pickup_product_area>div section{
		width:100%;
		margin:0 0 50px;
		float:none;
	}
	
	#pickup_product_area>div section:nth-of-type(2n){
		margin:0 0 50px;
	}
	
	#pickup_product_area>div section h3{
		margin:0 0 25px;
	}
	
	#pickup_product_area>div section .btn{
		margin:30px auto 0;
	}
}




































