@charset "utf-8";

/* facebook */
.section__todayDishes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
}

.topic--facebook, .topic--dishSample {
  line-height: 1;
}

.lead--facebook {
  margin-bottom: 24px;
}

iframe {
  height: 440px;
  width: 300px;
}

/* dish__sample */
.sample__item {
  padding: 0 4.2%;
  margin-bottom: 24px;
}
.sample__item:nth-of-type(4) {
  padding: 0 4.2%;
  margin-bottom: 48px;
}
.sample__image {
  display: block;
  max-width: 300px;
  text-align: center;
  margin: 0 auto;
}

.sample__caption {
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (min-width:769px) {
  .main {
    padding: 0 6%;
  }
  .section__lead{
    width: 46.8%;
    display: block;
    margin: 0 auto 48px;
  }
  .topic--facebook {
    margin-bottom: 20px;
  }
  .lead--facebook {
    width: 26.6%;
    display: block;
    margin: 0 auto 24px;
  }

  .section__todayDishes{
    margin-bottom: 56px;
  }

  .section__sample {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 72px 48px;
    justify-content: center;
    align-items: center;
    width: 60.3%;
    margin: 0 auto 64px;
  }
  .sample__item {
    width: 43%;
    padding: 0;
    margin: 0;
  }
  .sample__item:nth-of-type(4) {
    padding: 0;
    margin-bottom: 0;
  }

}