@media screen and (min-width: 768px) {

  a {
    text-decoration: none;
  }

  div.content1 {
    position: relative;
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
  }

  div.cafe-top {
    padding: 20px;
    width: 60%;
    padding-bottom: 0;
  }

  .cafe-top h1 {
    font-size: 1.8vw;
    font-weight: lighter;
    padding-bottom: 20px;
    color: #2D530C;
  }

  .cafe-top p {
    font-size: 1.15vw;
    line-height: 1.6;
  }

  div.menu-div {
    width: 100%;
    position: relative;
  }

  .menu-div h2 {
    font-size: 1.4vw;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    position: relative;
    width: 8.5%;
    color: #636161;
  }

  img.menu-leaf {
    width: 18%;
    transform: rotate(18deg);
    display: block;
    position: absolute;
    top: 3vh;
    right: 0;
  }

  div.reservation {
    display: none;
  }

  .reservation p {
    color: #fff;
    padding:20px 33px;
    text-align: center;
    font-size: 1.15vw;
  }

  div.menu-wrap {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #A9B51E;
  }

  div.menu-wrap2 {
    padding: 20px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
  }

  #nomikurabe {
    font-size: 1.3vw;
    font-weight: lighter;
    width: 7vw;
    padding-bottom: 1%;
    text-align: center;
    border-bottom: 2px solid #BBC54E;
  }

  div.menu-wrap-text {
    width: 50%;
    margin-right: 10px;
  }

  table.table-menu {
    width: 100%;
    height: 100%;
    font-size: 1.3vw;
    line-height: 1.6;
  }

  .table-menu tr {
    margin-bottom: 20px;
  }


  .table-menu td {
    width: 50%;
  }

  td.menu-td {
    text-align: right;
  }





  div.menu-wrap-img {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 10px;
  }

  div.menu-img {
    width: 48%;
  }

  .menu-img img {
    width: 100%;
    display: block;
  }

  div.margin-set1 {
    margin-bottom: 20px;
  }

  div.margin-set2 {
    margin-left: 20px;
  }

  div.menu-bottom-text {
    width: 50%;
    padding: 20px;
  }
  .menu-bottom-text p {
    font-size: 1.15vw;
    line-height: 1.6;
  }

  table.table-menu.table-menu-1 {
    height: 85.7%;
  }

  div.form {
    font-size: 1.15vw;
    line-height: 1.6;
    background-color: #fff;
    margin-bottom: 20px;
  }

  div.form-wrap {
    padding: 20px;
    display: flex;
    flex-direction: column;
    width: 65%;
    padding-bottom: 0;
  }

  .form-wrap h1 {
    font-size: 1.8vw;
    font-weight: lighter;
    color: #2D530C;
    padding: 20px;
    padding-left: 0;
    padding-top: 0;
  }





}
