@charset "UTF-8";

/* ------------色味変更部分---------------- */
#suntory_contents {
    background: #FDEFA9;
}

/*アンカーリンク*/

@media screen and (min-width:768px){
#suntory_contents nav.ankerlink ul {
  background-color: #FDEFA9;
}

#suntory_contents nav ul li a:after{
    border-top: 3px solid #FFEB00;
    border-right: 3px solid #FFEB00;
}
}

#suntory_contents nav ul li:after{
    border-top: 3px solid #FFEB00;
    border-right: 3px solid #FFEB00;
}

#suntory_contents nav.ankerlink ul li a,
#suntory_contents nav.ankerlink ul li a:visited {
    background: #c9000f;
    color: #fff;
}

#suntory_contents #contents section h1{
  background:#c9000f;
  color:#fff;
}

#suntory_contents #contents section h2{
  border-color:#FFEB00;
}

#suntory_contents #contents p.sample_tit{
  color: #c9000f;
}


/* 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;
}
#suntory_contents h1 img.sp_none {
	display: none;
}
}


/*クローズ*/
#suntory_contents .btn_box.close {
    margin-top: 0;
    padding-top: 10px;
}
 
#suntory_contents #container p.close_txt{
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    color: #e80000;
    margin: 30px auto 0;
    padding: 30px 10px 0;
}
 
@media screen and (max-width:767px){
	#suntory_contents #container p.close_txt{
    font-size: 1rem;
	}
}