.top-header {
    padding: 5px 30px;
    border-bottom: 1px solid #e8e8e8;
}

.top-header .flex-container {
    padding: 15px;
    height: 80px;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: right;
}

.top-header .top-brand {
    position: relative;
    top: 15px;
}

.top-header .top-brand img {
    height: 50px
}

.pre-icon, .info-tel {
    float: left;
}

.pre-icon {
    opacity: .8;
    position: relative;
    margin-right: 10px;
    font-size: 28px;
}

.info-work-time {
    margin-right: 25px;
}

.info-tel, .info-work-time {
    margin-right: 50px;
}

.info-tel a {
    transition: all .3s;
}

.info-tel a:hover {
    text-decoration: underline;
}

.navbar {
    font-family: Roboto;
    padding: 0;
    border-bottom: 1px solid #e8e8e8;
}

.navbar img.brand {
    max-width: 80px;
    margin: 0 40px;
}

.navbar .nav-item {
    margin: 0 10px;
}