.key_box .key_ttl #about-date{
  padding-top: 40px;
}
#sub_slide {
  margin-top: 50px;
}

#sub_slide h3 {
  text-align: center;
  font-size: 22px;
  padding-top: 30px;
  padding-bottom: 20px;
}
.live_music {
  background: #fff;
  margin-top: 80px;
  padding: 50px;
}
.live_music h3 {
  margin: 0;
  border-bottom: 2px solid #2c2c2c;
  padding-bottom: 5px;
  font-size: 18.72px;
}
.live_music dl {
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
}
.live_music dl dt {
  background: #f1f1f1;
  padding: 10px 20px;
  min-width: 140px;
  text-align: center;
}
.live_music dl dd {
  margin-left: 20px;
}
.live_music p.setlist {
  margin-top: 20px;
}

.live_music p.setlist a {
  text-decoration: underline;
}

@media screen and (max-width: 800px) {
  .live_music {
    margin-top: 30px;
    padding: 20px 5%;
  }
  .live_music dl {
    display: block;
  }
  .live_music dl dt {
    margin-bottom: 10px;
  }
  .live_music dl dd {
    margin-left: 0;
    padding: 0;
  }
}

@media screen and (min-width: 781px){
  .sp-only {
    display: none!important;
  }
}

/* photogallery */
.gallery_box {
  background: url(../img/garalley.jpg) no-repeat center center;
  background-size: cover;
}
.gallery_box .BT_area a h2 {
  margin: 0 auto 10px;
  width: 141px;
}
.gallery_box .BT_area a .datecol .img_link_ico .bt_img {
  margin: 0 auto;
}
