/** font family */
/** display flex */
.store-details__list {
    background-color: #F4F3F2;
    position: relative;
}

.store-details__list::before {
    content: "";
    width: 100%;
    height: 35%;
    position: absolute;
    background-color: #fff;
}

.store-details__list .c-tab {
    margin-top: 50px;
}

.store-details__tab .slicknav {
    margin-top: 30px;
    max-height:160px;
    overflow: hidden;
}

.store-details__tab .slicknav .figure {
    margin: 15px;
}

.store-details__tab .slicknav-prev,
.store-details__tab .slicknav-next {
    width: 50px;
    height: 50px;
    background-color: rgba(112, 112, 112, 0.7);
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 150ms linear;
}

.store-details__tab .slicknav-prev::after,
.store-details__tab .slicknav-next::after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    z-index: 1;
}

.store-details__tab .slicknav-prev:hover,
.store-details__tab .slicknav-next:hover {
    background-color: #707070;
}

.store-details__tab .slicknav-next {
    right: -15px;
}

.store-details__tab .slicknav-next::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
}

.store-details__tab .slicknav-prev {
    left: -15px;
}

.store-details__tab .slicknav-prev::after {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
}
.store-details__tab .access_map{
    max-width: 500px;
    margin: 0 auto;
}

.store-details__info {
    padding-top: 20px;
    padding-bottom: 40px;
    width: 850px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.store-details__info::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    width: calc(100% + 39.0625vw);
    max-width: calc(100vw - 40px);
    height: calc(100% + 70px);
    background-color: #fff;
    transform: translate(-50%, -70px);
}

.store-details__info .info {
    width: 100%;
    display: flex;
    padding-top: 32px;
    padding-bottom: 32px;
    letter-spacing: 0.07em;
    color: #707070;
    border-bottom: 1px solid #707070;
}

.store-details__info .info dt,
.store-details__info .info dd {
    line-height: 1.6;
}

.store-details__info .info dt {
    width: 300px;
    padding-left: 40px;
    font-weight: 700;
}

.store-details__info .info dd {
    max-width: calc(100% - 300px);
    font-weight: 500;

}
.store-details__info .info dd.btn_sns {
    display:flex;
}

.store-details__info .button-feedback {
    height: 80px;
    margin-top: 70px;
}

.store-details__info .button-feedback .target-blank::before,
.store-details__info .button-feedback .target-blank::after {
    border-color: #fff;
    background-color: #002349;
}

.store-details__info .button-feedback:hover .target-blank::before,
.store-details__info .button-feedback:hover .target-blank::after {
    background-color: #fff;
    border-color: #002349;
}

.store-details__greeting .c-greeting__wrap {
    margin-top: 40px;
}

.store-details__greeting .c-hr {
    margin-top: 150px;
    margin-bottom: 150px;
}

.store-details__map .ggmap {
    margin-top: 36px;
}

.store-details__map .ggmap iframe {
    width: 100%;
    max-width: 100%;
}

.store-details__map .c-hr {
    margin-top: 150px;
    margin-bottom: 150px;
}

.store-details__ytb .image {
    width: 850px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 43%;
}

.store-details__ytb .image iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.store-details__inquiry .button {
    width: 100%;
    height: 150px;
    position: relative;
    margin-top: 150px;
    font-size: 3rem;
}

.store-details__inquiry .button .arrow-right {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 16px;
    border-radius: 1px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

.store-details__inquiry .button:hover .arrow-right {
    border-color: #002349;
}

@media only screen and (max-width: 1200px) {
    .store-details__ytb .image {
        padding-top: 56%;
    }
}

@media only screen and (max-width: 767.98px) {
    .store-details__tab .slicknav {
        margin-top: 10px;
    }

    .store-details__tab .slicknav .figure {
        margin: 5px;
    }

    .store-details__tab .slicknav-prev,
    .store-details__tab .slicknav-next {
        width: 30px;
        height: 30px;
    }

    .store-details__tab .slicknav-next {
        right: -7px;
    }

    .store-details__tab .slicknav-prev {
        left: -7px;
    }

    .store-details__info {
        padding-bottom: 0;
    }

    .store-details__info::before {
        width: 100vw;
        max-width: 100vw;
    }

    .store-details__info .info {
        display: block;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .store-details__info .info dt {
        width: 100%;
        padding-left: 0;
        margin-bottom: 14px;
    }

    .store-details__info .info dd {
        max-width: 100%;
    }

    .store-details__info .button-feedback {
        height: 60px;
    }

    .store-details__greeting .c-hr,
    .store-details__map .c-hr {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .store-details__inquiry .button {
        height: 70px;
        margin-top: 60px;
        font-size: 1.4rem;
    }

    .store-details__inquiry .button .arrow-right {
        right: 10px;
        width: 12px;
        height: 12px;
    }
}

@media only screen and (max-width: 415px) {
    .store-details__list .c-tab {
        margin-top: 10px;
    }
}

.pickup {
    margin-top: 92px;
    padding-bottom: 100px;
}

.banners a{
    cursor: pointer;
    transition: .5s;
}

.banners a:hover{
    opacity: 0.6;
}