.about-harekei {
  background: #ffdada;
  background: linear-gradient(135deg, #ffdada 0%, #c2dbf1 100%);
  padding: 30px 15px;
  margin-bottom: -30px;
}
.about-harekei__wrap {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 15px;
  border-radius: 10px;
}
.about-harekei__title {
  font-size: 16px;
  margin-bottom: 15px;
}
.about-harekei__text {
  font-size: 14px;
  line-height: 1.6;
}

.map__image-box {
  text-align: center;
}
.map__image {
  width: 100%;
  max-width: 450px;
}
.map__item {
  font-size: 14px;
  line-height: 1.8;
}
.map__item::before {
  font-family: "Material Icons Round";
  content: "\e55d";
  display: inline-block;
  transform: rotate(90deg);
  margin-right: 5px;
  color: #FF8E8E;
}
.map__link + .map__item {
  margin-top: 30px;
}
.map__text {
  font-size: 14px;
  line-height: 1.8;
}
.map__shop-map {
  text-align: center;
}
.map__shop-map img {
  width: 100%;
  max-width: 590px;
}
.map__shop-address {
  width: 100%;
  max-width: 590px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
}
.map__shop-list {
  width: 100%;
  max-width: 590px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  line-height: 1.8;
}
.map__shop-item span {
  background-color: #FF8E8E;
  margin-right: 10px;
  padding: 0 5px;
  color: #fff;
  border-radius: 3px;
}
.map__gps {
  background-color: #dfdfdf;
  padding: 15px;
  border-radius: 10px;
}
.map__gps-item {
  list-style: disc;
  list-style-position: inside;
  line-height: 1.8;
  font-size: 12px;
}
.map__catch {
  padding: 15px;
  background-color: #FF8E8E;
  max-width: 590px;
  margin-right: auto;
  margin-left: auto;
}
.map__catch-title {
  color: #efefef;
  font-size: 14px;
}
.map__catch-img {
  text-align: center;
  margin: 15px 0;
}
.map__catch-img img {
  width: 100%;
  max-width: 300px;
  border: solid 5px #ddd;
}
.map__catch-text {
  font-size: 14px;
  line-height: 1.8;
  color: #efefef;
}/*# sourceMappingURL=map.css.map */