


body {
  font-family:'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  background-color: #fffff0;

}

.header {
  width: 100%;
  text-align: center; /* 子要素を中央寄せ */
  margin-top: 20px;
}

.icon-row {
  display: flex;
  gap: 10px; /* 画像の間隔。必要に応じて調整 */
  justify-content: center; /* 左寄せ（centerやspace-betweenも可） */
  align-items: center;
  margin-top: 10px;
}


.menu {
  display: flex;
  justify-content: center;
  gap: 100px;
  text-align: center;
}

.menu h1 {
  color: brown;
}

.main {
  display: flex;
  flex-direction: column;
  align-items: center;
}



h1 {
  font-size: 3.5em;
}

.memo1 {
  text-align: center;
  background-color: lightpink;
}

#memoForm1 {
  text-align: center; 
}

#memoForm1 textarea {
  width: 800px;
  height: 1000px;
  font-size: 24px;
}

.memo2 {
  text-align: center;
  background-color: lightpink;
}

#memoForm2 {
  text-align: center; 
}

#memoForm2 textarea {
  width: 800px;
  height: 400px;
  font-size: 24px;
}

.memo5 {
  text-align: center;
  background-color: lightpink;
}

#memoForm5 {
  text-align: center; 
}

#memoForm5 textarea {
  width: 800px;
  height: 1000px;
  font-size: 24px;
}

.car {
  font-size: 3.5em;
  text-align: center;
}

.footer {
  background-color: #ffffff;
}