@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Unicase:wght@300;400;500;600;700&family=Noto+Serif+TC:wght@200..900&display=swap");
.bg-color {
  background: #d8c3a5 !important;
  isolation: isolate;
}
.bg-color::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/decorate/bg.jpg) no-repeat center/cover;
  mix-blend-mode: luminosity;
  opacity: 0.05;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

* {
  list-style: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

a {
  text-decoration: none;
  transition: 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: inline-block;
  margin: 0;
  line-height: 1.5;
  font-weight: 500;
}

h1 {
  font-size: calc(2rem + 0.5vw);
}

h2 {
  font-size: calc(1.7rem + 0.4vw);
}

h3 {
  font-size: calc(1.45rem + 0.4vw);
}

h4 {
  font-size: calc(1.3rem + 0.2vw);
}

h5 {
  font-size: calc(1.2rem + 0.2vw);
  font-weight: 400;
}

h6 {
  font-size: calc(1rem + 0.2vw);
  font-weight: 400;
}

p,
span,
li,
small {
  font-size: calc(1.05rem + 0.1vw);
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 2px;
  text-align: justify;
  margin: 0;
}

small {
  font-size: calc(1rem + 0.3vw);
}

hr {
  width: 90%;
  display: flex;
  justify-self: center;
  border-top: 1px dotted #4e443f;
  margin: 50px 0;
}

section {
  position: relative;
  padding: 90px 0;
}
@media (max-width: 576px) {
  section {
    padding: 70px 0;
  }
  section:nth-of-type(2) {
    padding-top: 120px;
  }
}
section:nth-of-type(1) {
  padding: 0;
}
section:nth-of-type(2) {
  padding-top: 150px;
}
section:nth-last-of-type(1) {
  padding: 0;
}
section:nth-of-type(odd):not(:first-of-type) {
  background: rgba(248, 245, 242, 0.8);
}

.sectionTitle {
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  justify-self: center;
  padding: 24px;
  position: relative;
  z-index: 2;
}
.sectionTitle * {
  letter-spacing: normal;
}
.sectionTitle h2 {
  position: relative;
  display: inline-block;
  margin: auto;
  text-align: center;
  letter-spacing: 4px;
  color: #a58f7c;
  font-weight: 700;
  text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.7), 1px 1px 1px rgba(255, 255, 255, 0.7), 2px 6px 10px rgba(255, 255, 255, 0.1);
  isolation: isolate;
  z-index: -1;
}
.sectionTitle h2::before {
  content: "";
  width: 120%;
  height: 200px;
  background: url(../images/decorate/title_bg.png) no-repeat center/contain;
  opacity: 1;
  position: absolute;
  top: 60%;
  left: 47%;
  transform: translate(-50%, -50%) rotate(-20deg);
  z-index: -1;
}
.sectionTitle h2::after {
  content: "";
  width: 120%;
  aspect-ratio: 1;
  background: rgba(248, 245, 242, 0.1);
  backdrop-filter: blur(3px);
  border-radius: 50%;
  position: absolute;
  top: 60%;
  left: 47%;
  transform: translate(-50%, -50%) rotate(-20deg);
  z-index: -2;
}
.sectionTitle .h2_dec {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: -12px;
  position: relative;
  z-index: -1;
}
.sectionTitle .h2_dec span {
  color: #d8c3a5;
  font-size: calc(1.3rem + 0.3vw);
  font-weight: 800;
  text-align: start;
  text-transform: capitalize;
  letter-spacing: 1px;
  text-wrap-mode: nowrap;
  padding-right: 4px;
  position: relative;
  isolation: isolate;
  z-index: -1;
}
.sectionTitle .h2_dec hr {
  display: none;
  width: 100%;
  border-top: 2px solid #4e443f;
  margin: 1rem 0 !important;
  opacity: 0.5;
}

.btn {
  width: 100%;
  color: #a58f7c;
  background: white;
  border: 1px solid #a58f7c;
  padding: 8px 16px;
  transition: 0.4s ease-in;
}
.btn:hover {
  color: #4e443f;
  background: white;
  border: 1px solid #4e443f;
}
.btn:hover span {
  color: #4e443f;
}
.btn i {
  animation: tada 1s infinite ease-in-out;
}

.fillBtn {
  letter-spacing: normal;
  color: white;
  background: #a58f7c;
  border: 1px solid white;
}
.fillBtn:hover {
  color: #4e443f;
  background: white !important;
  border: 1px solid #4e443f;
}
.fillBtn:hover span {
  color: #4e443f;
}
.fillBtn.LINE {
  background: #2eb900;
}
.fillBtn.LINE:hover {
  color: #2eb900;
  border: 1px solid #2eb900;
  background: white;
}
.fillBtn.LINE:hover span {
  color: #2eb900;
}
.fillBtn.FB {
  background: #0765ff;
}
.fillBtn.FB:hover {
  color: #0765ff;
  border: 1px solid #0765ff;
  background: white;
}
.fillBtn.FB:hover span {
  color: #0765ff;
}

.smallMark {
  display: inline-flex;
  color: white;
  background: rgba(165, 143, 124, 0.8);
  letter-spacing: 4px;
  border-radius: 50px;
}

.interval {
  height: 40vh;
  max-height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.interval .container-fluid {
  height: 100%;
}
.interval .intervalBg {
  height: 100%;
  position: relative;
  isolation: isolate;
}
.interval .intervalBg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.interval .intervalTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.interval .intervalTxt h4,
.interval .intervalTxt p {
  color: white;
}

.catalogList .catalogItem h5 {
  width: 100%;
  color: #d8c3a5;
  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: #a58f7c;
  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 img {
  height: 150px;
  aspect-ratio: 1;
  border-radius: 4px;
}
@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(78, 68, 63, 0.7);
}
.catalogList .nav-tabs {
  width: 96%;
  margin: auto;
  justify-content: center;
  padding: 0px 12px;
  border-bottom: 1px solid rgba(78, 68, 63, 0.4);
}
.catalogList .nav-tabs .nav-link {
  color: #4e443f;
  border: unset;
}
.catalogList .nav-tabs .nav-link.active {
  color: white;
  background: #d8c3a5;
  border-radius: 6px;
  text-shadow: 0px 1px 2px rgba(78, 68, 63, 0.3);
}
.catalogList .tab-content > .active {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
}

@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes headShakeA {
  0% {
    transform: translate(-50%, -50%) translateX(0);
  }
  6.5% {
    transform: translate(-50%, -50%) translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translate(-50%, -50%) translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translate(-50%, -50%) translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translate(-50%, -50%) translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translate(-50%, -50%) translateX(0);
  }
}
body {
  font-family: "Cormorant Unicase", "Noto Serif TC", sans-serif;
  color: #4e443f;
  background: rgb(239.1279069767, 230.5813953488, 218.3720930233);
  overflow-x: hidden;
  position: relative;
}
body .bodyBg {
  width: 100%;
  height: 100%;
  background: url(../images/decorate/bg.jpg) no-repeat center/cover;
  mix-blend-mode: luminosity;
  opacity: 0.08;
  position: fixed;
  top: 0;
  z-index: -1;
}

header .navbar {
  background: transparent;
  transition: 0.3s ease;
}
header .navbar .navbar-brand {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .navbar .navbar-brand .brandTxt {
  color: transparent;
  position: relative;
}
header .navbar .navbar-brand .brandTxt h3 {
  font-size: calc(1.7rem + 0.4vw);
  font-weight: 600;
  letter-spacing: 2px;
}
header .navbar .navbar-brand .brandTxt span {
  font-size: calc(1.6rem + 0.4vw);
  line-height: 0.6;
  opacity: 0.4;
  position: absolute;
  top: 38%;
  left: 102%;
  transform: translate(0%, -50%);
  font-weight: 700;
}
header .navbar .navbar-brand .brandTxt .smallMark {
  padding: 4px;
  margin-left: 4px;
  margin-bottom: 16px;
  border-radius: 4px;
}
header .navbar .navbar-brand .brandTxt .smallMark span {
  font-size: calc(0.7rem + 0.2vw);
  color: white;
  line-height: 16px;
  margin-bottom: -4px;
}
header .navbar .navbar-brand .logoImg {
  height: 60px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .navbar .navbar-brand .logoImg img {
  border-radius: 4px;
}
header .navbar .navbar-toggler {
  aspect-ratio: 1;
  background: #d8c3a5;
  border-radius: 50%;
  border: 0;
}
header .navbar .navbar-toggler:focus {
  box-shadow: none;
}
header .navbar .navbar-collapse {
  justify-content: end;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  position: relative;
  font-size: calc(1.1rem + 0.15vw);
  font-weight: 400;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(78, 68, 63, 0.5), 0px 0px 3px rgba(78, 68, 63, 0.3);
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: transparent !important;
  text-shadow: unset;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover span {
  font-size: calc(1rem + 0.2vw);
  color: white;
  text-transform: uppercase;
  letter-spacing: normal;
  z-index: 2;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover span::before {
  width: 80%;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link span {
  width: fit-content;
  color: transparent;
  text-shadow: initial;
  padding: 1px 12px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
  z-index: -1;
  isolation: isolate;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link span::before {
  content: "";
  width: 0%;
  height: 4px;
  background: #f8f5f2;
  opacity: 0.8;
  position: absolute;
  bottom: -5%;
  left: 10%;
  transition: 0.3s ease;
  z-index: -1;
}
header .navbar.scrollDown {
  background: #d8c3a5;
  isolation: isolate;
}
header .navbar.scrollDown::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/decorate/bg.jpg) no-repeat center/cover;
  mix-blend-mode: luminosity;
  opacity: 0.05;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 767.98px) {
  header .navbar.scrollDown .navbar-nav {
    margin: auto;
  }
}
header .navbar.scrollDown .brandTxt {
  color: #4e443f;
}
header .navbar.scrollDown .nav-link {
  color: #4e443f !important;
  text-align: center !important;
  text-shadow: unset !important;
}

.banner {
  width: 100%;
  height: 90vh;
  display: flex;
  position: relative;
  isolation: isolate;
}
@media (max-width: 576px) {
  .banner {
    height: 100vh;
  }
}
.banner .f-carousel {
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .banner .f-carousel {
    width: 100%;
  }
}
.banner .f-carousel .bannerImg {
  width: 100%;
  height: 100%;
  justify-self: center;
}
@media (max-width: 576px) {
  .banner .f-carousel .bannerImg {
    padding: unset;
  }
}
.banner .f-carousel .bannerImg img {
  aspect-ratio: 1/0.6;
}
.banner .f-carousel .f-button svg {
  width: 100px;
  height: 100px;
  stroke-width: 2px;
  stroke: white;
  opacity: 0.5;
}
.banner .txt-content {
  width: 40%;
  height: auto;
  max-width: 350px;
  background: linear-gradient(0deg, rgba(248, 245, 242, 0.8), rgba(216, 195, 165, 0.5));
  backdrop-filter: blur(3px);
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  isolation: isolate;
}
@media (max-width: 768px) {
  .banner .txt-content {
    width: 75%;
    top: unset;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
.banner .txt-content::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  mix-blend-mode: plus-lighter;
  position: absolute;
  top: 47%;
  left: 46%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.banner .txt-content h1 {
  font-size: calc(3.2rem + 0.5vw);
  font-weight: 600;
  color: white;
  letter-spacing: 8px;
  line-height: 1.2;
  text-shadow: 4px 3px 0px rgb(159.0697674419, 121.9534883721, 68.9302325581), 9px 8px 0px rgba(159.0697674419, 121.9534883721, 68.9302325581, 0.15);
}
.banner .txt-content .smallMark {
  color: white;
  background: rgba(165, 143, 124, 0.8);
  writing-mode: vertical-lr;
  padding: 12px 4px;
  border-radius: 50px;
  margin: 15% 5%;
}
.banner .txt-content .smallMark h5 {
  margin-right: 4px;
  margin-left: -4px;
}
.banner .txt-content span {
  display: inline-block;
  font-size: calc(1.1rem + 0.2vw);
  font-weight: 300;
  text-align: center;
  margin-top: 12px;
  text-wrap-style: pretty;
}
.banner .txt-content .fillBtn {
  font-size: calc(0.9rem + 0.2vw);
  border-radius: 50px;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .banner .txt-content .fillBtn {
    aspect-ratio: 1;
  }
  .banner .txt-content .fillBtn i {
    font-size: calc(1.5rem + 0.2vw);
  }
  .banner .txt-content .fillBtn span {
    display: none;
  }
}
.banner .txt-content .fillBtn span {
  font-size: unset;
  margin: unset;
  text-shadow: unset;
  margin: 0 8px;
}

.about h3 {
  letter-spacing: 2px;
}
.about h3 i {
  font-size: calc(1.3rem + 0.2vw);
}
.about .smallMark {
  font-weight: bold;
  background: transparent;
}
.about .smallMark:nth-of-type(2) {
  color: rgb(194.45, 168.5, 142.55);
}
.about .aboutContext {
  position: relative;
}
.about .aboutContext hr {
  width: 100%;
  border-top: 1px solid #4e443f;
  justify-self: start;
  margin: 0.5rem;
}
.about .aboutContext .slogn h4 {
  color: #a58f7c;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
.about .aboutContext .slogn span {
  font-size: calc(1.3rem + 0.2vw);
  font-weight: 500;
  color: #a58f7c;
  text-align: end;
}
.about .aboutContext p {
  margin: 8px 0;
}
.about .aboutContext b {
  color: rgb(185.1627906977, 147.5581395349, 93.8372093023);
}
.about .aboutImg {
  height: 100%;
}
.about .aboutImg img {
  padding: 0;
}
@media (max-width: 576px) {
  .about .aboutImg img {
    height: 60vh;
    object-fit: cover;
  }
}
.about .f-carousel .f-button {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.4);
}
.about .f-carousel .f-button svg {
  stroke: white;
}
.about #aboutCarousel {
  width: 100%;
}
@media (min-width: 768px) {
  .about #aboutCarousel {
    height: 100%;
  }
}
.about video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.services .serviceContext {
  width: fit-content;
  margin: auto;
}
.services .bntBox {
  width: 100%;
}
.services .bntBox .btn {
  border: unset;
  border-radius: 50px;
  padding: unset;
  overflow: hidden;
}
.services .bntBox .btn:hover .marke p {
  color: white;
}
.services .bntBox .marke {
  height: 100%;
  background: linear-gradient(90deg, #a58f7c, rgba(165, 143, 124, 0));
  padding: 8px;
  position: relative;
  isolation: isolate;
}
.services .bntBox .marke::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #a58f7c;
  clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0% 100%, 0 50%, 0% 0%);
  position: absolute;
  inset: 0; /* 简化定位 */
  z-index: -1;
  animation: headShake 1.5s infinite ease-in;
}
.services .bntBox .marke::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #f8f5f2;
  clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0% 100%, 0 50%, 0% 0%);
  position: absolute;
  top: 50%;
  left: 57%;
  transform: translate(-50%, -50%);
  z-index: -2;
  animation: headShakeA 1.5s infinite ease-in;
}
.services .bntBox .marke p {
  text-align: center;
}
.services p {
  line-height: 1.8;
}
.services p b {
  font-weight: 700;
}
.services .serviceItem {
  position: relative;
}
.services .serviceItem:hover {
  cursor: pointer;
}
.services .serviceItem:hover .serviceCardTxt::before {
  height: 100%;
}
.services .serviceItem:hover .serviceCardTxt h4,
.services .serviceItem:hover .serviceCardTxt p {
  color: #f8f5f2 !important;
}
.services .serviceItem:hover img {
  transform: scale(1.2);
}
.services .serviceCard {
  width: 100%;
  height: 100%;
  background: rgba(248, 245, 242, 0.8);
  backdrop-filter: blur(3px);
  border-radius: 4px;
  border: 1px solid rgba(216, 195, 165, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  box-shadow: rgba(141.0769230769, 117.3846153846, 96.9230769231, 0.4) 0px 2px 4px 0px;
  overflow: hidden;
}
.services .serviceCard .serviceCardTxt {
  width: 100%;
  flex-grow: 1;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(2px);
  padding: 40px 20px;
  position: relative;
  isolation: isolate;
}
.services .serviceCard .serviceCardTxt::before {
  content: "";
  width: 100%;
  height: 16px;
  background: linear-gradient(135deg, rgb(223.7093023256, 206.8604651163, 182.7906976744), #a58f7c);
  mix-blend-mode: multiply;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  transition: 0.3s ease-in;
  z-index: -1;
}
.services .serviceCard .serviceCardTxt h4 {
  width: 100%;
  font-weight: 600;
  color: rgb(185.1627906977, 147.5581395349, 93.8372093023);
  text-wrap-style: pretty;
  letter-spacing: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}
.services .serviceCard .serviceCardTxt p {
  margin-top: 1rem;
}
.services .serviceCard .serviceCardTxt ul {
  margin: 0;
}
.services .serviceCard .serviceCardTxt ul li {
  color: white;
  list-style: disc;
}
.services .serviceCard .serviceCardImg {
  width: 100%;
  aspect-ratio: 1/0.7;
  overflow: hidden;
  justify-items: center;
}
.services .serviceCard .serviceCardImg img {
  aspect-ratio: 1/0.6;
  object-position: center;
  transition: all 0.3s ease-in;
}

.process a {
  display: inline-block;
  width: 75%;
}
.process .processList .processItem {
  align-self: stretch;
}
.process .processList .processItem:last-of-type .num {
  display: none !important;
}
.process .processList .processCard {
  height: 100%;
  background: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  border-radius: 0px 50px 0 50px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.process .processList .processCard .num {
  background: #d8c3a5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.process .processList .processCard .num span {
  font-size: calc(1.5rem + 0.3vw);
  color: white;
  padding: 8px 0;
  margin-bottom: -70%;
}
.process .processList .processCard .num h6 {
  font-size: calc(6rem + 0.3vw);
  font-weight: 500;
  color: white;
  opacity: 0.5;
  margin: 4px 0;
}
.process .processList .processCard .processCardImg {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: unset;
}
.process .processList .processCard .processCardImg img {
  width: 100%;
  height: 160px;
}
.process .processList .processCard .processCardTxt {
  text-align: center;
  padding: 1rem;
  margin: unset;
}
.process .processList .processCard .processCardTxt h5 {
  color: #d8c3a5;
  font-size: calc(1.2rem + 0.1vw);
  font-weight: 500;
  letter-spacing: 2px;
  padding: 4px 12px;
}
.process .processList .processCard .processCardTxt ul {
  padding: 0;
  margin: 0;
}
.process .processList .processCard .processCardTxt ul li {
  color: #4e443f;
}
.process .processList hr {
  align-self: center;
  border: 2px solid rgba(78, 68, 63, 0.5);
  opacity: 1;
  margin: 50px 0;
}
.process .processList hr:nth-last-of-type(1) {
  display: none;
}
@media (max-width: 425px) {
  .process .processList hr {
    transform: rotate(90deg);
    margin: 30px 0;
  }
}

.portfolio .catalogList .nav-tabs {
  border: unset;
}
.portfolio img {
  aspect-ratio: 1;
  border-radius: 4px;
}
.portfolio .slick-slider {
  margin: auto;
}
.portfolio .slick-slider .slick-next,
.portfolio .slick-slider .slick-prev {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.portfolio .slick-slider .slick-next:before,
.portfolio .slick-slider .slick-prev:before {
  font-size: calc(1.2rem + 0.2vw);
  color: #a58f7c;
}
.portfolio .slick-slider .slick-prev {
  left: -30px;
}
.portfolio .slick-slider .slick-next {
  right: -30px;
}

.contact {
  position: relative;
  isolation: isolate;
}
.contact i {
  font-size: calc(1.3rem + 0.1vw);
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact hr {
  margin: 30px 0;
}
.contact address {
  margin: 0;
}
.contact .contactInfo {
  padding: 20px 0;
  margin: 0;
}
.contact .contactInfo li {
  margin-bottom: 12px;
}
.contact .contactInfo li a {
  color: #4e443f;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.contact .contactInfo li a:hover {
  color: #a58f7c;
}
.contact .contactInfo li a:hover svg {
  fill: #a58f7c;
}
.contact .contactInfo i {
  margin-right: 8px;
}
.contact .contactInfo svg {
  width: calc(1.35rem + 0.1vw);
  height: calc(1.35rem + 0.1vw);
  aspect-ratio: 1;
  fill: #4e443f;
  margin-left: -2px;
  margin-right: 8px;
}
.contact .sns {
  width: auto;
  padding: 0;
}
.contact .sns li {
  width: auto;
}
.contact .sns a {
  letter-spacing: normal;
  width: 60px;
  height: 60px;
  color: white;
  background: #d8c3a5;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid white;
  transition: 0.3s;
  text-shadow: 0px 2px 2px rgba(225.6451612903, 196.2903225806, 89.3548387097, 0.4), 0px 6px 10px rgba(225.6451612903, 196.2903225806, 89.3548387097, 0.1), 0px 0px 15px rgba(225.6451612903, 196.2903225806, 89.3548387097, 0.1);
}
.contact .sns a:hover {
  color: white;
  background: #a58f7c;
}
.contact .sns a i {
  font-size: calc(1.5rem + 0.1vw);
}
.contact .sns a span {
  font-size: calc(0.7rem + 0.2vw);
  writing-mode: vertical-lr;
}
.contact .sns a svg {
  width: calc(1.5rem + 0.1vw);
  height: calc(1.5rem + 0.1vw);
  aspect-ratio: 1;
  fill: white;
}
.contact .map {
  height: 100%;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin: 0;
}
.contact .map p i {
  display: inline-block;
  font-size: calc(0.9rem + 0.1vw);
}
.contact .map iframe {
  display: block;
  margin-top: auto;
}

.sidebar {
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 1000;
}
.sidebar .phone {
  display: block;
  font-size: 14px;
  font-weight: bolder;
  margin: 0;
  padding-top: 10px;
}
.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar ul li {
  margin-bottom: 16px;
}
.sidebar ul li a {
  letter-spacing: normal;
  width: 50px;
  height: 50px;
  color: #4e443f;
  background: #f1e3b0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: 0.3s;
  text-decoration: none;
  border-radius: 50%;
}
.sidebar ul li a:hover {
  color: #f8f5f2;
  background: rgb(233.3225806452, 211.6451612903, 132.6774193548);
}
.sidebar ul li a:hover svg {
  fill: #f8f5f2;
}
.sidebar ul li a span {
  display: none;
  margin-left: 5px;
  font-size: calc(0.7rem + 0.2vw);
}
.sidebar ul li a i {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar ul li a i span {
  display: flex;
  margin-left: 2px;
  font-size: calc(0.7rem + 0.2vw);
}
.sidebar ul li a svg {
  width: 1.2rem;
  height: 1.2rem;
  aspect-ratio: 1;
  fill: #4e443f;
}

footer {
  color: rgba(255, 255, 255, 0.8);
  background: #a58f7c;
}
footer * {
  letter-spacing: 1px;
}
footer a {
  font-size: calc(1.2rem + 0.1vw);
  color: white;
  opacity: 0.7;
}
footer a:hover {
  opacity: 1;
}/*# sourceMappingURL=all.css.map */