.background-img {
    width: 100%;
    height: auto;
    margin-top:60px ;
}
.incity {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    top: 10vw;
    left: 0;
}
.incity-img {
    width: 15vw;
    height: auto;
}
.button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    
    
    left: 3vw;
}
.button-img {
    width: 2vw;
    height: auto;
    cursor:pointer
}
.button-text {
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    padding-left: 0.5vw;
    cursor:pointer
}
.content {
    margin-top: 3vw;
    margin-left: 3vw;
    margin-right: 3vw;
    min-height: 300px;
}
.content-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-list{
    display: flex;
    flex-wrap: wrap;
}
.item{
    /* width: 26.42vw; */
    width: 25%;
    margin-top: 3vw;
    margin-bottom: 3vw;
    padding-left: 1vw;
    padding-right: 1vw;
}
.item .logo{
    width: 100%;
    height: 340px;
    object-fit: cover;
    cursor: default;
}
.store-name {
    padding-top: 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
}
.store-information {
    padding-top: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #ADB0AE;
}
.store-adress {
    display: flex;
}