.kv {
  width: 100%;
  height: auto;
  position: relative;
  overflow-x: hidden;
}
.kv picture {
  width: 100%;
  height: 100%;
}
.kv img {
  width: 100%;
  height: auto;
}
.kv__msg {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 600;
  text-shadow: 0 0 6px #663c08;
}
@media screen and (max-width: 768px) {
  .kv__msg {
    width: 100%;
    font-size: 22px;
  }
}

.meat {
  margin: 120px 0;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .meat {
    margin: 80px 0;
  }
}
.meat__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.meat__2column {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .meat__2column {
    display: block;
  }
}
.meat__2column--left {
  width: 40%;
  margin-left: 10%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .meat__2column--left {
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }
}
.meat__2column--left img {
  width: 100%;
  min-width: 300px;
  margin-right: 40px;
  margin-left: auto;
  height: auto;
  display: block;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .meat__2column--left img {
    margin-right: 0;
    margin-left: 20px;
  }
}
.meat__2column--left::after {
  content: "";
  display: block;
  background-color: #fbdfaf;
  border-radius: 50%;
  width: 350px;
  height: 350px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .meat__2column--left::after {
    width: 300px;
    height: 300px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.meat__2column--right {
  width: 60%;
  padding: 0 40px 0 0;
}
@media screen and (max-width: 768px) {
  .meat__2column--right {
    width: 100%;
    padding-right: 0;
  }
}
.meat__2column--right p:first-child {
  padding-bottom: 20px;
}

#popular {
  padding-bottom: 60px;
  margin-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #popular {
    margin-bottom: 60px;
  }
}
#popular::after {
  content: "";
  position: absolute;
  background-image: url(../img/bg-y.jpg);
  width: 100%;
  height: 65%;
  display: block;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #popular::after {
    height: 80%;
  }
}

.popular {
  padding: 0 15px;
}
.popular__2column {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .popular__2column {
    display: block;
  }
}
.popular__2column--left {
  width: 40%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .popular__2column--left {
    width: 100%;
    margin-bottom: 40px;
  }
}
.popular__2column--left img {
  width: 50%;
  height: auto;
  display: block;
  z-index: 1;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .popular__2column--left img {
    width: 80%;
  }
}
.popular__2column--left--name {
  text-align: center;
  font-size: 20px;
  color: #663c08;
  font-weight: 700;
}
.popular__2column--left--price {
  text-align: center;
}
.popular__2column--right {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .popular__2column--right {
    width: 100%;
  }
}
.popular__2column--right img {
  width: 50%;
  height: auto;
  display: block;
  z-index: 1;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .popular__2column--right img {
    width: 80%;
  }
}
.popular__2column--right--name {
  text-align: center;
  font-size: 20px;
  color: #663c08;
  font-weight: 700;
}
.popular__2column--right--price {
  text-align: center;
}

.shop {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .shop {
    margin-bottom: 60px;
  }
}
.shop__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.shop__2column {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .shop__2column {
    display: block;
    margin-bottom: 40px;
  }
}
.shop__2column--left {
  width: 40%;
  position: relative;
  margin-left: 10%;
}
@media screen and (max-width: 768px) {
  .shop__2column--left {
    width: 100%;
    margin-left: 10px;
  }
}
.shop__2column--left h3 {
  font-size: 24px;
  color: #663c08;
  font-weight: 700;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .shop__2column--left h3 {
    margin-bottom: 5px;
  }
}
.shop__2column--left_address {
  font-style: normal;
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .shop__2column--left_address {
    display: inline-block;
    font-size: 16px;
    margin-right: 14px;
    vertical-align: middle;
  }
}
.shop__2column--left_map {
  color: #663c08;
  font-size: 14px;
  border: 2px solid #663c08;
  border-radius: 2px;
  padding: 4px 15px;
  margin-bottom: 25px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .shop__2column--left_map {
    padding: 0 8px;
    font-size: 13px;
    margin-bottom: 14px;
  }
}
.shop__2column--left_map:hover {
  opacity: 0.6;
}
.shop__2column--left_phone {
  font-size: 15px;
}
.shop__2column--left_hour {
  font-size: 15px;
}
.shop__2column--left_rh {
  font-size: 15px;
}
.shop__2column--right {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .shop__2column--right {
    width: 100%;
    margin-bottom: 20px;
  }
}
.shop__2column--right img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.shop__add-info {
  display: flex;
  background-color: #f5f2e2;
  padding: 30px 0;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .shop__add-info {
    display: block;
    padding: 30px 20px;
  }
}
.shop__add-info--calender {
  width: 50%;
  border-right: 1px solid #c2bfb2;
  padding: 30px 60px 10px;
}
@media screen and (max-width: 768px) {
  .shop__add-info--calender {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #c2bfb2;
    padding: 0 0 30px;
  }
}
.shop__add-info--calender h3 {
  color: #663c08;
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .shop__add-info--calender h3 {
    margin-bottom: 20px;
  }
}
.shop__add-info--calender p {
  margin-bottom: 20px;
}
.shop__add-info--payment {
  width: 50%;
  padding: 30px 60px 10px;
}
@media screen and (max-width: 768px) {
  .shop__add-info--payment {
    width: 100%;
    padding: 30px 0;
  }
}
.shop__add-info--payment h3 {
  color: #663c08;
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .shop__add-info--payment h3 {
    margin-bottom: 20px;
  }
}
.shop__add-info--payment p {
  margin-bottom: 20px;
}

#cal-img,
#pay-img {
  display: none;
}

.news {
  background-image: url(../img/bg-y.jpg);
  background-size: 100%;
  background-repeat: repeat-y;
  padding: 80px 15px;
}
.news__inner {
  width: 100%;
  max-width: 800px;
  padding: 0 15px;
  margin: 0 auto;
}
.news__list {
  padding-top: 60px;
  margin-bottom: 50px;
}
.news__list li {
  padding: 18px 8px;
  border-bottom: 1px dotted #663c08;
}
.news__list--item {
  display: flex;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .news__list--item {
    display: block;
  }
}
.news__list--item:hover {
  opacity: 0.7;
}
.news__list--time {
  width: 20%;
  color: #663c08;
}
@media screen and (max-width: 768px) {
  .news__list--time {
    width: 100%;
    margin-bottom: 8px;
  }
}
.news__list--label {
  width: 10%;
  background-color: #663c08;
  border-radius: 30px;
  color: #f5f2e2;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .news__list--label {
    width: 30%;
    margin-bottom: 14px;
  }
}
.news__list--text {
  width: 70%;
  padding-left: 20px;
  color: #663c08;
}
@media screen and (max-width: 768px) {
  .news__list--text {
    width: 100%;
    padding-left: 0;
  }
}/*# sourceMappingURL=style.css.map */