html {
    scroll-padding-top: 60px;
}

body {
    padding-top: 60px;
}

.biz-udpgothic-regular {
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.biz-udpgothic-bold {
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.mochiy-pop-p-one-regular {
    font-family: "Mochiy Pop P One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.fs-85rem {
    font-size: .85rem;
}

.bg-tuyukusa {
    background-color: #007FBF !important;
}

/*.top-title {
    padding: 0em 0.5em;
    color: #494949;
    background: transparent;
    border-left: solid 5px #7db4e6;
}*/

.top-title {
    padding-bottom: 0.5em;
    text-align: center;
    position: relative;
}

.top-title::before {
    content: '';
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 2em;
    height: 5px;
    background-color: #009CD1;
}

.heading08 {
    /*font-size: 26px;*/
}

.heading08 span {
    display: flex;
    align-items: center;
    color: #498ee0;
    /*font-size: 18px;*/
    text-transform: uppercase;
    font-weight: bold;
}

.heading08 span::before {
    content: '';
    display: inline-block;
    margin-right: 20px;
    width: 40px;
    height: 1px;
    background-color: #498ee0;
}

.card-title a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#google_map {
        height: 100%;
    }

.bukken-map {
    height: 400px;
    /*width: 800px;*/
    margin: 30px;
}

table.detail {
    width: 480px;
    margin: auto;
}

table.detail td:first-child {
    width: 6rem;
}

@media (max-width: 575.98px) {
    html {
        scroll-padding-top: 400px;
    }

    body {
        padding-top: 90px;
    }

    table.detail {
        width: 100%;
    }

    table.detail td:first-child {
        width: 4rem;
    }
}