.top-storeinfo-wrapper {
    margin-top: 310px;
    background: var(--main-color);
    padding: 130px 0px;
}

@media(max-width:992px) {
    .top-storeinfo-wrapper {
        margin-top: 110px;
        padding: 50px 10px;
    }
}

.top-storeinfo-contents {
    width: 1200px;
    margin: 0 auto;
}

@media(max-width:992px) {
    .top-storeinfo-contents {
        width: 100%;
    }
}

.top-storeinfo-contents:nth-of-type(2n) {
    margin-top: 220px;
}

@media(max-width:992px) {
    .top-storeinfo-contents:nth-of-type(2n) {
        margin-top: 60px;
    }
}

.top-subtitle.storeinfo {
    color: #FFF;
    text-align: center;
    letter-spacing: 20px;
}

@media(max-width:992px) {
    .top-subtitle.storeinfo {
        letter-spacing: 5px;
    }
}

.top-mini-subtitle.storeinfo {
    text-align: center;
    margin-top: 40px;
}

@media(max-width:992px) {
    .top-mini-subtitle.storeinfo {
        margin-top: 20px;
    }
}

.top-storeinfo-content {
    background: #FFF;
    padding: 20px;
    margin-top: 30px;
}

@media(max-width:992px) {
    .top-storeinfo-content {
        padding: 0;
    }
}

.top-storeinfo-inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

@media(max-width:992px) {
    .top-storeinfo-inner {
        flex-direction: column;
    }
}

.top-storeinfo-left-content {
    width: 50%;
    padding-right: 20px;
}

@media(max-width:992px) {
    .top-storeinfo-left-content {
        width: 100%;
        padding-right: 0px;
    }
}

.top-storeinfo-right-content {
    width: 50%;
    padding: 20px 0 0 20px;
}

@media(max-width:992px) {
    .top-storeinfo-right-content {
        width: 100%;
        padding: 0px 20px 20px;
        margin-top: 25px;
    }
}

#takatsuki-map::before {
content: "";
display: block;
  height: 100px;       /* ヘッダーの高さ */
  margin-top: -100px;  /* その分上にずらす */
}

.top-storeinfo-left-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.top-storeinfo-names {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 40px;
}

.top-storeinfo-name {
    font-weight: 600;
}

.top-storeinfo-map-link {
    background: var(--bg-color-1);
    width: 150px;
    border-radius: 100px;
    text-align: center;
    padding-right: 15px;
}

.top-flow-map-link-txt.storeinfo::after {
    width: 23px;
}

.top-storeinfo-info {
    color: var(--txt-color-1);
    font-weight: 600;
}

.top-storeinfo-address {
    margin-top: 20px;
    font-weight: 600;
}

.top-storeinfo-tel {
    font-weight: 600;
}

.top-storeinfo-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.top-flow-link.storeinfo {
    width: 48%;
    height: 150px;
    padding: 15px;
}

.top-flow-icon.storeinfo {
    width: 50px;
    height: 50px;
}

.top-storeinfo-right-title {
    text-align: center;
    font-weight: 600;
    border-radius: 60px;
    border: 4px solid;
}

.top-storeinfo-directions {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

@media(max-width:992px) {
    .top-storeinfo-directions {
        gap: 20px;
    }
}

.top-storeinfo-direction {
    width: 48%;
    position: relative;
}

@media(max-width:992px) {
    .top-storeinfo-direction {
        width: 46%;
    }
}

.top-storeinfo-imgs {
    position: relative;
}

.top-storeinfo-imgs::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 4px solid;
}

@media(max-width:992px) {
    .top-storeinfo-imgs::after {
        width: 25px;
        height: 25px;
        border: 2px solid;
    }
}

.top-storeinfo-number {
    position: absolute;
    top: 5px;
    left: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: #FFF;
    width: 50px;
    height: 50px;
}

@media(max-width:992px) {
    .top-storeinfo-number {
        width: 25px;
        height: 25px;
        font-size: 16px;
    }
}

.top-storeinfo-direction-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

@media(max-width:992px) {
    .top-storeinfo-direction-img {
        height: 120px;
    }
}

.top-storeinfo-direction-caption {
    font-weight: 600;
    line-height: 25px;
    color: #000;
}

@media(max-width:992px) {
    .top-storeinfo-direction-caption {
        font-size: 12px;
        line-height: 20px;
    }
}

.top-flow-store-map-wrapper.storeinfo {
    margin-top: 40px;
}

.top-flow-store-map.storeinfo {
    height: 350px;
}