.event_detail_wrap {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 70px 30px 60px 30px;
    text-align: left;
}
.event_detail_wrap p {
    line-height: 1.6em;
    color: #000;
}
.event_detail_wrap a {
    text-decoration: none;
    color: #000;
}
.back_to_top_wrap {
    margin-bottom: 15px;
}
.back_to_top_wrap a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 14px;
    background-color: #116685;
    color: #FFF;
}
.item_img {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
}
.event_detail_wrap .main_image_wrap {
    margin-bottom: 60px;
}
.item_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.event_title {
    font-size: 28px;
    padding: 10px 0px;
}
.event_detail_wrap .genre {
    padding: 15px 10px 5px;
    text-align: center;
    background-color: #f8f4ef;
}
.event_detail_wrap .genre span {
    display: inline-block;
    padding: 7px 20px 6px;
    border-radius: 20px;
    font-size: 12px;
    margin-bottom: 10px;
    border: 1px solid #efe3d7;
    background-color: #faf7f3;
    color: #efe3d7;
}
.event_detail_wrap .genre span + span {
    margin-left: 5px;
}
.event_detail_wrap .genre span.active {
    border: 1px solid #737373;
    color: #000;
    background-color: #fff;
}
.article_text {
    padding: 50px 0px;
    font-size: 16px;
    line-height: 2;
    word-break: break-all;
}
.pdf {
    padding-bottom: 35px;
}
.outline_beige {
    border: 1px solid #d6c6b4;
    padding: 30px 35px 0;
}
.description_br{
    display: none;
}
.event_page_detail .description {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 35px;
}
.event_page_detail .description dt, .event_page_detail .description dd {
    margin-bottom: 30px;
}
.event_page_detail .description dt {
    float: left;
}
.event_page_detail .description dt::after {
    content: "：";
}
.event_page_detail .image_wrap {
    text-align: center;
    margin-bottom: 50px;
}
.event_page_detail .image_wrap img {
    width: 25%;
}
.event_page_detail .image_wrap img + img {
    margin-left: 20px;
}
.event_page_detail .button_wrap {
    text-align: center;
    margin-bottom: 65px;
}
.event_page_detail .button_wrap a {
    display: inline-block;
    font-size: 18px;
    padding: 25px;
    min-width: 420px;
    border: 1px solid #116685;
    color: #FFF;
    background: linear-gradient(-9deg, #095974 0%, #095974 49.5%, #116685 50.5%, #116685 100%);
    background-color: #998675;
}
.event_page_detail .button_wrap a + a {
    margin-left: 30px;
}

@media screen and (max-width:768px) {
    #news section {
        width: 100%;
    }
    section.event {
        padding-bottom: 20px;
        padding-top: 10px;
    }
    section.event .event_detail_wrap {
        padding: 50px 0px 0px 0px;
    }
    section.event .back_to_top_wrap,
    section.event .date,
    section.event .external_url {
        padding: 0 4vw;
        box-sizing: border-box;
    }
    section.event .event_title {
        padding: 10px 4vw;
        box-sizing: border-box;
    }
    section.event .article_text {
        padding: 50px 4vw;
        box-sizing: border-box;
    }
    section.event .pdf {
        padding: 0 4vw 35px;
        box-sizing: border-box;
    }
    section.event .event_detail_wrap .main_image_wrap{
        margin-bottom: 20px;
    }
    section.event .event_page_detail .button_wrap a{
        min-width: 100%;
        box-sizing: border-box;
        padding: 3% 2%;
    }
    section.event .event_detail_wrap .genre{
        text-align: left;
    }
    section.event .outline_beige{
        padding: 3vw 3vw 0;
    }
    .event_page_detail .description {
        margin: 0 4vw 35px;
    }
    section.event .description_br{
        display: block;
    }
    section.event .pdf a,
    section.event .external_url a{
        word-break: break-all;
    }
    .event_page_detail .button_wrap {
        margin: 0 4vw 65px;
    }
    section.event .boxshadow {
        box-shadow: none;
    }
    section.event .card_wrap {
        display: block;
        margin: 0 0 3%;
        clear: both;
        width: 100%;
        margin-bottom: 0;
    }
    section.event .card_item {
        border-bottom: 1px solid #B3B3B3;
        padding: 5% 0;
    }
    section.event .card_item.sp_shopnews_card_wrap {
        border: none;
    }
    section.event .period_wrap {
        line-height: 1.4;
    }
    section.event .text_area_style01 time,
    section.event .text_area_style01 .period {
        font-size: 12px;
        margin-bottom: 0;
    }
    .event .card_img_area,
    .event .col3 .card_img_area {
        margin-bottom: 4vw;
        position: relative;
    }

    section.event .item_img.
    section.event .col3 .item_img {
        width: 100%;
        float: none;
        position: relative;
        padding-top: calc(9 / 16 * 100%);
    }
    section.event .tag_wrap.on_image,
    section.event .col3 .tag_wrap.on_image {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0 0 0;
    }
    section.event .tag_wrap.on_image span[data-eventlabel],
    section.event .col3 .tag_wrap.on_image span[data-eventlabel] {
        margin: 0 0 0;
    }

    section.event .text_area,
    section.event .col3 .text_area {
        padding: 0 4vw !important;
        width: 100%;
        float: none;
        box-sizing: border-box;
    }
    section.event .card_wrap.boxshadow {
        box-shadow: none;
    }
    }