body {
  background-color: #000;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  font-weight: 400;
}
main {
  background-color: #000;
}
.bg-wallpaper {
  background-color: #fff;
  background-image: url("../img/background.png");
}
img.top {
  width: 10%;
}
@media (max-width: 576px) {
  img.top {
    width: 20%;
  }
}
h2 {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0 0 10px;
}
p {
  font-size: 1rem;
  font-weight: 400;
}
p.top {
  font-size: .8rem;
}
.title {
  border-bottom: 1px solid #000;
  border-color: #fff;
  padding: 0 0 5px;
}
@media (min-width: 992px) {
  .bdr {
    border-top: 9px double #fff;
    border-bottom: 9px double #fff;
  } 
  .bdr-r {
    border-right: 9px double #fff;
  } 
  .bdr-l {
    border-left: 9px double #fff;
  } 
}
@media (max-width: 992px) {
  img.small {
    width: 50%;
  }
}
.text-right {
  text-align: right;
}
tr {
  border-bottom: 1px solid #fff;
}
tr.special {
  border: none;
}
th,td {
  width: 25%;
}
th.price {
  text-align: center;
}
td.price {
  text-align: right;
}
td.special {
  width: auto;
  vertical-align: text-top;
}
.googleCalendar iframe {
  width: 100%;
  height: 400px;
}
@media all and (min-width: 768px) {
  .googleCalendar iframe {
	height: 600px;
  }
}