header{
	background: #343546;
	overflow: hidden;
	height: 45px;
}

header > a{
	position: absolute;
	top: 10px;
	left: 10px;
}

header #sns{
	position: absolute;
	top: 10px;
	right: 10px;
}

header #sns li{
	float: left;
}

header #sns li:first-child{
	margin-right: 10px;
}


#map{
	background: url(../images/bg_map.png) 0 0 no-repeat;
	background-size: 100%;
}

#map {
	padding: 10px 0;
}

#map > div{
	overflow:hidden;
}

#map dl{
	overflow: hidden;
	width: 50%;
	float: left;
	margin-bottom: 16px;
}

#map dl dt,
#map dl dd{
	float: left;
}

#map dl dt{
	margin-left: 10px;
	width: 31px;
	height: 29px;
	overflow: hidden;
	background: url(../images/ico_map.png);
	background-size: 62px 145px;
	white-space: nowrap;
	text-indent: 100%;
}

#map dl dd{
	margin-left: 5px;
}
#map dl.shop01 dt{
	background-position: 0 0 ;
}

#map dl.shop02 dt{
	background-position: -32px 0 ;
}

#map dl.shop03 dt{
	background-position: 0 -29px ;
}

#map dl.shop04 dt{
	background-position: -32px -29px ;
}

#map dl.shop05 dt{
	background-position: 0 -58px;
}

#map dl.shop06 dt{
	background-position: -32px -58px;
}

#map dl.shop07 dt{
	background-position: 0 -87px;
}

#map dl.shop08 dt{
	background-position: -32px -87px;
}

#map dl.shop09 dt{
	background-position: 0 -116px;
}

#map dl.shop10 dt{
	background-position: -32px -116px;
}

#map dl dd{
	line-height: 14px;
}

#map dl dd a{
	color: #e56692;
	text-decoration: none;
	font-size: 60%;
}

#map dl dd a span{
	text-decoration: underline;
	font-size: 150%;
	font-weight: bold;
}


#shop{
	padding: 20px 0;
	background: #343546;
}

#shop ul li{
	width: 93.75%;
	margin: 0 auto 20px;
	background: #fff;
	border-radius: 5px;
}


#shop ul li h4{
	padding: 15px 10px;
}

#shop ul li .shopPhoto{
	overflow: hidden;
	margin-bottom: 15px;
}

#shop ul li .shopPhoto img{
	width: 49.3%;
}

#shop ul li .shopPhoto .photo01{
	float: left;
}

#shop ul li .shopPhoto .photo02{
	float: right;
}

#shop ul li .googleMap{
	position: absolute;
	top:0;
	right: 15px;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
}

#shop .shopDetail{
	position: relative;
	overflow: hidden;
	padding: 10px 0;
}

#shop .shopDetail dl{
	overflow: hidden;
	font-size: 95%;
	margin-left: 15px;
	margin-bottom: 6px;
}

#shop .shopDetail dl dt{
	float: left;
	margin-right: 10px;
	color: #e56692;
}

#shop .shopDetail dl dd{
	float: left;
}

#shop .shopDetail dl.tel,
#shop .shopDetail dl.fax{
	float: left;
}

#shop .shopDetail dl.shopOpen{
	clear: both;
}

#shop .shopDetail dl.shopOpen dd span{
	color: #e56692;
	line-height: 16px;
}

#shop .shopDetail dl.shopOpen dd span img{
	margin-left: 5px;
}

#shop .shopDetail p{
	font-size: 95%;
	padding: 10px 15px;
	line-height: 1.4em;
}


#shop .menu{
	position: relative;
	background: #f1e8ca;
	border-radius: 0 0 5px 5px;
}
#shop .menu h5{
	position: absolute;
	top: -10px;
	left: -5px;
}

#shop .menu p{
	display: table-cell;
	height: 60px;
	vertical-align: middle;
	padding-left: 60px;
	color: #90774e;
	font-size: 85%;
	font-weight: bold;
	line-height: 1.3em;
}

#shop .menu p span.notes{
	font-size: 90%;
}

#shop > a{
	padding: 10px 0;
	display: block;
	width: 73px;
	height: 23px;
	margin: 0 auto;
}