@charset "utf-8";

.morning-snack {
  background-color: #fff4d6;
}

.lunch {
  background-color: #eef7df;
}

.afternoon-snack {
  background-color: #fce7ee;
}

@media print,screen and (min-width : 501px) {

  #enriched .fb{
    margin-top: 20px;
  }
  #enriched .fb li{
    margin: 6px 10px;
    font-size:2.4rem;
  }
  #enriched .fb li i{
    color: #e4298a;
  }

  #buffet{
    margin-top: 40px;
  }
  #buffet .fb{
    margin-top: 20px;
  }

  
  #buffet{
    margin-top: 40px;
  }

  .lunch-nav {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
  }
  .lunch-nav a {
    text-decoration: none;
  }

  .lunch-calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin-top: 10px;
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd;
  }
  .lunch-calendar-weekday,
  .lunch-calendar-empty,
  .lunch-calendar-day {
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
  }

  .lunch-calendar-weekday {
    padding: 8px;
    text-align: center;
    font-family:"MPLUSRounded1c-5";
  }
  .lunch-calendar-day {
    min-height: 100px;
    padding: 10px;
    font-size:1.2rem;
  }

  .lunch-calendar-date {
    margin-bottom: 10px;
    font-family:"MPLUSRounded1c-5";
    font-size:1.6rem;
  }

  .lunch-calendar-date span {
    display: none;
  }

  .lunch-calendar-menu {
    margin-top: 10px;
    padding: 4px;
  }


  .lunch-calendar-image {
    margin-top: 10px;
  }

  .lunch-calendar-image img {
    display: block;
    width: 100%;
  }

}

@media screen and (max-width : 500px) {


  #enriched .fb{
    margin-top: 10px;
  }
  #enriched .fb li{
    margin: 6px 10px;
    font-size:1.8rem;
  }
  #enriched .fb li i{
    color: #e4298a;
  }

  #buffet{
    margin-top: 20px;
  }
  #buffet .fb{
    margin-top: 10px;
  }
  #buffet .fb img{
    margin: 0 auto;
  }

  #buffet{
    margin-top: 40px;
  }

  .lunch-nav {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
  }
  .lunch-nav a {
    text-decoration: none;
  }

  .lunch-calendar {
    display: block;
    margin-top: 20px;
  }

  .lunch-calendar-weekday,
  .lunch-calendar-empty {
    display: none;
  }

  .lunch-calendar-day {
    min-height: 0;
    margin-top: 16px;
    padding: 10px;
    border: solid 1px #8c8c8c;
    background-color: #fff;
    border-radius:10px;
  }

  .lunch-calendar-date {
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: solid 1px #c8c8c8;
    font-family:"MPLUSRounded1c-5";
  }

  .lunch-calendar-date span {
    display: inline;
  }

  .lunch-calendar-menu {
    margin-top: 10px;
    line-height: 1.5;
    padding: 4px 10px;
  }

  .lunch-calendar-image {
    margin-top: 10px;
  }
  .lunch-calendar-image img {
    display: block;
    width: auto;
    max-width: 100%;
  }

}