.Hline {
  height: 6px;
  width: 100%;
  background-color: #84D8D0;
}
.content-box .base-title-wrapper {
  margin: 3rem;
}
.content-box .contach-box {
  width: 100%;
  margin-top: 2.7rem;
  margin-bottom: 10rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-box .contach-box #map-box {
  width: 50%;
  height: 25rem;
}
.content-box .contach-box #map-box img {
  width: 100%;
}
.content-box .contach-box .location-box {
  height: 25rem;
  width: 55%;
  text-align: justify;
  font-weight: 400;
  color: #00635A;
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.content-box .contach-box .location-box .location {
  display: flex;
  margin: 1rem 0;
}
.content-box .contach-box .location-box .location .shops-box {
  margin: 0 1rem;
}
.content-box .contach-box .location-box .location .shops-box .shop-name {
  font-size: 1.6rem;
  color: #3C3C3C;
}
.content-box .contach-box .location-box .location .shops-box .shop-loca {
  font-size: 1.25rem;
  color: #686868;
}
.content-box .contach-box .location-box .location .shops-box a:hover .shop-name,
.content-box .contach-box .location-box .location .shops-box a:hover .shop-loca {
  color: #84D8D0;
}
@media screen and (max-width: 1010px) {
  .content-box .contach-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .content-box .contach-box #map-box {
    width: 70%;
  }
  .content-box .contach-box #map-box img {
    width: 100%;
  }
  .content-box .contach-box .location-box {
    width: 70%;
    margin-top: 2rem;
  }
  .content-box .contach-box .location-box .location {
    display: flex;
    margin-top: 1rem;
  }
  .content-box .contach-box .location-box .location .location-logo img {
    width: 5rem;
  }
}
