/* @media screen and (min-width: 900px),print { */
body {
    background-image: url(/img/facility/4c753936-9126-4d34-a10c-85a93ab2343f/menu/top.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

div#menu-title {
    background: #5A200D;
}

div#tap {
    background-color: #5A200D;
    line-height: 1.0em;
    padding: 10px;
}

/* } */


/*
@media screen and (max-width: 899px) {
body {
    background-image: url(/img/facility/4c753936-9126-4d34-a10c-85a93ab2343f/menu/top.jpg);
    background-color: #7294d3;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
  }

div#tap {
    background-color: #3B3B3B;
  }
}
*/
