@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;
  }
}
.menu-title {
  color: #593c31;
  font-size: 2.8rem;
  font-weight: 800;
  padding: 80px 0 60px;
}
.menu-title.drink {
  padding-bottom: 20px;
}
.section-popular-menu {
  padding-bottom: 100px;
}
.section-popular-menu__wrapper, .section-popular-menu__wrapper-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 120px;
  position: relative;
}
.section-popular-menu__wrapper.margin-bottom-0 {
  margin-bottom: 0;
}
.section-popular-menu__wrapper:before {
  content: "";
  width: 80vw;
  height: 100%;
  background-color: #F8DBBA;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.section-popular-menu__wrapper-right:before {
  content: "";
  width: 80vw;
  height: 100%;
  background-color: #F8DBBA;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.section-popular-menu__wrapper h4, .section-popular-menu__wrapper-right h4 {
  max-width: 500px;
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 0 auto 40px;
  position: relative;
  padding: 1.5rem 2rem 1.5rem 160px;
  border-bottom: 3px solid #593C31;
}
.section-popular-menu__wrapper h4 span, .section-popular-menu__wrapper-right h4 span {
  font-family: 'Roboto', sans-serif;
  font-size: 100px;
  font-size: 10rem;
  position: absolute;
  bottom: -2.8rem;
  left: 0;
  color: #F8DBBA;
  -webkit-text-stroke: 2px #593C31;
  text-stroke: 2px #593C31;
}
.section-popular-menu img {
  width: 740px;
  height: 450px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 20px;
  z-index: 1;
}
.section-popular-menu__wrapper p, .section-popular-menu__wrapper-right p {
  text-align: left;
  padding: 0 24px;
  z-index: 1;
}
@media (max-width: 800px) {
  .menu-title {
    font-size: 2.2rem;
  }
  .section-popular-menu img {
    width: 90vw;
    height: auto;
  }
  .section-popular-menu__wrapper h4, .section-popular-menu__wrapper-right h4 {
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 1.5rem 1rem 1.5rem 100px;
  }
  .section-popular-menu__wrapper h4 span, .section-popular-menu__wrapper-right h4 span {
    font-size: 60px;
    font-size: 6rem;
    bottom: -0.8rem;
  }
  .section-popular-menu__wrapper:before {
    width: 90vw;
  }
  .section-popular-menu__wrapper-right:before {
    width: 90vw;
  }
}
.section-recommend-menu {
  /*background: linear-gradient(#CCA375, #F9EBDC);*/
  background: rgba(204, 163, 117, 0.6);
}
.section-recommend-menu__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  max-width: 740px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.section-recommend-menu__wrapper.row-reverse {
  flex-direction: row-reverse;
  padding-bottom: 40px;
}
.section-recommend-menu__wrapper img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  object-position: center;
}
.section-recommend-menu__text {
  max-width: 300px;
  border-top: 4px double #593C31;
  padding: 30px 0 0;
}
.section-recommend-menu__text h4 {
  font-size: 1.8rem;
  border-bottom: 1px solid #593C31;
  padding-bottom: 30px;
}
.section-recommend-menu__text p {
  text-align: left;
  padding: 20px 5px;
  border-bottom: 4px double #593C31;
}
.section-recommend-menu__p {
  padding-bottom: 100px;
}
@media (max-width: 600px) {
  .section-recommend-menu__wrapper img {
    margin-bottom: 20px;
  }
}
.section-drink__discription {
  margin-bottom: 10px;
  font-size: 1.6rem;
  padding: 0 24px;
}
.section-drink__title-img {
  width: 300px;
  object-fit: cover;
  object-position: 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-drink {
  padding-bottom: 100px;
}
.section-drink__img {
  width: 280px;
  height: 280px;
  object-fit: cover;
  object-position: center;
  padding-top: 40px;
}
.section-drink__menu-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 750px;
  margin: 0 auto;
  background-color: #F8DBBA;
}
.section-drink__menu-title {
  max-width: 450px;
  text-align: left;
  font-weight: 900;
  border-bottom: solid 2px #593c31;
  margin: 0 auto 20px;
  padding-top: 40px;
}
.section-drink__menu-content {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 450px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.section-drink__menu-content-left {
  padding-right: 16px;
}
.section-drink__menu-wrapper.row-reverse {
  flex-direction: row-reverse;
  margin: 0 auto 60px;
}