@charset "utf-8";
#box_menu_bottomSp {
    position: fixed;
    bottom: 0;
    background: var(--c_blk);
    opacity: 0.8;
    width: 100%;
    z-index: 8888;
}

#box_menu_bottomSp .menu_bottomSp {
    width: 100%;
    height: 50px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

#box_menu_bottomSp .menu_bottomSp .li--menu_bottomSp {
    width: 50%;
}

#box_menu_bottomSp .menu_bottomSp .li--menu_bottomSp a.btn__link {
    display: block;
    width: 80%;
    line-height: 32px;
    text-align: center;
    color: var(--c_white);
    border-radius: 6px;
    margin: 5px auto;
}

#box_menu_bottomSp .menu_bottomSp .li--menu_bottomSp a.btn__link:hover {
    opacity: 0.8;
}

#box_menu_bottomSp .menu_bottomSp .li--menu_bottomSp a.btn--tel {
    background-color: #f8860a;
    border: 2px solid var(--c_white);
}

#box_menu_bottomSp .menu_bottomSp .li--menu_bottomSp a.btn--map {
    background-color: #003056;
    border: 2px solid var(--c_white);
}

#box_menu_bottomSp .menu_bottomSp .li--menu_bottomSp .icon {
    display: inline-block;
    line-height: 36px;
}