/*
---------------------------------------
layout_shop
---------------------------------------
*/

.l_shop-list {
    width: 1150px;
    margin-right: auto;
    margin-left: auto;
}
.l_shop {
    padding-bottom: 80px;
    margin-right: auto;
    margin-left: auto;
}
.l_shop:last-child {
    margin-bottom: 0;
}
.l_shop--head {
    position: relative;
    margin-bottom: 20px;
}
.l_shop-name {
    position: relative;
    width: 100%;
    background: url(../../images/shop_bg.jpg) no-repeat top left;
    padding: 15px 0 17px 112px;
}
.l_shop-name--icon {
    width: 90px;
    position: absolute;
    top: -10px;
    left: 8px;
}
.l_shop-name--txt {
    font-size: 37px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    text-shadow: 4px 4px 3px rgba(0, 0, 0, .3);
}
.l_shop-name--img {
}
.l_shop-name--img img {
    height: 42px;
}
.l_shop--link {
    position: absolute;
    width: 240px;
    top: 50%;
    right: 10px;
    transform: translate3d(0, -50%, 0);
}
.l_shop--link li {
    display: table;
    width: 50px;
    height: 50px;
    /*border: 1px solid #fff;
    border-radius: 5px;*/
    text-align: center;
}
/*.l_shop--link li:nth-child(1) {
    background-color: #ff5050;
}
.l_shop--link li:nth-child(2) {
    background-color: #00aaff;
}
.l_shop--link li:nth-child(3) {
    background-color: #00c700;
}*/
.l_shop--link li > a {
    display: table-cell;
    vertical-align: middle;
}
.l_shop--link img {
    max-width: 100%;
    max-height: 50px;
    width: auto;
    height: auto;
}
.l_map {
    width: 500px;
}
.l_map--item {
    position: relative;
    width: 100%;
}
.l_map--item::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.l_map--item > * {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.l_map--item iframe {
    width: 100%;
    height: 100%;
}
.l_info {
    width: 630px;
}
.l_info .img {
    margin: 0 auto 14px;
}
.l_info--item {
    width: 100%;
    margin-bottom: 6px;
}
.l_info--item dt {
    display: table;
    width: 102px;
    height: 100%;
    text-align: center;
    background-color: #910000;
    color: #fff;
}
.l_info--item dt > * {
    display: table-cell;
    vertical-align: middle;
}
.l_info--item dd {
    display: block;
    width: calc(100% - 154px);
    padding: 7px 12px;
    width: 524px;
    background: #efefef;
}
/*.l_info--item:nth-child(2) {
    width: 255px;
}
.l_info--item:nth-child(2) dd {
    width: 150px;
}
.l_info--item:nth-child(3) {
    width: 368px;
}
.l_info--item:nth-child(3) dd {
    width: 262px;
}*/

@media screen and (max-width: 640px) {
    .l_shop-list {
        width: 100%;
    }

    .l_shop {
        padding-top: 25%;
        margin-top: -25%;
        padding-bottom: 15%;
        background-size: 96%;
    }
    .l_shop--head {
        margin-bottom: 3%;
    }
    .l_shop-name {
        background: url(../../images/sp/shop_bg.jpg) no-repeat top left;
        background-size: 100%;
        padding: 3.5% 0 5.5% 20%;
        margin-bottom: 3%;
    }
    .l_shop-name--icon {
        width: 16%;
        top: 9%;
        left: 1%;
    }
    .l_shop-name--txt {
        font-size: 8vw;
    }
    .l_shop-name--txt > * {
        display: block;
        font-size: 3.8vw;
    }
    .l_shop-name--img {
        width: 48%;
    }
    .l_shop-name--img img {
        height: auto;
        width: 100%;
    }

    .l_shop--link {
        position: static;
        width: 80%;
        transform: none;
        margin: 0 auto;
    }
    .l_shop--link li {
        display: table;
        width: auto;
        height: auto;
        padding: 2%;
        /*border: 1px solid #fff;
        border-radius: 5px;*/
        text-align: center;
    }
    .l_map {
        width: 100%;
    }
    .l_map .p_ttl img {
        width: 28%;
        height: auto;
    }
    .l_map--item {
        width: 94%;
        margin: 0 auto;
    }
    .l_info {
        width: 100%;
        margin-bottom: 10%;
    }
    .l_info .p_ttl img {
        width: 46%;
        height: auto;
    }
    .l_info .img {
        width: 94%;
    }
    .l_info--inner {
        width: 94%;
        margin: 0 auto;
    }
    .l_info--item {
        width: 100%!important;
    }
    .l_info--item dt {
        width: 100%;
        height: auto;
        padding: 2%;
        text-align: left;
    }
    .l_info--item dd {
        width: 100%!important;
        padding: 2%;
    }
}
