.p-store-wrap {
    margin-bottom: 80px;
}
.p-store-list {
    margin-bottom: 48px;
}
.p-store-grid {
    display: flex;
    flex-wrap: wrap;
}
.p-store-col3 {
    margin: 0 16px 24px 0;
    width:calc(33.3333333% - 16px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.p-store-area {
    margin-bottom: 80px;
}
.p-store-lead {
    font-size: 16px;
    margin-bottom: 56px;
}
.p-store-info {
    margin-bottom: 8px;
}
.p-store-info__item {
    background: #fff;
    padding: 24px;
    border: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.p-store-info__item:nth-child(3n){
    margin-right: 0px;
}
.p-store-shop__item--btn {
    margin-top: auto;
}
.p-store-info__item--title {
    padding-bottom: 16px;
    font-weight: 700;
    position: relative;
    color: #059C40;
}
.p-store-info__item--title::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    background-size: 6px 1px;
    background-image: linear-gradient(to right, #707070, #707070 3px, transparent 3px, transparent 8px);
    background-repeat: repeat-x;
    padding-top: 8px;
}
.p-store-info__item--text {
    display: flex;
    line-height: 1.8;
}
.p-store-info__item--text dt {
    font-weight: 700;
    width: 80px;
}
.p-store-info__item--text dd {
    width: calc(100% - 80px);
}
.tab-content {
    margin-bottom: 48px;
}
.u-anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
.u-parentnavi-items + .u-parentnavi-items {
    margin-left: 30px;
    margin-bottom: 10px;
}
button.sp-store-navi__arrows {
    display: none;
}

