.c-subpage-title {
  width: 310px;
  height: 60px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 29px;
}

.c-subpage-title h2 {
  font-weight: bold;
  font-size: 22px;
}

.c-subpage-title--area {
  margin: 10px auto 23px;

}

.c-subpage-title--guest {
    border: 3px solid #e45d40;
}

.c-subpage-title--guest h2 {
  color: #e45d40;
}

.c-subpage-title--rkb {
    border: 3px solid #E866BC;
}

.c-subpage-title--rkb h2 {
  color: #E866BC;
}


.c-subpage-title--grass {
    border: 3px solid #01A244;
}

.c-subpage-title--grass h2 {
  color: #01A244;
}

.c-subpage-title--tower {
    border: 3px solid #27BFED;
}

.c-subpage-title--tower h2 {
  color: #27BFED;
}

.c-subpage-title--paveria {
    border: 3px solid #2871F2;
}

.c-subpage-title--paveria h2 {
  color: #2871F2;
}

.c-subpage-title--west {
    border: 3px solid #7D40C2;
}

.c-subpage-title--west h2 {
  color: #7D40C2;
}


.c-subpage-title--east {
    border: 3px solid #D4302F;
}

.c-subpage-title--east h2 {
  color: #D4302F;
}

