@charset "UTF-8";

/* h1ヘッダー画像出し分け(spヘッダー幅640px)
-------------------------------------------------- */
#suntory_contents h1 img.pc_none {
	display: none;
}
#suntory_contents h1 img.sp_none {
	display: block;
}

@media screen and (max-width:767px){
#suntory_contents h1 img.pc_none {
	display: block;
	max-width: 640px;
	margin: 0 auto;
}
#suntory_contents h1 img.sp_none {
	display: none;
}
}

/* ------------色味変更部分---------------- */
#suntory_contents #contents h2{
background:#221713;
color:#fff;
}

#suntory_contents #contents h3:before{
color: #fef002;
}

#suntory_contents #contents p.sample_tit{
color: #221713;
}

#suntory_contents #contents #recepit h2{
color: #221713;
}

#suntory_contents div.sample {
    font-size: 0;
}

.present table tr{
    display: flex;
}

.present table tr th{
    flex-shrink: 0;
}

/* ----------対象商品例 .sample------------ */
@media all and (max-width: 355px) {
#suntory_contents div.sample ul li {
        margin: 0 5px 10px 0;
    }
#suntory_contents div.sample ul li:last-child{
	margin:0 0 10px;
}
}
