@charset "utf-8";
.photos {
    padding: 80px 0 60px;
}
.yokophotos {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}
.tatephotos {
    width: 33%;
    text-align: center; 
    margin: 0 auto;
    margin-bottom: 20px;
}
.photo-images {
    width: 95%;
}
.photos-wrapper {
    display: flex;
    flex-wrap: wrap;
}