@charset "UTF-8";

/* CSS Document */
/*------------------------

イベント

------------------------*/
.event {
    margin-bottom: 16px;
}

.latest {
    margin-bottom: 16px;
    padding: 16px 0 0;
    background: #f3c5bb;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .latest {
        margin-bottom: 56px;
        padding: 48px 0;
        background: #f3c5bb;
        overflow: hidden;
    }
}

.event__inner {
    background: #ffffff;
}

.latest .event__inner {
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 768px) {
    .event__inner {
        padding: 48px;
        background: rgb(255, 255, 255);
    }
}

.latest .wrap {
    position: relative;
    z-index: 2;
}

@media screen and (min-width: 768px) {
    .latest .event:last-child .wrap:before {
        width: 196px;
        height: 196px;
        background-image: url("../img/icon02.png");
        background-size: cover;
        position: absolute;
        content: "";
        top: auto;
        bottom: -6vh;
        left: -8vw;
        z-index: 1;
    }

    .latest .event:first-child .wrap:after {
        width: 230px;
        height: 230px;
        background-image: url("../img/icon01.png");
        background-size: cover;
        position: absolute;
        content: "";
        top: -6vh;
        right: -8vw;
        z-index: 1;
    }
}

@media screen and (min-width: 1680px) {
    .event__inner:before {
        bottom: -8vh;
        left: -2vw;
    }

    .event__inner:after {
        right: -4vw;
    }
}

.label-wrap {
    position: absolute;
    top: -20px;
    left: -21px;
}

.latest .label {
    width: 80px;
    padding: 6px;
    border-radius: 0 4px 4px 0;
    background: #e9767d;
    position: relative;
    font-size: 14px;
    color: white;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .latest .label {
        width: auto;
        padding: 8px 24px;
        font-size: 16px;
    }
}

.latest .label::before {
    border: none;
    border-right: solid 20px rgb(210, 83, 91);
    border-bottom: solid 15px transparent;
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
}

@media only screen and (min-width: 768px) {

    .event__main-img,
    .latest .event__img-area {
        margin-bottom: 24px;
    }
}

.event__img-area {
    padding: 24px 24px 0;
}

@media only screen and (min-width: 768px) {
    .event__img-area {
        padding: 0;
    }
}

.event__text-container {
    padding: 24px;
}

@media only screen and (min-width: 768px) {
    .event__text-container {
        padding: 0;
    }
}

.event__name {
    margin-bottom: 8px;
    font-size: 28px;
}

@media only screen and (min-width: 768px) {
    .event__name {
        font-size: 40px;
    }
}

.event .alert {
    padding: 0;
    border: 0;
    background: transparent;
    font-weight: 600;
    color: #c9171e;
}

.event__description {
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 0;
}

@media only screen and (min-width: 768px) {
    .event__description {
        font-size: 16px;
        letter-spacing: .05em;
    }
}

.event__dl {
    display: flex;
    font-size: 14px;
}

@media only screen and (min-width: 768px) {
    .event__dl {
        margin-top: 16px;
        margin-bottom: 24px;
        font-size: 16px;
    }
}

.event__period {
    width: 56px;
    margin-right: 8px;
    background: #e9767d;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.event__time {
    width: 56px;
    margin-right: 8px;
    background: #f9b401;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.event__venue {
    width: 56px;
    margin-right: 8px;
    background: #c2bd01;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.event__dl dd {
    width: calc(100% - 56px);
}

@media only screen and (min-width: 768px) {
    .event__period {
        margin-right: 16px;
    }

    .event__time {
        margin-right: 16px;
    }

    .event__venue {
        margin-right: 16px;
    }
}

.event__text-red {
    color: #c9171e;
}

.event__text-large {
    font-size: 32px;
    font-weight: 400;
}

@media only screen and (min-width: 768px) {
    .event__text-large {
        font-size: 32px;
    }
}

.event__text-big {
    font-size: 20px;
    font-weight: 400;
}

@media only screen and (min-width: 768px) {
    .event__text-big {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) {
    .event__btn-container {
        margin-top: 16px;
    }
}

.btn-container {
    margin-top: 24px;
}

.event-page .button span {
    width: auto;
    padding: 24px;
    top: 0;
    display: block;
}

@media only screen and (min-width: 768px) {
    .event-page .button span {
        min-width: 400px;
        padding: 24px 56px;
    }
}