@charset "UTF-8";
.access {
  color: #050505;
}
.access_wrap {
  width: 90%;
  margin: 0 auto;
}
.access_wrap h1 {
  text-align: center;
  margin: 40px 0 80px;
  font-size: 45px;
}
@media screen and (max-width: 860px) {
  .access_wrap h1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 599px) {
  .access_wrap h1 {
    font-size: 30px;
  }
}
.access_course {
  margin-bottom: 80px;
}
.access_course h2 {
  font-size: 30px;
  border-left: 6px solid #41AE13;
  padding-left: 8px;
  margin-bottom: 16px;
}
@media screen and (max-width: 599px) {
  .access_course h2 {
    font-size: 25px;
  }
}
.access_course img {
  margin: 0 auto;
  height: 70vh;
}
@media screen and (max-width: 599px) {
  .access_course img {
    width: 90%;
    height: auto;
  }
}
.access_guide {
  margin-bottom: 80px;
}
.access_guide h2 {
  font-size: 30px;
  border-left: 6px solid #41AE13;
  padding-left: 8px;
  margin-bottom: 16px;
}
@media screen and (max-width: 599px) {
  .access_guide h2 {
    font-size: 25px;
  }
}
.access_guide img {
  margin: 0 auto;
  height: 70vh;
  margin-bottom: 24px;
}
@media screen and (max-width: 599px) {
  .access_guide img {
    width: 90%;
    height: auto;
  }
}
.access_guide-map {
  width: 100%;
  position: relative;
  padding-top: 48%;
  margin-bottom: 40px;
}
.access_guide-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access_guide-transport h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
  font-size: 22px;
  position: relative;
  padding: 0 8px 8px;
  border-bottom: 1px solid #41AE13;
  background: #FEFEFE;
}
.access_guide-transport h3::before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #41AE13 transparent transparent transparent;
}
.access_guide-transport h3::after {
  position: absolute;
  bottom: -13px;
  left: 1em;
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #FEFEFE transparent transparent transparent;
}
.access_guide-transport p {
  font-size: 18px;
  margin-bottom: 16px;
  line-height: 25.2px;
  letter-spacing: 0.15rem;
}
.access_guide-transport p span {
  font-weight: bold;
}
.access_guide-transport p:last-child {
  margin-top: 16px;
}
@media screen and (max-width: 599px) {
  .access_guide-transport p {
    font-size: 16px;
  }
}
.access_guide-transport a {
  color: #277507;
  text-decoration: none;
  padding: 8px 0;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
.access_guide-transport a::before {
  content: "▶︎";
  margin-right: 8px;
}
.access_guide-transport a:hover {
  opacity: 0.7;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .access_guide-transport a {
    font-size: 16px;
  }
}
.access_return {
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #41AE13;
}
.access_return button {
  padding: 8px 40px;
  background: #41AE13;
  border: 2px solid #41AE13;
  color: #FEFEFE;
  border-radius: 10px;
  font-weight: bold;
  letter-spacing: 0.15rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.access_return button:hover {
  border: 2px solid #41AE13;
  background: #FEFEFE;
  color: #050505;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}/*# sourceMappingURL=access.css.map */