@charset "utf-8";
/* CSS Document */ :focus {
  outline: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none;
}
a {
  color: #111;
}
a:hover {
  color: #900;
  text-decoration: none;
}
a:focus {
  outline: none;
}
abbr[title] {
  cursor: default;
  text-decoration: none;
  border-bottom: none;
  color: red;
}
input[readonly] {
  background-color: #eee;
  cursor: not-allowed;
  border: 1px solid #767676;
}
.swal2-styled.swal2-confirm {
  background-color: #932B2B;
  outline: none !important;
  border: none !important;
}
body {
  font-family: "微軟正黑體";
  font-size: 16px;
}
.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.banner {
  position: relative;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}
h1 {
  padding: 0px;
  margin: 0px;
}
h2 {
  font-size: 24px;
  font-weight: bold;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position-x: 5px;
}
h2.main-h2, h2.main-h2a {
  background-image: url(../images/dot1.png);
}
h2.main-h2a {
  margin-top: 50px;
}
h3 {
  font-size: 18px;
  font-weight: bold;
}
h3.main-h3 {
  osition: relative;
  padding-left: 16px;
}
h3.main-h3:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #990000;
  line-height: 1em;
  vertical-align: middle;
  left: -5px;
  transform: translateY(-50%);
}
p {
  line-height: 1.6;
  margin: 0px;
}
.text-white {
  color: #fff;
}
.text-red {
  color: red;
}
/*＝＝＝選單＝＝＝*/
.navbar {
  margin-bottom: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  margin: 0 auto;
}
.navbar-default {
  background-color: #fff;
}
.navbar-brand {
  padding: 0px;
  background-image: url("../images/head-logo1m.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 234px;
  height: 80px;
  overflow: hidden;
  text-indent: -9999px;
  display: inline-block;
  white-space: nowrap;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > .nav-user-links a {
  position: relative;
  text-align: center;
  color: #111;
  font-size: 18px;
  font-family: 'Noto Sans TC', sans-serif;
  padding: 0px;
  line-height: 40px;
}
.navbar-default .navbar-nav > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar-default .navbar-nav > li > .nav-user-links a {
  color: #fff;
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 1em;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #900;
}
.navbar-default .navbar-nav > li > .nav-user-links a:hover {
  color: #cb8702;
}
.navbar-default .navbar-nav > li > .nav-user-links a > i {
  padding-right: 4px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #81c4ff;
}
.navbar-default .navbar-nav > li > .nav-user-links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  background-color: #000;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
  margin-top: 22px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-toggle {
  height: 34px;
  padding-right: 0px;
  position: relative;
  float: right;
  padding: 5px 0px;
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle * {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.navbar-default .open span:nth-child(4) {
  position: relative;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -9px;
}
.navbar-default .open span:nth-child(3) {
  opacity: 0;
}
.navbar-default .open span:nth-child(2) {
  position: relative;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 12px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 8px;
}
.navbar-default .navbar-toggle .icon-bar {
  display: block;
  width: 35px;
  height: 3px;
  border-radius: 1px;
  background-color: #990000;
}
.order-nav {
  position: absolute;
  top: 0px;
  right: 70px;
  width: 120px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.order-nav > div {
  display: inline-block;
  /*width: 36px;*/
  margin-left: 4px;
  margin-right: 4px;
}
.order-nav > div:last-child {
  width: 100px;
}
.order-nav i {
  font-size: 1.5em;
}
.order-nav a {
  color: #828181;
  font-size: 14px;
  display: block;
  text-decoration: none;
}
.order-nav a:hover {
  color: #900;
}
.order-nav .user a:first-child {
  padding-right: 8px;
}
.order-nav .order a {
  border: 2px solid #900;
  border-radius: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #900;
}
.order-nav .order a:hover {
  border: 2px solid #111;
  color: #111
}
.order-nav .register, .order-nav .shop {
  position: relative;
  padding-top: 5px;
}
.order-nav .register a, .order-nav .shop a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.order-nav .register .count, .order-nav .shop .count {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 5px;
  left: 15px;
  background-color: #cb8702;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
}
.order-nav .register a:hover .count, .order-nav .shop a:hover .count {
  background-color: #111;
}
.main {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f1f1f1;
}
.home .main {
  background-image: url("../images/bg-home.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.home .main p {
  font-size: 18px;
}
.home .slogan-m {
  max-width: 375px;
  width: 100%;
}
.home .service {
  margin: 60px 0;
}
.home .servicebt {
  position: relative;
  margin: 0 auto;
  display: block;
  color: #222;
  padding-top: 15px;
  padding-bottom: 15px;
}
.home .servicebt:hover {
  color: #000;
  text-decoration: none;
}
.home .servicebt img {
  transition: all 0.3s ease;
}
.home .servicebt:hover img {
  transform: rotate(360deg);
}
.home .serviceitem {
  position: absolute;
  font-size: 28px;
  font-family: 'Noto Serif TC', serif;
  font-weight: 900;
  text-align: center;
  width: 2em;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -55%);
  line-height: 1.2em;
}
.row .about .row {
  border-bottom: 1px dotted #875858;
  padding: 22px 0;
}
.img-auto {
  margin-left: auto;
  margin-right: auto;
}
.godsbirthday .img-auto {
  margin-bottom: 32px;
}
.subtitle {
  position: relative;
  font-weight: normal;
  font-size: 16px;
  margin-top: 0px;
}
.subtitle:after {
  content: "";
  position: absolute;
  width: 2em;
  height: 1px;
  background-color: #555;
  top: 50%;
  left: 3em;
}
.subtitle0 {
  font-size: 24px;
  margin-left: 16px;
  margin-top: 24px;
}
.subtitle1 {
  font-size: 24px;
  margin-top: 0px;
}
.subtitle2 {
  font-size: 24px;
  margin-top: 0px;
  padding-left: 15px;
}
.apply-rule, .draw-lots-rule {
  background-color: #fff;
  padding-top: 16px;
  padding-bottom: 32px;
}
.apply-rule a {
  color: #0068b3;
}
.apply-rule li {
  line-height: 1.5;
}
.apply-rule-warning {
  color: red;
  font-weight: bold;
}
.apply-rule .apply-rule-warning, .light-rule .apply-rule-warning {
  padding-left: 16px;
}
.apply-all {
  padding-top: 16px;
  padding-bottom: 16px;
}
.apply-all:nth-of-type(odd) {
  background-color: #eee;
}
.apply-title {
  font-weight: bold;
  margin-left: 16px;
  position: relative
}
.apply-title:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #990000;
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  display: inline-block;
}
.apply-date {
  color: #990000;
  font-weight: bold;
  display: inline-block;
}
.apply-text {
  color: #333;
  margin-left: 16px;
}
.apply-spec {
  margin-left: 16px;
  font-weight: bold;
}
.apply-run {
  margin-left: 16px;
  margin-bottom: 8px;
  margin-top: 8px;
  display: inline-block;
}
.apply-run a {
  display: block;
  padding: 8px;
  background-color: #0068b3;
  color: #fff;
  border-radius: 5px;
}
.apply-run a:hover {
  text-decoration: none;
  background-color: #01538f;
}
.apply-full {
  margin-left: 16px;
  margin-bottom: 8px;
  margin-top: 8px;
  display: inline-block;
  padding: 8px;
  background-color: #c90101;
  color: #fff;
  border-radius: 5px;
}
.apply-list {
  margin-left: 16px;
  margin-bottom: 8px;
  margin-top: 8px;
  display: inline-block;
}
.apply-list a {
  display: block;
  padding: 8px;
  background-color: purple;
  color: #fff;
  border-radius: 5px;
}
.apply-list a:hover {
  text-decoration: none;
  background-color: #a703a7;
}
.apply-stop {
  margin-left: 16px;
  margin-bottom: 8px;
  margin-top: 8px;
  display: inline-block;
  padding: 8px;
  background-color: red;
  color: #fff;
  border-radius: 5px;
}
.apply-people {
  margin-left: 16px;
}
.apply-list-item {
  overflow: hidden;
  padding-left: 40px;
}
.apply-list-item li {
  width: 100%;
  float: left;
  line-height: 1.5;
}
.apply-name {
  font-weight: bold;
  padding-right: 16px;
  width: 10em;
  display: inline-block;
}
#form1 {
  margin: 16px 0px;
  padding: 0px 32px;
}
#form-order {
  margin: 16px 0px;
  padding: 0px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.row-group {
  margin: 5px 0px 15px;
}
.row-group-date {
  margin: 5px 0px 5px;
}
.control-title {
  display: block;
  margin-bottom: 5px;
}
.control-input {
  display: block;
  height: 33px;
}
.control-input-verification {
  display: inline-block;
}
.edit-input {
  display: inline-block;
  height: 33px;
}
.verification-code {
  display: inline-block;
}
.verification-code:after {
  content: "\f021";
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 36px;
  color: #b9b9b9;
  transition: all 0.3s ease;
  transform-origin: center;
  font-weight: 900;
  margin-left: 10px;
}
.verification-code:hover:after {
  transform: rotate(180deg);
  color: #990000;
}
#submit {
  padding: 8px;
  border: none;
  background-color: #008162;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
}
#submit:hover {
  background-color: #00664e;
}
.form-ordermemo {
  margin: 32px 0px;
}
.light-service {
  line-height: 50px;
  background-color: #fff;
  padding-top: 16px;
}
.light-list .col-xs-12:nth-of-type(odd) {
  background-color: #f8f5f8;
}
.light-list .col-xs-12:hover {
  background-color: #f7eaea;
}
.light-item {
  float: left;
  min-width: 8em;
  padding-left: 8px;
  padding-right: 8px;
}
.light-item label {
  margin-bottom: 0px;
}
.light-price {
  float: left;
  padding-left: 8px;
  padding-right: 8px;
}
.light-btn {
  float: right;
  padding-left: 8px;
  padding-right: 8px;
}
.light-btn .btn {
  font-size: 16px;
  width: 36px;
  height: 36px;
  padding: 0px;
}
.btn-booking, .btn-check, .btn-search {
  text-align: center;
  clear: both;
}
#btn-booking, #btn-next, #btn-search, #btn-checksms, #btn-add, #btn-back, #btn-check, #btn-forgot {
  padding: 8px 20px;
  background-color: #cf931f;
  color: #fff;
  border-radius: 18px;
  font-weight: bold;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1em;
  border: 2px solid #cf931f;
}
#btn-last {
  padding: 8px 20px;
  background-color: #fff;
  color: #cf931f;
  border-radius: 18px;
  font-weight: bold;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1em;
  border: 2px solid #cf931f;
}
#btn-check {
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.btn-check-code {
  padding: 8px;
  background-color: #cf931f;
  color: #fff;
  border-radius: 0;
  font-weight: bold;
  display: inline-block;
  line-height: 1em;
  border: none;
}
.btn-send {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.btn-check #btn-next, .btn-check #btn-last {
  margin-left: 30px;
  margin-right: 30px;
}
#btn-booking:hover, #btn-next:hover, #btn-search:hover, #btn-checksms:hover {
  background-color: #b57700;
  border: 2px solid #b57700;
}
#btn-last:hover {
  background-color: #b57700;
  border: 2px solid #b57700;
  color: #fff;
}
.light-rule {
  padding-top: 0px;
  padding-bottom: 32px;
  background-color: #fff;
}
.booking-step {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  padding-left: 0px;
  margin-top: 16px;
  margin-bottom: 32px;
  font-weight: bold;
  color: #aaa;
}
.booking-step li {
  text-align: center;
}
.booking-step li:nth-of-type(odd) {
  width: 160px;
}
.booking-step li i {
  margin-bottom: 5px;
}
.booking-step.booking-write li:nth-of-type(1) i, .booking-step.booking-check li:nth-of-type(3) i, .booking-step.booking-thanks li:nth-of-type(5) i {
  color: #bd7c00;
}
.booking-step.booking-write li:nth-of-type(1) div, .booking-step.booking-check li:nth-of-type(3) div, .booking-step.booking-thanks li:nth-of-type(5) div {
  color: #000;
}
.booking-step li:nth-of-type(odd) i {
  font-size: 30px;
}
.booking-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 2px dotted #990000;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.booking-form label, .booking-payment label {
  margin-bottom: 0px;
  line-height: 1.6;
}
.booking-form select, .ptorder-subscriber select {
  margin-right: 2px;
}
.light-circle {
  background-color: #cf4848;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 30px auto;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.light-circle i, .light-circle span {
  display: block;
  color: #fff;
}
.light-circle i {
  font-size: 30px;
}
.light-circle span {
  font-size: 20px;
  padding: 10px;
}
.light-circleprice {
  color: #222;
}
.light-switch1 {
  display: flex;
  justify-content: center;
}
.light-saveup {
  position: relative;
  display: inline-block;
  color: #bd7c00;
  padding: 3px 6px;
  border-radius: 5px;
  border: 1px solid #bd7c00;
  font-weight: bold;
  margin: 0 10px 15px;
  cursor: pointer;
}
.light-saveup:hover {
  text-decoration: none;
  color: #fff;
  background-color: #bd7c00;
}
.light-saveup i, .light-delete i {
  padding-right: 4px;
}
.light-delete {
  position: relative;
  display: inline-block;
  color: #888;
  padding: 3px 6px;
  border-radius: 5px;
  border: 1px solid #aaa;
  font-weight: bold;
  margin: 0 10px 15px;
  cursor: pointer;
}
.light-delete:hover {
  text-decoration: none;
  color: #fff;
  background-color: #aaa;
}
.light-copy {
  margin-left: 6em;
  color: #bd7c00;
  font-weight: bold;
  display: inline-block;
  line-height: 1.6;
  display: none;
}
.light-copy:hover {
  color: #cf4848;
}
.booking-fieldname {
  display: block;
  width: 5.5em;
  margin-right: 5px;
}
.booking-gender, .booking-paymentmethod, .booking-post {
  display: inline-block;
}
.booking-yearitem {
  font-weight: bold;
  color: #cf4848;
}
.booking-radio {
  margin-left: 20px !important;
}
.booking-birth select, .booking-address, .booking-petaddress {
  font-weight: bold;
  height: 31.6px;
}
.booking-memo {
  font-weight: normal;
  font-size: 14px;
  margin-top: 5px;
  width: 336px;
}
.booking-remark {
  vertical-align: top;
}
.petage {
  width: 4em;
  text-align: center;
  margin-right: 6px;
}
.calendar-switch {
  color: #bd7c00;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  text-align: center;
  padding: 3px 6px;
  border: 1px solid #bd7c00;
  border-radius: 5px;
  width: 4em;
}
.calendar-switch:hover {
  color: #fff;
  background-color: #bd7c00;
  text-decoration: none;
}
.calendar-output {
  font-weight: bold;
  color: #990000;
}
.booking-payment {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.booking-verificationgroup {
  display: flex;
}
.booking-verification {
  height: 36px;
  margin-right: 4px;
  color: #999;
}
.booking-checkform, .order-record {
  font-weight: bold;
  margin-bottom: 50px;
}
.booking-checktitle {
  display: none;
}
.booking-checkcontent {
  display: flex;
  flex-direction: column;
  border-bottom: 1px dotted #990000;
}
.booking-checkcontent div {
  margin-bottom: 10px;
}
.booking-checkcontent .booking-checkitem {
  font-size: 18px;
}
.booking-checkcontent .booking-checkitem i {
  color: #cf4848;
  margin-right: 5px;
}
.booking-checkcontent .booking-checkinfo, .booking-checkcontent .booking-checkprice {
  line-height: 1.5em;
}
.booking-checkcontent .booking-checkinfo {
  font-weight: normal;
}
.booking-checkinfo span {
  color: #900;
  font-size: 14px;
  display: block;
}
.booking-checktotal span {
  color: #cf4848;
  margin-left: 5px;
}
.booking-checkmemo span {
  color: #cf4848;
}
.booking-thankscontent {
  display: flex;
  justify-content: center;
  font-weight: bold;
  line-height: 2em;
}
.booking-thankscontent p span, .order-recordinfo p span {
  margin-left: 5px;
}
.booking-thankstext {
  color: #cf4848;
}
.booking-thanksmemo {
  margin-top: 50px;
  margin-bottom: 100px;
  color: #6e6e6e;
}
.order-recordinfo {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  padding: 10px;
  border: 1px solid #cf4848;
  border-radius: 10px;
}
.order-recordinfo-empty {
  margin-top: 10px;
}
.order-recordmemo {
  padding-left: 1.5em;
}
.order-record.optionCard > div > span {
  display: block;
  padding: 32px 0;
}
.order-record.optionCard > div > span:nth-of-type(even) {
  background-color: #FaFaFa;
}
.order-record.optionCard > div > span:nth-of-type(odd) {
  background-color: #ebe1e1;
}
.form-ptdetail, .form-ptorder {
  font-weight: bold;
}
.form-ptdetail {
  background-image: none;
}
.form-ordersmsmemo {
  line-height: 3em;
}
.form-ordersmsphone {
  font-size: 35px;
  font-family: 'Noto Serif TC', serif;
  font-weight: 900;
  color: #b57700;
}
.form-register-success, .form-password {
  margin-top: 20px;
  margin-bottom: 20px;
}
.form-password i {
  color: #990000;
}
.form-register-success p {
  margin-bottom: 10px;
}
#loginForm, #registerForm {
  padding-top: 32px;
}
.btn-checksms {
  margin-right: 20px;
}
#btn-resend {
  padding: 8px 20px;
  background-color: #fff;
  color: #aaa;
  border-radius: 18px;
  font-weight: bold;
  display: inline-block;
  margin: 30px 0;
  line-height: 1em;
  border: 2px solid #aaa;
}
#btn-resend:hover {
  background-color: #aaa;
  color: #fff;
}
.btn-resend {
  margin-left: 20px;
}
#form-ordersms {
  margin: 16px 0;
  padding: 0px 16px;
}
.sms-verification {
  display: block;
  height: 33px;
  margin-top: 12px;
}
.draw-lots-step {
  background-image: url("../images/bg-draw-lots.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 50px;
}
.draw-lots-step1 {
  position: relative;
  background-image: url("../images/draw-lots-step3bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ccc;
  border-radius: 50%;
}
.draw-lots-step3 {
  position: relative;
  background-image: url("../images/draw-lots-step3bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f899b6;
  border-radius: 50%;
}
.draw-lots-step2 {
  position: relative;
  background-color: #ad5b1db8;
  border-radius: 50%;
}
.draw-lots-step1 p, .draw-lots-step3 p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  font-family: 'Noto Sans TC', sans-serif;
  width: 100%;
  text-align: center;
}
#draw-lots-step2 p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Noto Sans TC', sans-serif;
  width: 100%;
  text-align: center;
}
#draw-lots-run {
  font-size: 25px;
  font-family: 'Oswald', sans-serif;
}
.draw-lots-finish {
  background-image: url("../images/bg-draw-lots2.jpg");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: 'Noto Serif TC', serif;
}
.draw-lots-finish ul {
  list-style-type: none;
}
.draw-lots-finish li {
  line-height: 1.5em;
}
.draw-lots-title {
  margin-right: 16px;
}
.draw-lots-subtitle {
  font-size: 14px;
}
.draw-lots-subtitle {
  font-size: 18px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 22px;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #555;
  border-radius: 50%;
  text-align: center;
}
.draw-lots-subtitle1 {
  margin-left: 25px;
}
.draw-lots-text1 {
  font-size: 22px;
}
.draw-lots-text2 {
  overflow: hidden;
  font-size: 18px;
}
.draw-lots-h3 {
  padding-left: 30px;
  padding-top: 10px;
}
.draw-lots-text2 li {
  float: left;
  width: 25%;
}
/*＝＝＝＝文創商品＝＝＝＝*/
.ptitem {
  margin-bottom: 32px;
}
.ptitem:nth-of-type(2n+1) {
  clear: both;
}
.ptsearch-group {
  padding: 8px 0;
}
.ptsearch-group select {
  padding: 4px;
}
.ptsearch-group input {
  border: 1px solid #900;
  padding: 4px 2px;
  margin-right: 2px;
}
.ptsearch-group button {
  border: 1px solid #900;
  background-color: #900;
  padding: 4px 8px;
  color: #fff;
}
.ptsearch {
  margin-bottom: 16px;
}
.pttitle, .pttitleB {
  font-size: 16px;
  color: #111;
  margin-top: 12px;
  font-weight: bold;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: end;
  justify-content: flex-end;
  width: 100%;
}
.pttitleB {
  font-size: 25px;
}
.pttitle:hover {
  color: #900;
}
.ptprice, .ptpriceB {
  color: #C30609;
  font-weight: bold;
}
.ptpriceB {
  font-size: 25px;
}
.ptpic {
  width: 80px;
}
.ptlist-title span, .form-favorite-title span {
  display: block;
  color: #666;
  font-size: 15px;
}
.ptlist-img {
  width: 80px;
}
.ptspec, .ptpreorder, .ptamount {
  padding: 4px 0;
}
.ptamount-cart {
  display: flex;
  align-items: center;
}
.ptamount-cart > .btn-faver {
  font-size: 1.75em;
  margin-right: 12px;
  position: relative;
  width: 28px;
  height: 28px;
  border: none;
  background-color: transparent;
  padding: 0px;
}
.ptamount-cart > .btn-faver > i {
  position: absolute;
  left: 0;
  top: 0;
  color: #828181;
}
.ptlist-delete {
  min-width: 30px;
}
.sum-table {
  border-top: 1px dotted #999;
}
.table.sum-table > thead > tr > th, .table.sum-table > tbody > tr > td {
  text-align: right;
  padding: 8px;
}
.table.sum-table > thead > tr > th {
  border-bottom: none;
}
.sum-table td:last-child {
  width: 15%;
}
.sum-table tr:last-child td {
  font-weight: bold;
  color: #900;
}
.table-hover .ptorder-active {
  background-color: #FaFaFa;
}
.order-record.optionCard .table-hover .ptorder-active {
  background-color: transparent;
}
.ptorder-payment, .ptorder-check {
  background-color: #d8d5d5;
  padding: 2px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.ptorder-payment > div, .ptorder-check > div {
  padding: 10px 15px;
}
.ptorder-check .check-main .bS02 > input {
  margin-bottom: 4px;
}
.ptorder-payment > div > label {
  display: inline-block;
  background-color: #fff;
  min-width: 148px;
  border-radius: 15px;
  padding: 5px 8px;
  text-align: center;
}
.payment-title, .ptorder-checktitle {
  font-size: 18px;
  font-weight: bold;
}
.ptorder-subscriber label {
  /*width: 100%;*/
  margin-bottom: 0;
}
.ptorder-subscriber select {
  margin-bottom: 8px;
  float: left;
  height: 33px;
}
.ptorder-subscriber select.city {
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
}
.ptorder-subscriber select#town {
  margin-left: 1%;
  margin-right: 0;
  float: right;
}
.ptorder-subscriber .ptorder-recipient {
  background-color: gainsboro;
  margin-bottom: 20px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 15px;
}
/*＝＝＝訂單查詢＝＝＝*/
.empty-cart, .empty-booking {
  padding: 100px 15px 150px;
}
.empty-cartbtn, .empty-bookingbtn {
  padding: 8px 20px;
  border-radius: 18px;
  font-weight: bold;
  display: inline-block;
  margin: 16px 8px;
  line-height: 1em;
  background-color: #fff;
}
.empty-cartbtn {
  color: #900;
  border: 2px solid #900;
}
.empty-cartbtn:hover {
  color: #fff;
  background-color: #900;
  border: 2px solid #900;
}
.empty-bookingbtn {
  color: #bd7c00;
  border: 2px solid #bd7c00;
}
.empty-bookingbtn:hover {
  color: #fff;
  background-color: #bd7c00;
  border: 2px solid #bd7c00;
}
.member-notice {
  padding: 12px 20px;
  border: dotted 1px #999000;
  margin-bottom: 20px;
  color: #666;
  font-size: 15px;
}
.member-notice ul {
  padding-left: 20px;
  text-align: justify;
}
.member-notice span.notice {
  color: #900;
}
.member-notice span.stronger {
  font-weight: 900;
  color: #000;
}
.subscriber .gender > label {
  display: inline-block;
  width: auto;
}
.transport {
  margin-bottom: 36px;
  border: solid #ddd;
  border-width: 1px 0;
}
.transport > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.transport > ul > li > div {
  display: table;
  width: 100%;
}
.transport > ul > li > div > label {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
  background: #FaFaFa;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 10px;
  position: relative;
  box-sizing: border-box;
}
.transport > ul > li > div > label > input {
  margin-right: 5px;
}
.transport > ul > li > div > .transport-text {
  display: table-cell;
  vertical-align: middle;
  padding: 15px;
  font-size: 15px;
  color: #666;
}
.transport > ul > li + li {
  border-top: 1px dashed #bbb;
}
.faver {
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 25px;
  bottom: -4px;
}
.faver .btn-faver {
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0px;
  margin-left: 4px;
}
.faver i {
  display: block;
  width: 24px;
  height: 24px;
  color: #828181;
  cursor: pointer;
}
.faver i.fas.fa-heart, .btn-search i.fas.fa-heart, .ptamount-cart > .btn-faver > i.fa-heart.fas, .form-favorite-list .fas.fa-heart {
  color: #900;
}
.breadcrumb {
  background-color: transparent;
}
.breadcrumb a {
  color: #932B2B;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
}
.mySwiper2 {
  height: 80%;
  width: 100%;
}
.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.swiper-button-next, .swiper-button-prev {
  color: #fff !important;
  text-shadow: 1px 0px 3px #adadad85;
}
.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ptitem-img {
  overflow: hidden;
}
.ptitem-img img {
  transition: all 0.5s ease;
  border: 1px solid #a56161;
}
.ptitem-img:hover img {
  transform: scale(1.1);
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.foot {
  color: #fff;
  background-color: #932B2B;
  padding: 10px 0px;
}
.foot a {
  color: #fff;
}
.foot .foot-social a {
  color: #fff;
  display: inline-block;
}
.foot .foot-img2 {
  max-width: 245px;
}
.foot i {
  font-size: 2em;
  margin: 8px;
}
.foot-privacy > a {
  display: inline-block;
  padding: 4px;
  font-size: 14px;
}
.copyright {
  text-align: center;
  color: #fff;
  background-color: #4599E2;
  padding: 8px 0;
}
#goTop {
  position: fixed;
  bottom: 15px;
  right: 10px;
  display: block;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
#goTop > i {
  position: relative;
  line-height: 32px;
  width: 32px;
  height: 32px;
  font-size: 22px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  color: #932b2b;
  box-shadow: 0 0 5px #932b2b;
}
/*＝＝＝multipurpose_tabcontent＝＝＝*/
.tab_main {
  padding-right: 15px;
  padding-left: 15px;
}
.tab_wrapper {
  margin: 20px 0 50px;
  width: 100%;
  position: relative;
  background-color: #fff;
}
.tab_wrapper * {
  box-sizing: border-box;
}
.tab_wrapper > ul {
  width: 100%;
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.tab_wrapper > ul li {
  float: left;
  cursor: pointer;
  font-weight: bold;
  padding: 0px;
  font-size: 1.05em;
  border: 0;
  position: relative;
  color: #fff;
  margin: 0px;
  width: 100%;
  text-align: center;
}
.tab_wrapper > ul li span {
  position: relative;
  display: block;
  line-height: 2.5em;
  top: 1px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #900;
  border-left-color: #fff;
  margin-right: -1px;
  background: #871919;
  background: -moz-linear-gradient(top, #871919 0%, #8e4545 50%, #890000 51%, #900000 100%);
  background: -webkit-linear-gradient(top, #871919 0%, #8e4545 50%, #890000 51%, #900000 100%);
  background: linear-gradient(to bottom, #871919 0%, #8e4545 50%, #890000 51%, #900000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#871919', endColorstr='#900000', GradientType=0);
}
.tab_wrapper > ul li:first-child span {
  border-left-color: #900;
}
.tab_wrapper > ul li:last-child span {
  margin-right: 0px;
}
.tab_wrapper > ul li.active {
  color: #900;
  z-index: 1;
  top: 1px;
  margin-top: -1px;
}
.tab_wrapper > ul li.active span {
  border-color: #900;
  background-color: #fff;
  background: #fff;
}
.tab_wrapper .controller {
  display: block;
  overflow: hidden;
  clear: both;
  position: absolute;
  top: 0;
  right: 0;
}
.tab_wrapper .controller span {
  padding: 8px 22px;
  background: #49a4d9;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}
.tab_wrapper .controller span.next {
  float: right;
  margin-left: 10px;
}
.tab_wrapper .content_wrapper {
  clear: both;
  display: block;
  width: 100%;
  border: 1px solid #900;
  box-sizing: border-box;
}
.tab_wrapper .content_wrapper .tab_content {
  display: none;
  padding: 15px 20px;
}
.tab_wrapper .content_wrapper .tab_content .error {
  color: red;
}
.tab_wrapper .content_wrapper .tab_content > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tab_wrapper .content_wrapper .tab_content > ul > li > a {
  display: block;
  padding: 8px 12px;
}
.tab_wrapper.third_tab1 .content_wrapper .tab_content > ul > li > a, .tab_wrapper.third_tab2 .content_wrapper .tab_content > ul > li > a, .tab_wrapper.third_tab3 .content_wrapper .tab_content > ul > li > a {
  color: #777;
  border: 2px dotted #777;
  line-height: 30px;
  border-radius: 20px;
  padding: 0px 20px;
  margin: 10px 15px;
  text-align: center;
  font-weight: bold;
}
.tab_wrapper.third_tab1 .content_wrapper .tab_content > ul > li:hover > a, .tab_wrapper.third_tab2 .content_wrapper .tab_content > ul > li:hover > a, .tab_wrapper.third_tab3 .content_wrapper .tab_content > ul > li:hover > a {
  color: #900;
  border: 2px dotted #900;
}
.tab_wrapper.third_tab1 .content_wrapper .tab_content > ul > li.active > a, .tab_wrapper.third_tab2 .content_wrapper .tab_content > ul > li.active > a, .tab_wrapper.third_tab3 .content_wrapper .tab_content > ul > li.active > a {
  background-color: #777;
  color: #fff;
}
.tab_wrapper.third_tab1 .content_wrapper .tab_content > ul > li.active:hover > a, .tab_wrapper.third_tab2 .content_wrapper .tab_content > ul > li.active:hover > a, .tab_wrapper.third_tab3 .content_wrapper .tab_content > ul > li.active:hover > a {
  background-color: #900;
}
.tab_wrapper .content_wrapper .accordian_header {
  display: none;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  position: relative;
  cursor: pointer;
}
.tab_wrapper .content_wrapper .accordian_header.active {
  color: #900;
  border-bottom: 1px solid #ccc;
}
.tab_wrapper .content_wrapper .accordian_header:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 5px;
  height: 100%;
  background: #900;
}
.tab_wrapper .content_wrapper .accordian_header .arrow {
  float: right;
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  border-radius: 2px;
  transform: rotate(-135deg);
  background: #fff;
  border-top: 3px solid #ccc;
  border-left: 3px solid #ccc;
  /* &:after{
					position: absolute;
					top: 0;
					content: "";
					left: 0;
					width: 10px;
					height: 10px;
					background: $white;
					border-top: 3px solid $border_color;
					border-left: 3px solid $border_color;
				} */
}
.tab_wrapper .content_wrapper .accordian_header.active .arrow {
  transform: rotate(45deg);
  margin-top: 5px;
  border-top: 3px solid #900;
  border-left: 3px solid #900;
}
.tab_wrapper.left_side > ul {
  width: 25%;
  float: left;
  border-bottom: 1px solid #ccc;
}
.tab_wrapper.left_side > ul li {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 12px 18px;
  border-width: 1px;
  border-right: 0;
  border-left: 0;
}
.tab_wrapper.left_side > ul li:after {
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background: #ccc;
}
.tab_wrapper.left_side > ul li.active {
  border-color: #ccc;
}
.tab_wrapper.left_side > ul li.active:after {
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: #49a4d9;
}
.tab_wrapper.left_side > ul li.active:before {
  right: -1px;
  position: absolute;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
}
.tab_wrapper.left_side .content_wrapper {
  width: 75%;
  border: 1px solid #ccc;
  float: left;
}
.tab_wrapper.left_side .controller {
  top: -50px;
}
.tab_wrapper.right_side > ul {
  width: 25%;
  float: right;
  border-bottom: 1px solid #ccc;
}
.tab_wrapper.right_side > ul li {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 12px 18px;
  border-width: 1px;
  border-right: 0;
  border-left: 0;
  text-align: right;
}
.tab_wrapper.right_side > ul li:after {
  right: 0;
  left: inherit;
  top: 0;
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background: #ccc;
}
.tab_wrapper.right_side > ul li.active {
  border-color: #ccc;
}
.tab_wrapper.right_side > ul li.active:after {
  right: 0;
  left: inherit;
  top: 0;
  width: 5px;
  height: 100%;
  content: "";
  background: #900;
}
.tab_wrapper.right_side > ul li.active:before {
  left: -2px;
  right: inherit;
  position: absolute;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
}
.tab_wrapper.right_side .content_wrapper {
  width: 75%;
  float: left;
  border: 1px solid #ccc;
}
.tab_wrapper.right_side .controller {
  top: -50px;
}
.tab_wrapper.accordion .content_wrapper {
  border-color: #ccc;
}
.tab_wrapper.accordion .content_wrapper .accordian_header {
  display: block;
}
.tab_wrapper.accordion > ul {
  display: none;
}
.tab_wrapper .active_tab {
  display: none;
  position: relative;
  background: #000000;
  padding: 12px;
  text-align: center;
  padding-right: 50px;
  color: #fff;
  cursor: pointer;
  border-radius: 30px;
}
.tab_wrapper .active_tab .arrow {
  width: 30px;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  text-align: center;
  background: #fff;
  position: absolute;
  right: 6px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.tab_wrapper .active_tab .arrow:after {
  content: "";
  width: 10px;
  display: inline-block;
  height: 10px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -8px;
}
.tab_wrapper .active_tab .text {
  text-indent: 39px;
  display: block;
}
.tab_style span {
  background-color: aliceblue;
  border: 1px solid #eee;
}
.icon-btn {
  width: 100%;
  margin-top: 20px;
}
.icon-btn .icon-btn-login {
  float: none;
  width: 100%;
  margin-bottom: 12px;
}
.icon-btn a {
  display: block;
  width: 100%;
  color: #fff;
  padding: 8px 12px;
  text-align: center;
}
.icon-btn a.icon-fb {
  background-color: #3c5a9a;
}
.icon-btn a.icon-google {
  background-color: #d54135;
}
.form-favorite-list {
  margin-bottom: 20px;
  border-bottom: 1px dotted #eee;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}
.form-favorite-list > i {
  color: red;
}
.form-favorite-list > a {
  line-height: 1;
}
.form-favorite-list > i, .form-favorite-list > a {
  float: right;
  display: block;
  width: 30px;
}
.form-favorite-list .form-favorite-img {
  padding-right: 10px;
}
.form-favorite-list .form-favorite-right {
  position: relative;
  width: calc(100% - 90px);
}
.form-favorite-list .form-favorite-title h3 {
  font-size: 16px;
  margin: 0px;
  line-height: 1.5;
}
.form-favorite-list .form-favorite-title h3 a {
  color: #333;
}
.form-favorite-list .form-favorite-price {
  font-weight: bold;
  color: #990000;
}
.form-favorite-list .form-favorite-icon {
  position: absolute;
  right: 5px;
  bottom: 8px;
}
.form-favorite-list .form-favorite-icon a {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}
.form-favorite-list .form-favorite-icon a:hover:before {
  position: absolute;
  left: 50%;
  top: 25px;
  width: 4em;
  font-size: 14px;
  display: inline-block;
  transform: translateX(-50%);
}
.form-favorite-list .form-favorite-icon1:hover:before {
  content: "移除最愛";
}
.form-favorite-list .form-favorite-icon2:hover:before {
  content: "加入購物";
}
.form-privacy, .form-disclaimer {
  margin-top: 20px;
  margin-bottom: 20px;
}
.form-privacy ul, .form-privacy ul ol {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 12px;
}
.form-privacy ul ol {
  padding-left: 30px;
}
.form-privacy ul ol li {
  padding-bottom: 8px;
  font-size: 15px;
}
.form-disclaimer p {
  padding-bottom: 8px;
}
/*＝＝＝頁碼＝＝＝*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #900;
  border-color: #900;
}
.pagination > li > a, .pagination > li > span {
  color: #111;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #333;
}
@media (max-width: 375px) {
  .order-recordinfo {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 478px) {
  .booking-verificationgroup > span, .booking-verification {
    display: block;
    width: 43%;
  }
}
@media (max-width: 767px) {
  .navbar-nav {
    margin-top: 0;
  }
  ol {
    padding-left: 25px;
  }
  .navbar-default {
    border-bottom: 1px solid #fff;
  }
  .navbar-default .navbar-collapse {
    background-color: #e7e7e7;
  }
  .about img {
    margin-top: 16px;
  }
  .apply-run4-gods {
    background-image: url("../images/apply-run4-gods.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 250px;
  }
  .apply-run5-gods {
    background-image: url("../images/apply-run5-gods.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 250px;
  }
  .apply-run6-gods {
    background-image: url("../images/apply-run6-gods.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 250px;
  }
  .draw-lots-gods {
    background-image: url("../images/draw-lots-gods.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 250px;
  }
  .draw-lots-step .col-xs-4, .service .col-xs-4 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .booking-checkcontent, .booking-checkend, .order-recordinfo {
    margin-left: 3vw;
    margin-right: 3vw;
  }
  .booking-checkprice {
    align-self: flex-end;
  }
  .booking-checkend {
    display: flex;
    flex-direction: column;
  }
  .booking-checkmemo {
    align-self: flex-start;
  }
  .booking-checktotal {
    align-self: flex-end;
  }
  #btn-check {
    display: block;
    width: 100%;
    margin-top: 4px;
  }
  .foot > .container > .row {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .foot-img2 {
    padding-left: 8px;
  }
  .foot .foot-text {
    margin-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .foot-social {
    padding-left: 8px;
  }
  /*＝＝＝multipurpose_tabcontent＝＝＝*/
  .tab_wrapper > ul {
    display: none;
  }
  .tab_wrapper .content_wrapper {
    border: 0;
  }
  .tab_wrapper .content_wrapper .accordian_header {
    display: block;
    color: #900;
  }
  .tab_wrapper.left_side .content_wrapper, .tab_wrapper.right_side .content_wrapper {
    width: 100%;
    border-top: 0;
  }
  .tab_wrapper .controller {
    display: none;
  }
  .tab_wrapper.show-as-dropdown > .tab_list {
    border: 0;
    box-shadow: 0 0 8px #ccc;
    position: absolute;
    z-index: 3;
    background: #fff;
    border-radius: 5px;
    margin-top: 15px;
  }
  .tab_wrapper.show-as-dropdown > .tab_list:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    width: 14px;
    height: 14px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: -3px -4px 5px #efefef;
    margin-left: -7px;
  }
  .tab_wrapper.show-as-dropdown > .tab_list li {
    border: 0;
    border-bottom: 1px solid #ccc;
  }
  .tab_wrapper.show-as-dropdown > .tab_list li.active:after {
    display: none;
  }
  .tab_wrapper.show-as-dropdown .active_tab {
    display: block;
  }
  .tab_wrapper.show-as-dropdown > .tab_list {
    display: none;
  }
  .tab_wrapper.show-as-dropdown > .content_wrapper > .accordian_header {
    display: none;
  }
  .tab_wrapper.show-as-dropdown > .tab_list li {
    display: block;
    float: none;
    width: 100%;
  }
  /*＝＝＝搜尋＝＝＝*/
  .ptsearch-group select {
    position: relative;
    width: 100%;
    margin-bottom: 8px;
    background-color: #000;
    color: #fff;
    -webkit-appearance: none;
    display: block;
    cursor: pointer;
    padding-left: 12px;
  }
  .ptsearch-group .ptselect:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    color: #fff;
    position: absolute;
    right: 30px;
    top: 8px;
    font-size: 20px;
  }
  .ptsearch-group input {
    width: calc(100% - 53px);
  }
  .ptsearch {
    display: flex;
  }
  /*＝＝＝文創商品＝＝＝*/
  .table thead {
    display: none;
  }
  .table, .table tbody, .table tr, .table td {
    display: block;
    width: 100%;
  }
  .table > tbody > tr > td:last-child {
    border-top: none;
  }
  .table tr {
    margin-bottom: 15px;
  }
  .table td::before {
    content: attr(data-label);
    font-size: 15px;
    font-weight: bold;
    text-align: left;
  }
  ptlist-img .table thead {
    display: none;
  }
  .table tbody tr {
    padding-left: 94px;
    position: relative;
  }
  .table.sum-table thead {
    display: block;
  }
  .table.sum-table tbody tr {
    padding-left: 0;
    clear: both;
  }
  .table.sum-table th:first-child, .table.sum-table td:first-child {
    width: 50%;
    float: left;
    text-align: left;
  }
  .table.sum-table th:last-child, .table.sum-table td:last-child {
    width: 50%;
    float: right;
    text-align: right;
    border-top: 1px solid #ddd;
  }
  .ptlist-img {
    position: absolute;
    left: 0;
    width: 80px !important;
  }
  .pt-btn {
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    background-repeat: no-repeat;
    padding: 0 !important;
    transition: none;
  }
  .btn-delete {
    position: absolute;
    right: 8px;
    top: 5px;
  }
  .transport > ul > li > div > label, .transport > ul > li > div > .transport-text {
    width: auto;
    display: block;
    font-size: 15px;
  }
  .ptorder-check .bS03 {
    display: flex;
    flex-direction: column;
  }
  .ptorder-check .bS03 input {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 390px) {
  .tab_wrapper.third_tab1 .content_wrapper .tab_content > ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
}
@media (min-width: 414px) {
  .light-item {
    width: 40%;
  }
  .light-price {
    min-width: 6em;
    width: 20%;
  }
}
@media (min-width: 600px) {
  .draw-lots-step1 p, .draw-lots-step3 p, .draw-lots-step2 p {
    font-size: 25px;
  }
  .draw-lots-step1 p, .draw-lots-step3 p {
    text-shadow: 2px 2px 1px #000;
  }
  #draw-lots-run {
    font-size: 35px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 768px) {
  .main {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 36px;
    padding-bottom: 36px;
    background-image: url(../images/bg-main.jpg);
    background-size: cover;
    background-attachment: fixed;
  }
  .container {
    width: 100%;
  }
  .main .container {
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 7px #8f4c4c;
  }
  .home .main .container {
    background-color: transparent;
    box-shadow: none;
  }
  .home .main p {
    text-align: center;
  }
  .home .serviceitem {
    font-size: 35px;
  }
  .navbar {
    border-radius: 0;
  }
  .navbar-default .navbar-header {
    float: left;
    width: 30%;
  }
  .navbar-default .navbar-collapse {
    float: left;
    width: calc(70% - 150px);
  }
  .navbar-default .navbar-nav {
    float: none;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .navbar-default .navbar-nav > li > a {
    position: relative;
    height: 100px;
    line-height: 1.2;
    padding-left: 1em;
    padding-right: 1em;
    width: 1em;
  }
  .navbar-default .navbar-nav > li.draw-lots-ebook {
    margin-left: 9px;
  }
  .navbar-default .navbar-nav > li.draw-lots-ebook > a > span {
    display: inline-block;
  }
  /*  .navbar-default .navbar-nav > li.draw-lots-ebook > a > span.draw-lots-ebook2 {
    line-height: 1.8;
  }*/
  .navbar-default .navbar-nav > li > a:before {
    background: none;
  }
  .navbar-default .navbar-nav > li > a:hover:before {
    background: none;
  }
  .navbar-brand {
    width: 234px;
    height: 100px;
    background-image: url("../images/head-logo.png");
  }
  .order-nav {
    position: relative;
    float: right;
    right: 10px;
    width: 150px;
  }
  .order-nav .register, .order-nav .shop {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .banner {
    margin-top: 100px;
  }
  .banner img {
    width: 100%;
  }
  .apply-list-item li {
    width: 50%;
  }
  .pull-right-pc {
    float: right !important;
  }
  #form1 {
    background-image: url(../images/lotus.png);
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  .form-ptdetail {
    background-image: url("../images/flower2.png");
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  .form-ptdetail {
    background-image: none;
  }
  .draw-lots-step1, .draw-lots-step2, .draw-lots-step3 {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    border: 5px solid #fff;
    box-shadow: 0px 0px 7px #8f4c4c;
  }
  .light-list {
    width: 600px;
    margin: 0 auto;
  }
  .light-item {
    width: 35%;
  }
  .light-price {
    width: 20%;
    text-align: right;
  }
  .booking-form select, .ptorder-subscriber select {
    margin-right: 4px;
  }
  .booking-fieldname {
    display: inline-block;
    text-align: right;
  }
  .booking-payment .booking-fieldname {
    text-align: left;
  }
  .booking-add, .booking-petgender {
    display: inline-block;
  }
  .booking-birth, .booking-tel {
    display: inline-block;
    vertical-align: top;
  }
  .booking-checktitle, .booking-checkcontent {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .booking-checktitle {
    background-color: #f7e0e0;
    padding: 4px 0;
  }
  .booking-checkitem, .booking-checkprice {
    width: calc(150px + 3.6vw);
    padding: 0 1.8vw
  }
  .booking-checkinfo {
    width: calc(427px + 3.6vw);
    padding: 0 1.8vw
  }
  .booking-checkprice {
    text-align: right;
  }
  .booking-checkend {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .booking-checkmemo {
    width: 350px;
  }
  .booking-checktotal {
    width: 350px;
    text-align: right;
  }
  .order-recordinfo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: 15px;
    margin-right: 15px;
  }
  .icon-btn {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .icon-btn .icon-btn-login {
    float: left;
    width: 50%;
  }
  .table > thead > tr > th, .table > tbody > tr > td {
    text-align: center;
  }
  .table > tbody > tr > td:nth-child(2) {
    text-align: left;
  }
  .table.sum-table > tbody > tr > td:nth-child(2) {
    text-align: right;
  }
  td[data-label="單價："] {
    color: #990000;
  }
  .form-favorite-list {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .form-favorite-list .form-favorite-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .form-favorite-list .form-favorite-title {
    width: 70%;
  }
  .form-favorite-list .form-favorite-price {
    width: 80px;
    text-align: center;
  }
  .form-favorite-list .form-favorite-icon {
    position: initial;
  }
  .ptitem:nth-of-type(2n+1) {
    clear: none;
  }
  .ptitem:nth-of-type(3n+1) {
    clear: both;
  }	
  .foot {
    padding: 16px 0px;
  }
  .foot > .container > .row {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .ptsearch {
    text-align: right;
  }
  .foot i {
    margin: 6px;
  }
  #goTop {
    bottom: 90px;
    right: 10px;
  }
  /*＝＝＝multipurpose_tabcontent＝＝＝*/
  .tab_wrapper.show-as-dropdown > .tab_list {
    display: block !important;
    overflow: hidden;
  }
  .tab_wrapper.third_tab1 .content_wrapper .tab_content > ul, .tab_wrapper.third_tab2 .content_wrapper .tab_content > ul, .tab_wrapper.third_tab3 .content_wrapper .tab_content > ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
  }
  .navbar-default .navbar-header {
    width: 25%;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 18px;
  }
  .booking-form, .booking-payment {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .booking-leftside, .booking-center, .booking-rightside {
    padding: 0 1.8vw;
  }
  .light-switch {
    width: 150px;
  }
  .light-switch a {
    display: block;
    margin: 20px auto;
    width: 66px;
  }
  .order-recordinfomation {
    max-width: 850px;
  }
  .ptitem:nth-of-type(3n+1) {
    clear: none;
  }
  .ptitem:nth-of-type(4n+1) {
    clear: both;
  }
  .foot i {
    margin: 8px;
  }
}
@media (min-width: 1250px) {
  .container {
    width: 1220px;
  }
  .ptcontent {
    padding: 24px 0;
  }
  .form-favorite-list {
    width: 80%;
  }
}