﻿@charset "utf-8";
/*----------------------------------------------------------------------

Image Style

----------------------------------------------------------------------*/
#title {
	background: url('../img/shade.png') no-repeat bottom center;
	width: 900px;
	height: 320px;
	margin: 0 0 10px 0;
	}

#title img {
	background: #ffffff;
	border: solid 1px #d9d1c0;
	width: 896px;
	height: 296px;
	padding: 1px;
	}


/*----------------------------------------------------------------------

Guide Style

----------------------------------------------------------------------*/
.shop:not(:last-child) {
	border-bottom: solid 1px #d9d1c0;
	margin: 0 0 60px;
	padding: 0 0 30px;
}
.shop h2 {
	background: url('../img/dot.png') no-repeat 0px 6px;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 3px 18px;
	margin: 0 0 5px 0;
}
.shop table { width: 100%; }
.shop tr:not(:last-child) { border-bottom: solid 1px #d9d1c0;}
.shop th, .shop td { line-height: 1.6; padding: 15px 30px 15px 0;}
.shop th { text-align: left; width: 125px;}
.shop .tel { font-size: 24px;}
.map {
	background: #ffffff;
	border: solid 1px #d9d1c0;
	box-sizing: border-box;
	float: left;
	width: 100%;
	padding: 1px;
}
.map:not(:last-child) { margin-bottom: 30px;}
.map-canvas {
	width: 100%;
	height: 300px;
}
.parking {}
.parking h3 {
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.parking-add {
	float: left;
	width: 280px;
	margin-bottom: 30px;
	margin-right: 30px;
	padding-bottom: 20px;
}
.parking-add:nth-child(3n+1) { margin-right: 0;}
.parking-add a {
	background-color: #fff;
	border: solid 1px #d9d1c0;
	display: block;
	position: relative;
}
.parking-add img {
	border-bottom: solid 1px #d9d1c0;
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: auto;
	padding: 1px;
}
.parking-add p {
	color: #402c1a;
	text-align: center;
	padding: 10px 0 30px;
}
.parking-add span {
	background-color: #e23b36;
	border: solid 1px #d9d1c0;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	line-height: 38px;
	display: block;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	width: 140px;
	height: 40px;
	margin: auto;
}
