@media (min-width: 769px) {
  .cmn-header .hd-logo a {
    gap: 10px;
  }
}
.cmn-header .hd-logo .store {
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 769px) {
  .cmn-header .hd-logo .store {
    font-size: 14px;
    margin-top: 3px;
  }
}
@media (min-width: 769px) {
  .cmn-header .main-nav ul {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .cmn-header .main-nav ul .text {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .cmn-header .main-nav ul li.food .icon::before {
    margin-top: 3px;
  }
}
@media (max-width: 768px) {
  .cmn-header .main-nav ul li.access {
    display: contents;
  }
  .cmn-header .main-nav ul li.access .icon::before {
    aspect-ratio: 34/17;
    width: 34px;
    -webkit-mask: url(../../assets-common/images/icon/access.svg) right top/contain no-repeat;
    mask: url(../../assets-common/images/icon/access.svg) right top/contain no-repeat;
    margin-top: 4px;
  }
}
@media (min-width: 769px) {
  .cmn-header .sub-nav ul .time a {
    padding: 0 15px;
  }
}

.home-footer-top .googlemap {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .home-footer-top .googlemap {
    margin-top: 40px;
  }
}

@media (min-width: 769px) {
  .home-footer-top .googlemap .store-info {
    max-width: 551px;
  }
}
.home-footer-top .googlemap .store-info .logo {
  display: flex;
  gap: 3px;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .home-footer-top .googlemap .store-info .logo .aeontown img {
    width: 223px;
  }
}
.home-footer-top .googlemap .store-info .logo .store {
  font-size: 18px;
  font-weight: 700;
}
.home-footer-top .googlemap .store-info .info {
  margin-top: 7px;
}
@media (min-width: 769px) {
  .home-footer-top .googlemap .store-info .info {
    margin: 0;
    line-height: 1.57142857;
  }
}

.cmn-footer .ft-top {
  padding: 30px 18px 30px;
}
@media (min-width: 769px) {
  .cmn-footer .ft-top {
    padding: 34px 0;
    text-align: right;
  }
}

.cmn-footer .ft-top .copyright {
  padding: 0;
  margin: 0;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .cmn-footer .ft-top .copyright {
    margin-left: auto;
  }
}

@media (min-width: 769px) {
  .cmn-card-body .floor {
    margin-top: 8px;
  }
}

.page-shop-detail .shop-detail-block .shop-head .shop {
  position: relative;
}
.page-shop-detail .shop-detail-block .shop-head .shop .taxfree {
  width: 80px;
  margin-bottom: 10px;
}
@media screen and (min-width: 950px) {
  .page-shop-detail .shop-detail-block .shop-head .shop .taxfree {
    width: 89px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
}

.page-access .subpage-title {
  margin-bottom: 28px;
}
@media (min-width: 769px) {
  .page-access .subpage-title {
    margin-bottom: 60px;
  }
}
.page-access .box-access-head .text {
  margin-top: 0;
}
/*# sourceMappingURL=map/language.css.map */