body {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  background-color: #fffaf5;
  color: #333;
  line-height: 1.6;
}

.hero {
  background: url("https://via.placeholder.com/1200x600?text=Warm+Cafe+Hero")
    center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 100px 20px;
  padding-top: 20px;
}

.hero-inner {
  background-color: rgba(0, 0, 0, 0.4);
  display: inline-block;
  padding: 30px 60px;
  border-radius: 8px;
}

.title {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 1.3rem;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 20px;
}

.about h2,
.menu h2 {
  font-size: 2rem;
  color: #7a4d32;
  margin-bottom: 20px;
}

.menu ul {
  list-style: none;
  padding: 0;
}

.menu li {
  margin: 10px 0;
  font-weight: bold;
}

.image-section img {
  width: 100%;
  display: block;
}

.footer {
  background-color: #7a4d32;
  color: #fff;
  text-align: center;
  padding: 20px;
}

.about,
.menu {
  opacity: 0;
  transform: translateY(30px);
}
.cafe-hero {
  height: 70vh;
  overflow: hidden;
}
.cafe-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像を拡大して全体を覆う */
  object-position: center;
  display: block;
}
