#top #header_block {
  height: 110px;
  overflow: hidden;
}

.content {
  max-width: var(--main-max-width);
  margin: 0 auto;
  padding: 24px 0;
}

.content br {
  display: none;
}

.slider {
  margin: 0 auto;
}

.slider_container {
  background-color: #52433d;
  position: relative;
  max-height: 800px;
  overflow: hidden;
}

.slider_title {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}

.slider_title_text {
  font-size: 40px;
  text-shadow: 0 0 4px #333;
  font-family: 'Noto Serif JP', serif;
  color: #fff;
  letter-spacing: 0.2em
}

.lead_title {
  font-size: 26px;
  font-family: 'Noto Serif JP', serif;
}

.lead_paragraph {
  margin-top: 12px;
  font-size: 14px;
  font-weight: normal;
}

.photo img {
  display: block;
}

.main_contents {
  max-width: var(--main-max-width);
  margin: 24px auto 0;
}

.main_content {
  display: flex;
}

.main_content_image {
  width: 390px;
}

.main_text {
 padding: 16px 24px
}

.main_text_title {
  font-size: 22px;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.8;
  margin-bottom: 8px;
}

.main_text_paragraph {
  font-size: 13px;
}

.infobox  {
  display: inline-flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 24px;
}

.infobox .related {
  float: none;
  margin: 0;
  display: inline-block;
  font-size: 12px;
  line-height: 2;
  padding: 3px 10px 3px 22px;
  border-radius: 3px;
  background: url(../images/icon_arrow_recipe.png) no-repeat 10px 50%;
  background-color: #52433d;
  text-align: left;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 1000px) {
  .content {
    padding: 16px;
  }

  .main_content {
    display: block;
  }

  .main_content_image {
    width: 100%;
  }

  .slider_title_text {
    font-size: 24px;
  }

  .infobox {
    margin-top: 16px;
  }

  .main_text {
    padding-bottom: 24px;
  }

  .content br {
    display: inline;
  }
}
