@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: #ffffff;
}
#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 #fbf3e8;
  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;
  color: #7b797b;
  font-family: "Noto Serif TC", Suranna, 微軟正黑體, "Microsoft JhengHei", Arial, sans-serif !important;
}

* {
  -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: #fbf3e8;
}

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

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

.sectionTitle h2 {
  color: #758f8a;
  font-size: 1.8em;
  letter-spacing: 3px;
  text-align: center;
  margin-top: 80px;
  position: relative;
}
.sectionTitle h2:after {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
}
.sectionTitle h2 span {
  display: block;
  font-size: 0.5em;
  color: #cdcdcd;
}

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

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

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

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

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

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

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

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

h5 {
  font-size: 1em;
  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: #fbf3e8;
  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;
  background-color: #e4ada7;
  color: white;
}
.btn * {
  color: white;
}

.link-btn {
  display: block;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  color: #fbf3e8;
  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);
}

.line {
  width: 1px;
  height: 200px;
  background-color: #9e9e9e;
  align-self: center;
}

[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%;
  z-index: 100;
  background-color: #ffffff;
  -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.navbar-brand {
  margin-left: 12px;
  font-weight: 400;
  font-family: "Noto Serif TC", serif;
  display: block;
}
.navbar a.navbar-brand h4 {
  color: #758f8a;
  margin: 0;
}
.navbar a.navbar-brand img {
  width: 70px;
}
.navbar .navbar-toggler {
  color: transparent;
}
.navbar .navbar-toggler i {
  color: #7b797b;
}
.navbar .navbar-collapse {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.navbar .navbar-collapse .navbar-nav {
  margin-left: auto;
  -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 .nav-link {
  text-align: center;
  margin: 4px 0;
  padding: 8px 0;
  color: #7b797b;
  font-weight: 300;
  font-family: "Noto Serif TC", serif;
}

#banner {
  position: relative;
  padding-top: 56px;
  z-index: 0;
}
#banner .text {
  display: none;
}
#banner .text p {
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
}
#banner .text small {
  font-size: 1.2rem;
  letter-spacing: 0;
}
#banner img {
  max-height: 80vh;
  object-fit: contain;
  object-position: center 5%;
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}
#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 h1 .animate__fadeIn {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

#about h3 {
  color: #e4ada7;
}
#about p {
  text-align: center;
  max-width: 800px;
  margin: auto;
}

#services {
  position: relative;
  isolation: isolate;
}
#services::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../image/decorate/gray_bg.jpg) no-repeat center/cover;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#services .box {
  position: relative;
  margin: 40px 0;
  transition: all 0.3s;
}
#services .box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}
#services .box h3 {
  position: absolute;
  font-size: 18px;
  line-height: 36px;
  bottom: -36px;
  background-color: #758f8a;
  color: #fff;
  border: 2px solid #fff;
  width: 80%;
  max-width: 150px;
}
#services .box:hover {
  transform: scale(1.08);
}

.appt ul li span {
  display: inline-block;
  color: white;
  background: #e4ada7;
  padding: 2px 8px;
}

#contact {
  padding: 20px 0 100px;
  background: url(../image/decorate/contact_bg.jpg) no-repeat center/cover;
  position: relative;
  isolation: isolate;
}
#contact::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #2e2d2e;
  mix-blend-mode: multiply;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#contact * {
  color: #fff;
}

@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-collapse .navbar-nav .nav-link {
    position: relative;
    display: block;
    margin: 16px 20px 0;
    font-size: 15px;
  }
  .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: #fbf3e8;
    -webkit-transition: all 0.3s;
    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;
  }
}
#gallery {
  position: relative;
  isolation: isolate;
}
#gallery::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../image/decorate/gallery_bg.jpg) no-repeat center/cover;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#gallery .gallery-img {
  height: 250px;
  object-fit: cover;
}
@media (min-width: 425px) {
  #gallery .gallery-img {
    height: 300px;
  }
}

#connect {
  background-color: #fbf3e8;
}
#connect p {
  line-height: 1.5rem;
  color: #758f8a;
}
#connect p a {
  all: unset;
  cursor: pointer;
}
#connect p a:hover {
  color: white;
}

footer {
  padding: 20px;
  background-color: #758f8a;
}
footer * {
  color: whitesmoke;
  font-size: 14px;
}
footer a:hover {
  color: #fbf3e8;
}

.quick-links {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
}
.quick-links a i {
  color: #e4ada7;
  opacity: 0.8;
}
.quick-links a:hover i {
  color: #758f8a;
}


.catalogList nav {
  width: 100%;
}
.catalogList .catalogItem h5 {
  width: 100%;
  color: #fbf3e8;
  padding: 12px;
  position: relative;
  isolation: isolate;
}
.catalogList .catalogItem h5::before {
  content: "";
  width: 100%;
  height: 100%;
  clip-path: polygon(0% 0%, 500% 0%, 60% 30%, 0% 300%);
  background: #758f8a;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 425px) {
  .catalogList .catalogItem h5::before {
    clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 0% 325%);
  }
}
.catalogList .catalogCard {
  position: relative;
}
.catalogList .catalogCard a {
  width: 100%;
}
.catalogList .catalogCard img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 992px) {
  .catalogList .catalogCard img {
    height: 300px;
  }
}
.catalogList .catalogCard h5 {
  font-weight: 500;
}
.catalogList .catalogCard ul {
  margin-bottom: 0;
}
.catalogList .catalogCard i {
  font-size: calc(1rem + 0.2vw);
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1rem;
  text-shadow: 0px 0px 3px rgba(251, 243, 232, 0.7);
}
.catalogList .nav-tabs {
  width: 96%;
  margin: auto;
  justify-content: center;
  padding: 0px 12px;
  border-bottom: 1px solid #fbf3e8;
}
.catalogList .nav-tabs .nav-link {
  color: #7b797b;
  border: unset;
}
.catalogList .nav-tabs .nav-link.active {
  color: white;
  background: #fbf3e8;
  border-radius: 6px 6px 0 0;
  text-shadow: 0px 1px 2px rgba(228, 175, 102, 0.3);
}
.catalogList .tab-content > .active {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
}/*# sourceMappingURL=style.css.map */