.c-map__map {
  text-align: center;
  margin-bottom: 4em;
}

.c-map__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-map__list::before {
  content: "";
  display: block;
  width: 23%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.c-map__list::after {
  content: "";
  display: block;
  width: 23%;
}

.c-map__list--purple {
  margin-top: 50px;
}

.c-map__item {
  width: 210px;
  height: 161px;
  position: relative;
  margin-bottom: 30px;
  padding: 40px 10px 10px;
  background-size: contain;
}

.c-map__item .number {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  font-size: 2.2rem;
  color: #cc6268;
  font-weight: bold;
  font-family: 'Kurobara';
  width: 45px;
  height: 45px;
  border: 2px solid #cc6268;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 8px #fff;
          box-shadow: 0 0 8px #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f3ddc1;
}

.c-map__item h5 {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: .5em;
  letter-spacing: -.5px;
}

.c-map__item p {
  font-size: 1.2rem;
  letter-spacing: -1px;
}

.c-map__item--01 {
  background-image: url(../img/map/bg01.png);
}

.c-map__item--01 h5 {
  color: #9f6315;
}

.c-map__item--01 p {
  color: #000;
}

.c-map__item--02 {
  background-image: url(../img/map/bg02.png);
}

.c-map__item--02 h5 {
  color: #fee04e;
}

.c-map__item--02 p {
  color: #fff;
}

.c-map__item--03 {
  background-image: url(../img/map/bg03.png);
}

.c-map__item--03 .number {
  color: #fee04e;
  border: 2px solid #fee04e;
  background-color: #8562cc;
}

.c-map__item--03 h5 {
  color: #fee04e;
}

.c-map__item--03 p {
  color: #fff;
}

.c-map__item--wide {
  width: 435px;
  height: 355px;
  background-image: url(../img/map/bg03_02.png);
}

.c-map__item--adjust {
  position: relative;
  top: -190px;
  margin-bottom: -190px;
}

.c-map__title {
  margin-top: 50px;
}

.c-map__table {
  width: 100%;
  text-align: center;
  border: 1px solid #fff;
  font-size: 1.1rem;
  margin-top: 10px;
}

.c-map__table th {
  color: #fff;
  text-align: center;
  padding: 1em .5em;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.c-map__table td {
  color: #fff;
  font-weight: normal;
  vertical-align: middle;
  text-align: left;
  padding: .7em .5em;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
