@charset "euc-jp";

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

.event-detail {
    box-sizing: border-box;
    width: 720px;
    height: 1062px;
    margin: 25px 0 50px 40px;
    padding: 255px 319px 40px 29px;
    background: url(https://assets.chatpia.jp/common/event/img/reiwa_kangensai_short.jpg) no-repeat;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    color: #fff;
}

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

.event-detail-data {
    margin-bottom: 24px;
    font-size: 14px;
}

.event-detail-data:last-child {
    margin-bottom: 0;
}

.event-detail-data__text {
    margin-bottom: 13px;
    line-height: 1.7em;
}

.event-detail-data__image.is_price:first-of-type {
    margin-bottom: 10px;
}

.event-detail-data__image.is_price:last-of-type {
    margin-bottom: 18px;
}

.event-detail-data__notes {
    font-size: 12px;
    letter-spacing: -0.03em;
}

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

.text.is_daytime {
    color: #ff9600;
}

.text.is_night {
    color: #9999ff;
}
