@charset "UTF-8";
/*-----------------------------------------
日本地図
-----------------------------------------*/
input.ken {
	background-color: #04B5BC;
	border: 1px outset #090;
	width: 68px;
	height: 26px;
	line-height: 22px;
	font-size: 1.2rem;
	margin: 2px 2px 2px 2px;
	text-align: center;
	color: #FFF;
	 border-radius: 6px;        /* CSS3草案 */  
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 6px;   /* Firefox用 */  
}
.chihoumei {
	position: relative;
	padding: 7px 10px;
	font-size: 1.2rem;
	color: #04B5BC;
	text-align: center;
}
#zenkoku {
	position: relative;
	width: 804px;
	height: 527px;
	margin: 20px auto;
	background-image: url(lib/nihon.gif);
}
	#zenkoku > #hokkaidou {
		position: absolute;
		top: 24px;
		right: 78px;
		width: 74px;
		height: 30px;
	}
	#zenkoku > #touhoku {
		position: absolute;
		top: 22px;
		right: 336px;
		width: 154px;
		height: 132px;
		padding-left: 2px;
		background-color: #FFF;
	}
	#zenkoku > #kantou {
		position: absolute;
		top: 173px;
		right: 18px;
		width: 228px;
		height: 130px;
		padding-left: 2px;
		background-color: #FFF;
	}
	#zenkoku > #tyuubu {
		position: absolute;
		top: 328px;
		right: 18px;
		width: 228px;
		height: 130px;
		padding-left: 2px;
		background-color: #FFF;
	}
	#zenkoku > #kinki {
		position: absolute;
		top: 379px;
		right: 273px;
		width: 228px;
		height: 130px;
		padding-left: 2px;
		background-color: #FFF;
	}
	#zenkoku > #tyuugoku {
		position: absolute;
		top: 115px;
		left: 48px;
		width: 228px;
		height: 130px;
		padding-left: 2px;
		background-color: #FFF;
	}
	#zenkoku > #kyushu {
		position: absolute;
		top: 379px;
		left: 48px;
		width: 228px;
		height: 130px;
		padding-left: 2px;
		background-color: #FFF;
	}
/*-----------------------------------------
県別
-----------------------------------------*/
#pankuzu {
	position: relative;
	width: 100%;
	margin: 20px auto;
	color: #CCC;
}
	#pankuzu > a {
		display: inline-block;
		margin: 0 10px;
		text-decoration: none;
		color: #04B5BC;
	}
	#pankuzu > a:hover { color:#F63; }
	#pankuzu > span { color: #333; }
#ken_block {
	position: relative;
}
#ken_block > h2 {
	position: relative;
	width: 100%;
	background-color: #04B5BC;
	color: #FFF;
	padding: 5px 10px;
}
	#ken_block > h2 > span {
		display: inline-block;
		margin: 0 10px;
	}
#ken_block > h3 {
	position: relative;
	width: 100%;
	border-bottom: 1px dotted #04B5BC;
	color: #04B5BC;
	padding: 5px 10px;
}
ul#area_list {
	position: relative;
	width: 100%;
	margin: 0 auto 50px;
}
	ul#area_list > li {
		position: relative;
		display: inline-block;
		margin: 0 10px;
	}
	ul#area_list > li > a { text-decoration: none; }
	ul#area_list > li > a:hover { color: #F63; }
/*-----------------------------------------
エリア別
-----------------------------------------*/
.store_list {
	position: relative;
	width: 100%;
	background-color: #FFF;
	border: 3px solid #EEE;
	padding: 20px 10px;
	margin-bottom:5px;
	}
	.store_list > #store_name {
		position: relative;
		font-size: 1.8rem;
		font-weight: bold;
		color: #04B5BC;
		text-indent: 10px;
		border-bottom: 3px solid #EEE;
		padding-bottom: 4px;
		margin-bottom: 10px;
	}
		.store_list > #store_name > span {
			position: absolute;
			top: -2px;
			right: 3px;
			display: block;
			background-color: #04B5BC;
			color: #FFF;
			padding: 5px 10px 4px 2px;
			font-size: 1.4rem;
			font-weight: normal;
			text-align: center;
			 border-radius: 6px;        /* CSS3草案 */  
			-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
			-moz-border-radius: 6px;   /* Firefox用 */  
		}
	.store_list > #store_data {
		position: relative;
		display:-webkit-box;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:flex;
	}
		.store_list > #store_data > #left {
			position: relative;
			width: 40%;
			padding-right: 2%;
		}
		.store_list > #store_data > #right {
			position: relative;
			width: 60%;
		}
			.store_list > #store_data > #right > .store_line1 {
				position: relative;
				padding-top: 5px;
				padding-bottom: 2px;
				padding-right: 10px;
				margin-bottom: 10px;
				border-bottom: 1px solid #EEE;
				color: #666;
				overflow: hidden;
				text-overflow: ellipsis;
				white-space: nowrap;
				display:-webkit-box;
				display:-ms-flexbox;
				display:-webkit-flex;
				display:flex;
			}
				.store_list > #store_data > #right > .store_line1 > span {
					position: relative;
					display: block;
					background-color: #04B5BC;
					min-width: 80px;
					height: 20px;
					line-height: 20px;
					margin-right: 10px;
					text-align: center;
					color: #FFF;
				}
			.store_list > #store_data > #right > #tel {
				position: relative;
				display: inline-block;
				margin-top: 10px;
				margin-left: 50px;
				padding: 6px 20px;
				text-align: center;
				font-weight: bold;
				font-size: 2.0rem;
				color: #FFF;
				border: 2px outset #F99;
				background-color: #F63;
				 border-radius: 6px;        /* CSS3草案 */  
				-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
				-moz-border-radius: 6px;   /* Firefox用 */  
}.store_list > #store_data > #right > #tel > a {text-decoration: none;color:#FFF;}

			.store_list > #store_data > #right > #detail {
				position: relative;
				display: inline-block;
				margin-top: 10px;
				padding: 6px 20px;
				text-align: center;
				font-weight: bold;
				font-size: 2.1rem;
				color: #FFF;
				cursor: pointer;
				border: 2px outset #99F;
				background-color: #36F;
				 border-radius: 6px;        /* CSS3草案 */  
				-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
				-moz-border-radius: 6px;   /* Firefox用 */  
			}
/*-----------------------------------------
店舗詳細
-----------------------------------------*/
#store_all {
	position: relative;
	width: 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
}
#store_detail {
	position: relative;
	width: 100%;
	padding-right: 40px;
	background-color: #FFF;
	border: 3px solid #EEE;
	padding: 20px 10px;
	}
	.facebook { max-width: 760px; }
	#store_detail > #store_name {
		position: relative;
		font-size: 1.8rem;
		font-weight: bold;
		color: #04B5BC;
		text-indent: 10px;
		border-bottom: 3px solid #EEE;
		padding-bottom: 4px;
		margin-bottom: 10px;
	}
		#store_detail > #store_name > span {
			position: absolute;
			top: -2px;
			right: 3px;
			display: block;
			background-color: #04B5BC;
			color: #FFF;
			padding: 5px 10px 4px 2px;
			font-size: 1.4rem;
			font-weight: normal;
			text-align: center;
			 border-radius: 6px;        /* CSS3草案 */  
			-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
			-moz-border-radius: 6px;   /* Firefox用 */  
		}
	#store_detail > #store_data {
		position: relative;
	margin-bottom: 30px;
		display:-webkit-box;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:flex;
	}
		#store_detail > #store_data > #left {
			position: relative;
			width: 40%;
			padding-right: 2%;
		}
		#store_detail > #store_data > #right {
			position: relative;
			width: 60%;
		}
			#store_detail > #store_data > #right > .store_line1 {
				position: relative;
				padding-top: 5px;
				padding-bottom: 2px;
				padding-right: 10px;
				margin-bottom: 10px;
				border-bottom: 1px solid #EEE;
				color: #666;
				display:-webkit-box;
				display:-ms-flexbox;
				display:-webkit-flex;
				display:flex;
			}
				#store_detail > #store_data > #right > .store_line1 > a { text-decoration: none; color: #666; }
				#store_detail > #store_data > #right > .store_line1 > span {
					position: relative;
					display: block;
					background-color: #04B5BC;
					min-width: 80px;
					height: 20px;
					line-height: 20px;
					margin-right: 10px;
					text-align: center;
					color: #FFF;
				}
			#store_detail > #store_data > #right > #tel {
				position: relative;
				display: inline-block;
				margin-top: 10px;
				margin-left: 50px;
				padding: 6px 20px;
				text-align: center;
				font-weight: bold;
				font-size: 2.0rem;
				color: #FFF;
				border: 2px outset #F99;
				background-color: #F63;
				 border-radius: 6px;        /* CSS3草案 */  
				-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
				-moz-border-radius: 6px;   /* Firefox用 */  
			}#store_detail > #store_data > #right > #tel > a {text-decoration: none;color: #FFF;}
#coment {
	position: relative;
	width: 80%;
	margin: 10px auto;
	font-size: 1.6rem;
	color: #F99;
}
#reroad {
	text-align: right;
}
	#reroad > a {
			color: #F99;
}
#ggmap {
position: relative;
padding-bottom: 36.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
#ggmap iframe,
#ggmap object,
#ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.fb-page {
	width: 300px;
	margin-left: 40px;
}