@charset "UTF-8";
/* CSS Document */

.top__common .p-topics__more-btn a {
    width: 220px;
}

/*トピックスラベル　最終base_pc.css へ移動*/
._concert .c-topics__date::after {
  background-color: #2c6d01;
}

.c-topics__date::after {
  background: #012657;
}

._takemitsu .c-topics__date::after {
  background-color: #0d4432;
}

/*主催公演チラシサイズ*/
.top__common .p-organizer__slide__content__img img {
	  height: auto;
}

/*本日の公演　特記事項*/
li.p-performance__content__details__detail a {
    display: block;
}


.cancel__label {
  display: inline-block;
  padding: 4px;
  margin-top: 7px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  background: #a32121;
}

.change__label {
  display: inline-block;
  padding: 4px;
  margin-top: 7px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  background: #16703a;
}

/*本日の公演微調整*/
.top__common .p-performance__content__details__place {
  margin-right: 25px;
  width: 8.5em;
}

/*開催中の展覧会　展覧会名変更*/
#current-exhibition-index .swiper-slide .p-exhibition__slide__content__title {
  font-size: 14px;
  font-size: 0.875rem;
}
#current-exhibition-index .swiper-slide .p-exhibition__slide__content__title span.title {
  font-size:1.125rem;
}