@charset "UTF-8";

/* =========================================================
CONTENTS
========================================================= */


/* SET LIST
------------------------------ */
/* .setlist {
  padding: 20px 15px 0;
}

.sl-title {
	margin-bottom: 10px;
  text-align: center;
  border-bottom: solid 1px #000;
  font-weight: 700;
}

.setlist ul li {
  width: 100% !Important;
  padding-bottom: 0px !Important;
  border: none !Important;

} */
/* ----- */


/* SET LIST
------------------------------ */

#setlist {
  background: #fff;
}

#setlist h2 {
  font-family: vinyl,sans-serif;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 20px;
}
#setlist div.perfomance {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#setlist div.perfomancebox {
  max-width: 400px;
  margin: 5px;
  padding: 10px;
  background: #000;
  text-align: left;
  color: #fff;

}

#setlist div.perfomancebox p.name {
  font-size: 1.3em;
}

#setlist div.perfomancebox span.reed {
  font-size: 0.8em;
  color: #face00;
}

#setlist p {
  margin: 20px 0;
}

/* ----- */

/* PC表示は以下 */
@media screen and (min-width: 641px) {
  #setlist div.perfomancebox {
    max-width: 400px;
  }
}