.cuisineContents {
  padding: 0 0 15.625%;
}

.cuisineContents__heading {
  color: #5a5000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .06em;
  text-align: center;
  padding: 14.0625% 0;
}

.cuisineContents__note {
  padding: 7.8125% 15.625% 0;
  font-size: 10px;
  font-weight: 400;
}

.cuisineContents__note li {
  text-indent: -1em;
  margin: 0 0 0 1em;
}

.cuisine {
  padding: 0 10% 4.6875%;
}

.cuisine__item {
	width: 100%;
  /*padding: 15.90909% 0 11.36364%;*/
}

.cuisine__item:not(:last-child) {
  border-bottom: 1px solid #f0eeeb;
}

.cuisine__price {
  color: #5a5000;
  font-size: 18px;
  letter-spacing: .06em;
  text-align: center;
  margin: 0 0 5.68182%;
}

.cuisine__name {
  background: #f0eeeb;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.75;
  text-align: center;
  margin: 0 0 5.68182%;
  padding: 5.68182%;
}

.cuisine__desc {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.625;
}

.drinktitle {
	background: none!important;
	margin-top: 100px;
}

.drink_list {
	width: 85%;
	max-width: 1100px;
	margin: 0 auto 50px;
	display: flex;
	flex-direction: column;
}

.drink_class{
	color: #5a5000;
	font-size: 18px;
}

.drink_name, .drink_privce{
	line-height: 40px;
}
.drink_list_left, .drink_list_right {
	width: 100%;
}
.drink_privce{
	float: right;
	clear: both;
	color: #5a5000;
}

.drink_name, .drink_privce{
	font-size: 14px;
	display: block;
}

.small{
	font-size: 0.6em;
}

@media screen and (min-width: 480px) {
  .cuisineContents {
    padding: 100px 0 0;
  }
  .cuisineContents__heading {
    padding: 50px 0 30px;
    background: #fff;
    font-size: 28px;
  }
  .cuisineContents__note {
    width: 84.375%;
    max-width: 1080px;
    margin: auto;
    padding: 35px 0 0;
    font-size: 12px;
  }
  .cuisine {
    padding: 0 0 45px;
  }
	
.cuisine {
  background: #fff;
  padding: 0 15.625% 4.6875%;
}
	
.drink_list_left, .drink_list_right {
	width: 40%;
}
.drink_list_right {
	float: right;
	clear: both;
}
.drink_list {
	width: 85%;
	max-width: 1100px;
	margin: 0 auto 50px;
	display: flex;
	flex-direction: unset;
	justify-content: space-between;
}
.drink_name, .drink_privce{
	font-size: 14px;
	display: inline;
}
  .cuisine__list {
    width: 89.0625%;
    max-width: 1140px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cuisine__item {
    padding: 1.75439% 2.63158% 0;
  }
  .cuisine__item:not(:last-child) {
    border-right: 1px solid #f0eeeb;
    border-bottom: none;
  }
  .cuisine__price {
    font-size: 30px;
    margin: 0 0 15px;
  }
  .cuisine__name {
    font-size: 14px;
    margin: 0 0 20px;
    padding: 20px 10px;
  }
  .cuisine__desc {
    font-size: 14px;
  }
}

/*# sourceMappingURL=cuisine.css.map */
