@charset "UTF-8";

/********************
ShopPageTop
********************/
@media screen and (max-width: 600px) {
    .o-shop__wrap {
        margin-right: 2%;
        margin-left: 2%;
    }
}

.p-shop .o-ttl {
    padding: 30px 50px;
    border: 2px solid #ececec;
    color: #444444;
    padding: 7px 0;
    border: 2px solid hsl(0deg 0% 89%);
    color: hsl(198deg 9% 36%);
    font-size: 2.2rem;
    letter-spacing: 0.1em;
	margin: 0 auto 20px auto;
    text-align: center;
	position: relative;
	font-weight: 600;
}

.p-shop__container {
    width: 100%;
    text-align: center;
}

.p-shop__ttl {
    margin-top: 40px;
    margin-bottom: 60px;
    padding: 0;
    border-bottom: 2px solid #656565;
    display: inline-block;
    color: #656565;
    font-size: 4.5rem;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .p-shop .o-ttl {
        padding: 7px 0;
        border: 2px solid hsl(0deg 0% 89%);
        color: hsl(198deg 9% 36%);
        font-size: 2.2rem;
        letter-spacing: 0.1em;
    }
    .p-shop__ttl {
        margin-top: 20px;
        margin-bottom: 30px;
        padding-bottom: 1rem;
        font-size: 2.4rem;
    }
}

.p-shop__BoxWrap {
    margin-bottom: 4.5rem;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.p-shop__BoxLeft {
    padding: 0 15px;
    width: 50%;
}

.p-shop__BoxRight {
    width: 50%;
}

@media screen and (max-width: 962px) {
    .p-shop__BoxLeft {
        width: 100%;
    }

    .p-shop__BoxRight {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .p-shop__BoxRight {
        margin-left: -2%;
        margin-right: -2%;
        width: calc(100% + 4%);
    }
    .p-shop__BoxRight img {
        width: 90%;
        margin: 0 auto;
    }
}

.p-shop__BoxLeftImg__sp {
    display: none;
}

@media screen and (max-width: 600px) {
    .p-shop__BoxLeftImg__pc {
        display: none;
    }

    .p-shop__BoxLeftImg__sp {
        display: block;
    }
}

.p-shop__BoxRightBg {
    margin-top: 20px;
    padding: 20px 20px 0 20px;
    width: 100%;
    background-color: #ef7f1b;
}

.p-shop__Navi {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-shop__NaviList {
    margin-bottom: 20px;
    margin-right: 2%;
    width: 32%;
    background-color: #ffffff;
    position: relative;
    font-size: 1.8rem;
    letter-spacing: .1em;

}

.p-shop__NaviList:nth-child(3n) {
    margin-right: 0;
}

.p-shop__NaviListLink {
    padding: 28px 0 6px 0;
    display: block;
    line-height: 1;
}

.p-shop__NaviListLink:after {
    margin: 15px auto 0 auto;
    width: 10px;
    height: 7px;
    background-image: url(../images/shop/arw_b-gy.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    display: block;
    line-height: 1;
    content: "";
}

@media screen and (max-width: 600px) {
    .p-shop__NaviList {
        width: 48%;
        margin-right: 4%;
        font-size: 1.5rem;

    }

    .p-shop__NaviList:nth-child(3n) {
        margin-right: 4%;
    }

    .p-shop__NaviList:nth-child(2n) {
        margin-right: 0;
    }
}

.p-shop__NaviList:before,
.p-shop__NaviList:after {
    width: 0;
    height: 0;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #ef7f1b;
    position: absolute;
    z-index: 2;
    content: "";
}

.p-shop__NaviList:before {
    right: 0;
    top: 0;
    content: "";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.p-shop__NaviList:after {
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media screen and (max-width: 600px) {
    .p-shop__BoxLeftImg__pc {
        display: none;
    }
}

/********************
ShopPageSearch
********************/
.p-shopSeach {
    background-color: #f8f9f9;
}

.p-shopSeach .o-ttl {
    display: none;
}

.p-shopSeach_wrapper {
    padding: 12px 60px;
    background-color: #ef7f1b;
}

.p-shop__wrap {
    color: #444444;
    text-align: left;
}

.p-shopSeach .p-shop__Navi {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.p-shopSeach .p-shop__NaviList {
    margin-bottom: 0;
    margin-right: 0;
    width: 172px;
    max-width: 17%;
    background: url(../images/shop/bg_navi-pc.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 1.3rem;
}

.p-shopSeach .p-shop__NaviListLink:after {
    margin: 6px auto 0 auto;
}

.p-shopSeach .p-shop__NaviListLink {
    padding: 20px 0 6px 0;
}

@media screen and (max-width: 600px) {
    .p-shopSeach_wrapper {
        padding: 2.6% 3.3%;
    }

    .p-shop__wrap {
        padding-left: 4.5%;
        padding-right: 4.5%;
    }

    .p-shopSeach .p-shop__Navi {
        margin-bottom: -2%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .p-shopSeach .p-shop__NaviList {
        margin-bottom: 2%;
        margin-right: 2%;
        width: 32%;
        max-width: 32%;
        background: #ffffff;
        font-size: 1.1rem;
    }

    .p-shopSeach .p-shop__NaviList:nth-child(3n) {
        margin-right: 0;
    }

    .p-shopSeach .p-shop__NaviListLink {
        padding: 15px 0;
    }

    .p-shopSeach .p-shop__NaviListLink:after {
        margin-top: 10px;
    }
}


.p-shopSeach__Navi {
    margin-top: 45px;
}

.p-shopSeach__ttl {
    color: #444444;
    font-size: 1.6rem;
}

.p-shopSeach__SubList {
    margin-top: -2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.p-shopSeach__SubList_li {
    margin-right: 14px;
}

.p-shopSeach__SubList_link {
    font-size: 1.4rem;
    text-decoration: underline;
}

.p-shopSeach__SubList_link:after {
    margin: 0 auto;
    width: 10px;
    height: 7px;
    background-image: url(../images/shop/arw_b-gy.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    content: "";
}

.p-shopSeach__cont {
    margin-top: 25px;
    padding-bottom: 40px;
}

.p-shopSeach__ttl01 {
    margin-bottom: 20px;
    padding-left: 25px;
    border-left: 2px solid #f26c14;
    font-size: 1.6rem;
}

.p-shopSeach__cont_box {
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    box-shadow: 0px 0px 8px #e1e1e1;
    overflow: hidden;
    margin-bottom: 20px;
}

.p-shopSeach__ttl02 {
    background-color: #ef7f1b;
}

.p-shopSeach__cont_link {
    padding: 18px 10px 18px 30px;
    display: block;
    color: #ffffff;
    font-size: 1.6rem;
    letter-spacing: .2em;
    font-weight: 600;
}

.p-shopSeach__cont_link:after {
    margin-left: 13px;
    width: 15px;
    height: 15px;
    background-image: url(../images/shop/icn_link.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    content: "";
}

.p-shopSeach__tableWrap {
    padding: 15px 35px 0 35px;
}

[class^="p-shopSeach__table"] {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-shopSeach__dt,
.p-shopSeach__dd {
    margin-bottom: 20px;
}

.p-shopSeach__dt {
    width: 140px;
    margin-right: 20px;
    text-align-last: justify;
}

.p-shopSeach__dd {
    padding-left: 20px;
    width: calc(100% - 160px);
    position: relative;
}

.p-shopSeach__dd:before {
    position: absolute;
    left: -.5em;
    top: 0;
    content: "：";
}

.p-shopSeach__table02 {
    padding-top: 20px;
    border-top: 1px solid #dcdcdc;
}

.p-shopSeach__sp {
    display: none;
}

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


    .p-shopSeach__SubList {
        margin-top: 15px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .p-shopSeach__SubList_li:last-child {
        margin-right: 0;
    }

    .p-shopSeach__SubList_link {
        font-size: 1.4rem;
        text-decoration: underline;
    }

    .p-shopSeach__SubList_link:after {
        margin-top: 10px;
    }

    .p-shopSeach__ttl01 {
        margin-left: 10px;
        padding-left: 20px;
    }

    .p-shopSeach__cont_link {
        padding: 1.5rem 2rem;
        font-size: 1.2rem;
    }

    .p-shopSeach__cont_link:after {
        width: 1.2rem;
        height: 1.2rem;
    }

    .p-shopSeach__tableWrap {
        padding: 2.5rem 1.5rem 0 1.5rem;
    }

    .p-shopSeach__dt,
    .p-shopSeach__dd {
        font-size: 1rem;
    }

    .p-shopSeach__dt {
        width: 24%;
    }

    .p-shopSeach__dd {
        width: calc(100% - 30% - 20px);
        position: relative;
    }

    .p-shopSeach__sp {
        display: block;
    }
    .p-shopSeach__dt {
        text-align-last: auto;
    }
}