@charset utf8;

/* Add Hida/Toulouse logo */
.site-logo .logo--hida {
    width: 237px;
    background-image: url(../img-svg/logos/fabcafe-hida-logo.png);
}
.site-logo .logo--toulouse {
    width: 297px;
    background-image: url(../img-svg/logos/fabcafe-toulouse-logo.png);
}

/* Branch list */
.branch-items {
    position: relative;
    height: 360px;
}
.branch-item--global {
    top: 30px;
    left: 27%;
}
.branch-item--taipei {
    top: 135px;
    left: 53%;
}
.branch-item--tokyo {
    top: 75px;
    left: 71.84%;
}
.branch-item--barcelona {
    top: 155px;
    left: 11.4%;
}
.branch-item--bangkok {
    top: 250px;
    left: 50%;
}
.branch-item--hida {
    top: 0;
    left: 53%;
}
.branch-item--toulouse {
    top: 230px;
    left: 22%;
}
.branch-item--hida .text {
    margin: -9px 0 0;
    padding: 16px 0 0 7px;
    background-image: url(../img/common/ico-flag-japanese.png);
    background-position: center top;
}
.branch-item--toulouse .text {
    margin: -15px 0 0 -35px;
    padding: 16px 0 0 7px;
    background-image: url(../img/common/ico-flag-france.png);
    background-position: center top;
}

@media (min-width: 481px) {
    .branch-item--barcelona {
        top: 120px;
        left: 10%;
    }
    .branch-item--global {
        top: 0;
        left: 21%;
    }
    .branch-item--toulouse {
        top: 120px;
        left: 33%;
    }
    .branch-item--bangkok {
        top: 0;
        left: 45%;
    }
    .branch-item--taipei {
        top: 120px;
        left: 56%;
    }
    .branch-item--hida {
        top: 0;
        left: 69%;
    }
    .branch-item--tokyo {
        top: 120px;
        left: 80%;
    }
    
    .branch-item--global .text {
        margin: -80px 0 0 110px;
    }
    .branch-item--hida .text {
        margin: -90px 0 0 92px;
        padding: 0 0 0 35px;
        background-position: left;
    }
    .branch-item--toulouse .text {
        margin: -90px 0 0 92px;
        padding: 0 0 0 35px;
        background-position: left;
    }
    
    .branch-items {
        width: 960px;
        height: 300px;
        margin: 0 auto;
        text-align: left;
    }
    .branch-item .img img {
        width: 105px;
    }
    .branch-item .area {
        font-size: 1.2rem;
    }
    .branch-item .lang {
        font-size: 1.0rem;
        font-weight: 100;
    }
}

@media (max-width: 768px) and (min-width: 481px) {
    .branch-items {
        width: auto;
        height: 230px;
        margin: 0;
    }
    .branch-item .img img {
        width: 73px;
    }
    .branch-item .area {
        font-size: 1rem;
    }
    .branch-item .lang {
        font-size: .8125rem;
        font-weight: 100;
    }
    .branch-item--global {
        top: 0;
        left: 22%;
    }
    .branch-item--taipei {
        top: 100px;
        left: 56%;
    }
    .branch-item--tokyo {
        top: 100px;
        left: 78%;
    }
    .branch-item--barcelona {
        top: 100px;
        left: 10%;
    }
    .branch-item--bangkok {
        top: 0px;
        left: 45%;
    }
    .branch-item--hida {
        top: 0;
        left: 68%;
    }
    .branch-item--toulouse {
        top: 100px;
        left: 35%;
    }
    .branch-item--global .text {
        margin: -50px 0 0 80px;
    }
    .branch-item--taipei .text {
        margin: -45px 0 0 52px;
        padding: 0 0 0 35px;
        background-position: left bottom;
    }
    .branch-item--tokyo .text {
        margin: -20px 0 0 40px;
        padding: 10px 0 0 30px;
    }
    .branch-item--barcelona .text {
        margin: -15px 0 0 35px;
        padding: 0 0 0 35px;
    }
    .branch-item--bangkok .text {
        margin: -75px 0 0 50px;
        padding: 0 0 0 35px;
    }
    .branch-item--hida .text {
        margin: -45px 0 0 52px;
        padding: 0 0 0 35px;
        background-position: left bottom;
    }
    .branch-item--toulouse .text {
        margin: -15px 0 0 35px;
        padding: 0 0 0 35px;
    }
}

/* branch blog list */
.branch .hida {
    background-image: url(../img/common/ico-flag-japanese.png);
}
.branch .toulouse {
    background-image: url(../img/common/ico-flag-france.png);
}

/* branch top mainvisual */
.branch-event .visual.no-pickup {
    max-height: 500px;
    overflow: hidden;
    margin-bottom: 30px;
}
@media (min-width: 769px) {
    .branch-event .visual.no-pickup {
        margin-bottom: 50px;
    }
}

/* food menu */
.fab-contents section.menu-section {
    width: 960px;
}
