html {
    overflow-y: scroll;
}

.leftcontents {
    float: left;
    width: 60%;
}

.rightcontents {
    float: right;
    width: 40%;
    padding-top: 80px;
}

#contents p {
    padding: 0 0 0 5px;
    line-height: 1.5em;
    font-size: 14px;
    /* font-weight: bold;*/
}

#access h2 {
    font-size: 24px;
    text-align: center;
    padding-bottom: 20px;
    font-family: 'Noto Serif JP', serif;
}

#access img {
    width: 550px;
    padding-bottom: 20px;
}

#contents .pt10 {
    font-size: 18px;
}

#contents .pl10{
     padding-left: 10px;
}

#contents .pd10{
    padding-bottom: 10px;
}

#contents .pd20{
    padding-bottom: 20px;
}


#access p {
    /*font-weight: bold;*/
    line-height: 1.5em;
    padding-left: 5px;
    text-align: left;
}

.googlemap {
    border: 2px solid #018890;
    border-radius: 5px;
    padding: 2px 5px 5px 5px;
    font-weight: bold;
    color: #018890;
}

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

    #access {
        padding: 0 5px;
        margin-top: 20px;
    }

    #access img {
        width: 100%;
    }

    .leftcontents {
        display: contents;
        max-width: 49%;
    }

    .rightcontents {
        display: contents;
        max-width: 49%;
    }

    #contents .pt10 {
        padding-left: 4px;
    }
    
    #contents .pl10{
     padding-left: 5px;
}
    
    #contents .gc{
        text-align: center;
    }
}
