.consult {
  position: relative;
  z-index: 2;
}

.common-footer-mob-container {
  position: relative;
  z-index: 2;
}@media screen and (min-width: 1024px) {
  .store-page-common-container {
    display: flex;
    margin: auto;
    height: 100vh;
    width: 100vw;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
    padding-top: clamp(0px, 3.8888888889vw, 56px);
  }
}@media screen and (max-width: 1023.98px) {
  .store-page-common-container {
    display: flex;
    flex-direction: column;
    padding-top: 50px;
  }
}@media screen and (max-width: 1023.98px) {
  .store-card-container {
    background-color: #ffffff;
    width: 100vw;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-sizing: border-box;
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    padding: 24px;
  }
  .store-card-container .store-card-container-header {
    display: flex;
    align-items: center;
    padding-bottom: 16px;
  }
  .store-card-container .store-card-container-header .store-card-container-header-click {
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.95);
    text-align: left;
    cursor: pointer;
    font-size: 14px;
    font-family: "Montserrat-Medium", "NotoSansJP-Medium";
    font-weight: 500;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.95);
    font-size: clamp(0px, 3.7333333333vw, 18.2px);
    line-height: clamp(0px, 5.8666666667vw, 28.6px);
  }
  .store-card-container .store-card-container-header .store-card-container-header-click img {
    width: clamp(0px, 6.4vw, 31.2px);
    height: clamp(0px, 6.4vw, 31.2px);
  }
  .store-card-container .store-card-container-img {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: clamp(0px, 1.0666666667vw, 5.2px);
    overflow: hidden;
  }
  .store-card-container .store-card-container-img img {
    max-width: 100%;
    width: 100%;
  }
  .store-card-container .store-card-container-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
  }
  .store-card-container .store-card-container-title .store-card-container-title-left {
    color: rgba(0, 0, 0, 0.95);
    text-align: left;
    flex: 1;
    font-size: 14px;
    font-family: "Montserrat-Medium", "NotoSansJP-Medium";
    font-weight: 500;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.95);
    font-size: clamp(0px, 3.7333333333vw, 18.2px);
    line-height: 150%;
  }
  .store-card-container .store-card-container-title .store-card-container-title-right {
    color: rgb(34, 144, 253);
    text-align: center;
    background: rgb(234, 248, 254);
    border-radius: clamp(0px, 1.0666666667vw, 5.2px);
    white-space: nowrap;
    padding: clamp(0px, 1.0666666667vw, 5.2px) clamp(0px, 1.6vw, 7.8px);
    font-size: 10px;
    font-family: "Montserrat-Medium", "NotoSansJP-Medium";
    font-weight: 500;
    line-height: 1.5;
    color: rgb(34, 144, 253);
    font-size: clamp(0px, 2.6666666667vw, 13px);
    line-height: 150%;
  }
  .store-card-container .store-card-container-address {
    color: rgba(0, 0, 0, 0.95);
    text-align: left;
    opacity: 0.55;
    font-size: 12px;
    font-family: "Montserrat", "NotoSansJP";
    font-weight: 400;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.95);
    font-size: clamp(0px, 3.2vw, 15.6px);
    line-height: clamp(0px, 5.8666666667vw, 28.6px);
  }
  .store-card-container .store-card-container-website,
  .store-card-container .store-card-container-phone,
  .store-card-container .store-card-container-hours,
  .store-card-container .store-card-container-dayOff {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: clamp(0px, 2.6666666667vw, 13px);
    color: rgba(0, 0, 0, 0.9);
    text-align: left;
    font-size: 12;
    font-family: "Montserrat", "NotoSansJP";
    font-weight: 400;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.9);
    font-size: clamp(0px, 3.2vw, 15.6px);
    line-height: 120%;
  }
  .store-card-container .store-card-container-website .item-label,
  .store-card-container .store-card-container-phone .item-label,
  .store-card-container .store-card-container-hours .item-label,
  .store-card-container .store-card-container-dayOff .item-label {
    min-width: 4em;
  }
  .store-card-container .store-card-container-website .item-label-img,
  .store-card-container .store-card-container-phone .item-label-img,
  .store-card-container .store-card-container-hours .item-label-img,
  .store-card-container .store-card-container-dayOff .item-label-img {
    width: clamp(0px, 4.2666666667vw, 20.8px);
    height: clamp(0px, 4.2666666667vw, 20.8px);
  }
  .store-card-container .store-card-container-website .item-value a,
  .store-card-container .store-card-container-phone .item-value a {
    text-decoration: underline;
  }
  .store-card-container .store-card-container-hours .item-value,
  .store-card-container .store-card-container-dayOff .item-value {
    opacity: 0.55;
  }
  .store-card-container .store-card-container-bottom {
    display: flex;
    gap: clamp(0px, 1.6vw, 7.8px);
  }
  .store-card-container .store-card-container-bottom button {
    flex: 1;
    cursor: pointer;
    border: none;
    height: 40px;
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
  }
  .store-card-container .store-card-container-bottom .store-card-route-button {
    background: rgb(241, 241, 241);
    color: rgba(0, 0, 0, 0.95);
    transition: all 0.2s ease-in-out;
  }
  .store-card-container .store-card-container-bottom .store-card-route-button:hover {
    background: rgba(241, 241, 241, 0.8);
  }
  .store-card-container .store-card-container-bottom .store-card-test-drive-button {
    background: rgb(26, 29, 37);
    color: rgb(255, 255, 255);
  }
  .store-card-container .store-card-container-bottom .store-card-test-drive-button:hover {
    background: rgba(26, 29, 37, 0.8) !important;
  }
}@media screen and (min-width: 1024px) {
  .store-card-container {
    background-color: #ffffff;
    position: absolute;
    bottom: clamp(0px, 1.4583333333vw, 21px);
    left: clamp(0px, 41.1805555556vw, 593px);
    width: clamp(0px, 21.7361111111vw, 313px);
    display: flex;
    flex-direction: column;
    gap: clamp(0px, 0.5555555556vw, 8px);
    box-sizing: border-box;
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    border-radius: clamp(0px, 0.4166666667vw, 6px);
    padding: clamp(0px, 0.8333333333vw, 12px);
  }
  .store-card-container .store-card-container-img {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: clamp(0px, 0.2777777778vw, 4px);
    overflow: hidden;
  }
  .store-card-container .store-card-container-img img {
    max-width: 100%;
    width: 100%;
  }
  .store-card-container .store-card-container-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
  }
  .store-card-container .store-card-container-title .store-card-container-title-left {
    color: rgba(0, 0, 0, 0.95);
    text-align: left;
    flex: 1;
    font-size: 14;
    font-family: "Montserrat-Medium", "NotoSansJP-Medium";
    font-weight: 500;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.95);
    font-size: clamp(0px, 0.9722222222vw, 14px);
    line-height: 150%;
  }
  .store-card-container .store-card-container-title .store-card-container-title-right {
    color: rgb(34, 144, 253);
    text-align: center;
    background: rgb(234, 248, 254);
    border-radius: clamp(0px, 0.2777777778vw, 4px);
    white-space: nowrap;
    padding: clamp(0px, 0.2777777778vw, 4px) clamp(0px, 0.4166666667vw, 6px);
    font-size: 10px;
    font-family: "Montserrat-Medium", "NotoSansJP-Medium";
    font-weight: 500;
    line-height: 1.5;
    color: rgb(34, 144, 253);
    font-size: clamp(0px, 0.6944444444vw, 10px);
    line-height: 150%;
  }
  .store-card-container .store-card-container-address {
    color: rgba(0, 0, 0, 0.95);
    text-align: left;
    opacity: 0.55;
    font-size: 12;
    font-family: "Montserrat", "NotoSansJP";
    font-weight: 400;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.95);
    font-size: clamp(0px, 0.8333333333vw, 12px);
    line-height: clamp(0px, 1.5277777778vw, 22px);
  }
  .store-card-container .store-card-container-website,
  .store-card-container .store-card-container-phone,
  .store-card-container .store-card-container-hours,
  .store-card-container .store-card-container-dayOff {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: clamp(0px, 0.6944444444vw, 10px);
    color: rgba(0, 0, 0, 0.9);
    text-align: left;
    font-size: 12;
    font-family: "Montserrat", "NotoSansJP";
    font-weight: 400;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.9);
    font-size: clamp(0px, 0.8333333333vw, 12px);
    line-height: 120%;
  }
  .store-card-container .store-card-container-website .item-label,
  .store-card-container .store-card-container-phone .item-label,
  .store-card-container .store-card-container-hours .item-label,
  .store-card-container .store-card-container-dayOff .item-label {
    min-width: 4em;
  }
  .store-card-container .store-card-container-website .item-label-img,
  .store-card-container .store-card-container-phone .item-label-img,
  .store-card-container .store-card-container-hours .item-label-img,
  .store-card-container .store-card-container-dayOff .item-label-img {
    width: clamp(0px, 1.1111111111vw, 16px);
    height: clamp(0px, 1.1111111111vw, 16px);
  }
  .store-card-container .store-card-container-website .item-value a,
  .store-card-container .store-card-container-phone .item-value a {
    text-decoration: underline;
  }
  .store-card-container .store-card-container-hours .item-value,
  .store-card-container .store-card-container-dayOff .item-value {
    opacity: 0.55;
  }
  .store-card-container .store-card-container-bottom {
    display: flex;
    gap: clamp(0px, 0.4166666667vw, 6px);
    flex-direction: row-reverse;
  }
  .store-card-container .store-card-container-bottom button {
    flex: 1;
    cursor: pointer;
    border: none;
    height: clamp(0px, 2.7777777778vw, 40px);
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
  }
  .store-card-container .store-card-container-bottom .store-card-route-button {
    background: rgb(241, 241, 241);
    color: rgba(0, 0, 0, 0.95);
    transition: all 0.2s ease-in-out;
  }
  .store-card-container .store-card-container-bottom .store-card-route-button:hover {
    background: rgba(241, 241, 241, 0.8);
  }
  .store-card-container .store-card-container-bottom .store-card-test-drive-button {
    background: rgb(26, 29, 37);
    color: rgb(255, 255, 255);
  }
  .store-card-container .store-card-container-bottom .store-card-test-drive-button:hover {
    background: rgba(26, 29, 37, 0.8) !important;
  }
}@media screen and (max-width: 1023.98px) {
  .google-map-outer-container {
    position: relative;
  }
  .google-map-outer-container .map-control-container {
    pointer-events: none;
    position: absolute;
    top: clamp(0px, 6.9333333333vw, 33.8px);
    right: clamp(0px, 4.2666666667vw, 20.8px);
    flex-direction: column;
    gap: clamp(0px, 3.7333333333vw, 18.2px);
  }
  .google-map-outer-container .map-control-container .map-zoom-control {
    pointer-events: auto;
    background-color: #ffffff;
    width: clamp(0px, 10.4vw, 50.7px);
    height: clamp(0px, 19.2vw, 93.6px);
    border-radius: clamp(0px, 5.3333333333vw, 26px);
    opacity: 1;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    display: flex;
    flex-direction: column;
  }
  .google-map-outer-container .map-control-container .map-zoom-control .map-zoom-control-icon {
    width: clamp(0px, 2.6666666667vw, 13px);
    height: clamp(0px, 2.6666666667vw, 13px);
  }
  .google-map-outer-container .map-control-container .map-zoom-control .map-zoom-control-add {
    flex: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .google-map-outer-container .map-control-container .map-zoom-control .map-zoom-control-gap {
    margin: 0 clamp(0px, 2.1333333333vw, 10.4px);
    height: clamp(0px, 0.5333333333vw, 2.6px);
    max-height: clamp(0px, 0.5333333333vw, 2.6px);
    flex: 1;
    background-color: #C2C8D3;
  }
  .google-map-outer-container .map-control-container .map-zoom-control .map-zoom-control-sub {
    flex: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .google-map-outer-container .map-control-container .map-zoom-center-control {
    margin-top: clamp(0px, 3.7333333333vw, 18.2px);
    pointer-events: auto;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(0px, 10.4vw, 50.7px);
    height: clamp(0px, 10.4vw, 50.7px);
    border-radius: 50%;
    cursor: pointer;
  }
  .google-map-outer-container .map-control-container .map-zoom-center-control .map-zoom-center-control-icon {
    width: clamp(0px, 3.7333333333vw, 18.2px);
    height: clamp(0px, 3.7333333333vw, 18.2px);
  }
  .google-map-outer-container .google-map-container {
    height: 350px;
    min-height: 350px;
    width: 100vw;
    max-width: 100vw;
  }
  .google-map-outer-container .google-map-container .marker-default-item {
    position: relative;
    width: clamp(0px, 8.5333333333vw, 41.6px);
    height: clamp(0px, 8.5333333333vw, 41.6px);
    border-radius: 50%;
    background: transparent;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .google-map-outer-container .google-map-container .marker-default-item.highlight {
    background: white;
    color: #C52922;
  }
  .google-map-outer-container .google-map-container .marker-default-item.highlight .marker-content-item {
    background: #2D75F1;
  }
  .google-map-outer-container .google-map-container .marker-default-item .marker-img-item {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: clamp(0px, 20.2666666667vw, 98.8px);
    height: clamp(0px, 7.7333333333vw, 37.7px);
  }
  .google-map-outer-container .google-map-container .marker-default-item .marker-img-item svg {
    width: 100%;
    height: 100%;
  }
  .google-map-outer-container .google-map-container .marker-default-item .marker-content-item {
    position: relative;
    width: clamp(0px, 6.4vw, 31.2px);
    height: clamp(0px, 6.4vw, 31.2px);
    border-radius: 50%;
    background: transparent;
    transition: all 0.3s ease-in-out;
  }
}@media screen and (min-width: 1024px) {
  .google-map-outer-container {
    flex: 1;
    display: flex;
    position: relative;
  }
  .google-map-outer-container .map-control-container {
    pointer-events: none;
    position: absolute;
    top: clamp(0px, 2.7777777778vw, 40px);
    right: clamp(0px, 4.375vw, 63px);
    display: flex;
    flex-direction: column;
    gap: clamp(0px, 2.2222222222vw, 32px);
  }
  .google-map-outer-container .map-control-container .map-zoom-control {
    pointer-events: auto;
    background-color: #ffffff;
    width: clamp(0px, 4.4444444444vw, 64px);
    height: clamp(0px, 9.2361111111vw, 133px);
    border-radius: clamp(0px, 2.2222222222vw, 32px);
    opacity: 1;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    display: flex;
    flex-direction: column;
  }
  .google-map-outer-container .map-control-container .map-zoom-control .map-zoom-control-icon {
    width: clamp(0px, 0.9722222222vw, 14px);
    height: clamp(0px, 0.9722222222vw, 14px);
  }
  .google-map-outer-container .map-control-container .map-zoom-control .map-zoom-control-add {
    flex: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .google-map-outer-container .map-control-container .map-zoom-control .map-zoom-control-gap {
    margin: 0 clamp(0px, 1.1805555556vw, 17px);
    height: clamp(0px, 0.1388888889vw, 2px);
    max-height: clamp(0px, 0.1388888889vw, 2px);
    flex: 1;
    background-color: #C2C8D3;
  }
  .google-map-outer-container .map-control-container .map-zoom-control .map-zoom-control-sub {
    flex: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .google-map-outer-container .map-control-container .map-zoom-center-control {
    pointer-events: auto;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(0px, 4.4444444444vw, 64px);
    height: clamp(0px, 4.4444444444vw, 64px);
    border-radius: 50%;
    cursor: pointer;
  }
  .google-map-outer-container .map-control-container .map-zoom-center-control .map-zoom-center-control-icon {
    width: clamp(0px, 1.5277777778vw, 22px);
    height: clamp(0px, 1.5277777778vw, 22px);
  }
  .google-map-outer-container .google-map-container {
    flex: 1;
  }
  .google-map-outer-container .google-map-container .marker-default-item {
    position: relative;
    width: clamp(0px, 2.2222222222vw, 32px);
    height: clamp(0px, 2.2222222222vw, 32px);
    border-radius: 50%;
    background: transparent;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .google-map-outer-container .google-map-container .marker-default-item.highlight {
    background: white;
    color: #C52922;
  }
  .google-map-outer-container .google-map-container .marker-default-item.highlight .marker-content-item {
    background: #2D75F1;
  }
  .google-map-outer-container .google-map-container .marker-default-item .marker-img-item {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: clamp(0px, 6.25vw, 90px);
    height: clamp(0px, 2.5vw, 36px);
  }
  .google-map-outer-container .google-map-container .marker-default-item .marker-img-item svg {
    width: 100%;
    height: 100%;
  }
  .google-map-outer-container .google-map-container .marker-default-item .marker-content-item {
    position: relative;
    width: clamp(0px, 1.6666666667vw, 24px);
    height: clamp(0px, 1.6666666667vw, 24px);
    border-radius: 50%;
    background: transparent;
    transition: all 0.3s ease-in-out;
  }
}@media screen and (max-width: 1023.98px) {
  .store-component-container {
    width: 100vw;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .store-component-container .store-component-container-content-top {
    padding: 32px 24px 0 24px;
    transition: max-height 0.3s ease-in-out;
    max-height: 200px;
    overflow: hidden !important;
  }
  .store-component-container .store-component-container-content-top.store-component-container-content-top-hidden {
    max-height: 0 !important;
  }
  .store-component-container .store-component-container-content-top .store-component-title {
    color: rgba(0, 0, 0, 0.95);
    text-align: left;
    margin-bottom: 8px;
    text-transform: capitalize;
    font-size: 20px;
    font-family: "Montserrat-Medium", "NotoSansJP-Medium";
    font-weight: 500;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.95);
    font-size: 5.3333333333vw;
    line-height: 6.4vw;
  }
  .store-component-container .store-component-container-content-top .store-component-filter-input {
    margin-bottom: 8px;
  }
  .store-component-container .store-component-container-content-top .store-component-filter-input .el-input__wrapper {
    box-shadow: unset;
    height: 40px;
    padding: 16px 12px;
    position: relative;
  }
  .store-component-container .store-component-container-content-top .store-component-filter-input .el-input__wrapper::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease-in-out;
  }
  .store-component-container .store-component-container-content-top .store-component-filter-input .el-input__wrapper.is-focus::after {
    border-color: rgb(67, 64, 64);
  }
  .store-component-container .store-component-container-content-top .store-component-filter-input .el-input__wrapper .el-input__inner::-moz-placeholder {
    color: rgb(163, 164, 166);
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Montserrat-Medium", "NotoSansJP-Medium";
    font-weight: 500;
    line-height: 1.5;
    color: rgb(163, 164, 166);
    font-size: 3.4666666667vw;
    line-height: 4.2666666667vw;
  }
  .store-component-container .store-component-container-content-top .store-component-filter-input .el-input__wrapper .el-input__inner::placeholder {
    color: rgb(163, 164, 166);
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Montserrat-Medium", "NotoSansJP-Medium";
    font-weight: 500;
    line-height: 1.5;
    color: rgb(163, 164, 166);
    font-size: 3.4666666667vw;
    line-height: 4.2666666667vw;
  }
  .store-component-container .store-component-container-content-top .store-component-total {
    color: rgba(0, 0, 0, 0.95);
    text-align: right;
    opacity: 0.55;
    margin-bottom: 16px;
    font-size: 10px;
    font-family: "Montserrat", "NotoSansJP";
    font-weight: 400;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.95);
    font-size: 2.6666666667vw;
    line-height: 5.8666666667vw;
  }
  .store-component-container .store-component-container-content-bottom {
    flex: 1;
    overflow-y: auto;
    height: 337px;
    max-height: 337px;
    padding: 0 24px 0 24px;
    display: flex;
  }
  .store-component-container .store-component-container-content-bottom .store-component-list-null-container {
    flex: 1;
    color: rgb(0, 0, 0);
    opacity: 0.4;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    font-size: 14px;
    font-family: "Montserrat", "NotoSansJP";
    font-weight: 400;
    line-height: 1.5;
    color: rgb(0, 0, 0);
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
  .store-component-container .store-component-container-content-bottom .store-component-list-container {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 10px;
    overflow: auto;
  }
  .store-component-container .store-component-container-header-icon {
    position: absolute;
    top: 8px;
    left: 50%;
    height: 8px;
    border-radius: 4px;
    width: 12.8vw;
    background-color: rgb(222, 222, 222);
    transform: translate(-50%, 0);
  }
}@media screen and (min-width: 1024px) {
  .store-component-container {
    width: clamp(0px, 39.5833333333vw, 570px);
    display: flex;
    flex-direction: column;
  }
  .store-component-container .store-component-container-content-top {
    padding: 64px 48px 0 64px;
  }
  .store-component-container .store-component-container-content-top .store-component-title {
    color: rgba(0, 0, 0, 0.95);
    text-align: left;
    margin-bottom: 24px;
    font-size: 24px;
    font-family: "Montserrat-Medium", "NotoSansJP-Medium";
    font-weight: 500;
    line-height: 1.5;
    color: var(40px);
  }
  .store-component-container .store-component-container-content-top .store-component-filter-input {
    margin-bottom: 14px;
  }
  .store-component-container .store-component-container-content-top .store-component-filter-input .el-input__wrapper {
    box-shadow: unset;
    height: 38px;
    padding: 16px;
    position: relative;
  }
  .store-component-container .store-component-container-content-top .store-component-filter-input .el-input__wrapper::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease-in-out;
  }
  .store-component-container .store-component-container-content-top .store-component-filter-input .el-input__wrapper.is-focus::after {
    border-color: rgb(67, 64, 64);
  }
  .store-component-container .store-component-container-content-top .store-component-filter-input .el-input__wrapper .el-input__inner::-moz-placeholder {
    color: rgb(163, 164, 166);
    font-size: 12px;
    font-family: "Montserrat-Medium", "NotoSansJP-Medium";
    font-weight: 500;
    line-height: 1.5;
    color: rgb(163, 164, 166);
    font-size: clamp(0px, 0.8333333333vw, 12px);
    line-height: clamp(0px, 1.1111111111vw, 16px);
  }
  .store-component-container .store-component-container-content-top .store-component-filter-input .el-input__wrapper .el-input__inner::placeholder {
    color: rgb(163, 164, 166);
    font-size: 12px;
    font-family: "Montserrat-Medium", "NotoSansJP-Medium";
    font-weight: 500;
    line-height: 1.5;
    color: rgb(163, 164, 166);
    font-size: clamp(0px, 0.8333333333vw, 12px);
    line-height: clamp(0px, 1.1111111111vw, 16px);
  }
  .store-component-container .store-component-container-content-top .store-component-total {
    color: rgba(0, 0, 0, 0.95);
    text-align: right;
    opacity: 0.55;
    margin-bottom: 14px;
    font-size: 12px;
    font-family: "Montserrat", "NotoSansJP";
    font-weight: 400;
    line-height: 1.5;
    color: var(22px);
    font-size: clamp(0px, 0.8333333333vw, 12px);
    line-height: clamp(0px, 1.5277777778vw, 22px);
  }
  .store-component-container .store-component-container-content-bottom {
    flex: 1;
    overflow-y: auto;
    display: flex;
  }
  .store-component-container .store-component-container-content-bottom .store-component-list-null-container {
    flex: 1;
    color: rgb(0, 0, 0);
    opacity: 0.4;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: "Montserrat", "NotoSansJP";
    font-weight: 400;
    line-height: 1.5;
    color: var(22px);
    font-size: clamp(0px, 0.9722222222vw, 14px);
    line-height: clamp(0px, 1.5277777778vw, 22px);
  }
  .store-component-container .store-component-container-content-bottom .store-component-list-container-scroll {
    flex: 1;
  }
  .store-component-container .store-component-container-content-bottom .store-component-list-container-scroll .el-scrollbar__wrap {
    padding: 0 48px;
  }
  .store-component-container .store-component-container-content-bottom .store-component-list-container-scroll .el-scrollbar__wrap .el-scrollbar__view {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .store-component-container .store-component-container-content-bottom .store-component-list-container-scroll .el-scrollbar__wrap .el-scrollbar__view .store-component-list-container-bottom {
    height: 20px;
    min-height: 20px;
    max-height: 20px;
  }
  .store-component-container .store-component-container-content-bottom .store-component-list-container-scroll .el-scrollbar__bar.is-vertical .el-scrollbar__thumb {
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 1;
  }
}@media screen and (min-width: 1024px) {
  .store-list-item-component-container {
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    padding: 16px;
    display: flex;
    gap: 8px;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }
  .store-list-item-component-container.selected-store {
    border: 1px solid rgba(0, 0, 0, 0.4);
    background: rgb(250, 250, 250);
  }
  .store-list-item-component-container .store-list-item-component-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 8px;
  }
  .store-list-item-component-container .store-list-item-component-title .store-list-item-component-title-left {
    color: rgba(0, 0, 0, 0.95);
    text-align: left;
    flex: 1;
    font-size: 14px;
    line-height: 150%;
    font-weight: 500;
    font-family: "Montserrat-Medium";
  }
  .store-list-item-component-container .store-list-item-component-title .store-list-item-component-title-right {
    color: rgb(34, 144, 253);
    text-align: center;
    background: rgb(234, 248, 254);
    border-radius: 4px;
    white-space: nowrap;
    padding: 4px 6px;
    font-size: 10px;
    line-height: 150%;
    font-weight: 500;
    font-family: "Montserrat-Medium";
  }
  .store-list-item-component-container .store-list-item-detail-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 0.55;
    color: rgba(0, 0, 0, 0.95);
    text-align: left;
    font-size: 12px;
    line-height: 150%;
    font-weight: 400;
    font-family: "Montserrat";
  }
  .store-list-item-component-container .store-list-item-detail-container .store-list-item-detail-phone {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .store-list-item-component-container .store-list-item-detail-container .store-list-item-detail-email {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .store-list-item-component-container .store-list-item-button-container {
    flex: 1;
    display: flex;
  }
  .store-list-item-component-container .store-list-item-button-container button {
    flex: 1;
    cursor: pointer;
    border: none;
    height: clamp(0px, 2.7777777778vw, 40px);
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
    background: rgb(241, 241, 241);
    color: rgba(0, 0, 0, 0.95);
  }
  .store-list-item-component-container .store-list-item-button-container button:hover {
    background: rgba(241, 241, 241, 0.8);
  }
}@media screen and (max-width: 1023.98px) {
  .store-list-item-component-container {
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    padding: 10px;
    display: flex;
    gap: 4px;
    flex-direction: column;
    cursor: pointer;
  }
  .store-list-item-component-container .store-list-item-component-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 8px;
  }
  .store-list-item-component-container .store-list-item-component-title .store-list-item-component-title-left {
    color: rgba(0, 0, 0, 0.95);
    text-align: left;
    flex: 1;
    font-size: 13px;
    font-family: "Montserrat-Medium", "NotoSansJP-Medium";
    font-weight: 500;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.95);
    font-size: clamp(0px, 3.4666666667vw, 16.9px);
    line-height: 160%;
  }
  .store-list-item-component-container .store-list-item-component-title .store-list-item-component-title-right {
    color: rgb(34, 144, 253);
    text-align: center;
    background: rgb(234, 248, 254);
    border-radius: 4px;
    white-space: nowrap;
    padding: 4px 6px;
    font-size: 10px;
    font-family: "Montserrat-Medium", "NotoSansJP-Medium";
    font-weight: 500;
    line-height: 1.5;
    color: rgb(34, 144, 253);
    font-size: clamp(0px, 2.6666666667vw, 13px);
    line-height: 150%;
  }
  .store-list-item-component-container .store-list-item-detail-container {
    display: flex;
    flex-direction: column;
    gap: 4px;
    opacity: 0.55;
    color: rgba(0, 0, 0, 0.95);
    text-align: left;
    font-size: 10px;
    font-family: "Montserrat", "NotoSansJP";
    font-weight: 400;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.95);
    font-size: clamp(0px, 2.6666666667vw, 13px);
    line-height: 160%;
  }
  .store-list-item-component-container .store-list-item-detail-container .store-list-item-detail-phone {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .store-list-item-component-container .store-list-item-detail-container .store-list-item-detail-phone img {
    width: 12px;
    height: 12px;
  }
  .store-list-item-component-container .store-list-item-detail-container .store-list-item-detail-email {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .store-list-item-component-container .store-list-item-button-container {
    flex: 1;
    display: flex;
  }
  .store-list-item-component-container .store-list-item-button-container button {
    flex: 1;
    cursor: pointer;
    border: none;
    height: clamp(0px, 10.6666666667vw, 52px);
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
    background: rgb(241, 241, 241);
    color: rgba(0, 0, 0, 0.95);
  }
  .store-list-item-component-container .store-list-item-button-container button:hover {
    background: rgba(241, 241, 241, 0.8);
  }
}@media screen and (min-width: 1024px) {
  .StoreLeftMenuComponent-container {
    display: flex;
    flex-direction: column;
    width: clamp(0px, 30.1388888889vw, 434px);
    min-width: clamp(0px, 30.1388888889vw, 434px);
    overflow: hidden;
    max-height: 100vh;
  }
  .StoreLeftMenuComponent-container .StoreLeftMenuComponent-body-scroll-wrapper {
    display: none;
  }
  .StoreLeftMenuComponent-container.is-fixed {
    position: sticky;
    top: 0;
    will-change: transform;
  }
  .StoreLeftMenuComponent-container .StoreLeftMenuComponent-container-title {
    margin-bottom: clamp(0px, 3.3333333333vw, 48px);
    margin-top: clamp(0px, 9.375vw, 135px);
  }
  .StoreLeftMenuComponent-container .StoreLeftMenuComponent-container-title .StoreLeftMenuComponent-container-title-text {
    font-size: var(--h4);
    font-family: "Montserrat", "NotoSansJP";
    font-weight: 400;
    line-height: 1.4;
    color: var(--text-bk-primary);
    line-height: 140%;
  }
  .StoreLeftMenuComponent-container .StoreLeftMenuComponent-body {
    display: flex;
    flex-direction: column;
    overflow: auto;
  }
  .StoreLeftMenuComponent-container .StoreLeftMenuComponent-body .StoreLeftMenuComponent-item {
    padding: clamp(0px, 1.6666666667vw, 24px);
    border-radius: clamp(0px, 0.5555555556vw, 8px);
    transition: all 0.2s ease;
    cursor: pointer;
  }
  .StoreLeftMenuComponent-container .StoreLeftMenuComponent-body .StoreLeftMenuComponent-item:hover {
    background-color: #F5F6F7;
  }
  .StoreLeftMenuComponent-container .StoreLeftMenuComponent-body .StoreLeftMenuComponent-item.is-active-area {
    background-color: #F5F6F7;
  }
  .StoreLeftMenuComponent-container .StoreLeftMenuComponent-body .StoreLeftMenuComponent-item .StoreLeftMenuComponent-item-text {
    font-size: var(--body1);
    font-family: "Montserrat-Medium", "NotoSansJP-Medium";
    font-weight: 500;
    line-height: 1.5;
    color: var(--text-bk-primary);
    line-height: 200%;
  }
}@media screen and (max-width: 1023.98px) {
  .StoreLeftMenuComponent-container {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .StoreLeftMenuComponent-container .StoreLeftMenuComponent-body-scroll-wrapper {
    position: fixed;
    left: 0;
    background-color: white;
    width: 100vw;
    gap: clamp(0px, 4.2666666667vw, 20.8px);
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    white-space: nowrap;
    padding: clamp(0px, 1.6vw, 7.8px) 0 clamp(0px, 1.6vw, 7.8px) clamp(0px, 6.4vw, 31.2px);
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    border-bottom: 1px solid #C2C8D3;
  }
  .StoreLeftMenuComponent-container .StoreLeftMenuComponent-body-scroll-wrapper.is-show-scroll-wrapper {
    opacity: 1;
    pointer-events: auto;
  }
  .StoreLeftMenuComponent-container .StoreLeftMenuComponent-body-scroll-wrapper .StoreLeftMenuComponent-body-scroll-item {
    padding: clamp(0px, 1.6vw, 7.8px) clamp(0px, 4.2666666667vw, 20.8px);
    border-radius: clamp(0px, 2.1333333333vw, 10.4px);
    font-size: var(--body1);
    font-family: "Montserrat-Medium", "NotoSansJP-Medium";
    font-weight: 500;
    line-height: 1.5;
    color: var(--text-bk-primary);
    line-height: 200%;
  }
  .StoreLeftMenuComponent-container .StoreLeftMenuComponent-body-scroll-wrapper .StoreLeftMenuComponent-body-scroll-item:hover {
    background-color: #F5F6F7;
  }
  .StoreLeftMenuComponent-container .StoreLeftMenuComponent-body-scroll-wrapper .StoreLeftMenuComponent-body-scroll-item.is-active-area {
    background-color: #F5F6F7;
  }
  .StoreLeftMenuComponent-container .StoreLeftMenuComponent-container-title {
    margin-bottom: clamp(0px, 6.4vw, 31.2px);
  }
  .StoreLeftMenuComponent-container .StoreLeftMenuComponent-container-title .StoreLeftMenuComponent-container-title-text {
    font-size: var(--h4);
    font-family: "Montserrat", "NotoSansJP";
    font-weight: 400;
    line-height: 1.4;
    color: var(--text-bk-primary);
    line-height: 140%;
  }
  .StoreLeftMenuComponent-container .StoreLeftMenuComponent-body {
    display: flex;
    flex-wrap: wrap;
    border-radius: clamp(0px, 2.1333333333vw, 10.4px);
    padding: 0 clamp(0px, 4.2666666667vw, 20.8px);
    gap: 0 clamp(0px, 1.0666666667vw, 5.2px);
    border: 1px solid #C2C8D3;
  }
  .StoreLeftMenuComponent-container .StoreLeftMenuComponent-body.is-hidden-body {
    opacity: 0;
  }
  .StoreLeftMenuComponent-container .StoreLeftMenuComponent-body .StoreLeftMenuComponent-item {
    width: clamp(0px, 38.4vw, 187.2px);
    min-width: clamp(0px, 38.4vw, 187.2px);
    min-height: clamp(0px, 16.2666666667vw, 79.3px);
    padding: clamp(0px, 5.3333333333vw, 26px) clamp(0px, 2.1333333333vw, 10.4px);
    transition: all 0.2s ease;
    cursor: pointer;
    position: relative;
  }
  .StoreLeftMenuComponent-container .StoreLeftMenuComponent-body .StoreLeftMenuComponent-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #C2C8D3;
  }
  .StoreLeftMenuComponent-container .StoreLeftMenuComponent-body .StoreLeftMenuComponent-item[data-hidden=is-last-row-item]::after {
    display: none;
  }
  .StoreLeftMenuComponent-container .StoreLeftMenuComponent-body .StoreLeftMenuComponent-item:hover {
    background-color: #F5F6F7;
  }
  .StoreLeftMenuComponent-container .StoreLeftMenuComponent-body .StoreLeftMenuComponent-item .StoreLeftMenuComponent-item-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: var(--body1);
    font-family: "Montserrat-Medium", "NotoSansJP-Medium";
    font-weight: 500;
    line-height: 1.5;
    color: var(--text-bk-primary);
    line-height: 200%;
  }
}@media screen and (min-width: 1024px) {
  .StoreRightDetailsComponent-container {
    display: flex;
    flex-direction: column;
    gap: clamp(0px, 7.5vw, 108px);
    flex: 1;
    margin-top: clamp(0px, 16.5972222222vw, 239px);
  }
  .StoreRightDetailsComponent-container .StoreRightDetailsComponent-area {
    display: flex;
    flex-direction: column;
  }
  .StoreRightDetailsComponent-container .StoreRightDetailsComponent-area .StoreRightDetailsComponent-area-header {
    margin-bottom: clamp(0px, 1.6666666667vw, 24px);
  }
  .StoreRightDetailsComponent-container .StoreRightDetailsComponent-area .StoreRightDetailsComponent-area-header .StoreRightDetailsComponent-area-header-text {
    font-size: var(--sub-h3);
    font-family: "Montserrat-Medium", "NotoSansJP-Medium";
    font-weight: 500;
    line-height: 1.4;
    color: #000000;
    line-height: 200%;
  }
  .StoreRightDetailsComponent-container .StoreRightDetailsComponent-area .StoreRightDetailsComponent-area-body {
    display: flex;
    gap: clamp(0px, 5.625vw, 81px) clamp(0px, 2.9861111111vw, 43px);
    flex-wrap: wrap;
  }
}@media screen and (max-width: 1023.98px) {
  .StoreRightDetailsComponent-container {
    display: flex;
    flex-direction: column;
    gap: clamp(0px, 16vw, 78px);
    flex: 1;
  }
  .StoreRightDetailsComponent-container .StoreRightDetailsComponent-area {
    display: flex;
    flex-direction: column;
  }
  .StoreRightDetailsComponent-container .StoreRightDetailsComponent-area .StoreRightDetailsComponent-area-header {
    margin-bottom: clamp(0px, 4vw, 19.5px);
  }
  .StoreRightDetailsComponent-container .StoreRightDetailsComponent-area .StoreRightDetailsComponent-area-header .StoreRightDetailsComponent-area-header-text {
    font-size: var(--sub-h3);
    font-family: "Montserrat-Medium", "NotoSansJP-Medium";
    font-weight: 500;
    line-height: 1.4;
    color: #000000;
    line-height: 200%;
  }
  .StoreRightDetailsComponent-container .StoreRightDetailsComponent-area .StoreRightDetailsComponent-area-body {
    display: flex;
    gap: clamp(0px, 21.0666666667vw, 102.7px) clamp(0px, 11.4666666667vw, 55.9px);
    flex-wrap: wrap;
  }
}@media screen and (min-width: 1024px) {
  .storeDetailsComponent-container {
    display: flex;
    flex-direction: column;
    gap: clamp(0px, 1.6666666667vw, 24px);
    width: clamp(0px, 22.2222222222vw, 320px);
    max-width: clamp(0px, 22.2222222222vw, 320px);
    overflow: hidden;
  }
  .storeDetailsComponent-container .storeDetailsComponent-footer .storeDetailsComponent-footer-item {
    display: flex;
    gap: clamp(0px, 1.0416666667vw, 15px);
  }
  .storeDetailsComponent-container .storeDetailsComponent-footer .storeDetailsComponent-footer-item .storeDetailsComponent-footer-item-value {
    font-size: var(--body4);
    font-family: "Montserrat", "NotoSansJP";
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    line-height: 150%;
  }
  .storeDetailsComponent-container .storeDetailsComponent-footer .storeDetailsComponent-footer-item .storeDetailsComponent-footer-item-label {
    min-width: clamp(0px, 4.4444444444vw, 64px);
    font-size: var(--body5);
    font-family: "Montserrat-Medium", "NotoSansJP-Medium";
    font-weight: 500;
    line-height: 1.5;
    color: #000000;
    line-height: 200%;
  }
  .storeDetailsComponent-container .storeDetailsComponent-body {
    display: flex;
    flex-direction: column;
    gap: clamp(0px, 0.8333333333vw, 12px);
  }
  .storeDetailsComponent-container .storeDetailsComponent-body .storeDetailsComponent-body-name {
    font-size: var(--body2);
    font-family: "Montserrat-Medium", "NotoSansJP-Medium";
    font-weight: 500;
    line-height: 1.5;
    color: #000000;
    line-height: 200%;
    font-size: clamp(0px, 1.25vw, 18px);
  }
  .storeDetailsComponent-container .storeDetailsComponent-body .storeDetailsComponent-body-place {
    font-size: var(--body4);
    font-family: "Montserrat", "NotoSansJP";
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    line-height: 200%;
    font-size: clamp(0px, 0.9722222222vw, 14px);
  }
  .storeDetailsComponent-container .storeDetailsComponent-body .storeDetailsComponent-body-place .storeDetailsComponent-body-link {
    color: #2D75F1;
  }
  .storeDetailsComponent-container .storeDetailsComponent-body .storeDetailsComponent-body-place .storeDetailsComponent-body-link a {
    text-decoration: underline;
    cursor: pointer;
  }
  .storeDetailsComponent-container .storeDetailsComponent-header {
    width: clamp(0px, 22.2222222222vw, 320px);
    position: relative;
  }
  .storeDetailsComponent-container .storeDetailsComponent-header .storeDetailsComponent-header-status {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: clamp(0px, 0.5555555556vw, 8px) 0 clamp(0px, 0.5555555556vw, 8px) 0;
    background-color: var(--text-bk-secondary1);
    padding: clamp(0px, 0.1388888889vw, 2px) clamp(0px, 1.1111111111vw, 16px);
    font-size: var(--desc);
    font-family: "Montserrat-SemiBold", "NotoSansJP-Medium";
    font-weight: 700;
    line-height: 1.5;
    color: #ffffff;
    font-size: clamp(0px, 0.6944444444vw, 10px);
    line-height: 200%;
  }
  .storeDetailsComponent-container .storeDetailsComponent-header .storeDetailsComponent-header-img {
    width: 100%;
    aspect-ratio: 320/180;
    border-radius: clamp(0px, 0.625vw, 9px);
  }
}@media screen and (max-width: 1023.98px) {
  .storeDetailsComponent-container {
    display: flex;
    flex-direction: column;
    gap: clamp(0px, 4.2666666667vw, 20.8px);
    flex: 1;
    min-width: clamp(0px, 87.2vw, 425.1px);
    width: clamp(0px, 87.2vw, 425.1px);
    max-width: clamp(0px, 87.2vw, 425.1px);
  }
  .storeDetailsComponent-container .storeDetailsComponent-footer .storeDetailsComponent-footer-item {
    display: flex;
    gap: clamp(0px, 4vw, 19.5px);
  }
  .storeDetailsComponent-container .storeDetailsComponent-footer .storeDetailsComponent-footer-item .storeDetailsComponent-footer-item-value {
    font-size: var(--body4);
    font-family: "Montserrat", "NotoSansJP";
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    line-height: 150%;
  }
  .storeDetailsComponent-container .storeDetailsComponent-footer .storeDetailsComponent-footer-item .storeDetailsComponent-footer-item-label {
    min-width: clamp(0px, 17.0666666667vw, 83.2px);
    font-size: var(--body5);
    font-family: "Montserrat-Medium", "NotoSansJP-Medium";
    font-weight: 500;
    line-height: 1.5;
    color: #000000;
    line-height: 200%;
  }
  .storeDetailsComponent-container .storeDetailsComponent-body {
    display: flex;
    flex-direction: column;
    gap: clamp(0px, 3.2vw, 15.6px);
  }
  .storeDetailsComponent-container .storeDetailsComponent-body .storeDetailsComponent-body-name {
    font-size: var(--body2);
    font-family: "Montserrat-Medium", "NotoSansJP-Medium";
    font-weight: 500;
    line-height: 1.5;
    color: #000000;
    line-height: 200%;
    font-size: clamp(0px, 4.8vw, 23.4px);
  }
  .storeDetailsComponent-container .storeDetailsComponent-body .storeDetailsComponent-body-place {
    font-size: var(--body4);
    font-family: "Montserrat", "NotoSansJP";
    font-weight: 400;
    line-height: 1.5;
    color: var(--text-bk-primary);
    line-height: 200%;
    font-size: clamp(0px, 3.7333333333vw, 18.2px);
  }
  .storeDetailsComponent-container .storeDetailsComponent-body .storeDetailsComponent-body-place .storeDetailsComponent-body-link {
    color: #2D75F1;
  }
  .storeDetailsComponent-container .storeDetailsComponent-body .storeDetailsComponent-body-place .storeDetailsComponent-body-link a {
    text-decoration: underline;
    cursor: pointer;
  }
  .storeDetailsComponent-container .storeDetailsComponent-header {
    display: flex;
    justify-content: center;
    position: relative;
  }
  .storeDetailsComponent-container .storeDetailsComponent-header .storeDetailsComponent-header-status {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: clamp(0px, 2.1333333333vw, 10.4px) 0 clamp(0px, 2.1333333333vw, 10.4px) 0;
    background-color: var(--text-bk-secondary1);
    padding: clamp(0px, 0.5333333333vw, 2.6px) clamp(0px, 4.2666666667vw, 20.8px);
    font-size: var(--desc);
    font-family: "Montserrat-SemiBold", "NotoSansJP-Medium";
    font-weight: 700;
    line-height: 1.5;
    color: #ffffff;
    font-size: clamp(0px, 2.6666666667vw, 13px);
    line-height: 200%;
  }
  .storeDetailsComponent-container .storeDetailsComponent-header .storeDetailsComponent-header-img {
    width: 100%;
    aspect-ratio: 327/183;
    border-radius: clamp(0px, 1.0666666667vw, 5.2px);
    overflow: hidden;
  }
}.jp-find-store-store-view-pc-container .jp-find-store-store-view-pc-list-container[data-v-81424a5e] {
  padding: 0 clamp(0px, 9.2361111111vw, 133px) clamp(0px, 10.9722222222vw, 158px) clamp(0px, 4.4444444444vw, 64px);
  display: flex;
  flex-direction: column;
  width: clamp(0px, 100vw, 1440px);
  margin: 0 auto;
}
.jp-find-store-store-view-pc-container .jp-find-store-store-view-pc-list-container .jp-find-store-store-view-pc-body[data-v-81424a5e] {
  display: flex;
  gap: clamp(0px, 8.75vw, 126px);
  flex-wrap: nowrap;
}
.jp-find-store-store-view-pc-container .jp-find-store-store-view-pc-list-container .jp-find-store-store-view-pc-body .jp-find-store-store-view-pc-left[data-v-81424a5e] {
  display: flex;
  flex-direction: column;
  min-width: clamp(0px, 30.1388888889vw, 434px);
}
.jp-find-store-store-view-pc-container .jp-find-store-store-view-pc-list-container .jp-find-store-store-view-pc-body .jp-find-store-store-view-pc-right[data-v-81424a5e] {
  flex: 1;
}.jp-find-store-store-view-mob-container .jp-find-store-store-view-mob-list-container[data-v-1c1c36aa] {
  padding: clamp(0px, 22.6666666667vw, 110.5px) clamp(0px, 6.4vw, 31.2px) clamp(0px, 29.3333333333vw, 143px) clamp(0px, 6.4vw, 31.2px);
  display: flex;
  flex-direction: column;
  width: 100vw;
}
.jp-find-store-store-view-mob-container .jp-find-store-store-view-mob-list-container .jp-find-store-store-view-mob-body[data-v-1c1c36aa] {
  display: flex;
  gap: clamp(0px, 20vw, 97.5px);
  flex-direction: column;
  flex-wrap: nowrap;
}
.jp-find-store-store-view-mob-container .jp-find-store-store-view-mob-list-container .jp-find-store-store-view-mob-body .jp-find-store-store-view-mob-left[data-v-1c1c36aa] {
  display: flex;
  flex-direction: column;
}
.jp-find-store-store-view-mob-container .jp-find-store-store-view-mob-list-container .jp-find-store-store-view-mob-body .jp-find-store-store-view-mob-right[data-v-1c1c36aa] {
  flex: 1;
}