@charset "utf-8";







/* コンテンツページ */

#contents-wrapper {
	z-index: 10;
	position: relative;
	width: 100%;
	height: auto;
}

.top_level_contents_title, 
.second_level_contents_title {
	z-index: 11;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
}

.top_level_contents_block {
	z-index: 11;
	position: relative;
	top: 150px;
	left: 0;
	width: 100%;
	height: auto;
	margin: 0 0 200px 0;
}

.second_level_contents_block {
	z-index: 11;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: 0;
}

.top_level_contents_topband, 
.second_level_contents_topband {
	z-index: 12;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background-color: #ffffff;
}

.top_level_contents_area {
	z-index: 13;
	position: relative;
	top: -120px;
	max-width: 980px;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 150px;
}

.second_level_contents_area {
	z-index: 13;
	position: relative;
	top: -120px;
	max-width: 980px;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 150px;
	background-color: #ffffff;
}


.half_left_txt_contents {
	width: 50%;
	height: auto;
	float: left;
}
.half_right_txt_contents {
	width: 50%;
	height: auto;
	float: left;
}
.half_left_photo_contents {
	width: 45%;
	height: auto;
	margin-right: 5%;
	float: left;
}
.half_right_photo_contents {
	width: 45%;
	height: auto;
	margin-left: 5%;
	float: left;
}
.half_right_section {
	width: 50%;
	height: auto;
	float: right;
}

.banner_2 {
	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;
}
.banner_2 li {
	display: inline-block; 
	width: calc((100% - 60px) / 2);
	width: -webkit-calc((100% - 60px) / 2);
	width: -moz-calc((100% - 60px) / 2);
	height: auto; 
	text-align: center; 
	vertical-align: middle; 
	padding: 0; 
	margin: 15px 15px 15px 15px; 
	overflow: hidden;
}
.banner_2 li:nth-child(2n) {
	margin: 15px 0px 15px 15px; 
}

@media print, screen and (max-width: 768px) {

	.half_left_txt_contents {
		width: 100%;
		height: auto;
		float: none;
	}
	.half_right_txt_contents {
		width: 100%;
		height: auto;
		float: none;
	}
	.half_left_photo_contents {
		width: 100%;
		height: auto;
		margin-right: 0%;
		float: none;
	}
	.half_right_photo_contents {
		width: 100%;
		height: auto;
		margin-left: 0%;
		margin-top: 20px;
		float: none;
	}
	.half_right_section {
		width: 100%;
		height: auto;
		float: none;
	}


	.banner_2 {
		width: 90%;
	}
	.banner_2 li {
		width: 100%;
		padding: 0; 
		margin: 15px 0px 15px 0px; 
	}
	.banner_2 li:nth-child(2n) {
		margin: 15px 0px 15px 0px; 
	}

}





/* contents_1000 */

.contents_1000_1 {
	
}
.contents_1000_1_1 {
	max-width: 980px;
	width: 100%;
	height: auto;
	margin: 0 auto 60px auto;
}

.contents_1000_2_1 {
	max-width: 980px;
	width: 100%;
	height: auto;
	margin: 0 auto 30px auto;
}

.contents_1000_2_2 {
	width: 980px;
	height: auto;
	margin: 0;
	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;
}
.contents_1000_2_2 li {
	display: inline-block; 
	/*
	width: calc((100% - 81px) / 2);
	width: -webkit-calc((100% - 81px) / 2);
	width: -moz-calc((100% - 81px) / 2);
	*/
	width: 450px;
	height: auto; 
	font-size: 13px; 
	font-weight: bold; 
	text-align: left; 
	color: #000000;
	vertical-align: middle; 
	padding: 0; 
	margin: 0 79px 70px 0; 
	overflow: hidden;
}
.contents_1000_2_2 li:nth-child(2n) {
	margin: 0 0 70px 0; 
}

.contents_1000_2_3 {
	width: 100%;
	height: auto;
}

.contents_1000_2_4 {
	/*
	width: calc(100% - 54px);
	width: -webkit-calc(100% - 54px);
	width: -moz-calc(100% - 54px);
	*/
	width: 406px;
	height: calc(100% - 297px);
	height: -webkit-calc(100% - 297px);
	height: -moz-calc(100% - 297px);
	padding: 35px 20px;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}


.contents_1000_2_11, 
.contents_1000_2_12, 
.contents_1000_2_13, 
.contents_1000_2_14, 
.contents_1000_2_15, 
.contents_1000_2_16 {
	width: 100%;
	height: auto;
	margin: 0;
	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;
}
.contents_1000_2_11 li, 
.contents_1000_2_12 li, 
.contents_1000_2_13 li, 
.contents_1000_2_14 li, 
.contents_1000_2_15 li, 
.contents_1000_2_16 li {
	display: inline-block; 
	width: calc((100% - 16px) / 2);
	width: -webkit-calc((100% - 16px) / 2);
	width: -moz-calc((100% - 16px) / 2);
	height: auto; 
	font-size: 17px; 
	font-weight: bold; 
	text-align: left; 
	vertical-align: middle; 
	padding: 5px 0; 
	margin: 0 15px 20px 0;
	background: #ffffff;
	box-shadow: 4px 4px 1px gray;
	border-radius: 6px;
	overflow: hidden;
}
.contents_1000_2_11 li:nth-child(2n), 
.contents_1000_2_12 li:nth-child(2n), 
.contents_1000_2_13 li:nth-child(2n), 
.contents_1000_2_14 li:nth-child(2n), 
.contents_1000_2_15 li:nth-child(2n), 
.contents_1000_2_16 li:nth-child(2n) {
	margin: 0 0 20px 0; 
}
.contents_1000_2_11 li a:hover, 
.contents_1000_2_12 li a:hover, 
.contents_1000_2_13 li a:hover, 
.contents_1000_2_14 li a:hover, 
.contents_1000_2_15 li a:hover, 
.contents_1000_2_16 li a:hover {
	opacity: 0.7;
}
.contents_1000_2_11 li a span, 
.contents_1000_2_12 li a span, 
.contents_1000_2_13 li a span, 
.contents_1000_2_14 li a span, 
.contents_1000_2_15 li a span, 
.contents_1000_2_16 li a span {
	vertical-align: middle;
}

.contents_1000_2_11 li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #E96C00;
	text-decoration: none;
}
.contents_1000_2_11 li a:before { 
	width: 15px;
	height: 15px;
	padding-right: 20px;
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-image: url(/shared/site_foodpark/images/hamamatsu-foods/home/point_01.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15px 15px;
}

.contents_1000_2_12 li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #0C93A5;
	text-decoration: none;
}
.contents_1000_2_12 li a:before { 
	width: 15px;
	height: 15px;
	padding-right: 20px;
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-image: url(/shared/site_foodpark/images/hamamatsu-foods/home/point_02.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15px 15px;
}

.contents_1000_2_13 li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #83B93B;
	text-decoration: none;
}
.contents_1000_2_13 li a:before { 
	width: 15px;
	height: 15px;
	padding-right: 20px;
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-image: url(/shared/site_foodpark/images/hamamatsu-foods/home/point_03.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15px 15px;
}

.contents_1000_2_14 li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #A07941;
	text-decoration: none;
}
.contents_1000_2_14 li a:before { 
	width: 15px;
	height: 15px;
	padding-right: 20px;
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-image: url(/shared/site_foodpark/images/hamamatsu-foods/home/point_04.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15px 15px;
}

.contents_1000_2_15 li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #8B6633;
	text-decoration: none;
}
.contents_1000_2_15 li a:before { 
	width: 15px;
	height: 15px;
	padding-right: 20px;
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-image: url(/shared/site_foodpark/images/hamamatsu-foods/home/point_05.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15px 15px;
}

.contents_1000_2_16 li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #CA4639;
	text-decoration: none;
}
.contents_1000_2_16 li a:before { 
	width: 15px;
	height: 15px;
	padding-right: 20px;
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-image: url(/shared/site_foodpark/images/hamamatsu-foods/home/point_05.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15px 15px;
}


.co_himitsu { color: #D7000F; }
.co_fruit { color: #e96c00; }
.co_ichigo { color: #E5004F; }
.co_grapefruit { color: #E8383D; }
.co_fish { color: #0c93a5; }
.co_oyster { color: #B94124; }
.co_nori { color: #004d24; }
.co_tea { color: #2f8e49; }
.co_rice { color: #56941f; }
.co_shiitake { color: #bd6600; }
.co_mikkabigyu { color: #d1321b; }
.co_tamanegi { color: #56941f; }
.co_vegetable { color: #8b6633; }
.co_processedfood { color: #ca4639; }
.co_sauce { color: #D7000F; }
.co_shoyu { color: #7F2509; }


.bc_himitsu { background-color: #F3DFA2; }
.bc_fruit { background-color: #f8d3b2; }
.bc_ichigo { background-color: #FCE5E4; }
.bc_grapefruit { background-color: #FFE893; }
.bc_fish { background-color: #c5dde4; }
.bc_oyster { background-color: #FEDF8F; }
.bc_nori { background-color: #d7e7af; }
.bc_tea { background-color: #E2EEC5; }
.bc_rice { background-color: #ffe9a9; }
.bc_shiitake { background-color: #ffe9a9; }
.bc_mikkabigyu { background-color: #edddc5; }
.bc_tamanegi { background-color: #f8eba8; }
.bc_vegetable { background-color: #dcd1c1; }
.bc_processedfood { background-color: #efc7c3; }
.bc_sauce { background-color: #F3DFA2; }
.bc_shoyu { background-color: #F3DFA2; }



.bc_fruit_index { 
	background-color: #f8d3b2;
	background-image: url(/shared/site_foodpark/images/common/back_img_08.png);
	background-repeat: repeat;
	background-position: center center;
	background-size: 26px 26px;
}
.bc_fish_index { 
	background-color: #c5dde4; 
	background-image: url(/shared/site_foodpark/images/common/back_img_08.png);
	background-repeat: repeat;
	background-position: center center;
	background-size: 26px 26px;
}
.bc_tea_index { 
	background-color: #E2EEC5; 
	background-image: url(/shared/site_foodpark/images/common/back_img_08.png);
	background-repeat: repeat;
	background-position: center center;
	background-size: 26px 26px;
}
.bc_rice_index { 
	background-color: #ffe9a9; 
	background-image: url(/shared/site_foodpark/images/common/back_img_08.png);
	background-repeat: repeat;
	background-position: center center;
	background-size: 26px 26px;
}
.bc_livestock_index { 
	background-color: #edddc5; 
	background-image: url(/shared/site_foodpark/images/common/back_img_08.png);
	background-repeat: repeat;
	background-position: center center;
	background-size: 26px 26px;
}
.bc_vegetable_index { 
	background-color: #dcd1c1; 
	background-image: url(/shared/site_foodpark/images/common/back_img_08.png);
	background-repeat: repeat;
	background-position: center center;
	background-size: 26px 26px;
}
.bc_processedfood_index { 
	background-color: #efc7c3; 
	background-image: url(/shared/site_foodpark/images/common/back_img_08.png);
	background-repeat: repeat;
	background-position: center center;
	background-size: 26px 26px;
}
.bc_foodlab07_index,
.bc_foodlab08_index,
.bc_foodlab09_index,
.bc_foodlab10_index,
.bc_foodlab11_index,
.bc_foodlab12_index { 
	background-color: #dddddd; 
	background-image: url(/shared/site_foodpark/images/common/back_img_08.png);
	background-repeat: repeat;
	background-position: center center;
	background-size: 26px 26px;
}




@media print, screen and (max-width: 1024px) {

	.contents_1000_2_2 {
		width: 80%;
		height: auto;
		margin: 0 auto;
		padding: 0;
	}
	.contents_1000_2_2 li {
		display: inline-block; 
		/*
		width: calc((100% - 81px) / 2);
		width: -webkit-calc((100% - 81px) / 2);
		width: -moz-calc((100% - 81px) / 2);
		*/
		width: 100%;
		height: auto; 
		padding: 0; 
		margin: 0 0 70px 0; 
		}
	.contents_1000_2_2 li:nth-child(2n) {
		margin: 0 0 70px 0; 
	}

	.contents_1000_2_4 {
		width: calc(100% - 44px);
		width: -webkit-calc(100% - 44px);
		width: -moz-calc(100% - 44px);
		height: auto;
		/*
		height: calc(100% - 297px);
		height: -webkit-calc(100% - 297px);
		height: -moz-calc(100% - 297px);
		*/
		padding: 35px 20px;
		border-left: 2px solid #ffffff;
		border-right: 2px solid #ffffff;
		border-bottom: 2px solid #ffffff;
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
	}

	.contents_1000_2_11 li, 
	.contents_1000_2_12 li, 
	.contents_1000_2_13 li, 
	.contents_1000_2_14 li, 
	.contents_1000_2_15 li, 
	.contents_1000_2_16 li {
		display: inline-block; 
		width: calc((100% - 16px) / 2);
		width: -webkit-calc((100% - 16px) / 2);
		width: -moz-calc((100% - 16px) / 2);
		height: auto; 
		font-size: 17px; 
		font-weight: bold; 
		text-align: left; 
		vertical-align: middle; 
		padding: 5px 0; 
		margin: 0 15px 20px 0;
		background: #ffffff;
		box-shadow: 4px 4px 1px gray;
		border-radius: 6px;
		overflow: hidden;
	}

	.contents_1000_2_11 li:nth-child(2n), 
	.contents_1000_2_12 li:nth-child(2n), 
	.contents_1000_2_13 li:nth-child(2n), 
	.contents_1000_2_14 li:nth-child(2n), 
	.contents_1000_2_15 li:nth-child(2n), 
	.contents_1000_2_16 li:nth-child(2n) {
		margin: 0 0 20px 0; 
	}

}

@media print, screen and (max-width: 768px) {

	.contents_1000_2_2 {
		width: 90%;
		height: auto;
		margin: 0 auto;
		padding: 0;
	}

	.contents_1000_2_11 li, 
	.contents_1000_2_12 li, 
	.contents_1000_2_13 li, 
	.contents_1000_2_14 li, 
	.contents_1000_2_15 li, 
	.contents_1000_2_16 li {
		display: inline-block; 
		width: 100%;
		height: auto; 
		font-size: 17px; 
		font-weight: bold; 
		text-align: left; 
		vertical-align: middle; 
		padding: 5px 0; 
		margin: 0 0 20px 0;
		background: #ffffff;
		box-shadow: 4px 4px 1px gray;
		border-radius: 6px;
		overflow: hidden;
	}

	.contents_1000_2_11 li:nth-child(2n), 
	.contents_1000_2_12 li:nth-child(2n), 
	.contents_1000_2_13 li:nth-child(2n), 
	.contents_1000_2_14 li:nth-child(2n), 
	.contents_1000_2_15 li:nth-child(2n), 
	.contents_1000_2_16 li:nth-child(2n) {
		margin: 0 0 20px 0; 
	}


}




/* contents_1001 */

.contents_1001_1 {

}
.contents_1001_1_1 {
	max-width: 690px;
	width: 100%;
	height: auto;
	margin: 0 auto 30px auto;
}
.contents_1001_1_1b {
	max-width: 845px;
	width: 100%;
	height: auto;
	margin: 0 auto 30px auto;
}
.contents_1001_1_1c {
	max-width: 900px;
	width: 100%;
	height: auto;
	margin: 0 auto 30px auto;
}

.contents_1001_1_2 {
	max-width: 800px;
	width: 100%;
	height: auto;
	margin: 0 auto 30px auto;
	padding: 30px 50px;
	border-radius: 10px;
}
.contents_1001_1_3 {
	max-width: 246px;
	width: 100%;
	height: auto;
}
.contents_1001_1_3c {
	max-width: 246px;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.contents_1001_1_4 {
	max-width: 900px;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.contents_1001_1_5 {
	/*max-width: 750px;*/
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.contents_1001_1_6 {
	max-width: 750px;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #B48246;
}
.contents_1001_1_7 {
	max-width: 150px;
	width: 100%;
	height: auto;
	margin-right: 30px;
	float: left;
}
.contents_1001_1_8 {
	max-width: 570px;
	width: 100%;
	height: auto;
	float: left;
}
.contents_1001_1_9 {
	max-width: 600px;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.contents_1001_txt1 {
	font-size: 25px;
	font-weight: bold;
}

.contents_1001_txt2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 180%;
}

.contents_1001_sub_photo {
	width: 60%;
	height: auto;
	margin-top: 10px;
	float: right;
}

@media print, screen and (max-width: 768px) {

	.contents_1001_1_2 {
		max-width: 800px;
		width: 84%;
		height: auto;
		margin: 0 auto 30px auto;
		padding: 30px 3%;
		border-radius: 10px;
	}

	.contents_1001_1_3 {
		max-width: 150px;
		width: 100%;
		height: auto;
		margin-bottom: 25px;
	}

	.contents_1001_txt1 {
		font-size: 22px;
		font-weight: bold;
	}

	.contents_1001_sub_photo {
		width: 100%;
		height: auto;
		margin-top: 10px;
		float: none;
	}


	.contents_1001_1_9 {
		max-width: 600px;
		width: 90%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}


}



/* はままつフード */

.himitsu_url {
	word-break: break-all;
}




/* タベ・マイカちゃんとは */

.tabemaika {
	background: url(/shared/site_foodpark/images/common/back_img_02.png);
	background-repeat: repeat;
	background-position: center center;
	background-size: 33px 25px;
}

.tabemaika_contents_area {
	z-index: 13;
	position: relative;
	top: -120px;
	max-width: 980px;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 150px;
}

.contents_1011_1 {
	position: relative;
	max-width: 980px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 74.59%;
}

.contents_1011_1_1, 
.contents_1011_1_2, 
.contents_1011_1_3, 
.contents_1011_1_4 {
	position: absolute;
	width: 100%;
	height: auto;
}
.contents_1011_1_1 {
	z-index: 11;
}
.contents_1011_1_2 {
	z-index: 12;
}
.contents_1011_1_3 {
	z-index: 13;
}
.contents_1011_1_4 {
	z-index: 14;
}

.contents_1011_2 {
	position: relative;
	max-width: 980px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 20.82%;
}
.contents_1011_2_1, 
.contents_1011_2_2 {
	position: absolute;
	width: 100%;
	height: auto;
}
.contents_1011_2_1 {
	z-index: 11;
}
.contents_1011_2_2 {
	z-index: 12;
}

.contents_1011_3 {
	position: relative;
	max-width: 980px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 16.63%;
}
.contents_1011_3_1, 
.contents_1011_3_2 {
	position: absolute;
	width: 100%;
	height: auto;
}
.contents_1011_3_1 {
	z-index: 11;
}

.contents_1011_4 {
	position: relative;
	max-width: 980px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 28.67%;
}
.contents_1011_4_1, 
.contents_1011_4_2 {
	position: absolute;
	width: 100%;
	height: auto;
}
.contents_1011_4_1 {
	z-index: 11;
}
.contents_1011_4_2 {
	z-index: 12;
}

.contents_1011_5 {
	position: relative;
	max-width: 980px;
	width: 100%;
	height: auto;
	margin: 100px auto 0 auto;
	padding-bottom: 9.29%;
}
.contents_1011_5_1 {
	position: absolute;
	width: 100%;
	height: auto;
}
.contents_1011_5_1 {
	z-index: 11;
}

.contents_1011_6 {
	position: relative;
	max-width: 980px;
	width: 100%;
	height: auto;
	margin: 0 auto 120px auto;
	padding-bottom: 55.51%;
}
.contents_1011_6_1, 
.contents_1011_6_2, 
.contents_1011_6_3, 
.contents_1011_6_4, 
.contents_1011_6_5 {
	position: absolute;
	width: 100%;
	height: auto;
}
.contents_1011_6_1 {
	z-index: 11;
}
.contents_1011_6_2 {
	z-index: 12;
}
.contents_1011_6_3 {
	z-index: 13;
}
.contents_1011_6_4 {
	z-index: 14;
}
.contents_1011_6_5 {
	z-index: 15;
}

.contents_1011_11 {
	position: relative;
	max-width: 980px;
	width: 100%;
	height: auto;
	margin: 0 auto 80px auto;
}
.contents_1011_11_1 img {
	width: 100%;
	height: auto;
}

.contents_1011_12 {
	position: relative;
	max-width: 900px;
	width: 100%;
	height: auto;
	margin: 0 auto 120px auto;
	padding: 40px;
	color: #584019;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 22px !important;
	font-weight: 700;
	background: #ffe9a9;
	border: 1px solid #584019;
	border-radius: 20px;
}

.contents_1011_12_1 span {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 22px !important;
	font-weight: 700;
}


.contents_1011_13 {
	position: relative;
	max-width: 980px;
	width: 100%;
	height: auto;
	margin: 0 auto 120px auto;
}
.contents_1011_13_1 img {
	width: 100%;
	height: auto;
}

@media print, screen and (max-width: 1050px) {

	.contents_1011_11 {
		width: 90%;
		margin: 0 auto 60px auto;
	}

	.contents_1011_12 {
		position: relative;
		width: calc(90% - 80px);
		width: -webkit-calc(90% - 80px);
		width: -moz-calc(90% - 80px);
		margin: 0 auto 120px auto;
		padding: 40px;
	}

	.contents_1011_13 {
		width: 90%;
		margin: 0 auto 100px auto;
	}

}

@media print, screen and (max-width: 768px) {

	.contents_1011_12 {
		width: calc(90% - 40px);
		width: -webkit-calc(90% - 40px);
		width: -moz-calc(90% - 40px);
		margin: 0 auto 100px auto;
		padding: 20px;
		font-size: 16px !important;
		font-weight: 700;
	}

	.contents_1011_12_1 span {
		font-size: 16px !important;
		font-weight: 700;
	}

}




/* はままつフードパークとは */

.about {
	background-color: #E5EDD3;
}

.about_contents_title {
	z-index: 11;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
}

.about_contents_block {
	z-index: 11;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: 0;
}

.about_contents_area {
	z-index: 13;
	position: relative;
	top: 0;
	max-width: 980px;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 300px;
}

.contents_1012_1 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.contents_1012_2 {
	position: relative;
	max-width: 980px;
	width: 100%;
	height: auto;
	margin: 0 auto 120px auto;
}




/* 外部リンク & Comming soon */

.contents_1013_2 {
	position: relative;
	max-width: 980px;
	width: 100%;
	height: auto;
	margin: 0 auto 120px auto;
	background: #ffffff;
}

.contents_1013_3 {
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	padding: 20px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background-color: #00a464;
}

.contents_1013_4 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
}

.contents_1013_5 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.contents_1013_5 a:after {
	width: 15px;
	height: 15px;
	padding-left: 20px;
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-image: url(/shared/site_foodpark/images/common/external_link.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 15px 15px;
}

.contents_1013_6 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}

.contents_1013_7 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
	color: #000000;
}




/* クイズ */

.quiz_section {
	background: url(/shared/site_foodpark/images/common/back_img_06.png);
	background-repeat: repeat;
	background-position: center center;
	background-size: 62px 63px;
}

.quiz_contents_block {
	z-index: 11;
	position: relative;
	/* top: 150px; */
	left: 0;
	width: 100%;
	height: auto;
	margin: 0 0 200px 0;
}

.quiz_contents_area {
	z-index: 13;
	position: relative;
	top: 0;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 300px;
}

.contents_1017_1 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto 80px auto;
}
.contents_1017_1_1 img {
	width: 100%;
	height: auto;
}

.contents_1017_2 {
	position: relative;
	max-width: 980px;
	width: 100%;
	height: auto;
	margin: 0 auto 80px auto;
}
.contents_1017_2_1 img {
	width: 100%;
	height: auto;
}

.contents_1017_3 {
	max-width: 980px;
	width: 100%;
	margin: 0 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;
	inset-inline-start: 0px;
}
.contents_1017_3 li {
	width: calc((100% - 121px) / 2);
	width: -webkit-calc((100% - 121px) / 2);
	width: -moz-calc((100% - 121px) / 2);
	height: auto; 
	display: inline-block;
	list-style-type: none;
	font-size: 16px; 
	text-align: center; 
	color: #000000;
	vertical-align: middle; 
	padding: 0; 
	margin: 0 30px 40px 30px; 
	overflow: hidden;
}
.contents_1017_3 li a {
	text-decoration: none;
}
.contents_1017_3 li img {
	width: 100%;
	height: auto;
}

.contents_1017_3a {
	width: 100%;
	width: fit-content;
	margin: 15px auto;
	padding: 5px 15px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align: center; 
	background: #00ada9;
	border-radius: 20px;
}
.contents_1017_3b {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: center;
}



#quiz-contents {
	z-index: 2;
	position: relative;
	width:100%;
	/*height: 680px;*/
	height: auto;
	margin: 0;
	padding: 40px 0;
	background-image: url(/shared/site_foodpark/images/quiz/quiz_background.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 10;
}

#quiz-contents2 {
	z-index: 2;
	position: relative;
	width:100%;
	/*height: 950px;*/
	height: auto;
	margin: 0;
	padding: 40px 0;
	background-image: url(/shared/site_foodpark/images/quiz/quiz_background.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 10;
}

.quiz_background {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 55.5vw;
	margin: 0 auto;
	z-index: 11;
}

#btn_301a { /* タベ・マイカ */ 
	position: absolute;
	bottom: 400px;
	left: 30px;
	width: 180px;
	height: auto;
	z-index: 19;
	opacity: 1;
}
#btn_301b { /* タベ・マイカ */ 
	position: absolute;
	bottom: 400px;
	left: 30px;
	width: 180px;
	height: auto;
	z-index: 19;
	opacity: 1;
}
.btn_301_1 {
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 54;
}
.btn_301_2 {
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 53;
}


.quiz_questions_area {
	position: relative;
	top: 0px;
	left: calc((100% - 500px) / 2);
	left: -webkit-calc((100% - 500px) / 2);
	left: -moz-calc((100% - 500px) / 2);
	width: 500px;
	height: auto;
	padding: 20px 0;
	background: #ffffff;
	border-radius: 5px;
	z-index: 20;
}
.quiz_questions_area2 {
	position: relative;
	top: 0px;
	left: calc((100% - 500px) / 2);
	left: -webkit-calc((100% - 500px) / 2);
	left: -moz-calc((100% - 500px) / 2);
	width: 500px;
	height: auto;
	padding: 20px 0;
	background: #ffffff;
	border-radius: 5px;
	z-index: 20;
}

.quiz_questions_no {
	position: relative;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: #00A464;
	border-radius: 5px;
}

.quiz_questions_q {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
	color: #634100;
	font-size: 20px;
	font-weight: bold;
}

.quiz_questions_a_warapper {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

.quiz_questions_a {
	width: 100%;
	height: 60px;
	margin-bottom: 20px;
	background: linear-gradient(to bottom, #ffffff, #ebeaea);
	border: 1px solid #9FA0A0;
	border-radius: 5px;
}
.quiz_questions_a:hover {
	background: linear-gradient(to bottom, #ffffff, #97ddc2);
}
.quiz_questions_a a {
	display: block;
	width: 100%;
	height: 100%;
	color: #634100;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 15px 0;
}

.quiz_questions_a_c {
	width: 100%;
	height: 60px;
	margin-bottom: 20px;
	background: linear-gradient(to bottom, #f6ab00, #cd8d00);
	border: 1px solid #9FA0A0;
	border-radius: 5px;
}

.quiz_questions_txt {
	width: calc(100% - 56px);
	width: -webkit-calc(100% - 56px);
	width: -moz-calc(100% - 56px);
	color: #634100;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
	float: left;
}

.quiz_questions_correct {
	width: 45px;
	height: 45px;
	padding: 7px 7px 7px 0;
	float: right;
}

.quiz_correct_illust {
	width: 100%;
	height: auto;
	margin: auto;
}

.quiz_answer_sub {
	width: calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	margin: 10px 0 15px 0;
	padding: 5px 10px;
	font-size: 15px;
	font-weight: bold;
	color: #EA5532;
	border: 2px solid #EA5532;
}

.quiz_next {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.quiz_next a {
	
}

@media print, screen and (max-width: 1050px) {

	.contents_1017_2 {
		position: relative;
		width: 90%;
		height: auto;
		margin: 0 auto 80px auto;
	}

}

@media print, screen and (max-width: 960px) {

	#btn_301a { /* タベ・マイカ */ 
		position: absolute;
		bottom: 280px;
		left: 30px;
		width: 130px;
		height: auto;
		z-index: 19;
		opacity: 1;
	}
	#btn_301b { /* タベ・マイカ */ 
		position: absolute;
		bottom: 280px;
		left: 30px;
		width: 130px;
		height: auto;
		z-index: 19;
		opacity: 1;
	}

}

@media print, screen and (max-width: 848px) {

	#quiz-contents {
		z-index: 2;
		position: relative;
		width:100%;
		height: auto;
		margin: 0;
		padding: 40px 0 330px 0;
	}

	#quiz-contents2 {
		z-index: 2;
		position: relative;
		width:100%;
		height: auto;
		margin: 0;
		padding: 40px 0 330px 0;
	}

	#btn_301a { /* タベ・マイカ */ 
		position: absolute;
		bottom: 280px;
		left: 30px;
		width: 130px;
		height: auto;
		z-index: 19;
		opacity: 1;
	}
	#btn_301b { /* タベ・マイカ */ 
		position: absolute;
		bottom: 280px;
		left: 30px;
		width: 130px;
		height: auto;
		z-index: 19;
		opacity: 1;
	}

}

@media print, screen and (max-width: 768px) {

	.contents_1017_1 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 40px auto;
	}

	.contents_1017_2 {
		position: relative;
		width: 90%;
		height: auto;
		margin: 0 auto 40px auto;
	}

	.contents_1017_3 {
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}
	.contents_1017_3 li {
		width: 100%;
		height: auto; 
		display: inline-block;
		list-style-type: none;
		font-size: 16px; 
		text-align: center; 
		color: #000000;
		vertical-align: middle; 
		padding: 0; 
		margin: 0 0 40px 0; 
		overflow: hidden;
	}

	.contents_1017_3a {
		width: 100%;
		width: fit-content;
		margin: 15px auto;
		padding: 5px 15px;
		font-size: 14px;
	}

}

@media print, screen and (max-width: 580px) {

	#quiz-contents {
		z-index: 2;
		position: relative;
		width:100%;
		height: auto;
		margin: 0;
		padding: 40px 0 330px 0;
	}

	#quiz-contents2 {
		z-index: 2;
		position: relative;
		width:100%;
		height: auto;
		margin: 0;
		padding: 40px 0 330px 0;
	}

	.quiz_questions_area {
		position: relative;
		top: 0px;
		left: 2.5%;
		width: 95%;
		height: auto;
		padding: 20px 0;
		background: #ffffff;
		border-radius: 5px;
		z-index: 20;
	}
	.quiz_questions_area2 {
		position: relative;
		top: 0px;
		left: 2.5%;
		width: 95%;
		height: auto;
		padding: 20px 0;
		background: #ffffff;
		border-radius: 5px;
		z-index: 20;
	}


	#btn_301a { /* タベ・マイカ */ 
		position: absolute;
		bottom: 280px;
		left: 30px;
		width: 130px;
		height: auto;
		z-index: 19;
		opacity: 1;
	}
	#btn_301b { /* タベ・マイカ */ 
		position: absolute;
		bottom: 280px;
		left: 30px;
		width: 130px;
		height: auto;
		z-index: 19;
		opacity: 1;
	}



}




/* 浜松グルメ放送部 */

.about {
	background-color: #E5EDD3;
}

.broadcast_contents_title {
	z-index: 11;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
}
.broadcast_contents_title img {
	width: 100%;
	height: auto;
	display: block;
}


.broadcast_contents_block {
	z-index: 11;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: 0;
}

.broadcast_contents_area {
	z-index: 13;
	position: relative;
	top: 0;
	max-width: 980px;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 300px;
}

.contents_1014_1 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.contents_1014_2 {
	position: relative;
	max-width: 980px;
	width: 100%;
	height: auto;
	margin: 60px auto;
}

.contents_1014_3 {
	max-width: 980px;
	width: 100%;
	margin: 0 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;
	inset-inline-start: 0px;
}
.contents_1014_3 li {
	width: calc((100% - 61px) / 3);
	width: -webkit-calc((100% - 61px) / 3);
	width: -moz-calc((100% - 61px) / 3);
	height: auto; 
	display: inline-block;
	list-style-type: none;
	font-size: 16px; 
	text-align: center; 
	color: #000000;
	vertical-align: middle; 
	padding: 0; 
	margin: 0 30px 40px 0; 
	overflow: hidden;
}
.contents_1014_3 li:nth-child(3n) {
	margin: 0 0 40px 0;
}

.contents_1014_3 li img {
	width: 100%;
	height: auto;
}

.contents_1014_3a {
	width: 100%;
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #584019;
	text-align: center; 
}
.contents_1014_3b {
	display: inline-block;
	margin: 0 auto;
	padding: 5px 15px;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	border-radius: 20px;
}

/* くだもの */
.contents_1014_3 .ca_001 {
	background: #E96C00;
}
/* 魚介類 */
.contents_1014_3 .ca_002 {
	background: #0C93A5;
}
/* お茶 */
.contents_1014_3 .ca_003 {
	background: #5bb647;
}
/* 畜産 */
.contents_1014_3 .ca_004 {
	background: #A07941;
}
/* 野菜 */
.contents_1014_3 .ca_005 {
	background: #8B6633;
}
/* 加工品 */
.contents_1014_3 .ca_006 {
	background: #CA4639;
}
/* 林産 */
.contents_1014_3 .ca_007 {
	background: #A07941;
}
/* お米 */
.contents_1014_3 .ca_008 {
	background: #A07941;
}

@media print, screen and (max-width: 768px) {

	.contents_1014_2 {
		margin: 30px auto;
	}

	.contents_1014_3 {
		width: 90%;
	}
	.contents_1014_3 li {
		width: calc((100% - 21px) / 2);
		width: -webkit-calc((100% - 21px) / 2);
		width: -moz-calc((100% - 21px) / 2);
		margin: 0 20px 40px 0; 
	}
	.contents_1014_3 li:nth-child(3n) {
		margin: 0 20px 40px 0; 
	}
	.contents_1014_3 li:nth-child(2n) {
		margin: 0 0 40px 0; 
	}
}




/* 浜松おいしいもの */

.oishiimono_contents_title {
	z-index: 11;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
}
.oishiimono_contents_title img {
	width: 100%;
	height: auto;
	display: block;
}


.oishiimono_contents_block {
	z-index: 11;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: 0;
}

.contents_1015_1 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.contents_1015_2 {
	position: relative;
	max-width: 980px;
	width: 100%;
	height: auto;
	margin: 0px auto 40px auto;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	color: #584019;
}

.contents_1015_2_sp {
	position: relative;
	max-width: 980px;
	width: 90%;
	height: auto;
	margin: 20px auto 40px auto;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	text-align: left;
	color: #584019;
}

.contents_1015_2 .co_301,
.contents_1015_2_sp .co_301 {
	color: #ea5532;
}


.contents_1015_3_1,
.contents_1015_3_2,
.contents_1015_3_3 {
	max-width: 980px;
	width: calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	font-size: 0;
	margin: 0 auto 50px auto;
	padding: 30px;
	font-size: 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;
	inset-inline-start: 0px;
	border-radius:  0 0 20px 20px;
}
.contents_1015_3_1 li,
.contents_1015_3_2 li,
.contents_1015_3_3 li {
	width: calc((100% - 41px) / 3);
	width: -webkit-calc((100% - 41px) / 3);
	width: -moz-calc((100% - 41px) / 3);
	height: auto; 
	display: inline-block;
	list-style-type: none;
	font-size: 16px; 
	text-align: center; 
	color: #000000;
	vertical-align: middle; 
	padding: 0; 
	margin: 0 20px 30px 0;
	overflow: hidden;
}
.contents_1015_3_1 li:nth-child(3n),
.contents_1015_3_2 li:nth-child(3n),
.contents_1015_3_3 li:nth-child(3n) {
	margin: 0 0 30px 0;
}

.contents_1015_3_1 {
	background-color: #5bb647;
}
.contents_1015_3_2 {
	background-color: #f39939;
}
.contents_1015_3_3 {
	background-color: #00b3cd;
}

.contents_1015_3_1 .co_101 {
	color: #5bb647;
}
.contents_1015_3_2 .co_102 {
	color: #f39939;
}
.contents_1015_3_3 .co_103 {
	color: #00b3cd;
}

.contents_1015_3_1t {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 10px 0;
	background-color: #5bb647;
	border-radius: 20px 20px 0 0;
}
.contents_1015_3_2t {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 10px 0;
	background-color: #f39939;
	border-radius: 20px 20px 0 0;
}
.contents_1015_3_3t {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 10px 0;
	background-color: #00b3cd;
	border-radius: 20px 20px 0 0;
}


.contents_1015_3a {
	width: calc(100% - 21px);
	width: -webkit-calc(100% - 21px);
	width: -moz-calc(100% - 21px);
	min-height: 320px;
	margin-bottom: 5px;
	padding: 5px 10px;
	background-color: #ffffff;
	border-radius: 5px;
}

.contents_1015_3b {
	width: 100%;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	color: #ffffff;
}

.contents_1015_3_title {
	width: 100%;
	padding: 10px 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.contents_1015_3_img img {
	width: 100%;
	height: auto;
}

table.contents_1015_3_note {
	width: 100%;
}

table.contents_1015_3_note th {
	width: 80px;
	font-size: 15px;
	color: #584019;
	text-align: left;
	vertical-align: top; 
}

table.contents_1015_3_note td {
	font-size: 15px;
	color: #584019;
	text-align: left;
	vertical-align: top; 
}

.oishiimono_category_title {
	width: 320px;
	height: auto;
	margin: 0 auto;
}


.contents_1015_4_1 {
	max-width: 980px;
	width: 90%;
	font-size: 0;
	margin: 0 auto 40px auto;
	padding: 0;
	font-size: 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;
	inset-inline-start: 0px;
}
.contents_1015_4_1 li {
	width: calc((100% - 51px) / 3);
	width: -webkit-calc((100% - 51px) / 3);
	width: -moz-calc((100% - 51px) / 3);
	height: auto; 
	display: inline-block;
	list-style-type: none;
	font-size: 16px; 
	text-align: center; 
	color: #000000;
	vertical-align: middle; 
	padding: 0; 
	margin: 0 25px 0 0;
	overflow: hidden;
}
.contents_1015_4_1 li:nth-child(3n) {
	margin: 0 0 0 0;
}


@media print, screen and (max-width: 768px) {

	.contents_1015_3_1t {
		width: 90%;
	}
	.contents_1015_3_2t {
		width: 90%;
	}
	.contents_1015_3_3t {
		width: 90%;
	}


	.contents_1015_3_1,
	.contents_1015_3_2,
	.contents_1015_3_3 {
		max-width: 980px;
		width: calc(90% - 30px);
		width: -webkit-calc(90% - 30px);
		width: -moz-calc(90% - 30px);
		font-size: 0;
		margin: 0 auto 50px auto;
		padding: 15px;
	}
	.contents_1015_3_1 li,
	.contents_1015_3_2 li,
	.contents_1015_3_3 li {
		width: calc((100% - 16px) / 2);
		width: -webkit-calc((100% - 16px) / 2);
		width: -moz-calc((100% - 16px) / 2);
		height: auto; 
		margin: 0 15px 20px 0;
	}
	.contents_1015_3_1 li:nth-child(3n),
	.contents_1015_3_2 li:nth-child(3n),
	.contents_1015_3_3 li:nth-child(3n) {
		margin: 0 15px 20px 0;
	}
	.contents_1015_3_1 li:nth-child(2n),
	.contents_1015_3_2 li:nth-child(2n),
	.contents_1015_3_3 li:nth-child(2n) {
		margin: 0 0 20px 0;
	}

}
@media print, screen and (max-width: 580px) {

	.contents_1015_3_1 li,
	.contents_1015_3_2 li,
	.contents_1015_3_3 li {
		width: 100%;
		height: auto; 
		margin: 0 0 20px 0;
	}
	.contents_1015_3_1 li:nth-child(3n),
	.contents_1015_3_2 li:nth-child(3n),
	.contents_1015_3_3 li:nth-child(3n) {
		margin: 0 0 20px 0;
	}
	.contents_1015_3_1 li:nth-child(2n),
	.contents_1015_3_2 li:nth-child(2n),
	.contents_1015_3_3 li:nth-child(2n) {
		margin: 0 0 20px 0;
	}


	.oishiimono_category_title {
		width: 230px;
	}


	.contents_1015_4_1 li {
		width: calc((100% - 31px) / 3);
		width: -webkit-calc((100% - 31px) / 3);
		width: -moz-calc((100% - 31px) / 3);
		margin: 0 15px 0 0;
	}

}




/* ゲームコーナー */

.game_section {
	background: url(/shared/site_foodpark/images/common/back_img_05.png), url(/shared/site_foodpark/images/common/back_img_05.png);
	background-repeat: repeat;
	background-position: center center;
	background-size: 124px 111px;
}

.game_contents_block {
	z-index: 11;
	position: relative;
	/* top: 150px; */
	left: 0;
	width: 100%;
	height: auto;
	margin: 0 0 200px 0;
}

.game_contents_area {
	z-index: 13;
	position: relative;
	top: 0;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 300px;
}

.contents_1016_1 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto 80px auto;
}
.contents_1016_1_1 img {
	width: 100%;
	height: auto;
}

.contents_1016_2 {
	position: relative;
	max-width: 980px;
	width: 100%;
	height: auto;
	margin: 0 auto 80px auto;
}
.contents_1016_2_1 img {
	width: 100%;
	height: auto;
}

.contents_1016_3 {
	max-width: 980px;
	width: 100%;
	margin: 0 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;
	inset-inline-start: 0px;
}
.contents_1016_3 li {
	width: calc((100% - 121px) / 2);
	width: -webkit-calc((100% - 121px) / 2);
	width: -moz-calc((100% - 121px) / 2);
	height: auto; 
	display: inline-block;
	list-style-type: none;
	font-size: 16px; 
	text-align: center; 
	color: #000000;
	vertical-align: middle; 
	padding: 0; 
	margin: 0 30px 40px 30px; 
	overflow: hidden;
}
.contents_1016_3 li a {
	text-decoration: none;
}
.contents_1016_3 li img {
	width: 100%;
	height: auto;
}

.contents_1016_3a {
	width: 100%;
	width: fit-content;
	margin: 15px auto;
	padding: 5px 15px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align: center; 
	background: #ea5532;
	border-radius: 20px;
}
.contents_1016_3b {
	max-width: 100%;
	width: fit-content;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}


.contents_1016_4 {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center; 
}
.contents_1016_4_1 {
	width: calc((980px - 101px) / 3);
	width: -webkit-calc((980px - 101px) / 3);
	width: -moz-calc((980px - 101px) / 3);
	height: auto; 
	display: inline-block;
	list-style-type: none;
	font-size: 16px; 
	text-align: center; 
	color: #000000;
	vertical-align: middle; 
	padding: 0; 
	margin: 0 15px 40px 15px; 
	overflow: hidden;
}
.contents_1016_4_1 a {
	text-decoration: none;
}
.contents_1016_4_2 img {
	width: 100%;
	height: auto;
}


.contents_1016_5 {
	position: relative;
	max-width: 900px;
	width: 100%;
	height: auto;
	margin: 0 auto 120px auto;
	padding: 40px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	color: #584019;
	background: #ffffff;
	border: 1px solid #584019;
	border-radius: 20px;
}

@media print, screen and (max-width: 1050px) {

	.contents_1016_2 {
		width: 90%;
		height: auto;
		margin: 0 auto 80px auto;
	}

}

@media print, screen and (max-width: 768px) {


	.contents_1016_1 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 40px auto;
	}

	.contents_1016_2 {
		width: 90%;
		height: auto;
		margin: 0 auto 40px auto;
	}

	.contents_1016_3 {
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}
	.contents_1016_3 li {
		width: 100%;
		height: auto; 
		display: inline-block;
		list-style-type: none;
		font-size: 16px; 
		text-align: center; 
		color: #000000;
		vertical-align: middle; 
		padding: 0; 
		margin: 0 0 40px 0; 
		overflow: hidden;
	}

	.contents_1016_3a {
		width: 100%;
		width: fit-content;
		margin: 15px auto;
		padding: 5px 15px;
		font-size: 14px;
	}

}




/****************/




.top_level_contents_area img {
	width: 100%;
	height: auto;
	display: block;
}

.second_level_contents_title img {
	width: 100%;
	height: auto;
	display: block;
}

.contents_1000_1_1 img,
.contents_1000_2_1 img,
.contents_1001_1_1 img,
.contents_1001_1_1b img,
.contents_1001_1_1c img,
.contents_1001_1_2 img,
.contents_1001_1_9 img,
.contents_1012_2 img {
	width: 100%;
	height: auto;
	display: block;
}

.banner_2 li img {
	width: 100%;
	height: auto;
	display: block;
}

.about_contents_title img {
	width: 100%;
	height: auto;
	display: block;
}

#quiz-contents img {
	width: 100%;
	height: auto;
	display: block;
}

#quiz-contents2 img {
	width: 100%;
	height: auto;
	display: block;
}





/* エンターテイメント */

.entmt_section {
	background: url(/shared/site_foodpark/images/common/back_img_05.png), url(/shared/site_foodpark/images/common/back_img_05.png);
	background-repeat: repeat;
	background-position: center center;
	background-size: 124px 111px;
}

.entmt_contents_block {
	z-index: 11;
	position: relative;
	/* top: 150px; */
	left: 0;
	width: 100%;
	height: auto;
	margin: 0 0 200px 0;
}

.entmt_contents_area {
	z-index: 13;
	position: relative;
	top: 0;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 300px;
}






/* はままつ食の体験エリア */

.shokunotaiken_contents_title {
	z-index: 11;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
}
.shokunotaiken_contents_title img {
	width: 100%;
	height: auto;
	display: block;
}


.shokunotaiken_contents_block {
	z-index: 11;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: 0;
}

.contents_1018_1 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.contents_1018_1_1 {
	max-width: 980px;
	width: 100%;
	font-size: 0;
	margin: 0 auto 50px auto;
	padding: 30px 0;
	font-size: 0;
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
}

.contents_1018_1_2 {
	width: calc((100% - 91px) / 3);
	width: -webkit-calc((100% - 91px) / 3);
	width: -moz-calc((100% - 91px) / 3);
	height: auto; 
	display: block;
	list-style-type: none;
	font-size: 16px; 
	text-align: center; 
	color: #000000;
	vertical-align: middle; 
	padding: 0; 
	margin: 15px;
	border-radius: 15px;
	box-shadow: 5px 5px 1px #aaa;
	overflow: hidden;
}
.contents_1018_1_2 a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 0;
	text-decoration: none;
	color: #fff;
}
.contents_1018_1_2 a:hover .shokunotaiken_area_title {
	color: #7dccf3;
}


.shokunotaiken_area_title {
	width: 95%;
	margin: 0 auto;
	font-family: 'KOHARUIRO';
	font-size: 60px;
	line-height: 0.9;
	text-align: center;
	color: #fff;
}
.shokunotaiken_area_btn {
	width: 30px;
	height: auto;
	margin: 0 auto;
}


.contents_1018_2_1, 
.contents_1018_2_2, 
.contents_1018_2_3, 
.contents_1018_2_4, 
.contents_1018_2_5 {
	position: relative;
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 0 0;
	border-radius:  20px 20px 0 0;
}

.shokunotaiken_page_top {
	position: absolute;
	top: 30px;
	right: 40px;
	width: 85px;
	height: auto;
}



.contents_1018_3_1,
.contents_1018_3_2,
.contents_1018_3_3,
.contents_1018_3_4,
.contents_1018_3_5 {
	max-width: 980px;
	width: calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	font-size: 0;
	margin: 0 auto 50px auto;
	padding: 30px;
	font-size: 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;
	inset-inline-start: 0px;
	border-radius:  0 0 20px 20px;
}
.contents_1018_3_1 li,
.contents_1018_3_2 li,
.contents_1018_3_3 li,
.contents_1018_3_4 li,
.contents_1018_3_5 li {
	width: calc((100% - 61px) / 2);
	width: -webkit-calc((100% - 61px) / 2);
	width: -moz-calc((100% - 61px) / 2);
	height: auto; 
	display: inline-block;
	list-style-type: none;
	font-size: 16px; 
	text-align: center; 
	color: #000000;
	vertical-align: middle; 
	padding: 0; 
	margin: 15px;
	background-color: #ffffff;
	border-radius: 5px;
	overflow: hidden;
}
.contents_1018_3_1 li:nth-child(2n),
.contents_1018_3_2 li:nth-child(2n),
.contents_1018_3_3 li:nth-child(2n),
.contents_1018_3_4 li:nth-child(2n),
.contents_1018_3_5 li:nth-child(2n) {

}


.contents_1018_area_1_bc, 
.contents_1018_2_1, 
.contents_1018_3_1 { /* エリア1 */
	background-color: #e96c00;
}
.contents_1018_area_2_bc, 
.contents_1018_2_2, 
.contents_1018_3_2 { /* エリア2 */
	background-color: #0c93a5;
}
.contents_1018_area_3_bc, 
.contents_1018_2_3, 
.contents_1018_3_3 { /* エリア3 */
	background-color: #00a464;
}
.contents_1018_area_4_bc, 
.contents_1018_2_4, 
.contents_1018_3_4 { /* エリア4 */
	background-color: #a07941;
}
.contents_1018_area_5_bc, 
.contents_1018_2_5, 
.contents_1018_3_5 { /* エリア5 */
	background-color: #ca4639;
}


.contents_1018_3_1t {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 10px 0;
	background-color: #5bb647;
	border-radius: 20px 20px 0 0;
}
.contents_1018_3_2t {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 10px 0;
	background-color: #f39939;
	border-radius: 20px 20px 0 0;
}
.contents_1018_3_3t {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 10px 0;
	background-color: #00b3cd;
	border-radius: 20px 20px 0 0;
}


.contents_1018_3a {
	width: calc(100% - 21px);
	width: -webkit-calc(100% - 21px);
	width: -moz-calc(100% - 21px);
	min-height: 320px;
	margin-bottom: 5px;
	padding: 5px 10px;
}

.contents_1018_3b {
	width: 100%;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	color: #ffffff;
}

.contents_1018_3_name {
	max-width: 95%;
	width: fit-content;
	margin: 15px auto 0 auto;
	padding: 6px 20px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #985d00;
	border-radius: 20px;
}
.contents_1018_3_title {
	width: 95%;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 26px;
	font-weight: bold;
	color: #c7000b;
	text-align: center;
}
.contents_1018_3_photo_block {
	display: block;
	width: 45%;
	margin-left: 0%;
	margin-right: 5%;
	margin-top: 0%;
	margin-bottom: 5%;
	float: left;
}
.contents_1018_3_photo_block_sp {
	display: none;
}
.contents_1018_3_txt_block {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.contents_1018_3_img_1 {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	border: 1px solid #c9caca;
}
.contents_1018_3_img_2 {
	width: 100%;
	height: auto;
	border: 1px solid #c9caca;
}

.contents_1018_3_img_1 img,
.contents_1018_3_img_2 img {
	width: 100%;
	height: auto;
}

.contents_1018_3_note {
	width: 100%;
	text-align: left;
}

.contents_1018_3_info {
	width: 90%;
	margin: auto;
	padding: 20px 0;
}

.oishiimono_category_title {
	width: 320px;
	height: auto;
	margin: 0 auto;
}


.contents_1018_4_1 {
	max-width: 980px;
	width: 90%;
	font-size: 0;
	margin: 0 auto 40px auto;
	padding: 0;
	font-size: 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;
	inset-inline-start: 0px;
}
.contents_1018_4_1 li {
	width: calc((100% - 51px) / 3);
	width: -webkit-calc((100% - 51px) / 3);
	width: -moz-calc((100% - 51px) / 3);
	height: auto; 
	display: inline-block;
	list-style-type: none;
	font-size: 16px; 
	text-align: center; 
	color: #000000;
	vertical-align: middle; 
	padding: 0; 
	margin: 0 25px 0 0;
	overflow: hidden;
}
.contents_1018_4_1 li:nth-child(3n) {
	margin: 0 0 0 0;
}


.areadisplay {
	display: block !important;
}

.areanodisplay {
	display: none !important;
}



@media print, screen and (max-width: 1050px) {

	.contents_1018_1_1 {
		width: 90%;
		font-size: 0;
		margin: 0 auto 50px auto;
		padding: 30px 0;
	}

	.contents_1018_2_1, 
	.contents_1018_2_2, 
	.contents_1018_2_3, 
	.contents_1018_2_4, 
	.contents_1018_2_5 {
		width: 90%;
		padding: 30px 0 0 0;
		border-radius:  20px 20px 0 0;
	}

	.contents_1018_3_1,
	.contents_1018_3_2,
	.contents_1018_3_3,
	.contents_1018_3_4,
	.contents_1018_3_5 {
		width: calc(90% - 60px);
		width: -webkit-calc(90% - 60px);
		width: -moz-calc(90% - 60px);
		font-size: 0;
		margin: 0 auto 50px auto;
		padding: 30px;
		border-radius:  0 0 20px 20px;
	}



}
@media print, screen and (max-width: 900px) {

	.contents_1018_3_1 li,
	.contents_1018_3_2 li,
	.contents_1018_3_3 li,
	.contents_1018_3_4 li,
	.contents_1018_3_5 li {
		width: 100%;
		padding: 0; 
		margin: 15px;
		border-radius: 5px;
	}


}
@media print, screen and (max-width: 768px) {

	.contents_1018_1_2 {
		width: calc((100% - 61px) / 2);
		width: -webkit-calc((100% - 61px) / 2);
		width: -moz-calc((100% - 61px) / 2);
		margin: 15px;
	}
	.contents_1018_1_2 a {
		padding: 10px 0;
	}


	.shokunotaiken_area_title {
		width: 95%;
		font-size: 40px;
		line-height: 0.9;
		text-align: center;
		color: #fff;
	}
	.shokunotaiken_area_btn {
		width: 20px;
		height: auto;
		margin: 0 auto;
	}

	.shokunotaiken_page_top {
		position: absolute;
		top: 20px;
		right: 20px;
		width: 65px;
		height: auto;
	}


	.contents_1018_2_1, 
	.contents_1018_2_2, 
	.contents_1018_2_3, 
	.contents_1018_2_4, 
	.contents_1018_2_5 {
		width: 90%;
		padding: 20px 0 0 0;
		border-radius:  20px 20px 0 0;
	}


	.contents_1018_3_photo_block {
		display: none;
	}
	.contents_1018_3_photo_block_sp {
		display: block;
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 5%;
		margin-bottom: 0%;
		float: none;
	}

	.contents_1018_3_name {
		max-width: 95%;
		width: fit-content;
		margin: 15px auto 0 auto;
		padding: 6px 20px;
		font-size: 18px;
	}
	.contents_1018_3_title {
		font-size: 24px;
	}



}
@media print, screen and (max-width: 580px) {

	.contents_1018_3_1,
	.contents_1018_3_2,
	.contents_1018_3_3,
	.contents_1018_3_4,
	.contents_1018_3_5 {
		width: 90%;
		font-size: 0;
		margin: 0 auto 50px auto;
		padding: 0px;
		border-radius:  0 0 20px 20px;
	}

}




.common_contents_title {
	z-index: 11;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
}
.common_contents_title img {
	width: 100%;
	height: auto;
	display: block;
}


.banner_contents_area {
	z-index: 13;
	position: relative;
	top: 0;
	max-width: 980px;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 300px;
}




