@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&family=Noto+Serif+JP&display=swap');

body{
    font-family: 'Noto Sans JP', sans-serif;
    font-size:0.85rem;
    margin: 0;
    padding: 0;
}


.nowrap{
    white-space:nowrap;
}

.f-min{
    font-family: 'Noto Serif JP', serif;
}


.f-goth-l{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
}

#top{
    height: 500px;
    font-size: 2.1rem;
}

#top-m{
    font-size: 1.3rem;
}

#header{
    background-image: url(../pic/bg1.jpg);
    background-position: center;
    background-size: cover;
}

.toumei{
    background-color: rgba(0, 0, 0, 0.33);
    height: 100%;
}

#mq li{
    font-size:1rem;
    padding: 1.5rem 0;
}

ul{
    list-style: none;
    font-size: 1rem;
}


#msh{
    list-style: url(../pic/check.svg);
}

#msh li:not(:last-child){
    padding:0.5rem 0;
}

table{
    font-size:1rem;
}

caption{
    font-size:0.8rem;
}

#logo{
    text-shadow:2px 2px 4px white;
}

#logo img{
    height: 50px;
    filter: drop-shadow(4px 3px 3px white);
}

#ninsyo{
    font-size:0.8rem;
    text-shadow:none;
}

@media screen and (max-width: 576px) {
    #top{
        height: auto;
        padding:1rem;
    }

    #top-m{
        padding: 1rem;
        font-size:1rem;
    }
}

@media screen and (max-width: 1200px) {
    #top{
        font-size:1.8rem;
    }
    #top-m{
        padding: 1rem;
    }
}