body {
  background: #f4f1ec;
  font-family: 'Noto Serif JP', serif;
  color: #2e2e2e;
  margin: 0;
}

.menu-text {
    display: inline-block;
    font-size: 16px;
    line-height: 2; /* 行間を広めに設定 */
    color: #333;
    text-decoration: none;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.menu-note {
  margin: 20px 0;
  font-size: 20px;
  color: #7a6b5c;
  text-align: center;
}

.menu-top {
  /*background: #ece6df;*/
  background: #f4f1ec
  padding: 40px 20px;
  text-align: center;
}
.menu-title {
  font-size: 36px;
  letter-spacing: 3px;
}
.menu-nav a {
  margin: 0 10px;
  font-size: 18px;
  color: #6a4e3c;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.menu-nav a:hover {
  border-bottom: 1px solid #6a4e3c;
}

.menu-photo {
  text-align: center;
  padding: 40px 10px;
}
.menu-table-img {
  max-width: 90%;
  width: 40%;
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.menu-course {
  background: #fff;
  padding: 60px 10px;
}
.section-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
  color: #5c4330;
}
.menu-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  align-items: center;
  max-width: 1000px;
  margin-inline: auto;
}
.menu-item.reverse {
  flex-direction: row-reverse;
}
.menu-item img {
  width: 100%;
  max-width: 45%;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
.menu-text {
  width: 100%;
  max-width: 50%;
  padding: 0 20px;
}
.menu-text h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.menu-text p {
  font-size: 16px;
  color: #665;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .menu-item {
    flex-direction: column !important;
    text-align: center;
  }
  .menu-text, .menu-item img {
    max-width: 90%;
  }
}
