body{
    font-family: "HG正楷書体-PRO"!important;
}

footer{
    background-color: black;
    text-align: center;
    padding-top: 3%;
    padding-bottom: 0.5%;
    z-index: 3;
}

footer ul li a{
    text-decoration: underline;
    color: rgb(0, 106, 255);
}

footer ul li:nth-child(1),
footer ul li:nth-child(2)
{
    margin-bottom: 15px;
}

footer ul li:nth-child(3),
footer ul li:nth-child(4)
{
    margin-top: 50px;
    margin-bottom: 40px;
}

footer p{
    color: white;  
}

#copyright{
    margin-top: 3%;
}

#instagram-link{
    text-decoration: none;
    padding: 1.5%;
    border-radius: 3%;
    font-weight: bold;
    font-size: 25px;
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
    overflow: hidden;/*はみ出た部分を隠す*/
    border-radius: 13px;/*角丸に*/
    color: white;
}

#instagram-link::before{
    top: 1%;/*ずらす*/
    left: -5%;/*ずらす*/
    width: 60%;/*グラデーションカバーの幅*/
    height: 60%;/*グラデーションカバーの高さ*/
    background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
    background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);/*グラデーション②*/
}

@media screen and (max-width: 750px){
    #instagram-link{ 
        font-size: 15px;
    }

    svg{
        height: 13px;
    }

    #cemetery-link img{
        width: 40%;
    }

    footer ul{
        list-style-type: none;
	padding-left: 0;
    }
}

