﻿body {
    font-family: verdana,"Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
.spbody {
    display: none;
}

a {
    text-decoration: none;
    color: white;
    font-weight: 500;
    transition: 0.2s;
}

    a:visited {
        color: white;
    }

    a:hover {
        opacity: 0.5;
        transition: 1s;
    }
        a:hover .link {
            opacity: 0.5;
            transition: 0.2s;
        }
       
img {
    vertical-align: bottom; /* または vertical-align: top; */
}
.anc {
    display: block;
    padding-top: 30px;
    margin-top: -30px;
}  
.tel a{
    color:black;
}
    .tel a:visited {
        color: black;
    }
#page_top {
    position: fixed;
    bottom:100px;
    right: 20px;
}
