/* HTML5 display-role reset for older browsers */
/* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+HK:wght@300;400;500;700&display=swap"); */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
}

@font-face {
  font-family: 'VWHEADOFFICE';
  src: url("../font/VWHeadOffice-Bold.woff2") format("woff2"), url("../font/VWHeadOffice-Bold.woff") format("woff"), url("../font/VWHeadOffice-Bold.ttf") format("truetype"), url("../font/VWHeadOffice-Bold.eot") format('embedded-opentype"');
}

@font-face {
  font-family: "VWHEADOFFICE";
  src: url("../font/VWHEADOFFICE-REGULAR.eot?#iefix") format("embedded-opentype"), url("../font/VWHEADOFFICE-REGULAR.ttf") format("truetype"), url("../font/VWHEADOFFICE-REGULAR.woff") format("woff"), url("../font/VWHEADOFFICE-REGULAR.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: 400;
}

*, body {
  font-family: 'VWHEADOFFICE','Noto Sans HK', sans-serif,Microsoft JhengHei;
}

div,
input {
  font-family: "Microsoft JhengHei";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  overflow-x: auto;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.none {
  display: none;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
}

.content {
  position: relative;
  width: 100%;
  //margin-top: 84px;
  padding-top:84px;
  background-color: #fff;
}

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

@media screen and (min-width: 560px) {
  .content {
    padding-top: 96px;
  }
}

@media screen and (min-width: 960px) {
  .content {
    padding-top: 100px;
  }
}

@media screen and (min-width: 1920px) {
  .content {
    padding-top: 116px;
  }
}

.content .map,
.content .list {
  height: 100%;
  float: left;
}

.content .map {
  background-color: #a3ccff;
  overflow: hidden;
}

.content .map .gmap {
  height: 100%;
}

.content .list {
  background-color: #ffffff;
  right: 0;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin-left: 8%;
}

.content .list .title {
  font-size: 36px;
  font-weight: 900;
  padding-left: 20px;
  color: #333333;
}

.content .list .form {
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.content .list .form .category input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 1px;
  height: 1px;
}

.content .list .form .category input:checked + label::after {
  opacity: 1;
}

.content .list .form .category label {
  position: relative;
  font-size: 20px;
  min-width: 90px;
  font-weight: 900;
  line-height: 27px;
  display: inline-block;
  cursor: pointer;
}

.content .list .form .category label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: #FFF;
  border-radius: 50%;
  border: 2px solid #042b7c;
}

.content .list .form .category label::after {
  content: '';
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #042b7c;
}

.content .list .form .category label.showroom {
  color: #333333;
  padding-left: 54px;
  margin-left: 20px;
}

.content .list .form .category label.showroom img {
  left: 28px;
  top: 50%;
}

.content .list .form .category label.service {
  color: #333333;
  padding-left: 60px;
}

.content .list .form .category label.campingcenter {
  position: relative;
  color: #333333;
  padding-left: 60px;
}

.content .list .form .category label.campingcenter span {
  position: absolute;
  font-family: 'VWHEADOFFICE';
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  top: -22px;
  left: 60px;
}

.content .list .form .category label img {
  position: absolute;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 31px;
  width: 26px;
}

.content .list .form .area {
  position: relative;
  padding-bottom: 20px;
  padding-top: 10px;
  white-space: nowrap;
}

.content .list .form .area input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 1px;
  height: 1px;
  cursor: pointer;
}

.content .list .form .area input:checked + label::after {
  opacity: 1;
}

.content .list .form .area label {
  position: relative;
  padding-left: 30px;
  font-weight: 900;
  line-height: 27px;
  cursor: pointer;
}

.content .list .form .area label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: #FFF;
  border-radius: 50%;
  border: 2px solid #042b7c;
}

.content .list .form .area label::after {
  content: '';
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #042b7c;
}

.content .list .form .area label.first-label {
  margin-left: 19px;
}

.content .list .points {
  overflow-x: hidden;
  border-top: 2px solid #96a3a8;
}

.content .list .points .point {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dee1e3;
  position: relative;
  display: block;
  font-weight: 900;
  border-left: 5px solid rgba(4, 13, 124, 0);
  cursor: pointer;
  color: #3f3f3f;
}

.content .list .points .point:hover {
  border-left: 5px solid #040d7c;
}

.content .list .points .point.focus {
  border-left: 5px solid #040d7c;
}

.content .list .points .point .storename {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 20px;
  color: #333333;
}

.content .list .points .point .address {
  position: relative;
  font-size: 16px;
  margin-bottom: 5px;
  padding-left: 20px;
  line-height: 20px;
}

.content .list .points .point .address img {
  width: 11px;
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.content .list .points .point .phone {
  position: relative;
  font-size: 16px;
  padding-left: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.content .list .points .point .phone img {
  width: 11px;
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.content .list .points .point .n_fax {
  position: relative;
  font-size: 16px;
  padding-left: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.content .list .points .point .n_fax img {
  width: 11px;
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.content .list .points .point .time {
  position: relative;
  font-size: 16px;
  padding-left: 20px;
  font-weight: 600;
  display: inline-block;
  line-height: 1.5;
}

.content .list .points .point .time img {
  width: 11px;
  position: absolute;
  top: 5px;
  left: 3px;
}

.content .list .points .point .note {
  font-size: 14px;
  padding-left: 20px;
  color: #7d7c7c;
}

.content .list .points .point .goto {
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
  float: right;
  text-decoration: underline;
  font-weight: 900;
}

.content .list .points .point .goto a {
  color: #042b7c;
  font-weight: 600;
  display: inline-block;
  border: 2px solid;
  padding: 5px 13px;
  border-radius: 20px;
}

.content .list .points .point .icn_service {
  position: absolute;
  right: 65px;
  top: 15px;
}

.content .list .points .point .icn_service img {
  width: 26px;
}

.content .list .points .point .icn_campingcenter {
  position: absolute;
  right: 94px;
  top: 15px;
}

.content .list .points .point .icn_campingcenter img {
  width: 26px;
}

@media screen and (max-width: 350px) {
  .content .list .points .point {
    padding-left: 0px;
  }
  .content .list .points .point .address,
  .content .list .points .point .phont,
  .content .list .points .point .time {
    font-size: 14px;
  }
  .content .list .points .point .note {
    font-size: 12px;
  }
}

@media screen and (max-width: 1111px) {
  .pc {
    display: none;
  }
  .m {
    display: block;
  }
  .content .map {
    display: none;
    width: 100%;
  }
  .content .map.active {
    display: block;
  }
  .content .floatpage {
    width: 80%;
  }
  .content .floatpage .goto {
    margin: 20px 0;
  }
  .content .floatpage .goto .btn_goto {
    font-size: 3vw;
    padding: 0.5vw 1vw;
  }
  .content .floatpage .title {
    margin: 0px 0px 10px 5%;
    font-size: 5vw;
  }
  .content .floatpage .panel .subtitle {
    font-size: 3.5vw;
  }
  .content .floatpage .panel .left,
  .content .floatpage .panel .right {
    margin-top: 2vw;
    width: 100%;
    font-size: 3vw;
    line-height: 2;
  }
  .content .list {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  .content .list .form .title {
    line-height: 2;
  }
  .content .list .form .category {
    margin: 10px 0;
  }
  .content .list .form .category label.campingcenter {
    margin-top: 10px;
    margin-left: 20px;
  }
  .content .list .form .category label.campingcenter span {
    position: relative;
    font-size: 20px;
    top: 0;
    left: 0;
  }
  .content .list .form .area label {
    font-size: 18px;
  }
  .content .list .points .point .note {
    margin-bottom: 15px;
  }
  .content .list .points .point .goto {
    position: relative;
    float: initial;
    right: 0;
    top: 0;
    text-align: center;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .content .list .points .point .icn_service {
    right: 15px;
  }
  .content .list .points .point .icn_campingcenter {
    right: 45px;
  }
}

@media screen and (min-width: 1112px) {
  .pc {
    display: block;
  }
  .m {
    display: none;
  }
  .map {
    display: inline-block;
    width: calc(92% - 8% - 500px);
  }
  .floatpage {
    min-width: 523px;
    width: 50%;
  }
  .floatpage .title {
    margin: 40px 0px 30px 30px;
    font-size: 30px;
  }
  .floatpage .goto {
    margin: 20px 0;
  }
  .floatpage .goto .btn_goto {
    font-size: 24px;
    margin-top: 10px;
  }
  .floatpage .goto .panel .subtitle .text {
    font-size: 24px;
  }
  .floatpage .info {
    font-size: 16px;
  }
  .floatpage .left,
  .floatpage .right {
    width: 49%;
    font-size: 20px;
  }
  .list {
    width: 500px;
  }
  .list .title {
    margin-top: 10px;
    margin-bottom: 31px;
  }
  .list .category {
    margin: 10px 0;
  }
  .list .area label {
    font-size: 20px;
    margin-left: 18px;
  }
  .list .points .point .time {
    width: 310px;
  }
}

.sc-eHgmQL {
  z-index: 99;
}

.floatpage {
  position: absolute;
  left: 10%;
  top: 10%;
  max-height: 80%;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 10px 0;
  background-color: #fff;
  display: none;
  z-index: 99999;
}

.floatpage .close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.floatpage .title {
  width: 100%;
  font-weight: 900;
  color: #000;
  line-height: 45px;
}

.floatpage .panel {
  background-color: #f3f5f6;
  padding: 0 30px 30px 30px;
  height: 70px;
  overflow: hidden;
}

.floatpage .panel .info {
  margin-bottom: 20px;
  word-break: break-all;
}

.floatpage .panel.active {
  height: auto;
  overflow: none;
}

.floatpage .panel.active .arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.floatpage .panel.active .phone:before {
  content: "";
  background: url("../images/icn_phone.png") top center no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  margin-left: -30px;
  margin-top: 3px;
  display: inline-block;
  margin-right: 10px;
}

.floatpage .panel.active .fax:before {
  content: "";
  background: url("../images/icn_fax.png") top center no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  margin-left: -30px;
  margin-top: 3px;
  display: inline-block;
  margin-right: 10px;
}

.floatpage .panel.active .email:before {
  content: "";
  background: url("../images/icn_email.png") top center no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  margin-left: -30px;
  margin-top: 3px;
  display: inline-block;
  margin-right: 10px;
}

.floatpage .panel .subtitle .text {
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 70px;
  border-bottom: 1px solid #000;
}

.floatpage .panel .subtitle .arrow {
  background: url("../images/icn_arrowright.png") top center no-repeat;
  position: absolute;
  right: 30px;
  margin-top: -72px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.floatpage .panel .left,
.floatpage .panel .right {
  display: inline-block;
  vertical-align: top;
}

.floatpage .panel .left .phone,
.floatpage .panel .left .fax,
.floatpage .panel .left .email {
  margin-left: 30px;
}

.floatpage .panel .right .phone,
.floatpage .panel .right .fax,
.floatpage .panel .right .email {
  margin-left: 30px;
}

.floatpage .panel .left .address,
.floatpage .panel .left .time,
.floatpage .panel .left .phone,
.floatpage .panel .left .fax,
.floatpage .panel .left .email {
  font-weight: 600;
  line-height: 1.5;
  color: #7e7e7e;
  margin-left: 5px 50px;
  width: 90%;
}

.floatpage .panel .right .address,
.floatpage .panel .right .time,
.floatpage .panel .right .phone,
.floatpage .panel .right .fax,
.floatpage .panel .right .email {
  font-weight: 600;
  line-height: 1.5;
  color: #7e7e7e;
  margin-left: 5px 50px;
  width: 90%;
}

.floatpage .panel .left .phone:before,
.floatpage .panel .right .phone:before {
  content: "";
  background: url("../images/icn_phone.png") top center no-repeat;
  width: 22px;
  height: 22px;
  position: relative;
  margin-left: -30px;
  margin-top: 3px;
}

.floatpage .panel .left .fax:before,
.floatpage .panel .right .fax:before {
  content: "";
  background: url("../images/icn_fax.png") top center no-repeat;
  width: 22px;
  height: 22px;
  position: relative;
  margin-left: -30px;
  margin-top: 3px;
}

.floatpage .panel .left .email:before,
.floatpage .panel .right .email:before {
  content: "";
  background: url("../images/icn_email.png") top center no-repeat;
  width: 22px;
  height: 22px;
  position: relative;
  margin-left: -30px;
  margin-top: 5px;
}

.floatpage .goto {
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
}

.floatpage .goto .btn_goto {
  border-radius: 5px;
  font-weight: 900;
  padding: 10px 30px;
  color: #ffffff;
  background-color: #0099da;
  border: 0;
  cursor: pointer;
}

.extenal_iframe {
  width: 100%;
  height: 700px;
}

.back {
  z-index: 999;
  position: fixed;
  right: 0%;
  top: 50%;
  width: 41px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1% 1% 1% 2%;
  display: block;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  display: none;
}

.back a {
  font-weight: 900;
  width: 30px;
  height: 30%;
  text-decoration: none;
  text-align: center;
}

.back a img {
  border: none;
  display: block;
  position: relative;
  margin-left: -9px;
}

.back a p {
  color: #042b7c;
  font-size: 3vw;
}
/*# sourceMappingURL=main.css.map */