body {
  background-color: #cbf8f128 !important;
}

/*----- テーブル -----*/
.container h2 {
    border-bottom: 2px solid rgba(30, 115, 190, 0.28);
    padding-bottom: 10px;
}

.middle-section th {
    font-weight: bold;
    text-align: center;
}

.history-section th {
    text-align: center;
    vertical-align: middle !important;
}

/*----- アクセス -----*/
.googlemap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.googlemap iframe, .googlemap object, .googlemap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}