@charset "UTF-8";

.storelist__list_table th:nth-of-type(2),
.storelist__list_table th:nth-of-type(3),
.storelist__list_table th:nth-of-type(7),
.storelist__list_table th:nth-of-type(8),
.storelist__list_table th:nth-of-type(9),
.storelist__list_table th:nth-of-type(10),
.storelist__list_table th:nth-of-type(11),
.storelist__list_table th:nth-of-type(n + 14),
.storelist__list_table td:nth-of-type(2),
.storelist__list_table td:nth-of-type(3),
.storelist__list_table td:nth-of-type(7),
.storelist__list_table td:nth-of-type(8),
.storelist__list_table td:nth-of-type(9),
.storelist__list_table td:nth-of-type(10),
.storelist__list_table td:nth-of-type(11),
.storelist__list_table td:nth-of-type(n + 14),
.storelist__list_table caption {
	display: none;
}
.dataTables_wrapper {
	margin-top: -3em;
}


@media screen and (min-width: 768px) {
	.storelist__list_table th {
	font-weight: 400 !important;
	}
	.tablepress caption {
	margin-top: 10px !important;
	}

	.tablepress .sorting:hover,
	.tablepress .sorting:hover,
	.tablepress .sorting_asc,
	.tablepress .sorting_desc {
	background: #ddd !important;
	}

	.storelist__list_table thead th,
	.storelist__list_table foot th {
	background: #eee !important;
	border-right: 1px solid #fff !important;
	font-size: 16px !important;
	text-align: center;
	height: 64px;
	line-height: 64px;
	}

	.storelist__list_table td {
	background: #fff !important;
	padding: 40px 0 28px 0 !important;
	position: relative;
	text-align: center !important;
	}

	.storelist__list_table td.storelist__list_name {
	padding-right: 20px !important;
	text-align: left !important;
	}

	.storelist__list_table td.storelist__list_info {
	min-width: 450px;
	text-align: left !important;
	padding-right: 140px !important;
	}

	.storelist__list_table td.storelist__list_info .address {
	display: flex;
	}

	.storelist__list_table .address_city {
	display: none;
	}
}

@media screen and (max-width: 767px),
print {
	.storelist__list_table td:nth-of-type(5),
	.storelist__list_table td:nth-of-type(6) {
	display: none;
	}

	.storelist__list_table,
	.storelist__list_table tbody {
	display: block;
	width: 100% !important;
	}

	.storelist__list_table thead,
	.storelist__list_table tfoot {
	display: none;
	}

	.storelist__list_table tr {
	background: #eee;
	padding: 24px 22px;
	margin-bottom: 8px;
	display: block;
	}

	.storelist__list_table td {
	background: transparent !important;
	border: none !important;
	}
	.storelist__list_table .storelist__list_info p {
	margin-bottom: 0;
	}

	.storelist__list_table p:before {
	margin-right: 5px;
	}

	.storelist__list_table .storelist__list_info .btn_map {
	margin-top: 10px;
	margin-bottom: 20px;
	}

	.storelist__list_table .storelist__list_series,
	.storelist__list_table .storelist__list_service {
	padding: 0 8px;
	}
}