@charset "UTF-8";
.event {}
.event_image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-bottom: 55.11%;
    border-radius: 16px;
    margin-bottom: 40px;
}
.entry {
    margin-bottom: 60px;
}
.entry_box {}
.entry_title {
    font-size: 26px;
    font-weight: inherit;
    line-height: 1.69;
    margin-bottom: 17px;
}
.entry_body {}
.event_info {
    background-color: #fff;
    border-radius: 32px;
    padding: 27px 37px;
    margin-bottom: 40px;
}
.event_gMap {
    position: relative;
    z-index: 1;
    padding-bottom: 38.64%;
    margin-top: 40px;
}
.event_gMap > iframe {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 32px;
}
.event_entryLink {
    max-width: 660px;
    margin: 60px auto 0;
}
.event_entryLink > a {
    font-size: 162.5%;
    height: 90px;
    padding: 0 65px;
}
.event_entryLink > a::before {}
.event_entryLink > a::after {}
.event_entryLink > a > .icon {
    right: 33px;
    color: #fff;
}
.event_mapLink {
    max-width: 160px;
    margin: 0 auto;
    display: none;
}
.event_mapLink > a {}
.event_mapLink > a::before {}
.event_mapLink > a::after {}
.event_mapLink > a > .icon {}
.entry_cancel {
    border: 2px solid #F8554E;
    color: #F8554E;
    background-color: #fff;
    border-radius: 6px;
    padding: 10px 15px;
    margin: 25px 0;
    display: flex;
    align-items: center;
}
.entry_cancel::before {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33 33' fill='%23f8554e'%3E%3Cpath d='M32.55,26.08,19.39,3.64a3.38,3.38,0,0,0-4.61-1.17,3.33,3.33,0,0,0-1.16,1.17L.45,26.08a3.21,3.21,0,0,0,0,3.28A3.34,3.34,0,0,0,3.33,31H29.67a3.34,3.34,0,0,0,2.88-1.64A3.21,3.21,0,0,0,32.55,26.08Zm-16,1.23a2,2,0,1,1,2.06-2A2,2,0,0,1,16.5,27.31Zm1.27-6.5a1.27,1.27,0,1,1-2.54,0l-.79-9.18a2.06,2.06,0,1,1,4.12,0Z'/%3E%3C/svg%3E");
    display: block;
    width: 29px;
    height: 29px;
    margin-right: 10px;
    min-width: 29px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.preview {
    margin-top: 70px;
}
.preview_inner {}
.preview_wrap {}
.preview_caption {
    margin-bottom: 10px;
    margin-top: 50px;
}
.preview_slide {
    margin-top: 0;
}
.preview_slide_item {
    margin: 0;
}
@media screen and (min-width:1000px) {
    .event_mapLink > a:hover {}
    .event_entryLink > a:hover {}
    .event_entryLink > a:hover > .icon {
        color: #FF980B;
    }
}
@media screen and (max-width:999px) {
    .event {}
    .event_image {
        margin-bottom: 30px;
    }
    .entry {
        margin-bottom: 40px;
    }
    .entry_box {}
    .entry_title {
        font-size: 22px;
        margin-bottom: 12px;
    }
    .entry_body {}
    .event_info {
        margin-bottom: 30px;
    }
    .event_gMap {
    margin-top: 30px;
}
    .event_gMap > iframe {}
    .event_entryLink {
        max-width: 500px;
    }
    .event_entryLink > a {
        height: 70px;
    }
    .event_entryLink > a::before {}
    .event_entryLink > a::after {}
    .event_entryLink > a > .icon {}
    .event_mapLink {}
    .event_mapLink > a {}
    .event_mapLink > a::before {}
    .event_mapLink > a::after {}
    .event_mapLink > a > .icon {}
    .entry_cancel {}
    .entry_cancel::before {}
}
@media screen and (max-width: 767px) {
    .event {}
    .event_image {
        margin-bottom: 15px;
        border-radius: 8px;
        position: relative;
        z-index: 1;
        margin-top: -22px;
    }
    .entry {
        margin-bottom: 20px;
    }
    .entry_box {}
    .entry_title {
        font-size: 18px;
    }
    .entry_body {}
    .event_info {
        padding: 15px 15px;
        border-radius: 16px;
        margin-bottom: 20px;
    }
    .event_gMap {
        padding-bottom: 60.61%;
        margin-top: 25px;
    }
    .event_gMap > iframe {
        border-radius: 16px;
    }
    .event_entryLink {
        max-width: none;
        position: sticky;
        z-index: 1001;
        width: 100%;
        bottom: 20px;
        left: 0;
        box-sizing: border-box;
        margin-top: 20px;
    }
    .event_entryLink > a {
        height: 45px;
        font-size: 16px;
    }
    .event_entryLink > a::before {}
    .event_entryLink > a::after {}
    .event_entryLink > a > .icon {}
    .event_mapLink {
        display: block;
        margin-top: 15px;
    }
    .event_mapLink > a {
        padding: 0 15px;
        padding-left: 20px;
    }
    .event_mapLink > a::before {}
    .event_mapLink > a::after {}
    .event_mapLink > a > .icon {
        font-size: 16px;
        left: 5px;
    }
    .entry_cancel {
        display: block;
        border-width: 1px;
        margin: 15px 0;
    }
    .entry_cancel::before {
        width: 20px;
        height: 20px;
        min-width: 20px;
        margin: 0 auto 5px;
    }
}
@media screen and (max-width:347px) {
    .event_info {
        padding: 10px 8px;
    }
}
