/* 全ページ（itemが1列にならないとき） */
@media print, screen and (min-width: 768px){
  .p-tasteOfTheTownCard__list {
    gap: 0px
  }
  .p-tasteOfTheTownCard__list p:first-child{
    margin-right: 20px;
  }
}

/* frfr, befr */
@media print, screen and (max-width: 767px){
  .p-tasteOfTheTownHero__title div:lang(fr) {
    white-space: normal;
  }
  .p-tasteOfTheTownHero__title div p:lang(fr) {
    white-space: nowrap;
  }
}