@charset "UTF-8";


.fixBtn{
    position: fixed;
    right: 20px;
    bottom: 110px;
    text-align: center;
    z-index: 3000;
    display: none;
}
.fixBtn a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    background: #1b90ef;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.4;
    width: 75px;
    height: 75px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
.fixBtn a img{display: block;margin: 0 auto 3px;}
.fixBtn a.ryokou img{width: 16px;}
.fixBtn a.shisetsu img{width: 20px;}

.pagetop{
    width: 75px;
    height: 75px;
}

@media only screen and (max-width: 767px) {
    .fixBtn{
        right: 0;
        bottom: 75px;
    }
    .fixBtn a.shisetsu{
        display: none;
    }
    .pagetop{
        display: none;
        visibility: hidden;
    }
}