.YamatsuLogo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.YamatsuLogo .Mark {
    width: 28px;
    height: 28px;
    border: 3px solid var(--PrimaryColor);
    border-radius: 8px;
    transform: rotate(30deg);
}

.YamatsuLogo .Text {
    color: var(--MainText1);
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

@media screen and (max-width: 900px) {
    .YamatsuLogo .Mark {
        width: 22px;
        height: 22px;
        border-width: 2px;
    }

    .YamatsuLogo .Text {
        font-size: 1.6rem;
    }
}
