.contents_header{
    background-image: url(../img/title_back_20260804_pc.jpg);
    padding-bottom: 35px;
}
.contents_title{
    background-color: #e60e64;
    color: #fff;
    border-radius: 20px;
    padding: 10px 15px;
    font-size: 1.1em;
}
.noevent{
    margin-top: 30px;
    margin-bottom: 60px;
    text-align: center;
    font-size: 1.1em;
}
.clear{
    clear: both;
    margin-bottom: 10px;
}
.breadcrumb {
    margin-bottom: 10px;
}
.event_area{
    padding-top: 40px;
    clear: both;
}
.event_area ul{
    list-style: none;
}
.event_area ul li{
    color: #84b701;
    width: 70%;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}
.event_area ul li.hn1{
    border: 1px solid #84b701;
    width: 25%;
    text-align: center;
}
.dates_area,.detail_area{
    float: left;
    padding: 15px;
    box-sizing: border-box;
}
.dates_area{
    width: 30%;
}
.dates_area h3{
    width: 100%;
    text-align: center;
    border: 1px solid #223a70;
    color: #223a70;
    padding: 5px;
    box-sizing: border-box;
}
.detail_area{
    width: 70%;
}
.detail_area h2{
    color: #e60e64;
    font-size: 1.5em;
    margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
.contents_header{
    background-image: url(../img/title_back_20260804_sp.jpg);
    padding-bottom: 35px;
}
.pcbr{
    display: none;
}
.dates_area,.detail_area{
    float: none;
    padding: 5px;
    width: 100%;
}
.dates_area h3{
    margin-bottom: 10px;
}
.detail_area p{
    margin-bottom: 10px;
}
}