@charset "Shift_JIS";

/*for SP, tablet*/
@media screen and (max-width:1024px) {
    .font-size-S {
        font-size: 10px;
    }
    .font-size-M {
        font-size: 15px;
    }
    .font-size-L {
        font-size: 20px;
    }

    img.photos {
        width: 250px;
        height: auto;
    }
}

/*for PC*/
@media screen and (min-width:1024px) {
    .font-size-S {
        font-size: 15px;
    }
    .font-size-M {
        font-size: 20px;
    }
    .font-size-L {
        font-size: 30px;
    }

    img.photos {
        width: 300px;
        height: auto;
    }
}
