@import url(ress.min.css);
body {
  padding: 50px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; }
  body.preload * {
    transition: none !important; }

#title {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-block;
  padding: 5px 20px;
  background-color: #fff;
  color: #333;
  z-index: 3;
  font-weight: normal; }
  #title.hidden {
    animation: fadeOut 1s;
    opacity: 0;
    visibility: hidden; }
  @media screen and (max-width: 400px) {
    #title {
      font-size: 16px; } }

br.sp-only {
  display: none; }
  @media screen and (max-width: 400px) {
    br.sp-only {
      display: inline; } }

#chat {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 250px;
  height: 200px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1; }
  @media screen and (max-width: 400px) {
    #chat {
      bottom: 0;
      right: auto;
      left: 0;
      width: 100%; } }
  #chat.closed {
    width: auto;
    height: auto; }
    @media screen and (max-width: 400px) {
      #chat.closed {
        bottom: 70px;
        left: auto;
        right: 20px; } }
  #chat #text {
    display: flex;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff; }
  #chat #chat-log {
    height: 140px;
    overflow: scroll; }
    #chat #chat-log .log {
      display: flex;
      margin: 5px;
      font-size: 11px;
      color: #333; }
    #chat #chat-log .date {
      margin: 0 8px 0 0;
      color: #ccc; }
    #chat #chat-log .message {
      margin: 0;
      color: #fff; }
    #chat #chat-log .hours {
      color: #ddd;
      font-size: 10px;
      text-align: center; }
  #chat #close {
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 3px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: bold; }
  #chat #open {
    width: 30px;
    height: 30px;
    background: #fff url("/images/chat.png") no-repeat center center;
    background-size: 20px; }
  #chat #message {
    flex: 1;
    vertical-align: top;
    height: 50px;
    padding: 5px;
    font-size: 12px; }
  #chat #send {
    width: 40px;
    height: 50px;
    color: #fff;
    font-size: 13px;
    font-weight: bold; }

#link-about {
  position: absolute;
  bottom: 30px;
  right: 20px;
  display: inline-block;
  padding: 5px 10px;
  z-index: 3;
  background-color: #fff;
  color: #333;
  text-decoration: none; }
  @media screen and (max-width: 400px) {
    #link-about {
      font-size: 18px; } }

#map_canvas {
  display: none; }

#pano {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#about {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 500px;
  padding: 40px 20px;
  background-color: #fff;
  opacity: 0;
  z-index: 3;
  visibility: hidden;
  transition: all ease 1s;
  overflow: scroll; }
  @media screen and (max-width: 400px) {
    #about {
      top: 20px;
      transform: translateX(-50%);
      width: 250px;
      height: 400px; } }
  #about.show {
    opacity: 1;
    visibility: visible; }
  #about #close-about {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 5px 10px;
    background-color: #333;
    color: #fff; }
  #about .by {
    text-align: right; }
  #about .patron-head {
    font-size: 14px;
    font-weight: bold;
    text-align: center; }
  #about .pay-500 {
    font-size: 14px; }
  #about .pay-1000 {
    font-size: 15px; }
  #about .pay-1500 {
    font-size: 16px; }
  #about .pay-2000 {
    font-size: 17px; }
  #about .pay-2500 {
    font-size: 18px; }
  #about .pay-3000 {
    font-size: 19px;
    font-weight: bold; }
  #about .pay-3500 {
    font-size: 20px;
    font-weight: bold; }
  #about .pay-5000 {
    font-size: 23px;
    font-weight: bold; }
  #about .pay-6500 {
    font-size: 26px;
    font-weight: bold; }
  #about .pay-6500 {
    font-size: 27px;
    font-weight: bold; }
  #about .pay-8000 {
    font-size: 29px;
    font-weight: bold; }
  #about .pay-10000 {
    font-size: 33px;
    font-weight: bold; }
  #about .pay-11000 {
    font-size: 35px;
    font-weight: bold; }
  #about .pay-21000 {
    font-size: 55px;
    font-weight: bold; }
  #about .pay-30000 {
    font-size: 73px;
    font-weight: bold; }
  #about .logo-link {
    display: block;
    width: 200px;
    margin: 40px auto 20px; }
    @media screen and (max-width: 400px) {
      #about .logo-link {
        width: 100px;
        margin: 20px auto 10px; } }
  #about .imageclub-logo {
    display: block;
    width: 100%;
    height: auto; }

@keyframes fadeOut {
  0% {
    visibility: visible;
    opacity: 1; }
  100% {
    visibility: hidden;
    opacity: 0; } }

/*# sourceMappingURL=style.css.map */