@import url("https://fonts.googleapis.com/css2?family=Mea+Culpa&family=Noto+Sans+TC:wght@300;400;700&display=swap");
body {
  font-family: 'Noto Sans TC', sans-serif;
  color: #727071;
  overflow-x: hidden;
}

.font-handwrite {
  font-family: 'Mea Culpa', cursive;
}

.font-serif {
  font-family: serif;
}

img {
  max-width: 100%;
  display: block;
}

p {
  font-size: 16px;
  line-height: 2;
}

.link-item {
  text-transform: uppercase;
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-light .navbar-toggler {
  border: none;
}

.bg-main {
  background: #fcf7f6;
}

.btn-main {
  display: inline-block;
  padding: 10px 30px;
  border: 2px solid #777;
  border-radius: 0;
  background: transparent;
  color: #777;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-main:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
  color: #777;
}

.btn-main.white {
  border: 2px solid #fff;
  color: #fff;
}

.btn-main.white:hover {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  background: rgba(234, 201, 182, 0.5);
}

@media (max-width: 992px) {
  main {
    margin-top: 70px;
  }
}

section {
  padding: 75px 0;
}

.obj-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.obj-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.obj-center {
  -o-object-position: center;
     object-position: center;
}

.img-absolute-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}

.sidebar {
  position: fixed;
  bottom: 56px;
  right: 0;
  z-index: 1000;
}

.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar ul li {
  margin-bottom: 16px;
}

.sidebar ul li a {
  width: 50px;
  height: 50px;
  background: #777;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.75;
  text-decoration: none;
}

.sidebar ul li a:hover {
  opacity: 1;
}

.sidebar ul li a span {
  display: none;
  margin-left: 5px;
  font-size: 14px;
}

@media (max-width: 992px) {
  .sidebar {
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .sidebar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sidebar ul li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 0;
  }
  .sidebar ul li a {
    opacity: 1;
    width: 100%;
    border-right: 1px solid #777;
  }
  .sidebar ul li a span {
    display: inline-block;
  }
  .sidebar ul li .toTop {
    border-right: none;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.navbar {
  background: transparent;
}

@media (max-width: 992px) {
  .navbar {
    background: #777;
  }
}

.navbar-scroll {
  background: #777;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

header .navbar .navbar-brand img {
  width: 80px;
}

@media (max-width: 992px) {
  header .navbar .navbar-brand img {
    width: 50px;
  }
}

header .navbar .navbar-collapse .navbar-nav .nav-item {
  margin-right: 20px;
}

@media (max-width: 1200px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-right: 0;
  }
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #fff;
}

@media (max-width: 992px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
    margin-top: 1rem;
  }
}

.hero {
  position: relative;
  height: 100vh;
  background: url(https://images.unsplash.com/photo-1616394584738-fc6e612e71b9?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2940&q=80) no-repeat center/cover fixed, rgba(126, 101, 72, 0.75);
  background-blend-mode: overlay;
  color: #fcf7f6;
}

.hero .content {
  padding-top: 50vh;
}

@media (max-width: 992px) {
  .hero {
    height: 70vh;
    background-attachment: unset;
    background-size: fill;
  }
  .hero .content {
    padding-top: 35vh;
    padding-left: 10px;
  }
  .hero h1 {
    padding-top: 20px;
  }
}

@media (max-width: 992px) {
  .about .container > div img {
    margin: auto;
    margin-bottom: 1rem;
  }
  .about .container > div:nth-child(2), .about div:nth-child(4) {
    display: table;
  }
  .about .container > div:nth-child(2) div:nth-child(1), .about div:nth-child(4) div:nth-child(1) {
    display: table-footer-group;
  }
  .about .container > div:nth-child(2) div:nth-child(1) p, .about div:nth-child(4) div:nth-child(1) p {
    margin: auto 12px;
  }
  .about .container > div:nth-child(2) div:nth-child(2), .about div:nth-child(4) div:nth-child(2) {
    display: table-header-group;
  }
  .about .container > div:nth-child(4) img {
    padding: 12px;
  }
}

.services {
  overflow: hidden;
}

.services .position-absolute {
  right: 0;
  top: 50%;
  -webkit-transform: translate(25%, -20%);
          transform: translate(25%, -20%);
  opacity: .2;
}

.services .position-absolute img {
  width: 400px;
  -webkit-filter: blur(2.5px);
          filter: blur(2.5px);
}

@media (max-width: 992px) {
  .services .position-absolute {
    -webkit-transform: translate(30%, 40%);
            transform: translate(30%, 40%);
  }
  .services .position-absolute img {
    width: 300px;
  }
}

.work img {
  width: 40vw;
  margin: auto;
  min-width: 500px;
}

@media (max-width: 992px) {
  .contact {
    padding-bottom: 0;
  }
}

.contact address a:hover {
  color: #777 !important;
}

.contact .sns a {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fcf7f6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact .sns a svg {
  fill: #444;
}

.contact .sns a:hover {
  background: #eac9b6;
}

.contact .col-12:last-child {
  padding-left: 3rem;
}

@media (max-width: 992px) {
  .contact .col-12:last-child {
    padding-left: 12px;
    margin-top: 1rem;
  }
}

footer {
  background: #777;
  margin-bottom: 0px;
}

@media (max-width: 992px) {
  footer {
    margin-bottom: 50px;
  }
}

.title_left_border {
  padding-left: 1rem;
  border-left: solid 10px #eac9b6;
}

.work {
  background: #e5ddd1;
}
/*# sourceMappingURL=all.css.map */