ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.Home {
  background-image: url(../images/TOP.jpg);
  background-size: cover;
  background-position: center;
}
main {
  margin-top: 88px;
}
.bg-dark-translucent {
  background-color: rgba(33, 37, 47, .3) !important;
}
.social-link {
  width: 2em;
  height: 2em;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  border-radius: 50%;
  text-decoration: none;
}
.shop-link {
  width: 3em;
  height: 3em;
  padding: 1rem;
  text-align: center;
  line-height: 0.3;
  font-size: 1.5rem;
  border-radius: 50%;
  background-color: #ffc107;
}
.shop-link span {
  font-size: 0.5rem;
  line-height: 0;
}
.d-sm-flex .shop-link {
  width: auto;
  height: auto;
  padding: .5rem 1rem;
  line-height: inherit;
  background-color: transparent;
  border-radius: 0;
}
.nav-link.active {
  border-bottom: 2px solid white;
}
.home-content {
  max-width: 540px;
  padding: 60px;
  background-color: rgba(33, 37, 47, .3) !important;
}
.section-title {
  display: inline-block;
  font-size: calc(1rem + .9vw);
  border: 1px solid #212529;
  padding: .5rem 1rem;
  min-width: 200px;
  text-align: center;
}
.gmap-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.gmap-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .bg-dark-translucent {
    background-color: rgba(33, 37, 47, .7) !important;
  }
  .home-content {
    padding: 30px;
  }
}