@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;400;500;600;700&display=swap");
.slick img {
  padding: 10px;
}

span.btn {
  background-color: #ef555d;
  color: white;
  border-radius: 24px;
  padding: 1px 4px 2px 4px;
  font-size: 20px;
  line-height: 1;
  border: 0px;
}

span.word {
  display: inline-block;
  -webkit-transform: translate(0, 2px);
          transform: translate(0, 2px);
}

h2 {
  font-weight: bold !important;
}

@media screen and (max-width: 992px) {
  #ftco-nav {
    width: 80px;
  }
}

@media screen and (max-width: 992px) {
  #ftco-nav .navbar-nav {
    width: fit-content;
    background: #ffffffaa;
    margin-top: 10px;
  }
}

.navbar-toggler {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}

.navbar-toggler {
  position: relative;
}

.navbar-toggler .oi.oi-menu {
  position: absolute;
  left: 50%;
  top: unset;
  bottom: 127%;
  -webkit-transform: translate(0%, 0) scale(2);
          transform: translate(0%, 0) scale(2);
}

.ftco-intro .wrap .info {
  background: #18b6bb;
}

.ftco-intro .wrap .info img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

.ftco-intro .wrap .info p {
  color: #e7f4fd;
  font-weight: bolder;
}

.ftco-intro .wrap .info h3 {
  color: #e7f4fd;
}

#services {
  background: url("./pic/底色.jpeg") no-repeat center/cover;
}

#services h3 {
  font-size: 24px;
}

.ftco-about {
  background: #fff;
}

.ftco-about p {
  color: #333333;
  font-weight: bolder;
}

.ftco-about span {
  border-bottom: 1px solid red;
}

.ftco-services {
  background: #e7f4fd;
}

.ftco-services .icon {
  background: #64b8f0;
}

.ftco-services .heading {
  color: #64b8f0;
}

#works {
  mix-blend-mode: multiply;
}

#works img {
  width: 100%;
}

#works h5 {
  text-align: center;
  margin-top: 12px;
}

#menu img {
  width: 100%;
}

#recommend {
  overflow: hidden;
}

.ftco-counter {
  position: relative;
}

.ftco-counter .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  text-shadow: 1px 1px 0px black;
  font-style: italic;
}

#contact .appointment h3 img, #contact .appointment h4 img {
  width: 24px;
}

footer {
  font-size: 16px;
  background: #ff2c6d;
  padding: 0;
  color: #fff;
}

footer p {
  margin: 0;
}

.BGchange > div:nth-child(2n) {
  background: #faf5e2;
}

.Out-links {
  z-index: 30;
  position: fixed;
  width: 32px;
  height: 200px;
  right: 20px;
  bottom: 4px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.Out-links .iconback {
  background: #fff;
  border-radius: 100%;
}

.Out-links .iconback img {
  width: 100%;
}

.logo-back {
  position: relative;
}

.logo-back::after {
  position: absolute;
  content: '';
  width: 73%;
  background: #fff;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-49%, 0);
          transform: translate(-49%, 0);
}

.nav-title {
  -webkit-transform: translate(15%, 0);
          transform: translate(15%, 0);
}

.navbar-toggler {
  -webkit-transform: translate(-12px, 22px);
          transform: translate(-12px, 22px);
}

.slick {
  overflow: hidden;
}

.btn-link {
  margin-top: 20px;
  display: block;
  text-align: center;
}

.btn-link button {
  color: #fff;
  border: none;
  background: #19b5bb;
}

h2 {
  font-family: 'Noto Serif TC' !important;
}
/*# sourceMappingURL=hemusih.css.map */