@charset "utf-8";



/* shop_unit
-----------------------------------*/
#shop_unit{
	width: 100%;
	margin-top: 28px;
	padding-bottom: 212px;
}


#shop_unit section.intro{
	width: 1000px;
	margin: 0 auto 45px auto;
	position: relative;
}
#shop_unit section.intro h3{
	position: absolute;
	left: -15px;
	top: 0;
}
#shop_unit section.intro div.comment{
	width: 350px;
	float: left;
	margin: 178px 0 0 20px;
}
#shop_unit section.intro div.comment h4{
	color: #dcdcc8;
	font-size: 138.5%;
	font-weight: bold;
	line-height: 1.67;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 12px;
	padding: 0 10px 10px 0;
}
#shop_unit section.intro div.comment p + p{
	margin-top: 20px;
}
#shop_unit section.intro div.shop_information{
	width: 600px;
	background: #000000;
	float: right;
	padding-bottom: 24px;
	position: relative;
}
#shop_unit section.intro div.shop_information div.image{
	margin-bottom: 26px;
}
#shop_unit section.intro div.shop_information h4{
	display:none;
}
#shop_unit section.intro div.shop_information dl{
	color: #dcdcc8;
	width: 564px;
	margin-left: 18px;
}
#shop_unit section.intro div.shop_information dl dt{
	float: left;
	clear: left;
}
#shop_unit section.intro div.shop_information dl dd{
	margin: 0 0 25px 86px;
}
#shop_unit section.intro div.shop_information dl dd.last{
	margin-bottom: 0;
}
#shop_unit section.intro div.shop_information p.map{
	width: 145px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#shop_unit section.intro div.shop_information p.map a{
	color: #ffffff;
	font-size: 85%;
	border: 1px solid #e1e1e1;
	text-align: center;
	display: block;
	padding: 7px 0 4px 0;
}
#shop_unit section.intro div.shop_information p.map a:hover{
	color: #bebebe;
	border-color: #b1b1b1;
	text-decoration: underline;
}


#shop_unit div.images{
	width: 1000px;
	margin: 0 auto 115px auto;
}
#shop_unit div.images div.line{
	width: 990px;
	margin-left: 5px;
}
#shop_unit div.images div.line + div.line{
	margin-top: 73px;
}
#shop_unit div.images div.inner{
	width: 230px;
	float: left;
}
#shop_unit div.images div.inner + div.inner{
	margin-left: 23px;
}
#shop_unit div.images a{
	width: 230px;
	background: #ffffff;
	display: block;
	margin-bottom: 17px;
	position: relative;
}
#shop_unit div.images a img{
	position: relative;
	z-index: 1;
}
#shop_unit div.images a:before, 
#shop_unit div.images a:after{
	content: "";
	display: block;
	position: absolute;
}
#shop_unit div.images a:before{
	width: 100%;
	height: 100%;
	box-shadow: 0 0 0 4px rgba(255,255,255,0.6) inset;
	left: 0;
	top: 0;
	z-index: 10;
}
#shop_unit div.images a:after{
	width: 24px;
	height: 24px;
	background: url("../../common/img/ico_03.png") no-repeat 0 0;
	right: -6px;
	bottom: -6px;
	z-index: 11;
}
#shop_unit div.images a:hover img{
	opacity: 0.7;
}


#shop_unit nav.pager{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
#shop_unit nav.pager ul{
	position: relative;
	left: 50%;
	float:left;
}
#shop_unit nav.pager ul li{
	font-size: 85%;
	line-height: 1.2;
	list-style: none;
	float: left;
	margin-right: 3px;
	position: relative;
	left: -50%;
}
#shop_unit nav.pager ul li.page{
	border: 1px solid #dddddd;
	padding: 5px 10px 3px 10px;
}
#shop_unit nav.pager ul li.current{
	color: #630000;
	background: #ffffff;
	padding: 6px 8px 4px 8px;
}
#shop_unit nav.pager ul li.space{
	padding: 10px 1px 0 1px;
}
#shop_unit nav.pager ul li a{
	color: #ffffff;
	text-decoration: none;
	display: block;
	border: 1px solid #dddddd;
	padding: 5px 7px 3px 7px;
}
#shop_unit nav.pager ul li a:hover{
	color: #bebebe;
	border-color: #b1b1b1;
}