/*　for smartphone & ALL　*/

.point{
    font-size: 1.3em;
    margin-right: 0.3em;
}
.kigou{
    font-size: 0.8em;
}

.font_small{
    font-size: 0.9em;
}

p .small_justify{
    display: inline-block;
    width: 6em;
    padding-right: 1em;
    font-size: 0.8em;
    /*
    -moz-text-align-last: justify;
     text-align-last: justify;
     text-justify:inter-ideograph;
     */
}




/*　for smartphone----------------------------------------------------------------------------------------　*/
@media screen and (max-width:767px) {

    
    h2 span{
        display: block;
        font-size: 0.5em;
        margin-left: 0.5em;
        padding-bottom: 0.5em;
    }

    .contents_grid section:last-child{
        border: none;
    }

    section{
        margin-bottom: 40px;
        border-bottom:dashed thin #999999;
    }

    section img{
        width: 34%;
        height: auto;
        float: left;
        margin-right: 1em;
    }
    

}

/* for pad-------------------------------------------------------------------------------------------------- */
@media screen and (min-width:768px) and (max-width:1024px) {

    h2 br{
        display: none;
    }

    .contents_grid section:last-child{
        border: none;
    }

    section{
        margin-bottom: 40px;
        border-bottom:dashed thin #999999;
    }

    section img{
        width: 26%;
        height: auto;
        float: left;
        margin-right: 1em;
    }

 
}

/*　for PC---------------------------------------------------------------------------------------------------　*/
@media screen and (min-width:1025px) {


    h2 br{
        display: none;
    }

    .contents_grid{
        display: grid;
        grid-template-columns: repeat(10, 1fr);
        grid-template-rows: repeat(3, auto);
        gap: 20px;
        row-gap: 30px;
    }
    .crystalsound{
        grid-column: 1/11;
        grid-row: 1;
    }
    .fullmoon{
        grid-column:1/4;
        grid-row: 2;
        margin-right: 2em;
    }
    .concert{
        grid-column: 4/11;
        grid-row: 2;
    }
    .private{
        grid-column: 1/11;
        grid-row: 3;
    }

    section img{
        width: 100%;
        height: auto;
    }
    
    
}