@charset "utf-8";

/*************************************************
 * wrapper
 *************************************************/
.wrapper { padding-top: 419px; background-image: url(../../img/top/main.jpg); background-color: #f5e6bb; }

/*************************************************
 * main_copy
 *************************************************/
#main_copy {
	padding: 30px 0;
	background: #f8eed0;
	text-align: center;
}

	#main_copy h2 {
		height: 33px;
	}
	#main_copy h2 img { vertical-align: top; }

	#main_copy .lead {
		margin-top: 20px;
		text-align: center;
		font-size: 18px;
		line-height: 1.6;
	}

/*************************************************
 * service
 *************************************************/
#service {
	margin:  35px 0;
}

#service .reserve{
	position: relative;
	width: 960px;
	height: 161px;
	margin-bottom: 10px;
}

#service .reserve .btn_reserve{
	position: absolute;
	top: 109px;
	right: 44px;
}

#service .parking{
	width: 626px;
	float: left;
}

#service .parking ul{
	width: 626px;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#service .parking li{
	margin-right: 8px;
	margin-bottom: 8px;
}

#service .owner{
	width: 334px;
	float: left;
}

/*************************************************
 * useges_bnr
 *************************************************/
#useges_bnr {
	margin-top: 15px;
}

	#useges_bnr .useges {
		float: left;
		padding: 24px;
		width: 522px;
		height: 117px;
		background: #fff;
		border: solid #eee 1px;
	}

		#useges_bnr .useges h2 {
			float: left;
			width: 105px;
			font-size: 13px;
			line-height: 1.6;
		}
		#useges_bnr .useges h2 img { margin-bottom: 5px; vertical-align: top; }

			#useges_bnr .useges h2 span { display: block; font-weight: normal; color: #6d4106; }

		#useges_bnr .useges ul {
			float: left;
			padding-right: 30px;
			width: 380px;
			height: 167px;
			overflow: auto;
		}

			#useges_bnr .useges ul li {
				padding-bottom: 12px;
			}

				#useges_bnr .useges ul li dl { font-size: 13px; }
					#useges_bnr .useges ul li dl dt { float: left; width: 83px; font-weight: bold; color: #6d4106; }
					#useges_bnr .useges ul li dl dd { padding-left: 83px; }

	#useges_bnr .bnr {
		float: right;
		width: 372px;
	}
