/*list box*/
.location-list-box {
    margin-top: 17px;
    margin-bottom: 10px;
}
.lcation-area-select {
    margin-bottom: 15px;
}

.lcation-area-select div.cs-select {
    width: 195px;
}
.lcation-area-select .cs-select .cs-placeholder,
.lcation-area-select .cs-select > span::after {
    color: #6d665f;
}



.location-list,
.location-list .location-item {
    list-style: none;
    margin: 0;
    padding: 0;
}
.location-list .location-item {
    float: left;
    margin-right: 5.5px;
    margin-left: 5.5px;
    margin-bottom: 5.5px;
}
.location-list .location-item:nth-of-type(4n+1) {
    margin-left: 0px;
}
.location-list .location-item:nth-of-type(4n+4) {
    margin-right: 0px;
}
.location-list .location-item a,
.location-list .location-item a:visited {
    width: 195px;
    height: 35px;
    text-align: center;
    display: block;
    padding: 5px;
    white-space: nowrap;
    background-color: #6A6662;
    color: #FFF;
    font-size: 1.25em;
}
.location-list .location-item.active a,
.location-list .location-item a:hover,
.location-list .location-item a:active,
.location-list .location-item a:focus {
    background-color: #44B7C8;
}


/*table box*/
.location-table-box {
    margin-bottom: 110px;
}
.location-table {
    width: 100%;
}
.location-table tr > th,
.location-table tr > td {
    color: #6d665f;
}
.location-table tr > th {
    padding: 10px 15px;
}
.location-table tr > td {
    padding: 10px 15px;
}
.location-table th:nth-of-type(1),
.location-table td:nth-of-type(1) {
    text-align: right;
    width: 75px;
}
.location-table tr > th:nth-of-type(2),
.location-table tr > td:nth-of-type(2) {
    width: 160px;
}
.location-table tr > th:nth-of-type(3),
.location-table tr > td:nth-of-type(3) {
    width: 435px;
}
.location-table tr > th:nth-of-type(4),
.location-table tr > td:nth-of-type(4) {
    width: 200px;
}
.location-table tr > th:nth-of-type(5),
.location-table tr > td:nth-of-type(5) {
    text-align: center;;
}
.location-table tr:nth-of-type(2n+1) > th,
.location-table tr:nth-of-type(2n+1) > td {
    background-color: #FFF;
}
.location-table tr:nth-of-type(2n+2) > th,
.location-table tr:nth-of-type(2n+2) > td {
    background-color: #EBEBEB;
}



.location-table-box .location-table tr > th {
    background-color: #1A74BF;
    color: #FFF;
    font-weight: normal;
}
.location-table-box .location-table tr > td .link,
.location-table-box .location-table tr > td .link:visited {
    width: 70px;
    height: 30px;
    color: #FFF;
    background-color: #9B9793;
    display: block;
    line-height: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.location-table-box .location-table tr > td .link:hover,
.location-table-box .location-table tr > td .link:active,
.location-table-box .location-table tr > td .link:focus {
    background-color: #44B7C8;
}
@media (max-width:767px) {
    .lcation-area-select div.cs-select {
        width: 100%;
        max-width: none;
        margin-right:0;
    }
    .location-list .location-item {
        width:100%;
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 5.5px;
    }
    .location-list .location-item a{
        width:100%;
    }

    .store_list {
        width: 100%;
        margin: 0;
        border-collapse: collapse;
        font-size: 16px;
        line-height: 1.5em;
    }
    .store_list tr td.name, .store_list tr td.add, .store_list tr td.tel {
        display: block;
        width: 100%;
    }
    .store_list td:first-child {
        padding: 0 3px 0 2px;
    }
    .store_list  tr td.no {
        width: 8%;
        padding-top: 20px;
        vertical-align: top;
    }
    .store_list  tr td.name {
        padding: 20px 5px 0 0;

    }
    .store_list  tr td.add {
        padding: 0 5px 0 0;
    }
    .store_list  tr td.tel {
        padding: 0 5px 20px 0;
    }
    .store_list  tr td.map {
        width: 15%;
        padding: 20px 5px 0 0;
        vertical-align: top;
    }
    .store_list td {
        height: auto;
    }
    .store_list th {
        display: none;
    }
    


}