/* Start custom CSS for section, class: .elementor-element-3661c71 */.parPos {
    position: relative;
}
.parAbs {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    color: #000;
}
.parAbsTit {
    font-size: 4.16vw;
    line-height: 4.16vw;
    color: #ff1d63;
    font-family: LeagueGothicRegular;
}
.parAbsLitTit {
    font-size: 1.19vw;
    line-height: 1.4vw;
    font-family: RobotoCondensedRegular;
}
.marPad {
    margin: 0.96vw 0 1.53vw 0;
}
.parOur {
    display: flex;
    justify-content: flex-start;
    column-gap: 10.54vw;
    margin-top: 5.2vw;
    padding: 4.16vw 18.92vw 6.87vw 18.98vw;
}
.parOurTit {
    font-family: RobotoCondensedBold;
    font-size: 2.6vw;
    line-height: 3.48vw;
    color: #000;
}

.parSectionTitle {
    font-family: RobotoCondensedSemibold;
    font-size: 2.5vw;
    font-weight: 600;
    line-height: 3vw;
    color: #000;
    text-align: center;
    padding: 5vw 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6vw;
}
.parSectionTitle.has-bg {
    background-color: #F4F4F4;
}
.parSectionTitle img {
    width: 2.34vw;
    height: auto;
}
.parOurOk {
    background-color: #ededed;
    border: 1px solid transparent;
    border-radius: 15px;
    width: 14.94vw;
    height: 13.33vw;
    text-align: center;
    transition: border-color 0.3s ease, background-color 0.3s ease;
    flex-shrink: 0;
}
.parSliderContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5vw;
    margin: 3.25vw auto 8.07vw auto;
    width: 100%;
}
.parSliderWrapper {
    width: 62.55vw;
    overflow: hidden;
}
#parOurOkContainer {
    display: flex;
    gap: 0.93vw;
    margin: 0;
    transition: transform 0.5s ease;
    justify-content: flex-start;
}
.parArrow {
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    flex-shrink: 0;
    font-size: 0.8vw;
    font-weight: normal;
    user-select: none;
    color: #000;
}
.parArrow:hover {
    background: #ff1d63;
    color: #fff;
    border-color: #ff1d63;
}
.parArrow.hidden {
    visibility: hidden;
    opacity: 0;
}
.parOurOk:hover {
    border: 1px solid #000;
    background-color: transparent;
}
.parOkTit {
    color: #000;
    font-family: RobotoCondensedBold;
    font-size: 1.380vw;
    line-height: 1.814vw;
    font-weight: 600;
    display: inline-block;
    border-bottom: 2px solid #000;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    margin-top: 1.12vw;
}
.parOkEntry {
    color: #595757;
    display: block;
    padding: 3.2vw 0 0 0;
}
#parOurOkContainer .parOkEntry:hover {
    color: #ff1d63;
}
#parOurOkContainer .parOkEntry:focus {
    color: #595757;
}
#parOurOkContainer > .parOurOk:first-child a:nth-of-type(1) {
    padding: 1.45vw 0 1.72vw 0;
}
#parOurOkContainer > .parOurOk:first-child a:nth-of-type(2) {
    padding: 0;
}
.parOkName {
    font-family: RobotoCondensedBold;
    font-size: 0.93vw;
    line-height: 0.93vw;
}
.parOkUrl {
    font-family: RobotoCondensedRegular;
    font-size: 0.88vw;
    line-height: 0.88vw;
    margin-top: 0.28vw;
}
.parStoreIntro {
    font-family: RobotoCondensedRegular;
    font-size: 1.04vw;
    line-height: 1.3vw;
    color: #6f6f6f;
    text-align: center;
    background-color: #f4f4f4;
    padding: 1.95vw 0 3.5vw 0;
}
.parStoreNote {
    font-family: RobotoCondensedRegular;
    font-size: 1.04vw;
    line-height: 1.3vw;
    color: #6f6f6f;
    text-align: center;
    padding: 1.9vw 0 6.38vw 0;
}
#parOurStoreContainer {
    background-color: #f4f4f4;
    padding: 0 14.92vw;
}
.parStoreFilter {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.8vw;
    padding-bottom: 1.56vw;
}
.parStoreTab {
    width: 9.4vw;
    height: 2.13vw;
    border: 1px solid #000;
    border-radius: 9999px;
    font-family: RobotoCondensedRegular;
    font-size: 1.09vw;
    line-height: 1.09vw;
    color: #010000;
    cursor: pointer;
    transition: all 0.3s;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
}
.parStoreDropdown {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    display: none;
    flex-direction: column;
    z-index: 100;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.parStoreDropdown.show {
    display: flex;
}
.parStoreDropdown div {
    padding: 0.5vw 1vw;
    font-size: 0.9vw;
    color: #000;
    transition: background 0.3s;
    text-align: center;
}
.parStoreDropdown div:hover {
    background: #F4F4F4;
    color: #000;
}
.parStoreTab.has-dropdown::after {
    content: '▼';
    font-size: 0.6vw;
    margin-left: 0.5vw;
}
.parStoreTab.active, .parStoreTab:hover {
    background: #ff1d63;
    color: #fff;
    border-color: #ff1d63;
}
#parMainMap {
    width: 100%;
    height: 35vw;
    border-radius: 15px;
    background: #eee;
}
.parOurSubTit {
    font-family: RobotoCondensedMedium;
    font-size: 1.72vw;
    line-height: 2.09vw;
    color: #999999;
    margin-top: 2.1vw;
}
@media screen and (max-width: 768px) {
    .parSectionTitle img {
        width: 6vw;
    }
    .parStoreTab {
        width: auto;
        height: auto;
        min-width: 25vw;
        font-size: 3.5vw;
        line-height: 4vw;
        padding: 2vw 4vw;
    }
    .parStoreFilter {
        white-space: nowrap;
        padding-bottom: 4vw;
        gap: 2vw;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .parStoreFilter::-webkit-scrollbar {
        display: none;
    }
    .parStoreTab.has-dropdown::after {
        font-size: 2.5vw;
        margin-left: 1.5vw;
    }
    .parStoreDropdown {
        left: auto;
        right: 0;
    }
    .parStoreDropdown div {
        font-size: 3.5vw;
        padding: 2vw 3vw;
    }
    #parMainMap {
        height: 80vw;
    }
    .parOur {
        flex-wrap: wrap;
        justify-content: center;
        padding: 4.16vw 2.15vw 6.87vw 2.15vw;
    }
    .parSectionTitle {
        font-size: 6vw;
        line-height: 7vw;
        margin: 10vw 0 0 0;
    }
    .parStoreIntro {
        font-size: 3.2vw;
        line-height: 4vw;
        padding: 4vw 2vw 6vw 2vw;
    }
    .parStoreNote {
        font-size: 3.2vw;
        line-height: 4vw;
        padding: 3.6vw 2vw 10vw 2vw;
    }
    #parOurStoreContainer {
        padding: 2vw 2.15vw;
    }
    .parSliderContainer {
        padding: 0 2.15vw;
        gap: 3vw;
        margin: 6vw auto 10vw auto;
    }
    .parSliderWrapper {
        width: 100%;
    }
    #parOurOkContainer {
        padding: 0;
    }
    .parArrow {
        width: 8vw;
        height: 8vw;
        font-size: 3vw;
    }
    .parOurOk {
        width: 100%;
        height: auto;
    }
    .parOkTit {
        font-size: 4.6vw;
        line-height: 5vw;
        padding: 3.2vw 0 2.2vw 0;
    }
    .parOkEntry {
        padding: 4vw 0 4.4vw 0;
    }
    .parOkName {
        font-size: 3.8vw;
        line-height: 3.8vw;
    }
    .parOkUrl {
        font-size: 3.2vw;
        line-height: 3.8vw;
        margin-top: 1.6vw;
    }
    .parAbsTit {
        font-size: 12.85vw;
        line-height: 12.85vw;
    }
    .parAbsLitTit {
        font-size: 2.78vw;
        line-height: 3.78vw;
    }
    .parPad {
        padding: 4.18vw 0 6.25vw 0;
    }
    .parOurTit, .parOurSubTit {
        text-align: center;
    }
    .parOurTit {
        font-size: 4.2vw;
        line-height: 4.8vw;
    }
    .parOurSubTit {
        font-size: 3.2vw;
        line-height: 3.8vw;
    }
    .parOurTit br, .parOurSubTit br {
        display: none;
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .parOur {
        flex-wrap: wrap;
        justify-content: center;
        padding: 4.16vw 14.92vw 6.87vw 14.92vw;
    }
    .parSectionTitle {
        font-size: 4vw;
        line-height: 4.5vw;
        margin: 8vw 0 0 0;
    }
    .parStoreIntro {
        font-size: 1.8vw;
        line-height: 2.3vw;
        padding: 2.2vw 18.98vw 4vw 18.98vw;
    }
    .parStoreNote {
        font-size: 1.8vw;
        line-height: 2.3vw;
        padding: 2.2vw 0 7vw 0;
    }
    .parSectionTitle img {
        width: 3.2vw;
        height: auto;
    }
    .parArrow {
        width: 4vw;
        height: 4vw;
        font-size: 1.6vw;
    }
    .parSliderWrapper {
        width: 69vw;
        max-width: 69vw;
    }
    .parStoreFilter {
        flex-wrap: wrap;
        justify-content: center;
        overflow: visible;
        white-space: normal;
        gap: 1.2vw;
        padding-bottom: 2.4vw;
    }
    .parStoreTab {
        width: auto;
        height: auto;
        min-width: 16vw;
        padding: 0.9vw 1.8vw;
        font-size: 1.6vw;
        line-height: 1.6vw;
    }
    .parStoreTab.has-dropdown::after {
        font-size: 1.2vw;
        margin-left: 0.8vw;
    }
    .parStoreDropdown {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
    .parStoreDropdown div {
        font-size: 1.5vw;
        padding: 1vw 1.5vw;
    }
    .parOurOk {
        width: 34vw;
        height: auto;
    }
    .parOkTit {
        font-size: 2.8vw;
        line-height: 2.8vw;
        padding: 1.6vw 0 1vw 0;
    }
    .parOkEntry {
        padding: 2vw 0 2.4vw 0;
    }
    .parOkName {
        font-size: 2.2vw;
        line-height: 2.4vw;
    }
    .parOkUrl {
        font-size: 1.8vw;
        line-height: 2vw;
        margin-top: 0.8vw;
    }
    .parOurTit {
        text-align: center;
        font-size: 3.6vw;
        line-height: 3.8vw;
    }
    .parOurSubTit {
        text-align: center;
        font-size: 2.4vw;
        line-height: 2.8vw;
        margin-bottom: 5vw;
    }
    .parOurTit br, .parOurSubTit br { display: none; }
}/* End custom CSS */