@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap");
:root {
  font-size: clamp(16px, 2.8vw, 18px);
}

h1 {
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 600;
}

h2 {
  font-size: clamp(1.5rem, 3vw, 1.7rem);
  font-weight: 600;
}

h3 {
  font-size: clamp(1.3rem, 2.2vw, 1.35rem);
  font-weight: 500;
}

h4 {
  font-size: clamp(1.2rem, 2vw, 1.3rem);
  font-weight: 500;
}

h5 {
  font-size: clamp(1.125rem, 1.7vw, 1.2rem);
  font-weight: 400;
}

h6 {
  font-size: clamp(1rem, 1vw, 1.125rem);
  font-weight: 400;
}

p,
a,
span {
  font-size: clamp(1rem, 1vw, 1.125rem);
  font-weight: 400;
  line-height: 1.6;
}

small {
  font-size: clamp(0.875rem, 1.3vw, 1rem);
  font-weight: 400;
}

li {
  font-size: clamp(1rem, 1vw, 1.125rem);
  font-weight: 400;
  line-height: 1.5;
}

button,
input,
textarea,
select {
  font-size: clamp(1rem, 1vw, 1.125rem);
  font-weight: 400;
  line-height: 1.4;
}

body {
  font-family: "Noto Serif TC", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: #f5f4f0;
}

h2 {
  margin-bottom: 2rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: #b55239;
  justify-content: center;
}
h2::after {
  content: "";
  width: 15%;
  height: 1px;
  background: #b55239;
}
@media (max-width: 768px) {
  h2 {
    margin-bottom: 2rem;
  }
}
h2 span:first-child {
  font-size: clamp(1.5rem, 3vw, 1.7rem);
  font-weight: 600;
}
section {
  padding: 8rem 0rem;
}
@media (max-width: 768px) {
  section {
    padding: 4rem 0;
  }
}

a {
  text-decoration: none;
  color: #b55239;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

.cta-link {
  position: fixed;
  right: 1rem;
  bottom: 2rem;
  z-index: 999;
  flex-direction: column;
  display: flex;
  gap: 1rem;
}
@media (max-width: 768px) {
  .cta-link {
    bottom: 1rem;
    right: 0.5rem;
  }
}
.cta-link .tel {
  position: relative;
  background: transparent;
  border: none;
  padding: 0;
  box-shadow: none;
  outline: none;
}
.cta-link .tel.dropdown-toggle::before {
  display: none;
}
.cta-link .tel .name {
  position: absolute;
  top: -0.8rem;
  right: -0.8rem;
  border: 1.5px solid white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background: red;
  font-size: 0.8rem;
  border-radius: 100%;
}
.cta-link svg {
  width: 50px;
}
.cta-link svg.phone #background {
  fill: #b55239;
  fill: #0a6aa1;
}
.cta-link svg.phone #icon {
  fill: white;
}
@media (max-width: 768px) {
  .cta-link svg {
    width: 43px;
  }
}
.cta-link .dropdown-menu {
  margin-right: 0.25rem;
  margin-left: 0;
}

.navbar.scrolled {
  background: white;
}
.navbar.scrolled .navbar-toggler-icon {
  filter: invert(0);
}
.navbar.scrolled .navbar-brand h1 {
  color: #0a6aa1;
}
@media (max-width: 768px) {
  .navbar.scrolled .navbar-brand h1 {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .navbar.scrolled .navbar-brand img {
    width: 60px;
  }
}
.navbar.scrolled .navbar-collapse {
  flex-grow: 0;
}
.navbar.scrolled .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: black;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1049;
  transition: 0.5s;
}
.navbar .navbar-toggler-icon {
  filter: invert(1);
}
.navbar .navbar-brand {
  transition: 0.5s;
  display: flex;
  align-items: center;
}
.navbar .navbar-brand img {
  width: 100px;
  transition: 0.5s;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .navbar .navbar-brand img {
    width: 80px;
  }
}
.navbar .navbar-brand h1 {
  padding-left: 0.5rem;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 1.8px;
  color: #f5f4f0; /* 自然灰白 */
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35), 0 0 6px rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .navbar .navbar-brand h1 {
    font-size: 2rem;
  }
}
.navbar .navbar-collapse {
  flex-grow: 0;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 0.5rem 1.5rem;
  color: white;
}
@media (max-width: 768px) {
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 1rem 1em;
  }
}
.navbar .navbar-collapse .navbar-nav .nav-item.cta {
  background: #b55239;
}

#hero {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media (max-width: 768px) {
  #hero {
    height: 60vh;
  }
}
#hero .cta-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.438);
}
@media (max-width: 768px) {
  #hero .cta-box {
    padding: 0;
  }
}
#hero .cta-box .cta-content {
  text-align: center;
  color: white;
  padding: 2rem 3rem;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  #hero .cta-box .cta-content {
    padding: 0;
  }
}
#hero .cta-box .cta-content .title {
  margin-bottom: 1rem;
  text-align: center;
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 600;
}
@media (max-width: 768px) {
  #hero .cta-box .cta-content .title {
    display: none;
  }
}
#hero .cta-box .cta-content p {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #hero .cta-box .cta-content p {
    margin-bottom: 1.5rem;
  }
}
#hero .cta-box .cta-content .btn-box {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
#hero .cta-box .cta-content .btn-box a {
  padding: 0.5rem 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  transition: 0.5s;
}
@media (max-width: 768px) {
  #hero .cta-box .cta-content .btn-box a {
    padding: 0.5rem 1rem;
  }
}
#hero .cta-box .cta-content .btn-box a i {
  padding-left: 0.5rem;
  font-size: 1.3rem;
}
#hero .cta-box .cta-content .btn-box a:first-child {
  background: #b55239;
  color: white;
}
#hero .cta-box .cta-content .btn-box a:last-child {
  color: gray;
  background: white;
}
#hero .cta-box .cta-content .btn-box a:last-child:hover {
  background: white;
  color: #b55239;
}
#hero .swiper {
  width: 100%;
  height: 100%;
}
#hero .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#about {
  position: relative;
}
#about::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/assets/bg.avif") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: brightness(0.8);
  opacity: 0.4;
}
#about h2 {
  color: white;
}
#about h2::after {
  background: white;
}
#about .about-box {
  background: #b55239;
  background: linear-gradient(45deg, #b55239, rgba(181, 82, 57, 0.8));
}
#about .about-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#about .about-box .text {
  color: white;
  padding: 2rem;
}
#about .about-box .text p {
  line-height: 2;
  margin-bottom: 1rem;
}

#services {
  position: relative;
}
#services h2 {
  color: black;
}
#services h2::after {
  background: black;
}
#services::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/assets/bg.avif") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: brightness(0.8);
  opacity: 0.4;
}
#services .service-card {
  height: 100%;
  background: rgba(255, 255, 255, 0.807);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
#services .service-card .img-box img {
  width: 100%;
  height: 300px;
}
#services .service-card .text {
  padding: 0 1rem;
}
#services .service-card .text h3 {
  text-align: center;
  margin: 2rem 0 1rem;
  color: #0a6aa1;
}
#services .service-card .text ul {
  list-style: circle;
  color: rgb(102, 102, 102);
  padding-left: 1rem;
}
#services .service-card .text ul li {
  margin-bottom: 0.5rem;
}

#rooms {
  padding-bottom: 0;
}
#rooms .room-card {
  position: relative;
}
#rooms .room-card::after {
  content: "查看更多";
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: white;
  border: 1px solid white;
  padding: 0.5rem 1rem;
  pointer-events: none;
}
#rooms .room-card:hover .img-box img {
  transform: scale(1.1);
}
#rooms .room-card:hover::after {
  background: white;
  color: #333;
}
#rooms .room-card h3 {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.642));
  inset: 0;
  padding: 1.5rem;
  color: white;
}
#rooms .room-card h3:hover {
  background: none;
}
#rooms .room-card h3::before {
  content: "";
  width: 5px;
  height: 26px;
  background: white;
  display: inline-block;
  margin-right: 0.5rem;
}
#rooms .room-card .img-box {
  width: 100%;
  height: 550px;
  display: inline-block;
  overflow: hidden;
}
@media (max-width: 768px) {
  #rooms .room-card .img-box {
    height: auto;
  }
}
#rooms .room-card .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1s;
}

#works {
  position: relative;
}
#works .bg {
  position: absolute;
  width: 50%;
  height: 60%;
  bottom: 10%;
  right: 0%;
  background: rgba(75, 93, 58, 0.2);
  z-index: -1;
}
@media (max-width: 768px) {
  #works .bg {
    height: 77%;
    width: 80%;
    bottom: 5%;
  }
}
#works .swiper img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  #works .swiper img {
    height: 300px;
  }
}

#info {
  background: #9c9c9c;
  background: rgba(75, 93, 58, 0.7);
  background: rgba(200, 168, 125, 0.3);
}
#info .info-card {
  display: flex;
  gap: 1rem;
  background: white;
  padding: 1.5rem;
  border-radius: 1rem;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
#info .info-card .icon-box {
  width: 40px;
  height: 40px;
  background: #4b5d3a;
  background: black;
  background: #0a6aa1;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  border-radius: 100%;
}
#info .info-card .icon-box i {
  font-size: 2rem;
}
#info .info-card .text h3 {
  margin-bottom: 1rem;
  color: #b55239;
  color: #0a6aa1;
}
#info .info-card .text ul {
  margin-bottom: 0;
  list-style: square;
  color: rgb(60, 60, 60);
}
#info .info-card .text ul li + li {
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  #contact {
    padding-bottom: 1rem;
  }
}
#contact .contact-box {
  display: flex;
  gap: 1rem;
  background: white;
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #contact .contact-box {
    margin-bottom: 1rem;
  }
}
#contact .contact-box:last-child {
  margin-bottom: 0;
}
#contact .contact-box .icon-box {
  background: #b55239;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
#contact .contact-box .icon-box i {
  color: white;
  font-size: 2rem;
}
#contact .contact-box a {
  color: #b55239;
  font-weight: 600;
}
#contact .contact-box span {
  display: block;
  color: gray;
  margin-top: 0.5rem;
}

footer {
  padding-bottom: 1rem;
}
footer a {
  text-decoration: underline;
}/*# sourceMappingURL=all.css.map */