@charset "UTF-8";

section article.access_content {
	margin-top: 30px;
}
h2.subtitle {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 1.2em;
}

.access_map {
  margin-bottom: 30px;
}
.access_map iframe {
	width: 100%;
	height: 300px;
}
.access_map p {
  font-size: 14px;
  text-align: center;
  margin-top: 1em;
}

.access_root div {
    background: #eee;
	padding: 20px;
}
.access_root div h3 {
    font-size: 16px;
    font-weight: 400;
  color: #326440;
    margin: 0px 0px 10px;
    text-align: center;
    line-height: 1.6;
}
.access_root div li {
  line-height: 2;
  padding-left: 1.2em;
	list-style: none;
  position: relative;
}
.access_root div li::before {
  content: "▪";
  color: #326440;
  position: absolute;
  top: 0px;
  left: 0px;
}
.access_root .access_img {
	margin-top: 1em;
	text-align: center;
}


@media (min-width: 768px) {
section article.access_content {
	margin-top: 50px;
}
h2.subtitle {
	font-size: 3rem;
}

.access_map iframe {
	height: 400px;
}
.access_map p {
  font-size: 18px;
}

.access_root {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
.access_root div {
    padding: 30px 45px;
	width: 48%;
}
.access_root div h3 {
    font-size: 20px;
}
.access_root .access_img {
	width: 48%;
	margin-top: 0;
}
}

@media (min-width: 1200px) {
section article.access_content {
	margin-top: 80px;
}
h2.subtitle {
	font-size: 3.8rem;
}

.access_map iframe {
	height: 450px;
}
.access_map p {
  font-size: 20px;
}

.access_root div {
    padding: 40px 45px;
}
.access_root div h3 {
    font-size: 24px;
}
}

