@media all and (max-width:850px) {
  .flex-row.nav {
    position: absolute;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 300px;
    height: 100vh;
    background-color: #000;
    z-index: 200000;
    padding: 50px 20px;
    ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header-menu {
    width: 100%;
  }
  .header-menu li {
    float: none;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  #openmenu, #closemenu {
    display: inline-block;
  }
  #closemenu {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: -25px;
  }
}
@media all and (max-width: 768px) {
  #menu .header-menu-list .menu-list {
    margin-left: 0px;
  }
  h1 {
    font-size: 60px;
  }
  #about .services > div {
    width: calc(50% - 10px);
  }
  #about .about-text {
    padding-right: 0px;
  }
  #about .about-img {
    position: static;
    min-height: 800px;
  }
  #about .about-img .about-big-img {
    position: static;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  #about .about-img, #about .about-text, #menu .item-product, #book-a-table .booking-input > div, .ui-widget.ui-widget-content, .contact-content.flex-row > div {
    width: 100%;
  }
  #menu .item-product {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ui-widget.ui-widget-content {
    margin-bottom: 20px;
  }
  #gallery .gallery-item .gallery-single {
    width: 50%;
  }
  .contact-content.flex-row > div:first-child {
    margin-bottom: 40px;
  }
  #about .wrapper-count > div p:first-child span, h2 {
    font-size: 30px;
    line-height: 50px;
  }
  .header-bottom .flex-row img {
    max-width: 140px;
  }

  #menu {
    background: none !important;
  }
}
.show-pc {
  display: block;
}
.show-sp {
  display: none;
}
@media all and (max-width: 480px) {
  .show-pc {
    display: none;
  }
  .show-sp {
    display: block;
  }
  .show-sp.bg-header {
    background-size: 100% 700px;
  }
  .show-sp.bg-header h1 {
    font-size: 36px;
    line-height: 72px;
  }
  #menu .item-product .item-product-text {
    width: 100%;
    padding-left: 0px;
  }
  #menu .item-product .item-product-img {
    margin-bottom: 20px;
    display: none;
  }
  #about .services {
    position: static;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  #about .services > div, #about .about-img .about-small-img, #gallery .gallery-item .gallery-single {
    width: 100%;
  }
  #about .about-img {
    min-height: auto;
  }
  .header-top {
    display: none;
  }
  #about .about-img .about-big-img {
    display: block;
  }
  #about .about-img .about-small-img {
    position: static;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  .item-product {
    margin-bottom: 20px;
  }

  .break-sp {
    display: block;
  }
 .bg-header {
     background-position: top center;
     min-height: 500px;
}
 .bg-header .overlay.pos-ab {
     -webkit-box-pack: center;
         -ms-flex-pack: center;
             justify-content: center;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
}
}
@media all and (max-width: 320px) {
  #about .wrapper-count > div {
    width: 100%;
  }
  #about .about-img, #about .about-img {
    min-height: auto;
  }
  #menu .item-product .item-product-text {
    width: 100%;
    padding-left: 0px;
  }
  #menu .header-menu-list .menu-list ul li {
    margin: 5px;
  }
  #menu .item-product .item-product-img {
    margin-bottom: 20px;
  }
  
}