#camp > article > h3 {
    font-weight: bold;
}
#map {
    width: 100%;
    height: 500px;
}
#map .infowindow {
    background-color: #5c6ca9;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    position: absolute;
    bottom: 32px;
}
#map .infowindow p,
#map .infowindow span,
#map .infowindow strong,
#map .infowindow i {
    color: #f0f0f0;
}
#map .infowindow strong {
    padding-right: 30px;
}
#map .infowindow i {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5rem 0.625rem;
    cursor: pointer;
}
#map .infowindow span {
    float: right;
}
#camp .camp_table {
    padding-top: 3rem;
}
#camp .camp_table table {
    width: 100%;
    margin: 0 auto;
}
#camp .camp_table table th,
#camp .camp_table table td {
    text-align: center;
    padding: 1rem 0rem;
    word-break: keep-all;
}
#camp .camp_table table tr {
    border-top: 1px solid #dadada;
}
#camp .camp_table table tr:last-of-type {
    border-bottom: 1px solid #dadada;
}
#camp .camp_table table td a {
    padding: 0.5rem 1.5rem;
    border: 1px solid #ccc;
    font-weight: bold;
}
#camp .camp_table table td a:first-of-type {
    background-color: #ffE300;
    margin-bottom: 0.5rem;
}
#camp .camp_table table td a:last-of-type {
    background-color: #03C75a;
    color: #f0f0f0;
}
#camp .camp_table table td a img {
    width: 1.125rem;
}
#camp .camp_table table td a:first-of-type img {
    width: 1.5rem;
}
#camp .paginater {
    padding: 2rem 0rem;
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 767px) {
    #map {
        height: 250px;
    }
    #camp .camp_table table {
        width: 100%;
    }
    #camp .camp_table table td:first-of-type {
        width: 10%;
    }
    #camp .camp_table table td a {
        padding: 0.25rem 0.75rem;
    }
    #camp .camp_table table td a:first-of-type {
        margin-top: 1rem;
    }
}
