@charset "utf-8";
#bottom_floater_block {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-image: linear-gradient(180deg, rgba(8, 73, 153, 1) 49%, rgba(13, 59, 148, 1) 50%, rgba(0, 63, 140, 1));
}
#bottom_floater_block.hide {
    display: none;
}

#bottom_floater_block .bf_inner {
    position: relative;
}

#bottom_floater_block ul {
    width: calc(100% - clamp(116px, 31%, 132px));
    display: flex;
}

#bottom_floater_block .night ul li {
    width: calc(100% / 4);
}

#bottom_floater_block .night ul li.reserve {
	width: 50%;
}

#bottom_floater_block li a {
    box-sizing: border-box;
    font-weight: bold;
}

#bottom_floater_block .daytime li {
    width: 50%;
}

#bottom_floater_block .daytime li a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    min-height: 54px;
    display: block;
    height: 100%;
    border-right: 1px solid rgba(255,255,255,.25);
}

#bottom_floater_block .daytime li.reserve a {
    padding: 0;
}

#bottom_floater_block .daytime li.concierge_avatar_btn {
    width: 55%;
}

#bottom_floater_block li.concierge_avatar_btn a {
    text-align: center;
    padding: 8px 0 8px 35px;
    background: url(images/ico_floater_help.webp) no-repeat 8px center;
    background-size: 25px;
}

#bottom_floater_block .daytime li.concierge_avatar_btn a em {
    font-size: 15px;
    font-weight: bold;
    display: block;
}

#bottom_floater_block .night li a {
    padding: 35px 0 5px;
    display: block;
    background-repeat: no-repeat;
    background-position: center 7px;
    background-size: 25px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

#bottom_floater_block li.tel a {
    background-image: url(images/ico_foot_tel.png);
    background-size: 27px;
}

#bottom_floater_block li.chat a {
    background-image: url(images/ico_foot_chat.png);
}

#bottom_floater_block li.reserve a{
    display: flex;
    justify-content: center;
    position: relative;
    height: 100%;
    padding: 0;
    border-right: 1px solid rgba(255,255,255,.25);
}

#bottom_floater_block li.reserve a span{
    display: flex;
	background: url(images/ico_foot_present.webp) no-repeat left 7px center / 32px auto;
    padding: 0 0 0 42px;
    line-height: 1.2;
    min-height: 32px;
    align-items: center;
}

#bottom_floater_block li.bf_ranking_link {
    width: 45%;
}

#bottom_floater_block li.bf_ranking_link a {
    background: url(images/ico_floater_rank.svg) no-repeat left 5px center / 30px auto;
    padding: 22px 0px 0 40px;
    line-height: 1.2;
}

#bottom_floater_block .bf_avatar {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 116px;
    height: 88px;
    margin: 0;
}

#bottom_floater_block.hide .bf_avatar a {
    display: none;
}
/* AB 20250716 */
#bottom_floater_block .bottom_avatar_blk {
    position: relative;
}
#bottom_floater_block .bottom_avatar_link {
    position: absolute;
    right: 12px;
    bottom: 12px;
    margin: 0;
}
#bottom_floater_block #btm_avatar_close {
    position: absolute;
    right: 28px;
    bottom: 170px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 100px;
    background: #FFF;
    font-size: 24px;
    cursor: pointer;
}

/* 夜間フローターレイアウト */
#bottom_floater_block.overtime_block ul {
    width: auto;
}

#bottom_floater_block.overtime_block ul li a {
    font-size: 14px;
}

#bottom_floater_block.overtime_block li.reserve a {
    padding-left: 10px;
}

#bottom_floater_block.overtime_block li.bf_ranking_link a {
    padding-left: 60px;
    background-position: 20px center;
}

#bottom_floater_block.overtime_block ul .bf_ranking_link a {
    border: none;
}

/* iPad(768px)以上 */
@media screen and (min-width: 768px) {
    #bottom_floater_block .bf_inner {
        max-width: 780px;
        margin: 0 auto;
    }

    #bottom_floater_block li a {
        font-size: 16px;
        font-weight: bold;
    }

    #bottom_floater_block li.reserve a br {
        display: none;
    }

    #bottom_floater_block li.bf_ranking_link a {
        padding: 0px 40px 0 52px;
    }

    #bottom_floater_block .bf_avatar {
        width: 132px;
        height: 100px;
    }

    #bottom_floater_block .daytime li a {
        font-size: 16px;
        padding: 16px 0 0px 53px;
    }

    #bottom_floater_block .daytime li.concierge_avatar_btn a {
        text-align: left;
    }

    #bottom_floater_block .daytime li.concierge_avatar_btn a em {
        font-size: 16px;
        display: inline;
    }

    /* ABフローターレイアウト */
    #bottom_floater_block .bf_inner.daytime {
        max-width: 1480px;
    }

    /* 夜間フローターレイアウト */
    #bottom_floater_block .night li a span {
        font-size: 16px;
    }

    #bottom_floater_block.overtime_block ul li.reserve a {
        padding-right: 40px;
    }

    #bottom_floater_block.overtime_block ul .bf_ranking_link a {
        padding-left: 52px;
        background-position: 7px center;
    }
}