/* --------------------------------------------------
Contents
-------------------------------------------------- */
.contents *:not(img)::selection { background: #EBC660; }
.contents *:not(img)::-moz-selection { background: #EBC660; }

.foodMain__inner { width: 93.33% !important; }
.foodMain__contentsImage { display: flex; flex-direction: column; row-gap: 3.2rem; margin: 0 0 3.2rem; }
.foodMain__contentsImageSingle img { aspect-ratio: 520 / 735; }
.foodMain__contentsTextArea { width: 89.71%; margin: 0 auto; }
.foodMain__contentsTextAreaText { font-size: 1.4rem; line-height: 2; }

@media screen and (min-width: 768px) { .foodMain__inner { width: 106.4rem !important; max-width: 96%; }
  .foodMain__contentsImage { flex-direction: row; justify-content: space-between; }
  .foodMain__contentsImageSingle { width: 48.87%; }
  .foodMain__contentsTextArea { width: 100%; }
  .foodMain__contentsTextAreaText { font-size: 1.6rem; line-height: 1.25; } }
