#banner {
  background-image: url(/image/banner_facilities.png);
}
#bd-main {
  padding: 40px 10px;
  max-width: 830px;
  font-size: 17px;
  line-height: 28px;
  text-align: center;
}
#bd-images {
  overflow: hidden;
}
#bd-images > dd {
  float: left;
  width: calc(100% / 6);
}
#bd-images > dd > img {
  display: block;
  width: 100%;
}
#bd-points {
  padding: 70px 20px;
}
#bd-points > dd {
  float: left;
}
#bd-points > dd:last-child {
  float: right;
}
#bd-points > dd > h2 {
  font-family: 'Crimson Text';
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
}
#bd-points > dd > ul {
  padding: 0;
  margin: 30px 0;
  list-style: none;
}
#bd-points > dd > ul > li {
  font-size: 17px;
  margin-bottom: 15px;
  padding-left: 25px;
  background: url(/image/point.png) no-repeat;
}

/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
  #bd-points > dd {
    float: none !important;
  }
}
@media screen and (max-width: 800px) {
  #bd-main {
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
  }
  #bd-images > dd {
    width: calc(100% / 3);
  }
  #bd-points {
    padding: 0 10px 20px;
  }
  #bd-points > dd > h2 {
    font-size: 20px;
    margin-top: 30px;
  }
  #bd-points > dd > ul {
    padding: 0;
    margin: 10px 0;
    list-style: none;
  }
  #bd-points > dd > ul > li {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
