#main {
	width: 100%;
	height: 464px;
	position: relative;
	background: url(../access/images/bg_title.jpg) no-repeat center center;
	background-size: cover;
	margin-bottom: 120px;
}
#main h1 {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -175px;
}

#map {
	width: 1024px;
	margin: 0 auto 120px;
}
#map iframe {
	width: 100%;
	height: 463px;
}
#map .wrapper {
	overflow: hidden;
	width: 1024px;
	margin: 30px auto;
}
#map .wrapper .address {
	width: 400px;
	float: left;
	line-height: 2;
}

#map .wrapper .btn {
	width: 220px;
	position: relative;
	float: right;
}
#map .wrapper .btn a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #771414;
	width: 100%;
	font-size: 1.2em;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding: 15px 0;
	cursor: pointer;
	transition: 0.2s;
}
#map .wrapper .btn a:hover {
	background-color: #9b5656;
}

#map .wrapper .link {
	width: 365px;
	position: relative;
	float: right;
	margin-right: 250px;
}

.contents {
	width: 950px;
	margin: 0 auto 140px;
}

.contents h1 {
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}

#sightseeing {
	width: 1024px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 160px;
	justify-content: space-between;
	
}
#sightseeing h1 {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

#sightseeing article {
	width: 320px;
}

#sightseeing article h2 {
	margin: 15px 0;
	font-size: 1.2em;
}
#sightseeing article p.desc {
	line-height: 1.5;
}

#train h2 {
	margin: 40px 0 20px;
	font-size: 1.2em;
}
#train ul li {
	margin-bottom: 10px;
	padding-left: 12px;
}