@charset "UTF-8";


.feature-ryo .feature-h2{
  color: #573f96;
}
.feature-ryo .feature-btn{
  background: #573F96;
}

.background {
  background: url('http://taratta-tachikawa.jp/wp-content/uploads/2017/06/ryou-back.jpg');
}

.ryo-fitst {
  border-top: solid 10px #FFF100;
  border-bottom: solid 10px #FFF100;
  background: #fffdde;
}

.map-item {
  background: #b2cfea;
  padding: 1rem;
  border-radius: 10px;
  height: 100%;
}
.map-item__name {
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.map-item__name .number {
  display: inline-block;
  background: #518850;
  border-radius: 50%;
  color: #fff;
  line-height: 26px;
  width: 26px;
  text-align: center;
  margin-right: 1.5rem;
}
.map-item p {
  font-size: 1.4rem;
}

.feature-block a {
  color: $color_orange;
  text-decoration: underline;
}
.feature-block a:hover {
  text-decoration: none;
}