 /*.store-show {
    padding: 3rem 20rem;
}*/ 

.store-show img {
    width: 100%;
    margin-right: 2rem;
}

.store-show .am-u-sm-6:first-child {
    padding-right: 1rem;
}

.store-show .am-u-sm-6:last-child {
    padding-left: 1rem;
}

.area-tainer {
    padding-top: 1rem;
}

.area-title h1 {
    color: #00a1a7;
    margin-top: 1rem;
    margin-bottom: 0px;
}

.area-table {
    width: 100%;
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.area-table tr:first-child td:first-child {
    border-top-left-radius: 15px;
}

.area-table tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
}

.area-name {
    width: 15%;
    background: -webkit-linear-gradient(left, #00a1a7, #1fcdd1);
    height: 5rem;
    color: #fff;
}

.store-name {
    width: 85%;
    background-color: #fff;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-left: 2rem;
    background-image: url("../images/nav/nav-sj.png");
    background-repeat: no-repeat;
    background-position: left center;
    
}

    .store-name a {
        color: #000;
        letter-spacing: 5px
    }

.store-name a:hover,
.store-name a:active {
    color: #fff;
}

.store-name a {
    margin-right: 2rem;
}

@media (max-width:769px) {
    .store-show {
        padding: 1.5rem 0 1rem;
    }
    .store-show .am-u-sm-6:first-child {
        padding-right: 0.5rem;
    }
    .store-show .am-u-sm-6:last-child {
        padding-left: 0.5rem;
    }
    .area-title h1 {
        font-size: 2rem;
    }
    .area-table {
        font-size: 1.7rem;
    }
    .area-name {
        width: 20%;
        height: 3rem;
    }
    .store-name {
        width: 80%;
    }
}