body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.6;
  background-color: #fff8e9;
  color: #444;
}

main {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

header {
  background-color: #e8d7b3;
  padding: 20px 0;
  width: 100%;
  overflow: hidden;
}

.header-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.logo {
  font-size: 24px;
  margin: 0;
  color: #333;
}

h1 {
  font-size: 32px;
  margin: 0;
  text-align: left;
}

h2 {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 5px;
}

/* 段落 */
p {
  margin-bottom: 5px;
}

/* 画像 */
img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
}

/* 材料・手順のリスト */
ul{
  padding-left: 20px;
  margin-bottom: 20px;
}

li {
  margin-right: 20px;
}


.hero{
  font-size: 20px;
    line-height: 1.2;
}

.main-image {
  text-align: center;
  margin-bottom: 30px;
}

.caption {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}
.category{
  display:flex
}

.category li {
  background-color: #ffda7f;
  border-radius: 12px;
  padding: 4px 12px;
  margin-right: 10px;
  font-size: 14px;
  list-style: none;
}

.image-left {
 float: left;
 width: 300px; 
 margin: 30px 15px; 
 }
 
 .image-left img {
 width: 100%; 
 height: 100%; 
 }

.recipe-description{
  clear: both;
}

.step {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.step img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}

.step p {
  font-size: 16px;
  line-height: 1;
}


/* フッター */
footer {
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-top: 60px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}

