@charset "UTF-8";

.hd-pattern4__top {
    padding: 10px 0 12px;
}

.hd-pattern4__time {
    padding: 0 20px 0 0;
}

.header__holiday {
    font-size: 12px;
}

.hd-pattern4__tel-wrap {
    margin-block: 5px 0;
    gap: 5px;
}

.hd-pattern4__tel-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-block: 6px 0;
    gap: 7px;
}

[class*="hd-pattern4__tel--"] {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 1;
    display: flex;
    align-items: center;
}

.hd-pattern4__tel-label {
    color: #fff;
    padding: 4px 9px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.3em;
    margin-right: 4px;
}

.hd-pattern4__tel--rent .hd-pattern4__tel-label {
    background-color: #0DB3AB;
}

.hd-pattern4__tel--sale .hd-pattern4__tel-label {
    background-color: #00B0D3;
}

[class*="hd-pattern4__tel--"] svg {
    margin: 0 3px 0 0;
    width: 16px;
    height: 16px;
}

.hd-pattern4__tel--rent svg {
    fill: #0DB3AB;
}

.hd-pattern4__tel--sale svg {
    fill: #00B0D3;
}

.menu__section [role="search"] {
    padding: 20px 0;
}

.menu__section [role="search"] .md-freeword {
    padding: 0;
    border: 1px solid var(--border-color);
    border-radius: 4px;
}