@charset "utf-8";
@media screen and (max-width:1050px){
	.right-benibana p {
    	width: 90%;
	}
	.left-benibana p {
		width: 90%;
	}
}
@media screen and (max-width:768px){
	.product_item {
		margin: 100px 50px;
	}
	.titl_product {
	    padding: 60px 0 0;
	}
}

@media screen and (max-width:767px){

	/* .product_item */
	.product_item_box {
		width: 100%;
	}
	.product_item{
		margin:0 auto 15%;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.product_item section{
		/* width:50%; */
		padding:0 3% 0 3%;
		text-align:left;
	}
	.product_item .slick_farm{
		width:50%;
	}

	.product_item section h2{
		line-height:1.5;
		font-size:3vw;
		padding-left:1.5em;
		text-indent:-1.3em;
	}
	.product_item section h2 + span{
		margin-bottom:10px;
		font-size:10px;
	}

	/* ☆紅花 */
	.box img {
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height: auto;
	}
}


@media screen and (max-width:480px){
	.product_item{
		display: block;
		margin:60px auto;
		padding:0 3%;
	}
	.product_item section{
		width: 100%;
		padding:10px 0;
		text-align:left;
	}
	.product_item section h2{
		font-size:3.8vw;
	}
	.product_item_box {
		width: 100%;
	}
	.product section  {
		width: 100%;
	}
	.item_detail_list {
		width: 80%;
	}
	.item_detail {
	    justify-content: center;
		margin-bottom: 0;
	}
	.product_item_box{
		margin-top: 50px;
	}
	.product_item section h3 {
    font-size: 14px;
    margin: 10px 0;
	}
	.topping_img {
    margin-bottom: 20px;
	}
	.sub_img {
		width: 100%;
	}
	.sub_img li {
		width: 33%;
		margin: 5px;
		font-size: 12px;
	}
	.sub_img img {
		margin: 0;
	}
	.fresh_img {
		margin: 20px 0;
	}
	.ranran_logo {
    	width: 120px;
    	margin-top: -20px;
	}

	/* ☆紅花 */
	.benibana_box {
		flex-wrap: wrap;

	}
	.right-benibana {
    	width: 90%;
	}
	.left-benibana {
		width: 90%;
	}
	.right-benibana p {
    	width: 100%;
		text-align: center;
	}
	.left-benibana p {
		width: 100%;
		text-align: center;
	}
	.sp_left {
		text-align: left !important;
	}
}

@media screen and (max-width:330px){
	.topping_img{
		height: 72px;
	}
}
