.shop_type_img {
    width: 9rem;
    margin: 0 0 0 .5rem;
}
.header_shop {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}
.header_logo span.header-logo-text {
    /* font-family: 'Noto Sans JP',sans-serif; */
    font-weight: bold;
    color: #004680;
}
.header_logo .kaitori_shop span.header-logo-text {
    margin-top: .6rem;
}
.header_logo.short-name span, #header .header_logo.short-name.direct_management span {
line-height: 1;
    font-size: .9rem;
}
.img-area  {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0;
    position: relative;
    text-decoration: none;
    min-height: 53px;
    margin-top: 3px;
    float: left;
}
.header_logo span.header-logo-text .header-logo-text-sub {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    display: block;
}
.header_shop .direct_management .short-name span, .header_shop .direct_management span, .header_shop span {
    line-height: 1.2;
    font-size: 1.3rem;
}


@media screen and (min-width: 768px) {
    .header_logo .kaitori_shop span.header-logo-text {
        /*margin-top: 1.1rem;*/
        font-size: 1.5rem;
    }
}

