@charset "UTF-8";
/* CSS Document */
.section-access_main h2 {
  padding: 60px 0;
  font-size: 3.2rem;
}
.section-access_main-text{
	text-align: left;
	width: 600px;
	margin: 30px auto 60px;
	}
@media(max-width:1160px) {
.section-access_main h2 {
    padding: 20px 0 40px;
    margin: 0;
    font-size: 2.0rem;
  }
	.section-access_main-text{
	width: 280px;
	font-size: 1.4rem;
    line-height: 1.6rem;
    padding-bottom: 30px;
		margin: 0 auto;
	}
}
.section-access_map h3 {
	font-size: 2.4rem;
	font-weight: 400;
	margin-bottom: 30px;
}
.section-access_map p {
	font-size: 2.4rem;
	font-weight: 400;
	margin-bottom: 60px;
}
.section-access_map iframe {
	width: 750px;
	height: 500px;
	margin-bottom: 60px;
}
@media(max-width:1160px) {
	.section-access_map h3 {
	font-size: 1.8rem;
	font-weight: 400;
	margin-bottom: 20px;
}
.section-access_map p {
	font-size: 1.8rem;
	font-weight: 400;
	margin-bottom: 40px;
}
.section-access_map iframe {
	width: 80vw;
	height: 50vh;
	margin-bottom: 30px;
}
}
.section-access__text {
	padding-bottom: 50px;
}
.section-access__text h3 {
	font-size: 2.4rem;
	font-weight: 400;
	margin-bottom: 30px;
	}
.section-access__text p {
	font-size: 1.8rem;
	margin-bottom: 30px;
	}
.section-access__walk {
	text-align: right;
	width: 400px;
	margin: 0 auto;
}
.br-sp {
	display: none;
}
@media(max-width:1160px) {
	.section-access__text {
	padding-bottom: 40px;
}
.section-access__text h3 {
	font-size: 1.8rem;
	font-weight: 400;
	margin-bottom: 20px;
	}
.section-access__text p {
	font-size: 1.6rem;
	margin-bottom: 20px;
	}
.section-access__walk {
	text-align: center;
	width:auto;
}
	.br-sp {
	display: block;
}
}