.shop-wrapper {
    padding: 100px 0;
}

.shop-lists-wrapper {
    margin: 50px 0;
}

.shop-content {
    text-align: center;
    position: relative;
    padding-top: 60px;
    margin-bottom: 30px;
}

.shop-content-img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    position: absolute;
    left: 16%;
    top: -58px;
}

/* @media(max-width:768px) {
    .shop-content-img {
        left: 20%;
    }
} */

.shop-content-description-wrapper {
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    max-width: 325px;
    margin: 0 auto;
    padding: 215px 10px 30px 50px;
    text-align: left;
    font-family: var(--japanese-font-family);
    max-height: 506px;
    position: relative;
}

.shop-name {
    font-size: 16px;
    line-height: 15px;
}

.shop-address {
    font-size: 13px;
    margin: 10px 0 0;
}

.shop-address-link {
    font-size: 13px;
    color: #88bfae;
    border-bottom: 1px solid;
}

.shop-description-bar {
    display: block;
    width: 247px;
    height: 1px;
    background: var(--main-font-color);
    margin: 13px 0;
}

.shop-open-time {
    font-size: 14px;
    letter-spacing: 2px;
}

.shop-banner-lists {
    display: flex;
    font-size: 11px;
    /*justify-content: space-around;*/
    align-items: center;
    gap: 10px;
}

.shop-attention {
    font-size: 10px;
    margin: 10px 0;
    width: 250px;
}

.shop-banner {
    border: 1px solid var(--main-font-color);
    border-radius: 15px;
    padding: 4px 12px 6px 12px;
    display: flex;
    align-items: center;
}

.shop-banner-img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.shop-content-left-bar-wrapper {
    position: absolute;
    transform: rotate(90deg);
    display: flex;
    align-items: center;
    left: -65px;
    top: 100px;
}

.shop-content-v-line {
    width: 70px;
    display: block;
    height: 1px;
    background-color: var(--main-font-color);
}

.shop-content-v-text {
    margin: 0 20px;
    font-size: 10px;
    letter-spacing: 0.1em;
}
