@charset "utf-8";

/* mobile----------------------------------------------------*/
@media screen and (max-width: 480px) {


/*コンテンツ*/
.contents-bg{
    padding: 60px 0;
    text-align: center;
}

/*　写真3点　*/


.three_photos{
    width: 100%;
    display: flex;
    flex-grow: 0;
}

.three_photos figure{
    width: 34%;
    margin: 0;
    padding: 0;
}

.three_photos figure img{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

    
}/* PC-------------------------------------------------------*/
@media screen and (min-width: 481px) {



/*コンテンツ*/
.contents-bg{
    min-height: 260px;
    padding: 120px 0;
    text-align: center;
}

/*　写真3点　*/


.three_photos{
    width: 100%;
    display: flex;
    flex-grow: 0;
}

.three_photos figure{
    width: 34%;
    margin: 0;
    padding: 0;
}

.three_photos figure img{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

} 