@charset "utf-8";

/* other */

@media screen and (min-width: 481px){ 

body{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background-image: url(../gallery/sakurahubuki13.png);
    background-size: cover;
    text-align: center;
    background-repeat: no-repeat;
}

img{
    opacity: 0.5;
}

.header{
    font-family: sans-serif;
    text-align: end;
    background-image: linear-gradient(90deg, rgba(0, 255, 243, 1), rgba(252, 146, 146, 1));
    color: navy;
    font-size: 30px;
}

.heading{
    font-size: 40px;
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    color: #3f6328;
}

.span{
    font-size: 20px;
    text-align: center;
    color: #3f6328;
}

.main-nav{
    list-style: none;
    font-size: 30px;
    font-family: 'Cherry Swash',cursive;
    color: #5b6356;
}
.announcement{
    font-family: 'Courier New', Courier, monospace;
    font-size: 20px;
    color: #5b6356;
}

.back-top{
    width: 150px;
    margin: auto;
    box-sizing: border-box;
    border-radius: 30px;
    background-image: linear-gradient(90deg, rgba(210, 153, 194, 1), rgba(255, 247, 194, 1));
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
}
}

@media screen and (max-width: 480px){

    img{
        max-width:100%;
        height: auto;
        opacity: 0.5;
    }

    body{
        background-image: url(../gallery/sakurahubuki13.png);
        background-repeat: no-repeat;
        padding: 0%;
        text-align: center;
        
    }

    .header{
        font-family: sans-serif;
        text-align: end;
        background-image:  linear-gradient(90deg, rgba(0, 255, 243, 1), rgba(252, 146, 146, 1));
        color: navy;
        font-size: 15px;
    }

    .heading{
        font-size: 30px;
        margin-top: 20px;
        margin-bottom: 40px;
        max-width: 100%;
        font-family: 'Courier New', Courier, monospace;
        color:#3f6328;
        text-align: center;
    }

    .span{
        font-size: 16px;
        text-align: center;
        color:#3f6328;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }

    .main-nav{
        list-style: none;
        font-size: 30px;
        font-family: 'Cherry Swash',cursive;
        color: #5b6356;
        padding: 0 0 0 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .announcement{
        font:italic;
        font-size: 17px;
        color: #5b6356;
    }
    .back-top{
        width: 150px;
        margin: auto;
        box-sizing: border-box;
        border-radius: 15px;
        background-image: linear-gradient(90deg, rgba(210, 153, 194, 1), rgba(255, 247, 194, 1));
            font-size: 18px;
        text-align: center;
        margin-bottom: 30px;
    }
    .back a{
        text-align: center;
    }
}


