.end {
    font-family: sans-serif;
    color: crimson;
    margin-bottom: 8px;
    text-align: center;
}

/* イベントタイトル */
article h1 {
    font-size: 19px;
    font-size: 1.1875rem;
    margin-bottom: 15px;
}

article p {
    font-family: sans-serif;
}

.photo {
    padding-top: 18px;
    text-align: center;
}
.photo img {
    margin: 5px 3px;
}


/*resuponsive*/

@media screen and (max-width:900px) {}

@media screen and (max-width:768px) {}

@media screen and (max-width:480px) {}
