@charset "UTF-8";

.menu-list .MenuGen{
  font-weight: 500;
  color: #006934;
  font-size: 1.4rem;
  line-height: 1.7rem;
  }

.menu-list .MenuNotice{
  font-weight: 500;
  color: #006934;
  font-size: 1.4rem;
  line-height: 1.7rem;
  margin: 2rem auto 4rem auto;
  text-align: center;
  }

.menu-list .MenuDrink{
  width: 100%;
  }

.MenuBtnWrap{
  text-align:center;
}

.MenuBtn{
  width:70%;
  display:black;
  text-decoration:none;
  outline:1px solid #FFFFFF;
  outline-offset : -5px;
  background:#006934;
  margin:2rem auto;
  padding:2rem;
  font-size:1.7rem;
  color:#fff;
 }
