/* menuの幅と本文領域の幅を調整できます。 */
:root {
  --menu-width: 350px;
  --content-width: 1000px;
  --image-max-width: 100%;
}

