@charset "utf-8";
/* CSS Document */

/* all */
.footerFix_M { display: none;}
.footerFix_M span { box-sizing: content-box;}

@media screen and (max-width: 980px) {
    .follow-btn { display: none;}
    .footerFix_M {
        display: block;
        line-height: 1.5;
        background: #333333;
    }
}
/* /all */

#insertCommonFooter {
    font-family: yu-gothic-pr6n, sans-serif;
    background-color: #444;
    color: #FFF;
    text-align: center;
    padding: 50px 30px 60px;
}
#insertCommonFooter a {
    color: #FFF;
}
#insertCommonFooter address {
    font-style: normal;
}
#insertCommonFooter address .hotel-name {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}
#insertCommonFooter address p {
    font-size: 14px;
    line-height: 1.8;
}
#insertCommonFooter .about-hotel {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#insertCommonFooter .about-hotel li {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    margin-inline: 11px;
    line-height: 2.5;
}
#insertCommonFooter .about-hotel li::before {
    content: "";
    display: block;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    margin-right: 6px;
}
#insertCommonFooter .reservation-dial {
    padding-top: 22px;
}
#insertCommonFooter .reservation-dial p {
    font-size: 15px;
    line-height: 1.4;
}
#insertCommonFooter .reservation-dial p span {
    font-size: 18px;
}
#insertCommonFooter .reservation-dial p.annotation {
    font-size: 11px;
}
#insertCommonFooter .wrapper_btn {
    padding-block: 37px 32px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}
#insertCommonFooter .wrapper_btn .btn_footer {
    width: 190px;
    height: 32px;
    background-color: #FFF;
    border: solid 1px #000000;
    border-radius: 100vmax;
    font-size: 14px;
    color: #222;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-inline: 8px;
}
#insertCommonFooter .wrapper_btn .btn_footer::before {
    content: "";
    display: block;
    width: 6%;
    height: auto;
    padding-block: 2.9%;
    margin-left: 8.5%;
    background-image: url(../img/icon_vector_member-hotel01.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}
#insertCommonFooter .wrapper_btn .btn_footer span {
    width: 78%;
    text-align: center;
}

#insertCommonFooter .about-company {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 34px;
    flex-wrap: wrap;
}
#insertCommonFooter .about-company li {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
    color: #dadada;
    margin-inline: 6px;
}
#insertCommonFooter .about-company li::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: #FFF solid 1px;
    border-right: #FFF solid 1px;
    transform: rotate(45deg);
    margin-right: 8px;
}
#insertCommonFooter .lf-logo {
    width: 112px;
    height: 14px;
    margin-inline: auto;
    padding-bottom: 54px;
}
#insertCommonFooter .sns {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
}
#insertCommonFooter .sns li {
    width: 25px;
    height: 25px;
    margin-inline: 11px;
}
#insertCommonFooter .copyright {
    font-size: 12px;
    text-align: center;
}
@media screen and (max-width: 700px) {
    #insertCommonFooter {
        padding: 11.2% 0 28%;
    }
    #insertCommonFooter address {
        padding-bottom: 2%;
    }
    #insertCommonFooter address .hotel-name {
        font-size: 3.7334vw;
    }
    #insertCommonFooter address p {
        font-size: 3.2vw;
        line-height: 2;
    }
    #insertCommonFooter .about-hotel li {
        font-size: 3.2vw;
        white-space: nowrap;
        margin-inline: 2.6vw;
    }
    #insertCommonFooter .about-hotel li::before {
        width: 1.2vw;
        height: auto;
        padding-block: 0.72vw;
        margin-right: 1.4vw;
        flex-shrink: 0;
    }
    #insertCommonFooter .reservation-dial {
        padding-top: 4.7%;
    }
    #insertCommonFooter .reservation-dial p {
        font-size: 3.4667vw;
        line-height: 1.5;
    }
    #insertCommonFooter .reservation-dial p span {
        font-size: 4.2667vw;
    }
    #insertCommonFooter .reservation-dial p.annotation {
        font-size: 2.6667vw;
        line-height: 2.6;
    }
    #insertCommonFooter .wrapper_btn {
        padding: 6.8% 5.4% 5.7%;
        justify-content: space-between;
    }
    #insertCommonFooter .wrapper_btn .btn_footer {
        font-size: 3.2vw;
        width: 42.9334vw;
        height: auto;
        padding-block: 1%;
        margin-inline: 0;
    }
    #insertCommonFooter .about-company {
        padding-bottom: 6%;
    }
    #insertCommonFooter .about-company li {
        font-size: 2.6667vw;
    }
    #insertCommonFooter .about-company li::before {
        width: 1.2vw;
        height: auto;
        padding-block: 0.72vw;
        margin-right: 2vw;
    }
    #insertCommonFooter .lf-logo {
        width: 25.1894vw;
        height: auto;
        padding-bottom: 6.5%;
    }
    #insertCommonFooter .sns {
        padding-bottom: 10%;
    }
    #insertCommonFooter .sns li {
        width: 5.8vw;
        height: auto;
        margin-inline: 4.2vw;
    }
    #insertCommonFooter .copyright {
        font-size: 2.6667vw;
    }
}
/* ページトップへ戻るボタン */
#pagetop {
    display: block;
    width: 52px;
    height: 52px;
    padding-top: 9px;
    border-radius: 50%;
    background-color: #222222;
    position: fixed;
    bottom: 70px;
    right: 100px;
    z-index: 10;
}
#pagetop a {
    color: #FFF;
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
}
#pagetop a::before {
    content: "";
    display: block;
    width: 18%;
    margin-inline: auto;
    height: auto;
    padding-block: 10%;
    background-image: url(../img/icon_vector_pagetop.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

@media screen and (max-width: 980px) {
    #pagetop {
        bottom: 70px;
        right: 30px;
    }
}
@media screen and (max-width: 700px) {
    #pagetop {
        bottom: 55px;
        right: 15px;
    }
}
/* /ページトップへ戻るボタン */