<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#store {
    position: relative;
    padding-top: 420px;
}

#store .store-banner {
    position: absolute;
    /*z-index: -1;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 620px;
    background-color: #ecc4c0;
    background-repeat: no-repeat;
    background-size: cover;
}

#store .store-section1 {
    position: relative;
    z-index: 1;
    width: 63.13%;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 52px 6% 81px;
    /*==*/
    /*height: 524px;*/
}

#store .store-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#store .store-title{
    width: 50%;
}
#store .store-title h1 {
    margin-bottom: 0;
    font-family: var(--font-family-noto-sans-hans);
    font-size: 34px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgb(35, 31, 32);

}

#store .store-scan {
    width:50%;
    display: none;
    justify-content: flex-end;
    align-items: flex-end;
}

#store .store-scan p {
    margin-bottom: 0;
    margin-right: 18px;
}

#store .store-scan p span {
    display: block;
    text-align: right;
}

#store .store-scan p strong {
    white-space: nowrap;
}
.item-bottom p {
    margin: 0;
    display: flex;
}
#store .scan {
    display: inline-block;
    /*width: 50%;*/
    height: auto;
}

#store .img {
    width: 144px;
    height: 144px;
    background-color: #ddffdd;
}
#store .img img{
    width: 100%;
    height: auto;
}
.store-search{
  display: none;
}
.store-search .store-search-input {
    margin: 24px 0;
}

.store-search .store-search-input input {
    border-radius: 0;
    height: 72px;
    border: 1px solid rgb(35, 31, 32);
}

.store-search-conditions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.store-search-conditions .dropdown {
    flex: 2;
    margin-right: 2%
}


.store-search-conditions .search-btn {
    flex: 1;

}

.store-search-conditions .btn {
    width: 100%;
    height: 72px;
    background: none;
    border: 1px solid rgb(35, 31, 32);
    border-radius: 0;
}
.open &gt; .dropdown-menu{
    width: 100%;
    max-height: 50vh;
    overflow: scroll;
}
.open &gt; .dropdown-menu li a{
    height: 36px;
    line-height: 36px;

}
.open &gt; .dropdown-menu li
.store-search-conditions .btn-default:active, .btn-default.active, .open &gt; .dropdown-toggle.btn-default {
    background-color: transparent !important;
    border-color: rgb(35, 31, 32) !important;
}

.ml30 {
    float: right;
    margin-right: 2%;
}

.store-search-conditions .search-btn .btn {
    font-family: var(--font-family-noto-sans-hans);
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 4.53px;
    text-align: center;
    background-color: rgb(35, 31, 32);
    color: rgb(255, 255, 255);
}

.store-tabs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
}

.store-tabs li {
    width: 20%;
    height: 40px;
    margin-right: 6.666%;
    line-height: 40px;
    border-radius: 18.5px;
    background-color: rgb(248, 246, 237);
    overflow: hidden;
    cursor: pointer;
}
.store-tabs li:last-of-type{
    margin-right: 0;
}

.store-tabs li span {
    display: block;
    text-align: center;
    opacity: 0.5;
    font-family: var(--font-family-noto-sans-hans);
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 2px;
    color: rgb(35, 31, 32);
}

.store-tabs li.active {
    background-color: rgb(236, 196, 192);
}



.store-tabs li.active span {
    font-family: var(--font-family-noto-sans-hans);
    font-size: 16px;
    opacity: 1;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 2px;
    color: rgb(255, 255, 255);
}

#store .store-list {
    position: relative;
    z-index: 1;
    width: 63.13%;
    background-color: #ffffff;
    margin: 0 auto 70px;
}

.store-list li {
    background-color: rgb(248, 246, 237);
    padding: 6% 12% 5% 10%;
    margin-bottom: 30px;
}

.store-list li .no-result {
    text-align: center;
    font-family: var(--font-family-ping-fang-sc);
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #231f20;
}
.store-list li .no-result i{
    font-size: 35px;
    vertical-align: middle;
    margin-right: 15px;
}
.store-list .no-result span:nth-of-type(1) {
    /* font-size: 32px;
    vertical-align: middle; */
}

.store-list .no-result span:nth-of-type(2) {
    vertical-align: middle;
    font-family: var(--font-family-ping-fang-sc);
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 2px;
    text-align: right;
    color: rgb(35, 31, 32);
}

.store-list li .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.item-top h5 {
    font-family: var(--font-family-noto-sans-hans);
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: rgb(35, 31, 32);
    margin: 0;
}

.item-top strong {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 2px;
    color: rgb(35, 31, 32);
}

.item-bottom span {
    /* display: inline-block; */
    font-family: var(--font-family-ping-fang-sc);
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    /*line-height: 1.88;*/
    letter-spacing: 2px;
    color: rgb(35, 31, 32);
}

.item-bottom span:first-of-type{
  white-space: nowrap;
}

/*PCæ&nbsp;·å¼*/

/*å¹³æ¿æ&nbsp;·å¼*/
@media screen and (min-width: 768px) and (max-width: 991px) {
    #store .store-section1 {
        width: 70%;
    }

    #store .store-section1 {
        padding: 42px 0 22px;
    }

    #store .store-head {
        margin: 0 17%;
        display: block;
    }

    #store .store-title {
        min-width: 135px;
        float: left;
    }

    #store .store-title h1 {
        position: absolute;
        top: 26px;
        font-family: var(--font-family-noto-sans-hans);
        font-size: 25px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: rgb(35, 31, 32);

    }

    #store .store-scan {
        float: right;
    }

    #store .img {
        width: 115px;
        height: 115px;
        background-color: #ddffdd;
    }

    #store .store-scan p * {
        font-size: 12px;
    }

    .store-search {
        margin: 0 17%;
    }

    .store-search .store-search-input {
        margin: 19px 0;
    }

    .store-search .store-search-input input {
        font-size: 12px;
        height: 58px;
    }

    .store-search-conditions .btn {
        font-size: 12px;
        height: 58px;
    }

    .store-search .search-btn-sm {
        width: 100%;
        margin-top: 10px;
    }

    .store-search .search-btn-sm .btn {
        width: 100%;
        height: 58px;
        font-family: var(--font-family-noto-sans-hans);
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 3.63px;
        text-align: center;
        /*line-height: 58px;*/
        background-color: rgb(35, 31, 32);
        color: rgb(255, 255, 255);
        background-image: none;
    }

    #store .store-list {
        width: 70%;
    }

    #store .store-banner {
        height: 331px;
    }

    #store {
        padding-top: 231px;
    }
    .store-search-conditions .dropdown:nth-of-type(2) {
        margin-right: 0;
    }
    .store-tabs li span{
        font-size: 12px;
    }
    .store-tabs li.active span{
        font-size: 12px;
    }
    .item-top h5,.item-top strong{
        font-size: 12.8px;
    }
    .item-bottom span{
        font-size: 12px;
        line-height: 2;
        letter-spacing: 1.5px;
        min-width: none;
    }
}

/*æ‰‹æœºæ&nbsp;·å¼*/
@media screen and (max-width: 767px) {
    #store {
        padding-top: 123px;
    }

    #store .store-banner {
        height: 175px;
    }

    #store .store-section1 {
        width: 78%;
        padding: 45px 0% 25px;
    }

    #store .store-head {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #store .store-title {
        margin-bottom: 15px;
    }

    #store .store-title h1 {
        text-align: center;
        margin-top: 0;
        font-family: var(--font-family-noto-sans-hans);
        font-size: 20px;
    }

    #store .store-scan {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    #store .scan {
        width: 100%;
    }

    #store .img {
        width: 115px;
        height: 115px;
        margin: 0 auto;
    }
    #store .img img{
        height: 100%;
        width: auto;
    }

    #store .store-scan p {
        margin-right: 0;
        margin-top: 10px;
    }

    #store .store-scan p span {
        text-align: center;
    }

    #store .store-search {
        padding: 0 16%;
    }

    .store-search .store-search-input input {
        height: 52px;
        font-size: 16px;
    }

    .store-search-conditions {
        flex-direction: column;
    }

    .store-search .store-search-input {
        margin: 24px 0 8px;
    }

    .store-search-conditions .dropdown {
        width: 100%;
        margin-bottom: 8px;
        margin-right: 0;
    }

    .store-search-conditions .select-2 {
        margin-bottom: 0;
        margin-right: 0;
    }

    .store-search-conditions .btn {
        font-size: 16px;
        height: 52px;
        text-align: left;
    }

    .store-search-conditions .search-btn {
        width: 100%;
    }

    .store-search-conditions .search-btn .btn {
        text-align: center;
        font-size: 16px;
    }

    .store-tabs {
        margin-top: 25px;
        flex-wrap: wrap;
    }

    .store-tabs li {
        width: 48%;
        margin-bottom: 8px;
        height: 32px;
        line-height: 32px;
    }

    .store-tabs li span {
        font-size: 16px;
        letter-spacing: 1.5px;
    }

    .store-tabs li.active span {
        font-size: 16px;
        letter-spacing: 1.5px;
    }

    #store .store-list {
        width: 100%;
    }
    .store-list li{
        padding: 10%;
    }

    .store-list li .item-top{
        margin-bottom: 20px;
    }
    .item-top h5 {
        font-size: 16px;
        letter-spacing: 1.6px;
    }



    .item-bottom span {
        font-family: var(--font-family-ping-fang-sc);
        font-size: 16px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 2;
        letter-spacing: 1.5px;
    }
    .item-bottom span:last-of-type{
        flex:1;
    }
}

.text_bottom_animate:hover{
    color:#ecc4c0;
}
.text_bottom_animate:hover .text_link_arrow{
    color:#ecc4c0;
    border:1px solid #ecc4c0
}

.text_link_arrow{
    color:#000;
    border:1px solid #000;
    border-radius: 50%;
    width:26px;
    height:26px;
    line-height: 23.5px;
    display: inline-block;
    padding-left:5.2px;
}

.text_link_arrow span{
    color:inherit;
    font-size:14px;
}

.text_bottom_animate{
    position: relative;
    cursor: pointer;
}


.text_bottom_animate::after{
    content:'';
    position: absolute;
    bottom:-12px;
    width:100%;
    left:0;
    height: 4px;
    background-color: #ecc4c0;
}


.text_bottom_animate:hover::after{
    animation-name: identifier;
    animation-iteration-count:infinite;
    animation-duration: 3s;
}

@keyframes identifier {
    0% { 
        width:0;
        left:0;
    }
    25% { 
        width:100%;
        left:0;
     }
    50% { 
        width:0;
        left:100%;
     }
    75% { 
        width:100%;
        left:0;
    }
    100% { 
        width:0;
        left:0;
    }
  }</pre></body></html>