/* ----メニュー---*/
header {
    border-bottom: dotted 1px gray;
}

.wrap-top {
    max-width: 1200px;
    padding: 10px 0;
    margin: 0 auto
}

.logo-top {
    float: left;
    max-width: 400px
}

.header-tel {
    float: right;
    max-width: 300px
}

.wrap-header {
    width: 100%;
    background: #9ed7f8;
    border-bottom: 10px solid #8ec31f
}

.wrap-header img {
    max-width: 1200px;
    margin: 0 auto
}


#menu-box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

#menu li {
    display: block;
    float: left;
    width: 20%;
    margin: 0;
}

#menu li a {
    display: block;
    box-sizing: border-box;
    height: 40px;
    padding: 7px 0;
    text-align: center;
    border-left: dotted 1px gray;
    font-size: 18px;
    color: #3b3b3b;
    margin-top: 1px
}

#menu li:last-child a {
    border-right: dotted 1px gray;
}

#menu li a:hover {
    background: #f5f5f5;
}

#toggle {
    display: none;
}


/* under960px（タブレット） */
@media only screen and (max-width: 768px) {

    header {
        border-bottom: none;
    }

    .wrap-header {
        display: none
    }

    .logo-top {
        float: none;
        max-width: 90%;
        margin: 0 auto
    }

    .green-line {
        display: none
    }

    /* ----menu---*/
    #menu {
        display: none;
    }

    #menu li {
        width: 100%;
    }

    #menu li a {
        display: block;
        color: #3b3b3b;
        border-bottom: 1px solid #8ec31f;
        text-align: center;
        padding: 15px 0 45px
    }

    #toggle {
        display: block;
        position: relative;
        width: 100%;
        background: #8ec31f
    }

    #toggle a {
        display: block;
        font-weight: 400;
        font-size: 30px;
        line-height: 1;
        position: relative;
        padding: 10px 0 10px !important;
        font-family: 'Gruppo', cursive;
        color: #fff;
        text-align: center;
        text-decoration: none
    }

    #toggle:before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        width: 30px;
        height: 30px;
        margin-top: -15px;
        background: #fff;
    }

    #toggle a:before,
    #toggle a:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        width: 30px;
        height: 6px;
        background: #8ec31f;
    }

    #toggle a:before {
        margin-top: -9px;
    }

    #toggle a:after {
        margin-top: 3px;
    }


}



/* under480px */
@media only screen and (max-width: 480px) {

    .title {
        font-size: 100px;
        line-height: 0.65;
        color: #4b4531;
        margin: 30px auto 40px;
    }

}
