﻿@charset "utf-8";

/* ---------------------------------
  共通
------------------------------------*/

.title h1 {
	background-image: url(../../shop/images/title.jpg);
}

#philosophy {
	margin-bottom: 50px;
}

#philosophy h2 {
	width: 380px;
	height: 50px;
	background-image: url(../../shop/images/philosophy_hl.png);
}

#philosophy dl {
	margin-bottom: 30px;
	position: relative;
}

#philosophy dt {
	position: absolute;
	top: 105px;
	width: 184px;
	height: 52px;
	background-image: url(../../shop/images/shop_points.png);
	background-repeat: no-repeat;
	text-indent: -10000em;
}

#philosophy dt.point1 {
	left: 18px;
}

#philosophy dt.point2 {
	left: 233px;
	background-position: 0 -52px;
}

#philosophy dt.point3 {
	left: 448px;
	background-position: 0 -104px;
}

#philosophy dd {
	margin-right: 15px;
	float: left;
}

#philosophy dd.end {
	margin-right: 0;
}

#philosophy dd img {
	border: solid 5px #fff;
}

#access {
	margin-bottom: 40px;
}

#access h2 {
	height: 38px;
	background-image: url(../../shop/images/access_hl.png);
}

#shopHitachi h2 {
	height: 38px;
	background-image: url(../../shop/images/access_hl.png);
}

#mapHitachi {
	margin-bottom: 20px;
	border: solid 5px #fff;
	width: 620px;
	height: 320px;
}

#shopHitachinaka h2 {
	height: 38px;
	background-image: url(../../shop/images/hitachinaka_hl.png);
}

#mapHitachinaka {
	margin-bottom: 20px;
	border: solid 5px #fff;
	width: 620px;
	height: 320px;
}

img.detailMap {
	margin-left: 15px;
	border: solid 5px #fff;
	float: right;
}

#profile h2 {
	margin-bottom: 10px;
	height: 38px;
	background-image: url(../../shop/images/profile_hl.png);
}

#profile dl {
	border-bottom: 1px dashed #CAC08A;;
}

#profile dt {
	padding: 15px 0 15px 25px;
	border-top: 1px dashed #CAC08A;
	float: left;
	clear: left;
	width: 115px;
	background-image: url(../images/marker.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

#profile dd {
	border-top: 1px dashed #CAC08A;
	padding: 15px 0;
	float: left;
	width: 490px;
}

#profile dt.first,
#profile dd.first {
	border-top: none;
}

