@charset "UTF-8";

/*******************************
販売代理店一覧
 *******************************/
.shop-list {
    width: 90%;
    max-width: 1000px;
    margin: 30px auto;
}

.shop-list__text {
    font-size: 1.5rem;
}

.shop-list__table, .shop-list__tbody, .shop-list__row, .shop-list__cell {
    display: block;
}

.shop-list__table {
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #545454;
}

.shop-list__thead {
    display: none;
}

.shop-list__row {
    padding: 15px 0;
    border-bottom: 1px solid #545454;
}

.shop-list__cell.-company {
    font-weight: 500;
    font-size: 1.8rem;
    text-align: left;
}

.shop-list__link {
    color: #00a7eb;
    font-size: 1.5rem;
}

/* 600px〜959px：タブレット
------------------------------ */
@media screen and (min-width:600px) {
    .shop-list {
        margin: 50px auto;
    }

    .shop-list__text {
        font-size: 2rem;
        text-align: center;
    }

    .shop-list__table {
        display: table;
        margin-top: 50px;
        border-top: none;
        line-height: 1.3;
    }
    .shop-list__thead {
        display: table-header-group;
    }
    .shop-list__tbody {
        display: table-row-group;
    }
    .shop-list__row {
        display: table-row;
    }
    .shop-list__cell {
        display: table-cell;
    }

    .shop-list__header {
        padding: 5px 15px;
        background: #545454;
        color: #fff;
        font-size: 1.8rem;
        text-align: left;
    }

    .shop-list__row {
        padding: 0;
    }
    .shop-list__cell.-company {
        padding: 15px;
    }

    .shop-list__cell.-website {
        padding: 15px;
    }

    .shop-list__cell.-location {
        padding: 15px;
    }
}

/* 960px〜1279px：小型PC
------------------------------ */
@media screen and (min-width:960px) {
    .shop-list__cell.-company {
        padding: 30px 15px;
        font-size: 2rem;
    }

    .shop-list__cell.-website {
        padding: 30px 15px;
    }
    .shop-list__link {
        font-size: 1.8rem;
    }
    .shop-list__cell.-location {
        padding: 30px 15px;
        font-size: 1.5rem;
    }
}
