@charset "UTF-8";
.c-store{display:flex;flex-direction:column;align-items:flex-start;align-content:flex-start;justify-items:flex-start;justify-content:flex-start;width:100%}.c-store.wow{animation-name:fadeInUp}.c-store__pic{display:block;width:100%;flex:0 0 auto}.c-store__content{display:block;width:100%;height:100%;margin:25px 0 0 0;flex:0 1 auto}.c-store__content__title{display:block;width:100%;margin:0 0 15px 0;font-size:22px;line-height:1.2;color:var(--titleColor);font-family:'NotoSansTC-L'}.c-store__content__item{display:flex;align-items:flex-start;align-content:flex-start;justify-items:flex-start;justify-content:flex-start;width:100%;margin:0 0 10px 0;font-size:16px;line-height:1.5;color:#999898}.c-store__content__item:last-child{margin:0}.c-store__content__item__title{display:block;width:auto;max-width:100%;margin:0 10px 0 0;padding:0 10px 0 0;font-size:inherit;line-height:inherit;color:var(--titleColor);font-family:inherit;flex:0 0 auto}.c-store__content__item__title::after{content:'';position:absolute;top:.25em;right:0;display:block;width:1px;height:1em;background:var(--textColor)}.c-store__content__item__text{display:block;width:100%;font-size:inherit;line-height:inherit;color:inherit;font-family:inherit;flex:0 1 auto}.c-store__content__item__text a{display:inline;width:auto;max-width:100%;font-size:inherit;line-height:inherit;color:inherit;font-family:inherit;text-decoration:underline;text-decoration-style:dashed;text-underline-offset:.25em;transition:opacity .4s ease-in-out}.c-store__content__item__text a:hover{opacity:.7;text-decoration:underline dashed}.c-store__tool{display:flex;align-items:flex-start;align-content:flex-start;justify-items:flex-start;justify-content:space-between;width:100%;margin:30px 0 0 0;flex:0 1 auto}.c-store__tool__bt{width:calc(50% - 7.5px)}@media screen and (max-width:991px){.c-store__content{margin:35px 0 0 0}.c-store__content__item{font-size:14px}.c-store__tool{margin:40px 0 0 0}}@media screen and (max-width:767px){}@media screen and (max-width:575px){.c-store__content{margin:20px auto 0 auto}.c-store__content__title{margin:0 0 10px 0;font-size:18px}.c-store__content__item{font-size:14px}.c-store__tool{display:block;margin:25px 0 0 0}.c-store__tool__bt{width:100%;margin:0 0 10px 0}.c-store__tool__bt:last-child{margin:0}}@supports (-webkit-touch-callout:none){}
.c-form{display:flex;flex-wrap:wrap;align-items:flex-start;align-content:flex-start;justify-items:flex-start;justify-content:space-between;width:100%}.c-form__item{display:flex;align-items:center;align-content:center;justify-items:flex-start;justify-content:flex-start;width:100%;margin:0 0 10px 0;font-size:15px;background:#f4f4f4}.c-form__item.required::after{content:'';position:absolute;top:calc(50% - 5px);right:30px;display:block;width:10px;height:10px;background:url(/assets/images/common/icon_required.svg) center no-repeat;background-size:contain;pointer-events:none}.c-form__item.two{width:calc(50% - 5px)}.c-form__item__title{display:block;width:auto;max-width:100%;margin:0 30px;font-size:inherit;line-height:1;color:var(--textColor);font-family:'NotoSansTC-M';flex:0 0 auto}.c-form__item-select .c-form__item__title{position:absolute;top:calc(50% - .5em);left:0;z-index:10}.c-form__item-select .c-form__item__title.required{top:calc(50% - .75em)}.c-form__item__title.required::after{content:'\00A0*';font-size:calc(1em + .25em);color:var(--mainColor)}.c-form__item input,.c-form__item select{height:auto;font-size:inherit;border:none;background-color:transparent;flex:0 1 auto}.c-form__item input{padding:19px 50px 19px 0;color:rgba(20,20,20,.7)}.c-form__item select{height:60px}.c-form__item textarea{padding:0;font-size:inherit}.c-form__item.wrap{flex-wrap:wrap;padding:25px 30px}.c-form__item.wrap.required::after{top:calc(25px + .5em - 5px)}.c-form__item.wrap .c-form__item__title{margin:0 0 20px 0}.c-captcha{display:flex;align-items:center;align-content:center;justify-items:flex-start;justify-content:flex-start;width:100%;font-size:16px;background:var(--bgColor)}.c-captcha__title{display:block;width:auto;max-width:100%;margin:0 25px;font-size:inherit;line-height:1;color:var(--textColor);font-family:'NotoSansTC-M';flex:0 0 auto}.c-captcha__input{height:60px;padding:0 50px 0 25px;background-image:url(/assets/images/common/icon_required.svg);font-size:inherit;flex:0 1 auto}.c-captcha__pic{width:110px;margin:0;padding:5px 15px;background:var(--titleColor);cursor:pointer;flex:0 0 auto}.c-form__btGroup{display:flex;align-items:flex-start;align-content:flex-start;justify-items:flex-start;justify-content:space-between;width:100%;margin:20px 0 0 0}.c-form__btGroup__captcha{max-width:350px;margin:0 10px 0 0}.c-form__btGroup__bt{max-width:180px;margin:0 10px 0 auto}.c-form__btGroup__submit{max-width:180px}@media screen and (max-width:991px){.c-form__item{margin:0 0 10px 0;font-size:15px}.c-form__item.two{width:calc(50% - 5px)}.c-form__item__title{margin:0 20px}.c-form__item input{padding:19px 20px 19px 0}.c-form__item select{height:60px;padding:10px 40px 10px 20px}.c-form__item.wrap{padding:25px 20px}.c-form__item.wrap .c-form__item__title{margin:0 0 15px 0}.c-captcha{font-size:15px}.c-captcha__title{margin:0 20px}.c-form__btGroup__captcha{max-width:330px}}@media screen and (max-width:767px){.c-form__item.two{width:100%}.c-form__btGroup{display:block}.c-form__btGroup__captcha{max-width:none;margin:0 0 35px 0}.c-form__btGroup__bt{max-width:none;margin:0 0 10px 0}.c-form__btGroup__submit{max-width:none}}@media screen and (max-width:575px){.c-form__item{font-size:14px}.c-form__item.required::after{right:20px}.c-form__item__title{margin:0 15px}.c-form__item input{padding:15px 15px 15px 0}.c-form__item select{height:50px;padding:10px 35px 10px 15px}.c-form__item.wrap{padding:15px}.c-form__item.wrap.required::after{top:calc(15px + .5em - 5px)}.c-form__item.wrap .c-form__item__title{margin:0 0 10px 0}.c-captcha{font-size:14px}.c-captcha__title{margin:0 15px}.c-captcha__input{height:50px;padding:0 35px 0 20px}.c-captcha__pic{width:80px;padding:0}.c-form__btGroup{margin:0}}@supports (-webkit-touch-callout:none){}
.location{margin:100px auto 170px auto}.location__store{display:block;width:100%;margin:0 0 30px 0}.location__store__title{margin:0 0 40px 0;animation-name:fadeInUp}.location__store__text{display:block;width:100%;margin:0 0 45px auto;font-size:16px;line-height:1.8;color:var(--textColor);text-align:center;animation-name:fadeInUp}.location__store__box{left:-25px;display:flex;flex-wrap:wrap;align-items:stretch;align-content:stretch;justify-items:flex-start;justify-content:flex-start;width:calc(100% + 50px)}.location__store__box__item{width:calc(50% - 50px);margin:0 25px 70px 25px}.location__reserve{display:block;width:100%}.location__reserve__title{margin:0 0 30px 0;animation-name:fadeInUp}.location__reserve__text{display:block;width:100%;margin:0 0 30px 0;font-size:16px;line-height:1.8;color:var(--textColor);text-align:justify;animation-name:fadeInUp}@media screen and (max-width:991px){.location{margin:70px auto 130px auto}.location__store{margin:0 0 50px 0}.location__store__title{margin:0 0 35px 0}.location__store__text{text-align:justify}.location__store__box{left:0;display:block;width:100%}.location__store__box__item{width:100%;margin:0 0 70px 0}}@media screen and (max-width:767px){}@media screen and (max-width:575px){.location{margin:50px auto 100px auto}.location__store{margin:0 0 10px 0}.location__store__title{margin:0 0 30px 0}.location__store__text{margin:0 0 25px auto;font-size:14px}.location__store__box__item{margin:0 0 55px 0}.location__reserve__title{margin:0 0 42.5px 0}.location__reserve__text{margin:0 0 25px 0;font-size:14px}}@supports (-webkit-touch-callout:none){}
