.dmstore-title-box {
  width: 1100px;
  height: 150px;
  padding: 40px 0 0 0;
}
p {
  color: black;
}
.dmstore-title-box > p.dmstore-big-title {
  width: 100%;
  height: 50px;
  font-size: 1.5rem;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dmstore-title-box > p.dmstore-small-title {
  width: 100%;
  height: 40px;
  font-size: 1.0rem;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dmstore-body-banner {
  width: 1200px;
  height: 550px;
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dmstore-body-banner > img {
  width: 100%;
  height: auto;
}
.dmstore-body {
  width: 1100px;
  height: auto;
  padding: 0;
}
.dmstore-map {
  width: 100%;
  height: 450px;
}
.dmstore-text {
  display: flex;
  width: 100%;
  padding: 10px 0 60px 0;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  border-bottom: 1px solid #f8f8f8;
}
.dmstore-text > p {
  padding: 0 0 0 60px;
   margin: 0;
  font-size: 1.0rem;
  font-weight: normal;
  height: 30px;
}
.dmstore-text > p:first-child {
  font-size: 1.2rem;
  padding: 10px 0 0 20px;
  height: 50px;
}

.shop-image-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0
}
.shop-image-section > div {
  width: 50%;
  height: auto;
  padding: 10px 5px 10px 5px;
}
.shop-image-section > div:first-child {
  padding: 10px 5px 10px 0;
}
.shop-image-section > div:last-child {
  padding: 10px 0 10px 5px;
}
.shop-image-section > div > img {
  width: 100%;
  height: auto;
}