@charset "UTF-8";
.color01 {
  color: #FF000D;
}

.color02 {
  color: #707070 !important;
}

.color03 {
  color: #006A04 !important;
}

.color04 {
  color: #315187 !important;
}

.color05 {
  color: #5F7DAF !important;
}

.font-w {
  font-weight: bold !important;
}

.bg01 {
  background: #FFCF7D;
}

.bg0 {
  background: #5F7DAF !important;
}

.row.nav-Page02 {
  margin: 0;
}

.maker {
  background: #315187;
  color: #ffffff;
  padding: 8px 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.banner-all img {
  width: 100%;
}

.btn {
  background: #000000;
  padding: 8px 15px;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  width: 150px;
  letter-spacing: 2px;
}

.btn:hover {
  background: #646464;
}

.btn01 {
  background: #315187;
  padding: 8px 15px;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  width: 150px;
  letter-spacing: 2px;
}

.btn01:hover {
  background: #646464;
}

.btn02 {
  background: #646464;
  padding: 8px 15px;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  width: 150px;
  letter-spacing: 2px;
}

.btn02:hover {
  background: #000000;
}

.btn03 {
  background: #ffffff;
  padding: 8px 15px;
  border-radius: 5px;
  color: #315187;
  border: solid 1px #315187;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  letter-spacing: 2px;
  width: 150px;
}

.btn03:hover {
  background: #315187;
  color: #ffffff;
}

.btn04 {
  background: #707070;
  padding: 8px 15px;
  border-radius: 5px;
  color: #ffffff;
  border: solid 1px #315187;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  letter-spacing: 2px;
  width: 150px;
}

.btn04:hover {
  background: #315187;
}

/*頁碼02 */
.nav-Page02 .pagination {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
  margin: 30px 0;
}

.nav-Page02 .pagination .page-left, .nav-Page02 .pagination .page-right, .nav-Page02 .pagination .page-double-right, .nav-Page02 .pagination .page-double-left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 22px;
  height: 22px;
  padding: 0px 5px;
}

.nav-Page02 .pagination .page-left::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 2px;
  top: 6px;
}

.nav-Page02 .pagination .page-right::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -2px;
  top: 6px;
}

.nav-Page02 .pagination .page-double-right::after, .nav-Page02 .pagination .page-double-right::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 1px solid;
  border-top: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
  right: 0px;
}

.nav-Page02 .pagination .page-double-right::after {
  right: 6px;
}

.nav-Page02 .pagination .page-double-left::after, .nav-Page02 .pagination .page-double-left::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
  left: 6px;
}

.nav-Page02 .pagination .page-double-left::after {
  left: 0px;
}

.nav-Page02 .pagination li.page-item {
  margin-top: 0;
}

.nav-Page02 .pagination li.page-item a.page-link {
  line-height: 1;
  padding: 7px 12px;
  background: #000000;
  color: #ffffff;
  border: solid 1px #808080;
  border-radius: 0;
}

.nav-Page02 .pagination li.page-item a.page-link[href] {
  background: #fff;
  color: #000;
}

.nav-Page02 .pagination .page-item:first-child .page-link.paw {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.nav-Page02 .pagination .page-item:last-child .page-link.paw {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.nav-Page02 .pagination li.page-item a.page-link:hover {
  background: #000000;
  color: #ffffff;
  border: solid 1px #808080;
}

.font-w {
  font-weight: bold;
}

/*BANNER */
.banner {
  margin: 0;
  padding: 0;
}

.banner .swiper-slide img {
  width: 100%;
}

.banner .swiper-button-prev, .banner .swiper-button-next {
  color: #5F7DAF;
}

.title h1, .title h2, .title h3 {
  color: #5F7DAF;
  font-weight: bold;
}

.title hr {
  background: #5F7DAF;
}

.title h1, .title h2, .title h3 {
  color: #000000;
  font-weight: bold;
}

.title hr {
  background: #000000;
}

.index-product .index-produc-easyzoom {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
}

.index-product .index-produc-easyzoom .easyzoom--with-toggle {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform .2s, -webkit-transform .2s;
}

.card {
  position: relative;
  margin-bottom: 35px;
}

.card a {
  display: block;
}

.card .card-img {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.card .card-img img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 500px;
}

.card .card-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 10px 5px;
  color: #315187;
  text-align: center;
  font-weight: bold;
  background: #ffffffb3;
}

.card:hover .card-img {
  opacity: 0.8;
}

.card01 {
  position: relative;
  margin-bottom: 35px;
}

.card01 a {
  display: block;
}

.card01 .card-img {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.card01 .card-img img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 250px;
}

.card01 .card-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 10px 5px;
  color: #315187;
  text-align: center;
  font-weight: bold;
  background: #ffffffb3;
}

.card01:hover .card-img {
  opacity: 0.8;
}

.card02 {
  position: relative;
  margin-bottom: 35px;
}

.card02 a {
  display: block;
}

.card02 a .card02-img {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.card02 a .card02-img img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 350px;
}

.card02:hover .card-img {
  opacity: 0.8;
}

.form-search {
  margin-top: 30px;
}

.form-search form .input-group {
  width: 100%;
  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;
}

.form-search form .input-group label {
  color: #315187;
  font-size: 20px;
  width: 120px;
  font-weight: bold;
}

.form-search form .input-group .form-control {
  width: calc( 100% - 250px);
  font-size: 16px;
  line-height: 25px;
  padding: 3px;
}

.form-search form .input-group .input-group-append {
  width: 120px;
  margin-left: 10px;
}

.form-search form .input-group .input-group-append button {
  background: #5F7DAF;
  color: #ffffff;
  border-radius: 5px;
  width: 100%;
}

.shop-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
}

.shop-btn .shop-btn-basket, .shop-btn .shop-btn-shop {
  border-radius: 5px;
  padding: 8px;
  width: calc( 50% - 10px);
  margin-right: 10px;
  text-align: center;
}

.shop-btn .shop-btn-basket a, .shop-btn .shop-btn-shop a {
  color: #ffffff;
  font-size: 25px;
}

.shop-btn .shop-btn-basket:hover, .shop-btn .shop-btn-shop:hover {
  background: #646464;
}

.shop-btn .shop-btn-basket {
  background: #5F7DAF;
}

.shop-btn .shop-btn-shop {
  background: #000000;
}

ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 50px;
  border-bottom: 1px solid #333;
  width: 100%;
}

ul.tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 10px 30px;
  height: 50px;
  line-height: 31px;
  font-size: 20px;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  background: #707070;
  margin-right: 15px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

ul.tabs li:hover {
  opacity: 0.9;
}

ul.tabs li.active {
  background: #5F7DAF;
  display: block;
}

.tab_container {
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  overflow: auto;
}

.tab_content {
  padding: 20px;
  display: none;
}

.new02 {
  border: solid 1px #315187;
  border-left: solid 6px #315187;
  padding: 10px;
  margin-bottom: 15px;
  background: #ffffff;
  font-weight: 900;
}

.new02:hover {
  background: #F1F1F1;
}

.new02 .news02-time {
  color: #5F7DAF;
}

.new02 .news02-time i {
  margin-right: 10px;
}

.contact-ul li {
  font-size: 18px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 24px;
}

.contact-ul i {
  color: #315187;
  padding-right: 10px;
}

.form-1 input {
  width: 100%;
  padding: 8px;
  border-radius: 5px;
  border: solid 1px;
}

.form-1 #xcode {
  width: 200px;
}

footer {
  background: url("../images/footer.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-size: 100%;
}

footer .copyright {
  background: #315187;
  text-align: center;
  color: #ffffff;
  padding: 5px;
}

.member_join ol {
  padding-left: 15px;
}

.member_join ol li {
  margin: 15px 0;
  list-style: decimal;
}

.member_join ol li ul {
  margin-bottom: 5px;
  margin-left: 15px;
}

.member_join ol li ul li {
  list-style: none;
}

.bar-graph, .bar-graph-text {
  width: 80%;
  margin: 0 auto;
}

.bar-graph {
  background: #c5c5c5;
  height: 15px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-bottom: 10px;
  margin-top: 20px;
}

.bar-graph .bar-graph-bg {
  background: #315187;
  height: 15px;
  width: 33.33%;
}

.bar-graph .bar-graph-bg02 {
  width: 66.66%;
}

.bar-graph .bar-graph-bg03 {
  width: 100%;
}

.bar-graph-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bar-graph-text h2 {
  width: 33.33%;
  color: #315187;
  font-size: 16px;
  font-weight: 400;
  margin: 0px 0 30px 0;
}

.payment-methoda .payment-method-div:nth-child(2n+1) {
  background: #EBEBEB;
}

.payment-methoda .payment-method-div {
  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;
  padding: 10px 15px;
  font-size: 20px;
}

.payment-methoda .payment-method-div .payment-method-way {
  width: 200px;
}

.payment-methoda .payment-method-div .payment-method-way .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.payment-methoda .payment-method-div .payment-method-way .answer label, .payment-methoda .payment-method-div .payment-method-way .answer input {
  width: 50%;
}

.payment-methoda .payment-method-div .payment-method-way .answer label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}

.payment-methoda .payment-method-div .payment-method-way .answer input {
  content: '';
  background: #fff;
  border: 2px solid #ccc;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}

.payment-methoda .payment-method-div .payment-method-text {
  width: calc( 100% - 200px);
}

.successfully-ordered-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 60%;
  max-width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #315187;
  margin: 40px auto;
  padding: 80px 30px;
}

.successfully-ordered-div .successfully-ordered-div-img {
  width: 300px;
  text-align: center;
}

.successfully-ordered-div .successfully-ordered-div-img img {
  width: 120px;
  height: 120px;
}

.successfully-ordered-div .successfully-ordered-div-text {
  width: calc( 100% - 300px);
  padding: 0 30px;
}

.successfully-ordered-div .successfully-ordered-div-text p {
  padding: 6px 0;
  font-size: 20px;
}

.rwd-table {
  width: 100%;
  margin-top: 5px;
}

.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  padding-top: .5em;
}

.rwd-table td:last-child {
  padding-bottom: .5em;
}

.rwd-table td:before {
  content: attr(data-th) "";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}

.rwd-table th, .rwd-table td {
  text-align: left;
}

/* ------------------ */
/* ----- Design ----- */
/* ------------------ */
.rwd-table {
  color: White;
  overflow: hidden;
}

.rwd-table th, .rwd-table td {
  margin: .5em 1em;
}

.rwd-table th {
  color: #ffffff;
}

.rwd-table td:before {
  color: #000000;
}

.rwd-table thead th {
  background: #000000;
}

.rwd-table tbody tr {
  background: #ffffff;
}

.rwd-table tbody tr td {
  color: #000000;
}

.rwd-table tbody tr td a {
  border-bottom: solid 1px;
}

.rwd-table tbody tr td button {
  border: solid 1px #000000;
}

.rwd-table tbody tr td button:hover {
  background: #000000;
  color: #ffffff;
}

.rwd-table.rwd-table-order2 {
  border: solid 1px #000000;
}

.rwd-table.rwd-table-order2 thead {
  background: #000000;
}

.rwd-table.rwd-table-order2 tr {
  border: none;
}

.rwd-table.rwd-table-order2 tbody tr {
  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;
}

.rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img {
  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;
}

.rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img img {
  width: 100px;
  height: auto;
  margin: 5px  10px;
}

.rwd-table.rwd-table-order2 tr {
  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;
}

.rwd-table.rwd-table-order2 tbody .fare td, .rwd-table.rwd-table-order2 tbody .total td {
  width: 50%;
}

.rwd-table.rwd-table-order2 tbody .fare td:nth-child(2), .rwd-table.rwd-table-order2 tbody .total td:nth-child(2) {
  text-align: right;
}

.rwd-table.rwd-table-order2 tbody .fare {
  border-top: solid 1px #B6B5B5;
}

.rwd-table.rwd-table-order2 tbody .total {
  background: #EBEBEB;
}

.rwd-table.rwd-table-order2 tbody .total td {
  color: #b81b23;
  font-weight: bold;
}

.rwd-table.rwd-table-order3 th:nth-child(1), .rwd-table.rwd-table-order3 td:nth-child(1) {
  width: 60%;
}

.rwd-table.rwd-table-order3 th:nth-child(2), .rwd-table.rwd-table-order3 td:nth-child(2) {
  width: 20%;
}

.rwd-table.rwd-table-order3 th:nth-child(3), .rwd-table.rwd-table-order3 td:nth-child(3), .rwd-table.rwd-table-order3 th:nth-child(4), .rwd-table.rwd-table-order3 td:nth-child(4) {
  width: 10%;
}

.rwd-table.rwd-table-order3 td:nth-child(4) i {
  font-size: 25px;
}

.rwd-table.rwd-table-order3 td .shopify-buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px;
}

.rwd-table.rwd-table-order3 td .shopify-buy input.shopify-buy__quantity {
  width: calc( 100% - 80px);
  margin: 0 10px;
  text-align: center;
}

.rwd-table.rwd-table-order3 td .shopify-buy button {
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #000000;
  color: #ffffff;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 667px) {
  .rwd-table td:before {
    display: none;
  }
  .rwd-table thead th {
    text-align: center;
  }
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: 1em !important;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table.rwd-table-order2 th, .rwd-table.rwd-table-order2 td {
    display: table-cell;
    padding: 1em !important;
    margin: 0;
  }
  .rwd-table.rwd-table-order2 th:nth-child(1), .rwd-table.rwd-table-order2 td:nth-child(1) {
    width: 60%;
  }
  .rwd-table.rwd-table-order2 th:nth-child(2), .rwd-table.rwd-table-order2 td:nth-child(2), .rwd-table.rwd-table-order2 th:nth-child(3), .rwd-table.rwd-table-order2 td:nth-child(3) {
    width: 20%;
    text-align: center;
  }
  .rwd-table.rwd-table-order3 th:nth-child(1), .rwd-table.rwd-table-order3 td:nth-child(1) {
    width: 60%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(2), .rwd-table.rwd-table-order3 td:nth-child(2) {
    width: 20%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(3), .rwd-table.rwd-table-order3 td:nth-child(3), .rwd-table.rwd-table-order3 th:nth-child(4), .rwd-table.rwd-table-order3 td:nth-child(4) {
    width: 10%;
  }
}

@media screen and (max-width: 1024px) {
  .rwd-table.rwd-table-order3 tbody .fare td:last-child, .rwd-table.rwd-table-order3 tbody .total td:last-child {
    padding-right: 15%  !important;
  }
  .card .card-img img {
    height: 450px;
  }
  .card02 a .card02-img img {
    height: 300px;
  }
}

@media screen and (max-width: 991px) {
  .rwd-table.rwd-table-order3 th:nth-child(1), .rwd-table.rwd-table-order3 td:nth-child(1) {
    width: 50%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(2), .rwd-table.rwd-table-order3 td:nth-child(2) {
    width: 30%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(3), .rwd-table.rwd-table-order3 td:nth-child(3), .rwd-table.rwd-table-order3 th:nth-child(4), .rwd-table.rwd-table-order3 td:nth-child(4) {
    width: 10%;
  }
  .rwd-table.rwd-table-order3 tbody .fare td:last-child, .rwd-table.rwd-table-order3 tbody .total td:last-child {
    padding-right: 13.5%  !important;
  }
  .cord04 .cord04-img {
    height: 225px;
  }
  .successfully-ordered-div {
    width: 80%;
    padding: 15px;
  }
  .successfully-ordered-div .successfully-ordered-div-img img {
    padding: 20px;
  }
  .successfully-ordered-div .successfully-ordered-div-img, .successfully-ordered-div .successfully-ordered-div-text {
    width: 100%;
  }
  .card .card-img img {
    height: 320px;
  }
  .shop-btn .shop-btn-basket a, .shop-btn .shop-btn-shop a {
    font-size: 14px;
  }
}

@media screen and (max-width: 667px) {
  .card .card-img img, .card02 a .card02-img img {
    height: 180px;
  }
  .card01 a .card-img img {
    height: 400px;
  }
  .form-1 img#imgcode {
    padding-left: 10px;
  }
  .form-1 input {
    margin-top: 10px;
  }
  .form-1 #xcode {
    margin-top: 10px;
  }
  .rwd-table.rwd-table-order2 {
    border-collapse: inherit;
  }
  .rwd-table.rwd-table-order2 tbody tr td {
    width: 100%;
  }
  .rwd-table.rwd-table-order2 tbody .fare td, .rwd-table.rwd-table-order2 tbody .total td {
    width: 50%  !important;
    margin: 10px 0;
    padding: 0 10px;
  }
  .rwd-table.rwd-table-order2 tbody .fare td::before, .rwd-table.rwd-table-order2 tbody .total td::before {
    content: "";
    display: none;
  }
  .rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img img {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img p {
    width: 100%;
    font-size: 25px;
  }
  .rwd-table.rwd-table-order3 th, .rwd-table.rwd-table-order3 td {
    width: 100%  !important;
  }
  .rwd-table.rwd-table-order3 td .shopify-buy {
    margin: 10px 0;
  }
  .rwd-table.rwd-table-order2 tbody .fare td:last-child, .rwd-table.rwd-table-order2 tbody .total td:last-child {
    padding-right: 15px  !important;
  }
  .payment-methoda .payment-method-div .payment-method-way, .payment-methoda .payment-method-div .payment-method-text {
    width: 100%;
  }
  .payment-methoda .payment-method-div .payment-method-way {
    border-bottom: solid 1px #E8E8E8;
    padding-bottom: 10px;
  }
  .payment-methoda .payment-method-div .payment-method-text {
    margin: 15px 0;
  }
  .form-search form .input-group label {
    width: 100%;
    margin-bottom: 15px;
  }
  .form-search form .input-group .form-control {
    width: calc( 100% - 130px);
  }
}

@media screen and (max-width: 450px) {
  .cord04 .cord04-img {
    height: 350px;
  }
}

@media screen and (max-width: 375px) {
  .card .card-img img {
    height: 150px;
  }
  .card01 a .card-img img {
    height: 350px;
  }
}

@media screen and (max-width: 320px) {
  .card .card-img img {
    height: 130px;
  }
  .card01 a .card-img img {
    height: 300px;
  }
}
/*# sourceMappingURL=all.css.map */