#producer {
	background:#f8ece9;
	max-width:1000px;
	width:100%;
	border:1px solid #e6dcd9;
	box-sizing:border-box;
}

#producer h1{
    font-size:24px;
    font-weight:bold;
    text-align:center;
    margin-bottom:10px;
    color:#be1222;
}
#producer h2{
    font-size:22px;
    margin-bottom:5px;
    font-weight:bold;
}
#producer .item_list{
    border:solid 1px #e6dcd9;
    margin:10px;
    margin-bottom:0;
}
#producer .top_desc{
    margin:10px;
    padding:15px;
    background:#fff;
    border-radius:10px;
	border:1px solid #e6dcd9;
}
#producer p{
    font-size:16px;
    line-height:1.7em;
}
#producer .item_list .item{
    display:flex;
    padding:15px;
}

#producer .item_list .item .item_img{
    margin-right:20px;
}

#producer .item_list .item .item_img img{
    width:340px;
}

#producer .item{
    border-bottom:solid 1px #e6dcd9;
    background:#fff;
    margin:0;
}

#producer .item:last-child{
	border-bottom:none;
}
#container{
	background-image:url('../sc/images/fuku_bg.jpg')!important;
	background-repeat:repeat;
	background-size:25px!important;
	background:#faf2bf;
}

#producer .button {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    color: #fff;
    background-color: #76ac3e;
    border: 1px solid #669435;
    cursor: pointer;
    line-height:3em;
}

#producer .button:hover{
    border: 1px solid #fbbe1d;
}

#producer strong{
	color:#be1222;
}

#producer section.coupon{
    margin:10px;
    padding:15px;
    background:#fff;
	border:1px solid #e6dcd9;
}

#producer section.coupon img{
	border:1px solid #ccc;
	width:100%;
	max-width:600px;
	margin-top:10px;
}

@media screen and (max-width:850px){
	#producer .item_list .item{
		flex-direction:column;
	}
	#producer .item_list .item .item_img{
		margin:0;
		margin-bottom:10px;
	}
	#producer .item_list .item .item_img img{
		width:100%;
	}
	#producer .item_list .item .btn_wrap{
		text-align:center;
    margin-top:10px;
	}
	#producer h2{
		text-align:center;
	}
}