@import url("./sp/park.css") only screen and (max-width: 767px);
@import url("/assets/sp/css/header_footer.css") only screen and (max-width: 767px);
@import url("/assets/css/common.css") only screen and (min-width: 768px);
@import url("./park.css") only screen and (min-width: 768px);

@media only screen and (max-width: 767px) {
  .hidden-sp {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .hidden-sp {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .hidden-pc {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) {
  .hidden-pc {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .visible-sp {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .visible-sp {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .visible-pc {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .visible-pc {
    display: block;
  }
}

.ab_park_header .ab_park_nav ul li a img {
  display: none;
}

@media only screen and (max-width: 767px) {
  .ab_park_header .ab_park_nav ul li a img {
    display: block;
  }
  .ab_park_header .ab_park_nav ul li a span {
    display: none;
  }
}