/*----------------------------------------
	HEADER　カラー制御
-----------------------------------------*/
.l-header-list__item a,
.l-header-icon a {
  color: #fff !important;
}

.l-header-icon a::before,
.l-header-hamburger span {
  background: #fff !important;
}

@media only screen and (max-width: 834px) {
  .l-header-list__item a{
    color: #000 !important;
  }
}

#RECIPE {
  display:none;
}
