@charset "UTF-8";

:root {
  --bs-nav-link-color: white;
  --bs-mobileNav-link-color: white;
  --bs-hover-color: #e2e2e2;
  --bs-nav-color: #7d83a7;
  --bs-scroll-nav-bg-color: #d9898a;
  --bs-scroll-nav-link-color: rgba(255, 255, 255, 0.85);
  --bs-rwd-nav-bg-color: rgba(18, 18, 18, 0.7);
  --bs-hamburger-close: #000;
  --bs-hamburger-open: #fff;
  --bs-body-font-color: rgb(0, 0, 0);
  --bs-primary: rgb(0, 0, 0);
  --bs-secondary: rgb(2, 2, 2);
  --bs-info: orange;
  --bs-primary-hover: #121212;
  --bs-secondary-hover: #121212;
  --bs-info-hover: #fff;
  --bs-border-color: rgb(0, 0, 0);
}

/* 全背景圖片 */
body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url(../img/bg.jpg) no-repeat center center;
  /* background-color: #F19483; */
  background-size: cover;
  padding-bottom: 20%;
}


body {
  line-height: 2;
}


.logo {
  width: 70px;
  height: 70px;
}

.nav-item {
  margin-left: 20px !important;
  margin-right: 10px !important;
}

.btn-outline-primary:hover {
  background-color: #7d83a7;
  border-color: #67718c;
  color: #FFF;
}


#news h3 {
  font-size: 22px !important;
  margin-bottom: 20px !important;
}

#news p {
  overflow-y: scroll !important;
  height: 300px !important;
  line-height: 1.5 !important;
  padding: 10px 20px 0px 0px !important;
}

#news .btn_a {
  margin: auto;
  margin-bottom: 30px;
}

#news .btn_a a {
  padding: 10px 40px;
  border-radius: 50px;
  border: 2px solid #d9898a;
  /* margin-right: 10px; */
  margin: auto;
}

.sns-dark a {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.roomPic {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.roomPic .roomItem {
  width: 25%;
  padding: 10px;
}


.btnGroup {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
}

.btnGroup a {
  padding: 10px 40px;
  border-radius: 50px;
  border: 2px solid #d9898a;
  color: #d9898a;
}

.btnGroup a:hover {
  color: #fff;
  background-color: #fdb6b7;

}

.btn_a {
  display: flex !important;
  /* justify-content: space-between; */
  width: 90% !important;

}

.btn_a a {
  padding: 10px 40px;
  border-radius: 50px;
  border: 2px solid #d9898a;
  margin-right: 10px;
  color: #d9898a;
}

.btn_a a:hover {
  color: #fff;
  background-color: #fdb6b7;

}

.KnowText {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-end !important;
  margin-top: 20px !important;
}

.KnowText .item {
  width: 60% !important;
  line-height: 2 !important;
  font-size: 16px !important;
}

.KnowText .pic {
  width: 40% !important;
}

.KnowArea {
  display: flex !important;
  justify-content: space-between !important;
}

.KnowArea .KnowItem {
  width: 49%;
}

.contactArea {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.contactArea li {
  font-size: 22px !important;
}

.contactArea .icon {
  display: flex !important;
  justify-content: space-between !important;
  width: 50%;
  margin-top: 20px !important;
}

.contactArea .icon a {
  margin-right: 10px !important;
}

.contactItem {
  width: 50% !important;
}

iframe {
  width: 100% !important;
}

.video-container {



  position: relative;



  padding-bottom: 56.25%;





  height: 0;



  overflow: hidden;



}



.video-container iframe,
.video-container object,
.video-container embed {



  position: absolute;



  top: 0;
  left: 0;



  width: 100%;



  height: 100%;

}



.videoItem p {

  margin-top: 10px;

}


@media screen and (max-width: 600px) {
  .bnh {
    height: 60% !important;
    margin-top: 22% !important;
  }

  .btnGroup {
    flex-direction: column;
    width: 100%;
  }

  .btnGroup a {
    margin-bottom: 10px;
    text-align: center;
  }

  .btn_a {
    width: 100%;
  }

  .contactIcon {
    display: flex !important;
    justify-content: center !important;
  }

  .contactIcon a {
    width: 20% !important;
    margin: 10px !important;
  }

  iframe {
    width: 100% !important;
  }

  .btn_a {
    flex-direction: column !important;
    margin: 0 auto;
  }

  .btn_a a {
    margin-bottom: 20px !important;
    text-align: center !important;
  }

  #news p {
    height: 250px !important;
  }

  .contactText {
    margin-bottom: 20px !important;
  }

  .contactArea li {
    font-size: 18px !important;
  }

  .contactArea {
    flex-direction: column !important;
  }

  .contactItem {
    width: 100% !important;
  }

  .shopicon {
    right: 20px !important;
  }

  .contactArea .icon {
    margin: auto;
    display: flex !important;
    justify-content: space-between !important;
    margin-top: 20px !important;
    width: 50%;
  }
  .pt-18 {
    padding-top: 2rem!important;
  }

}