.access-table-calendar th{
  font-weight: bold;
  background: #cef;
}
.access-table-calendar th,
.access-table-calendar td {
  padding: 1rem;
  color: #104EA1;
  text-align: center;
}
.access-table-calendar .back-white {
  background: #fff;
}
.access-tel {
  line-height: 2rem;
  font-size: 20pt;
  color: #104EA1;
}
.access-tel:hover .icon-tel {
  background-image: url("../img/tel_blue_hover.png");
}
.g-map {
  position: relative;
  width: 100%;
  padding-top: 56.75%;
  margin: 0;
}
.g-map iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
