@charset "UTF-8";
body {
  background: #fff3e1;
}

@media (max-width: 576px) {
  body header .navbar {
    background: #fff3e1;
  }
}

#hero {
  padding-top: 126px;
}

@media (max-width: 576px) {
  #hero {
    padding-top: 100px;
  }
}

#hero img {
  width: 100%;
}

#weddingFlower .img {
  padding: 0px 12px;
}

#weddingFlower .img a {
  width: 100%;
}

#weddingFlower .img a img {
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}

#photography .col-lg-6.offsset-md-3 img {
  width: 300px;
  height: 300px;
}

#contact img {
  width: 100%;
}

#contact .title {
  color: #795e31;
}

#contact .title.mb-4 {
  border-bottom: 1px solid rgba(58, 0, 40, 0.5);
}

#contact .back-anchor .back {
  background: url(../image/皺紋背景.png) no-repeat center/cover;
  background-color: #ebe7de;
  padding: 40px;
  height: 100%;
  width: 100%;
  background-blend-mode: multiply;
}

@media screen and (max-width: 991px) {
  #contact .back-anchor .back {
    position: relative;
  }
}

#contact .back-anchor .back p {
  font-size: 18px;
  color: #795e31;
}

#contact .back-anchor .back .notice {
  color: #ef570c;
}

.link {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 500;
  background: #fff3e1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.link #clear {
  margin-bottom: 20px;
}

.link img {
  margin-top: 40px;
}

.link button {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  border-radius: 24px;
  background: #efede6;
  padding: 20px 0;
}

.link a {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  border-radius: 24px;
  background: #efede6;
  margin-bottom: 20px;
}

.link.hidden {
  display: none;
}

.hidden {
  z-index: -1;
}

#hero .desktopLink {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 5;
  width: 100%;
  font-size: 3rem;
  color: white;
  font-family: 'Baloo Tamma 2', cursive;
  text-align: center;
}

#hero .desktopLink button {
  padding: 4px 20px;
  font-size: 20px;
  border-radius: 24px;
}

@media screen and (max-width: 665px) {
  #hero .desktopLink button {
    font-size: 16px;
  }
}

#hero .desktopLinkPhone {
  display: inline-block;
  position: absolute;
  top: 70%;
  left: 0%;
  z-index: 5;
  width: 100%;
  font-size: 3rem;
  color: white;
  font-family: 'Baloo Tamma 2', cursive;
  text-align: center;
}

#hero .desktopLinkPhone button {
  padding: 4px 20px;
  font-size: 12px;
  border-radius: 24px;
}
/*# sourceMappingURL=hemusih.css.map */