@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap");
html {
  font-size: 16px;
}

.bs {
  box-shadow: 0 8px 10px rgba(122, 122, 122, 0.4);
}

.dib-center {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #fffdee;
}
#loading .lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#loading .lds-ripple div {
  position: absolute;
  border: 4px solid #719573;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
#loading .lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

body {
  margin: 0;
  background: white;
  color: #717573;
  font-family: "Noto Serif TC", Suranna, 微軟正黑體, "Microsoft JhengHei", Arial, sans-serif !important;
  position: relative;
}
body::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/textureBg.jpg) fixed;
  background-size: 100% 100vh;
  filter: opacity(0.5);
  mix-blend-mode: multiply;
  z-index: -1;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 1px;
  transition: all 0.4s !important;
}

.container {
  max-width: 1140px;
  width: 95%;
  margin: auto;
}

hr {
  background-color: #719573;
}

a {
  text-decoration: none;
  display: inline-block;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  line-height: 1.8;
}

h2 {
  font-size: 1.8rem;
  position: relative;
  letter-spacing: 3px;
  text-align: center;
  color: #626F47;
}
h2 span {
  display: block;
  font-size: 1.1rem;
  opacity: 0.7;
}

.subtitle {
  margin-bottom: 5rem;
}
.subtitle h2::before {
  content: "";
  width: 220px;
  height: 220px;
  background: url(../images/decorate/title.png) no-repeat center/contain;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

h1 {
  font-size: calc(1.8rem + 0.6vw);
}

h3 {
  font-size: calc(1rem + 0.5vw);
  letter-spacing: 2px;
  margin-bottom: 18px;
  text-align: center;
}

h4 {
  font-size: calc(1.1rem + 0.3vw);
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 18px;
}

h5 {
  font-size: calc(1rem + 0.3vw);
  margin-bottom: 0;
}

p {
  line-height: 2em;
}

img {
  width: 100%;
}

ul {
  margin-bottom: 12px;
}
ul li:not(:last-child) {
  margin-bottom: 12px;
}

.row:not(:last-child) {
  margin-bottom: 20px;
}

.slick-prev:before,
.slick-next:before {
  color: #719573;
  font-size: 24px;
}

.btn-check:focus + .btn,
.btn:focus {
  box-shadow: unset;
}

.btn {
  width: 80%;
  max-width: 300px;
  line-height: 1.5;
  font-size: 1.5em;
  border-radius: 0;
  margin: 16px 8px;
  border: 2px solid #fff;
  border-radius: 6px;
  background-color: #626F47;
  color: white;
}
.btn * {
  color: white;
}

.link-btn {
  display: block;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  color: #719573;
  background-color: white;
  border-radius: 50vh;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  border: unset;
}

section:not(:first-child) {
  padding: 40px 0;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  z-index: 100;
  background-color: #fffdee;
  -webkit-box-shadow: 0 2px 4px rgba(104, 104, 104, 0.2);
  box-shadow: 0 2px 4px rgba(104, 104, 104, 0.2);
  transition: all 0.3s;
}

.navbar a {
  margin-left: 12px;
  font-weight: 400;
  font-family: "Noto Serif TC", serif;
  display: block;
}

.navbar a img {
  width: 70px;
}

.navbar-brand h1 {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 6px;
  color: #719573;
  line-height: 0;
}

.navbar .navbar-toggler {
  color: transparent;
}

.navbar .navbar-toggler i {
  color: #717573;
}

.navbar .navbar-collapse {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.navbar .navbar-collapse .navbar-nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar .navbar-collapse .navbar-nav {
  margin-left: auto;
}

.navbar .navbar-collapse .navbar-nav .nav-link {
  font-size: 0.9rem;
  font-weight: 500;
  color: #717573;
}
.navbar .navbar-collapse .navbar-nav .nav-link:hover {
  color: #DEAA79;
}

#banner {
  position: relative;
  margin-top: 58px;
  z-index: 0;
}
@media (min-width: 992px) {
  #banner {
    margin-top: 73px;
  }
}
#banner .text {
  width: 100%;
  color: white;
  padding: 0 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#banner .text h1 {
  margin-bottom: 0.5rem;
  text-shadow: 4px 3px 1px rgba(50, 57, 43, 0.8), 9px 8px 0px rgba(50, 57, 43, 0.15);
}
#banner .text h5 {
  font-size: 1.1rem;
  padding: 10px 0;
  position: relative;
}
#banner .text h5::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(98, 111, 71, 0), rgba(98, 111, 71, 0.8), rgba(98, 111, 71, 0));
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#banner .text .textBg {
  width: calc(200px + 10vw);
  height: calc(100px + 10vw);
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
}
#banner .text .textBg::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #fffdee;
  border-radius: 6px;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#hero {
  background: white;
  position: relative;
}
#hero::before {
  content: "";
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}
#hero .img-box {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#banner .img-content {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: white;
}

#banner .img-content h1 {
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: 2px;
  font-family: "Baloo Tamma 2", cursive;
}
#banner .img-content h1 small {
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
}

#banner .img-content .animate__fadeIn {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

#news {
  margin-top: 3rem;
}
#news h2:after {
  background: url(../images/icon/decoration-icon/grass.png) no-repeat center/contain;
}
#news img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
#news .news-box {
  background-color: #fffdee;
  padding: 20px;
  border-radius: 10px;
}
#news .news-box h3 {
  line-height: 1.2;
  color: #717573;
  padding-left: 50px;
  position: relative;
  z-index: 0;
}
#news .news-box h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(../images/logo/logo.jpg) no-repeat center/contain;
  mix-blend-mode: hard-light;
  z-index: -1;
}
#news .news-box h3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
  z-index: -2;
}
#news .news-box hr {
  background-color: gray;
}
#news .news-box span {
  font-size: 12px;
  color: gray;
  line-height: 2;
}
#news .news-box p {
  font-size: 14px;
}

#about {
  margin-top: 3rem;
}
#about h2:after {
  background: url(../images/icon/decoration-icon/hand.png) no-repeat center/contain;
}
#about h3 {
  color: #DEAA79;
}
#about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}
#about p {
  text-align: center;
  max-width: 800px;
  margin: auto;
}
#about p span {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 4px;
  color: #fffdee;
  background: #626F47;
  padding: 5px 10px;
  border-radius: 6px;
  margin-bottom: 8px;
}

#services h2:after {
  background: url(../images/icon/decoration-icon/flower.png) no-repeat center/contain;
}
#services .serviceItemBg {
  width: 100%;
  height: 100%;
  position: relative;
}
#services .serviceItemBg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fffdee;
  border-radius: 8px;
  opacity: 0.5;
  z-index: -1;
}
#services p {
  color: #fffdee;
}
#services .box {
  width: 180px;
  height: 180px;
  margin: 20px 0;
  padding: 35px;
  background: #fffdee;
  border-radius: 50%;
  box-shadow: 1px 1px 3px rgba(113, 117, 115, 0.5);
  text-align: center;
  position: relative;
  transition: all 0.3s;
}
#services .box img {
  width: auto;
  height: 100px;
  padding-bottom: 10px;
}
#services .box h3 {
  width: 100%;
  color: #fff;
  background-color: #626F47;
  font-size: 18px;
  line-height: 36px;
  position: absolute;
  bottom: -24px;
  box-shadow: 0px -1px 2px rgba(113, 117, 115, 0.3);
  border-radius: 50px;
  padding: 3px 0;
}
#services .box:hover {
  transform: scale(1.08);
}

#care h2:after {
  background: url(../images/icon/decoration-icon/grass.png) no-repeat center/contain;
}
#care img {
  width: 80%;
}
#care .features {
  padding: 20px 0 100px;
  background: url(../images/care/features/bg.png) no-repeat center/cover;
  position: relative;
}
#care .features h2:after {
  width: 0;
}
#care .features ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#care .features ul li h3 {
  color: #626F47;
}
#care .features ul li span.num {
  display: block;
  color: #626F47;
  font-size: 32px;
}
#care .features ul li img {
  margin: 12px 0 20px;
  max-width: 200px;
}
#care .features a.btn {
  position: absolute;
  bottom: -1.5em;
}

#skin h2:after {
  background: url(../images/icon/decoration-icon/hand.png) no-repeat center/contain;
}

#lesson h2:after {
  background: url(../images/lesson/title.png) no-repeat center/contain;
}
#lesson h5 {
  line-height: 2;
  margin-bottom: 1rem;
}
#lesson .desktop {
  padding-bottom: 120px;
}
#lesson .desktop img {
  height: 60vh;
  object-fit: cover;
}
#lesson .desktop dl dt {
  font-size: 60px;
  text-align: center;
  line-height: 160px;
  width: 160px;
  border-radius: 50vh;
  margin-right: 0;
  margin: auto;
  color: #fff;
  position: relative;
}
#lesson .desktop dl dd {
  margin-top: 40px;
}
#lesson .test {
  padding: 20px 0 100px;
  background: url(../images/care/features/bg.png) no-repeat center/cover;
}
#lesson .test figure {
  margin: 0;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
#lesson .test figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#lesson .test figcaption {
  margin-top: 20px;
}

#address h2 {
  margin-top: 0;
  padding-top: 0;
}
#address dl dt {
  font-weight: 400;
  margin-bottom: 12px;
}
#address dl dd {
  font-size: 14px;
}
#address dl dd span {
  display: block;
  width: 3rem;
}
#address dl dd a {
  flex: 1;
  color: #717573;
}
#address dl dd a:hover {
  color: #626F47;
}

#contact {
  position: relative;
  padding: 20px 0 100px;
  background: url(../images/decorate/contact_bg.jpg) no-repeat center/cover;
}
#contact .container {
  position: relative;
  z-index: 1;
}

footer {
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: #626F47;
  position: relative;
}
footer::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: opacity(0.8);
  mix-blend-mode: multiply;
}
footer p {
  color: #fffdee;
  font-size: 1rem;
  position: relative;
  z-index: 1;
}
footer a {
  color: #DEAA79;
}
footer a:hover {
  color: #fffdee;
}

@media screen and (min-width: 768px) {
  #banner .text {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
  }
  #banner .text p,
  #banner .text small {
    color: #fff;
  }
  #banner .text p {
    font-size: 28px;
    letter-spacing: 0.2em;
  }
  #banner .text small {
    font-weight: 300;
    letter-spacing: 0.1em;
  }
  #care img {
    width: 50%;
    max-width: 800px;
  }
  #care .container {
    width: 40%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 18px;
  }
  a.btn:hover {
    filter: brightness(1.1);
    color: #fff;
  }
  .navbar a img {
    width: 50px;
  }
  .navbar .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: 1px solid;
    width: 0%;
    background-color: #719573;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #banner .text p {
    font-size: 48px;
  }
  #banner .text small {
    font-size: 24px;
  }
}
.line {
  width: 1px;
  height: 200px;
  background-color: #9e9e9e;
}

#price a {
  width: 75%;
}
#price img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}

#process {
  padding: 1.5rem 0;
  background-color: #f4e9db;
}
#process h2:after {
  background: url(../images/icon/decoration-icon/grass.png) no-repeat center/contain;
}

.news-content {
  padding: 3rem;
}
.news-content a {
  padding: 0.5rem 1rem;
  color: white;
}

.question {
  border-radius: 3px;
  overflow: hidden;
}
.question .title {
  color: white;
  background-color: #626F47;
  text-align: center;
  padding: 1rem 0;
  font-size: 1.2rem;
}
#gallery h2:after {
  background: url(../images/icon/decoration-icon/grass.png) no-repeat center/contain;
}
#gallery h3, #gallery i {
  font-size: 1.1rem;
  color: #cdcdcd;
}
#gallery .gallery-img {
  height: 250px;
  object-fit: cover;
}
@media (min-width: 425px) {
  #gallery .gallery-img {
    height: 300px;
  }
}

#connect p {
  line-height: 1.5rem;
}
#connect p b {
  color: #626F47;
}
#connect p a {
  all: unset;
  cursor: pointer;
}
#connect p a:hover {
  color: #626F47;
}
@media (max-width: 767.98px) {
  #connect .map {
    height: 350px;
  }
}

.quick-links {
  position: fixed;
  right: 0px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  z-index: 10;
}
.quick-links .quickBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.quick-links .quickBtn i {
  font-size: 2.1rem;
  color: #DEAA79;
  opacity: 0.8;
  margin: 0;
}
.quick-links .top i {
  font-size: 1.8rem;
  width: 36px;
  height: 36px;
  background: #fffdee;
  border-radius: 50%;
  position: relative;
}
.quick-links .top i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slick-prev:before,
.slick-next:before {
  color: #cdcdcd;
}

/*# sourceMappingURL=style.css.map */