@media screen and (min-width: 900px),print {
body {
    background-image: url(/img/facility/920b6947-bf6f-48bc-bd65-aec9a434b829/menu/top_640x480.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
div#tap {
    background-color: #3B3B3B;
    line-height: 1.0em;
  }
}


@media screen and (max-width: 899px) {
body {
    background-image: url(/img/facility/920b6947-bf6f-48bc-bd65-aec9a434b829/menu/top_640x480.jpg);
    background-color: #7294d3;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
  }
div#tap {
    background-color: #3B3B3B;
  }
}
