@charset "utf-8";

ul{
    text-decoration: none;
}


body{
    color: #516e41;
    background-color: #fcfaf2;
    font-family: serif;
    font-size: 16px;
    margin: 0;
    padding: 0 2%;
}


header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3px;
    margin-right: 1%;
    margin-left: 1%;
    position: relative;
}

header ul{
    display: flex;
    justify-content: center;
    gap: 30px;
    list-style: none;
}

header ul li a{
    text-decoration: none;
    color: #516e41;
    font-size: 14px;
}

header ul li a:hover{
    text-decoration: underline;
    opacity: 0.85;
    transition: 0.3s;
}


header::after{
    content:"";
    width: 92px;
    height: 92px;
    background-image:url(../img/index.html-nasu.png) ;
    background-size: contain;
    position: absolute;
    left: 13.5em;
    bottom: 1.2em;
}

header h1 img{
    width: 80%;
}

header .logo a{
    text-decoration: none;
    color: #516e41;
}
 header .logo a:hover{
    opacity: 0.75;
    transition: 0.3s;
 }



.about{
    width: 1116px;
    margin: 0 auto;
}



/* index.html main */
.wrapper{
    width: 1116px;
    margin: 16px auto 80px;
}

table{
    width: 80%;
    margin: 0 auto;
    text-align: left;
    border-collapse: separate;
    border-spacing: 20px;
}

th{
    width: 30%;
    vertical-align: top;
    padding-top: 5px;
}



/* howtomake.html main */
.howtomake{
    text-align: center;
    margin: 16px auto 80px;
}

.howtomake img{
    width: 40%;
    margin-top: 0;
}


/* work.html main */
main{
   text-align: center;
}

.work ul{
    list-style: none;
    padding: 0;
}

.work{
    /*margin: 16px auto 80px;*/
    margin-top: 16px;
    margin-bottom: 80px;
}

h2{
    font-size: 28px;
    text-align: center;
}

.img_gp{
    margin: 52px auto;
    display: grid;
    width: 40%;
    gap: 12px;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat(2,1fr);
}

.img_gp li{
    list-style: none;
}

.img_gp li img{
    width: 100%;
    box-shadow: 0 10px 10px -5px #e0e0e0;
    border-radius: 4px;
}



footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: bottom;
    margin-top: 100px;
    border-top: solid 0.25px #516e41;
    padding-top: 16px;
}

.fwrapper{
    width: 1116px;
    margin: 0 auto;
}

footer p{
    text-align: center;
}

footer .sns_icon a{
    text-decoration: none;
    color: #516e41;
}

footer .sns_icon a:hover{
    opacity: 0.75;
}