body {
	font-family: 'Sawarabi Mincho', serif;
	background-color: #fff;
	color: #222;
	margin: 0;
	padding: 30px 20px;
	max-width: 900px;
	margin-inline: auto;
}

header {
text-align: center;
margin-bottom: 20px;
}

.logo {
font-size: 36px;
font-weight: bold;
line-height: 1;
letter-spacing: 2px;
}

.sub-logo {
font-size: 16px;
color: #777;
margin-top: 5px;
}

h2 {
border-bottom: 2px solid #eee;
padding-bottom: 6px;
margin-top: 50px;
font-size: 24px;
text-transform: uppercase;
color: #dd110a;
text-align:center;
}

.menu-item {
display: flex;
gap: 20px;
margin-bottom: 30px;
align-items: flex-start;
}

.menu-image {
width: 100px;
height: 100px;
object-fit: cover;
border-radius: 10px;
background-color: #f2f2f2;
}

.menu-details {
flex: 1;
}

.menu-details h3 {
margin: 0;
font-size: 18px;
color: #331a13;
}

.menu-details h4 {
margin: 4px 0;
font-weight: normal;
color: #dd110a;
}

.menu-details p {
margin: 0;
font-size: 14px;
color: #444;
margin-bottom:5px;
}