@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;
}

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

@media (min-width: 768px) {
  .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
.bs {
  box-shadow: 0 8px 10px rgba(122, 122, 122, 0.4);
}

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

.Linebtn {
  width: 80%;
  font-size: 1.1rem;
  font-weight: 600;
  background: #2EB900;
  color: white;
  padding: 10px 20px;
  border-radius: 50px;
  display: flex;
  justify-self: center;
  justify-content: center;
  align-items: center;
}
.Linebtn i {
  font-size: 1.3rem;
  margin-right: 6px;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #F8EDE0;
}
#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 #CEA682;
  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: #3E3C40;
  font-family: "Noto Serif TC", Suranna, 微軟正黑體, "Microsoft JhengHei", Arial, sans-serif !important;
  position: relative;
  isolation: isolate;
}
body::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/textureBg.jpg) no-repeat center/cover fixed;
  filter: opacity(0.1);
  mix-blend-mode: multiply;
  z-index: -1;
}

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

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

hr {
  background-color: #CEA682;
}

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

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

h2 {
  font-size: 1.8em;
  position: relative;
  margin-top: 80px;
  letter-spacing: 3px;
  text-align: center;
  color: #CEA682;
  isolation: isolate;
}
h2:after {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
h2 span {
  display: block;
  font-size: 0.5em;
  color: #DBCCC7;
  position: relative;
  top: 12px;
}

section:nth-of-type(2) .sectionTitle:after {
  background: url(../images/decorate/title_1.png) no-repeat center/contain;
}

section:nth-of-type(3) .sectionTitle:after {
  background: url(../images/decorate/title_2.png) no-repeat center/contain;
}

section:nth-of-type(4) .sectionTitle:after {
  background: url(../images/decorate/title_3.png) no-repeat center/contain;
}

section:nth-of-type(5) .sectionTitle:after {
  background: url(../images/decorate/title_1.png) no-repeat center/contain;
}

section:nth-of-type(6) .sectionTitle:after {
  background: url(../images/decorate/title_2.png) no-repeat center/contain;
}

section:nth-of-type(7) .sectionTitle:after {
  background: url(../images/decorate/title_3.png) no-repeat center/contain;
}

section:nth-of-type(8) .sectionTitle:after {
  background: url(../images/decorate/title_4.png) no-repeat center/contain;
}

section:nth-of-type(9) .sectionTitle:after {
  background: url(../images/decorate/title_5.png) no-repeat center/contain;
}

section:nth-of-type(10) .sectionTitle:after {
  background: url(../images/decorate/title_6.png) no-repeat center/contain;
}

h3 {
  font-size: 1em;
  letter-spacing: 2px;
  margin-bottom: 18px;
  text-align: center;
  color: #cdcdcd;
}

h4 {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 18px;
}

h5 {
  font-size: 1em;
  margin-bottom: 0;
}

p {
  font-size: 0.9rem;
  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: #CEA682;
  font-size: 24px;
}

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

.btn {
  width: 80%;
  max-width: 250px;
  line-height: 1.5;
  font-size: 1.5em;
  margin: 16px 8px;
  border: 0px;
  border-radius: 0px;
  background: linear-gradient(75deg, #886d5b 0%, #886d5b 50%, #cea682 50%, #cea682 100%);
  color: white;
}
.btn * {
  color: white;
}

.link-btn {
  display: block;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  color: #CEA682;
  background-color: white;
  border-radius: 50vh;
  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;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #CEA682;
  box-shadow: 0 2px 4px rgba(104, 104, 104, 0.2);
  transition: all 0.3s;
}
.navbar h1 {
  font-size: 1.2rem;
  color: #EEEEF0;
}

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

.navbar-brand img {
  width: 40px;
  height: auto;
  margin-right: 10px;
  border-radius: 4px;
}

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

.navbar .navbar-toggler i {
  color: white;
}

.navbar .navbar-collapse {
  justify-content: space-around;
}

.navbar .navbar-collapse .navbar-nav {
  justify-content: center;
  align-items: center;
}

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

.navbar .navbar-collapse .navbar-nav .nav-link {
  text-align: center;
  margin: 4px 0;
  padding: 8px 0;
  color: #EEEEF0;
  font-weight: 300;
  font-family: "Noto Serif TC", serif;
}

#banner {
  position: relative;
  padding-top: 72px;
  z-index: 0;
}
#banner .text {
  display: none;
}

#hero {
  background: white;
  position: relative;
}
#hero::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/textureBg.jpg);
  mix-blend-mode: multiply;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .img-box {
    background: #e5e5e5;
  }
  .img-box img {
    height: 100vh;
  }
}
#banner img {
  filter: brightness(0.9);
}

#banner .img-content {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 10;
  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 {
  animation-duration: 1.5s;
  animation-delay: 0.3s;
}

#news {
  margin-top: 3rem;
}
#news img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
#news .news-box {
  background-color: #F8EDE0;
  padding: 20px;
  border-radius: 10px;
}
#news .news-box h3 {
  line-height: 1.2;
  color: #3E3C40;
  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 .aboutImg {
  overflow: hidden;
}
#about .aboutImg img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 6px;
}
#about p {
  text-align: center;
  max-width: 800px;
  margin: auto;
}

#services .serviceItemBg {
  width: 100%;
  height: 100%;
  position: relative;
}
#services .serviceItemBg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #F8EDE0;
  border-radius: 8px;
  opacity: 0.5;
  z-index: -1;
}
#services .box {
  width: 200px;
  height: 200px;
  margin: 30px 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid #EEEEF0;
  border-radius: 50%;
  text-align: center;
  position: relative;
  transition: all 0.3s;
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6), 3px 3px 3px rgba(206, 166, 130, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
#services .box img {
  width: auto;
  height: 120px;
  padding: 16px;
  opacity: 0.6;
}
#services .box h3 {
  position: absolute;
  font-size: 18px;
  line-height: 36px;
  bottom: -36px;
  background-color: #886D5B;
  color: white;
  border: 2px solid #fff;
  border-radius: 50px;
  width: 100%;
}
#services .box h3 span {
  font-size: 0.9rem;
}
#services .box:hover {
  transform: scale(1.08);
}
#services .booking {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/gallery/work/img-2.jpg) no-repeat center/cover fixed;
  padding: 30px 0px;
  position: relative;
  isolation: isolate;
}
#services .booking::before {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  mix-blend-mode: multiply;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#services .booking .bookingContext {
  width: 450px;
}
#services .booking h3 {
  color: white;
  font-size: 1.1rem;
}
#services .booking span {
  padding: 2px 12px;
  background: #F287B1;
  border-radius: 6px;
}
#services .booking img {
  width: 100px;
}

#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 {
  margin-bottom: 80px;
}
#care .features h2:after {
  width: 0;
}
#care .features ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#care .features ul li h3 {
  color: #886D5B;
}
#care .features ul li span.num {
  display: block;
  color: #886D5B;
  font-size: 32px;
}
#care .features ul li img {
  margin: 12px 0 20px;
  max-width: 200px;
}
#care .features a.btn {
  position: absolute;
  bottom: -1.5em;
}

#lesson h5 {
  line-height: 2;
  margin-bottom: 1rem;
}
#lesson .desktop {
  padding-bottom: 120px;
}
#lesson .desktop img {
  height: 60vh;
  -o-object-fit: cover;
     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%;
  -o-object-fit: cover;
     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: #3E3C40;
}
#address dl dd a:hover {
  color: #886D5B;
}

#contact {
  position: relative;
  padding: 20px 0 100px;
  background: url(../images/decorate/contact_bg.jpg) no-repeat top right/cover fixed;
}
#contact::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.2;
}
#contact .container {
  position: relative;
  z-index: 1;
}
#contact * {
  color: #fff;
}
#contact h3 {
  font-size: 2rem;
}

footer {
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: #F8EDE0;
  position: relative;
}
footer::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/textureBg.jpg) center/cover;
  filter: opacity(0.8);
  mix-blend-mode: multiply;
}
footer p {
  position: relative;
  z-index: 1;
}
footer * {
  color: #3E3C40;
  font-size: 14px;
}
footer a:hover {
  color: #CEA682;
}

@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 .navbar-collapse .navbar-nav .nav-link {
    position: relative;
    display: block;
    margin: 0px 20px;
    font-size: 15px;
  }
  .navbar .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 1px solid;
    width: 0%;
    background-color: #CEA682;
    transition: all 0.3s;
  }
  .navbar .navbar-nav .nav-link:hover:after {
    width: 100%;
  }
  #banner .text p {
    font-size: 48px;
  }
  #banner .text small {
    font-size: 24px;
  }
}
.line {
  width: 1px;
  height: 200px;
  background-color: #9e9e9e;
}

#process {
  padding: 1.5rem 0;
  background-color: #f4e9db;
}

.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: #886D5B;
  text-align: center;
  padding: 1rem 0;
  font-size: 1.2rem;
}
#gallery .gallery-img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 425px) {
  #gallery .gallery-img {
    height: 300px;
  }
}

#connect p {
  line-height: 1.5rem;
}
#connect p b {
  color: #886D5B;
}
#connect p i {
  font-size: 1.2rem;
}
#connect p a {
  all: unset;
  cursor: pointer;
}
#connect p a:hover {
  color: #F8EDE0;
}
#connect img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.quick-links {
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  z-index: 10;
}
.quick-links a {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.quick-links a i {
  color: #CEA682;
  font-size: 2.2rem;
  opacity: 0.8;
}

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


.video video {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 6px;
}/*# sourceMappingURL=style.css.map */