@charset "utf-8";

/* ------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////
あすか夢販売所の商品
/////////////////////////////////////////////////////////////////////
------------------------------------------------------------------ */

#productPage {
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-image: url(../img/product/pageImage_20221024.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#productPage h2.title {
	margin: 226px 60px 0;
	padding: 1px;
	background-color: #FFF;
	border: 3px solid #638a4f;
	position: relative;
}
#productPage h2.title span.wrapper {
	padding: 20px 0;
	display: block;
	border: 1px solid #638a4f;
	position: relative;
}
#productPage h2.title span.en {
	margin: 15px 0 0;
	display: block;
}

@media (max-width: 1220px) {
	#productPage h2.title {
		margin: 226px 30px 0;
	}
}

@media (max-width: 767px) {
	#productPage {
		background-position: top center;
	}
	#productPage h2.title {
		margin: 100px 10px 0;
	}
}


/* ------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////
一覧
/////////////////////////////////////////////////////////////////////
------------------------------------------------------------------ */

#productPage section.vegetable {
	overflow: hidden;
	margin: 40px 0 0;
	padding: 0 70px 53px;
	background-image: url(../img/common/line01.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	box-sizing: border-box;
	position: relative;
}
#productPage section.processedGoods {
	padding: 0 70px;
	background-image: none;
}
#productPage section.vegetable h3 {
	width: 180px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
}
#productPage section.vegetable ul {
	width: 707px;
	overflow: hidden;
	padding: 0;
	list-style: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
#productPage section.spring ul,
#productPage section.autumn ul,
#productPage section.processedGoods ul {
	margin: 0 0 0 30px;
}
#productPage section.summer ul,
#productPage section.winter ul {
	margin: 0 30px 0 0;
}
#productPage section.vegetable ul li {
	width: 100px;
	margin: 0 1px 20px 0;
	padding: 0;
	transition: 0.1s linear;	
	position: relative;
}
#productPage section.vegetable ul li:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
#productPage section.vegetable ul li div {
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin: 0 0 10px;
	padding: 0;
	box-sizing: border-box;
}
#productPage section.vegetable ul li div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.1s linear;	
}
#productPage section.vegetable ul li:hover div img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 1420px) {
	#productPage section.vegetable ul {
		width: 505px;
	}
}

@media (max-width: 1220px) {
	#productPage section.vegetable {
		padding: 0 30px 53px;
	}
}

@media (max-width: 1115px) {
	#productPage section.vegetable ul {
		width: 303px;
	}
}

@media (max-width: 910px) {
	#productPage section.vegetable ul {
		width: 303px;
	}
	#productPage section.vegetable h3 {
		width: 100%;
		margin: 0 0 30px;
		text-align: center;
		display: block;
		float: none;
	}
	#productPage section.vegetable h3 img.spNone {
		display: none;
	}
	#productPage section.vegetable h3 img.pcNone {
		display: inline;
	}
	#productPage section.vegetable ul {
		width: 100%;
		text-align: center;
		display: block;
		float: none;
	}
	#productPage section.spring ul,
	#productPage section.summer ul,
	#productPage section.autumn ul,
	#productPage section.winter ul,
	#productPage section.processedGoods ul {
		margin: 0;
	}
	#productPage section.vegetable ul li {
		display: inline-block;
		float: none;
		vertical-align: top;
	}	
}

@media (max-width: 767px) {
	#productPage section.vegetable {
		padding: 0 10px 53px;
	}
	#productPage section.processedGoods {
		padding: 0 10px;
	}
}


/* ------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////
詳細
/////////////////////////////////////////////////////////////////////
------------------------------------------------------------------ */

#productPage article {
	margin: 60px 0 0;
}
#productPage article h3 {
	margin: 0 60px;
	position: relative;
}
#productPage article p.cate {
	margin: 20px 60px 0;
	position: relative;
}
#productPage article dl {
	width: 786px;
	height: 50px;
	margin: 30px auto 0;
	padding: 0;
	position: relative;
}
#productPage article dl dt {
	margin: 0 30px 0 0;
	padding: 0;
	display: inline-block;
	position: relative;
}
#productPage article dl dd {
	margin: 0;
	padding: 0;
	display: inline-block;
}
#productPage article dl dd ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
#productPage article dl dd ol li {
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
	display: inline-block;
	border-right: 1px solid #DDD;
	position: relative;
}
#productPage article dl dd ol li:last-child {
	border-right: none;
}
#productPage article p.description {
	margin: 40px 60px 0;
	position: relative;
}
#productPage article div.photoBox {
	margin: 40px 0 0;
}
#productPage article div.photoBox ul {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}
#productPage article div.photoBox ul li {
	width: 100px;
	height: 100px;
	margin: 0 5px;
	padding: 0;
	display: inline-block;
	position: relative;
}
#productPage article div.photoBox ul li img {
	width: 100%;
	height: 100%;
	object-fit:  cover;
}
#productPage article div.photoBox img.main {
	position: relative;
}
#productPage article div.photoBox a img {
	transition: 0.1s linear;
}
#productPage article div.photoBox a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#productPage article p.btn {
	width: 320px;
	height: 50px;
	margin: 60px auto 0;
	position: relative;
}
#productPage article p.btn a {
	width: 320px;
	height: 50px;
	padding: 18px 0 0;
}

	/* レシピ */
#productPage article section {
	margin: 60px 0 0;
	padding: 40px 0 30px;
	background-image: url(../img/common/bg01.jpg);
	position: relative;
}
#productPage article section h4 {
	margin: 0;
	padding: 0;
	position: relative;
}
#productPage article section h4 span {
	margin: 15px 0 0;
	display: block;
}
#productPage article section ul {
	width: 930px;
	overflow: hidden;
	margin: 20px auto 0;
	padding: 10px 0 0 10px;
	list-style: none;
	box-sizing: border-box;
}
#productPage article section ul li {
	width: 220px;
	margin: 0 10px 10px 0;
	padding: 5px;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 1px 2px rgba(0,0,0,0.1);
	transition: 0.1s linear;	
	position: relative;
}
#productPage article section ul li:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
#productPage article section ul li div {
	position: relative;
}
#productPage article section ul li div img {
	position: absolute;
	bottom: 0;
	left: 20px;
}
#productPage article section ul li p {
	margin: 15px 10px 20px;
}
#productPage article section ul li p a {
	color: #638a4f;
}

@media (max-width: 1310px) {
	#productPage article section ul {
		width: 700px;
	}
}

@media (max-width: 1200px) {
	#productPage article dl {
		width: auto;
		height: auto;
		margin: 30px 30px 0;
		padding: 10px 10px 20px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	#productPage article dl dt {
		margin: 0 0 10px;
		display: block;
	}
	#productPage article dl dd {
		display: block;
	}
	#productPage article dl dd ol {
		text-align: center;
	}
	#productPage article dl dd ol li {
		margin: 1px 1px 0 0;
		border-right: none;
	}
}

@media (max-width: 1080px) {
	#productPage article section ul {
		width: 470px;
	}
}

@media (max-width: 1020px) {
	#productPage article div.photoBox {
		width: auto;
		padding: 0 30px;
	}
	#productPage article div.photoBox img.main {
		width: 100%;
	}
}

@media (max-width: 767px) {
	#productPage article h3 {
		margin: 0 10px;
	}
	#productPage article p.cate {
		margin: 20px 10px 0;
	}
	#productPage article p.description {
		margin: 20px 20px 0;
	}
	#productPage article div.photoBox {
		margin: 20px 0 0;
		padding: 0 10px;
	}
	#productPage article section ul {
		width: 100%;
		margin: 20px 0 0;
		padding: 10px 0 0;
		text-align: center;
	}
	#productPage article section ul li {
		margin: 0 5px 10px;
		padding: 5px;
		vertical-align: top;
		display: inline-block;
		float: none;
	}
	#productPage article p.btn {
		width: 80%;
	}
	#productPage article p.btn a {
		width: 100%;
	}
}

