body {
  margin: 0;
  padding: 0;
}

.menu-poster {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-top: -40px;
}

.menu-banner {
  width: 100vw;
  height: 100vh;
  max-height: 70vh;
  background-size: cover;
  background-image: url('/assets/png/location.png');
  font-family: 'taco-lon', sans-serif;
  color: white;
  text-shadow: 4px 4px 4px #000000;
  filter: brightness(0.8);
}

.div-content {
  width: 60%;
  position: relative;
  top: 50%;
  padding-left: 110px;
  color: white;
  font-size: 2.5rem;

}

.notice-content {
  position: relative;
  top: 50%;
  width: 80%;
  padding: 50px 110px;
  font-size: clamp(16px, 1.5vw, 24px);
  font-family: 'taco-avenir', 'sans-serif';
  color: var(--main-bg-yellow);
}

.loc-header,
.shop-region {
  display: flex;
  justify-content: center;
  color: var(--main-bg-green);
}

.loc-header {
  color: #15473c;
  font-family: 'taco-din', 'IBM Plex Sans Condensed', 'sans-serif';
  font-size: 2.6rem;
  padding-top: 36px;
}

.shop-region {
  font-size: 1.8em;
  font-family: 'taco-avenir', sans-serif;
  font-weight: 100;
  border-bottom: 2px solid #FFC217;
}

.location-info {
  font-family: 'taco-avenir', sans-serif;
  padding: 0 110px 110px 110px;
}

.details {
  display: flex;
  justify-content: center;
  color: var(--main-bg-green);
}

.shop-info {
  line-height: 20%;
  width: 45vw;
  padding-right: 5%;
  > p {
    line-height: 16px;
  }
}

.map {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .location-info {
    padding: 0 5% 5% 5%;
  }

  .menu-poster {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin-top: -40px;
    height: 60vh;
  }

  .menu-banner {
    width: 100vw;
    height: 100%;
    max-height: 70vh;
    background-size: cover;
    background-image: url('/assets/png/mobile-location-banner.png');
    font-family: 'taco-lon', sans-serif;
    color: white;
    text-shadow: 4px 4px 4px #000000;
    filter: brightness(0.8);
  }

  .details {
    flex-wrap: wrap;
  }

  .shop-info {
    width: 100vw;
    margin-right: auto;
  }

  .map {
    padding-bottom: 5%;
  }

  .location:last-child {
    padding-bottom: 50px;
  }

  .div-content {
    width: 70%;
    position: relative;
    top: 20%;
    padding-left: 40px;
    color: white;
    font-size: 1.6rem;
  }

  .notice-content {
    position: relative;
    top: 20%;
    width: 80%;
    padding: 40px;
    font-family: 'taco-avenir', 'sans-serif';
    color: var(--main-bg-yellow);
    font-size: clamp(16px, 1.8vw, 30px);
  }
}
