@charset "utf-8";

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
.path {display: none;}
.main_part {width: 90%;max-width: 1300px;margin: auto;padding: 100px 0;}
.show_content {padding: 0;}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@-webkit-keyframes dd {
	0% {transform: translateX(50px);opacity: 0;}
	100% {transform: translateX(0);opacity: 1;}
}
@keyframes dd {
	0% {transform: translateX(50px);opacity: 0;}
	100% {transform: translateX(0);opacity: 1;}
}
@-webkit-keyframes tt {
	0% {transform: translateX(-50px);opacity: 0;}
	100% {transform: translateX(0);opacity: 1;}
}
@keyframes tt {
	0% {transform: translateX(-50px);opacity: 0;}
	100% {transform: translateX(0);opacity: 1;}
}


@-webkit-keyframes waveAnimation {
  0% {-webkit-transform: scale(1.5);transform: scale(1.5);}
  100% {-webkit-transform: scale(2.2);transform: scale(2.2);}
}
@keyframes waveAnimation {
  0% {-webkit-transform: scale(1.5);transform: scale(1.5);}
  100% {-webkit-transform: scale(2.2);transform: scale(2.2);}
}
.swiper-fade .swiper-slide {
  position: relative;
  overflow: hidden;
}
.swiper-fade .swiper-slide:nth-child(1):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 1000 / 667;
    pointer-events: none; /* 不要擋住點擊 */
    background: url(https://pic03.eapple.com.tw/rf3world/wave.png);
    background-size: cover;
    animation: waveAnimation 10s infinite linear;
    opacity: 0.3; /* 透明一點，才不會遮到內容 */
    z-index: 999;
}
.swiper-fade .swiper-slide:nth-child(1):after {
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/rf3world/大圖第一張文字-03.svg);
    width: 45%;
    top: 25%;
    left: 8%;
    aspect-ratio: 102 / 50;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999;}
.swiper-slide-active:nth-child(1):after{
    -webkit-animation: tt 1s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
	animation: tt 1s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;}

@-webkit-keyframes ee {
	0% {transform: translateX(50px)}
	100% {transform: translateX(0)}
}
@keyframes ee {
	0% {transform: translateX(50px);}
	100% {transform: translateX(0);}
}
@-webkit-keyframes ff {
	0% {transform: translateX(-50px);}
	100% {transform: translateX(0);}
}
@keyframes ff {
	0% {transform: translateX(-50px);}
	100% {transform: translateX(0);}
}

/*第二張*/
.swiper-fade .swiper-slide:nth-child(2):before {
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/rf3world/大圖第二張文字-03.svg);
    width: 40%;
    top: 0;
    left: -2%;
    aspect-ratio: 148 / 203;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999;}
.swiper-slide-active:nth-child(2):before{
    -webkit-animation: ee 1.5s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
	animation: ee 1.5s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;}

.swiper-fade .swiper-slide:nth-child(2):after {
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/rf3world/大圖第二張文字-04.svg);
    width: 65%;
    top: 0%;
    left: 3%;
    aspect-ratio: 263 / 203;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999;}
.swiper-slide-active:nth-child(2):after{
    -webkit-animation: ff 1s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
	animation: ff 1s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;}

@-webkit-keyframes cc {
	0% {transform: translateY(-50px);opacity: 0;}
	100% {transform: translateY(0);opacity: 1;}
}
@keyframes cc {
	0% {transform: translateY(-50px);opacity: 0;}
	100% {transform: translateY(0);opacity: 1;}
}

@media screen and (max-width: 600px) {
/*手機板大圖*/
.pageIndex .swiper-slide img { display:none; }
.pageIndex .swiper-slide {width: 100%;height: 0;padding-bottom: calc(100% / 3 * 4);}
.pageIndex .swiper-slide:nth-child(1) { background-image:url(https://pic03.eapple.com.tw/rf3world/手機版大圖-01.jpg) ; background-size:cover;   background-position: center;}
.pageIndex .swiper-slide:nth-child(2) { background-image:url(https://pic03.eapple.com.tw/rf3world/手機版大圖-02.jpg) ; background-size:cover;   background-position: center;}
.pageIndex .swiper-fade .swiper-slide:nth-child(1):before {aspect-ratio: 81 / 102;}
.pageIndex .swiper-slide:nth-child(1)::after {background-image: url(https://pic03.eapple.com.tw/rf3world/大圖第一張文字-03.svg);width: 90%;top: 13%;left: 6%;}
.pageIndex .swiper-slide-active:nth-child(1):after{-webkit-animation: cc 1s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;animation: cc 1s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;}
.pageIndex .swiper-slide:nth-child(2)::before {background-image:url(https://pic03.eapple.com.tw/rf3world/手機版大圖文字-04.svg);aspect-ratio: 35 / 24;width: 100%;top: -0.5%;left: auto;right: -0.5%;}
.pageIndex .swiper-slide:nth-child(2)::after {background-image:url(https://pic03.eapple.com.tw/rf3world/手機版大圖文字-03.svg);aspect-ratio: 25 / 19;width: 62%;left: 0%;}
}

/*內頁BANNER 設定*/
.banner {display: none;}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*HEADER*/
.header_area {position: sticky;background: #ffffffd9;padding: 15px 0 0;}
.pageIndex .header_area {position: fixed;background: #ffffffd9;padding: 15px 0 0;}
.header_area.sticky {background: #ffffffd9;box-shadow: 0 5px 5px #00000017;}
.main_header_area .container {max-width: 95%;}
.navigation {grid-template-columns: 250px 1fr;align-items: end;}
.me_tp_features {display: none;}

/*LOGO*/
.nav-header {max-width: 100%;grid-row: 1;padding-bottom: 20px;}
.nav-brand {display: flex;}


/*選單*/
.stellarnav > ul > li > a {display: block;position: unset;padding: 15px 0px 25px 15px;color: #8b6619;font-size: 18px;
    line-height: 1;height: 65px;margin: 0;letter-spacing: 0.08em;transition: 0.3s ease;}
.stellarnav > ul > li > a:before {content: '';display: block;position: absolute;transform: translate(-50%, 0%);
    top: -10%;left: 60%;width: 8px;height: 8px;border-radius: 100%;background: #d5a643;opacity: 0;transition: 0.3s ease;}
.stellarnav > ul > li:hover > a:before {opacity: 1;top: -20%;}
.stellarnav > ul > li:hover > a {color: #d5a643;height: 50px;}
.stellarnav li.has-sub > a:after {display: none;}
.stellarnav > ul > li.has-sub > a {padding-right: 0;position: unset;}

/*下拉選單*/
.stellarnav > ul > li > ul {width: 170px;}
.stellarnav > ul > li > ul > li {border: unset;}
.stellarnav > ul > li > ul > li+li {border-top: 1px solid #eee;}
.stellarnav > ul > li > ul > li > a {padding: 10px;color: #000000;transition: 0.5s ease;}
.stellarnav > ul > li > ul > li:hover > a {background: #d5a643;color: #fff;}

@media screen and (max-width: 1380px) {
.navigation {grid-template-columns: 200px 1fr;}
.stellarnav > ul > li > a {padding: 15px 0px 25px 10px;}
}
@media screen and (max-width: 1285px) {
.navigation {grid-template-columns: 1fr;align-items: center;justify-items: center;}
.nav-header {max-width: 200px;padding-bottom: 10px;}
.stellarnav ul {text-align: center;}
}
@media screen and (max-width: 1060px) {
.stellarnav > ul > li > a {font-size: 16px;padding: 15px 5px 25px;}
}
@media screen and (max-width: 990px) {
.header_area {padding: 0;position: sticky;}
.main_header_area .container {max-width: 100%;}
.nav-header {padding-bottom: 15px;padding-top: 15px;}
.nav-brand {display: flex;}
.stellarnav {display: flex;top: 0;left: 0;width: -webkit-fill-available;position: absolute;height: 100%;
    align-items: center;justify-content: flex-start;max-width: -webkit-fill-available;z-index: 0;}
.stellarnav .menu-toggle {display: flex;position: absolute;flex-direction: column;justify-content: center;align-items: center;
    padding: 0 30px;height: 100%;}
.stellarnav .menu-toggle span.bars span {width: 30px;height: 1px;border-radius: 0;background: #ad7e1b;margin: 0 auto 5px;}
.stellarnav .menu-toggle:after {padding-top: 5px;transform: unset;font-size: 10px;color: #ad7e1b;letter-spacing: 0.1em;line-height: 1;}
.stellarnav ul {display: none !important;position: fixed;top: 0;bottom: 0;width: 100%;max-width: 280px;overflow-x: hidden;overflow-y: auto;-webkit-overflow-scrolling: touch;
z-index: 9999;background: #fff;border-right: unset;}
.stellarnav.left.desktop.active ul.anchorList {display: block !important;}
.stellarnav a.close-menu.full {display: block;}
.stellarnav > ul > li {display: block;border-bottom: 1px solid #eee;}
.stellarnav > ul > li > a {text-align: left;padding: 20px 30px;height: 50px;height: auto;}
.stellarnav > ul > li > a:before {display: none;}
.stellarnav a.close-menu.full {background: #bd8823;display: flex;align-items: baseline;justify-content: flex-end;
    gap: 10px;color: #fff;letter-spacing: 0.15em;font-size: 12px;}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {border-bottom: solid 2px #ffffff;border-radius: 3px;}
.stellarnav > ul > li.has-sub a.dd-toggle {display: block;position: absolute;padding: 18px 0;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 2px #000000;border-radius: 3px;}
.stellarnav > ul > li.has-sub.open {background: #fbf9f5;}
.stellarnav > ul > li.has-sub.open > ul {display: block !important;position: relative;width: 100%;border-top: 1px solid #eee;}
.stellarnav > ul > li.has-sub.open > ul > li > a {padding: 15px 30px;background: #fbf9f5;}
.stellarnav > ul > li.has-sub.open > ul > li:hover > a {background: #d5a643;}
}
@media screen and (max-width: 768px) {
.pageIndex .header_area {padding: 0;}
.stellarnav.mobile {display: flex;width: -webkit-fill-available;height: 100%;}
.stellarnav .menu-toggle, .stellarnav.mobile .menu-toggle {display: flex;}
.stellarnav.mobile.active > ul {display: block !important;border-top: unset;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {display: flex;background: #bd8823;}
.stellarnav.mobile > ul > li {border-bottom: 1px solid #eee;}
.stellarnav.mobile li a {border-bottom: unset;}
.stellarnav.mobile > ul > li > a {padding: 20px 30px;line-height: 1;}
}
@media screen and (max-width: 425px) {
.nav-header {max-width: 150px;}
.stellarnav .menu-toggle {padding: 0 20px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*FOOTER
.footer {padding: 50px 0 0;background: url(https://pic03.eapple.com.tw/rf3world/footer_bg.jpg) top center no-repeat;background-size: cover;}
.footer .center {max-width: 1000px;width: 90%;}
.footer_info {grid-template-columns: 1fr;padding-right: 0;grid-gap: 30px;}
.box_link {display: none;}
.footer_info li {padding: 0;}
.footer_info ul {display: grid;grid-template-columns: 1fr 1fr;width: 100%;align-items: end;
    gap: 50px;padding-bottom: 30px;justify-content: space-between;}
.footer_info li p {line-height: 2;letter-spacing: 0.1em;color: #000000;}
.footer_info li p a {color: #000000;}
.footer_info li p.add:before {content: '台中店家：';}
.footer_info li p.add2:before {content: '台北店家：';}

/*LOGO
.footer_logo {max-width: 200px;}

/*選單
.footer_menu {display: flex;width: 100%;flex-wrap: wrap;}
.footer_menu a:nth-of-type(1){display: none;}
.footer_menu a {display: inline-flex;position: relative;width: 50%;padding: 8px 15px;border: unset;margin: 0;color: #000000;
    letter-spacing: 0.08em;font-size: 13px;background: unset;justify-content: flex-start;align-items: center;}
.footer_menu a:before {content: '';display: block;position: absolute;width: 5px;height: 5px;border-radius: 100%;background: #d5a643;left: 0;}
.footer_menu a:hover {background: unset;color: #d5a643;transition: 0.5s ease;}

/*COPY*/
.copy {text-align: center;padding: 30px 0;font-size: 13px;color: #ccc;border-top: unset;margin-top: 0;
    letter-spacing: 0.1em;font-weight: normal;}
.copy a {color: #ccc;}

/*TOP*/
#to_top {bottom: 30px;left: auto;right: 15px;background: #d5a643;color: #000000;
    box-shadow: unset;letter-spacing: 0.1em;font-size: 13px;padding-top: 12px;transition: 0.5s ease;}
#to_top i.top {width: 20px;height: 8px;}
#to_top i.top:before, #to_top i.top:after {height: 8px;background: #000;}
#to_top:hover {opacity: 0.5;}

@media screen and (max-width: 1150px) {
.footer_menu a {width: 33%;}
}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 650px) {
.copy {font-size: 12px;}
}
@media screen and (max-width: 600px) {
#to_top {bottom: 15px;width: 45px;height: 45px;right: 10px;padding-top: 9px;}
}
@media screen and (max-width: 450px) {}
@media screen and (max-width: 360px) {}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
h5.blog_le_t {font-size: 22px;color: #1a1a1a;font-family: 'Noto Sans TC';letter-spacing: 0.08em;margin-bottom: 10px;}
.blog_search {margin-bottom: 15px;}
.blog_search input[type=search] { font-size: 15px;letter-spacing: 0.15em;color: #000000;border: solid 1px #f3f3f3;
    border-radius: 0;padding: 10px 35px 10px 15px;}

.blog_le .accordion {border-radius: 0;border: 0;letter-spacing: 0.05em;}
.accordion li+li .link {border-top: 1px solid #f3f3f3;}
.accordion li .link a {padding: 15px 20px;color: #1a1a1a;font-size: 16px;font-weight: 400;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #C78A03 !important;}

.blog_box {display: flex;justify-content: space-between;flex-wrap: wrap;padding: 0;}
.blog_le {padding: 0;width: 15%;}
.blog_ri {width: 80%;padding: 0;}
.blog_page h4.blog_category_title {padding: 5px 0;margin-bottom: 0;}
.blog_subbox {grid-template-columns:repeat(2, 1fr);}
.subbox_item a {display: flex;grid-gap: 10px;flex-direction: column;padding: 10px;border: 1px solid #f3f3f3;height: 100%;}
.blog_list_ri {padding: 0 8px 10px;}
.blog_list_ri>*+* {margin-bottom: 0;}
.blog_list_ri em {order: 1;font-size: 13px;letter-spacing: 0.08em;color: #ccc;}
.blog_list_ri h5 {order: 2;-webkit-line-clamp: 1;font-size: 18px;letter-spacing: 0.05em;color: #1a1a1a;padding: 15px 0 0;line-height: 1.8;}
.blog_list_ri p {order: 3;font-size: 15px;color: #1a1a1a;letter-spacing: 0.05em;}

.subbox_item a:after {background: #f3f3f3cc;border: 0;}
.subbox_item a:before {transform: translate(-50%, -50%);top: 50%;left: 50%;bottom: auto;right: auto;font-size: 18px;letter-spacing: 0.08em;
    color: #ffffff;padding: 10px 15px;background: #1a1a1a;width: 65%;text-align: center;}

/*相簿內頁*/
.blog_in_page h5.blog_le_t {display: none;}
.blog_in_page h4.blog_category_title {
    color: #1a1a1a;font-size: 25px;font-weight: 500;letter-spacing: 0.05em;
    border-bottom: 1px #f3f3f3 solid;padding: 0 0 20px;line-height: 1;margin-bottom: 20px;}
.blog_shareData .visitors_num, .blog_shareData .visitors_num i::before, .toShareNews b {color: #1a1a1a;}
.blog_box_edit * {line-height: 200%;letter-spacing: 0.1em;}
.news_tags a {color: #1a1a1a;}

.blog_back {width: 100%;grid-gap: 15px;}
.blog_back a {font-size: 16px;letter-spacing: 0.2em;padding: 15px;transition: 0.5s ease;}
.blog_back a:hover {letter-spacing: 0.35em;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {background: #1a1a1a;}
.blog_back a.article_btn_back {background: #1a1a1a;}

.news_related {background: unset;padding: 100px 0 0;}
.news_related h6 { max-width: 1500px;margin: 0 auto 30px;}
.news_related h6 span:before {font-size: 25px;color: #1a1a1a;font-weight: 500;letter-spacing: 0.08em;}
.news_related_list {grid-template-columns: repeat(4, 1fr);max-width: 1300px;}
.news_related_list li a {padding: 0;background: unset;transition: 0.5s ease;}
.news_related_list li a:hover {transform: scale(0.98);transition: 0.5s ease;}
.news_related_list li a p {letter-spacing: 0.08em;padding-top: 5px;}
.lastPage {background: #d5a643;letter-spacing: 0.2em;margin: 60px auto 0;width: 100%;}

@media screen and (max-width: 1300px) {
.blog_le {width: 20%;}
.blog_ri {width: 75%;}
.blog_subbox {grid-template-columns:repeat(2, 1fr);}
}
@media screen and (max-width: 1024px) {
h5.blog_le_t {font-size: 20px;}
.accordion li .link a {padding: 15px;font-size: 15px;}
.blog_le {width: 25%;}
.blog_ri {width: 70%;}
.blog_list_ri h5 {padding: 10px 0 0;-webkit-line-clamp: 2;}
.subbox_item a:before {font-size: 16px;}
}
@media screen and (max-width: 960px) {
.subbox_item {border-bottom: unset;}
}
@media screen and (max-width: 768px) {
.blog_box {flex-direction: column;}
.blog_le {width: 100%;}
.blog_ri {width: 100%;}
.blog_search {margin-bottom: 0;}
.blog_page h4.blog_category_title {padding: 0;}
.subbox_item a {padding: 8px;}
.blog_back {grid-gap: 10px;padding-top: 30px;}
}

@media screen and (max-width: 600px) {
.blog_subbox {grid-template-columns: repeat(1, 1fr);}
.blog_in_page h4.blog_category_title {font-size: 22px;padding: 10px 0 20px;}
.blog_back a, .lastPage {font-size: 15px;}
.news_related h6 span:before {font-size: 22px;}
}

@media screen and (max-width: 450px) {
.blog_in_page h4.blog_category_title {font-size: 20px;}
.blog_back {grid-template-columns: repeat(1, 1fr);}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿*/
.show-list { grid-template-columns: repeat(3, 1fr);grid-gap: 50px 20px;}
.show-list .show_pic {aspect-ratio: 3 / 2;}
.show-list .show_name {font-size: 18px;color: #000000;text-align: center;font-weight: 400;}
.show-list .item:hover .show_name {color: #C78A03;}
.overlay { -webkit-transform: unset; transform: unset;}

/*次分類*/
.subalbum-menu {margin: 0;padding: 0;}
.subalbum-menu h2 {margin-bottom: 30px;width: 100%;font-size: 22px;letter-spacing: 0.08em;font-weight: 500;color: #C78A03;}

/*觀看更多*/
.album_fixed_title {font-size: 18px;color: #C78A03;background: unset;}
.other_album_choice {margin: 0;}
.other_album_choice li {background: #F0CC7E;font-size: 16px;padding: 10px 20px;letter-spacing: 0.08em;line-height: 1;margin: 0 5px 5px 0; border-radius: 0;}
.other_subalbum li a p {line-height: 3;color: #000000;text-align: center;font-weight: 400;letter-spacing: 0.08em;}

@media screen and (max-width: 1024px) {
.show-list {grid-template-columns: repeat(2, 1fr); grid-gap: 30px 15px;}
}
@media screen and (max-width: 768px) {
.show-list .show_name {font-size: 17px;}
}
@media screen and (max-width:600px) {
.show-list .show_name {font-size: 16px;}
}
@media screen and (max-width: 450px) {
.show-list {grid-template-columns: repeat(1, 1fr);}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*促銷方案*/
/*促銷方案*/
.promotion_title {font-size: 16px;color: #999;letter-spacing: 0.05em;}
.promotion_title em {display: none;}
.promotion_title span {border: 1px #dfdfdf dashed;padding: 7px 15px;margin: 0 10px 0 0;}
.promotion_title h2 {font-size: 25px;color: #1a1a1a;}
.promotions_page .edit {padding: 30px 0;letter-spacing: 0.08em;line-height: 1.8;}

.other_promotion {grid-template-columns: repeat(4, 1fr);grid-gap: 20px;margin-top: 50px;}
.other_promotion li a {padding: 20px;}
.other_promotion li a:before {border: 1px #1a1a1a solid;border-bottom: none;border-right: none;}
.other_promotion li a:after {border: 1px #1a1a1a solid;border-top: none;border-left: none;}
.other_promotion .pmtTime {display: none;}
.other_promotion .pmtTitle {letter-spacing: 0.05em;}
.other_promotion .pmtTitle span {color: #666;font-size: 13px;}
.other_promotion .pmtTitle h3 {font-size: 18px;color: #1a1a1a;margin: 5px 0 0 0;}

@media screen and (max-width: 1200px) {
.other_promotion {grid-template-columns: repeat(3, 1fr);}
}
@media screen and (max-width: 1024px) {
.other_promotion {grid-template-columns: repeat(2, 1fr);}
.promotion_title {font-size: 15px;}
.promotion_title h2 {font-size: 24px;}
.promotions_page .edit span {font-size: 17px !important;}
.other_promotion .pmtTitle h3 {font-size: 17px;}
}
@media screen and (max-width: 768px) {
.promotion_title {font-size: 14px;}
.promotion_title h2 {font-size: 22px;padding-top: 5px;}
.promotions_page .edit span {font-size: 16px !important;}
.other_promotion .pmtTitle h3 {font-size: 16px;}
}
@media screen and (max-width: 600px) {
.other_promotion {grid-template-columns: repeat(1, 1fr);}
}
@media screen and (max-width: 480px) {
.other_promotion {grid-template-columns: repeat(1, 1fr);}
.promotion_title {font-size: 13px;}
.promotion_title h2 {font-size: 20px;}
.promotions_page .edit span {font-size: 15px !important;}
.other_promotion .pmtTitle h3 {font-size: 15px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們*/

.contact_content {max-width: 1300px;width: 90%;margin: auto;padding: 100px 0;}

/*聯絡我們*/
.information_left, .information_right {padding: 0;}
.contact_content .information_left {width: 35%;}
.list_before {display: none;}
.list_before.info li {padding-left: 40px;margin: 10px 0 0;letter-spacing: 0.1em;color: #190e07;}
.contact_edit .list_before li:nth-child(4n+1){
    border-top: 1px solid #d5a643;margin-top: 20px;padding-top: 20px;}
.list_before li+li {padding-top: 10px;border-top: 1px solid #eee;}
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before {
    display: none;}

.contact_edit .list_before {display: block;margin-top: 10px;}
.contact_edit .list_before.info li:nth-of-type(1){margin: 0;}
.contact_edit .list_before.info li {padding-left: 0;}

.contact_le_nomap {overflow: hidden;}

.contact_content .information_right {width: 60%;padding-left: 0;}
.contact_content form {width: 100%;margin: auto;display: flex;padding: 50px 0;justify-content: space-between;}
.blank_letter {padding-top: 0;font-family: 'Barlow';font-weight: 500;padding-bottom: 30px;font-size: 25px;color: #190e07;letter-spacing: 0.1em;}
.note {letter-spacing: 0.08em;padding-left: 15px;}
.contact_form {display: flex;flex-wrap: wrap;justify-content: space-between;gap: 15px;
    margin-top: 0;margin-bottom: 0;font-size: 16px;color: #000000;}
.contact_form li {width:100%;padding-left: 0;grid-template-columns: unset;grid-gap: 5px;}
.contact_form li .form__label {max-width: unset;display: flex;width: 100%;text-align: right;margin-left: 0;letter-spacing: 0.08em;
    padding-right: 0;vertical-align: top;flex-direction: row-reverse;justify-content: flex-end;}
.contact_form li input.noborder, .contact_form li textarea.noborder {width: 100%;border-radius: 5px;
    border: 0;padding: 10px;background: #f5f5f5;color: #000;letter-spacing: 0.08em;}
.form select {color: #000000;letter-spacing: 0.08em;width: 100%;padding: 9px 30px 7px 10px;margin-right: 0;margin-bottom: 5px;border-radius: 5px;}
.contact_form li.last {width: 100%;justify-content: space-between;}
.contact_form li.last blockquote, .contact_form li.last cite {padding: 10px;border: unset;width: 49%;max-width: unset;border-radius: 5px;}
.contact_form li.last input {letter-spacing: 0.1em;font-size: 18px;}
.contact_form li.last cite {background: linear-gradient(to right, #C78A03, #ffd277, #C78A03);color: #523900;}
.contact_form li.last blockquote {background: linear-gradient(to right,#C78A03,#ffd277,#C78A03);color: #523900;}
.contact_form li.last blockquote:hover, .contact_form li.last cite:hover {background: linear-gradient(to right, #C78A03, #ffd277, #C78A03);}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {letter-spacing: 5px;}

@media screen and (max-width: 1200px) {
.contact_content .information_left {width: 40%;}
.contact_content .information_right {width: 55%;}
}
@media screen and (max-width: 1024px){
.contact_content {padding: 50px 0 100px;}
.contact_content form {flex-direction: column;align-items: center;padding: 0;gap: 50px;}
.contact_content .information_left, .contact_content .information_right {width: 100%;}
.blank_letter {padding-bottom: 15px;font-size: 22px;}
}
@media screen and (max-width: 600px){
.contact_form li .form__label {font-weight: normal;padding: 0;background: unset;}
}
@media screen and (max-width: 450px){
.blank_letter {padding-bottom: 10px;font-size: 20px;}
.list_before.info li { font-size: 14px;}
.contact_form li .form__label {font-size: 14px;}
}

@media screen and (max-width: 400px){
.contact_edit .list_before.info li span {display: block;padding-bottom: 5px;}
}