@media screen and (max-width: 767px) {

  a {
    text-decoration: none;
  }

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

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

  .cafe-top h1 {
    font-size: 2.3rem;
    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: 2rem;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    position: relative;
    width: 16.5vh;
    font-weight: lighter;
  }

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

  div.reservation {
    display: none;
    background-color: #2D530C;
    position: absolute;
    top: 20px;
    right: 20px;
  }

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

  #reservation{
    font-size: 4vw !important;
    color: #fff !important;
  }

  div.sp-reservation {
    background-color: #2D530C;
    margin: 0 auto;
    display: block;
    width: 57vw;
    margin-top: 30px;
    margin-bottom: 30px;
  }

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


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

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

  #nomikurabe {
    font-weight: lighter;
    width: 15vh;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 2px solid #BBC54E;
  }

  div.menu-wrap-text {

  }

  table.table-menu {
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
    line-height: 2;
  }

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


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





  div.menu-wrap-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
  }

  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 {
    padding: 0 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;
  }





}
