@charset "utf-8";


#main section h2 span.amp {
    font-size: 33px;
}

.event_news_title {
    font-size: 23px;
    font-weight: bold;
}

.event_news_period {
    font-size: 20px;
    margin-top: 50px;
}

.event_news_detail {
    margin-top: 30px;
    line-height: 1.7;
}

.event_news_detail img {
    width: 600px !important;
    height: auto !important;
    margin: 20px auto;
    display: block;
}

.event_news_day {
    text-align: right;
    margin-top: 30px;
}

.image img,
.info_img img {
    max-width: 600px !important;
    display: block;
    margin: 20px auto;
}

@media screen and (max-width:750px) {
    #main section h2 span.amp {
        font-size: 20px;
    }
    #event_news {
        width: 95%;
    }
    .event_news_title {
      font-size: 20px;
      line-height: 1.3;
    }
    .event_news_period {
        font-size: 14px;
        margin-top: 20px;
    }
    .event_news_detail {
        margin-top: 15px;
        font-size: 14px;
    }
    .event_news_detail img {
        width: 100% !important;
    }
    .event_news_day {
        font-size: 14px;
        margin-top: 20px;
    }
    .image img,
    .info_img img {
        width: 100% !important;
    }
}