body {
  width: 100%;
  overflow-x: hidden;
  padding: 0 !important;
  margin: 0;
  min-height: 100vh !important;
}
.dealertitle {
  margin: 80px auto 20px;
  color: #000;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  line-height: 1.8em;
  padding-bottom: 10px;
}
.dealerwrap {
  margin: 0 auto;
  max-width: 800px !important;
}
.dealerlist {
  display: inline;
  margin: 0 auto;
}
li.dealer {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  padding: 22px 12px;
  font-size: 0.8em;
}

.shop {
  width: 58%;
  display: inline-block;
  font-weight: 600;
}
.map {
  width: 20%;
  display: inline-block;
  text-align: right;
}
.web {
  width: 20%;
  display: inline-block;
  right: 0;
  text-align: right;
}
.web a,
.map a {
  color: #000;
  text-decoration: none;
}
footer {
  bottom: 0 !important;
  position: absolute; /*←絶対位置*/
  width: 100%;
  margin-bottom: 0;
}

@media screen and (max-width: 968px) {
  .dealerwrap {
    margin: 0 auto;
    width: 94%;
  }
  .shop {
    width: 55%;
    display: inline-block;
    font-weight: 600;
  }
  .map {
    width: 20%;
    display: inline-block;
    text-align: left;
  }
}

@media screen and (max-width: 468px) {
  .dealerwrap {
    margin: 0 auto;
    width: 94%;
  }
  .shop {
    width: 50%;
    display: inline-block;
    font-weight: 600;
  }
  .map {
    width: 16%;
    display: inline-block;
    text-align: left;
  }
  .web {
    width: 22%;
    display: inline-block;
    right: 0;
    text-align: right;
  }
}
