.cafe-op-text strong{
	text-align: center;
	display: block;
	font-size: 2.5em;
	color: #d90420;
}
.cafe-op-text p{
    font-size: 1.1em;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    line-height: 2em;
		margin-bottom: 2.5em;
}
.menu {
  display: flex;
  align-items: center;
  gap: 24px;
	width: 80%;
  margin-bottom: 40px;
}
.menu-img img {
  width: 280px;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}
.menu-text {
  flex: 1;
}
.menu-name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #3a2f2a;
  letter-spacing: 0.05em;
}
.menu-text p {
  line-height: 1.6;
  color: #555;
}

/* ===== LUNCH TIME セクション ===== */
.lunch{ width: 80%; background-color: #ffe2e4; border-radius: 12px; padding: 2em 0; }
.lunch-time {
  margin: 0 auto 40px;
	padding: 20px;
	background: #ffffff;
	border-radius: 16px;
	font-size: 1.2em;
	width: inherit;
	text-align: center;
}
.lunch-time strong {
  display: block;
  font-size: 1.4em;
  margin-bottom: 8px;
  color: #d90420;
}

/* ===== スマホ対応 ===== */
@media screen and (max-width: 768px) {

  .content { padding: 0 16px; }
  .cafe-op-text strong { font-size: 1.8em; }
  .cafe-op-text p {
    width: 100%;
    font-size: 1em;
    line-height: 1.8em;
    padding: 0 10px;
  }
  .menu {
    flex-direction: column;
    width: 100%;
    gap: 12px;
    margin-bottom: 32px;
  }
  .menu-img img { width: 100%; height: auto; }
  .menu-name { font-size: 18px; text-align: center; }
  .menu-text p {
    font-size: 0.95em;
    line-height: 1.7;
    text-align: center;
  }
  .h2_main { font-size: 1.4em; text-align: center; }
  .h2_main span {
    display: block;
    font-size: 0.7em;
    margin-top: 4px;
  }
  .cafe_img img { width: 100%; height: auto; }
	.story_co .h2_wrap { order: 0; }
	
	.lunch { width: 100%; padding: 1em; }
}
