@charset "euc-jp";

.event-detail-wrap {
    border: 1px solid #b7b7b6;
    background: #fff;
}

.event-detail {
    box-sizing: border-box;
    width: 740px;
    height: 860px;
    padding: 260px 315px 0 37px;
    margin: 15px auto 45px;
    background: url(https://assets.chatpia.jp/common/event/img/img_generation_sp.jpg) no-repeat; /*740x860*/
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;;
    line-height: 1.5em;
    color: #fff;
}

.event-detail__title {
    font-size: 14px;
    font-weight: bold;
    color: #fff000;
}

.event-detail-data {
    margin-bottom: 20px;
}

.event-detail-data.is_term {
    font-weight: bold;
}

.event-detail-data-text-wrap {
    margin-bottom: 10px;
}

.event-detail-data__text {
    margin-bottom: 10px;
}

.event-detail-data__text.is_date {
    font-size: 14px;
}

.event-detail-data-text-wrap .event-detail-data__text {
    margin-bottom: 0;
}

.event-detail-data__text.is_last-explanatory-text{
    margin-bottom: 0;
}

.event-detail-data__text.is_notes {
    font-size: 10px;
}

.event-detail__title.is_price, .event-detail-data__image {
    display: none;
}

.text.is_daytime {
    color: #ff9600;
}

.text.is_night-time {
    color: #99f;
}

.text.is_heisei {
    color: #f69;
}

.text.is_showa {
    color: #c9f;
}

.text.is_emphasis {
    font-size: 14px;
    font-weight: bold;
    color: #cf0;
}

.text.is_accent {
    color: #f00;
}

.text.is_link {
    color: #7ecef4;
}
