@charset "UTF-8";

/* ------------色味変更部分---------------- */
#suntory_contents {
    background: #ECE7E3;
}

#container h1#head {
    background-color: #97272D;
    padding: 35px 15px;
    text-align: center;
    color: #fff;
    font-size: 125%;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: normal;
}

@media screen and (max-width:767px){
#container h1#head {
    padding: 35px 5px;
    font-size: 110%;
}
}

/*アンカーリンク*/
@media screen and (min-width:768px){
#suntory_contents nav.ankerlink ul {
  background-color: #ECE7E3;
}
}

#suntory_contents nav ul li:after{
    border-top: 3px solid #ECE7E3;
    border-right: 3px solid #ECE7E3;
}

#suntory_contents nav.ankerlink ul li a,
#suntory_contents nav.ankerlink ul li a:visited {
    background: #97272D;
    color: #fff;
}

#suntory_contents #contents section h1{
    background: #97272D;
    color: #fff;
}

#suntory_contents #contents section h2{
    border-color:#000;
}

#suntory_contents #contents p.sample_tit{
    color: #000;
}

/* pcsp出し分け
-------------------------------------------------- */
#suntory_contents .pc_none {
  display: none;
}
#suntory_contents .sp_none {
  display: block;
}

@media screen and (max-width:767px){
#suntory_contents .pc_none {
  display: block;
}
#suntory_contents .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;
  }
}