@charset "utf-8";



/* 写真ギャラリーの部分 */

.photo {
    width: 80%;
    margin: 15px 0;
}

.photo p {
    font-size: 0.7rem;
}



/* ギャラリーの並び方を変更 */

.outer-box {
    justify-content: center;
}

/* 過去の写真　*/
.kako img {
    width: 46%;
    margin-bottom: 10px;
    justify-content: center;
}

.acd-check:checked + .acd-label + .acd-content {
    height: 300px;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

.acd-label {
    font-size: 0.8rem;
}