@charset "UTF-8";
/* CSS Document */

p{
    margin: 0;
	padding: 0;
}


/*--------------------------------　ClearFix　-------------------------------------*/
.clearfix:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
* html .clearfix { display: inline-block; }
*+html .clearfix { display: inline-block; }
/* for only mac IE5 \*//*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* end of for only mac IE5 */

img { border: 0;}
.goTop{ text-align: right; clear: both; height: 17px; margin: 40px 0 20px;}
.mr5{ margin-right: 5px;}
.mr40{ margin-right: 40px;}
.mt3{ margin-top: 3px;}
.mt10{ margin-top: 10px;}
.ml15{ margin-left: 15px;}
.mb15{ margin-bottom: 15px;}
.imgR{ text-align: right; }
.floatL{ float: left;}
.floatR{ float: right;}
.img750{ margin: 15px 0 0 20px;}
.clear{ clear: both;}

/*-----------------------------------------------------------------------------------
shopリスト
-----------------------------------------------------------------------------------*/

#shopList {
	padding: 0px;
	margin: 0px;
	width:100%;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

#shopList h2 {
	font-size: 1.6em;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
	color: #333333;
	border-bottom:#CCC solid 5px;
}
#shopList p {
	font-size: 1em;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	color: #333333;
}

#shopList #navi {
	padding: 0px;
	margin: 0px 0px 20px;
	width: 630px;
}
#shopList #navi ul {
	padding: 0px;
	margin: 0px 0px 0px 10px;
	width:200px;
	float:left;
}
#shopList #navi ul li {
	list-style:none;
}
#shopList #navi ul li a {
	padding: 5px;
	margin: 0px 0px 5px;
	width:200px;
	height:30px;
	background-color:#b3b3b3;
	border-radius:5px;
	text-align:center;
	color:#FFF;
	display:block;
	text-decoration:none;
	font-size:16px;
	line-height:30px;
}
#shopList #navi ul li a:hover {
	background-color:#b27cb2;
}

#shopList #navi_map {
	padding: 0px;
	margin: 0px;
	background:url(../images/japan.png) top left no-repeat;
	width:375px;
	height:350px;
	float:right;
}


#shopList .list {
	padding: 0px;
	margin: 0px 0px 40px;
}
#shopList .list h3 {
	padding: 0px;
	margin: 0px 0px 5px;
	font-size: 1.4em;
	color: #663300;
	font-weight: bold;
}
#shopList .list table {
	padding: 0px;
	margin: 0px 0px 10px;
	font-size:12px;
	color:#333;
	border-collapse:collapse;
}
#shopList .list table th , #shopList .list table td {
	padding: 2px;
	border-bottom:#CCC solid 1px;
}
#shopList .list table th {
	font-size:1em;
	background-color:#e5e4d8;
	border:#FFF solid 1px;
}
#shopList .list table th.shop {
	width:15%;
}
#shopList .list table td.todofuken {
	background-color: #b3b3b3;
	color: #FFF;
	line-height: 1;
}
#shopList .list table td span {
	margin-right:15px;
	display:inline-block;
}
#shopList .totop {
	margin:0px;
	padding:0px;
	text-align:right;
	line-height:1;
}
#shopList .totop a {
	font-size:1em;
	color:#666;
}
#shopList .totop a:hover {
	text-decoration:none;
}
#shopList .tohanrei {
	margin:0px;
	padding:0px;
	text-align:left;
	line-height:1;
}
#shopList .tohanrei a {
	padding: 8px 15px;
	font-size: 1em;
	color: #FFF;
	background-color: #888;
	display: inline-block;
	text-decoration: none;
}
#shopList .tohanrei a:hover {
	background-color:#666;
	text-decoration: none;
}
#hanrei {
	margin:10px;
	padding:0px;
	line-height:1;
	border:#CCC solid 1px;
	border-top:none;
	font-size:1em;
	width:720px;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #333333;
}
#hanrei tr th {
	background-color:#e5e4d8;
	border-left:#FFF 1px solid;
	padding:8px;
}
#hanrei tr th:first-child {
	border-left:none
}
#hanrei tr th,
#hanrei tr td {
	padding:5px;
	border-top:#CCC solid 1px;
	line-height:1.4;
}
#hanrei tr td a {
	color:#0654ba;
	text-decoration:none;
}
#hanrei tr td a:hover {
	text-decoration:underline;
}
#hanrei tr td span {
	margin-right:15px;
	display:inline-block;
}


@media only screen and (max-width: 599px) {
	#shopList h2 {
		font-size: 1.2em;
		padding: 0px 5px 5px;
	}

	#shopList > p {
		font-size: 1rem;
		margin: 1rem 0 2rem;
		padding: 0 1rem;
		font-weight: 700;
		line-height: 1.867;
	}

	#shopList #navi {
		margin: 1rem 0 2rem;
		width: auto;
	}

	#shopList #navi ul {
		margin: 0 1rem;
		width: auto;
		float: none;

		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}

	#shopList #navi ul li {
		width: calc(50% - 0.25rem);
		flex-basis: calc(50% - 0.25rem);
		margin-bottom: 0.5rem;
	}

	#shopList #navi ul li a {
		padding: 0;
		margin: 0;
		width: auto;
		height: 3rem;
		border-radius: 0.5rem;
		font-size: 1rem;
		line-height: 1;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#shopList #navi_map {
		display: none;
	}

	#shopList .list {
		margin: 0 1rem 4rem;
	}

	#shopList .list h3 {
		margin: 0 0 1rem;
		font-size: 1.3rem;
	}

	#shopList .list table {
		margin: 0 0 1rem;
		font-size: 0.8rem;
	}

	#shopList .list table th.shop {
		width: 16%;
	}

	#shopList .list table td:not(:last-child) {
		border-right: 1px solid #eee;
	}

	#shopList .list table td span {
		margin: 0;
		display: block;
	}

	#shopList .tohanrei a {
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 12rem;
		height: 3rem;
		margin-bottom: 1rem;
	}
}
