@charset "UTF-8";

/*アンカーリンク*/
#suntory_contents nav ul {
	background:#87151a;
}

#suntory_contents nav ul li{
    border-right:1px solid #fff;
}

#suntory_contents nav ul li a{
color:#fff;
}

#suntory_contents nav ul li a:hover{
	color: #CBB047;
}

@media screen and (max-width:767px){
#suntory_contents nav ul {background: none;}
#suntory_contents nav ul li{border-right:none;}

#suntory_contents nav ul li{
    background: #87151a;
}

#suntory_contents nav ul li:after{
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}
}

#suntory_contents #contents #recepit ul.caution {
    margin-left: 1em;
}
#suntory_contents .mt1em {
	margin-top: 1em;
}
#suntory_contents .ml1em {
    margin-left: 1em;
}



/* 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 #contents section h1{
background:#87151a;
color:#fff;
}

#suntory_contents #contents section h2{
border-color:#87151a;
}

#suntory_contents #contents h3:before{
color: #87151a;
}

#suntory_contents #contents p.sample_tit{
color: #87151a;
}

#suntory_contents #contents #recepit h2{
color: #87151a;
text-align: left;
}


/*賞品画像*/
@media screen and (max-width:767px){
	#suntory_contents div.present_box{
		margin: 0 10% 1em;
	}
}

.present_wrap{
	margin-top: 1em;
}
.present_box {
	text-align: center;
    margin: 0 0 1em;
}

.present_box img{
width: 100%;
}

@media all and (min-width: 768px) {
.present_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items:center;
}

.present_wrap .present_box{
    width: 400px;
}
.present_wrap .present_box img{
    display:block;
    text-align:center;
    margin:0 auto;
}
#suntory_contents div.present_box:last-child img{
	margin-left: 10px;
}

}
