@charset "UTF-8";

/*--------------------------------------トップ画像--------------------------------------*/
.l_main .l_kv.is_202512-dinnertime{background: url("../../../img/gourmet/202512-dinnertime/img_kv.jpg")no-repeat center center;background-size: cover;}

/*--------------------------------------ページ固有記述--------------------------------------*/
.dinnertime202512_flexWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.dinnertime202512_cha_Box {
  color: #fff;
  background-color: #803f25;
  padding: 5px 10px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px !important;
}
.dinnertime202512_mainmenuBox {
  background-color: #fefade;
  padding: 20px;
}
.dinnertime202512_green_Box {
  display: inline-block;
  color: #fff;
  background-color: #1a843e;
  padding: 5px 10px;
  border-radius: 8px;
  margin: 0 !important;
}
.dinnertime202512_fontcolor_cha {
  color: #803f25;
}
/*--------------------------------------SPonly--------------------------------------*/
@media only screen and (max-width: 767.89px) {

}

/*--------------------------------------PConly-------------------------------*/
@media only screen and (min-width: 767.9px) {

}

/*ipad 450～PC幅------------------------------*/
/*@media screen and (min-width: 450px) and (max-width: 767.8px)  {
  }*/
