.boxContentTitle {
    border: 2px solid #0066cc;
    border-radius: 5px;
    background-color: #87cefa;
    padding: 20px;
    margin-bottom: 20px;
}

.boxColum {
    background-color: #0066cc;
    padding: 5px;
    color: #fff;
}

article {
    margin-bottom: 10px;
}

h1.columnTitle {
    font-size: 28px;
    margin: 10px auto;
    padding: 20px 0;
}

.eyecatch {
    margin: 0 10px 10px;
}

.eyecatch img {
    width: 100%;
    aspect-ratio: 1 / .6;
    object-fit: cover;
}

.eyecatch figcaption {
    text-align: right;
    margin: 5px;
}

#map {
    aspect-ratio: 1 / .7;
    margin: 0 10px 10px;
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
}

article .toDtl {
    background-color: #0066cc;
    border-radius: 10px;
    width: 50%;
    padding: 15px;
    margin: auto;
    text-align: center;
}

article .toDtl a {
    color: #fff;
}

article .toInfo {
    background-color: #0066cc;
    border-radius: 10px;
    width: 50%;
    padding: 15px;
    margin: 50px auto;
    text-align: center;
}

article .toInfo a {
    color: #fff;
}

article h2 {
    margin-top: 100px !important;
}

article h3 {
    margin-top: 50px !important;
}

figure>figcaption {
    margin-top: 5px;
    text-align: right;
    font-size: 12px;
}

.tbl_history {
    border: 1px solid #ccc;
    padding: 10px;
}

.tbl_history thead {
    background-color: #ccc;
}

.tbl_history tr {
    border-bottom: 1px solid #ccc;
}

.tbl_history tr:nth-child(even) {
    background-color: #eee;
}


.tbl_history td {
    padding: 10px;
}

.tbl_history td:nth-child(1),
    .tbl_history td:nth-child(2) {
        width: 20%;
}

.tbl2Col {
    border: 1px solid #ccc;
    table-layout: fixed;
    width: 80%;
    margin: auto;
}

.tbl2Col td {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.tbl2Col tbody tr:nth-child(even) {
    background-color: #ddd;
}

.tbl2Col td:nth-child(1){
    border-right: 1px solid #ccc;
}

.tbl2Col td:nth-child(2){
    border-right: 1px solid #ccc;
}

.tblOnsen {
    border: 1px solid #ccc;
    table-layout: fixed;
    width: 80%;
    margin: auto;
}

.tblOnsen thead {
    border-radius: 10px 10px 0 0;
    background-color: #0c0b0b;
    text-align: center;
}

.tblOnsen thead td {
    color: #fff;
}

.tblOnsen td {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.tblOnsen tbody tr:nth-child(even) {
    background-color: #ddd;
}

.tblOnsen td:nth-child(1){
    border-right: 1px solid #ccc;
}

.tblOnsen td:nth-child(2){
    border-right: 1px solid #ccc;
}

@media screen and (max-width: 480px) {

    h1.columnTitle {
        font-size: 24px;
        margin: auto;
        padding: 10px 0;
    }

    .eyecatch {
        margin: 0 0 10px;
    }

    article .page_title {
        font-size: 20px;
        padding: 20px 0;
    }
    
    article>figure  {
        padding:10px 0;
        width: 100%;
    }
    
    article>figure>img {
        width: 100%;
        max-height: 75vw;
        object-fit: cover;
    }

    .tbl2Col {
        width: 100%;
    }
    
    .tbl2Col td {
        font-size: 12px;
    }

    .tblOnsen {
        width: 100%;
    }
    
    .tblOnsen td {
        font-size: 12px;
    }
}