.main--shop {
    position: relative;
    margin-top: 35px;
    margin-bottom: 115px;
}

.p-shop-search__condition {
    display: none;
}

.p-shop__inner {
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    width: 100%;
    max-width: 1120px;
    padding: 0 2%;
    margin: 0 auto;
    position: relative;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * 検索
 * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.p-shop-search__box {
    width: 100%;
    margin-bottom: 88px;
}

.p-shop-search__box .p-shop-search__btns {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.p-shop-search__box .p-shop-search__btns .p-shop-search__btns-inner {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.p-shop-search__box .p-shop-search__btns .p-shop-search__btn {
    /*width: calc(100% / 3);*/
    width: calc(100% / 4);
    max-width: 220px;
    height: 59px;
    background-color: transparent;
    border: solid 1px #fff;
    text-align: center;
    line-height: 57px;
    font-size: 1rem;
    cursor: pointer;
}

.p-shop-search__box .p-shop-search__btns .p-shop-search__btn.j-none {
    display: none !important;
}

.p-shop-search__box .p-shop-search__btns .p-shop-search__btn:hover,
.p-shop-search__box .p-shop-search__btns .p-shop-search__btn.is-active {
    background-color: #fff;
}

.tab-select-outer {
    display: none;
}

.p-shop-search__box .p-shop-search__btns .p-shop-count {
    position: relative;
    text-align: center;
    /* margin-bottom: 78px; */
    margin-bottom: 0;
    width: calc(100% / 4);
}

.p-shop-search__box .p-shop-search__btns .p-shop-count__nums {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    position: relative;
    overflow: hidden;
    float: right;
}

.p-shop-search__box .p-shop-search__btns .p-shop-count__nums .p-shop-count__line {
    display: block;
    width: 1px;
    height: 55px;
    background-color: #000;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    margin: 0 10px
}

.p-shop-search__box .p-shop-search__btns .p-shop-count__nums .p-shop-count__nums__molecule {
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 8px;
    margin-right: 6px;
}

.p-shop-search__box .p-shop-search__btns .p-shop-count__nums .p-shop-count__nums__molecule span {
    font-size: 30px;
    line-height: 30px;
    display: block;
}

.p-shop-search__box .p-shop-search__btns .p-shop-count__nums .p-shop-count__nums__denominator {
    padding-bottom: 8px;
    margin-left: -6px;
}

.p-shop-search__box .p-shop-search__conditions {
    padding: 80px 15px;
    width: 100%;
    position: relative;
    background-color: #fff;
}

.p-shop-search__box .p-shop-search__condition.p-shop-search__condition--initial {
    margin-bottom: -35px;
}

.p-shop-search__box .p-shop-search__conditions .p-shop-search__condition {
    position: relative;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

@media screen and (max-width: 999px) {
    .p-shop-search__box {
        width: 100%;
        margin-bottom: 88px;
    }

    .p-shop-search__box .p-shop-search__btns .p-shop-search__btn {
        font-size: 0.8rem;
    }

}

@media screen and (max-width: 768px) {
    .p-shop-search__box .p-shop-search__btns {
        margin-bottom: 10px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .p-shop-search__box .p-shop-search__btns .p-shop-search__btn {
        display: none;
    }

    .p-shop-search__box .p-shop-search__btns .p-shop-count__nums .p-shop-count__nums__molecule {
        font-size: 12px;
        line-height: 12px;
        padding-bottom: 8px;
        margin-right: 0px;
    }

    .p-shop-search__box .p-shop-search__btns .p-shop-count__nums .p-shop-count__nums__molecule span {
        font-size: 24px;
        line-height: 24px;
    }

    .p-shop-search__box .p-shop-search__btns .p-shop-count__nums .p-shop-count__line {
        height: 45px;
    }

    .p-shop-search__box .p-shop-search__btns .p-shop-count__nums .p-shop-count__nums__denominator {
        padding-bottom: 0px;
        margin-left: -6px;
    }

    .tab-select-outer {
        display: block;
        overflow: hidden;
        width: 80%;
        height: 50px;
        text-align: center;
        position: relative;
        /*border: 1px solid #bbbbbb;*/
        border-radius: 2px;
        background: #ffffff;
    }

    .tab-select-outer::before {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0.6em;
        width: 0;
        height: 0;
        padding: 0;
        content: '';
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #666666;
        pointer-events: none;
    }

    .tab-select-outer select {
        width: 100%;
        height: 100%;
        cursor: pointer;
        text-indent: 0.01px;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        border: none;
        outline: none;
        background: transparent;
        background-image: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 8px 25px 8px 8px;
        color: #000;
        font-size: 14px;
    }

    .tab-select-outer select::-ms-expand {
        display: none;
    }

    .tab-select-outer select option.j-none {
        display: none;
    }

    .p-shop-search__box .p-shop-search__btns .p-shop-count {
        width: 50%
    }

}

.p-initials {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-shop-search__condition.j-none {
    display: none !important;
}

.p-initials .p-initials__group {
    position: relative;
    width: 33%;
    max-width: 296px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 35px;
    border-left: solid 1px #000;
}

.p-initials__group.p-initials__group--en {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: none;
    border-top: solid 1px #000;
}

.p-initials__group.p-initials__group--3 {
    /*max-width: 177px;*/
    /*margin-right: 118px;*/
}

.p-initials__group.p-initials__group--3 .p-initial__btn:last-of-type {
    margin-right: 40%;
}

.p-initials__group.p-initials__group--search {
    display: none;
}

.p-initials .p-initials__group .p-initials__checkbox {
    display: none;
}

.p-initials .p-initials__group .p-initials__checkbox:checked ~ label:only-of-type {
    background-color: #000;
    color: #fff;
}

.p-initials .p-initials__group .p-initials__checkbox:disabled ~ label:only-of-type {
    background-color: #ccc;
    color: #eee;
}

.p-initials .p-initials__group .p-initial__btn {
    width: 100%;
    max-width: 59px;
    height: 0;
    padding-top: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
}

.p-initials .p-initials__group.p-initials__group--reset {
    /*max-width: 200px;*/
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-left: none;
    margin-bottom: 0;
}

.p-initials__group.p-initials__group--en + .p-initials__group.p-initials__group--reset {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    max-width: none;
}

.p-initials .p-initials__group.p-initials__group--reset .p-initial__btn {
    cursor: pointer;
    background-color: #ddd;
    max-width: 200px;
    border-left: solid 1px #000;
}

.p-initials__group.p-initials__group--en + .p-initials__group.p-initials__group--reset .p-initial__btn {
    padding-top: calc(100% / 16);
}

.p-initials .p-initials__group.p-initials__group--reset .p-initial__btn:hover {
    background-color: #000;
    color: #fff;
}

.p-initials__group.p-initials__group--en .p-initial__btn {
    width: calc(100% / 16);
    padding-top: calc(100% / 16);
    max-width: 70px;
    border-top: none;
}

.p-initials .p-initials__group .p-initials__checkbox ~ label.p-initial__btn-inner,
.p-initials .p-initials__group div.p-initial__btn-inner{
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    lefT: 0;
    cursor:pointer;
}

.p-initials .p-initials__group .p-initial__btn-inner span {
    line-height: 1rem;
}

.p-initials .p-initials__group:nth-last-child(2) {
}

.p-initials .p-initials__group:nth-last-child(3) {
}

.p-initials .p-initials__group:nth-last-child(1) {
    max-width: 60px;
}

.p-initials .p-initials__group .p-initial-btn {
    border-left: none;
}

.p-initials .p-initials__group .p-initial-btn:hover {
    background-color: #000;
    color: #fff;
}

.p-initials .p-initials__group .p-initial__btn .p-initial__btn-inner.p-initial__btn-inner--search {
    max-width: 80px;
    background-color: #000;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: inherit;
}

.p-initials .p-initials__group .p-initial__btn .p-initial__btn-inner.p-initial__btn-inner--search img {
    width: 32px;
    height: 32px;
}

@media screen and (max-width: 999px) {

    .p-shop-search__box .p-shop-search__conditions {
        padding: 40px 15px;
    }

    .p-initials .p-initials__group {
        max-width: 251px;
        border-top: none;
    }

    .p-initials__group.p-initials__group--3 {
        margin-right: 0;
    }

    .p-initials .p-initials__group .p-initial__btn {
        max-width: 50px;
        line-height: 50px;
        border-top: solid 1px #000;
    }

    .p-initials__group.p-initials__group--en {
        max-width: none;
        border-top: solid 1px #000;
        border-left: solid 1px #000;
    }

    .p-initials__group.p-initials__group--en .p-initial__btn {
        width: calc(100% / 13);
        padding-top: calc(100% / 13);
        max-width: 70px;
        border-bottom: solid 1px #000;
        border-right: solid 1px #000;
        border-top: none;
    }

}

@media screen and (max-width: 768px) {

    .p-initials .p-initials__group {
        width: 48%;
        max-width: none;
        margin-bottom: 10px;
    }

    .p-initials .p-initials__group .p-initial__btn {
        max-width: none;
    }

    .p-initials .p-initials__group.p-initials__group--reset {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .p-initials__group.p-initials__group--en {
        width: 100%;
    }

    .p-initials__group.p-initials__group--en + .p-initials__group.p-initials__group--reset .p-initial__btn {
        padding-top: calc(100% / 9);
    }

    .p-initials__group.p-initials__group--en .p-initial__btn {
        width: calc(100% / 9);
        padding-top: calc(100% / 9);
        max-width: none;
    }

}

.p-categories {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: solid 1px #000;
    border-bottom: none;
    border-right: none;
}

.p-categories.p-categories--reset {
    margin-top: 35px;
    border: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.p-categories.p-categories--reset .p-categories__btn {
    border: solid 1px #000;
    background-color: #ddd;
    cursor: pointer;
}

.p-categories .p-categories__checkbox {
    display: none;
}

.p-categories .p-categories__btn {
    background-color: transparent;
    color: #000;
    width: 25%;
    height: 50px;
    font-size: 16px;
    text-align: center;
    line-height: 48px;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
}

.p-categories .p-categories__btn .p-category__btn-inner {
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.p-categories .p-categories__btn .p-category__btn-inner span {
    line-height: 1.2em;
}

.p-categories .p-categories__btn .p-categories__checkbox:checked ~ label.p-category__btn-inner:only-of-type {
    background-color: #000;
    color: #fff;
}

@media screen and (max-width: 999px) {

    .p-categories .p-categories__btn label {
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
    }

}

@media screen and (max-width: 768px) {

    .p-categories .p-categories__btn {
        width: calc(100% / 4);
    }

    .p-categories .p-categories__btn label {
        font-size: 10px;
        padding: 3px;
        letter-spacing: 0;
    }

    .p-categories.p-categories--reset {
        margin-top: 15px;
    }

    .p-categories.p-categories--reset .p-categories__btn {
        font-size: 12px;
    }

}

.p-keyword {
    position: relative;
    width: 100%;
    max-width: 578px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.p-keyword input {
    width: 100%;
    border: solid 1px #000;
    line-height: 58px;
    font-size: 16px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.p-keyword .p-keyword-btn {
    width: 100%;
    max-width: 80px;
    background-color: #000;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: inherit;
}

.p-keyword .p-keyword-btn img {
    width: 32px;
    height: 32px;
}

@media screen and (max-width: 768px) {

    .p-keyword {
        height: 40px;
    }

    .p-keyword input {
        line-height: 38px;
        font-size: 13px;
        padding-left: 10px;
    }

    .p-keyword .p-keyword-btn {
        max-width: 60px;
    }

    .p-keyword .p-keyword-btn img {
        width: 20px;
        height: 20px;
    }

}

.p-shop-count {
    position: relative;
    text-align: center;
    margin-bottom: 78px;
}

.p-shop-count__nums {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    position: relative;
    overflow: hidden;
}

.p-shop-count__nums .p-shop-count__line {
    display: block;
    width: 1px;
    height: 55px;
    background-color: #000;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    margin: 0 10px
}

.p-shop-count__nums .p-shop-count__nums__molecule {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 8px;
}

.p-shop-count__nums .p-shop-count__nums__molecule span {
    font-size: 36px;
    line-height: 36px;
    display: block;
}

.p-shop-count__nums .p-shop-count__nums__denominator {
    padding-bottom: 8px;
}

.p-shop-list {
    position: relative;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto 355px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-shop-list .p-shop-card {
    position: relative;
    width: 30%;
    background-color: #fff;
    padding: 10px 10px 73px;
    border-radius: 10px;
    text-align: left;
    margin-bottom: 23px;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.p-shop-list .p-shop-card:hover {
    -webkit-box-shadow: 0 16px 40px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 16px 40px 0 rgba(0, 0, 0, .3);
}

.p-shop-list .dummy {
    position: relative;
    width: 30%;
    height: 0;
}

.p-shop-list .p-shop-card.j-none {
    display: none;
    opacity: 0;
}

.p-shop-list .p-shop-card.j-disp {
    display: block !important;
    opacity: 1;
}

/*.p-shop-list .j-disp:nth-of-type(3n-1),*/
/*.p-shop-list .j-disp:nth-of-type(3n){*/
/*margin-left:5%;*/
/*}*/

.p-shop-list .p-shop-card .p-shop-card__eyecatch {
    width: 100%;
    height: 0px;
    padding-top: 66.5%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    background-color:#eee;
}

.p-shop-list .p-shop-card .p-shop-card__category {
    color: #a5a5a5;
    letter-spacing: .05em;
    line-height: 1.1rem;
    font-size: 0.875rem;
    margin-bottom: 15px;
}

.p-shop-list .p-shop-card .p-shop-card__shopname {
    font-size: 1.25rem;
    letter-spacing: .1em;
    line-height: 1.5rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.p-shop-card__area {
    width: 130px;
    height: 22px;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: .05em;
    text-align: center;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-style: solid;
    border-width: 1px;
}

.p-shop-card__area.p-shop-card__area--1 {
    border-color: #ff5eb9;
    color: #ff5eb9;
}

.p-shop-card__area.p-shop-card__area--2 {
    border-color: #5ec8ff;
    color: #5ec8ff;
}

.p-shop-card__area.p-shop-card__area--3 {
    border-color: #71db47;
    color: #71db47;
}

.p-shop-card__area.p-shop-card__area--4 {
    border-color: #ffc833;
    color: #ffc833;
}

.p-shop-search__box.p-shop-search__box--detail {
    margin-bottom: 0;
}

.p-shop-card__more {
    position: absolute;
    width: 150px;
    height: 34px;
    line-height: 34px;
    background-color: #000;
    color: #fff;
    text-align: center;
    right: 9px;
    bottom: 9px;
    border-radius: 17px;
}

.p-shop-card__more:after {
    content: '';
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #ffffff;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}

@media screen and (max-width: 768px) {

    .p-shop-list {
        margin: 0 auto 100px;
    }

    .p-shop-list .p-shop-card {
        position: relative;
        width: 100%;
    }

    .p-shop-list .p-shop-card .p-shop-card__eyecatch {
        padding-top: 250px;
    }

}

.p-shop-detail {
    position: relative;
    background-color: #fff;
    padding: 65px 50px 130px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.p-shop-detail__content .area {
    width: 130px;
    height: 22px;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: .05em;
    text-align: center;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 20px;
    float: right;
}

.p-shop-detail__content .area.area--1 {
    border-color: #ff5eb9;
    color: #ff5eb9;
}

.p-shop-detail__content .area.area--2 {
    border-color: #5ec8ff;
    color: #5ec8ff;
}

.p-shop-detail__content .area.area--3 {
    border-color: #71db47;
    color: #71db47;
}

.p-shop-detail__content .area.area--4 {
    border-color: #ffc833;
    color: #ffc833;
}

.p-shop-detail .p-shop-detail__heading h1 {
    font-size: 28px;
    text-align: center;
    letter-spacing: 0;
    font-weight: bold;
    margin-bottom: 35px;
}

.p-shop-detail .p-shop-detail__heading .main_category {
    margin: 0 auto 5px;
    text-align: center;
}

.p-shop-detail .p-shop-detail__heading .main_category a {
    font-size: 14px;
    line-height: 36px;
    padding: 3px 20px;
    background-color: #aeff00;
    display: inline;
    font-weight: bold;
}

.p-shop-detail .p-shop-detail__heading .sub_categories {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.p-shop-detail .p-shop-detail__heading .sub_categories li {
    margin: 0 7px;
    line-height: 1em;
}

.p-shop-detail .p-shop-detail__heading .sub_categories li a {
    color: #808080;
    text-decoration: underline;
    font-size: 14px;
    line-height: 36px;
}

.p-shop-detail .p-shop-detail__img-wrap {
    position: relative;
    width: 100%;
    height: 0;
    margin-bottom: 60px;
    padding-top: 66.66666%;
}

.p-shop-detail .p-shop-detail__img-wrap:before {
    content: '';
    display: block;
    border-top: 40px solid #fff;
    border-right: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.p-shop-detail .p-shop-detail__img-wrap:after {
    content: '';
    display: block;
    border-bottom: 40px solid #fff;
    border-left: 40px solid transparent;
    border-top: 40px solid transparent;
    border-right: 40px solid #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.p-shop-detail .p-shop-detail__img-wrap img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.p-shop-detail__content {
    position: relative;
    width: 90%;
	margin:0 auto;
}

.p-shop-detail__content .p-shop-detail__text {
    font-size: 18px;
    line-height: 48px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 65px;
}

.p-shop-detail__content .p-shop-detail__table {
    position: relative;
    width: 100%;
    margin-bottom: 75px;
}

.p-shop-detail__content .p-shop-detail__table table,
.p-shop-detail__content .p-shop-detail__table table tbody,
.p-shop-detail__content .p-shop-detail__table table tbody tr {
    position: relative;
    width: 100%;
}

.p-shop-detail__content .p-shop-detail__table tr th {
    background-color: #dde9e9;
    width: 262px;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5em;
    font-size: 16px;
    vertical-align: middle;
    padding: 7px 10px 7px 30px;
}

.p-shop-detail__content .p-shop-detail__table tr td {
    background-color: #edf4f4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5em;
    font-size: 16px;
    vertical-align: middle;
    padding: 7px 10px 7px 20px;
}

.p-shop-detail__content .p-shop-detail__table tr td a img {
    vertical-align: middle;
}

.p-shop-detail__content .p-shop-detail__table tr:nth-child(even) th {
    background-color: #ffffff;
}

.p-shop-detail__content .p-shop-detail__table tr:nth-child(even) td {
    background-color: #ffffff;
}

.p-shop-detail__content .p-shop-detail__table tr td.p-shop-detail__table__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.p-shop-detail__content .p-shop-detail__table tr td.p-shop-detail__table__sns a {
    margin-right: 25px;
}

.p-shop-detail__content .p-shop-detail__table tr td.p-shop-detail__table__address img {
    margin-left: 10px;
}

.p-shop-detail__content .p-shop-detail__table tr td.p-shop-detail__table__creditcard {
    position: relative;
}

.p-shop-detail__content .p-shop-detail__table tr td.p-shop-detail__table__creditcard span {
    position: relative;
}

.p-shop-detail__content .p-shop-detail__table tr td.p-shop-detail__table__creditcard span + span:before {
    content: '、';
    display: inline;
}

.p-shop-detail__tags {
    position: relative;
}

.p-shop-detail__tags .p-shop-detail__tags-list {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.p-shop-detail__tags .p-shop-detail__tags-list li {
    margin: 0 7px;
    line-height: 1em;
    color: #919191;
    text-decoration: underline;
    font-size: 16px;
}

.p-shop-detail__tags .p-shop-detail__tags-list li a {
    color: #919191;
    text-decoration: underline;
    font-size: 16px;
    line-height: 36px;
}

.p-shop-detail__banners {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.p-shop-detail__banners .p-shop-detail__banner {
    width: 47.5%;
    position: relative;
}

.p-shop-detail__banners .p-shop-detail__banner a {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 26.31%;
    display: block;
}

.p-shop-detail__banners .p-shop-detail__banner a.p-shop-detail__banner-link--close {
    cursor: default;
}

.p-shop-detail__banners .p-shop-detail__banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    max-width: none;
}

.p-shop-detail__banners .p-shop-detail__banner:nth-child(odd) img {
    left: -3.553%;
}

.p-shop__inner.p-shop__inner--pickup {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 999px) {
    .p-shop-detail .p-shop-detail__heading h1 {
        font-size: 24px;
    }

    .p-shop-detail .p-shop-detail__img-wrap:before {
        border-top: 25px solid #fff;
        border-right: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 25px solid #fff;
    }

    .p-shop-detail .p-shop-detail__img-wrap:after {
        border-bottom: 25px solid #fff;
        border-left: 25px solid transparent;
        border-top: 25px solid transparent;
        border-right: 25px solid #fff;
    }
}

@media screen and (max-width: 768px) {
    .p-shop-detail {
        padding: 35px 2% 60px;
    }

    .p-shop-detail .p-shop-detail__heading h1 {
        font-size: 20px;
    }

    .p-shop-detail .p-shop-detail__img-wrap {
        margin-bottom: 30px;
    }

    .p-shop-detail .p-shop-detail__img-wrap:before {
        border-top: 15px solid #fff;
        border-right: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 15px solid #fff;
    }

    .p-shop-detail .p-shop-detail__img-wrap:after {
        border-bottom: 15px solid #fff;
        border-left: 15px solid transparent;
        border-top: 15px solid transparent;
        border-right: 15px solid #fff;
    }

    .p-shop-detail__content .p-shop-detail__text {
        font-size: 14px;
        line-height: 1.8em;
        margin-bottom: 35px;
		font-weight:normal;
    }

    .p-shop-detail__content .p-shop-detail__table {
        margin-bottom: 30px;
    }

    .p-shop-detail__content .p-shop-detail__table tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .p-shop-detail__content .p-shop-detail__table tr th {
        background-color: #dde9e9;
        width: 100%;
        line-height: 1.5em;
        font-size: 14px;
        padding: 8px 5px 8px 15px;
		font-weight:bold;
    }

    .p-shop-detail__content .p-shop-detail__table tr td {
        width: 100%;
        background-color: #ffffff;
        line-height: 1.5em;
        font-size: 14px;
        padding: 8px 5px 20px 15px;
    }

    .p-shop-detail__content .p-shop-detail__table tr:nth-child(even) th {
        background-color: #dde9e9;
    }

    .p-shop-detail__content .p-shop-detail__table tr:nth-child(even) td {
        background-color: #ffffff;
    }

    .p-shop-detail__banners {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .p-shop-detail__banners .p-shop-detail__banner {
        width: 100%;
        max-width: 394px;
        margin: 0 auto;
    }

    .p-shop-detail__banners .p-shop-detail__banner:nth-child(odd) {
        margin-bottom: 30px;
    }

    .p-shop-detail__banners .p-shop-detail__banner:nth-child(odd) img,
    .p-shop-detail__banners .p-shop-detail__banner:nth-child(even) img {
        left: -3.553%;
    }
}