@charset "UTF-8";

/* CSS INFORMATION -====================================================
File name : timetable.css
Description : タイムテーブル
===================================================================== */
/* =====================================================================
    head
======================================================================*/
.main {
  background: none !important;
}


/* =====================================================================
    timetable
======================================================================*/
.timetable {
  padding: 12rem 0;
  letter-spacing: 0;
  background-image: url(../images/common/bg_pattern_t-sp.png), url(../images/common/bg_pattern_b-sp.png);
  background-repeat: no-repeat;
  background-position: top right, bottom left;
  background-size: 100% auto;
}

.timetable-list p {
  /*text-align: center; */
  /* font-size: 2.2rem; */
  font-size: 2.5rem;
  line-height: 1.5;
}

.timetable-list .timetable-table {
  width: 100%;
}

.timetable-list .timetable-table:not(:first-child) {
  margin-top: 8rem;
}

.timetable-list h3 {
  width: 32rem;
  margin: 0 auto;
  padding: 0.8rem 0;
  background: #0068b7;
  border-radius: 50vh;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
.areas{
  margin-bottom: 3rem;
  text-align: center;
}
.timetable-list table {
  position: relative;
  margin: 0 auto;
  width: 90%;
  border-radius: 1rem;
}

.timetable-list tr {
  width: 100%;
  border-bottom: 1px solid #e60012 !important;
}

.timetable-list tr:last-of-type {
  border-bottom: none;
}

.timetable-list tr th {
  padding: 1.2rem;
  font-size: 2.2rem;
  vertical-align: middle;
  line-height: 1.2;
  /* background: #e60012; */
  /* border: 2px solid #e60012; */
}

/* .timetable-list tr .no {
  width: 10%;
  background: #978119;
  color: #fff;
  text-align: center;
} */
.timetable-list tr .artist {
  width: 45%;
  /* background: #e60012; */
  color: #0068b7;
  font-size: 2.2rem;
}

.timetable-list tr .music {
  width: 55%;
  /* background: #e60012; */
  color: #000000;
  font-size: 2.2rem;
  vertical-align: bottom;
}



.timetable-list .timetable-table:nth-child(odd) table::before {
  right: auto;
  left: 0;
  margin: 0 0 -4rem -4rem;
}

.artist_anime {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
 font-size: 0.9em;
  background-color: #001cc7;
  color: #ffe760;
  padding: 0.3rem;
  margin-bottom: 1rem;
  margin: 4px 10px;
}

.artist_kawaii {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
 font-size: 0.9em;
  background-color: #ff5656;
  color: #fff;
  padding: 0.3rem;
  margin-bottom: 1rem;
  margin: 4px 10px;
}

.time_small {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.7em;
  margin: 10px auto;
}

.table_design{
  background: #fff;
  border-image: linear-gradient(90deg, #41a0e9 50%, #ff5656 100%) 1 / 1rem;
  padding: 2em 0;
  
}
@media screen and (min-width: 768px) {
  .timetable {
    padding-top: 8rem;
    background-image: url(../images/common/bg_pattern_t-pc.png), url(../images/common/bg_pattern_b-pc.png);
  }

  .timetable-list p {
    /* font-size: 1.4rem; */
    font-size: 2rem !important;
    line-height: 1.2;
  }

  .timetable-list h3 {
    font-size: 3.2rem;
  }

  .timetable-list table {
    width: 100%;
    max-width: 800px;
  }

  .timetable-list tr th {
    font-size: 2.6rem;
  }

  .timetable-list tr .artist {
    width: 45%;
  }

  .timetable-list tr .music {
    width: 55%;
  }
}

.artist_small{
  font-size: 0.7em;
}

.ae_font {
  font-family: YakuHanJP, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}