@charset "UTF-8";
/*カテゴリーボタン*/
.access-category-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}

.access-category-button {
  font-size: 18px;
  font-weight: bold;
  padding: 25px 16px 24px 0px;
  border-radius: 50px;
  background: #3c9cff;
  color: #fff;
  border: 1px solid #3c9cff;
  position: relative;
  width: 50%;
  max-width: 250px;
  margin: 0px 1.5%;
  text-align: center;
}
.access-category-button:after {
  position: absolute;
  font-family: "Material Icons";
  content: "\e5db";
  color: #3c9cff;
  right: 15px;
  font-size: 10px;
  top: 50%;
  background: #fff;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.access-category-button:hover,
.access-category-button.is-active {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: #fff;
  color: #3c9cff;
}
.access-category-button:hover:after,
.access-category-button.is-active:after {
  background: #3c9cff;
  color: #fff;
}

@media (max-width: 834px) {
  .access-category-buttons {
    margin-bottom: 30px;
  }
  .access-category-button {
    font-size: 14px;
    padding: 13px 16px 14px 0;
  }
  .access-category-button:after {
    width: 30px;
    height: 30px;
    right: 10px;
  }
}
.access-b-ttl {
  border-left: 4px solid #3c9cff;
  font-size: 36px;
  margin-bottom: 50px;
  padding: 10px 0 10px 35px;
  font-weight: 500;
}

.access-t-ttl {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 500;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.access-t-ttl img {
  width: 37px;
  height: 37px;
  margin-right: 15px;
  display: inline-block;
}

.access-d-ttl {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 10px;
}
.access-d-ttl span {
  color: #3c9cff;
  margin-right: 15px;
  display: inline-block;
}

@media (max-width: 1080px) {
  .access-b-ttl {
    font-size: 30px;
    padding: 10px 0 10px 20px;
  }
  .access-tel a {
    font-size: 25px;
  }
  .access-t-ttl {
    font-size: 24px;
  }
  .access-t-ttl img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
@media (max-width: 834px) {
  .access-b-ttl {
    font-size: 24px;
    margin-bottom: 20px;
    padding: 5px 0 5px 14px;
  }
  .access-t-ttl {
    margin-bottom: 25px;
    padding-bottom: 5px;
    font-size: 20px;
  }
  .access-d-ttl {
    margin-bottom: 10px;
  }
}
.access-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.access-branch {
  width: 50%;
}
.access-branch img {
  width: 100%;
}

@media (max-width: 1200px) {
  .access-branch {
    width: 46%;
  }
}
#access-swiper-container .swiper-pagination {
  position: relative;
  margin-top: 30px;
}

.access-flex-cont {
  margin-left: 5%;
  width: 50%;
}

@media (max-width: 834px) {
  .access-flex {
    display: block;
  }
  .access-branch {
    width: 100%;
  }
  .access-flex-cont {
    margin-left: 0;
    width: 100%;
  }
}
.access-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.7;
}
.access-add p {
  margin-left: 20px;
}
.access-add a {
  border-bottom: 1px solid #444c55;
  display: inline-block;
  font-size: 15px;
  line-height: 1.2;
}
.access-add span {
  color: #444c55;
  font-family: "Material Icons", sans-serif;
  font-size: 14px;
}

.access-tel a {
  color: #3c9cff;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.4;
  margin: 10px 0 20px;
}

.access-station {
  margin-bottom: 40px;
}
.access-station .nearest {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 15px;
  margin-right: 20px;
}

.access-route {
  margin-bottom: 50px;
  height: 120px;
}

.access-route-img {
  width: 1200px;
}

@media screen and (max-width: 1200px) {
  .access-route {
    max-width: 1000px;
  }
  .access-route-img {
    width: 850px;
  }
}
.access-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 70px;
}
.access-video iframe {
  aspect-ratio: 16/9;
  width: 100% !important;
}

@media screen and (max-width: 834px) {
  .access-add {
    display: block;
  }
  .access-add p {
    margin-left: 0;
  }
}
.access-park-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.access-park-wrap .access-park-b {
  color: #fff;
  font-size: 17px;
  line-height: 1;
  background: #2468ae;
  border-radius: 5px;
  padding: 7px 15px 5px;
  margin-right: 10px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}
.access-park-wrap .access-park-g {
  background: #f5f5f5;
  font-size: 17px;
  line-height: 25px;
  color: #2468ae;
  border-radius: 5px;
  height: 36px;
  padding: 7px 15px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-weight: 600;
}
.access-park-wrap .access-park-g span {
  font-size: 24px;
  line-height: 1;
}

.park-detail {
  margin-bottom: 30px;
}
.park-detail li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 15px;
  line-height: 1.7;
}
.park-detail li.underline {
  margin-bottom: 20px;
  text-indent: 0;
  padding-left: 0;
}
.park-detail li.underline p {
  border-bottom: 1px solid #444c55;
  display: inline;
}
.park-detail li .blue {
  color: #3c9cff;
}

.access-park {
  margin-bottom: 7dvb;
}

.access-park-img {
  width: 1200px;
}

@media screen and (max-width: 1080px) {
  .access-park {
    max-width: 1000px;
  }
}
@media screen and (max-width: 834px) {
  .access-park-wrap {
    display: block;
    margin-bottom: 20px;
  }
  .access-park-wrap .access-park-b {
    font-size: 13px;
    margin: 0 0 10px;
  }
  .access-park-wrap .access-park-g {
    font-size: 13px;
  }
  .access-park-wrap .access-park-g span {
    font-size: 18px;
  }
  .access-park-img {
    width: 750px;
  }
}
.access-b-wrap {
  background: #f5f5f5;
  border-radius: 10px;
  margin-bottom: 70px;
  padding: 35px 5%;
}

.access-b-route {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.access-b-route .access-t-ttl {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.access-b-route .bus {
  font-size: 18px;
  margin: 0 20px;
  line-height: 1.7;
}
.access-b-route .bus span {
  display: inline-block;
  position: relative;
  width: 80px;
}
.access-b-route .bus span:after {
  position: absolute;
  content: "";
  background: #444c55;
  height: 1px;
  width: 90%;
  left: 9%;
  top: 50%;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.access-b-route .bus-walk {
  border: 1px solid #3c9cff;
  border-radius: 5px;
  color: #3c9cff;
  padding: 7px 15px 5px;
  font-weight: 500;
}

@media screen and (max-width: 1080px) {
  .access-b-route {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .access-b-route .access-t-ttl {
    margin-bottom: 20px;
    width: 100%;
  }
  .access-b-route .bus {
    margin: 0 0 15px;
    font-size: 15px;
  }
  .access-b-route .bus span {
    width: 30px;
  }
  .access-b-box-flex p {
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: center;
  }
}
.access-b-box {
  background: #fff;
  border-radius: 10px;
  padding: 35px 5%;
}

.access-b-box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.access-b-box-flex p {
  line-height: 1.7;
}
.access-b-box-flex a {
  color: #fff;
  font-weight: 400;
  background: #3c9cff;
  padding: 7px 20px 5px;
  border-radius: 30px;
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  max-width: 200px;
  width: 100%;
}

@media screen and (max-width: 500px) {
  .access-b-box-flex a {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
  .access-b-box-flex {
    display: block;
  }
}/*# sourceMappingURL=access.css.map */