@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanmp_s-noto.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@400;500;700&display=swap");
.access-page {
  padding-top: 12vw;
  padding-bottom: 10.6666666667vw;
  margin-bottom: 10.6666666667vw;
}

@media screen and (min-width: 769px) {
  .access-page {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
}
.access-page .inner {
  padding-left: 0;
  padding-right: 0;
}

.c_access-navi {
  display: flex;
  justify-content: center;
  margin-top: 9.3333333333vw;
  padding-left: 2vw;
  padding-right: 2vw;
}

@media screen and (min-width: 769px) {
  .c_access-navi {
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    max-width: 850px;
  }
}
.c_access-navi .item {
  width: 33.3333333333%;
}

.c_access-navi .item a {
  padding-top: 2vw;
  padding-bottom: 2vw;
  background: #971341;
  color: #FFF;
  font-size: 3.6vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: block;
  text-align: center;
  border-radius: 0 2.2666666667vw 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .c_access-navi .item a {
    font-size: 24px;
    font-size: 2.4rem;
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.c_access-navi .item._car a:before {
  content: "";
  display: block;
  background-image: url(../../img/access/icn_car.png);
  width: 3.2vw;
  height: 3.2vw;
  margin-right: 2vw;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .c_access-navi .item._car a:before {
    width: 24px;
    height: 24px;
    margin-right: 15px;
  }
}
.c_access-navi .item._bus a:before {
  content: "";
  display: block;
  background-image: url(../../img/access/icn_bus.png);
  width: 3.2vw;
  height: 3.2vw;
  margin-right: 2vw;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .c_access-navi .item._bus a:before {
    width: 24px;
    height: 24px;
    margin-right: 15px;
  }
}
.c_access-navi .item._train a:before {
  content: "";
  display: block;
  background-image: url(../../img/access/icn_train.png);
  width: 3.2vw;
  height: 3.2vw;
  margin-right: 2vw;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .c_access-navi .item._train a:before {
    width: 24px;
    height: 24px;
    margin-right: 15px;
  }
}
.c_access-navi .item + .item {
  margin-left: 2vw;
}

@media screen and (min-width: 769px) {
  .access-map {
    max-width: 850px;
    margin: 0 auto;
  }
}
.access-map iframe {
  width: 100%;
  height: 100vw;
}

@media screen and (min-width: 769px) {
  .access-map iframe {
    height: 630px;
  }
}
.access-map-btn {
  text-align: center;
  margin-top: 4vw;
}

.access-map-btn a {
  background-color: #971341;
  color: #FFF;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.6vw;
  padding-left: 13.3333333333vw;
  padding-right: 13.3333333333vw;
  padding-top: 2.6666666667vw;
  padding-bottom: 2.6666666667vw;
  position: relative;
}

@media screen and (min-width: 769px) {
  .access-map-btn a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 20px 100px;
  }
}
.access-map-btn a:after {
  content: "";
  display: block;
  background-image: url(../../img/access/access-btn-arrow.svg);
  width: 2.4vw;
  height: 3.2vw;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  right: 2.6666666667vw;
}

@media screen and (min-width: 769px) {
  .access-map-btn a:after {
    width: 18px;
    height: 24px;
  }
}
.c_access_box {
  margin-top: 10vw;
  padding-right: 2vw;
  padding-left: 2vw;
}

@media screen and (min-width: 769px) {
  .c_access_box {
    margin-top: 75px;
  }
}
.c_access_box .title {
  text-align: center;
  font-size: 6.4vw;
  color: #971341;
  padding-bottom: 5.3333333333vw;
  position: relative;
  line-height: 1.2;
}

@media screen and (min-width: 769px) {
  .c_access_box .title {
    font-size: 48px;
    font-size: 4.8rem;
    padding-bottom: 40px;
  }
}
.c_access_box .title:before {
  content: "";
  display: block;
  width: 92%;
  height: 1px;
  transform: translate(-50%, -50%);
  background: #971341;
  bottom: 0;
  left: 50%;
  position: absolute;
}

.c_access_box figcaption {
  text-align: center;
  font-size: 3.4666666667vw;
  margin-top: 4vw;
  margin-bottom: 4vw;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .c_access_box figcaption {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.c_access_box figcaption:before {
  content: "";
  display: block;
  background-image: url(../../img/access/zoom-icon.svg);
  width: 4.4vw;
  height: 4.8vw;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 2.6666666667vw;
}

@media screen and (min-width: 769px) {
  .c_access_box figcaption:before {
    width: 26px;
    height: 26px;
    margin-right: 10px;
  }
}
.note-box {
  font-size: 3.2vw;
  border: 1px solid #971341;
  border-radius: 2vw;
  padding: 5.3333333333vw;
  margin-top: 5.3333333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .note-box {
    font-size: 20px;
    font-size: 2rem;
    padding: 40px;
    margin-top: 40px;
    border-radius: 15px;
  }
}
.note-box .red {
  color: #971341;
  margin-bottom: 9.3333333333vw;
}

@media screen and (min-width: 769px) {
  .note-box .red {
    margin-bottom: 30px;
  }
}
.note-box .text {
  line-height: 2;
  margin-bottom: 6.6666666667vw;
}

@media screen and (min-width: 769px) {
  .note-box .text {
    margin-bottom: 50px;
  }
}
.note-box .text._type02 {
  margin-bottom: 1.3333333333vw;
}

@media screen and (min-width: 769px) {
  .note-box .text._type02 {
    margin-bottom: 10px;
  }
}
.note-box ul li a {
  text-decoration: underline;
  color: #0000ff;
}

.note-box ul li + li {
  margin-top: 0.6666666667vw;
}

@media screen and (min-width: 769px) {
  .note-box ul li + li {
    margin-top: 5px;
  }
}
.note-box.no-border {
  border: 0;
  margin-top: 0vw;
}

.shuttle-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 6vw;
}

@media screen and (min-width: 769px) {
  .shuttle-flex {
    margin-top: 45px;
    justify-content: space-between;
  }
}
.shuttle-text {
  width: 100%;
}

.shuttle-img {
  width: 100%;
  margin-bottom: 6vw;
}

@media screen and (min-width: 769px) {
  .shuttle-img {
    width: 60%;
    margin-bottom: 0;
  }
}
.shuttle-bus-btn {
  text-align: center;
}

.shuttle-bus-btn a {
  display: inline-block;
  border: 1px solid #971341;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.3333333333vw;
  color: #971341;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 1.3333333333vw;
  padding-bottom: 1.3333333333vw;
  border-radius: 1.3333333333vw;
  position: relative;
}

@media screen and (min-width: 769px) {
  .shuttle-bus-btn a {
    font-size: 25px;
    font-size: 2.5rem;
    padding: 10px 75px;
    border-radius: 10px;
  }
}
.shuttle-bus-btn a:after {
  content: "";
  display: block;
  background-image: url(../../img/access/shuttle-bus-btn.svg);
  width: 4.4vw;
  height: 4.4vw;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  right: 0;
}

@media screen and (min-width: 769px) {
  .shuttle-bus-btn a:after {
    width: 33px;
    height: 33px;
  }
}
/*# sourceMappingURL=access.css.map */
