/* ==================================================
店舗一覧
================================================== */

.stores article.wrap {
	width: 1100px;
	padding-top: 100px;
}

.stores article.wrap section {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: center;
}

.stores .sidebar {
	width: 250px;
	padding: 0 10px;
	background-color: #00a0e9;
}

.stores .sidebar .search {
	font-size: 20px;
	text-align: center;
	padding: 30px 0;
	color: #ffffff;
}
.stores .sidebar .search02 {
	font-size: 20px;
	text-align: center;
	padding: 50px 0 30px;
	color: #ffffff;
}

.stores .sidebar ul li {
	width: 190px;
	margin-left: auto;
	background-color: #ffffff;
	color: #00a0e9;
	border-radius: 10px;
	position: relative;
}
.stores .sidebar ul li span {
	font-size: 13px;
	margin-left: 5px;
}

.stores .sidebar ul li.hit:after,
.stores .sidebar ul li:hover:after {
	position: absolute;
	content: '';
	width: 27px;
	height: 31px;
	left: -35px;
	top: 50%;
	margin-top: -15px;
	background-image: url('../imgs/stores/manboo.png');
}

.stores .sidebar ul li a {
  color: #00a0e9;
  display: block;
  padding: 14px 10px;
  margin-bottom: 8px;
  font-size: 16px;
}
.stores .sidebar ul.event {
	padding-bottom: 50px;
}
.stores .sidebar ul.brand {
	padding-bottom: 30px;
}
.stores .sidebar ul.brand li {
	background-color: #cbefff;
}
.stores .sidebar ul.brand li a {
	color: #00a0e9;
	border: 2px solid #ffffff;
	border-radius: 10px;
}
.stores .sidebar ul.brand li:nth-of-type(1) {
	background-color: #e02358;
}

.stores .sidebar ul.brand li:nth-of-type(1) a {
	color: #fff;
	font-weight:900;
}
.stores .sidebar ul.brand li:nth-of-type(2) {
	background-color: #cbefff;
}

.stores .sidebar ul.brand li:nth-of-type(2) a {
	color: #00a0e9;
}
.stores .sidebar ul.brand li:nth-of-type(3) {
	background-color: #ffc9e7;
}
.stores .sidebar ul.brand li:nth-of-type(3) a {
	color: #e4007f;
}
.stores .sidebar ul.brand li:nth-of-type(4) {
	background-color: #fffbb0;
}
.stores .sidebar ul.brand li:nth-of-type(4) a {
	color: #333333;
}
.stores .sidebar ul.brand li:nth-of-type(5) {
	background-color: #118931;
}
.stores .sidebar ul.brand li:nth-of-type(5) a {
	color: #c5f6bb;
}

.stores .contents .list {
	width: 846px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-align-content: flex-start;
	align-content: flex-start;
}

.stores .list .storebox {
	width: 276px;
	background-color: #00a0e9;
	border-radius: 5px;
	margin-left: 6px;
	margin-bottom: 6px;
	text-align: center;
}

.stores .list .storebox a {
	padding: 13px 8px 10px;
	display: block;
}

.stores .list .storebox .brand {
	font-size: 13px;
	margin-bottom: 13px;
}

.stores .list .storebox .access {
	font-size: 15px;
	margin-bottom: 8px;
	font-weight: bold;
  min-height: 2.5em;
	line-height: 1.2em;
}

.stores .list .storebox .name {
	font-size: 16px;
	color: #00a0e9;
	padding: 10px;
	border: 2px solid #ffffff;
	border-radius: 5px;
	background-color: #cbefff;
}

.stores .list .storebox:hover .name,
.stores .list .storebox.manbooplus:hover .name,
.stores .list .storebox.netroom:hover .name {
	background-color: #ffffff;
}
/*カラオケ　ダーツ*/

.stores .list .storebox.karaokeDarts {
	background-color: #e02358;
}

.stores .list .storebox.karaokeDarts a {
	color: #fff;
}

.stores .list .storebox.karaokeDarts .name {
	background-color: #fff;
  color: #e02358;
}


/*ネットルーム*/

.stores .list .storebox.netroom {
	background-color: #fff100;
}

.stores .list .storebox.netroom a {
	color: #333333;
}

.stores .list .storebox.netroom .name {
	background-color: #fffbb0;
  color: #333333;
}

/*ネットカフェ*/
.stores .list .storebox.netcafe {
	background-color: #118931;
}
.stores .list .storebox.netcafe a {
	color: #ffffff;
}

.stores .list .storebox.netcafe .name {
	color: #118931;
	background-color: #c5f6bb;
}

/*プラス*/

.stores .list .storebox.manbooplus {
	background-color: #e4007f;
}
.stores .list .storebox.manbooplus a {
	color: #ffffff;
}

.stores .list .storebox.manbooplus .name {
	color: #e4007f;
	background-color: #ffc9e7;
}

.stores footer nav {
	margin: 0 auto;
	padding: 100px 0 200px;
}


/* 2017/1208追記 */

.stores footer .txt_list {
	width: 1000px;
	margin: 0 auto;
}

.stores footer .txt_list div {
	width: 312px;
	float: left;
	margin: 0;
	margin-bottom: 50px;
}

.stores footer .txt_list div + div {
	margin-left: 32px;
}

.stores footer .txt_list div a {
	display: block;
	width: 312px;
	overflow: hidden;
	color: #444;
}


@media screen and (max-width: 1280px) {
	.stores article.wrap {
		width: auto;
		padding-top: 50px;
	}
	.stores .sidebar {
		width: 60%;
		padding: 0px 10px 25px;
		background-color: #00a0e9;
	}
	.stores .list {
		width: 69%;
	}
	.stores .sidebar ul li {
		width: 80%;
	}
	.stores .sidebar ul li:hover:after {
		background-image: none;
	}
	.stores .sidebar ul.event {
		padding-bottom: 30px;
	}
	.stores .list .storebox {
		width: 49%;
		margin-left: 1%;
	}

}

@media screen and (max-width: 768px) {
	.stores article.wrap {
		padding: 0;
	}
	.stores article.wrap section {
		display: block;
	}
	.stores .sidebar ul li.hit:after,
	.stores .sidebar ul li:hover:after {
		background-image: none;
	}
	.stores .sidebar {
		width: 100%;
	}
	.stores .list {
		width: 100%;
		padding: 80px 5% 0;
	}
	.stores .sidebar ul li {
		width: 100%;
	}
	.stores .list .storebox {
		width: 100%;
		float: none;
	}
	.stores .list .storebox:nth-of-type(2n) {
		float: none;
	}
	.stores .list {
		position: fixed;
		width: 100%;
		min-height: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		overflow: auto;
		background-color: #F5F5F5;
	}
	.stores.modal {
		overflow: hidden;
	}
	.stores.modal .list {
		display: block;
	}
	.stores.modal #slidetoggle {
		display: none;
	}
	.stores .list .storebox .access {
    min-height: auto;
	}
	.stores .list .cancel {
		display: block;
		position: absolute;
		height: 40px;
		width: 40px;
		top: 20px;
		right: 20px;
	}
	.stores .list .cancel:after {
		display: block;
		content: "";
		position: absolute;
		top: 20px;
		left: 10px;
		width: 30px;
		height: 3px;
		margin-top: -1px;
		background: #00a0e9;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.stores .list .cancel:before {
		display: block;
		content: "";
		position: absolute;
		top: 20px;
		left: 10px;
		width: 30px;
		height: 3px;
		margin-top: -1px;
		background: #00a0e9;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.stores footer nav {
		padding: 0 0 50px;
	}
	
	/* 2017/12/08追記 */
	.stores footer .txt_list {
		width: 100%;
		margin: 30px 0;
	}
	
	.stores footer .txt_list div {
		margin: 0 auto;
		margin-bottom: 20px;
		float: none;
	}
	
	.stores footer .txt_list div + div {
		margin-left: 0;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	
	.stores footer .txt_list div a {
		width: 100%;
		height: auto;
		display: block;
		color: #444;
	}

}


/* 店舗一覧ソート
-------------------------------------------------- */

@media screen and (max-width: 768px) {
	html.show body {
		height: 100%;
		overflow: hidden;
	}
	.stores .contents .list {
		width: auto;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		transition: all .3s;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		z-index: 9999999999;
		overflow: scroll;
	}
	.stores .contents .list.show {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}
