.main section{
    margin-bottom: 40px;
}
h3 small{
    font-size: 0.9;
}
h5{
    font-size: 0.8em;
    margin-bottom: 10px;
}
dl .note{
    font-size: 1em;
}

#mainMap {
    width: 490px;
    height: 380px;
    display: block;
    position:relative;
    margin:0 auto 40px;
}
#mainMap img {
    width: 100%;
    height: auto;
    display: block;
}

#mainMap a{
    display: block;
    position: relative;
    text-decoration: none
}
#mainMap a::before{
    opacity: 0;
    display:block;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    content: "GoogleMapのページで地図を見る";
    color: #fff;
    line-height: 380px;
    font-weight: bold;
    background: rgba(40,40,40,0.5);
    transition: 0.5s;
    transition-property: opacity;
}
#mainMap a:hover::before{
    opacity: 1;
}
.columnBox{
    font-size: 0.75em;
    margin-bottom: 40px;
}
.columnBox dt{
    font-weight: bold;
}
.columnBox .note{
    font-size: 1em;
    margin-bottom: 0;
}

#parking figure{
    margin-bottom: 20px;
}
#parking dl{
    font-size: 0.75em;
    line-height: 1.8;
    margin-bottom: 20px;
}
#parking dl::after{
    content: "";
    display: block;
    clear: both;
}
#parking dt{
    float: left;
    clear: left;
}
#parking .columnBox dt{
    float: none;
}
#parking dt::after{
    content: "：";
}
#parking .columnBox dt::after{
    content: "";
}
#byRailBus figure{
    text-align: center;
    margin: 0 auto 40px;
    width: 520px;
}
#byRailBus figcaption{
    font-size: 0.75em;
    text-align: left;
}
.bus{
    font-size: 0.75em;
    margin-bottom: 20px;
}
.bus::after{
    display: block;
    clear: both;
    content: "";
}
.bus+.bus::before{
    content: "または";
    display: block;
    margin-top: -10px;
    margin-bottom: 10px;
}
.bus dt{
    float: left;
    clear: left;
    width: 7em;
    position: relative;
    background: #f5f5f5;
    padding: 0.7em 0 0.7em 0.7em;
}
.bus dt::after{
    content: "：";
    position: absolute;
    top: 0.7em;
    right: 0;
}
.bus dd{
    background: #f5f5f5;
    padding: 0.7em 0;
}
.bgBlack .bus dt,
.bgBlack .bus dd{
    background: #333;
}
.busTimetable ul::after{
    content: "";
    display: block;
    clear: both;
}
.busTimetable li{
    float: left;
}
#aroundHospital figure{
    font-size: 0.75em;
    margin-bottom: 40px;
}
#aroundHospital figure a{
    display: inline-block;
    margin-bottom: 5px;
}
#aroundHospital figure img{
    vertical-align: middle;
    margin-right: 20px;
}
