/* ////////////////////////////////
header
//////////////////////////////// */

.header-global-nav__list li a{
  font-size: 1.3rem;
}

/* ////////////////////////////////
TIMETABLE
//////////////////////////////// */

#notice .content-timetable{
  background:#fff;
  width:100%;
  max-width:96rem;
  margin-left:auto;
  margin-right:auto;
  max-width:100rem;
  padding:4.7rem 10rem;
  border-radius:1rem;
  border:1px solid #f8e7eb
}

#notice .content-timetable img{
  display:block;
  width:100%;
}

/* ////////////////////////////////
20241227 NOTICE
//////////////////////////////// */


#notice .section-notice .section__body {
    margin-top: 5.2rem;
    background-color: #f9f4df;
}

#notice li.article-notice-list__item a {
    color: #da5d1b;
    font-weight: 700;
    text-decoration: underline;
}


/* ////////////////////////////////
TICKETS
//////////////////////////////// */
#tickets .content-tickets-date{
  margin-top: 1rem;
}

#tickets .content-tickets-date__data{
/* font-size: 2.4rem; */
}

.list-button-tickets__logo--eplus{
width:11.2rem;
height:1.6rem
}

.list-button-tickets__logo--ltike{
width:9.2rem;
height:3.6rem
}

#tickets .list-button-tickets__item_add:nth-of-type(1) a:before{
background-color: #E85298;
}

#tickets .list-button-tickets__item_add:nth-of-type(2) a:before{
background-color: #056DB0;
}



@media screen and (max-width:768px){
  
  /* ////////////////////////////////
  header
  //////////////////////////////// */

  .header-global-nav__list li a{
    font-size: 3.6rem;
  }

  /* ////////////////////////////////
  TIMETABLE
  //////////////////////////////// */

  #notice .content-timetable{
  padding:2rem;
  }

  #notice .content-timetable img{
    display:block;
    width:100%;
  }

  /* ////////////////////////////////
  TICKETS
  //////////////////////////////// */

  #tickets .content-tickets-date__data{
    /* font-size: 3.2rem; */
    /* text-align: center; */
  }

  #tickets .list-button-tickets__logo--eplus{
  width:25.5rem;
  height:4.3rem
  }

  #tickets .list-button-tickets__logo--ltike{
  width:15.5rem;
  height:6.3rem;
  }

}
