@charset "euc-jp";

.event-detail {
  box-sizing: border-box;
  width: 720px;
  margin: 24px auto 0;
  padding: 460px 38px 65px;
  background: url(https://assets.chatpia.jp/common/event/img/selected_secret_menu/bg_top.png) no-repeat top, url(https://assets.chatpia.jp/common/event/img/selected_secret_menu/bg_bottom.png) no-repeat bottom, url(https://assets.chatpia.jp/common/event/img/selected_secret_menu/bg_repeat.png) repeat-y;
  letter-spacing: 0.1em;
  color: #fff;
}

.event-detail-item {
  font-family:"Hiragino Mincho ProN","Hiragino Mincho Pro","Yu Mincho","YuMincho","MS PMincho","MS Mincho",serif;
  font-weight: bold;
  text-align: center;
  padding: 45px 5px;
  text-shadow: 0 2px 0 rgba(0, 0, 0), 0 2px 8px rgba(255, 222, 0, 0.5);
}
.event-detail-item:first-child {
  padding-top: 0;
  border-top: none;
}
.event-detail-item:last-child {
  text-shadow: 0 2px 0 rgba(0, 0, 0), 0 2px 8px rgba(255, 222, 0);
}

.event-detail__title {
  position: relative;
  margin-bottom: 8px;
  line-height: 1;
  font-size: 22px;
  color: #ffe282;
}
.event-detail__title::before {
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translate(-50%);
  content: '';
  width: 222px;
  height: 24px;
  background: url(https://assets.chatpia.jp/common/event/img/selected_secret_menu/parts_separator.png) no-repeat;
}

.event-detail-item.is_term .event-detail__title::before {
  top: -75px;
  width: 167px;
  height: 60px;
  background: url(https://assets.chatpia.jp/common/event/img/selected_secret_menu/parts_clown.png) no-repeat;
}

.event-detail-data {
  font-size: 20px;
  line-height: 1.4;
}

.event-detail-data__image {
  display: block;
  max-width: 100%;
}
.event-detail-data__image.is_price {
  margin-top: 10px;
  margin-bottom: 5px;
}

.event-detail-data-list {
  font-size: 16px;
  font-weight: normal;
  list-style-type: none;
  letter-spacing: 0.02em;
  text-align: left;
  text-shadow: 0 2px 0 rgba(0, 0, 0), 0 2px 8px rgba(255, 222, 0);
}

.event-detail-data-list-item {
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
}
.event-detail-data-list-item:first-child {
  margin-top: 0;
}

.text.is_emphasis {
  font-weight: bold;
  color: #ffff1a;
}

.text.is_warning {
  color: #ed4141;
}

.event-detail a:link,
.event-detail a:visited {
  color: #d68c2b;
  text-decoration: underline;
}
.event-detail .text.is_link {
  font-size: 18px;
}