/*-----------------------------------------------------------------------------
 [TABLE OF CONTENTS]
    +content-main
    	=
-----------------------------------------------------------------------------*/

.shop .shop-list {
    overflow: hidden;
    border-bottom: 5px solid #e0e0e0;
}


.discount-list h2,
.shop-list h2 {
    padding: 10px;
    border-bottom: 1px solid #fff;
    background-color: #dbdbdb;
    color: #000;
    font-size: 1.67em;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
}

.discount-list h2:after,
.shop-list h2:after {
    float: right;
    content: "\f106";
    color: #333;
    font-size: 1.2em;
    font-family: FontAwesome, serif;
    line-height: 30px;
    transform: rotateZ(0deg);
    transition: .3s;
}

.discount-list.open h2:after,
.shop-list.open h2:after {
    transform: rotateZ(180deg);
    transition: .3s;
}

.shop-list .address-content {
    overflow: hidden;
    padding: 0 10px;
    margin-bottom: 20px;
    line-height: 1.5;
    text-align: left;
}

.shop-list .address-content ul {
    list-style-type: none;
}

.shop-list .address-content ul li {
    overflow: hidden;
    padding: 5px 0;
    line-height: 1.5;
    text-align: left;
}

.shop-list .address-content ul li:nth-last-child(2) {
    margin-bottom: 10px;
}

.shop-list .address-content ul li h3 {
    padding: 5px 0 10px;
    border-bottom: 1px dotted #666;
    font-size: 1.35em;
}

.shop-list .address-content ul li p {
    line-height: 27px;
}

.shop-list .address-content ul li i {
    float: left;
    width: 30px;
    margin-right: 10px;
    text-align: center;
}

.shop-list .address-content ul li img[alt="address"] {
    width: 26px;
}

.shop-list .address-content ul li img[alt="time"] {
    width: 30px;
}

.shop-list .address-content ul li img[alt="phone"] {
    width: 20px;
    padding-top: 3px;
}

.shop-list .address-content ul li img[alt="goto"] {
     width: 20px;
     padding-top: 6px;
}

.shop-list .address-content ul li img[alt="card"] {
    width: 20px;
    padding-top: 4px;
}

.shop-list .address-content ul li a {
    display: block;
    float: left;
    width: 30%;
    height: 35px;
    margin-right: 5%;
}

.shop-list .address-content ul li .shop-line,
.shop-list .address-content ul li .shop-map,
.shop-list .address-content ul li .shop-call {
    padding-left: 15px;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 1.167em;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
}

.shop-list .address-content ul li .shop-line {
    padding-left: 25px;
    background: #00b900 url(../../i/icon-shop-line.png) 18% center no-repeat;
    background-size: 22px;
}

.shop-list .address-content ul li .shop-map {
    background: #5c5a5a url(../../i/icon-shop-map.png) 25% center no-repeat;
    background-size: 17px;
}

.shop-list .address-content ul li .shop-call {
     background: #5c5a5a url(../../i/icon-shop-call.png) 25% center no-repeat;
     background-size: 18px;
     margin-right: 0%;
}

.discount-list ul {
    margin: 0;
}

.discount-list ul li {
    padding: 0 10px;
    margin-bottom: 20px;
    border: 0;
    text-align: left;
}

.discount-list ul li:first-child {
    padding-top: 10px;
}

.discount-list ul li h4 {
    padding: 5px;
    border: solid #e0e0e0;
    border-width: 1px 0;
    background-color: #fff;
    color: #231815;
    font-weight: 600;
    font-size: 1.167em;
    text-align: left;
}

.discount-list p {
    padding: 10px;
    color: #231815;
}

.discount-list h3 {
    display: block;
    width: 100%;
    padding: 5px 0;
    background-color: #999;
    color: #fff;
    font-weight: 600;
    font-size: 1.35em;
    text-align: center;
}

.discount-list h3 {
    margin: 0;
}