@charset "utf-8";

body {
  background-image: url("../image/background.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  
}

.table { 
  background-color: transparent;
}

.key-color {
  background: #2F211E;
  color: white;
}

.hamburger-bg {
  background-color: #2F211E;
}

.hamburger-offcanvas-bg {
  opacity: 0.9;
}

.access-btn-bgcolor {
  background-color: #2F211E;
}

.access-btn-tx {
  color: #FFFCF4;
  text-decoration :none;
}

.reserve-btn-bgcolor {
  background-color: #B80115;
}

.reserve-btn-tx {
  color: #FFFCF4;
  text-decoration: none;
}