#under_main {
    background: url(../images/access_top.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center; 
}
#content section h2 {
    margin: 0 auto ;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
    font-weight: normal;
}
.access .logo {
    width: 170px;
    margin: 50px 0 30px;
}

#sightseeing {
	background-color: #f2e9cb;
background-image: url("https://www.transparenttextures.com/patterns/fresh-snow.png");

}
#sightseeing .flex p {
	line-height: 2;
	padding: 0 30px;
}
.hr {
	margin: 0;
	height: 0;
}
footer {
	margin-top: 0;
}
@media screen and (max-width: 768px) {
	.logo img{
		margin-left: 30px;
	}
	.address {
		margin-left: 30px;
		line-height: 2;
	}
	iframe {
		width: 100%;
	}
	.access .supplement {
		padding: 20px;
	}
	#sightseeing p {
		margin-top: 20px;
	}
	footer {
		margin-top: 0;
	}
}

