@charset "UTF-8";
/*-----mixin-----*/
/*-----extend-----*/
header #main-nav .menu, .pay-list li, .lightbox2 article, #member .member-login-mobile .tabs, .location .location-list .store-list > li, .news-item, .people .people-list li .inner, .sweet .sweet-list li .inner, .deposit-outer {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox; }

footer:before, .login-title, .cake-leader:before, #step li {
  background-size: cover;
  background-repeat: no-repeat; }

#index #index-gate {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.login-title .inner, .btn-border:before, .product-item figure .mask .fas, .product-item figure .mask svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow: visible;
  font-size: 12px;
  color: #000;
  background-color: #faf7ed;
  line-height: 1.5;
  font-family: '微軟正黑體','Microsoft JhengHei' ,'Open Sans','Abel', 'Lato','Oxygen', 'Raleway', sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #5F473F;
  position: fixed;
  z-index: 200000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px; }

main {
  position: relative;
  width: calc(100% - 20px);
  max-width: 1100px;
  margin: auto;
  padding-top: 3vw;
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden; }
  main .container {
    padding: 0 25px; }

/*共用屬性*/
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  -webkit-overflow-scrolling: touch; }

a {
  text-decoration: none;
  color: inherit;
  outline: none; }
  a:active, a:hover {
    outline: none; }

img {
  max-width: 100%;
  width: auto;
  height: auto; }

table {
  width: 100%; }

input[type="text"] {
  -webkit-appearance: none;
  outline: 0; }

input[type="checkbox"] {
  display: none; }
  input[type="checkbox"]:checked + label:before {
    content: "\f046";
    margin-right: 1px; }
  input[type="checkbox"] + label {
    cursor: pointer; }
    input[type="checkbox"] + label:before {
      content: "\f096";
      font-family: 'FontAwesome';
      margin-right: 3px; }

input[type="radio"] {
  display: none; }
  input[type="radio"]:checked + label:before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    margin-right: 3px;
    color: #5F473F; }
  input[type="radio"] + label {
    cursor: pointer; }
    input[type="radio"] + label:before {
      content: "\f111";
      font-family: 'Font Awesome 5 Free';
      margin-right: 3px; }

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: 0;
  margin: 0;
  font-family: '微軟正黑體';
  font-size: 1rem; }

/*-----泛用表格-----*/
.t {
  display: table; }
  .t > .t-row {
    display: table-row; }
    .t > .t-row > .t-cell {
      display: table-cell;
      vertical-align: middle;
      border-collapse: collapse;
      margin: 0;
      padding: 0; }

dl {
  padding: 5px 0;
  font-size: 0; }
  dl dt, dl dd {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem; }

/*定義區塊*/
.container {
  margin: auto;
  position: relative;
  z-index: 100;
  width: 1100px;
  max-width: 100%;
  padding: 0 15px; }

.wrap {
  padding: 20px 0; }

.row {
  padding: 10px 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
.col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 5px;
  padding-right: 5px; }

.col-12 {
  width: 100%; }

.col-11 {
  width: 91.66666667%; }

.col-10 {
  width: 83.33333333%; }

.col-9 {
  width: 75%; }

.col-8 {
  width: 66.66666667%; }

.col-7 {
  width: 58.33333333%; }

.col-6 {
  width: 50%; }

.col-5 {
  width: 41.66666667%; }

.col-4 {
  width: 33.33333333%; }

.col-3 {
  width: 25%; }

.col-2 {
  width: 16.66666667%; }

.col-1 {
  width: 8.33333333%; }

.bg-img {
  background-size: cover;
  display: block;
  width: 100%;
  height: 0; }

.pic {
  position: relative;
  font-size: 0;
  width: 100%;
  height: 0;
  display: block; }
  .pic > span {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0; }
    .pic > span:before {
      content: ' ';
      display: inline-block;
      height: 100%;
      width: 0;
      vertical-align: middle; }
    .pic > span > img, .pic > span > iframe {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      display: inline-block;
      vertical-align: middle; }
    .pic > span > iframe {
      width: 100%;
      height: 100%; }

/*-----RWD地圖&Youtube影片-----*/
.map, .video {
  position: relative;
  width: 100%;
  height: 0; }
  .map iframe, .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.cf:after, .row:after, dl:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden; }

.editor {
  word-break: break-word;
  /* Begin bidirectionality settings (do not change) */ }
  .editor i {
    font-style: italic; }
  .editor em, .editor b, .editor strong {
    font-weight: bold; }
  .editor img {
    height: auto !important; }
  .editor html, .editor address, .editor blockquote, .editor body, .editor dd, .editor div, .editor dl, .editor dt, .editor fieldset, .editor form,
  .editor frame, .editor frameset, .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6, .editor noframes, .editor ol, .editor p, .editor ul, .editor center,
  .editor dir, .editor hr, .editor menu, .editor pre {
    display: block; }
  .editor li {
    display: list-item; }
  .editor head {
    display: none; }
  .editor table {
    display: table; }
  .editor tr {
    display: table-row; }
  .editor thead {
    display: table-header-group; }
  .editor tbody {
    display: table-row-group; }
  .editor tfoot {
    display: table-footer-group; }
  .editor col {
    display: table-column; }
  .editor colgroup {
    display: table-column-group; }
  .editor td, .editor th {
    display: table-cell; }
  .editor caption {
    display: table-caption; }
  .editor th {
    font-weight: bolder;
    text-align: center; }
  .editor caption {
    text-align: center; }
  .editor body {
    margin: 8px; }
  .editor h1 {
    font-size: 2em;
    margin: .67em 0; }
  .editor h2 {
    font-size: 1.5em;
    margin: .75em 0; }
  .editor h3 {
    font-size: 1.17em;
    margin: .83em 0; }
  .editor h4, .editor p, .editor blockquote, .editor ul, .editor fieldset, .editor form, .editor ol, .editor dl, .editor dir, .editor menu {
    margin: 1.12em 0; }
  .editor h5 {
    font-size: .83em;
    margin: 1.5em 0; }
  .editor h6 {
    font-size: .75em;
    margin: 1.67em 0; }
  .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6, .editor b, .editor strong {
    font-weight: bolder; }
  .editor blockquote {
    margin-left: 40px;
    margin-right: 40px; }
  .editor i, .editor cite, .editor em, .editor var, .editor address {
    font-style: italic; }
  .editor pre, .editor tt, .editor code, .editor kbd, .editor samp {
    font-family: monospace; }
  .editor pre {
    white-space: pre; }
  .editor button, .editor textarea, .editor input, .editor select {
    display: inline-block; }
  .editor big {
    font-size: 1.17em; }
  .editor small, .editor sub, .editor sup {
    font-size: .83em; }
  .editor sub {
    vertical-align: sub; }
  .editor sup {
    vertical-align: super; }
  .editor table {
    border-spacing: 2px; }
  .editor thead, .editor tbody, .editor tfoot {
    vertical-align: middle; }
  .editor td, .editor th {
    vertical-align: inherit; }
  .editor s, .editor strike, .editor del {
    text-decoration: line-through; }
  .editor hr {
    border: 1px inset; }
  .editor ol, .editor ul, .editor dir, .editor menu, .editor dd {
    margin-left: 40px; }
  .editor ol {
    list-style-type: decimal; }
  .editor ol ul, .editor ul ol, .editor ul ul, .editor ol ol {
    margin-top: 0;
    margin-bottom: 0; }
  .editor u, .editor ins {
    text-decoration: underline; }
  .editor br:before {
    content: "\A"; }
  .editor :before, .editor :after {
    white-space: pre-line; }
  .editor center {
    text-align: center; }
  .editor :link, .editor :visited {
    text-decoration: underline; }
  .editor :focus {
    outline: thin dotted invert; }
  .editor BDO[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: bidi-override; }
  .editor BDO[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: bidi-override; }
  .editor *[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: embed; }
  .editor *[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: embed; }
  @media print {
    .editor h1 {
      page-break-before: always; }
    .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
      page-break-after: avoid; }
    .editor ul, .editor ol, .editor dl {
      page-break-before: avoid; } }

/*-----排版-----*/
.txt-center {
  text-align: center; }

.txt-right {
  text-align: right; }

.inline-item {
  display: inline-block; }

.align-m {
  display: inline-block;
  vertical-align: middle; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; }

/*----表格-----*/
.form-cell {
  width: 100%;
  font-family: "微軟正黑體";
  padding: 5px 15px;
  margin: 2px;
  background-color: transparent;
  font-size: 17px;
  line-height: 2.2em;
  height: 2.2em;
  border-radius: 2.2rem;
  border: 2px solid #E87330; }

textarea {
  width: 100%;
  font-family: "微軟正黑體";
  padding: 5px 15px;
  margin: 2px;
  background-color: transparent;
  outline: 0; }

select {
  width: 100%;
  font-family: "微軟正黑體";
  padding: 5px 15px;
  margin: 2px;
  background-color: transparent;
  outline: 0;
  border-radius: 2.2rem;
  border: 1px solid #E87330; }

.selector {
  margin: 8px 0;
  position: relative; }
  .selector .select-head {
    position: relative;
    width: 100%;
    font-family: "微軟正黑體";
    padding: 5px 15px;
    margin: 2px;
    background-color: transparent;
    padding-right: 30px;
    outline: 0;
    border-radius: 2.2rem;
    border: 2px solid #E87330;
    color: #E87330;
    cursor: pointer;
    z-index: 7; }
    .selector .select-head:after {
      content: '\f0d7';
      font-family: 'Font Awesome 5 Solid';
      display: none; }
    .selector .select-head svg {
      position: absolute;
      right: 15px;
      top: 8px;
      color: #E87330;
      font-size: 1.2rem; }
  .selector .select-list {
    display: none;
    width: 100%;
    position: absolute;
    padding: 5px 10px;
    border: 2px solid #E87330;
    color: #E87330;
    background-color: #fff;
    border-radius: 1rem;
    overflow: hidden;
    z-index: 10; }
    .selector .select-list .select-list--item {
      padding: 3px 15px;
      cursor: pointer; }
      .selector .select-list .select-list--item:hover {
        background-color: #5F473F;
        color: #fff; }

input[type=password] {
  width: 100%;
  font-family: "微軟正黑體";
  padding: 5px 15px;
  margin: 2px;
  background-color: transparent;
  border-radius: 2.2rem;
  outline: 0; }

/*----- header -----*/
header {
  position: relative;
  z-index: 9000; }
  header #logo {
    float: left;
    padding: 10px 0 0; }
    header #logo .mobile_logo {
      display: none; }
  header #main-nav {
    float: right;
    margin-top: 95px; }
    header #main-nav .menu li {
      min-width: 110px;
      margin-left: 1.5rem;
      text-align: center;
      background: #3a1c13;
      color: #fff;
      border-radius: 6px; }
      header #main-nav .menu li a {
        display: block;
        padding: 5px; }
      header #main-nav .menu li:hover {
        background: #c0a891; }
      header #main-nav .menu li.active {
        background: #dba774; }

/*----- footer -----*/
footer {
  max-width: 1100px;
  margin: auto;
  position: relative;
  margin-top: 8vw;
  padding: 8px 10px 10px;
  color: #fff;
  background-color: #5F473F;
  z-index: 3000; }
  footer:before {
    content: '';
    width: 100%;
    height: 16px;
    background-image: url(../_img/layout/fotoer_top.png);
    position: absolute;
    top: -13px;
    left: 0; }
  footer .copyright {
    text-align: center;
    font-size: 13px; }
    footer .copyright span {
      opacity: .6; }

/*----- Typography -----*/
.main-title {
  position: relative;
  text-align: center;
  margin: 1.5vw 0 3vw; }
  .main-title h1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px; }
    .main-title h1:before, .main-title h1:after {
      content: '';
      width: 92px;
      height: 20px;
      display: inline-block;
      vertical-align: baseline;
      margin: 0 .6em;
      background-size: cover; }
    .main-title h1:before {
      background-image: url(../_img/layout/title_arrow_left.png); }
    .main-title h1:after {
      background-image: url(../_img/layout/title_arrow_right.png); }

.login-title {
  width: 170px;
  height: 174px;
  display: block;
  position: relative;
  margin: auto;
  background-image: url(../_img/layout/title_bg.png);
  text-align: center; }
  .login-title .inner {
    width: 100%; }
    .login-title .inner p {
      font-size: 20px;
      margin-top: 5px; }

article {
  max-width: 1000px;
  margin: auto; }

.txt p {
  margin-bottom: .8em; }

.cake-leader {
  margin-bottom: 10px; }
  .cake-leader span {
    display: inline-block;
    vertical-align: middle; }
    .cake-leader span.money {
      vertical-align: top; }
    .cake-leader span.orange {
      vertical-align: baseline; }
  .cake-leader .choose {
    width: auto; }
  .cake-leader:before {
    content: '';
    width: 24px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    background-image: url(../_img/cake04.jpg); }

.big {
  font-size: 1.3em;
  display: inline-block;
  margin: 0 5px; }

.orange {
  color: #E87330; }

/*----- Buttons -----*/
.btn-row {
  margin-top: 3.5vw; }
  .btn-row .fa-circle {
    display: inline-block;
    margin-right: 3px;
    color: #E87330; }

.btn {
  display: inline-block;
  margin: 3px;
  padding: 8px 4px;
  text-align: center;
  border-radius: 6px; }
  .btn svg {
    margin-right: 3px; }

.btn-s {
  font-size: 12px;
  min-width: 60px;
  padding: 5px 15px;
  color: #fff; }

.btn-solid {
  width: 100%;
  max-width: 225px;
  background-color: #5F473F;
  color: #fff;
  -webkit-transition: .1s ease;
  -o-transition: .1s ease;
  transition: .1s ease; }
  .btn-solid:hover {
    background-color: #371B12;
    -webkit-transition: .1s ease;
    -o-transition: .1s ease;
    transition: .1s ease; }

.btn-border {
  border: 2px solid #E87330;
  text-align: center;
  font-size: 1rem;
  position: relative;
  width: calc(100% - 6px);
  color: #E87330;
  cursor: pointer;
  overflow: hidden; }
  .btn-border:before {
    content: '';
    width: 15em;
    height: 15em;
    margin: auto;
    display: block;
    border-radius: 50%;
    -webkit-transition: -webkit-box-shadow .5s ease-out;
    transition: -webkit-box-shadow .5s ease-out;
    -o-transition: box-shadow .5s ease-out;
    transition: box-shadow .5s ease-out;
    transition: box-shadow .5s ease-out, -webkit-box-shadow .5s ease-out;
    z-index: -1; }
  .btn-border:hover, .btn-border.active {
    color: #fff;
    border-color: transparent; }
    .btn-border:hover:before, .btn-border.active:before {
      -webkit-box-shadow: inset 0 0 0 10em #E87330;
      box-shadow: inset 0 0 0 10em #E87330;
      -webkit-transition: -webkit-box-shadow .5s ease-out;
      transition: -webkit-box-shadow .5s ease-out;
      -o-transition: box-shadow .5s ease-out;
      transition: box-shadow .5s ease-out;
      transition: box-shadow .5s ease-out, -webkit-box-shadow .5s ease-out; }

.btn-choose {
  width: 100%;
  padding: 5px 20px;
  text-align: left;
  color: #E87330;
  border-radius: 2.2rem;
  border: 2px solid #E87330; }
  .btn-choose:hover, .btn-choose.active {
    color: #fff;
    background-color: #E87330; }

.btn-check {
  min-width: 130px;
  background-color: #F8EDC1;
  padding: 8px 20px; }
  .btn-check span {
    position: relative; }
  .btn-check .fas {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px; }
  .btn-check:hover, .btn-check.checked {
    background-color: #5F473F;
    color: #fff; }
    .btn-check:hover span:before, .btn-check.checked span:before {
      content: '\f00c';
      font-family: 'Font Awesome 5 Solid';
      vertical-align: baseline;
      margin-right: 5px;
      display: none; }

.btn-notice {
  background-color: #FF4D4D;
  cursor: initial; }

.btn-more {
  background-color: #E87330; }

/*----- Page Element -----*/
hr {
  margin: 2.5vw 0;
  background-color: transparent;
  border: 0;
  border-top: 1px dotted #ccc; }

.basic-list > li {
  padding: 1.5rem 10px;
  border-bottom: 1px solid #ddd; }

.pay-list li {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px; }
  .pay-list li:last-child {
    border-bottom: 0; }
  .pay-list li .plus, .pay-list li .money {
    display: inline-block;
    vertical-align: middle; }
  .pay-list li .pay-money {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    text-align: right; }

.dotted-divider {
  height: 10px;
  margin: 2.5vw 10px;
  background-image: url(../_img/layout/hr_line.jpg);
  background-repeat: repeat-x; }

.money {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .money:before {
    content: '$';
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px; }
  .money span {
    display: inline-block;
    vertical-align: middle; }

/*--- lightbox ---*/
.lightbox, .lightbox2 {
  display: none;
  width: 90%;
  max-width: 1100px;
  height: auto;
  max-height: 90%;
  position: fixed;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  padding: 25px 3vw 4vw;
  overflow: auto;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9200; }
  .lightbox .close, .lightbox2 .close {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 80; }
    .lightbox .close:before, .lightbox .close:after, .lightbox2 .close:before, .lightbox2 .close:after {
      content: '';
      top: 50%;
      position: absolute;
      width: 30px;
      height: 1px;
      background-color: #333; }
    .lightbox .close:before, .lightbox2 .close:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .lightbox .close:after, .lightbox2 .close:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .lightbox .title, .lightbox2 .title {
    font-size: 20px;
    text-align: center; }

.lightbox2 {
  z-index: 9500; }

.lightbox-short {
  max-width: 500px;
  max-height: 500px; }

.lightbox-bg, .lightbox-bg2 {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(95, 71, 63, 0.8);
  z-index: 9100; }

.lightbox-bg2 {
  z-index: 9300; }

.lightbox2 {
  z-index: 9400; }
  .lightbox2 article figure, .lightbox2 article .product-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%; }
  .lightbox2 article .pic {
    padding-top: 100%; }
  .lightbox2 article .product-info {
    padding-left: 2rem; }
  .lightbox2 article .product-title .product-name {
    font-size: 30px; }
  .lightbox2 article .product-title .sub {
    color: #777; }

/*----- Index -----*/
#index {
  padding-top: 0;
  position: relative; }
  #index .banner-slider {
    margin-bottom: 0; }
    #index .banner-slider .bg-img {
      padding-top: 71%; }
  #index #index-gate {
    position: absolute;
    width: 100%;
    bottom: 7.5vw;
    padding-bottom: 15px;
    text-align: center;
    z-index: 5; }
    #index #index-gate li {
      display: inline-block;
      margin: 0 20px; }
      #index #index-gate li a {
        display: block;
        display: inline-block;
        vertical-align: middle;
        width: 210px;
        height: 210px;
        border-radius: 100%;
        background-color: #5F473F;
        text-align: center;
        -webkit-transition: .1s ease;
        -o-transition: .1s ease;
        transition: .1s ease; }
        #index #index-gate li a img, #index #index-gate li a span {
          display: inline-block;
          vertical-align: middle; }
        #index #index-gate li a:before {
          content: '';
          width: 0;
          height: 100%;
          display: inline-block;
          vertical-align: middle; }
        #index #index-gate li a:hover {
          -webkit-animation: pulse-shadow 1.7s;
          animation: pulse-shadow 1.7s;
          background-color: #371B12;
          -webkit-transition: .1s ease;
          -o-transition: .1s ease;
          transition: .1s ease; }
      #index #index-gate li .gate--txt {
        display: block;
        color: #fff;
        margin-top: 5px; }
  #index footer {
    margin-top: 0; }

@-webkit-keyframes pulse-shadow {
  0% {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0; }
  70% {
    -webkit-box-shadow: 0 0 5px 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 5px 10px rgba(255, 255, 255, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

@keyframes pulse-shadow {
  0% {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0; }
  70% {
    -webkit-box-shadow: 0 0 5px 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 5px 10px rgba(255, 255, 255, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

/*----- Login -----*/
.login-table {
  max-width: 360px;
  margin: auto; }
  .login-table .login-title {
    margin-bottom: 2.5vw; }
  .login-table li {
    margin-bottom: 15px;
    position: relative; }
  .login-table .forget {
    text-align: right;
    color: #666; }
    .login-table .forget a {
      cursor: help; }
  .login-table .btn-captcha {
    position: absolute;
    right: -5px;
    top: 0;
    height: calc(2.2rem + 2px);
    padding: 0 20px;
    border-radius: calc(2.2rem - 3px);
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    color: #fff;
    background-color: #E87330;
    border: 1px solid #E87330; }

.login-fram-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px; }
  .login-fram-box .login-btn-box {
    padding: 10px 25px;
    margin: 0px 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 99rem; }
    .login-fram-box .login-btn-box img {
      width: 25px;
      margin-right: 10px; }
    .login-fram-box .login-btn-box.line {
      background: #00c300;
      color: #fff;
      text-align: center; }
    .login-fram-box .login-btn-box.google {
      background: #dd4b39;
      color: #fff;
      text-align: center; }
    .login-fram-box .login-btn-box:hover.line {
      background: #34a853; }
    .login-fram-box .login-btn-box:hover.google {
      background: #be0027; }

.login-member-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px; }
  .login-member-icon .member-icon {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .login-member-icon .member-icon img {
      width: 25px;
      margin-right: 10px; }
    .login-member-icon .member-icon.line {
      color: #00c300;
      font-weight: bold; }
    .login-member-icon .member-icon.google {
      color: #dd4b39;
      font-weight: bold; }

#member .tabs li {
  -webkit-filter: grayscale(0.85);
  filter: grayscale(0.85);
  -webkit-transition: .1s ease;
  -o-transition: .1s ease;
  transition: .1s ease; }
  #member .tabs li.active {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: .1s ease;
    -o-transition: .1s ease;
    transition: .1s ease; }

#member .member-login-mobile {
  display: none; }
  #member .member-login-mobile .tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px; }
    #member .member-login-mobile .tabs li {
      margin: 5px 10px; }

.book-know-list {
  list-style: decimal;
  text-align: left;
  padding-left: 1rem; }
  .book-know-list > li {
    margin: 1rem 0; }

#book .select-list {
  height: 250px;
  overflow-x: hidden;
  overflow-y: auto; }

/*----- Book訂位 -----*/
#step {
  text-align: center; }
  #step li {
    display: inline-block;
    position: relative;
    margin: 1px 3px;
    color: #5F473F; }
    #step li img {
      position: absolute;
      top: 0;
      left: 0; }
      #step li img.active {
        position: relative; }
      #step li img.past, #step li img.defaul {
        opacity: 0; }
    #step li.active img.active {
      opacity: 1; }
    #step li.active img.past, #step li.active img.default {
      opacity: 0; }
    #step li.default img.default {
      opacity: 1; }
    #step li.default img.past, #step li.default img.active {
      opacity: 0; }
    #step li.past img.past {
      opacity: 1; }
    #step li.past img.default, #step li.past img.active {
      opacity: 0; }

/*--- 地區選擇 ---*/
.location {
  max-width: 980px;
  margin: auto; }
  .location .location-map {
    float: left;
    width: 372px;
    position: relative; }
    .location .location-map #taiwan-map .map-area {
      position: relative;
      cursor: pointer; }
      .location .location-map #taiwan-map .map-area:hover, .location .location-map #taiwan-map .map-area.current {
        fill: #f2dd8a !important; }
        .location .location-map #taiwan-map .map-area:hover.not, .location .location-map #taiwan-map .map-area.current.not {
          fill: #eeeeee !important;
          cursor: not-allowed !important; }
      .location .location-map #taiwan-map .map-area.not {
        fill: #eeeeee !important;
        cursor: not-allowed !important; }
    .location .location-map #taiwan-map .map-cake {
      display: none; }
      .location .location-map #taiwan-map .map-cake.cake-show {
        display: block; }
  .location .location-list {
    float: right;
    width: calc(100% - 372px);
    padding: 0 1rem; }
    .location .location-list .store-list {
      display: none; }
      .location .location-list .store-list.active {
        display: block; }
      .location .location-list .store-list .header {
        background-color: #EFF5CC;
        text-align: center;
        padding: 5px 0;
        border-bottom: 0;
        font-size: 20px; }
        .location .location-list .store-list .header span {
          margin: auto; }
      .location .location-list .store-list > li {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 1.5rem 2rem; }
    .location .location-list .store-info-list .store-name {
      font-size: 20px;
      font-weight: bold; }
    .location .location-list .store-info-list a svg {
      margin-right: 3px; }
      .location .location-list .store-info-list a svg path {
        fill: #E87330; }
    .location .location-list .store-info-list a:before {
      font-family: 'Font Awesome 5 Solid';
      display: none; }
    .location .location-list .store-info-list .store-tel a:before {
      content: '\f095'; }
    .location .location-list .store-info-list .store-add a:before {
      content: '\f041'; }

/*--- 日期選擇 ---*/
.date hr {
  margin: 8px 0 10px; }

.date .date-calendar {
  float: left;
  width: 600px; }

.date .date-time {
  float: right;
  width: calc(100% - 600px - 20px);
  margin-left: 20px; }
  .date .date-time .row {
    padding: 5px 0 2px; }
  .date .date-time .picked-date {
    font-size: 20px;
    color: #E87330; }
  .date .date-time .time-list, .date .date-time .picked-date {
    margin-left: 30px; }

.date .time-list li {
  margin: 8px 0; }

/*--- 日期選擇器 ---*/
.datepicker--day-name {
  font-size: 1rem;
  color: #999;
  border-bottom: 1px solid #efefef;
  padding-bottom: 1rem; }

.datepicker-inline .datepicker {
  border: 0;
  width: 100%; }

.datepicker--cells {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.datepicker--cell {
  background-color: #eee;
  width: calc(100% / 7 - 6px);
  height: 78px;
  line-height: 80px;
  border-radius: 99em;
  margin: 3px; }
  .datepicker--cell:hover, .datepicker--cell.-current- {
    color: #fff;
    background-color: #aaa; }
  .datepicker--cell.-focus-, .datepicker--cell.-selected- {
    color: #fff;
    background-color: #E87330; }

.datepicker--cell-day.-other-month- {
  background-color: transparent; }

/*--- 消息 ---*/
.news-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .news-item figure, .news-item .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .news-item .bg-img {
    padding-top: 55%; }
  .news-item .content {
    padding-left: 1.5rem; }
    .news-item .content .title {
      font-size: 20px;
      margin-bottom: 5px; }

/*--- 人數選擇 ---*/
.people {
  max-width: 530px;
  margin: auto;
  margin-bottom: 4rem; }
  .people p {
    text-align: center; }
  .people .people-list li {
    padding: 1rem; }
    .people .people-list li .inner {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 60%;
      margin: auto; }
    .people .people-list li .cake-leader {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
      flex: 1 1 40%; }
    .people .people-list li .people-choose {
      -webkit-box-flex: 2;
      -ms-flex: 2 1 60%;
      flex: 2 1 60%; }

/*--- 甜點選擇 ---*/
.sweet-header {
  font-size: 20px; }
  .sweet-header h1 {
    display: inline-block;
    line-height: 1.3; }

.sweet {
  max-width: 530px;
  margin: auto; }
  .sweet .sweet-list li {
    padding: 1.5vw 1rem; }
    .sweet .sweet-list li .inner {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 60%;
      margin: auto; }
      .sweet .sweet-list li .inner .number {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
      .sweet .sweet-list li .inner .btn-choose {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 70%;
        flex: 1 1 70%;
        margin: 0 20px;
        cursor: pointer; }
      .sweet .sweet-list li .inner .money {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .sweet .pay-list li {
    padding: 1vw 1rem; }
    .sweet .pay-list li .inner {
      width: 60%;
      margin: auto;
      text-align: right;
      font-size: 0; }
      .sweet .pay-list li .inner .pay-label,
      .sweet .pay-list li .inner .pay-money {
        display: inline-block;
        vertical-align: middle;
        font-size: 1rem; }
      .sweet .pay-list li .inner .pay-label {
        width: 70%; }
      .sweet .pay-list li .inner .pay-money {
        width: 30%; }
  .sweet .payment .mobile-on {
    display: none; }
  .sweet .money2 {
    display: inline-block;
    vertical-align: middle; }

/*--- 產品列表 ---*/
.product-item {
  width: calc(100% / 8);
  margin: 10px 0 30px;
  padding: 0 5px;
  position: relative; }
  .product-item figure {
    position: relative;
    cursor: pointer; }
    .product-item figure:hover .mask {
      display: block; }
    .product-item figure .pic {
      padding-top: 100%; }
    .product-item figure .mask {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background-color: rgba(232, 115, 48, 0.5);
      color: #fff;
      display: none;
      z-index: 8; }
      .product-item figure .mask .fas, .product-item figure .mask svg {
        font-size: 2.2vw; }
  .product-item .product-title {
    margin-top: 8px; }
    .product-item .product-title .product-name {
      margin-bottom: .2em;
      font-size: 18px;
      line-height: 1.4; }
    .product-item .product-title .sub {
      color: #777; }
  .product-item .star .svg-inline--fa {
    color: #ff6600;
    font-size: 0.5rem; }
  .product-item .note {
    color: red; }

/*----- 訂位 -----*/
.order-info .order-list li {
  padding: 10px;
  border-bottom: 1px dotted #ddd; }
  .order-info .order-list li .cake-leader {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle; }

.order-info .order-list .ps {
  color: #666; }

.order-info .member-table {
  margin-top: 20px;
  text-align: center; }
  .order-info .member-table thead {
    background-color: #EFF5CC; }
  .order-info .member-table td {
    padding: 5px;
    vertical-align: middle; }
  .order-info .member-table tbody tr {
    border-bottom: 1px solid #ddd; }

.order-info .product-table .product-pic, .order-info .product-table .product-name {
  display: inline-block;
  vertical-align: middle; }

.order-info .product-table .product-pic {
  width: 100px; }

.order-info .product-table .btn-choose {
  display: inline-block;
  width: auto;
  cursor: pointer; }

.order-info .product-table tbody td:nth-of-type(2) {
  text-align: left; }

.order-info .pay-list li {
  padding-right: 60px; }

.order-info input.datepicker-here {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #E87330;
  border-radius: 20px;
  background-color: transparent;
  cursor: pointer;
  outline: 0;
  margin: 0 3px;
  padding: 3px 15px;
  font-family: '微軟正黑體';
  font-size: 1rem; }

.order-info input[type=number] {
  display: inline-block;
  outline: 0;
  width: 50px;
  padding: 3px;
  padding-left: 12px;
  height: 1.7rem;
  line-height: 1.7rem;
  font-size: 1rem; }

.order-info .choose-time {
  min-width: 180px; }

.deposit-outer {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .deposit-outer .deposit {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 20px 30px;
    background-image: url(../_img/payment_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%; }
    .deposit-outer .deposit .deco-dessert, .deposit-outer .deposit .content {
      display: inline-block;
      vertical-align: middle; }
    .deposit-outer .deposit .deco-dessert {
      width: 75px;
      text-align: center; }
    .deposit-outer .deposit .content {
      width: calc(100% - 75px - 5px);
      padding-left: 1rem; }
      .deposit-outer .deposit .content span {
        display: inline-block;
        vertical-align: middle; }
      .deposit-outer .deposit .content ul, .deposit-outer .deposit .content li {
        margin: 10px 0; }

.order-nav {
  text-align: center;
  margin-bottom: 1.5vw; }
  .order-nav li {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 10px; }
    .order-nav li:hover, .order-nav li.active {
      color: #E87330; }
    .order-nav li span {
      display: inline-block;
      vertical-align: middle; }

@media only screen and (max-width: 1024px) {
  .rwd-col-12 {
    float: none;
    width: 100%;
    margin-bottom: 15px; }
  .deposit-outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit; }
    .deposit-outer .deposit {
      width: 100%;
      max-width: 500px;
      min-height: 152px;
      margin: 20px auto;
      background-size: contain; }
  .order-info .order-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-display: flex; }
    .order-info .order-table thead, .order-info .order-table tbody {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-display: flex; }
    .order-info .order-table tbody {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
      flex: 1 0 0;
      overflow: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-display: flex; }
      .order-info .order-table tbody tr {
        border: 1px solid #eee; }
      .order-info .order-table tbody td {
        text-align: center;
        padding: 5px 3vw;
        border-bottom: 1px solid #ddd; }
        .order-info .order-table tbody td:last-child {
          border-bottom: 0; }
    .order-info .order-table tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
  .order-info .pay-list li {
    padding-right: 10px; }
  /*--- 會員登入 ---*/
  #member .title {
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: center; }
  #member #login1 {
    margin-bottom: 4rem; }
  #member .member-login-laptop {
    display: none; }
  #member .member-login-mobile {
    display: block; }
    #member .member-login-mobile .tabs {
      margin-bottom: 4rem; } }

@media only screen and (max-width: 768px) {
  #burger {
    width: 25px;
    height: 20px;
    font-size: 0;
    position: absolute;
    top: 40px;
    right: 25px;
    cursor: pointer;
    z-index: 99999; }
    #burger span {
      background-color: #5e5e5e;
      display: block;
      position: absolute;
      top: 0px;
      left: 0;
      right: 0;
      height: 2px;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      -webkit-transition-delay: 0.2s, 0s;
      -o-transition-delay: 0.2s, 0s;
      transition-delay: 0.2s, 0s; }
      #burger span:nth-child(2) {
        top: 9px;
        -webkit-transition-property: all, -webkit-transform;
        transition-property: all, -webkit-transform;
        -o-transition-property: all, transform;
        transition-property: all, transform;
        transition-property: all, transform, -webkit-transform; }
      #burger span:last-child {
        top: 18px;
        -webkit-transition-property: all, -webkit-transform;
        transition-property: all, -webkit-transform;
        -o-transition-property: all, transform;
        transition-property: all, transform;
        transition-property: all, transform, -webkit-transform;
        -webkit-transition-delay: 0.2s, 0s;
        -o-transition-delay: 0.2s, 0s;
        transition-delay: 0.2s, 0s; }
    #burger.action {
      position: fixed; }
      #burger.action span {
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        background-color: #ddd;
        top: 9px;
        left: 0px; }
        #burger.action span:nth-child(2), #burger.action span:last-child {
          -webkit-transition-property: top,-webkit-transform;
          transition-property: top,-webkit-transform;
          -o-transition-property: top,transform;
          transition-property: top,transform;
          transition-property: top,transform,-webkit-transform;
          -webkit-transition-property: all, -webkit-transform;
          transition-property: all, -webkit-transform;
          -o-transition-property: all, transform;
          transition-property: all, transform;
          transition-property: all, transform, -webkit-transform; }
        #burger.action span:nth-child(2) {
          left: -100%;
          opacity: 0;
          -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
          transform: rotate(0);
          -webkit-transition-delay: 0.2s, 0s;
          -o-transition-delay: 0.2s, 0s;
          transition-delay: 0.2s, 0s; }
        #burger.action span:last-child {
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  header #logo .pc_logo {
    display: none; }
  header #logo .mobile_logo {
    display: block; }
  header #main-nav {
    position: fixed;
    margin-top: 0;
    width: 85vw;
    max-width: 280px;
    height: 100vh;
    right: 0;
    top: 0;
    float: none;
    background-color: #5F473F;
    overflow: auto;
    -webkit-transform: translateX(85vw);
    -ms-transform: translateX(85vw);
    transform: translateX(85vw);
    -webkit-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
    header #main-nav .menu {
      width: 100%;
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 45%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      header #main-nav .menu li {
        background: transparent;
        margin-left: 0; }
        header #main-nav .menu li a {
          padding: 5vw 0; }
    header #main-nav.active {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition: 0.8s cubic-bezier(0.77, 0, 0.175, 1);
      -o-transition: 0.8s cubic-bezier(0.77, 0, 0.175, 1);
      transition: 0.8s cubic-bezier(0.77, 0, 0.175, 1); }
  main .container {
    padding: 0 15px; }
  #index #index-gate {
    bottom: 10vw; }
    #index #index-gate li a {
      width: 150px;
      height: 150px; }
  /*----- Book訂位 -----*/
  #step {
    text-align: center; }
  /*--- 地區選擇 ---*/
  .location .location-map, .location .location-list {
    float: none;
    width: 100%;
    margin: auto; }
  .location .location-map .taiwan-outer {
    text-align: center; }
  .location .location-map #taiwan-map {
    position: relative;
    width: 372px;
    height: 710px;
    margin: auto; }
  .location .location-list {
    padding: 0;
    margin: 50px 0 80vh; }
    .location .location-list .store-list > li {
      padding: 1.2vw 10px; }
  /*--- 日期選擇 ---*/
  .date .date-calendar, .date .date-time {
    float: none;
    width: 100%; }
  .date .date-time {
    margin-left: 0;
    margin-top: 20px; }
  /*--- 消息 ---*/
  .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit; }
    .news-item .content {
      padding-left: 0;
      margin-top: 15px; }
  /*--- 產品列表 ---*/
  .product-item {
    width: calc(100% / 6);
    font-size: 12px; }
    .product-item .product-title .product-name {
      font-size: 12px; }
    .product-item .btn-border {
      font-size: 12px;
      padding: 3px; }
  /*--- 彈跳視窗 甜點介紹 ---*/
  .lightbox2 article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit; }
    .lightbox2 article .product-info {
      padding-left: 0;
      margin-top: 20px; } }

@media only screen and (max-width: 640px) {
  .main-title {
    margin: 2vw 0 5vw; }
    .main-title h1 {
      font-size: 24px; }
      .main-title h1:before, .main-title h1:after {
        width: 68px;
        height: 14px;
        margin: 0 5px; }
  #index #index-gate {
    bottom: calc(50% - 70px); }
    #index #index-gate .logo {
      display: none; }
    #index #index-gate li {
      margin: 5px; }
      #index #index-gate li a {
        width: 120px;
        height: 120px; }
      #index #index-gate li img {
        width: 70%; }
  .order-info .product-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-display: flex; }
    .order-info .product-table thead, .order-info .product-table tbody {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-display: flex; }
      .order-info .product-table thead td:nth-of-type(2), .order-info .product-table tbody td:nth-of-type(2) {
        text-align: center;
        height: 210px; }
    .order-info .product-table tbody {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
      flex: 1 0 0;
      overflow: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-display: flex; }
      .order-info .product-table tbody tr {
        border: 1px solid #eee; }
      .order-info .product-table tbody td {
        text-align: center;
        padding: 5px 3vw;
        border-bottom: 1px solid #ddd; }
        .order-info .product-table tbody td:nth-of-type(2) {
          text-align: center; }
        .order-info .product-table tbody td:last-child {
          border-bottom: 0; }
    .order-info .product-table tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
  .deposit-outer .deposit {
    background-image: none;
    background-color: #F9EEE2;
    border-radius: 8px; }
  /*--- 日期選擇器 ---*/
  .datepicker--cell {
    height: 10vw; }
  .cake-leader span.block {
    display: block;
    margin: 10px 0; } }

@media only screen and (max-width: 480px) {
  #index #index-gate .gate-list li:first-child a .gate--txt:after {
    content: '.';
    display: block;
    font-size: .7rem;
    width: 100%;
    visibility: hidden; }
  #index #index-gate .gate-list li a {
    width: 110px;
    height: 110px; }
  #index #index-gate .gate-list li .gate--txt {
    margin-top: 5px;
    font-size: .7rem; }
  footer .copyright {
    font-size: 12px; }
  /*--- 地區選擇 ---*/
  .location .location-map #taiwan-map {
    width: 212px;
    height: 400px; }
  .location .location-list .store-info-list .store-name {
    font-size: 18px; }
  .location .location-list .store-list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit; }
  .location .location-list .btn-check {
    font-size: .85rem; }
  /*--- 選擇甜點 ---*/
  .sweet .pay-list li {
    padding-right: 10px; }
  .sweet .payment img {
    display: none; }
  .sweet .payment .mobile-on {
    display: block;
    background-color: #F9EEE2;
    padding: 20px;
    border-radius: 8px; }
  .sweet .sweet-list li .inner {
    width: 100%; }
  /*--- 產品列表 ---*/
  .product-item {
    width: calc(100%  / 4); }
  .order-info .product-table {
    font-size: 12px; }
    .order-info .product-table .product-pic {
      width: 35px; }
  /*--- 結帳 選擇付款 ---*/
  .deposit-outer .deposit {
    min-height: auto;
    padding: 20px 10px; }
    .deposit-outer .deposit .deco-dessert {
      width: 55px; }
    .deposit-outer .deposit .content {
      width: calc(100% - 55px - 5px); }
  /*--- 會員登入 ---*/
  #member .member-login-mobile {
    display: block; }
    #member .member-login-mobile .login-title {
      width: 140px;
      height: 142px; }
      #member .member-login-mobile .login-title .inner p {
        font-size: 17px; }
  #step .step-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0; }
  /*--預約步驟--*/
  .people .people-list li .inner {
    width: 100%; } }

/*# sourceMappingURL=style.css.map */