@charset "utf-8";
/* CSS Document */
.main {
  background-color: #F9EBDC;
}
.first-img {
  height: 1055px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.20);
  position: relative;
}
.first-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 555px;
  top: 500px;
  left: 0;
  background: linear-gradient(0deg, rgba(89, 60, 49, 0.9) 30%, rgba(89, 60, 49, 0) 100%);
}
.top-time {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 5.0rem;
  font-weight: 800;
  line-height: 5.0rem;
  text-align: left;
  color: #fff;
  padding: 200px 0 0 20px;
}
.top-time span {
  font-size: 2.4rem;
}
.top-text {
  width: 100%;
  position: absolute;
  bottom: 80px;
  color: #fff;
  font-size: 3.0rem;
  font-weight: 800;
  line-height: 1.5;
}
.top-text-title {
  display: inline-block;
}
.top-text-content {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 10px;
  padding: 0 24px;
}
.break:after { /**br**/
  content: "\A";
  white-space: pre;
}
.top-bg-image {
  height: 1055px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 600px) {
  .top-time {
    padding: 20px 0 0 24px;
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 3.2rem;
  }
  .top-time span {
    font-size: 2.4rem;
  }
  .top-text {
    font-size: 2.0rem;
    text-align: left;
    bottom: 20px;
  }
  .top-text-title {
    padding-left: 24px;
  }
  .break:after { /**br**/
    content: "";
  }
  .first-img {
    height: 655px;
  }
  .first-img::before {
    height: 355px;
    top: 300px;
  }
  .top-bg-image {
    height: 655px;
  }
}
.section-lunch-menu {
  padding-bottom: 100px;
}
.menu-title {
  color: #593c31;
  font-size: 2.8rem;
  font-weight: 800;
  padding: 80px 0 20px;
}
@media (max-width: 800px) {
  .menu-title {
    font-size: 2.2rem;
  }
}
.section-lunch-menu__discription {
  margin-bottom: 60px;
  font-size: 1.6rem;
  padding: 0 24px;
}
.section-lunch-menu__wapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 60px;
  font-weight: 800;
}
.section-lunch-menu__wapper img {
  width: 300px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 600px) {
  .section-lunch-menu__wapper {
    justify-content: center;
  }
}
.title-block {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 750px;
}
.title-block h4 {
  font-size: 1.8rem;
  display: inline-block;
  margin: 20px;
}
.title-block::after, .title-block::before {
  content: "";
  height: 0.5px;
  background-color: #593c31;
  flex-grow: 1;
}
@media (max-width: 530px) {
  .title-block h4 {
    font-size: 2.0rem;
    margin: 10px;
  }
}
.section--lunch-menu__dish-img__wapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 750px;
  margin: 0 auto 60px;
  padding: 40px 0 20px 0;
  background-color: #F8DBBA;
}
.section-lunch-menu__dish-img {
  width: 300px;
  height: 200px;
  object-fit: cover;
  object-position: center;
}
.section-lunch-menu__dish-img.doria {
  object-position: center;
}
.section--lunch-menu__dish-img__wapper h5 {
  margin-bottom: 20px;
}
.section-lunch-menu__drink, .section-lunch-menu__set {
  background-color: #F8DBBA;
  max-width: 750px;
  margin: 0 auto 60px;
}
.section-lunch-menu__drink p, .section-lunch-menu__set p {
  padding: 30px 24px;
}