.access footer {
  padding-top: 0;
}

.footer__tel-bl {
  position: relative;
}
.footer__tel-bl .bubble {
  position: absolute;
  right: -5%;
  top: -35px;
}
.footer__tel-bl .bubble div {
  background: var(--color_l-orange);
  border-radius: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
}
.footer__tel-bl .bubble div p {
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}
.footer__tel-bl .bubble div p span {
  display: block;
}

.access-slider .swiper-wrapper {
  transition-timing-function: linear;
  height: auto;
}
.access-slider .swiper-wrapper .swiper-slide {
  padding: 0 1.5%;
}
.access-slider .swiper-wrapper img {
  border-radius: 10px;
  width: 100%;
}

.access-map {
  background: #f9f6f2;
  margin-top: -150px;
  padding-bottom: 120px;
  padding-top: 300px;
}

.map_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px;
}
.map_flex .scroll-hint-shadow-wrap {
  width: 55%;
}
.map_flex .scroll-hint-shadow-wrap .map-illu {
  border-radius: 25px;
  border: 2px solid var(--color_orange);
}
.map_flex .map_flex-cont {
  margin-left: 5%;
  width: 45%;
}
.map_flex .map_flex-cont .access-ttl-s {
  color: var(--color_orange);
  font-size: 15px;
  margin-bottom: 15px;
}
.map_flex .map_flex-cont .access-icon {
  font-size: 25px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.map_flex .map_flex-cont .access-icon span {
  font-size: 32px;
  color: var(--color_orange);
  margin-right: 5px;
}
.map_flex .map_flex-cont .f24 {
  margin-bottom: 25px;
}

.access-parking {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.access-parking li {
  border: 1px solid var(--color_orange);
  color: var(--color_orange);
  border-radius: 5px;
  padding: 7px 15px 4px;
  font-size: 17px;
  font-weight: 600;
}

.google iframe {
  border-radius: 25px;
  height: 500px;
}

.access-serv {
  padding: 120px 0;
  margin-bottom: -120px;
}
.access-serv .access-ttl {
  color: var(--color_orange);
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}

.access-serv_list {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -1.25%;
}
.access-serv_list li {
  max-width: 180px;
  width: 14%;
}
.access-serv_list li a {
  border-radius: 20px;
  background-color: #fff;
  padding: 30px 5px;
  display: block;
  color: var(--color_bk);
  box-shadow: rgba(184, 144, 213, 0.2) 0px 2px 8px 0px;
  border: 1px solid transparent;
  transition-duration: 0.3s;
}
.access-serv_list li a:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 0px 0px 0px;
  transition-duration: 0.3s;
  border: 1px solid #ececec;
}
.access-serv_list li a .icon {
  height: 85px;
  margin-bottom: 20px;
  justify-content: center;
  display: flex;
}
.access-serv_list li a .f22 {
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .access .footer__flex {
    width: 100%;
  }
  .access .footer__flex .cont {
    width: 100%;
  }
  .access .footer__tel-caution {
    font-size: 1.2rem;
    text-align: left;
    white-space: nowrap;
  }
  .footer__tel-bl .bubble {
    right: 1%;
  }
  .access-map {
    margin-top: -150px;
    padding-bottom: 80px;
    padding-top: 230px;
  }
  .map_flex .map_flex-cont .access-icon {
    font-size: 16px;
  }
  .map_flex .map_flex-cont .access-icon span {
    font-size: 25px;
    margin-right: 2px;
  }
  .map_flex .map_flex-cont .f24 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .access-parking li {
    padding: 3px 10px 0px;
    font-size: 13px;
  }
  .access-serv {
    padding: 80px 0;
    margin-bottom: -80px;
  }
  .access-serv .access-ttl {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .access-serv_list li a .f22 {
    font-size: 16px;
  }
  .access-serv_list li a .icon {
    height: 55px;
    margin-bottom: 10px;
  }
}
@media (max-width: 834px) {
  .footer__tel-bl .bubble {
    right: -9%;
  }
  .map_flex {
    display: block;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
  }
  .map_flex .map-illu {
    width: 100%;
  }
  .map_flex .map_flex-cont {
    margin-left: 0;
    width: 100%;
    margin-top: 25px;
  }
  .map_flex .map-illu {
    border-radius: 10px;
  }
  .google iframe {
    border-radius: 10px;
    height: 300px;
  }
  .access-serv {
    padding: 80px 0 40px;
    margin-bottom: 0;
  }
  .access-serv_list li {
    max-width: 48%;
    width: 48%;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 449px) {
  .access footer {
    padding: 0 5% 20px;
  }
  .access-map {
    margin-top: -70px;
    padding-bottom: 80px;
    padding-top: 120px;
  }
  .map_flex .scroll-hint-shadow-wrap {
    width: 100%;
  }
  .horizontal-scroll {
    width: 580px;
  }
  .access-serv .access-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .map_flex .map_flex-cont .access-ttl-s {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .map_flex .map_flex-cont .access-icon {
    font-size: 14px;
  }
  .map_flex .map_flex-cont .f24 {
    font-size: 16px;
  }
}/*# sourceMappingURL=access.css.map */