@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 {
  position: relative;
  width: 32rem;
  margin: 0 auto 2rem;
  padding: 0.8rem 0;
  background-color: #271200;
  border-radius: 8rem;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  box-shadow: 0px 0px 15px #876d44;
}
/* .timetable-list h3::before {
    content: '';
    position: absolute;
    top: 0.4rem;
    left: 0;
    width: 100%;
    border-top: 0.2rem solid #94672d;
}
.timetable-list h3::after {
    content: '';
    position: absolute;
    bottom: 0.4rem;
    left: 0;
    width: 100%;
    border-bottom: 0.2rem solid #94672d;
} */
.timetable-list h3 span{
  color: #ffe639;
  background: linear-gradient(to top, #ffe639 20%, #fff 50%, #ffe639 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.timetable-list table {
  position: relative;
  margin: 0 auto;
  width: 90%;
  border: 0.4rem solid #ffdc69;
  border-image: linear-gradient(135deg, #9a5e00 0%, #dba72e 25%, #ffdc69 50%, #dba72e 75%, #9a5e00 100%);
  border-image-slice: 1;
  box-shadow: 0px 0px 15px #876d44;
}

.timetable-list tr {
  width: 100%;
/* border-bottom: 1px solid #ffdc69; */
}

.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-color: #271200; */
  /* border: 2px solid #271200; */
}

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

.timetable-list tr .music {
  width: 55%;
  /* background: #271200; */
  color: #fff;
  font-size: 2.2rem;
  vertical-align: bottom;
  text-shadow: 0px 1px 9px #ff8400;
}

/* .timetable-table table::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 -4rem -4rem 0;
  width: 35%;
  height: 100%;
  background-size: auto auto;
  background-color: #fcd61d;
  background-image: -o-repeating-linear-gradient(315deg, transparent, transparent 0.8rem, #cc9200 0.8rem, #cc9200 1rem);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 0.8rem, #cc9200 0.8rem, #cc9200 1rem);
  z-index: -1;
} */

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

.pc-space {
  display: none;
}

.artist_ttl {
  display: block;
  font-size: 2.4rem;
  /* background: #cc2f2f; */
  color: #ffe639;
  padding: 1rem;
  margin-bottom: 1rem;
  margin: 0 auto;
  text-shadow: 0px 1px 9px #271200;
  text-align: center;
}
  .timetable-list table {
    background-color: hsla(0, 0%, 0%, 1);
    background-image: radial-gradient(at 40% 20%, hsla(21, 0%, 0%, 1) 0px, transparent 50%), radial-gradient(at 80% 0%, hsl(158.82deg 12.06% 27.65%) 0px, transparent 50%), radial-gradient(at 0% 50%, hsla(355, 56%, 15%, 1) 0px, transparent 50%), radial-gradient(at 80% 50%, hsla(340, 50%, 1%, 1) 0px, transparent 50%), radial-gradient(at 0% 100%, hsl(17.78deg 24.77% 21.37%) 0px, transparent 50%), radial-gradient(at 80% 100%, hsl(240deg 88.62% 11.77%) 0px, transparent 50%), radial-gradient(at 0% 0%, hsla(340, 71%, 24%, 1) 0px, transparent 50%);
  }
  .notes{
    background: #ffe639;
    color: #000;
    text-shadow: none;
    padding: 0.4em 0.2em;
    font-size: 0.6em;
    display: block;
    width: fit-content;
    margin: 0.5em 0;
  }
  .notes2{
    font-size: 0.6em;
    color: #fff;
    text-shadow: none;
  }
@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;
  }
  
 .pc-space {
    display: inline; /* span要素なのでinlineで表示 */
  }
  
  .timetable-list h3 {
    font-size: 3.2rem;
  }

  .timetable-list table {
    width: 100%;
    max-width: 800px;
    background-color: hsla(0, 0%, 0%, 1);
    background-image: radial-gradient(at 40% 20%, hsla(21, 0%, 0%, 1) 0px, transparent 50%), radial-gradient(at 80% 0%, hsl(158.82deg 12.06% 27.65%) 0px, transparent 50%), radial-gradient(at 0% 50%, hsla(355, 56%, 15%, 1) 0px, transparent 50%), radial-gradient(at 80% 50%, hsla(340, 50%, 1%, 1) 0px, transparent 50%), radial-gradient(at 0% 100%, hsl(17.78deg 24.77% 21.37%) 0px, transparent 50%), radial-gradient(at 80% 100%, hsl(240deg 88.62% 11.77%) 0px, transparent 50%), radial-gradient(at 0% 0%, hsla(340, 71%, 24%, 1) 0px, transparent 50%);
  }

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

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

  .timetable-list tr .music {
    width: 55%;
    text-shadow: 0px 1px 9px #ff8400;
  }
}

.artist_small{
  font-size: 2rem;
  color: #ffe639;
  background: linear-gradient(to top, #ffe639 20%, #fff 50%, #ffe639 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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