@charset "utf-8";

/* ------------------------------------

交通アクセス

------------------------------------ */
#access{
	width: 725px;
	margin: 10px auto;
	line-height: 1.5;
}

#access p{
	margin: 0 0 10px;
}

#access .top{
	width: 100%;
	padding-bottom: 8px;
	margin-bottom: 10px;
	border-bottom: 2px dotted #DBB36A;
}

#access ul{
	margin: 5px 0 0px;
	padding: 8px 10px 10px 30px;
	background-color: #fcfcfc;
	border: 1px solid #DBB36A;
}

#access .midashi{
	color: #742016;
	font-weight: bold;
}

/* ------Google Maps API------ */
#google_maps{
	width: 723px;
	height: 350px;
	border: 1px solid #DBB36A;
}

/* ------駐車場について------ */
.parking{
	width: 100%;
	border-top: 1px solid #DBB36A;
	border-left: 1px solid #DBB36A;
}

.parking th{
	border-right: 1px solid #DBB36A;
	border-bottom: 1px solid #DBB36A;
	background-color: #F86826;
	color: #ffffff;
	white-space: nowrap;
	text-align: center;
}

.parking td{
	width: 100%;
	border-right: 1px solid #DBB36A;
	border-bottom: 1px solid #DBB36A;
	background-color: #fcfcfc;
}
