@charset "UTF-8";
/* Variables */
/* Font settings */
/* Font settings - for Mandarin Chinese */
/* Font settings - for Japenese */
/* Font settings - for Korean */
/* Functions */
/* Base functions to get safe web font */
/*

$grid-breakpoints: (
	xs: 0,
	mx: 360px,
	sm: 576px,
	md: 768px,
	lg: 992px,
	xl: 1200px
) !default;

*/
/* Typography */
/* Use the best fit font for different languages */
:lang(en) body {
  font-family: "Zilla Slab", "-apple-system", "BlinkMacSystemFont", "Helvetica Neue", "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", sans-serif;
}
:lang(en) h1, :lang(en) h2, :lang(en) h3, :lang(en) h4, :lang(en) h5, :lang(en) h6 {
  font-family: get-heading-font("en");
}
:lang(en) .section-intro, :lang(en) #post-title, :lang(en) .site-info {
  font-family: get-title-font("en");
}

:lang(zh) body {
  font-family: "Zilla Slab", "-apple-system", "BlinkMacSystemFont", "Helvetica Neue", "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "微軟正黑體", "Microsoft JhengHei", "SimHei", "Microsoft YaHei", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "標楷體", "DFKai-SB";
}
:lang(zh) h1, :lang(zh) h2, :lang(zh) h3, :lang(zh) h4, :lang(zh) h5, :lang(zh) h6 {
  font-family: get-heading-font("zh");
}
:lang(zh) .section-intro, :lang(zh) #post-title, :lang(zh) .site-info {
  font-family: get-title-font("zh");
}

:lang(ja) body {
  font-family: "Zilla Slab", "-apple-system", "BlinkMacSystemFont", "Helvetica Neue", "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic";
}
:lang(ja) h1, :lang(ja) h2, :lang(ja) h3, :lang(ja) h4, :lang(ja) h5, :lang(ja) h6 {
  font-family: get-heading-font("ja");
}
:lang(ja) .section-intro, :lang(ja) #post-title, :lang(ja) .site-info {
  font-family: get-title-font("ja");
}

:lang(ko) body {
  font-family: "Zilla Slab", "-apple-system", "BlinkMacSystemFont", "Helvetica Neue", "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Dotum", "Gulim";
}
:lang(ko) h1, :lang(ko) h2, :lang(ko) h3, :lang(ko) h4, :lang(ko) h5, :lang(ko) h6 {
  font-family: get-heading-font("ko");
}
:lang(ko) .section-intro, :lang(ko) #post-title, :lang(ko) .site-info {
  font-family: get-title-font("ko");
}

body {
  background-color: #FCFCFC;
}

.taipei-cover {
  width: 100%;
}

.header-section {
  position: relative;
}
.header-section .language-switch {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
}
.header-section .language-switch .dropdown-toggle::after {
  vertical-align: middle !important;
}
.header-section .btn-language-switch {
  background: none;
  border: none;
  color: #ffffff;
  box-shadow: none !important;
}
@media (max-width: 575.98px) {
  .header-section {
    margin-top: 40px;
  }
  .header-section .language-switch {
    background-color: #FF3B30;
    display: block;
    position: relative;
    top: -40px;
    margin-bottom: -40px;
    right: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: right;
  }
}

.promo-section {
  position: relative;
  top: -140px;
  padding: 20px;
  margin-bottom: -140px;
}
.promo-section .col-md:nth-child(1) .promo-list {
  background-color: #e4342a;
}
.promo-section .col-md:nth-child(1) .promo-list .promo-item-figure {
  border-bottom: 10px #ff3b30 solid;
}
.promo-section .col-md:nth-child(1) .promo-list .promo-item-slogan span {
  background-color: #ff3b30;
}
.promo-section .col-md:nth-child(2) .promo-list {
  background-color: #91bf42;
}
.promo-section .col-md:nth-child(2) .promo-list .promo-item-figure {
  border-bottom: 10px #a3d64a solid;
}
.promo-section .col-md:nth-child(2) .promo-list .promo-item-slogan span {
  background-color: #a3d64a;
}
.promo-section .col-md:nth-child(3) .promo-list {
  background-color: #50b2df;
}
.promo-section .col-md:nth-child(3) .promo-list .promo-item-figure {
  border-bottom: 10px #5ac8fa solid;
}
.promo-section .col-md:nth-child(3) .promo-list .promo-item-slogan span {
  background-color: #5ac8fa;
}
.promo-section .promo-list {
  border-radius: 20px 20px 10px 10px;
  min-height: 310px;
  height: 310px;
  text-align: center;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 15px;
}
.promo-section .promo-list .promo-item {
  text-align: center;
  position: relative;
  color: #ffffff;
  padding: 0;
}
.promo-section .promo-list .promo-item-figure {
  position: relative;
  top: -3px;
}
.promo-section .promo-list .promo-item-figure .promo-item-slogan {
  position: absolute;
  top: 15px;
  left: 0;
}
.promo-section .promo-list .promo-item-figure img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.promo-section .promo-list .promo-item-slogan {
  text-align: center;
}
.promo-section .promo-list .promo-item-slogan span {
  display: inline-block;
  border-radius: 0 25px 25px 0;
  background-color: #E9573E;
  font-size: 26px;
  font-weight: bold;
  min-width: 180px;
  min-height: 50px;
  padding: 0 5px;
  line-height: 50px;
  text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 2px;
}
.promo-section .promo-list .promo-item-title {
  font-size: 26px;
  font-weight: bold;
  padding: 5px;
}
.promo-section .promo-list .promo-item-detail {
  font-size: 18px;
  padding: 0px 20px;
}
@media (max-width: 991.98px) {
  .promo-section {
    top: 0;
    margin-bottom: 0;
  }
  .promo-section .container {
    max-width: 100%;
  }
  .promo-section .promo-list {
    margin-bottom: 55px;
    height: auto;
  }
  .promo-section .promo-list .promo-item-detail {
    font-size: 18px;
    padding: 10px 20px;
  }
  .promo-section .promo-list .promo-item {
    min-height: 300px !important;
  }
}

.coupon-section {
  padding: 20px;
}
.coupon-section .col-xl:nth-child(1) .coupon-list {
  background-color: #36BC9B;
}
.coupon-section .col-xl:nth-child(2) .coupon-list {
  background-color: #967BDC;
}
.coupon-section .coupon-list {
  border-radius: 10px;
  text-align: center;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 15px;
  display: flex;
}
.coupon-section .coupon-list .coupon-item {
  text-align: left;
  position: relative;
  color: #ffffff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 2 1 auto;
}
.coupon-section .coupon-list .coupon-item-figure {
  position: relative;
}
.coupon-section .coupon-list .coupon-item-title {
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
  padding: 5px;
  padding-bottom: 20px;
  border-bottom: 2px #ffffff dashed;
}
.coupon-section .coupon-list .coupon-item-title span {
  line-height: 18px;
  font-size: 18px;
}
.coupon-section .coupon-list .coupon-item-detail {
  font-family: "Zilla Slab";
  letter-spacing: -2px;
  padding-top: 20px;
}
.coupon-section .coupon-list .coupon-item-detail span {
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 0px;
}
.coupon-section .coupon-list .coupon-item-detail strong {
  font-size: 80px;
  line-height: 60px;
}
@media (max-width: 1199.98px) {
  .coupon-section .container {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .coupon-section .coupon-item-figure {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto 10px;
    display: inline-block;
  }
  .coupon-section .coupon-item-figure img {
    position: absolute;
    width: 50px;
    top: -9px;
    left: 0;
  }
}
@media (max-width: 575.98px) {
  .coupon-section .coupon-item-detail span {
    font-size: 18px !important;
    line-height: 18px !important;
    letter-spacing: 0px;
  }
  .coupon-section .coupon-item-detail strong {
    font-size: 50px !important;
    line-height: 40px !important;
  }
}

.store-tab {
  text-align: center;
  margin: 50px 0;
}
.store-tab .tab {
  display: inline-block;
  background-color: #FCFCFC;
  color: #FF9500;
  border: 2px #FF9500 solid;
  border-radius: 25px;
  min-width: 200px;
  line-height: 50px;
  height: 50px;
  margin: 0 30px;
  padding: 0 10px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.store-tab .tab.active {
  background-color: #FF9500;
  color: #ffffff;
}

.store-section {
  padding: 20px 25px;
}
.store-section h2 {
  text-align: center;
  color: #FF3B30;
}
.store-section h2 .title {
  font-size: 40px;
  font-weight: bold;
  display: inline-block;
  color: #FF3B30;
}
.store-section h2 .underline {
  width: 150px;
  height: 4px;
  overflow: hidden;
  display: inline-block;
  border-radius: 10px;
  background-color: #FF3B30;
}
.store-section .store-list {
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  margin-bottom: 25px;
}
.store-section .store-list .store-item {
  color: #666666;
}
.store-section .store-list .store-item-figure {
  margin: 5px 0;
  background-color: #eeeeee;
  text-align: center;
  position: relative;
}
.store-section .store-list .store-item-figure img {
  width: 100%;
}
.store-section .store-list .store-item-figure .store-logo {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 122px;
  height: 67px;
  border: 1px #FF9500 solid;
}
.store-section .store-list .notice-info {
  display: none;
}
.store-section .store-list .store-item-title {
  font-size: 26px;
  font-weight: bold;
  color: #FF9500;
  padding: 5px 20px;
}
.store-section .store-list .store-item-detail {
  font-size: 18px;
  display: flex;
  align-items: center;
  min-height: 250px;
}
.store-section .store-list .store-item-detail a {
  color: #FF9500;
}
.store-section .store-list .store-item-detail a:hover {
  color: #E9573E;
}
.store-section .store-list .store-item-detail ul {
  list-style-type: none;
  margin: 15px;
  padding: 0;
}
.store-section .store-list .store-item-detail li {
  list-style-type: none;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  margin: 0;
  padding: 4px 4px 4px 38px;
}
.store-section .store-list .store-item-detail li.discount {
  background-image: url("../../assets/images/icon_32_discount.png");
  overflow: hidden;
  display: block;
}
.store-section .store-list .store-item-detail li.floor {
  background-image: url("../../assets/images/icon_32_floor.png");
}
.store-section .store-list .store-item-detail li.phone {
  background-image: url("../../assets/images/icon_32_phone.png");
}
.store-section .store-list .store-item-detail li.notice {
  background-image: url("../../assets/images/icon_32_notice.png");
}

.business-time-section {
  background-color: #FFBB5B;
  color: #392447;
  border-radius: 25px;
  padding: 40px 40px 20px 220px;
  background-image: url("../../assets/images/icon_opening_hour.png");
  background-repeat: no-repeat;
  background-position: left 0 top 40px;
  line-height: 150%;
  margin-top: 20px;
  margin-bottom: 100px;
  position: relative;
}
.business-time-section h2 {
  font-size: 26px;
}
.business-time-section .bt-label {
  background-color: #392447;
  color: #ffffff;
  height: 30px;
  min-width: 80px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  border-radius: 15px;
  padding: 0 15px;
  margin: 10px 0;
}
.business-time-section .notice {
  color: #392447;
}
@media (max-width: 767.98px) {
  .business-time-section {
    padding: 150px 20px 20px 20px;
    background-position: left 30px;
    background-size: 100px 100px;
    margin: 0 25px;
  }
  .business-time-section h2 {
    position: absolute;
    top: 60px;
    left: 120px;
  }
}

.card-section {
  text-align: center;
  padding: 20px;
}
.card-section .card-list {
  display: inline-block;
  font-size: 0;
}
.card-section .card-list .card-item {
  display: inline-block;
  width: 100%;
  max-width: 370px;
  height: 400px;
  max-height: 400px;
  margin-bottom: 10px;
  clear: both;
  vertical-align: middle;
  position: relative;
}
.card-section .card-list .card-item .arrow {
  display: inline-block;
  overflow: hidden;
  content: '';
  position: absolute;
  top: 75px;
  right: -22px;
  width: 0;
  height: 0;
  z-index: 2;
}
.card-section .card-list .card-item:nth-child(1) .arrow {
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 22px solid #ff6259;
}
.card-section .card-list .card-item:nth-child(2) .arrow {
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 22px solid #b5de6e;
}
.card-section .card-list .card-item:nth-child(3) .arrow {
  visibility: hidden;
}
@media (max-width: 1199.98px) {
  .card-section .card-list .card-item {
    display: block;
    margin-bottom: 20px;
  }
  .card-section .card-list .card-item .arrow {
    margin: 15px 0;
    position: static;
  }
  .card-section .card-list .card-item:nth-child(1) .arrow {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ff6259;
  }
  .card-section .card-list .card-item:nth-child(2) .arrow {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #b5de6e;
  }
}
.card-section .card-list .card-item-title {
  font-size: 40px;
  font-weight: bold;
  color: #FF9500;
  padding: 5px 20px;
}
.card-section .card-list .card-item-figure img {
  width: 100%;
  max-width: 370px;
}
.card-section .card-list .card-item-detail {
  font-size: 18px;
  word-break: normal;
  color: #FF9500;
  padding: 5px 20px;
  text-align: left;
}

.traffic-section {
  background-image: url("../../assets/images/bg_traffic.jpg");
  background-repeat: no-repeat;
  background-position: center 0;
  background-attachment: fixed;
  width: 100%;
  height: 922px;
  color: #ffffff;
  padding-top: 150px;
}
.traffic-section h2 {
  text-align: center;
}
.traffic-section h2 span {
  font-size: 40px;
  font-weight: bold;
  background-color: #FF3B30;
  border-radius: 41px;
  padding: 10px 20px;
}
.traffic-section .traffic-section-detail {
  text-align: center;
  font-size: 26px;
  margin: 40px 0 80px 0;
}
.traffic-section .traffic-item .traffic-item-figure {
  text-align: center;
}
.traffic-section .traffic-item .traffic-item-title {
  text-align: center;
  margin: 50px 0 30px 0;
}
.traffic-section .traffic-item .traffic-item-title span {
  font-size: 26px;
  font-weight: bold;
  background-color: #FF9500;
  border-radius: 30px;
  padding: 5px 10px;
}
.traffic-section .traffic-item .traffic-item-detail {
  font-size: 18px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .traffic-section {
    height: 100%;
    background-repeat: repeat;
  }
  .traffic-section .traffic-item {
    margin-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .traffic-section {
    padding-top: 100px;
  }
  .traffic-section h2 {
    text-align: center;
  }
  .traffic-section h2 span {
    display: block;
    width: 80%;
    font-size: 24px;
    font-weight: bold;
    background-color: #FF3B30;
    border-radius: 41px;
    padding: 10px 20px;
    margin: 0 auto;
  }
}

.vip-section {
  background-image: url("../../assets/images/bg_map.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 887px;
  overflow: hidden;
  /* < 992px */
  /* < 480px */
}
.vip-section .store-section {
  margin-top: 150px;
  margin-bottom: 50px;
}
.vip-section .vip-content {
  position: relative;
  text-align: center;
  font-size: 0;
  padding-top: 50px;
  margin-top: 0;
  display: flex;
  justify-content: center;
}
.vip-section .vip-content .vip-content-card {
  display: inline-block;
  width: 475px;
  height: 300px;
  position: relative;
  top: -80px;
  right: -80px;
  z-index: 2;
}
.vip-section .vip-content .vip-content-card img {
  width: 100%;
}
.vip-section .vip-content .vip-content-item {
  display: inline-block;
  width: 475px;
  height: 375px;
  background-color: #ffffff;
  border: 10px #FFB44B solid;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  text-align: left;
}
.vip-section .vip-content .vip-content-item .vip-content-item-title {
  color: #FF3B30;
  font-size: 26px;
  font-weight: bold;
  padding: 0;
  padding-left: 60px;
  overflow: hidden;
}
.vip-section .vip-content .vip-content-item .vip-content-item-detail {
  color: #FF9500;
  font-size: 26px;
  padding: 0;
  padding-left: 60px;
  overflow: hidden;
}
.vip-section .vip-content .vip-content-item .vip-content-item-qrcode {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
@media (max-width: 991.98px) {
  .vip-section {
    height: auto;
    min-height: 887px;
  }
  .vip-section .vip-content {
    margin-top: -300px;
    padding-bottom: 30px;
    display: block;
  }
  .vip-section .vip-content .vip-content-card {
    display: inline-block;
    width: 475px;
    height: 300px;
    position: relative;
    top: 220px;
    right: 0px;
    z-index: 2;
  }
  .vip-section .vip-content .vip-content-card img {
    width: 100%;
  }
  .vip-section .vip-content .vip-content-item {
    padding: 30px;
    padding-top: 230px;
    overflow: hidden;
    height: auto !important;
  }
  .vip-section .vip-content .vip-content-item .vip-content-item-title {
    padding: 15px 0;
  }
  .vip-section .vip-content .vip-content-item .vip-content-item-detail {
    padding: 0;
  }
  .vip-section .vip-content .vip-content-item .vip-content-item-qrcode {
    text-align: right;
    display: block;
    position: relative;
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 575.98px) {
  .vip-section {
    height: auto;
    min-height: 887px;
  }
  .vip-section .vip-content {
    padding-bottom: 30px;
  }
  .vip-section .vip-content .vip-content-card {
    display: inline-block;
    width: calc(100% - 60px);
    height: auto;
    position: relative;
    margin: 10px auto;
    top: 220px;
    left: 0px;
  }
  .vip-section .vip-content .vip-content-card img {
    width: 100%;
  }
  .vip-section .vip-content .vip-content-item {
    margin: 10px;
    width: calc(100% - 20px);
    height: auto;
    padding: 30px;
    padding-top: 200px;
    overflow: hidden;
    height: auto;
  }
  .vip-section .vip-content .vip-content-item .vip-content-item-title {
    padding: 15px 0;
  }
  .vip-section .vip-content .vip-content-item .vip-content-item-detail {
    padding: 0;
  }
  .vip-section .vip-content .vip-content-item .vip-content-item-qrcode {
    text-align: right;
    display: block;
    position: relative;
    bottom: 0;
    right: 0;
  }
}

.footer-section {
  background-color: #FF3B30;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  padding: 5px 10px;
}

:lang(en) body,
:lang(ja) body {
  word-break: normal;
}
:lang(en) body .promo-section .promo-list,
:lang(ja) body .promo-section .promo-list {
  height: auto;
  min-height: 360px;
}
:lang(en) body .vip-section .vip-content .vip-content-item,
:lang(ja) body .vip-section .vip-content .vip-content-item {
  height: 445px;
}

:lang(ja) body .store-section .store-list .store-item-detail {
  min-height: 280px;
}

@media (max-width: 1199.98px) {
  :lang(ja) body .card-item {
    margin-bottom: 50px !important;
  }
}
