/**フローティングメニュー**/
.floating {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
}
.floating a {
    display: block;
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
    width:260px;
}
.floating a:hover {
    opacity: 1;
}
.floating a img{
    width:100%;
}