*{
    margin: 0;
    padding: 0;
}


/* google fonts */

body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 3px;
    line-height: 25px;
    font-size: 16px;
    color: #313232;
}

@media screen and (max-width: 480px) {
    body{
        font-size: 16px;
        line-height: 32px;
    }

}

/* ハンバーガーメニュー */

nav {
    width: 350px;
    background-color: #79C7C3;
    height: 100vh;
    position: fixed;
    z-index: 100;
    right: 0;
    display: none;

}



nav ul {
    list-style-type:none;
    margin-top: 30px;
}

button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    position: fixed;
    z-index: 200;
    right: 0;
    
}

button img {
    width: 100px;
}

.active {
    display: block;
}

.move {
    right: 349px;
}


.close {
    display: none;
}

.drawer-menu-item {
    font-size: 1rem;
    display: block;
    padding: 1.55rem;
    text-decoration: none;
    color: #fff;
    font-family: "Kaisei Opti", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 5px;
    line-height: 0px;
    font-size: 16px;
    box-sizing: border-box;
}

.drawer-menu-item {
    font-size: 1rem;
    display: block;
    padding: 1.35rem;
    text-decoration: none;
    color: #fff;
    font-family: "Kaisei Opti", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 5px;
    line-height: 0px;
    font-size: 16px;
    box-sizing: border-box;
    margin-left: 30px;
}



.insta_icon {
    width: 100px;
    padding-left: 68px;
    padding-top: 12px;
}

@media screen and (max-width: 480px) {
    nav {
        width: 250px;
        background-color: #79C7C3;
        height: 100vh;
        position: fixed;
        z-index: 100;
        right: 0;
        display: none;
    
    }
    
    
    
    nav ul {
        list-style-type:none;
        margin-top: 30px;
    }
    
    button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
        position: fixed;
        z-index: 200;
        right: 0;
        
    }
    
    button img {
        width: 100px;
    }
    
    .active {
        display: block;
    }
    
    .move {
        right: 249px;
    }
    
    
    .close {
        display: none;
    }
    
    .drawer-menu-item {
        font-size: 1rem;
        display: block;
        padding: 1.35rem;
        text-decoration: none;
        color: #fff;
        font-family: "Kaisei Opti", serif;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 5px;
        line-height: 0px;
        font-size: 16px;
        box-sizing: border-box;
    }

    .drawer-menu-item {
        font-size: 1rem;
        display: block;
        padding: 1.35rem;
        text-decoration: none;
        color: #fff;
        font-family: "Kaisei Opti", serif;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 5px;
        line-height: 0px;
        font-size: 16px;
        box-sizing: border-box;
    }



    .insta_icon {
        width: 100px;
        padding-left: 25px;
        padding-top: 12px;
    }
    
    

}




/* フォーム */


.form::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 200px;
    background-image: url(/images/onayami_background_end.png);
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 480px) {

    .form::before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 110px;
        background-image: url(/images/onayami_background_end.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
}


/* フッター */

footer {
    margin-top: 30px;
}

footer p {
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.contact_bottan a {
    display: block;
    background-color: #E77D10;
    width: 250px;
    height: 60px;
    text-decoration: none;
    color: #fff;
    font-family: "Kaisei Opti", serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 3px;
    line-height: 60px;
    font-size: 20px;
    position: fixed;
    right: 13%;
    top: 10px;
    text-align: center;
    border-radius: 31px;
    transition: 0.5s;
}
.contact_bottan a:hover {
    display: block;
    background-color: #fff;
    border: #E77D10 solid 2px;
    width: 250px;
    height: 60px;
    text-decoration: none;
    color: #E77D10;
    font-family: "Kaisei Opti", serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 3px;
    line-height: 60px;
    font-size: 20px;;
    position: fixed;
    right: 13%;
    top: 10px;
    text-align: center;
    border-radius: 31px;
    

}

footer p {
    color: #fff;
    text-align: center;
    line-height: 40px;
    background-color: #E77D10;
}


@media screen and (max-width: 480px) {

    body .contact_bottan a {
        display: block;
        background-color: #E77D10;
        width: 230px;
        height: 50px;
        text-decoration: none;
        color: #fff;
        font-family: "Kaisei Opti", serif;
        font-weight: 500;
        font-style: normal;
        letter-spacing: 3px;
        line-height: 50px;
        font-size: 21px;
        position: fixed;
        left: 31px;
        bottom: 50px;
        text-align: center;
        border-radius: 80px;
        transition: 0.5s;
        z-index: 100;
        box-shadow: 0px 0px 15px -5px #777777;
        right: auto;
        top: auto;
    }


    footer span {
        text-decoration: none;
    }
}