/*アクセス*/
.title {
    height: 200px;
    background: url("../img/title-acc.png") center top/cover no-repeat;
}
.access {
		min-height: 100vh;
		position: relative;
}
.access .box {
		display: flex;
		margin: 50px auto;
		flex-wrap: wrap;
		justify-content: center;
}
dt {
		font-weight: bold;
}
dd {
		margin-bottom: 20px;
}
.info {
		margin-right: 20px;
		margin-bottom: 40px;
}
.map {
		width: 600px;
		height: 0;
		overflow: hidden;
		padding-bottom: 45%;
		margin: 0 5vw;
		position: relative;
}
.map iframe {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
}

@media screen and (max-width:600px) {
		.title h2 {
				font-size: 28px;
		}
		.title p {
				font-size: 20px;
		}
}