@charset "utf-8";



#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 1;
}
#loader {
	display: none;
	position: fixed;
	top: calc((100% - 64px) / 2);
	top: -webkit-calc((100% - 64px) / 2);
	top: -moz-calc((100% - 64px) / 2);
	left: calc((100% - 64px) / 2);
	left: -webkit-calc((100% - 64px) / 2);
	left: -moz-calc((100% - 64px) / 2);
	width: 64px;
	height: 64px;
	/*margin-top: -100px;*/
	/*margin-left: -100px;*/
	text-align: center;
	color: #fff;
	z-index: 2;
}
#contents{
	z-index: 2;
	position: relative;
	width:100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#contents-detail {
	z-index: 2;
	position: relative;
	width:100%;
	height: auto;
	margin: 0;
	padding: 0;
}

#header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 63px;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

.site_title_top {
	position: absolute;
	top: 0px;
	left: 40%;
	left: calc((100% - 250px) / 2);
	left: -webkit-calc((100% - 250px) / 2);
	left: -moz-calc((100% - 250px) / 2);
	width: 250px;
	height: 33px;
	margin: 0 auto;
	padding: 15px 0;
}

@media print, screen and (max-width: 768px) {

	.site_title_top {
		position: absolute;
		top: 0px;
		left: calc((100% - 200px) / 2);
		left: -webkit-calc((100% - 200px) / 2);
		left: -moz-calc((100% - 200px) / 2);
		width: 200px;
		height: 26px;
		margin: 0 auto;
		padding: 18px 0;
	}



}




/* スライドメニュー */

#global-menu-btn {
	position: absolute;
	top: 0px;
	right: 20px;
	color: #ffffff;
	padding: 8px 0;
	cursor: pointer;
}

#global-menu {
	width: 100%;
	height: calc(100% - 63px);
	height: -webkit-calc(100% - 63px);
	height: -moz-calc(100% - 63px);
	/*background-color: #9BCB6C;*/
	background-image: url(/shared/site_foodpark/images/common/back_img_03.png), url(/shared/site_foodpark/images/common/back_img_03.png);
	background-repeat: repeat;
	background-position: center center;
	background-size: 57px 57px;
	position: fixed;
	top: 63px;
	right: 0;
	z-index: 100;
	transform: translate(100%);
	transition: all .5s;
}
#global-menu.open {
	transform: translate(0);
}
/*
#products-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#products-menu li {
	padding: 8px;
	color: #fff;
	border-bottom: 1px solid #fff;
}
*/

#global-menu .global-menu-wrapper {
	width: 90%;
	height: auto;
	margin: 30px auto;
	padding: 0;
	display:-webkit-box; 
	display:-moz-box; 
	display:-ms-box; 
	display:-webkit-flexbox; 
	display:-moz-flexbox; 
	display:-ms-flexbox; 
	display:-webkit-flex; 
	display:-moz-flex; 
	display:-ms-flex; 
	display:flex; 
	-webkit-box-lines:multiple; 
	-moz-box-lines:multiple; 
	-webkit-flex-wrap:wrap; 
	-moz-flex-wrap:wrap; 
	-ms-flex-wrap:wrap; 
	flex-wrap:wrap;
}
#global-menu .global-menu-wrapper li {
	display: inline-block; 
	width: calc((100% - 31px) / 2);
	width: -webkit-calc((100% - 31px) / 2);
	width: -moz-calc((100% - 31px) / 2);
	height: auto; 
	font-size: 18px; 
	font-weight: bold; 
	text-align: left; 
	color: #000000;
	vertical-align: middle; 
	padding: 0; 
	margin: 0 30px 20px 0; 
	background: #ffffff;
	box-shadow: 2px 2px 4px;
	border-radius: 10px;
	overflow: hidden;
}
#global-menu .global-menu-wrapper li:nth-child(2n) {
	margin: 0 0 20px 0; 
}
#global-menu .global-menu-wrapper li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	color: #515151;
	text-decoration: none;
}
#global-menu .global-menu-wrapper li:hover {
	background: #ddf3c8;
}


.global_menu_img {
	width: 100%;
	height: auto;
	display: block;
}
.global_menu_img2 {
	width: 175px;
	height: auto;
	margin-right: 15px;
	display: block;
	float: left;
}

.menu_title {
	width: 90%;
	margin: 30px auto;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
}

.global-menu-background {
	position: fixed;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 0;
	height: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 99;
	opacity: 0;
	transition: opacity 0.5s;
}
.global-menu-background.open {
	width: 100%;
	height: 100%;
	opacity: 1;
}

.global-menu-open {
	width: 50px;
	height: auto;
}

.global-menu-close {
	display: none;
	z-index: 101;
	padding-top: 12px;
}

.global-menu-close-btn {
	width: 100px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding: 10px 15px;
	margin: 30px auto;
	border: 2px solid #ffffff;
	cursor: pointer;
	z-index: 101;
}


@media print, screen and (max-width: 768px) {


	#global-menu-btn {
		right: 10px;
		color: #ffffff;
		padding: 15px 0;
	}

	.global-menu-open {
		width: 40px;
		height: auto;
	}


	#global-menu .global-menu-wrapper li {
		display: inline-block; 
		width: 100%;
		height: auto; 
		font-size: 14px; 
		font-weight: bold; 
		text-align: left; 
		color: #000000;
		vertical-align: middle; 
		padding: 0; 
		margin: 0 0 15px 0; 
		background: #ffffff;
		box-shadow: 2px 2px 4px;
		border-radius: 10px;
		overflow: hidden;
	}

	#global-menu .global-menu-wrapper li:nth-child(2n) {
		margin: 0 0 15px 0; 
	}

	#global-menu .global-menu-wrapper li a {
		display: block;
		width: 100%;
		height: 100%;
		padding: 7px;
		color: #515151;
		text-decoration: none;
	}


}




.home {
	background-image: url(/shared/site_foodpark/images/common/back_img_01.png), url(/shared/site_foodpark/images/common/back_img_01.png);
	background-repeat: repeat;
	background-position: center center;
	background-size: 38px 38px;
}

.broad {
	background-image: url(/shared/site_foodpark/images/common/back_img_04.png), url(/shared/site_foodpark/images/common/back_img_04.png);
	background-repeat: repeat;
	background-position: center center;
	background-size: 124px 112px;
}

.oishiimono {
	background-color: #d8e698;
}

.taiken {
	background-image: url(/shared/site_foodpark/images/common/back_img_10.png), url(/shared/site_foodpark/images/common/back_img_10.png);
	background-repeat: repeat;
	background-position: center center;
	background-size: 40px 39px;
}



/* 共通バナー */

.common_banner_2 {
	max-width: 750px;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	display:-webkit-box; 
	display:-moz-box; 
	display:-ms-box; 
	display:-webkit-flexbox; 
	display:-moz-flexbox; 
	display:-ms-flexbox; 
	display:-webkit-flex; 
	display:-moz-flex; 
	display:-ms-flex; 
	display:flex; 
	-webkit-box-lines:multiple; 
	-moz-box-lines:multiple; 
	-webkit-flex-wrap:wrap; 
	-moz-flex-wrap:wrap; 
	-ms-flex-wrap:wrap; 
	flex-wrap:wrap;
}
.common_banner_2 li {
	display: inline-block; 
	width: calc((100% - 61px) / 2);
	width: -webkit-calc((100% - 61px) / 2);
	width: -moz-calc((100% - 61px) / 2);
	height: auto; 
	text-align: center; 
	vertical-align: middle; 
	padding: 0; 
	margin: 15px; 
	overflow: hidden;
}

.common_banner_3 {
	max-width: 900px;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	display:-webkit-box; 
	display:-moz-box; 
	display:-ms-box; 
	display:-webkit-flexbox; 
	display:-moz-flexbox; 
	display:-ms-flexbox; 
	display:-webkit-flex; 
	display:-moz-flex; 
	display:-ms-flex; 
	display:flex; 
	-webkit-box-lines:multiple; 
	-moz-box-lines:multiple; 
	-webkit-flex-wrap:wrap; 
	-moz-flex-wrap:wrap; 
	-ms-flex-wrap:wrap; 
	flex-wrap:wrap;
}
.common_banner_3 li {
	display: inline-block; 
	width: calc((100% - 61px) / 3);
	width: -webkit-calc((100% - 61px) / 3);
	width: -moz-calc((100% - 61px) / 3);
	height: auto; 
	text-align: center; 
	vertical-align: middle; 
	padding: 0; 
	margin: 10px; 
	overflow: hidden;
}

@media print, screen and (max-width: 768px) {

	.common_banner_2 {
		width: 90%;
	}

	.common_banner_2 li {
		width: 100%;
		padding: 0; 
		margin: 15px 0px; 
	}

	.common_banner_3 {
		width: 90%;
	}

	.common_banner_3 li {
		width: 100%;
		padding: 0; 
		margin: 10px 0px; 
	}

}




/* PICK UP */

#home-pickup {
	z-index: 2;
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 80px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

#contents-pickup {
	z-index: 30;
	position: relative;
	width: 100%;
	height: auto;
	margin-top: -200px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

.pickup_top {
	position: relative;
	width: 100%;
	height: 12px;
	margin: 0 auto;
	background-image: url(/shared/site_foodpark/images/common/pickup_top_wave.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: 87px 12px;
	z-index: 11;
}
.pickup_btn {
	position: absolute;
	top: -2.3vw;
	/*
	left: calc((100% - 15vw) / 2);
	left: -webkit-calc((100% - 15vw) / 2);
	left: -moz-calc((100% - 15vw) / 2);
	width: 15vw;
	*/
	left: calc((100% - 200px) / 2);
	left: -webkit-calc((100% - 200px) / 2);
	left: -moz-calc((100% - 200px) / 2);
	width: 200px;
	height: auto;
	z-index: 54;
}

.pickup_middle {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 30px 0;
	background-color: #9BCB6C;
}

.pickup-slider {
	width: 86%;
	margin: 20px auto 40px auto;
}
.pickup-cell {
	position: relative;
	z-index: 10;
	width: 250px;
	height: 250px;
	margin-right: 20px;
	margin-bottom: 10px;
	background: #ffffff;
	box-shadow: 2px 2px 4px gray;
	border-radius: 10px;
	counter-increment: carousel-cell;
	overflow: hidden;
}
.pickup-cell:hover {
	background-color: #c9eaa8;
}

.pickup-cell a {
	width: 100%;
	height: 100%;
	display: block;
}

.pickup-cell .new-mark-on {
	position: absolute;
	z-index: 12;
	top: 0;
	left: 0;
	width: 250px;
	height: 250px;
	background-image: url(/shared/site_foodpark/images/pickup/new_mark.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	font-size: 0;
}

.pickup_img {
	position: relative;
	z-index: 11;
	width: 180px;
	height: 167px;
	margin: 10px auto;
	border-radius: 10px;
	overflow: hidden;
}
.pickup_comment {
	width: 90%;
	margin: auto;
	font-size: 0.9rem;
	font-weight: bold;
	text-align: center;
	color: #000;
}
.pickup_link {
	text-decoration: none;
}




.pickup_bottom {
	position: relative;
	width: 100%;
	height: 12px;
	margin: 0 auto;
	background-image: url(/shared/site_foodpark/images/common/pickup_bottom_wave.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 87px 12px;
	z-index: 11;
}

@media print, screen and (max-width: 768px) {

	#home-pickup {
		margin-top: 40px;
	}

	.pickup_btn {
		position: absolute;
		top: -2.3vw;
		left: calc((100% - 150px) / 2);
		left: -webkit-calc((100% - 150px) / 2);
		left: -moz-calc((100% - 150px) / 2);
		width: 150px;
		height: auto;
		z-index: 54;
	}

	.pickup-slider {
		width: 82%;
		margin: 10px auto 20px auto;
	}

	.pickup-list {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 30px 0 0 0;
		background-color: #9BCB6C;
	}
	.pickup-cell {
		position: relative;
		z-index: 10;
		/*
		width: 170px;
		height: 190px;
		margin-right: 15px;
		margin-bottom: 10px;
		*/
		width: 90%;
		height: auto;
		margin-left: auto;
		margin-right: auto;

		background: #ffffff;
		box-shadow: 2px 2px 4px gray;
		border-radius: 10px;
		counter-increment: carousel-cell;
		overflow: hidden;
	}

	.pickup-cell .new-mark-on {
		width: 170px;
		height: 170px;
	}

	.pickup_img {
		position: relative;
		z-index: 11;
		/*
		width: 122px;
		height: 113px;
		margin: 10px auto;
		*/
		width: 30%;
		height: auto;
		margin: 10px 20px 10px 10px;
		border-radius: 10px;
		overflow: hidden;
		float: left;
	}

	.pickup_comment {
		/*font-size: 0.7rem;*/
		width: calc(70% - 41px);
		width: -webkit-calc(70% - 41px);
		width: -moz-calc(70% - 41px);
		margin: 10px 0 0 0;
		font-size: 1rem;
		font-weight: bold;
		text-align: left;
		color: #000;
		float: left;
	}


}







/* フッターメニュー */

#home-footer-menu {
	z-index: 10;
	position: relative;
	width: 100%;
	height: 60px;
	background-color: #00a464;
	margin: 0;
	padding: 0;
}

.footer_menu_wrapper {
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.footer_menu_block {
	width: calc((100% - 61px) / 3);
	width: -webkit-calc((100% - 61px) / 3);
	width: -moz-calc((100% - 61px) / 3);
	height: 60px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-right: 2px solid #ffffff;
	float: left;
}
.footer_menu_block:first-child {
	border-left: 2px solid #ffffff;
}
.footer_menu_block:hover {
	background-color: #00C787;
}
.footer_menu_block a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 18px 0 0 0;
	color: #ffffff;
	text-decoration: none;
}

.icon01:before {
	width: 25px;
	height: 25px;
	padding-right: 20px;
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-image: url(/shared/site_foodpark/images/common/footer_menu_btn_01.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px 25px;
}

.icon02:before {
	width: 25px;
	height: 25px;
	padding-right: 20px;
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-image: url(/shared/site_foodpark/images/common/footer_menu_btn_02.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px 25px;
}

.icon03:before {
	width: 25px;
	height: 25px;
	padding-right: 20px;
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-image: url(/shared/site_foodpark/images/common/footer_menu_btn_03.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px 25px;
}

.icon04:before {
	width: 25px;
	height: 25px;
	padding-right: 20px;
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-image: url(/shared/site_foodpark/images/common/footer_menu_btn_04.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px 25px;
}

.top_return {
	width: 49px;
	height: 60px;
	border-right: 2px solid #ffffff;
	float: left;
}
.top_return a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 5px;
	text-decoration: none;
}
.top_return span {
	width: 39px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}

@media print, screen and (max-width: 1230px) {

	.top_return {
		width: 49px;
		height: 60px;
		border-right: 0px solid #ffffff;
		float: left;
	}

}

@media print, screen and (max-width: 850px) {

	#home-footer-menu {
		z-index: 10;
		position: relative;
		width: 100%;
		height: 240px;
		background-color: #00a464;
		margin: 0;
		padding: 0;
	}

	.footer_menu_block {
		width: 100%;
		height: 60px;
		font-size: 15px;
		text-align: center;
		border-right: 1px solid #ffffff;
		float: left;
	}
	.footer_menu_block {
		border-bottom: 1px solid #ffffff;
	}
	.footer_menu_block:first-child,
	.footer_menu_block:nth-child(3) {
		border-left: 0px solid #ffffff;
	}
	.footer_menu_block:first-child,
	.footer_menu_block:nth-child(2) {
		border-bottom: 1px solid #ffffff;
	}

	.top_return {
		width: 49px;
		height: 60px;
		border-right: 0px solid #ffffff;
		float: none;
		margin-left: auto;
    		margin-right: auto;
	}
	.top_return span {
		width: 39px;
		height: auto;
		display: inline-block;
		vertical-align: middle;
		padding-top: 5px;
	}

}





/* フッター */

#footer {
	z-index: 10;
	position: relative;
	width: 100%;
	height: 200px;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

.footer_wrapper {
	z-index: 10;
	position: relative;
	max-width: 1200px;
	width: 100%;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}

.site_title_footer {
	position: absolute;
	top: 15px;
	left: calc((100% - 200px) / 2);
	left: -webkit-calc((100% - 200px) / 2);
	left: -moz-calc((100% - 200px) / 2);
	width: 200px;
	height: 26px;
	margin: 0 auto;
	padding: 15px 0;
}

.site_operation {
	position: absolute;
	top: 70px;
	left: calc((100% - 400px) / 2);
	left: -webkit-calc((100% - 400px) / 2);
	left: -moz-calc((100% - 400px) / 2);
	width: 400px;
	height: 50px;
	margin: 0 auto;
	padding: 15px 0;
	font-size: 14px;
	text-align: center;
}

.footer_sns_block {
	position: absolute;
	top: 25px;
	right: 0px;
	width: 300px;
}
.footer_sns2_block {
	position: absolute;
	top: 25px;
	right: 0px;
	width: 100px;
}

.footer_sns_txt {
	width: 165px;
	height: 35px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	display: flex;
	align-items: center;
	float: left;
}
.footer_sns_icon {
	width: 35px;
	margin-left: 10px;
	float: left;
}
.footer_sns2_icon {
	width: 35px;
	margin-left: 0px;
	float: left;
}

@media print, screen and (max-width: 880px) {

	#footer {
		z-index: 10;
		position: relative;
		width: 100%;
		height: 250px;
		background-color: #ffffff;
		margin: 0;
		padding: 0;
	}

	.footer_wrapper {
		z-index: 10;
		position: relative;
		max-width: 1200px;
		width: 100%;
		height: 250px;
		margin-left: auto;
		margin-right: auto;
	}

	.site_title_footer {
		position: absolute;
		top: 85px;
		left: calc((100% - 200px) / 2);
		left: -webkit-calc((100% - 200px) / 2);
		left: -moz-calc((100% - 200px) / 2);
		width: 200px;
		height: 26px;
		margin: 0 auto;
		padding: 15px 0;
	}

	.site_operation {
		position: absolute;
		top: 150px;
		left: 0;
		width: 90%;
		height: 90px;
		margin: 0 5%;
		padding: 0;
		font-size: 14px;
		text-align: center;
	}

	.footer_sns_block {
		position: absolute;
		top: 25px;
		right: calc((100% - 300px) / 2);
		right: -webkit-calc((100% - 300px) / 2);
		right: -moz-calc((100% - 300px) / 2);
		width: 300px;
	}

	.footer_sns2_block {
		position: absolute;
		top: 25px;
		right: calc((100% - 85px) / 2);
		right: -webkit-calc((100% - 85px) / 2);
		right: -moz-calc((100% - 85px) / 2);
		width: 90px;
	}

	.footer_sns2_icon {
		width: 35px;
		margin-left: 0px;
		float: left;
	}

}





.site_title_top img {
	width: 100%;
	height: auto;
	display: block;
}

.global-menu-open img {
	width: 100%;
	height: auto;
	display: block;
}

.footer_sns_icon img,
.footer_sns2_icon img,
.top_return img {
	width: 100%;
	height: auto;
	display: block;
}



