header {
    width: 100%;
    height: 100px;
    z-index: 1000;

}
.sticky {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    /*background-color: #fff;*/
}

nav {
    /*position: fixed;*/
    padding: 20px 10px;
    /*background-color: #e9ecef;*/
    /*background-color: #f8f9fa;*/
    background-color: #dbf4d7;
    display: flex;
    justify-content: space-between;
    /*border-bottom: 1px solid crimson;*/
}
.nav-sign {
    display: flex;
}
.nav-sign--logo img {
    width: 40px;
}
.nav-sign--name {
    margin-left: 20px;
    font-size: 1.8rem;
}

.header-area-fascia {
    margin-left: 5px;
}
.header-area-fascia-title {
    font-size: 1.6rem;
}

.header-area-tel {
    display: flex;
    flex-direction: row;
    font-size: 1.4rem;
    font-family: "Jun 501";
}
/* !*======== 問い合わせボタン==============*!*/
.header-area-fascia-btn {
    height: 100%;
    /*border: 2px solid gold;*/
    padding-top: 20px;
}

.btn,
.btn:link,
.btn:visited {
    font-size: 1.8rem;
    border-radius: 5px;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn--full:link,
.btn--full:visited {
    /*background-color: #e67e22;*/
    /*background-color: #60bc0f;*/
    background-color: #5AA716;
    /*background-color: #5B957A;*/
    color: #fff;
}

.btn--full:hover,
.btn--full:active {
    /*background-color: #cf711f;*/
    background: transparent;
    border: 3px solid #60bc0f;
    color: #3C7D08;
}
@media (max-width: 850px) {
    .header-area-fascia-btn {
        padding-top: 8px;
    }
    .btn,
    .btn:link,
    .btn:visited {
        font-size: 1.5rem;
        border-radius: 5px;
        text-decoration: none;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 14px;
        padding-right: 14px;
    }
}
@media (max-width: 850px) {
    .btn,
    .btn:link,
    .btn:visited {
        font-size: 1.4rem;
    }
}

@media (max-width: 600px) {
    .header-area-fascia-title {
        font-size: 1.2rem;
    }
    .header-area-fascia-btn {
        font-size: 1.2rem;
    }
    .header-area-tel {
        font-size: 1.2rem;
    }
    .btn,
    .btn:link,
    .btn:visited {
        font-size: 1.2rem;
    }
}
@media (max-width: 500px) {
    .header-area-fascia-btn {
        /*height: 100%;*/
        /*border: 2px solid gold;*/
        padding-top: 8px;
    }

    .btn,
    .btn:link,
    .btn:visited {
        font-size: 1.0rem;
        border-radius: 5px;
        text-decoration: none;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 420px) {
    .btn,
    .btn:link,
    .btn:visited {
        font-size: 0.9rem;
        border-radius: 5px;
        text-decoration: none;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media (max-width: 480px) {
    .header-area-fascia-title {
        font-size: 1.1rem;
    }
    .header-area-fascia-btn {
        font-size: 1.1rem;
    }
}
@media (max-width: 400px) {
    .header-area-fascia {
        /*margin-left: 0.2rem;*/
    }
    .nav-sign--logo img {
        width: 25px;
    }

    .header-area-fascia-title {
        font-size: 1.0rem;
    }

    .header-area-tel {
        font-size: 1.2rem;
        font-family: "Jun 501";
            /*font-family: "Archivo Black", sans-serif;*/
            /*font-weight: 400;*/
            /*font-style: normal;*/
            color: #33650A;

    }
    .header-area-fascia-btn {
        font-size: 1.0rem;
    }
    .header-area-inc {
        /*margin-left: 0.2rem;*/
        font-size: 0.7rem;
    }
}

 /*## Header Navigation ##*/
.nav-menu {
    /*margin-right: 2rem;*/
    font-size: 1.5rem;
}

.nav-menu--items {
    display: flex;
}

ul {
    padding: 0;
    display: flex;
}
ul li {
    list-style: none;
    padding: 10px 40px;
}
ul li a {
    text-decoration: none;
    font-size: 24px;
    position: relative ;
    padding: 5px;
    color: #495057;
    /*text-transform: uppercase;*/
}
a:hover {
    color: #212529;
}
