#banner22358 {
    display: none;
}
.content-area__body {
    padding-top: 0;
}
.main-text p {
    margin-bottom: .25em;
    line-height: 200%;
}
.event-info__time,
.event-info__place {
    color: #4e2f58;
    font-weight: bold;
    font-size: 1.4em;
}
.event-info__place-text {
    font-weight: normal;
    font-size: .6em;
}
.button-group img {
    width: 65%;
    padding-left: 1.5em;
    padding-right: 1.5em;
    background: black;
    box-sizing: unset;
}
.direction-map-link {
    background: #aaabab;
    padding: .5em .75em;
    margin-bottom: 5px;
    font-weight: bold;
}
.direction-map-link a {
    color: white;
}
.decoration__fist {
    position: absolute;
    top: 110px;
    right: 0;
    width: 35%;
    z-index: 0;
}
.decoration__pic-1 {
    position: absolute;
    top: 365px;
    right: 0;
    width: 35%;
    z-index: 1;
}
.decoration__pic-2 {
    position: absolute;
    top: 785px;
    right: 0;
    width: 35%;
    padding-left: 5em;
    box-sizing: unset;
    background: white;
}
.u-list-style-none {
    list-style: none;
}
.u-padding-top-big {
    padding-top: 2em;
}
.u-padding-top-huge {
    padding-top: 4em;
}
.u-padding-bottom-big {
    padding-bottom: 2em;
}
.u-padding-bottom-huge {
    padding-bottom: 4em;
}
.u-border-top {
    border-top: 1px solid black;
}
.u-border-bottom {
    border-bottom: 1px solid black;
}
.u-margin-right-small {
    margin-right: .5em;
}
.u-margin-right {
    margin-right: 1em;
}
.u-margin-bottom {
    margin-bottom: 1em;
}
.u-margin-bottom-huge {
    margin-bottom: 4em;
}
.u-text-bottom {
    vertical-align: text-bottom;
}
div.u-content-wrap-unset,
ul.u-content-wrap-unset {
    margin-left: -75px;
    margin-right: -75px;
    padding-left: 75px;
    padding-right: 75px;
}
.u-content-wrap-unset-bottom {
    margin-bottom: -75px;
    padding-bottom: 75px;
}
.u-inline-block {
    display: inline-block;
}
.u-block-375px,
.u-block-325px {
    display: none;
}
.u-text-center {
    text-align: center;
}
.u-bg-grey {
    background: #e5e5e5;
}
.u-pull-right {
    float: right;
}
.u-clear-fix:after {
    clear: both;
    content: '';
    display: block;
}
.u-relative {
    position: relative;
}

@media (max-width: 800px) {
    div.u-content-wrap-unset,
    ul.u-content-wrap-unset {
        margin-left: -50px;
        margin-right: -50px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .u-content-wrap-unset-bottom {
        margin-bottom: -50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 768px) {
    header > img {
        width: 65%;
    }
    .decoration__pic-1 {
        top: 315px;
    }
    .decoration__pic-2 {
        top: 645px;
        padding-left: 0;
        background: none;
        box-sizing: border-box;
    }
}

@media (max-width: 550px) {
    .main-text {
        width: 100% !important;
    }
    .button-group img {
        width: 80%;
        padding-left: 0;
        padding-right: 0;
    }
    .direction-title {
        width: 50%;
    }
    .direction-map {
        width: 80%;
    }
    .decoration__fist {
        top: 35px;
        width: 30%;
    }
    .decoration__pic-1 {
        top: 125px;
        width: 25%;
    }
    .decoration__pic-2 {
        top: 150px;
        right: 60px;
        width: 23%;
    }
    div.u-content-wrap-unset,
    ul.u-content-wrap-unset {
        margin-left: -12.5px;
        margin-right: -12.5px;
        padding-left: 12.5px;
        padding-right: 12.5px;
    }
    .u-content-wrap-unset-bottom {
        margin-bottom: -12.5px;
        padding-bottom: 12.5px;
    }
    .u-padding-top-big {
        padding-top: 1em;
    }
    .u-padding-top-huge {
        padding-top: 2em;
    }
    .u-padding-bottom-big {
        padding-bottom: 1em;
    }
    .u-padding-bottom-huge {
        padding-bottom: 2em;
    }
    .u-margin-right-small {
        margin-right: .25em;
    }
    .u-margin-bottom {
        margin-bottom: .5em;
    }
    .u-margin-bottom-huge {
        margin-bottom: 2em;
    }
}
@media (max-width: 425px) {
    .direction-map {
        width: 100%;
    }
}
@media (max-width: 375px) {
    .event-info__time,
    .event-info__place {
        font-size: 1.2em;
    }
    .event-info__place-text {
        font-size: .8em;
    }
    .u-block-375px {
        display: block;
    }
}
@media (max-width: 325px) {
    .decoration__pic-1 {
        top: 105px;
    }
    .decoration__pic-2 {
        top: 135px;
        right: 50px;
    }
    .direction-map-link {
        display: block;
        font-size: .9em;
    }
    .u-block-325px {
        display: block;
    }
}
