img {
  width: 100%;
  height: auto;
  display: flex;
}

.footer {
  position: relative;
}
.footer .ggmap {
  position: absolute;
  top: 12%;
  right: 0;
  left: 0;
  width: 90%;
  height: 29%;
  margin: 0 auto;
}
.footer .fix_banner {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 600px;
  width: 75%;
}

body {
  max-width: 800px;
  margin: 0 auto;
}

.main__cta {
  position: relative;
}
.main__cta--tel {
  position: absolute;
  bottom: 8%;
}
.main__flow {
  position: relative;
}
.main__flow--tel {
  position: absolute;
  top: 18.6%;
}