@charaset “UTF-8”;

*{
    margin: 0;
    padding: 0;
}

.wrap {
	animation: fadein 2s forwards;
}

@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}



img{
    border: 0;
}

li a{
    text-decoration: none;
    color: #fff;
    display: inline-block;
    width: 250px;
    height: 26px;
    margin-top: 25px;
    padding-top: 4px;
    border-right: #fff 1px solid;
}

/* ナビゲーションボタン　ここから　*/
.nav{
    width: 1000px;
    height: 80px;
    margin: 0 auto;
}

.nav ul{
    color: #fff;
    font-family: serif;
    display: flex;
}

.nav li{
    display: inline-block;
    list-style-type: none;
    width: 250px;
    height: 26px;
    /* margin-top: 25px;
    padding-top: 4px; */
    text-align: center;
    
}

.b_n{
    border: none;
}

li a:hover{
    color: #000;
    background-color: pink;
}

.index a[href*=index],
.about a[href*=about],
.menu a[href*=menu],
.contact a[href*=contact] {
    color: #000;
    background-color: palevioletred;
}

/* ナビゲーションボタン　ここまで　*/

/* フッター ここから　*/
footer{
    width: 100%;
    color: #fff;
    font-family: sans-serif;
    font-size: 0.8em;
}

#copyright{
    width: 1000px;
    height: 150px;
    margin: 50px auto;
    display: flex;
    justify-content: space-around;
}

address{
    font-style: normal;
    width: 50%;
}

#insta_name{
    text-align: right;
    width: 50%;
}

#insta_name img{
    width: 30px;
    height: 30px;
    margin-right: 20px;
}


#f_name{
    margin-top: 70px;
}



/* フッター ここまで　*/