/* ご挨拶店舗写真調整 */

@media screen and (max-width: 767px) {
  .photo-table tr {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }

  .photo-table td {
    width: 49%;
  }

  .photo-table td img {
    width: 96%;
  }
}