/* font指定 */
body {
  font-family: "RivieraNights", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", sans-serif;
}

/* 帯カラー */
#info_box_top {
  background: #000;
  padding: 5px 15px;
}
#info_box_top * {
  color: #fff;
  font-size: 11px;
  line-height: 1.5;
}
/* ヘッダ */
header.lc-header {
  background: #FFF;
}
header .lc-header__menu{
  color: #0a0a0a;
}
header .lc-header__menu-btn a{
  color: #0a0a0a;
}
/* ハンバーガー */
.lc-slideMenu .lc-slideMenu__logo{
  background: #FFF;
}
