@charset "utf-8";

/* CSS Document */
.store-bn {
    position: relative;
    width: 100%;
}

.store-bn img {
    display: none;
}

.store-bn img.sm {
    display: block;
    width: 100%;
    height: auto;
}

.store-bn .container-fluid {
    position: relative;
    z-index: 2;
}

.store-bn .container-fluid .italy-info {
    position: relative;
    z-index: 3;
    width: 100%;
    padding-top: 3em;
    padding-bottom: 3em;
}

@media(min-width:992px) {
    .store-bn {
        min-height: 800px;
    }

    .store-bn img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 1;
        display: block;
    }

    .store-bn img.sm {
        display: none;
    }

    .store-bn .container-fluid {
        position: absolute;
        left: 50%;
        top: 180px;
        transform: translate(-50%, 0);
    }

    .store-bn .container-fluid .line {
        position: absolute;
        border-top: 5px solid #e1281f;
        border-right: 5px solid #e1281f;
        border-top-right-radius: 50px;
        right: 0;
        top: 0;
        width: 150%;
        height: 100%;
        content: "";
    }

    .store-bn .container-fluid .line::before {
        position: absolute;
        border-top: 5px solid #e1281f;
        border-right: 5px solid #e1281f;
        border-top-right-radius: 60px;
        right: -20px;
        top: -20px;
        width: 150%;
        height: calc(100% + 20px);
        content: "";
    }

    .store-bn .container-fluid .line::after {
        position: absolute;
        border-top: 5px solid #e1281f;
        border-right: 5px solid #e1281f;
        border-top-right-radius: 40px;
        right: 10px;
        top: 10px;
        width: 150%;
        height: calc(100% - 10px);
        content: "";
    }

    .store-bn .container-fluid .italy-info {
        width: 37%;
    }
}

.store-bn .container-fluid .italy-info .title1 {
    font-size: 1.72em;
    color: black;
    margin-bottom: 1em;
}

.store-bn .container-fluid .italy-info .title2 {
    font-size: 0.77em;
    color: black;
    font-weight: normal;
    line-height: 2;
}

.store-bn .container-fluid .italy-info .title2 mark {
    color: #009341;
    font-weight: normal;
}

.store-bn .container-fluid .italy-info .work {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.2em;
    box-sizing: border-box;
}

.store-bn .container-fluid .italy-info .work .title {
    color: black;
    font-weight: Bold;
    font-size: 1em;
    background-image: linear-gradient(to right, #b13a33 33.33%, #dedede 33.33% 66.66%, #008453 66.66%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 3px;
    width: 100%;
    text-align: center;
    padding-bottom: 1em;
}

@media(min-width:992px) {
    .store-bn .container-fluid .italy-info .work {
        aspect-ratio: 1/1;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        overflow: hidden;
        background-image: url("../images/bg-store-work.svg");
        background-size: 120% 120%;
        background-repeat: no-repeat;
        background-position: Center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 1.2em;
        box-sizing: border-box;
    }

    .store-bn .container-fluid .italy-info .work .title {
        color: black;
        font-weight: Bold;
        font-size: 1em;
        background-image: linear-gradient(to right, #b13a33 33.33%, #fff 33.33% 66.66%, #008453 66.66%);
    }
}

.store-bn .container-fluid .italy-info .work ol {
    margin: 0;
    padding: 1em;
}

.store-bn .container-fluid .italy-info .work ol li {
    font-size: 0.77em;
    color: black;
}

.store-page {
    background-image: none !important;
    background-color: white;
    overflow-x: hidden;
}

.store-page .container-fluid.content-box {
    padding: 15px !important;
    margin-bottom: 4.5em;
    position: relative;
    z-index: 5;
}

.store-page .container-fluid.content-box .gallery-slider {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
}

.store-page .container-fluid.content-box .gallery-slider .slider-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store-page .container-fluid.content-box .detail {
    position: relative;
    padding: 1em 2em;
}

.store-page .container-fluid.content-box .detail .store-name {
    font-size: 1.83em;
    color: black;
    font-weight: normal;
    font-family: 'Oswald', 'Noto Sans TC', sans-serif;
    border-bottom: 2px solid #009341;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.store-page .container-fluid.content-box .detail .store-link {
    margin-bottom: 0.5em;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.store-page .container-fluid.content-box .detail .store-link a {
    display: inline-flex;
    margin-left: 10px;
}

.store-page .container-fluid.content-box .detail .store-link a img {
    width: 45px;
    height: auto;
    filter: invert(49%) sepia(76%) saturate(6770%) hue-rotate(138deg) brightness(93%) contrast(103%);
}

.store-page .container-fluid.content-box .detail .txt {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px solid #009341;
}

.store-page .container-fluid.content-box .detail .txt p {
    font-size: 0.9em;
    color: black;
}

.store-page .container-fluid.content-box .detail address dl dt {
    display: inline-flex;
}

.store-page .container-fluid.content-box .detail address dl dt img {
    width: 24px;
    height: auto;
    filter: invert(49%) sepia(76%) saturate(6770%) hue-rotate(138deg) brightness(93%) contrast(103%);
}

.store-page .container-fluid.content-box .detail address dl dd {
    display: inline-flex;
    font-size: 0.88em !important;
}

.store-page .container-fluid.content-box .detail address dl dd p {
    font-size: 1em !important;
}

.store-page .container-fluid.content-box .detail address dl dd a {
    color: black;
}

.store-page .container-fluid.content-box .detail .btn-back {
    width: 100%;
    border-radius: 35px !important;
    font-size: 1.15em;
    color: White;
    background-color: #009341;
    justify-content: center;
    letter-spacing: 1em;
    padding: 0.35em;
}

@media(min-width:992px) {
    .store-page .container-fluid.content-box::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: white;
        border: 3px solid #009341;
        border-radius: 50px;
        z-index: -1;
    }

    .store-page .container-fluid.content-box::after {
        position: absolute;
        left: 20px;
        top: -20px;
        width: 100%;
        height: 100%;
        content: "";
        background-color: white;
        border: 3px solid #009341;
        border-radius: 50px;
        z-index: -2;
    }

    .store-page .container-fluid.content-box .gallery-slider {
        border-top-left-radius: 40px;
        border-bottom-left-radius: 40px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
}