/*========================================================================
   cuisine layout
========================================================================*/
#cuisine #mainVisual {
  background: url(../img/cuisine/mainimg.jpg) no-repeat center/cover;
}

#lead {
  background: url(../img/cuisine/lead_bg.jpg) no-repeat center/cover;
}
#lead .txtArea {
  max-width: 600px;
  width: 90%;
  margin: 2.2em auto;
  color: #fff;
  background-color: #333340;
}
#lead .txtArea h3 {
  font-size: 2.2rem;
  text-align: left;
}
@media screen and (min-width: 576px) {
  #lead .txtArea h3 {
    font-size: 2.6rem;
    font-weight: normal;
  }
}
@media screen and (min-width: 768px) {
  #lead .txtArea h3 {
    font-size: 3rem;
  }
}

#course .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
}
#course .content > *:not(:last-child) {
  margin-bottom: 1.5em;
}
#course .content .txtArea {
  position: relative;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}
#course .content .txtArea .txt {
  width: max(280px, 80%);
  margin-left: auto;
  margin-right: auto;
}
#course .content .txtArea h3 {
  text-align: left;
  margin-left: -70px;
}
#course .content .txtArea h3 + h4 {
  font-family: "Sawarabi Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #333340;
  margin: -37px 0 37px 10px;
}
#course .content .txtArea .btn {
  margin: 1.25em auto;
}
#course .content .txtArea .subimg {
  display: none;
}
#course .content .imgArea {
  width: min(900px, 100%);
}
#course .content .deco._lb {
  bottom: 36%;
}
@media screen and (min-width: 992px) {
  #course .content {
    width: 110%;
    margin-left: -12%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #course .content .txtArea {
    width: 40%;
    margin-left: 0;
    margin-right: 0;
  }
  #course .content .imgArea {
    width: 60%;
  }
  #course .content .deco._rt {
    right: -28%;
    top: -20%;
  }
  #course .content .deco._lb {
    bottom: 66%;
  }
}
@media screen and (min-width: 992px) {
  #course .content:nth-child(2n) {
    margin-left: 0;
    margin-right: -12%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
