/* PC/SP共通 */
ul.fbr {
    position: fixed;
    bottom: 150px;
    right: 0px;
    z-index: 10;
    background-color: rgba(217, 176, 115, 0.0);
    border-radius: 8px 0px 0px 8px;
    -webkit-border-radius: 8px 0px 0px 8px;
    -moz-border-radius: 8px 0px 0px 8px;
}
ul.fbr li{
    margin: 10px 0px;
}
ul.fbr li a {
    display: block;
    font-size: 13px;
    line-height: 1.2;
    color: #FFF;
    width: 70px;
    text-align: center;
    text-decoration: none;
    padding:15px 2px;
    border-radius:5px 0px 0 5px;
    -webkit-border-radius:5px 0px 0 5px;
    -moz-border-radius:5px 0px 0 5px;
    /*border: #fff 1px solid;*/
}
ul.fbr li a:hover {
    /*background-color:rgba(255,255,255,0.8);*/
    /*opacity: 0.8;*/
}
ul.fbr li.color-1 a {background: #ff9800;}
ul.fbr li.color-2 a {background: #00bcd4;}
ul.fbr li.color-3 a {background: #185869;}
ul.fbr li.color-4 a {background: #4caf50;}
ul.fbr li.color-5 a {background: #c7679d;}
ul.fbr li a i{
    font-size: 35px;
    line-height: 1.0;
    padding: 0 0 5px;
}
ul.fbr li a p {
    display: block;
}

/* SP共通 */
.fbr-sp{
    display: none;
}

@media screen and (max-width:1280px) {
    .fbr-pc{
        display: none !important;
    }
    .fbr-sp{
        display: block;
    }
    ul.fbr li {
        width:25%;
        margin:0;
    }
    ul.fbr li a {
        height: 64px;
        font-size: 12px;
        line-height: 1.2;
        padding: 5px;
        text-align: center;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 10px 10px 0 0;
    }
    ul.fbr li a:hover {
        /*background-color:rgba(255,255,255,0.8);*/
        opacity: 0.8;
    }
    ul.fbr li a i{
        font-size: 22px;
        padding: 8px 5px 5px 5px;
    }
    ul.fbr {
        /*background: #fff;
        border-top: #fff 1px solid;*/
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        justify-content: center;
        top: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        padding: 0px;
        bottom: 0px;
        flex-direction: row;
        align-content: space-between;
        align-items: stretch;
    }

    .catch{
        position: fixed;
        bottom: 65px;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.2;
        width: 100%;
        text-align: center;
        padding: 10px;
        background: #fff;
        border-top: #88abda 1px solid;
    }

    .to_top a {
        display: none !important;
    }

    footer {
        padding-bottom: 65px;
    }
    .f_boshu {
        height: 40px;
        text-align: center;
        width: 100%;
        background: #781316;
    }
    a.boshu_link {
        display: block;
        color: white;
        font-weight: bold;
        line-height: 250%;
        letter-spacing: 0.2em;
    }
    a.boshu_link::before {
        color:#ffffff;
        content: "\f138";
        font-family: FontAwesome;
        padding-right: 0.5em;
    }

}