

header{
    height: 100px;
    width: 95%;
}

.logo-img{ 
    position: relative;
    top: 20px;
    height: 50px;
    left: 0px;
}

.header-nav a{
    font-size: 13px;
    color: #6d553d;
    
}

.order{
    width: 90%;
    height: 1000px;
    margin: 20px auto 0;
    background-color: #f1e2be;
    position: relative;
}

.header-nav ul{
    margin-right: 45px;
}

.order-title{
    font-size: 25px;
    position: absolute;
    top: 50px;
    left: 70px;
    text-decoration: underline;

}

.order-map-pc-only{
    text-align: center;
    padding-top: 120px;
}

.order-map-sp-only{
    display: none;
}

.reserve{
    width: 50%;
    margin: 0 auto;
}

.btn,a.btn{
    color: #333;
    background-color: #e7e6e6;
    display: block;
    text-align: center;
    padding: 30px 0 ;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 50px 0 ; 
    letter-spacing: 7px;
}

.btn:hover,a.btn:hover{
    color: #fff;
    background:rgb(216, 216, 216) ;
    transition: 0.5s;
}


.contact-btn{
    background-color: #f1e2be;
    text-align: center;
    padding: 100px 0 ;
    display: block;
    box-shadow: 0px 2px 3px 0px #9E9E9E;
}

.contact-btn a{
    font-size: 1.5rem;
}


/* sp */


@media (max-width:599px){

    .pc-only{
        display: none;
    }

    .sp-only{
        display: block;
        padding-right: 10px;
    }

    header{
        width: 100%;
        height: 98px;
        position: static;
        top: 0;
        left: 0;
        z-index: 1;
        
    }

    .logo{
        left: 3px;
    }

    .logo-img{
        width: 150px;
        height: 70px;
        left: 0;
        top: 0;
    

    }
    .header-logo{
        padding-top:10px ;
    }


    .order{
        width: 100%;
        height:auto;
        margin: 0 auto;

    }
     
    .order-title{
        font-size: 30px;
        top: 45px;
    }
    
    .map-img{
        width: 100%;
        height: auto;
    }

    .order-map-sp-only{
       display: block;
       padding-top: 130px;
    }

    .order-map-pc-only{
    display: none;
    }

    .reserve{
        width: 80%;
    }

}