/* ヘッダー  */
header {
    height: 60px;
    width: 100%;
    background-color: #89C750;
    display: block;
    top: 0;
    left: 0;
    z-index: 2;
}

.contents {
    display: block;
    height: 100%;
    background-color: #89C750;
    margin: 0 auto;
    min-width: 1110px;
    max-width: 1110px;
}

@media screen and (max-width: 1100px) {
    .contents {
        min-width: unset;
        width: 100%;
        min-width: 350px;
    }
}

.logo {
    display: inline-block;
    height: 100%;
    background-color: #89C750;
}

@media screen and (max-width: 1100px) {
    .logo {
        margin-left: 10px;
    }
}

.logo-svg {
    display: block;
    padding-top: 10px;
    height: 40px;
    background-color: #89C750;
}

@media screen and (max-width: 550px) {
    .logo-svg {
        height: 35px;
        padding-top: 13px;
    }
}

.menu-group {
    float: right;
    display: flex;
    height: 100%;
    background-color: #89C750;
}

.icon-link {
    display: block;
    margin-top: 8px;
    background-color: #89C750;
}

.icon {
    height: 44px;
    width: 44px;
    display: block;
    background-color: #89C750;
}

@media screen and (max-width: 1100px) {
    .icon {
        height: 44px;
        width: 44px;
        margin-right: 10px;
    }
}

.regist-icon,
.search-icon,
.star-icon {
    margin-right: 15px;
}

@media screen and (max-width: 550px) {

    .regist-icon,
    .search-icon,
    .star-icon {
        margin-right: 5px;
    }
}