@charset "UTF-8";

/*アンカーリンク*/
#suntory_contents nav ul {
	background:#EE6686;
}

#suntory_contents nav ul li{
    border-right:1px solid #004382;
}

#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: #EE6686;
    border: none;
}

#suntory_contents nav ul li:after{
    border-top: 3px solid #004382;
    border-right: 3px solid #004382;
}

#suntory_contents nav ul li:last-child{
    border-bottom:none;
}
}


/* ------------色味変更部分---------------- */
#suntory_contents #contents section h1{
background:#EE6686;
color:#FFF;
}

#suntory_contents #contents section h2{
border-color:#004382;
}

#suntory_contents #contents h3:before{
color: #004382;
}

#suntory_contents #contents p.sample_tit{
color: #004382;
}

#suntory_contents #contents #recepit h2{
color: #004382;
text-align: left;
}

#suntory_contents #recepit h3{
	text-align: center;
}


