.overflow {
  content: '';
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 64%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 64%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 64%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  height: 30px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  right: 0px;
  z-index: 0;
}

.gym-list__item-name p {
  margin: 0;
}

.sport-obj__list a:after,
.gym-list__item-type a:after
{
  content: ",";
}

.sport-obj__list a:last-child::after,
.gym-list__item-type a:last-child::after{
  content: "";
}
.gym-list__item-name a{text-decoration: underline;}

.gym-list__item-head {
  font-size: 110%;
}
.gym-list ul {
  padding-left: 15px;
}

.gym-list {
  -moz-column-count: ;
  -webkit-column-count: ;
  column-count: ;
  list-style: none;
}

.gym-list__group-name {
  font-size: 90%;
  color: #1b2850;
  font-weight: bold;
  margin: 0;
  background-color: rgba(202, 205, 214, 0.47);
  padding: 10px;
}
.gym-list__item-name {
  font-size: 80%;
  border-left: solid 5px #ebebeb;
  padding-left: 15px;
  margin: 20px 0;
  list-style: none;
  display: inline-block;

}

#ymap img {
  float: left;
  margin: 0 10px 10px 0;
  box-shadow: 0px 0px 2px #000 inset;
  padding: 6px;
}
#ymap {
  width: 100%; height: 450px;
  box-shadow: 0 0 50px rgba(11,46,146,0.4);
  border: solid 1px #fff;
  margin: 50px 0;
}
.sport-item__detail-image {}