@charset: "Shift_JIS";

/* −−−−−− 全体 −−−−−− */
div, p, a, img {
	margin: 0;
	padding: 0;
}
div, p{
	text-align: left;
	color: #000000;
}

#sp {
	display: none;
}

#spice_wrap {
	width: 100%;
	max-width: 940px;
	margin: 0 auto 1.5vw;
}
#spice_wrap img{
	width: 100%;
	height: auto;
}
.size-small {
	display: block;
	width: 100% !important;
}
#spice_wrap img{
	width: 100%;
	height: auto;
}
#spice_wrap .spice_text {
	width: 100%;
	max-width: 940px;
	padding: 1vw 0 0.5vw 0;
	background-color: #b18436;
	font-size: 1.2vw;
	font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Cothic","Yu Gothic Medium",Verdana,メイリオ,Meiryo,sans-serif;
	text-align: center;
}
#spice_wrap .spice_text p {
	padding: 0.5vw 0 1.2vw 0;
	color: #ffffff;
	line-height: 2vw;
	text-align: center;
}
#spice_wrap .spice_text img {
	width: 100%;
	max-width: 916px;
}
/* ============ スマホ用(1,024px) ============ */
@media (max-width:1024px) {
	#sp {
		display: block;
	}
	#spice_wrap {
		width: 100%;
		max-width: 1024px;
	}
	#spice_wrap .spice_text {
		width: 100%;
		max-width: 1024px;
		padding: 4vw 0 3vw 0;
	}
	#spice_wrap .spice_text p {
		color: #ffffff;
		line-height: 4vw;
	}
	#spice_wrap .spice_text img {
	width: 95%;
	}
	.size-small {
		display: block;
		width: 100% !important;
	}
}
/* ============ スマホ用(600px) ============ */
@media (max-width:600px) {
	#sp {
		display: block;
	}
	#spice_wrap {
		width: 100%;
		max-width: 600px;
	}
	#spice_wrap img {
		width: 100%;
		height: auto;
	}
	#spice_wrap .spice_text {
		padding: 4vw 0 3vw 0;
	}
	#spice_wrap .spice_text p {
		color: #ffffff;
		padding: 1.7vw 0 2vw 0;
		line-height: 5vw;
		text-align: center;
	}
	#spice_wrap .spice_text img {
	width: 95%;
	}
	.size-small {
		display: block;
		width: 100% !important;
	}
}
/* ============ スマホ用(320px) ============ */
@media (max-width:320px) {
	#sp {
		display: block;
	}
	#spice_wrap {
		width: 100%;
		max-width: 320px;
	}
	#spice_wrap img {
		width: 100%;
		height: auto;
	}
	#spice_wrap .spice_text {
		padding: 4vw 0 3vw 0;
	}
	#spice_wrap .spice_text p {
		color: #ffffff;
		line-height: 6vw;
		font-size: 4vw;
	}
	#spice_wrap .spice_text img {
	width: 95%;
	}
	.size-small {
		display: block;
		width: 100% !important;
	}
}
