@charset "UTF-8";
.mob_open {
  display: none;
}

.f18 {
  font-size: 18px;
  line-height: 1.8;
}

.f20 {
  font-size: 20px;
}

.w600 {
  font-weight: 600;
}

.d-flexc {
  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;
}

.d-flexj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.min110 {
  min-width: 110px;
}

section.page, section.up, .up {
  position: relative;
  z-index: 1;
}

section.page .container {
  background: #fff;
  padding: 0 60px 60px;
}

.w100 {
  width: 100px;
}

.container-100 {
  position: relative;
  max-width: 100%;
}

.container-90 {
  position: relative;
  max-width: 90%;
  margin-left: calc(10% - 15px);
}

.grayline {
  background: #E5E5E5;
  margin: 60px 0;
  width: 100%;
}

.btn, .btn_g {
  font-size: 16px;
  letter-spacing: 2px;
  background: #FFF;
  border: solid 1px #97D0D5;
  color: #97D0D5;
  padding: 8px 40px 8px 20px;
  position: relative;
}

.btn::before, .btn_g::before {
  position: absolute;
  top: 50%;
  right: -25px;
  width: 40px;
  height: 1px;
  content: "";
  background: #97D0D5;
  -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;
}

.btn:hover, .btn_g:hover {
  background: #97D0D5;
  border: solid 1px #97D0D5;
  color: #FFF;
}

.btn:hover::before, .btn_g:hover::before {
  right: -15px;
  background: #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;
}

.btn_g {
  background: #97D0D5 !important;
  border: solid 1px #97D0D5 !important;
  color: #FFF !important;
}

.btn_g::before {
  background: #FFF !important;
}

.btn_g:hover {
  background: #5AB7BF !important;
  border: solid 1px #5AB7BF !important;
  color: #FFF !important;
}

.btn_w {
  font-size: 18px;
  letter-spacing: 2px;
  background: #ffffff00;
  border: solid 1px #FFF;
  color: #FFF;
  padding: 10px 20px;
  position: relative;
}

.btn_w span {
  margin-left: 20px;
}

.btn_w:hover {
  background: #97D0D5;
  border: solid 1px #97D0D5;
  color: #FFF;
}

.btn01 {
  color: #FFF !important;
  border-radius: 6px !important;
  background: #97D0D5 !important;
  border: solid 1px #97D0D5 !important;
}

.btn01:hover {
  background: #707070 !important;
  border: solid 1px #707070 !important;
  color: #FFF !important;
}

.btn02 {
  background: #5AB7BF !important;
  color: #FFF !important;
  border: solid 1px #5AB7BF !important;
}

.btn02:hover {
  background: #707070 !important;
  border: solid 1px #707070 !important;
}

.btn_reset {
  background: #b2b2b2 !important;
  border: solid 1px #b2b2b2 !important;
  color: #FFF !important;
}

.btn_reset:hover {
  background: #505050 !important;
  border: solid 1px #505050 !important;
}

.btn_submit {
  background: #5AB7BF !important;
  border: solid 1px #5AB7BF !important;
  color: #FFF !important;
}

.btn_submit:hover {
  background: #505050 !important;
  border: solid 1px #505050 !important;
}

.l-h {
  line-height: 26px;
}

.color01 {
  color: #5AB7BF;
}

.color02 {
  color: #97D0D5;
}

.color03 {
  color: #D5ECEE;
}

.color_gray {
  color: #505050;
}

.color_w {
  color: #FFF !important;
}

.top-member {
  padding: 10% 0;
}

.top-alla {
  padding: 5% 0;
}

.top-allb {
  padding: 10% 0 5% 0;
}

.push {
  padding-top: 120px;
}

.box {
  -webkit-box-shadow: 0px 3px 20px #00000024;
          box-shadow: 0px 3px 20px #00000024;
  background: #FFF;
}

.bg01 {
  position: relative;
  background-image: url("../img/bg01.jpg");
}

.bg02 {
  background-image: url("../img/bg02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  background-attachment: fixed;
}

.bg03 {
  background-image: url("../img/bg03.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  position: relative;
}

.bg_page {
  position: relative;
  background-image: url("../img/bg01.jpg");
}

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

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

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

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

.banner .swiper-banner .swiper-slide {
  position: relative;
  overflow: hidden;
  height: auto;
}

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

.banner .swiper-banner .swiper-slide a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100%;
}

.banner .swiper-banner .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

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

.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #97D0D5;
}

main .bn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main .bn img {
  width: 100%;
}

/*大標*/
.title, .title_w {
  margin: 60px 0;
  display: inline-block;
}

.title p, .title_w p {
  font-size: 15px;
  color: #5AB7BF;
  font-weight: 600;
  display: inline-block;
  position: relative;
  margin-bottom: 6px;
}

.title p::before, .title_w p::before {
  position: absolute;
  content: "";
  background: #5AB7BF;
  width: 40px;
  height: 1px;
  right: -55px;
  bottom: calc( 50% - 1px);
}

.title h1, .title h2, .title_w h1, .title_w h2 {
  font-size: 30px;
  color: #5AB7BF;
  font-weight: 600;
  position: relative;
  display: block;
}

.title h1::before, .title h2::before, .title_w h1::before, .title_w h2::before {
  position: absolute;
  content: "";
  background-image: url(../img/t_bring.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 39px;
  height: 33.6px;
  right: -50px;
  bottom: 0;
}

.title_w h1, .title_w h2 {
  color: #fff !important;
}

.title_w h1::before, .title_w h2::before {
  background: #fff !important;
}

.page_title {
  position: relative;
  margin: 60px 0 30px;
}

.page_title::before {
  content: "";
  position: absolute;
  background-image: url(../img/new_bring.svg);
  width: 72px;
  height: 62px;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
}

.page_title p {
  color: #97D0D5;
  text-align: center;
}

.page_title h2 {
  color: #505050;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
}

.title_line hr {
  background: #FFF;
  height: 2px;
  position: relative;
}

.title_line hr::before {
  content: "";
  background: #5AB7BF;
  width: 75px;
  height: 2px;
  left: 0;
  bottom: -1px;
  position: absolute;
}

.title_line h3, .title_line h4 {
  font-size: 24px;
  color: #707070;
}

.title_line time {
  margin-bottom: 6px;
  display: block;
  color: #b2b2b2;
}

.contact {
  background: #ebebeb;
  padding: 20px;
}

.contact .info-box {
  border: solid 1px #fff;
  padding: 30px;
}

.contact .info-box p {
  font-size: 17px;
  margin: 8px 0;
  position: relative;
}

.contact .form-box {
  position: relative;
  background: #ebebeb;
  margin-left: -100px;
  padding: 80px 40px 80px 140px;
}

.contact .form-box .title_line hr {
  background: #ffffff;
}

.contact .form-box .title_line hr::before {
  background: #5AB7BF;
}

.index-about {
  position: relative;
  background: #ffffff;
  padding: 40px;
  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;
}

.index-about::after {
  content: "";
  position: absolute;
  background-image: url(../img/about_after.svg);
  width: 335px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  left: -100px;
  top: 20px;
}

.index-about .imgbg {
  width: 50%;
  position: relative;
  padding: 20px 40px;
  display: block;
}

.index-about .imgbg::before {
  content: "";
  position: absolute;
  background: #97D0D5;
  width: 88%;
  height: 88%;
  right: 3%;
  bottom: 0;
}

.index-about .imgbg .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 64%;
}

.index-about .imgbg .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -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;
}

.index-about .imgbg:hover .imgbox img {
  -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;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.index-about .infobox {
  width: 50%;
  background: #fff;
  padding: 20px;
  position: relative;
}

.plusg::before {
  content: "";
  position: absolute;
  background-image: url(../img/plusg.svg);
  width: 128px;
  height: 111px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 2%;
  bottom: -4%;
}

.plusw {
  background: #b2b2b227;
  margin: 5% 0;
}

.plusw::before {
  content: "";
  position: absolute;
  background-image: url(../img/plusw.svg);
  width: 128px;
  height: 111px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 2%;
  top: 9%;
}

.bg_green {
  position: relative;
}

.bg_green::after {
  content: "";
  position: absolute;
  background: #5ab7bf80;
  width: 89%;
  height: 30%;
  right: 0;
  bottom: 0;
}

.service_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service_text p {
  font-size: 16px;
  max-width: 75%;
  padding-right: 60px;
}

.servicebox {
  position: relative;
  margin: 6% 12% 12% 12%;
  -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;
}

.servicebox::before {
  content: "";
  position: absolute;
  background-image: url(../img/l-leaf.svg);
  width: 20%;
  height: 45%;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: -6%;
}

.servicebox::after {
  content: "";
  position: absolute;
  background-image: url(../img/r-leaf.svg);
  width: 50%;
  height: 45%;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  right: -10%;
}

.servicebox .num {
  position: absolute;
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  left: 0;
  bottom: 0;
}

.servicebox .textbox {
  margin: -35px auto 0;
  z-index: 1;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  text-align: center;
  padding: 6px 30px;
  color: #5AB7BF;
  font-weight: 600;
  border-radius: 50px;
  background: #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;
}

.servicebox .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 500px;
  outline: 2px solid #fff;
}

.servicebox .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -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;
}

.servicebox:hover {
  margin: 2% 12% 16% 12%;
  -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;
}

.servicebox:hover .textbox {
  -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;
  background: #5AB7BF;
  color: #fff;
}

.servicebox:hover .imgbox img {
  -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;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.bg_fff {
  position: relative;
}

.bg_fff::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
}

.index-news {
  background: #fff;
  padding: 30px;
}

.index-news .borderbox {
  border: solid 1px #97D0D5;
  padding: 20px 40px;
}

.newsbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0 20px 50px;
}

.newsbox .imgbox {
  width: 35% !important;
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 26%;
}

.newsbox .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -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;
  -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;
}

.newsbox .infobox {
  width: 65%;
  padding-left: 20px;
  position: relative;
}

.newsbox .infobox::before {
  content: "";
  position: absolute;
  background-image: url(../img/new_bring.svg);
  width: 72px;
  height: 62px;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
  display: none;
  -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;
}

.newsbox .infobox .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newsbox .infobox .top .time {
  color: #97D0D5;
  border-bottom: double 4px #97D0D5;
  padding: 1px 4px 6px;
  letter-spacing: 1px;
  max-width: calc( 100% - 120px);
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 20px;
}

.newsbox .infobox .top .sort {
  width: 120px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  padding: 6px 8px;
  font-size: 15px;
  color: #97D0D5;
  border: solid 1px #97D0D5;
  margin-right: 16px;
  margin-bottom: 20px;
}

.newsbox .infobox p {
  color: #505050;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -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;
}

.newsbox:hover .infobox::before {
  display: block;
  -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;
}

.newsbox:hover .infobox p {
  color: #5AB7BF;
}

.newsbox:hover .imgbox img {
  -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;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.knowbox {
  margin-bottom: 50px;
}

.knowbox p {
  margin-top: 10px;
  text-align: center;
  color: #505050;
}

.knowbox .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 75%;
}

.knowbox .imgbox .borderbox {
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: solid 1px #fff;
  margin: 20px;
}

.knowbox .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -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;
  -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;
}

.knowbox:hover p {
  color: #5AB7BF;
}

.knowbox:hover .imgbox img {
  -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;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.storebox {
  margin-bottom: 50px;
  margin-right: 40px;
  position: relative;
}

.storebox::after {
  content: "";
  position: absolute;
  right: -15px;
  bottom: -15px;
  width: 100%;
  height: 100%;
  background: #D5ECEE;
  z-index: 0;
}

.storebox .top {
  padding: 20px 15px 0;
  background: #FFF;
  position: relative;
  z-index: 2;
}

.storebox .top .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 75%;
}

.storebox .top .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -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;
  -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;
}

.storebox .top .textbox {
  padding: 20px 0;
}

.storebox h4 {
  margin: 10px 0;
}

.storebox p {
  margin: 4px 0;
  color: #505050;
}

.storebox button {
  background: #5AB7BF !important;
  color: #FFF !important;
  display: block;
  width: 100%;
  z-index: 2;
  position: relative;
}

.storebox button:hover {
  background: #707070 !important;
}

.storebox:hover p {
  color: #5AB7BF;
}

.storebox:hover .imgbox img {
  -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;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.search-box {
  position: relative;
  display: block;
}

.search-box .sbi-input {
  width: 50%;
}

.search-box .sbi-input input {
  border-radius: 5px;
  border: 1px solid #707070;
  width: 95%;
  height: 40px;
  padding-left: 10px;
}

.store-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.store-info p {
  color: #707070;
}

.store-info .col-lg-7 {
  padding-left: 40px;
}

.store-info .col-lg-7 .d-flex p:nth-of-type(2) {
  margin-left: 40px;
}

.maps02 {
  position: relative;
  padding-bottom: 55%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.maps02 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn_book {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
  color: #FFF;
  background: #5AB7BF;
}

.btn_book:hover {
  background: #97D0D5;
}

.btn_book img {
  padding-left: 20px;
}

.links {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 20px 0;
}

.links .imgbox {
  width: 68% !important;
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 35%;
}

.links .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -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;
  -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;
}

.links .textbox {
  background: #5AB7BF;
  width: 32%;
  padding: 20px;
  position: relative;
}

.links .textbox .title h2 {
  color: #fff;
  font-size: 26px;
  display: inline-block;
  width: 100%;
}

.links .textbox .title h2::before {
  display: none;
}

.links .textbox .title p {
  color: #fff;
  font-size: 14px;
}

.links .textbox .title p::before {
  background: #fff;
}

.links:hover .imgbox img {
  -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;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.about-page {
  position: relative;
  padding-right: 3%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.about-page::before {
  content: "";
  position: absolute;
  background: #97D0D5;
  width: 12%;
  height: 60%;
  right: 0;
  bottom: -3%;
}

.about-page .imgbox {
  cursor: auto !important;
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 63%;
}

.about-page .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -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;
}

.service-page .servicebox::before {
  background-image: url(../img/l-leaf-g.svg);
}

.service-page .servicebox::after {
  background-image: url(../img/r-leaf-g.svg);
}

.service-page .servicebox .num {
  color: #D5ECEE;
}

.service-page .servicebox:hover .imgbox {
  -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;
  outline: 2px solid #97D0D5;
}

.moreimgs .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 74%;
}

.moreimgs .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -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;
}

article section .container .index-links-prev-next {
  position: relative;
}

article section .container .index-links-prev-next .swiper-button-next, article section .container .index-links-prev-next .swiper-button-prev {
  top: -50px;
  background: #5AB7BF;
  outline: none;
  border-radius: 40px;
  width: 40px;
  height: 40px;
}

article section .container .index-links-prev-next .swiper-button-next:after, article section .container .index-links-prev-next .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}

article section .container .index-links-prev-next .swiper-button-next {
  left: auto;
  right: -45px;
}

article section .container .index-links-prev-next .swiper-button-prev {
  left: -45px;
  right: auto;
}

.product {
  margin: 0 0 50px 0;
}

.product h4 {
  margin: 10px 0;
}

.product .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  background: #FFF;
}

.product .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -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;
}

.product .imgbox a {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #61616182;
  opacity: 0;
  z-index: 1;
  -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;
}

.product .imgbox a .more-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 18px;
  z-index: 2;
  color: #fff;
  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;
  text-align: center;
}

.product .imgbox a .more-info i {
  border: solid 1px #fff;
  border-radius: 80px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin-bottom: 6px;
  font-size: 25px;
}

.product .imgbox a .more-info span {
  width: 100%;
}

.product .imgbox:hover a {
  opacity: 1;
}

.product .imgbox:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.serach-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 40px 0;
  -webkit-box-shadow: 0px 0px 20px #00000030;
          box-shadow: 0px 0px 20px #00000030;
  background: #FFF;
  padding: 20px;
}

.serach-box .serach-left {
  width: 25%;
  height: 100%;
  overflow: hidden;
}

.serach-box .serach-left img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.serach-box:hover .serach-left img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.serach-box:hover .serach-right h2 {
  color: #5AB7BF;
}

.serach-box .serach-right {
  padding: 10px 10px 10px 30px;
  width: 75%;
}

.serach-box .serach-right .serach-text span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 24px;
  font-weight: 500;
  font-size: 18px;
  margin: 20px 0px;
  color: #707070;
  margin-bottom: 0;
}

.product_d-money ul li {
  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;
  margin-bottom: 10px;
  font-size: 20px;
}

.number-p .shopify-buy {
  margin: 0;
  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;
}

.number-p .shopify-buy button {
  background: #5AB7BF;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  padding: 0 0 4px 0;
  font-size: 25px;
  line-height: 14px;
}

.number-p .shopify-buy input[type="number"] {
  height: 30px;
  width: 60px;
  text-align: center;
  margin: 0 8px;
}

/*產品 */
.product__carousel {
  display: block;
  max-width: 700px;
  margin: 1em auto 3em;
}

.product__carousel a {
  display: block;
  margin-bottom: 15px;
}

.product__carousel .gallery-top {
  margin-bottom: 5px;
  height: 540px !important;
}

.product__carousel .gallery-top .swiper-slide {
  position: relative;
  overflow: hidden;
}

.product__carousel .gallery-top .swiper-slide a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.product__carousel .gallery-top .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
  min-width: 100%;
  min-height: 100%;
}

.product__carousel .swiper-button-next.swiper-button-white, .product__carousel .swiper-button-prev.swiper-button-white {
  color: #E6E6E6;
}

.product__carousel .gallery-thumbs .swiper-slide {
  position: relative;
  -webkit-transition: border .15s linear;
  transition: border .15s linear;
  border: 1px solid #E6E6E6;
  cursor: pointer;
  overflow: hidden;
  height: calc(100% - 2px);
  margin-top: 5px;
}

.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #5AB7BF !important;
}

.product__carousel .gallery-thumbs .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
}

.swiper-company {
  padding-top: 80px !important;
}

.swiper-company .swiper-slide img, .related-product .swiper-slide img {
  width: 100%;
}

.swiper-company .swiper-button-next, .swiper-company .swiper-button-prev, .related-product .swiper-button-next, .related-product .swiper-button-prev {
  top: 25px;
  background: #97D0D5;
  outline: none;
  border-radius: 2px;
  width: 40px;
  height: 40px;
}

.swiper-company .swiper-button-next:after, .swiper-company .swiper-button-prev:after, .related-product .swiper-button-next:after, .related-product .swiper-button-prev:after {
  font-size: 15px;
  font-weight: 900;
  color: #ffffff;
  font-family: 'fontello';
}

.swiper-company .swiper-button-next:after, .related-product .swiper-button-next:after {
  content: '\e81b';
}

.swiper-company .swiper-button-prev:after, .related-product .swiper-button-prev:after {
  content: '\e81f';
}

.swiper-company .swiper-button-next, .related-product .swiper-button-next {
  right: 0px !important;
}

.swiper-company .swiper-button-prev, .related-product .swiper-button-prev {
  left: auto;
  right: 60px;
  background: #97D0D5;
}

.swiper-slide-thumb-active {
  border: solid 3px #707070;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.related-product {
  position: relative;
}

.related-product .swiper-button-next, .related-product .swiper-button-prev {
  top: calc( 50% - 20px);
}

.related-product .swiper-button-prev {
  left: -25px;
  right: auto;
}

.related-product .swiper-button-next {
  right: -25px;
  left: auto;
}

.products-img {
  display: none;
}

.products-img img {
  width: 100%;
}

.products_detail-money .products_detail-money-text, .products_detail-money .products_detail-money-quantity {
  margin: 20px 0;
}

.products_detail-money .products_detail-money-text span {
  margin-right: 10px;
  font-size: 25px;
}

.products_detail-money .products_detail-money-quantity p {
  margin-right: 10px;
}

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

.shop-btn .shop-btn-basket, .shop-btn .shop-btn-shop {
  padding: 8px 30px;
  margin-right: 10px;
  text-align: center;
  font-size: 20px;
  border-radius: 6px;
}

.shop-btn .shop-btn-basket:hover, .shop-btn .shop-btn-shop:hover {
  background: #707070;
  border: solid 1px #707070;
}

.shop-btn .shop-btn-basket:hover a, .shop-btn .shop-btn-shop:hover a {
  color: #FFF;
}

.shop-btn .shop-btn-basket {
  background: #D5ECEE;
  border: solid 1px #D5ECEE;
}

.shop-btn .shop-btn-basket a {
  color: #ffffff;
}

.shop-btn .shop-btn-shop {
  background: #F39200;
  border: solid 1px #F39200;
}

.shop-btn .shop-btn-shop a {
  color: #ffffff;
}

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

ul.tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 10px 30px;
  height: 50px;
  line-height: 31px;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  overflow: hidden;
  position: relative;
  background: #ebebeb;
  border-bottom: 1px solid #5AB7BF;
}

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

ul.tabs li.active {
  background: #5AB7BF;
  color: #FFF;
  display: block;
}

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

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

.tab_drawer_heading {
  display: none;
}

.Recipient-Information .text h4, .Subscriber-Information .text h4, .payment-method .text h4 {
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .order-center tr td {
    text-align: left !important;
  }
  .tab_drawer_heading {
    background-color: #ccc;
    color: #fff;
    border-top: 1px solid #333;
    margin: 0;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .d_active {
    background-color: #666;
    color: #fff;
  }
}

.order-center tr td {
  text-align: center;
}

.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: #707070;
}

.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: #707070;
}

.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: 100px;
  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 #ebebeb;
}

.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: 480px) {
  .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: 55%;
  }
  .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: 22%;
    text-align: center;
  }
  .rwd-table.rwd-table-order3 th:nth-child(1), .rwd-table.rwd-table-order3 td:nth-child(1) {
    width: 45%;
  }
  .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: 12%;
    text-align: center;
  }
}

@media screen and (max-width: 1680px) {
  .index-about .imgbg::before {
    width: 85%;
  }
  .servicebox .num {
    font-size: 40px;
  }
  .links .textbox {
    width: 38%;
  }
  .links .textbox .title {
    margin: 30px 0;
  }
  .links .imgbox {
    width: 62% !important;
    padding-bottom: 32%;
  }
}

@media screen and (max-width: 1440px) {
  .links .textbox .title h2 {
    font-size: 20px;
  }
  .bg::before {
    top: 0;
    left: 14px;
    width: 150px;
    height: 186px;
  }
}

@media screen and (max-width: 1366px) {
  /*產品 */
  .product__carousel .gallery-top {
    height: 400px !important;
  }
  .storebox {
    margin-right: 20px;
  }
  .store-info .col-lg-7 .d-flex p:nth-of-type(2) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .contact .info-box {
    padding: 20px;
  }
  .contact .info-box p {
    margin: 6px 0;
  }
  .contact .info-box p span {
    display: block;
    padding-left: 28px;
  }
  .newsbox {
    padding: 0 0px 50px;
  }
  .service_text p {
    max-width: 70%;
    padding-right: 80px;
  }
  .servicebox .num {
    font-size: 30px;
  }
  .bg_green::after {
    width: 95%;
    right: 0;
    bottom: 0;
  }
  .index-about::after {
    left: -35px;
    width: 30%;
  }
  .f18 {
    font-size: 16px;
  }
  .f20 {
    font-size: 18px;
  }
  .plusg::before {
    width: 75px;
  }
  .plusw::before {
    width: 75px;
  }
  /*大標*/
  .title p, .title_w p {
    font-size: 14px;
  }
  .title h1, .title h2, .title_w h1, .title_w h2 {
    font-size: 26px;
  }
  .title h1::before, .title h2::before, .title_w h1::before, .title_w h2::before {
    width: 40px;
    height: 25px;
  }
}

@media screen and (max-width: 1024px) {
  article section .container .index-links-prev-next {
    position: relative;
  }
  article section .container .index-links-prev-next .swiper-button-next, article section .container .index-links-prev-next .swiper-button-prev {
    top: -150px;
    background: #5AB7BF;
    outline: none;
    border-radius: 40px;
    width: 40px;
    height: 40px;
  }
  article section .container .index-links-prev-next .swiper-button-next:after, article section .container .index-links-prev-next .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
  }
  article section .container .index-links-prev-next .swiper-button-next {
    left: auto;
    right: 0px;
  }
  article section .container .index-links-prev-next .swiper-button-prev {
    left: auto;
    right: 50px;
  }
  .Recipient-Information form.forms-group input:nth-child(1) {
    margin-top: 0px;
  }
  /*產品 */
  .product__carousel .gallery-top {
    height: 300px !important;
  }
  .rwd-table.rwd-table-order3 tbody .fare td:last-child, .rwd-table.rwd-table-order3 tbody .total td:last-child {
    padding-right: 17%  !important;
  }
}

@media screen and (max-width: 991px) {
  .knowbox {
    margin-bottom: 40px;
  }
  .grayline {
    display: none;
  }
  .mob_open {
    display: block;
  }
  .pc_open {
    display: none;
  }
  .index-about {
    padding: 20px;
  }
  .index-about::after {
    width: 35%;
  }
  .index-about .imgbg {
    width: 92%;
    padding: 0 0 0 20px;
  }
  .index-about .imgbg::before {
    width: 94%;
    height: 96%;
    right: -4%;
    bottom: -5%;
  }
  .index-about .imgbg .imgbox {
    cursor: pointer;
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-bottom: 64%;
  }
  .index-about .infobox {
    margin-top: 0 !important;
    width: 100%;
    padding: 10px 20px 20px;
  }
  .plusw::before {
    top: 3%;
  }
  .bg_green::after {
    display: none;
  }
  .service_text {
    margin-bottom: 40px;
    display: block;
  }
  .service_text p {
    max-width: 100%;
    padding-right: 0;
  }
  .servicebox {
    position: relative;
    margin: 0 auto 40px auto;
    width: 50%;
    -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;
  }
  .servicebox::before {
    content: "";
    position: absolute;
    background-image: url(../img/l-leaf.svg);
    width: 20%;
    height: 45%;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: -6%;
  }
  .servicebox::after {
    content: "";
    position: absolute;
    background-image: url(../img/r-leaf.svg);
    width: 50%;
    height: 45%;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    right: -10%;
  }
  .servicebox .textbox {
    margin: -35px auto 0;
    z-index: 1;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    text-align: center;
    padding: 6px 30px;
    color: #5AB7BF;
    font-weight: 600;
    border-radius: 50px;
    background: #fff;
  }
  .servicebox:hover {
    margin: 0 auto 40px auto;
  }
  .contact .form-box {
    margin-left: 0px;
    padding: 40px 20px;
  }
  .product {
    margin: 0 0 40px 0;
  }
  .title_line hr::before {
    width: 90px;
  }
  .title_line h3, .title_line h4 {
    font-size: 22px;
  }
  .frame {
    margin-top: 30px;
  }
  .search-box .sbi-input {
    width: 80%;
  }
  .store-info .col-lg-7 {
    padding-top: 20px;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .page_title::before {
    width: 55px;
    height: 62px;
    top: -45px;
    right: 0;
    bottom: auto;
  }
  main .bn img {
    width: 150%;
  }
  section.page .container {
    padding: 0 20px 20px;
  }
  .index-news .borderbox {
    padding: 10px 20px 20px;
  }
  .newsbox .infobox .top .sort {
    margin-bottom: 0;
  }
  .newsbox .infobox .top .time {
    margin-bottom: 0;
  }
  .container-90 {
    max-width: 100%;
    margin-left: 0;
  }
  .swiper-company {
    padding-top: 60px !important;
  }
  .frame {
    -webkit-box-shadow: 0px 0px 20px #00000030;
            box-shadow: 0px 0px 20px #00000030;
    background: #FFF;
    padding: 40px 20px;
  }
  article section .container .index-links-prev-next {
    position: relative;
  }
  article section .container .index-links-prev-next .swiper-button-next, article section .container .index-links-prev-next .swiper-button-prev {
    top: -120px;
    background: #5AB7BF;
    outline: none;
    border-radius: 40px;
    width: 40px;
    height: 40px;
  }
  article section .container .index-links-prev-next .swiper-button-next:after, article section .container .index-links-prev-next .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
  }
  article section .container .index-links-prev-next .swiper-button-next {
    left: auto;
    right: 0px;
  }
  article section .container .index-links-prev-next .swiper-button-prev {
    left: auto;
    right: 50px;
  }
  form.book-search dl dd {
    margin-bottom: 0rem  !important;
  }
  .rwd-table.rwd-table-order3 th:nth-child(1), .rwd-table.rwd-table-order3 td:nth-child(1) {
    width: 30%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(2), .rwd-table.rwd-table-order3 td:nth-child(2) {
    width: 39%;
  }
  .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: 15%;
  }
  .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;
  }
  .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%;
  }
  .search-box .sbi-input {
    width: 65%;
  }
}

@media screen and (max-width: 667px) {
  .page_title h2 {
    font-size: 18px;
  }
  .banner .swiper-banner .swiper-button-next:after, .banner .swiper-banner .swiper-button-prev:after {
    font-size: 30px;
  }
  .banner .swiper-banner .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .push {
    padding-top: 100px;
  }
  .top-member {
    padding: 40% 0 50px 0;
  }
  /*產品 */
  .product__carousel {
    display: none;
  }
  .products-img {
    display: block;
  }
  .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 #707070;
    padding-bottom: 10px;
  }
  .payment-methoda .payment-method-div .payment-method-text {
    margin: 15px 0;
  }
}

@media screen and (max-width: 479px) {
  .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;
  }
}

@media screen and (max-width: 575px) {
  .contact {
    padding: 10px;
  }
  .contact .info-box p {
    line-height: 1.3;
    margin: 0 0 8px 0;
  }
  .contact .join-box {
    padding: 20px 0px;
  }
  .min110 {
    min-width: 100%;
  }
  .service-page .servicebox {
    width: 68%;
  }
  .title, .title_w {
    margin: 60px 0 40px 0;
  }
  section.page .container {
    width: 94%;
  }
  .links .textbox .title p::before {
    display: none;
  }
  .swiper-company {
    padding-top: 50px !important;
    padding-bottom: 60px !important;
  }
  .swiper-company .swiper-button-next, .swiper-company .swiper-button-prev {
    bottom: 45px !important;
    top: auto;
    width: 35px;
    height: 35px;
  }
  .swiper-company .swiper-button-next {
    right: 40% !important;
  }
  .swiper-company .swiper-button-prev {
    right: auto !important;
    left: 40% !important;
  }
  .index-news {
    padding: 20px;
  }
  .index-news .borderbox {
    padding: 0px;
  }
  .newsbox .infobox {
    width: 100% !important;
    padding: 0;
    margin-top: 16px;
  }
  .newsbox .imgbox {
    width: 100% !important;
    padding-bottom: 75% !important;
  }
  .index-about {
    padding: 20px 0;
  }
  .index-about::after {
    width: 45%;
    left: 10px;
    top: 20px;
    -webkit-transform: rotate(17deg);
            transform: rotate(17deg);
  }
  .newsbox .arrowbox {
    width: 40px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .newsbox .infobox {
    width: calc(100% - 40px);
  }
  .newsbox .infobox .time, .newsbox .infobox .sort {
    margin: 0px 6px;
    font-size: 14px;
  }
  .newsbox .infobox .sort {
    min-width: 80px;
  }
  .newsbox .infobox p {
    margin: 10px 0 0 6px;
  }
  .newsbox:hover .arrowbox i {
    padding-right: 0;
  }
  .product {
    margin: 0 0 30px 0;
  }
  p.sort {
    font-size: 22px !important;
  }
  .store-info .col-lg-7 .d-flex p:nth-of-type(2) {
    margin-left: 0px;
  }
}

@media screen and (max-width: 450px) {
  .links .textbox {
    padding: 10px;
  }
  .links .textbox .title {
    margin: 20px 0 0 0;
  }
  .links .textbox .title h2::before {
    width: 45px;
    height: 16px;
  }
  .swiper-company .swiper-button-next {
    right: 35% !important;
  }
  .swiper-company .swiper-button-prev {
    right: auto !important;
    left: 35% !important;
  }
  article section .container .index-links-prev-next {
    position: relative;
  }
  article section .container .index-links-prev-next .swiper-button-next, article section .container .index-links-prev-next .swiper-button-prev {
    top: -100px;
    background: #5AB7BF;
    outline: none;
    border-radius: 40px;
    width: 40px;
    height: 40px;
  }
  article section .container .index-links-prev-next .swiper-button-next:after, article section .container .index-links-prev-next .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
  }
  article section .container .index-links-prev-next .swiper-button-next {
    left: auto;
    right: 0px;
  }
  article section .container .index-links-prev-next .swiper-button-prev {
    left: auto;
    right: 50px;
  }
  .shop-btn .shop-btn-basket, .shop-btn .shop-btn-shop {
    padding: 8px 12px;
  }
}

@media screen and (max-width: 414px) {
  .about-good {
    width: 100%;
  }
}
