@charset "utf-8";
.arrow_Img {
	padding: 20px 0;
}

.product_map_area {
	padding: 100px 0 50px;
	position: relative;
}
.map_area_text {
	font-size: 2.8rem;
	text-align: center;
	color: rgb(173, 42, 57);
}
.map_area_Text {
	font-size: 1.75rem;
}
.product_background_zone {
	background: url("/images/product/meat_brand_bg.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 0px;
}
.product_meatBrand {
	display: block;
	border: solid 1px rgb(189, 192, 195);
	background: #fff;
	margin: 10px 0 20px auto;
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
}
.product_meatBrand:before {
	content:url(/meatprocessor/images/product/arrow.png);
	padding-right:10px;
}
.product_item_text {
	border: solid 1px rgb(189, 192, 195);
	padding: 25px 25px;
	font-size: 2rem;
	font-weight: 500;
	display: block;
	text-align: center;
	margin: 20px auto;
	max-width: 260px;
}
.product_item_text:before {
	content:url(/meatprocessor/images/product/arrow.png);
	padding-right:10px;
}
.product_processed_tt {
	margin-top: 60px;
}
ul.meat_brand_btn {
    display: flex;
    justify-content: space-around;
}
	.item_akita {
		top: 11%;
		left: 20%;
	}
	.item_hokkaido {
		top: 11%;
		right: 10%;
	}
	.item_kagoshima {
		bottom: 10%;
		left: 10%;
	}
	.item_miyazaki {
		bottom: 10%;
		left: 40%;
	}
	.item_aomori {
		bottom: 10%;
		right: 8%;
	}
	.processed_item {
		float: left;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.map_area_item {
		position: absolute;
		text-align: center;
	}
	.processed_Img {
		width: auto;
	}
	.product_meatBrand {
		padding: 25px 35px;
		width: 260px;
	}
	.map_area_Text {
		margin: 30px 0 0px;
	}
	.map_area_item {
		width: 24%;
	}
	.meatBrand__down {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.meatBrand__down .link {
    padding: 10px;
    box-sizing: border-box;
    display: block;
}
/* ===================================================================================
for PC min-width: 741px
=================================================================================== */
@media screen and (min-width: 741px), print {

}

/* ===================================================================================
for SP max-width: 740px
=================================================================================== */
@media screen and (max-width: 740px) {
	.product_item_text {
		width: 214px;
	}
/* 	.map_area_item {
		width: 93%;
		display: table;
	} */
/* 	.map_area_text {
		font-size: 1.5rem;
		margin: 5px 0 20px;
	} */
	.product_meatBrand {
		padding: 10px 10px;
		margin: 10px auto;
	}
	.product_map_area {
		padding: 30px 0;
	}
	.product_table{
		display: flex;
		align-items:flex-start;
		width: 100%;
	}
	.product_table > a{
		width: 50%;
	}
	.product_table > a img{
	height: 6vw;
	}
	.map_area_item_Img {
		width: 70%;
	}
	.product_table a {
		display: inherit;
	}
	.map_Img.sp {
		margin-bottom: 30px;
	}
	ul.meat_brand_btn {
		display: block;
		text-align: center;
	}
}
