.hote01-template-01 .top_block {
    display: flex;
    margin-right: 0;
    z-index: 5;
    transition: all .3s ease;
    position: absolute;
    right: 50px;
    margin-top: 0;
    height: 100%;
    top: 20px;
}

.hote01-template-01 .link {
    font-size: 16px;
    color: #fff;
    padding: 0 72px;
    margin: 0;
    position: relative;
    transition: all .5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    transition: all .3s ease;
}

.hote01-template-01 .common_lang {
    color: white;
    font-size: 18px;
    display: block;
    line-height: 18px;
    position: relative;
    margin-top: 18px;
    margin-right: 18px;
}

.hote01-template-01 .common_lang.hide {
    opacity: 0;
    pointer-events: none;
}

.hote01-template-01 .common_lang .link {
    display: inline-block;
    border-right: 1px solid white;
    padding: 0 15px;
    opacity: .5;
}

.hote01-template-01 .common_lang .link.active {
    opacity: 1;
}

.hote01-template-01 .common_lang .link:last-child {
    border-right: 0;
}

.hote01-template-01 .top_block .out_link {
    background-color: black;
    color: white;
}

.hote01-template-01 .top_block .login {
    padding: 0 27px;
}

.hote01-template-01 .top_block .login img {
    margin-right: 3px;
}

.hote01-template-01 .top_block .login span {}


/* 購物車+會員icon */

.common_cart {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    margin-left: calc(26 / 1920 * 100vw);
    margin-right: calc(26/1920*100vw);
    cursor: pointer;
}

.common_cart.hide {
    opacity: 0;
    pointer-events: none;
}

.common_cart .icon {
    width: 45px;
}

.cls-1 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 9px;
}

#Capa_1 {
    width: 45px;
    height: 45px;
    fill: #fff;
    cursor: pointer;
}

.cls-2 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 9px;
}

#Capa_2 {
    width: 45px;
    height: 45px;
    fill: #fff;
    visibility: initial;
    cursor: pointer;
}

#Capa_2.hide {
    opacity: 0;
    pointer-events: none;
}

.cls-3 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 9px;
}

#Capa_3 {
    width: 45px;
    height: 45px;
    fill: #fff;
    position: fixed;
    top: 52px;
    left: 58.5%;
    transition: top 0.5s;
    cursor: pointer;
}

.capa.down {
    top: 18px;
}

.capa2.down {
    top: 18px;
}

.common_cart .number {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    transform: translate(50%, -50%);
    width: 30px;
    height: 30px;
    background-color: #000;
    border-radius: 50%;
    font-size: 13px;
    color: #fff;
}

@media (max-width:1200px) {
    .hote01-template-01 .common_lang {
        font-size: 15px;
        margin-right: 0;
        margin-top: 17px;
    }
    .common_cart .icon {
        width: 13px;
    }
    .common_cart .number {
        transform: translate(50%, -50%) scale(0.6);
    }
}


/*pad*/

@media (max-width:1200px) {}

@media (max-width:1000px) {
    .hote01-template-01 .common_lang {
        margin-top: 0px;
    }
    .common_cart {
        width: 30px;
        height: 30px;
        position: relative;
        top: -6px;
    }
    #Capa_2 {
        width: 30px;
        height: 30px;
        fill: #fff;
        visibility: initial;
        cursor: pointer;
        position: relative;
        top: -6px;
    }
    .hote01-template-01 {
        height: 45px;
        padding: 0 0px;
    }
    .hote01-template-01 .link {
        font-size: 14px;
        padding: 20px;
    }
    .hote01-template-01 .top_block .login img {
        width: 24px;
    }
    .hote01-template-01 .top_block {
        margin-right: 0px;
        right: 5%;
        top: 30px;
    }
}


/*phone*/

@media (max-width:750px) {
    .common_cart {
        width: 30px;
        height: 30px;
    }
    #Capa_2 {
        width: 30px;
        height: 30px;
    }
    .hote01-template-01 .common_lang {
        margin-top: 0px;
    }
}

@media (max-width:700px) and (min-width: 600px) {
    .common_cart {
        width: 30px;
        height: 30px;
        top: -6px;
    }
}

@media (max-width:650px) {
    .common_cart {
        width: 30px;
        height: 30px;
        top: -3px;
        position: relative;
    }
    .hote01-template-01 .common_lang {
        font-size: 12px;
        line-height: 12px;
        margin-top: -6px;
        margin-right: 0px;
    }
    .hote01-template-01 .top_block {
        align-items: center;
        margin-right: 0px;
        top: 20px;
    }
    .hote01-template-01 .link {
        font-size: 12px;
        padding: 5px 8px;
        height: auto;
        line-height: 20px;
    }
    .hote01-template-01 .top_block .login {
        padding: 0;
        margin-right: 12px;
    }
    .hote01-template-01 .top_block .login span {
        display: none;
    }
    .hote01-template-01 .menu_link {
        width: 100%;
    }
    #Capa_2 {
        top: 0px;
    }
}

@media (max-width:365px) {}

sup {
    transform: translateY(-0.4em);
    display: inline-block;
}


/* shopmember */

.hote01-template-01.shopmember {
    position: relative;
}

.hote01-template-01.shopmember .inner-link .name {
    color: #fff;
}

.shopmember .menuhide .hide {
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 1000px) {
    .shopmember #Capa_2 {
        width: 30px;
        height: 30px;
        fill: #000;
        visibility: initial;
        cursor: pointer;
        position: relative;
        top: -7px;
    }
    .shopmember .t-template-01__btn-shop-cart {
        width: 30px;
        height: 30px;
        fill: #000;
        visibility: initial;
        cursor: pointer;
        position: relative;
        top: -7px;
    }
    .shopmember .hote01-template-01 .lang {
        margin-top: 0;
    }
    .shopmember .hote01-template-01 .inner-link .name {
        color: #fff;
    }
}

@media (max-width: 600px) {
    .shopmember #Capa_2 {
        width: 30px;
        height: 30px;
        fill: #000;
        visibility: initial;
        cursor: pointer;
        position: relative;
        top: 0px;
    }
}