@charset "UTF-8";

/* 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;
	max-width: 750px;
	margin: 0 auto;
}
#suntory_contents h1 img.sp_none {
	display: none;
}
}

/*アンカーリンク*/
#suntory_contents nav ul {
	background:#231F1E;
}

#suntory_contents nav ul li{
    border-right:1px solid #FFF;
}

#suntory_contents nav ul li:last-child{
    border-right: none;
}

#suntory_contents nav ul li a{
    color:#FFF;
}

#suntory_contents nav ul li a:hover{
    -webkit-filter: brightness(80%) contrast(110%);
            filter: brightness(80%) contrast(110%);
}

@media screen and (max-width:767px){
	
#suntory_contents nav ul {margin-top:2em;flex-direction: column;background: none;}

#suntory_contents nav ul li{
    background: #231F1E;
}

#suntory_contents nav ul li:after{
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
}

#suntory_contents nav ul li:last-child{
    border-bottom:none;
}

}

/* ------------色味変更部分---------------- */
#suntory_contents #contents section h1{
background:#231F1E;
color:#FFF;
}

#suntory_contents #contents section h2{
border-color:#EB2026;
}

#suntory_contents #contents h3:before{
color: #231F1E;
}

#suntory_contents #contents p.sample_tit{
color: #231F1E;
}

#suntory_contents #contents #recepit h2{
color: #231F1E;
}

    
