.top-section {
    position: relative;
    text-align: center;
}
.top-section--shop {
    padding: 100px 0 100px;
    background: #fafafa;
    z-index: 10;
}
@media screen and (max-width: 768px){
	.top-section__ttl {
	    font-size: 25px;
	    line-height: 1.2;
	}
}
.top-section--shop .top-section__ttl {
    margin-bottom: 10px;
    padding-top: 45px;
}
.top-section__ttl:before {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.top-section--shop .top-section__ttl:before {
    width: 51px;
    height: 46px;
    background-image: url(/img/becks/ico_shop_2.png);
}
.top-section__txt {
    line-height: 2.142;
}
@media screen and (max-width: 768px){
	.top-section__txt {
	    line-height: 1.7857;
	    text-align: left;
	}
}
.top-section--shop .top-section__txt {
    margin-bottom: 60px;
}
@media screen and (max-width: 768px){
	.is_pc {
	    display: none !important;
	}
}
.top-section__map-ttl {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    line-height: 1;
}
.top-section__ttl {
    position: relative;
    font-size: 40px;
    color: #b8004d;
}
@media screen and (max-width: 768px){
	.top-section--shop {
	    padding: 50px 0 50px;
	}
	.top-section__ttl {
	    font-size: 25px;
	    line-height: 1.2;
	}
	.top-section--shop .top-section__ttl {
	    margin-bottom: 5px;
	    padding-top: 55px;
	}
	.top-section--shop .top-section__ttl:before {
	    width: 52px;
	    height: 47px;
	}
	.top-section--shop .top-section__txt {
	    margin-bottom: 10px;
	}
	.top-section__map-ttl {
	    font-size: 14px;
	}
}



.top-section__shop-wrap {
    padding: 0 10px;
}
.top-section__map-wrap {
    padding: 24px 30px 30px;
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
}
@media screen and (max-width: 768px){
    .top-section__map-wrap {
        padding: 15px;
    }
}
.top-section__shop-wrap .top-section__map-wrap {
    position: relative;
    float: left;
    width: 50%;
    left: 10px;
}
@media screen and (max-width: 768px){
    .top-section__shop-wrap .top-section__map-wrap {
        width: 100%;
        left: 0 !important;
        float: none;
        height: auto !important;
    }
}
.top-section__shop-wrap .top-section__map-wrap:first-child {
    left: -10px;
}
.top-section__map-ttl {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    line-height: 1;
}
.shop-detail__name {
    margin-bottom: 10px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    font-size: 20px;
    text-align: left;
    font-weight: bold;
}
.shop-detail__txt-area {
    text-align: left;
}
.shop-detail__info {
    margin-bottom: 15px;
}
.shop-detail__info-item {
    padding: 4px 0 4px 28px;
    background-repeat: no-repeat;
}
.shop-detail__info-item--access {
    background-image: url(/img/common/ico_access_1.png);
    background-size: 15px auto;
    background-position: 2px 5px;
}
.shop-detail__info-item--time {
    background-image: url(/img/common/ico_time_1.png);
    background-size: 20px auto;
    background-position: left 5px;
}
.shop-detail__info-item--phone {
    background-image: url(/img/common/ico_phone_1.png);
    background-size: 14px auto;
    background-position: 2px 5px;
}
.shop-detail__table {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
}
.shop-detail__table th {
    padding: 10px 20px;
    width: 160px;
    box-sizing: border-box;
    background: #eee9e5;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    white-space: nowrap;
}
.shop-detail__table td {
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #eee;
}
.top-section__shop-wrap:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}
@media screen and (max-width: 768px){
    .top-section__shop-wrap {
        padding: 0;
    }
    .top-section__shop-wrap .top-section__map-wrap:first-child {
        margin-bottom: 30px;
    }
    .top-section__map-ttl {
        font-size: 14px;
    }
}
@media screen and (max-width: 768px){
    .shop-detail__name {
        font-size: 14px;
        padding-top: 10px;
    }
}
@media screen and (max-width: 768px){
    .shop-detail__table th {
        width: 80px;
        padding: 10px 10px;
        white-space: inherit;
    }
}
@media screen and (max-width: 768px){
    .shop-detail__table td {
        padding: 10px;
    }
}

