@charset "UTF-8";
/*
黑體
font-family: 'Noto Sans TC', sans-serif;

明體
font-family: 'Noto Serif TC', serif;

英文襯線
font-family:'Times New Roman', serif;  

*/
*,
*::before,
*::after {
  position: relative;
  box-sizing: border-box;
  /*border: 1px solid red;*/
}

@font-face {
  font-family: "SweiSpringCJKjp";
  src: url(https://cdn.jsdelivr.net/gh/max32002/swei-spring@1.068/WebFont/CJK%20JP/SweiSpringCJKjp-SemiBold.woff2) format("woff2"), url(https://cdn.jsdelivr.net/gh/max32002/swei-spring@1.068/WebFont/CJK%20JP/SweiSpringCJKjp-Regular.woff) format("woff"), url("../font/SweiSpringSugarCJKjp-SemiBold.woff2") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SweiSpringCJKjp";
  src: url(https://cdn.jsdelivr.net/gh/max32002/swei-spring@1.068/WebFont/CJK%20JP/SweiSpringCJKjp-Medium.woff2) format("woff2"), url(https://cdn.jsdelivr.net/gh/max32002/swei-spring@1.068/WebFont/CJK%20JP/SweiSpringCJKjp-Medium.woff) format("woff"), url("../font/SweiSpringSugarCJKjp-Medium.woff2") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SweiSpringCJKjp";
  src: url(https://cdn.jsdelivr.net/gh/max32002/swei-spring@1.068/WebFont/CJK%20JP/SweiSpringCJKjp-Regular.woff2) format("woff2"), url(https://cdn.jsdelivr.net/gh/max32002/swei-spring@1.068/WebFont/CJK%20JP/SweiSpringCJKjp-Regular.woff) format("woff"), url("../font/SweiSpringSugarCJKjp-Regular.woff2") format("truetype");
  font-weight: 400;
  font-style: normal;
}
body {
  font-size: 1.2rem;
  font-family: "SweiSpringCJKjp", sans-serif;
  color: #4c4948;
  font-weight: 500;
  letter-spacing: 1px;
}
@media (max-width: 1700px) {
  body {
    font-size: 1.1rem;
  }
}
@media (max-width: 1500px) {
  body {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 0.9rem;
  }
}

/*文字樣式*/
a,
.btn {
  text-decoration: none;
  border-radius: 0;
}
a:hover,
.btn:hover {
  text-decoration: none;
}

a:focus,
button:focus {
  outline: none !important;
}

.font-MT {
  font-family: "Noto Serif TC", serif;
}

/*圖片樣式*/
.Img a {
  display: block;
}
.Img .innerImg {
  width: 100%;
  padding-top: 70%;
}
.Img .innerImg .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.infoImg {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  width: 100%;
  text-align: right;
  padding: 3px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.678);
  font-size: 0.8rem;
}
@media (max-width: 991px) {
  .infoImg {
    font-size: 0.65rem;
    letter-spacing: 0;
    padding-right: 5px;
  }
}

.infoImg.dark {
  text-shadow: 0 0 0;
  color: #7a7978;
  bottom: -13px;
}

/*主色系調整區*/
.text-primary {
  color: #c79f62 !important;
}

.bg-primary {
  background-color: #c79f62 !important;
}

.bg-light {
  background: url(../images/img/bg-light.jpg) !important;
}

.bg-gray {
  background-color: #f4efe9 !important;
}

.form-check-input:checked {
  background-color: #c79f62 !important;
  border-color: #c79f62 !important;
}

.btn-primary {
  color: #fff;
  background-color: #c79f62;
  border-color: #c79f62;
}
.btn-primary:hover {
  background-color: #a17e4b;
  border-color: #a17e4b;
}
.btn-primary.focus, .btn-primary:focus {
  background-color: #a17e4b;
  border-color: #a17e4b;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background-color: #a17e4b;
  border-color: #a17e4b;
}

.slick-prev {
  left: 7px;
  z-index: 10;
}
.slick-prev:before {
  content: "";
  background-image: url(../images/arrow-left.png);
}
.slick-prev:hover:before {
  background-image: url(../images/arrow-left-gray.png);
}

.slick-next {
  right: 0;
}
.slick-next:before {
  content: "";
  background-image: url(../images/arrow-right.png);
}
@media (min-width: 992px) {
  .slick-next:hover:before {
    background-image: url(../images/arrow-right-gray.png);
  }
}

.slick-next,
.slick-prev {
  width: auto;
  height: auto;
}

.slick-prev:before,
.slick-next:before {
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 70px;
  display: inline-block;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 991px) {
  .slick-prev:before,
  .slick-next:before {
    width: 24px;
    height: 52px;
  }
}

.slick-dots li button:before {
  color: #fff;
}
.slick-dots li.slick-active button:before {
  color: #B58D62;
}

/*fancybox 跳出選單箭頭設定高度*/
.fancybox-navigation {
  height: 100vh;
}/*# sourceMappingURL=main.css.map */