/* @media screen and (max-width: 991px) {
    .location-ima__mv img {
        aspect-ratio: 1/1;
        object-fit: cover
    }
} */

.location__wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    gap: min(var(--vw-size40), 4vw);
}
.location__wrap.--space-between {
    justify-content: space-between;
    gap: var(--vw-size40);
}
.--7-3-special {
    gap: var(--vw-size40);
}
.c-heading__h4 span {
    color: #006261;;
}
.c-figcaption__bottom--special {
    font-family: YakuHanMP, "Noto Serif JP", serif;
}
.c-figcaption__bottom--special span {
    font-size: 150%;
}
@media screen and (max-width: 991px) {
    .c-heading__h4 h4 {
        color: inherit;
    }
    .c-heading__h4 h4 span {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .location__wrap--sp {
        flex-direction: row;
        gap: max(var(--vw-size10), 4vw);
    }
}
.--border {
    border: 1px solid;
}
/*# sourceMappingURL=location.css.map */