@charset "UTF-8";

#suntory_contents { 
    font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, sans-serif; 
}

#suntory_contents a {
    word-break: break-all;
}

#suntory_contents #contents #recepit ul.caution {
    margin-left: 1em;
}

#suntory_contents p.cl_red b{
	color: #f00;
}

#suntory_contents p.cl_red b{
	color: #f00;
}
#suntory_contents .btn_box ul li.cookie.cl_red{
	color: #f00;
}

/* h1ヘッダー画像出し分け(spヘッダー幅750px)
-------------------------------------------------- */
#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;
	margin: 0 auto;
}
#suntory_contents h1 img.sp_none {
	display: none;
}
}

/* ------------色味変更部分---------------- */
#suntory_contents #contents h2{
background: #006849;
color:#fff;
}
#suntory_contents #contents h3:before{
color: #000;
}

#suntory_contents #contents p.sample_tit{
color: #006849;
}

#suntory_contents #contents #recepit h2{
color: #006849;
}

