@charset "UTF-8";
/*　　　メニューナビ
-------------------------------------*/
.menu-nav {
  width: 100%;
  margin-bottom: 90px;
}

@media screen and (max-width: 999px) {
  .menu-nav {
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 600px) {
  .menu-nav {
    margin-bottom: 40px;
  }
}

.menu-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.menu-nav ul li {
  font-size: 16px;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  background-color: #ffffff;
  border: 2px solid #b9b9b9;
  border-radius: 10px;
  margin-bottom: 15px;
}

@media screen and (max-width: 999px) {
  .menu-nav ul li {
    width: 49%;
    margin-bottom: 1.5%;
    font-size: 15px;
    font-size: 1.5rem;
    border: 1.5px solid #b9b9b9;
  }
}

@media screen and (max-width: 600px) {
  .menu-nav ul li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
  }
}

.menu-nav ul li a {
  color: #666666;
  text-decoration: none;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 15px 20px;
}

@media screen and (max-width: 999px) {
  .menu-nav ul li a {
    padding: 13px 20px;
  }
}

@media screen and (max-width: 600px) {
  .menu-nav ul li a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
  }
}

.menu-nav ul li a svg {
  height: 25px;
}

@media screen and (max-width: 600px) {
  .menu-nav ul li a svg {
    display: none;
  }
}

.menu-nav ul li a span {
  padding-left: 15px;
}

@media screen and (max-width: 600px) {
  .menu-nav ul li a span {
    padding: 0;
  }
}

.menu-nav ul li:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #666666;
  border: 2px solid #666666;
}

.menu-nav ul li:hover:hover {
  opacity: 0.8;
}

.menu-nav ul li:hover a {
  color: #ffffff;
}

.menu-nav ul li:hover a:hover {
  opacity: 1;
}

.menu-nav ul li:hover a svg .cls-1 {
  stroke: #FFFFFF;
}

.menu-nav ul li:hover a svg .cls-2 {
  fill: #FFFFFF;
  stroke: #FFFFFF;
}

.menu-nav ul li:hover a svg .cls-3 {
  fill: #666666;
}

/*　　　MAP
-------------------------------------*/
.map-img {
  width: 100%;
}

.map-img img {
  display: block;
  margin: 0 auto;
  pointer-events: none;
}

.map-list {
  display: block;
  margin-top: 110px;
}

@media screen and (max-width: 999px) {
  .map-list {
    margin-top: 80px;
  }
}

@media screen and (max-width: 600px) {
  .map-list {
    margin-top: 50px;
  }
}

.map-list section {
  position: relative;
  margin-bottom: 90px;
}

@media screen and (max-width: 999px) {
  .map-list section {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 600px) {
  .map-list section {
    margin-bottom: 45px;
  }
}

.map-list section h2 {
  font-size: 25px;
  font-size: 2.5rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 999px) {
  .map-list section h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .map-list section h2 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.map-list section p {
  padding-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 999px) {
  .map-list section p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 600px) {
  .map-list section p {
    padding-top: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.map-list section a {
  color: #333333;
}

.map-list section a:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.map-list section a:hover:hover {
  opacity: 0.8;
}

.map-list section img {
  pointer-events: none;
}

.map-list section .car {
  color: #90b26c;
  position: relative;
  padding-left: 60px;
}

@media screen and (max-width: 999px) {
  .map-list section .car {
    padding-left: 50px;
  }
}

@media screen and (max-width: 600px) {
  .map-list section .car {
    padding-left: 42px;
  }
}

.map-list section .car::before {
  position: absolute;
  bottom: 10%;
  left: 0;
  content: '';
  background: url(../img/access/icon_car.svg) no-repeat;
  background-size: cover;
  width: 45px;
  height: 34px;
}

@media screen and (max-width: 999px) {
  .map-list section .car::before {
    width: 40px;
    height: 30px;
  }
}

@media screen and (max-width: 600px) {
  .map-list section .car::before {
    width: 35px;
    height: 26px;
  }
}

.map-list section .train {
  color: #588b9d;
  position: relative;
  padding-left: 50px;
}

@media screen and (max-width: 999px) {
  .map-list section .train {
    padding-left: 45px;
  }
}

@media screen and (max-width: 600px) {
  .map-list section .train {
    padding-left: 38px;
  }
}

.map-list section .train::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  background: url(../img/access/icon_train.svg) no-repeat;
  background-size: cover;
  width: 35px;
  height: 50px;
}

@media screen and (max-width: 999px) {
  .map-list section .train::before {
    width: 30px;
    height: 43px;
  }
}

@media screen and (max-width: 600px) {
  .map-list section .train::before {
    width: 25px;
    height: 36px;
  }
}

.map-list section .airplane {
  color: #e89d3b;
  position: relative;
  padding-left: 55px;
}

@media screen and (max-width: 999px) {
  .map-list section .airplane {
    padding-left: 45px;
  }
}

@media screen and (max-width: 600px) {
  .map-list section .airplane {
    padding-left: 38px;
  }
}

.map-list section .airplane::before {
  position: absolute;
  bottom: 10%;
  left: 0;
  content: '';
  background: url(../img/access/icon_airplane.svg) no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 999px) {
  .map-list section .airplane::before {
    width: 35px;
    height: 35px;
  }
}

@media screen and (max-width: 600px) {
  .map-list section .airplane::before {
    width: 30px;
    height: 30px;
  }
}

.map-list section .bus {
  color: #8c7eb7;
  position: relative;
  padding-left: 50px;
}

@media screen and (max-width: 999px) {
  .map-list section .bus {
    padding-left: 45px;
  }
}

@media screen and (max-width: 600px) {
  .map-list section .bus {
    padding-left: 38px;
  }
}

.map-list section .bus::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  background: url(../img/access/icon_bus.svg) no-repeat;
  background-size: cover;
  width: 38px;
  height: 48px;
}

@media screen and (max-width: 999px) {
  .map-list section .bus::before {
    width: 30px;
    height: 38px;
  }
}

@media screen and (max-width: 600px) {
  .map-list section .bus::before {
    width: 25px;
    height: 31.5px;
  }
}
/*# sourceMappingURL=access.css.map */