/*--------------------------------------------------------------
# 大人もこどもも繋がるこども食堂「せいわのもり」
--------------------------------------------------------------*/
#shokudo_top .column2_row_layout {
  padding: 0;
  @media (min-width:768px) {
    justify-content: left;
    gap: 0 8%;
  }
  .img_wrap {
    margin: 2rem 0 0;
    @media (min-width:768px) {
      width: 80%;
      margin-right: calc(50% - 50vw);
    }
  }
  .text_wrap {
    @media (min-width:768px) {
      width: 45%;
      flex-shrink: 0;
    }
  }
}
@media (min-width:768px) {
  #shokudo_top {
    overflow: hidden;
  }
  #shokudo_top .section_title_small {
    text-align: left;
    margin-bottom: 1em;
  }
}
/*--------------------------------------------------------------
# 予定メニュー
--------------------------------------------------------------*/
#shokudo_menu {
  background: var(--bg-blue);
}
#shokudo_menu .menu_list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 2rem;
  gap: 0 2.5%;

  & li {
    text-align: center;
    width: 100%;
    margin-bottom: 2rem;
    padding: 1.25em;
    background: #FFF;
    border: 0.1rem solid var(--light-gray);
    @media (min-width:768px) {
      width: calc(92.5% / 4);
    }

    .date {
      display: inlin-block;
      font-weight: 700;
      margin-right: 1em;
      @media (min-width:768px) {
        display: block;
        margin-right: 0;
      }
    }
  }
}
#shokudo_menu .attention_list li::before {
  content:"※";
}
/*--------------------------------------------------------------
# こども食堂の概要
--------------------------------------------------------------*/
#shokudo_outline table {
  & td:nth-child(1) {
    line-height: 1.3;
    width: 6em;
    @media (min-width:768px) {
      width: 17%;
    }
  }
}