@charset "utf-8";



html, body { 
    margin: 0px;
    padding: 0px;
   }


   body {
    font-family: "Noto Serif JP", serif; 
    font-size: 1em;
    color: #333333;
    line-height:1.8em;
    background-color: #322A00;
    background-image: url(pa-tu/haikei.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    }

    .content{
        width: 100%;
    }
    .mozi{
        font-size: 16px;
    }

    .puro{
        margin: 0 auto;
        width: 60%;
        margin-bottom: 20px;
    }

    .fo{
        font-size: 20px;
        text-align:center;
        margin-right: 20px;
        display: flex;
      justify-content: end;
    }

    .foro{
        border: #333333 solid;
        padding: auto auto;
        width: 90px;
        height: 30px;
        margin-top: 10px;

    }
    .foro p{
        margin-top: 5px;
    }

    .aikonn{
        width: 100px;
        height: 100px;
        

    }
    
    .mannnaka{
        text-align:center;
        margin-top: -40px;
    }

    .saizu{
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        width: 92%;
        margin: 0 auto;
    }
    .saizu img{
        /*width: 180px;*/
        height: 200px;
    }

    .yoko{
        display: flex;
        justify-content: space-around;
        margin-top: 9px;
        height: 3px;

    }
    .yoko p{
        margin-top: -18px;
        text-align: center;
    }
    .white{
        color: white;
    }

    .ho-mu{
        color: rgb(220, 136, 33);
    }

    .kennsaku{
        width: 55px;
        height: 55px;
    }
