/***トップへ戻るボタン***/
#page-top {
display: block;
font-weight: bold;
padding: .7em;
text-align: center;
background: #fff;
/*背景色*/
    color: #666;
/*文字色*/
    transition: .3s;
}
/***マウスオーバー時***/
#page-top:hover {
background: #666;
/*背景色*/
    color: #fff;
/*文字色*/
}
/***トップへ戻るボタンここまで***/