@charset "UTF-8";

#wrapper{
  overflow: hidden;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, img, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

div, a{
  display: block;
}

.contents, .fv, .point, .menu, .order, .about, .foot{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contents img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  width: auto;
}

.about, .menu{
  background-color: #f5f0eb;
}

@media screen and (max-width:750px){
  .contents img{
    width: 100%;
  }
  .contents .btn{
    width: 80%;
  }
  .contents .instagram_qr{
    width: 20%;
  }
}

#floating{
  position: fixed;
  z-index: 999;
}

.munu_under{
  display: flex;
  bottom:0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 750px;
  background-color: #FFF;
}

.floating_half{
  width: 50%;
  height: auto;
  padding: 0;
}

.foot .munu_under{
  opacity: 0;
}

