@charset "UTF-8";
/* CSS Document */

section#event {
    text-align: center;
    margin-bottom: 170px;
} 
@media screen and (max-width:640px){
    section#event {
        text-align: center;
        margin-bottom: 80px;
    } 
}
.live .news {
    margin: 0px auto 200px;
}
@media screen and (max-width:640px){
    .live .news {
        margin: 0px auto 120px;
    }
}
.event-inner {
    padding: 0 15px;
}
.event-box {
    max-width: 1200px;
    width: 100%;
    margin: 150px auto 0 auto;
    border: 5px solid #b69e42;
    border-radius: 60px;
    background: url(../img/event/event-top.png) no-repeat top -15% center / 100%, url(../img/event/event-bottom.png) no-repeat bottom -12% center / 100%, url(../img/event/event-bg.jpg) no-repeat center top 29% / 100%;
    position: relative;
    padding-bottom: 15px;
}
@media screen and (max-width:640px){
    .event-box {
        width: 100%;
        margin: 100px auto 0 auto;
        border: 2px solid #b69e42;
        border-radius: 20px;
        background: url(../img/event/event-top.png) no-repeat top 0% center / 100%, url(../img/event/event-bottom.png) no-repeat bottom 0% center / 100%, url(../img/event/event-bg.jpg) no-repeat center top / cover;
        position: relative;
        padding: 15px;
    }
}
.event-box_wrap {
    margin: 70px auto 20px auto;
}
.event-box_inner {
    display: flex;
    justify-content: center;
    column-gap: 30px;
    align-items: center;
}
@media screen and (max-width:640px){
    .event-box_inner {
        display: block;
        margin: 20px auto 20px auto;
        column-gap: 30px;
        align-items: center;
    }
.event-box_wrap {
    margin: 30px auto 20px auto;
}    
}
img.event-title {
    position: absolute;
    max-width: 800px;
    width: 100%;
    top: -96px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media screen and (max-width:640px){
    img.event-title {
        position: absolute;
        width: 330px;
        top: -80px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}
p.event-box_texts {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.4em;
}
.event-image-area img {
    max-width: 580px;
    width: 100%;
}
.event-image-area {
    margin-bottom: 0;
}
.event-notice img {
    max-width: 510px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.event-info-area {
    background: rgba(255, 255, 255, 0.6);
    padding: 0 30px 10px 30px;
    border-radius: 35px;
    border: 2px solid #958a98;
    font-size: 20px;
    font-weight: normal;
}
@media screen and (max-width:640px){
    .event-info-area {
        border-radius: 20px;
        padding: 0 15px 10px 15px;
        font-size: 16px;
    }
    p.event-box_texts {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 1.4em;
    }    
}
dl.box_inner_infoarea_detail.event-box_inner_infoarea_detail {
    text-align: left;
}
.live .box_inner_infoarea_detail.event-box_inner_infoarea_detail dt::after {
    background: #73623f;
}
.live .box_inner_infoarea_detail.event-box_inner_infoarea_detail dt {
    border-bottom: 1px solid #73623f;
    padding-bottom: 3px;
    margin-top: 10px;
}
.live .box_inner_infoarea_detail.event-box_inner_infoarea_detail dt img {
    max-height: 14px;
    height: 100%;
}
p.notes {
    font-size: 0.6em;
    text-align: left;
    margin-top: 10px;
}
span.big {
    font-size: 1.6em;
}
.bold {
    font-weight: bold;
}
span.event-place {
    color: #fff;
    background: #ab951c;
    font-size: 0.7em;
    padding: 1px 11px 2px 11px;
    margin: 0 4px;
    border-radius: 20px;
}
@media screen and (max-width:640px){
    .event-image-area {
        margin-bottom: 20px;
    }
}
#event{
    padding-top: 68px;
    margin-top: -68px;
}
@media screen and (max-width:640px){
    #event{
        padding-top: 55px;
        margin-top: -55px;
    }
}