:root {
  --navBgColor: #ffffff;
  --opacitynavBgColor: #e4d6d500;
  --navTextColor: #000000;
  --navhoverColor: #3b57d0;
  --highLightColor: rgba(203, 125, 157, 1);
  --hoverColor: rgba(255, 255, 255, 1);
  --darkColor: #cb4d64;
  --titleColor: #cb4d64;
  --mainFontColor: rgba(30, 30, 30, 1);
  --opacityFontColor: #c6b597;
  --mainBorder: 1.5px solid var(--opacityFontColor);
}

#nav-icon span {

  background: var(--darkColor);

}

.roomTitle h4 {
  font-size: 24px;
  color: #000000;
}

.line_n {
  text-decoration: line-through;
  color: rgb(124, 124, 124);
}

.roomTitle h3 {
  font-size: 16px;
  margin-top: -24px;
  text-align: right;
}

.service_mask {
  background-color: rgba(143, 142, 142, 0.26);
}

.aboutText h6 {
  line-height: 34px;
}

.aboutpic {
  position: fixed;
  top: 65%;
  left: 3%;
  cursor: pointer;
  z-index: 100;
}

.aboutpic img {
  width: 150px;
  animation: alarm 1s infinite;
}


.navbar {
  background-color: var(--opacitynavBgColor);
  /* box-shadow: 0px 2px 5px rgba(0,0,0,0.2); */
}

#nav-icon span {
  background: var(--darkColor);
}

/*
#home,#myCarousel{

  margin-top: 88px;
} */

body:before {
  content: '';
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background-color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 20%;
}


.mainMask {
  background-color: rgb(255, 255, 255);
}

.banner-full {

  background-image: url(../img/banner1.jpg)
}

.section:nth-child(odd) {
  background-color: #ffffff;
}

article {
  padding: 0;
}


.picFlex img {
  width: 46%;
  margin: 10px;
  float: left;
}

h5 small {
  color: rgb(240, 240, 240);
}

.hovereffect h2 {
  padding: 0em 0;
}

.overlay img {
  margin-top: 15px;
}

.trafficText img {
  filter: brightness(0.4)
}



.trafficText ul li {
  font-size: 18px;
}

#sns ul li {
  filter: brightness(0);
}

.footer {
  background-color: #f8f8f8;
}

.footer_logo {
  width: 40%;
}

.footer_text {
  background-color: #9b2323;
  padding: 20px;
}

.footer_text ul li {
  color: #ffffff;
  font-size: 18px;
}

.footer_text ul li a {
  display: inline;
  color: rgb(80, 138, 255);
}

.icon ul {
  display: flex;
}

.icon img {
  width: 30px;
  margin: 10px;
}

.icon {
  background-color: #f8f8f8;
  padding: 5px;
}

#copyright {
  background-color: #bdbab3;
  color: #000;
}

#picCategory p {
  width: 95%;
  margin: 0 auto 50px;
}

.btn {
  margin: auto;
  width: 40%;
}

.floatRightText,
.floatLeftText {
  background-color: rgba(255, 255, 255, 0.669);
  border-radius: 10px;
  border: none;
  box-shadow: 5px 5px 10px #cb4d64;

}

.first img {
  border-radius: 10px;
  box-shadow: 5px 5px 10px #cb4d646f;
}

article>h3 span.beforeline {
  width: 0px;
}

article>h3 span.afterline {
  width: 0px;
}

hr {
  border: 0.5px solid rgb(56, 56, 56);
  width: 50%;
  text-align: center;
}

#about h3 {
  color: #000;
}

#about img {
  width: 100%;
}

article {
  width: 100%;
}

article>h3 {
  margin: 75px auto;
}

.btn_group {
  justify-content: space-between;
  align-items: center;
  margin: 30px auto;
  width: 50%;
}

/* CSS */
.button-24 {
  width: 48%;
}

.button-29 {
  width: 100%;
  margin: auto;
}

.button-24 a,
.button-29 a {
  background: #1b9349;
  border: 1px solid #1b9349;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  font-family: nunito, roboto, proxima-nova, "proxima nova", sans-serif;
  font-size: 20px;
  font-weight: 800;
  outline: 0;
  padding: 15px 0;
  text-align: center;
  text-rendering: geometricprecision;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  margin-bottom: 20px;
}

.button-29 a {
  font-size: 30px;
}

.button-24 a:hover,
.button-24 a:active,
.button-29 a:hover,
.button-29 a:active {
  background-color: initial;
  background-position: 0 0;
  color: #1b9349;
}

.button-24 a:active,
.button-29 a:active {
  opacity: .5;
}

.button-25 a {
  background: #9b2323;
  border: 1px solid #9b2323;
  color: #FFFFFF;
}

.button-25 a:hover,
.button-25 a:active {
  background-color: initial;
  background-position: 0 0;
  color: #9b2323;
}

.button-25 a:active {
  opacity: .5;
}

.button-26 a {
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid #9b2323;
  color: #9b2323;
}

.button-26 a:hover,
.button-26 a:active {
  background-color: #9b2323;
  background-position: 0 0;
  color: #ffffff;
}

.button-26 a:active {
  opacity: .5;
}

.button-27 a {
  border-radius: 30px;
  background: #9b2323;
  border: 1px solid #9b2323;
  color: #ffffff;
}

.button-27 a:hover,
.button-27 a:active {
  background-color: initial;
  background-position: 0 0;
  color: #9b2323;
}

.button-27 a:active {
  opacity: .5;
}

.button-28 a {
  background: #9b2323;
  border: 1px solid #9b2323;
  color: #FFFFFF;
}

.button-28 a:hover,
.button-28 a:active {
  background-color: initial;
  background-position: 0 0;
  color: #9b2323;
}

.button-28 a:active {
  opacity: .5;
}

#news p,
#menu p {
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  background-color: rgb(21, 21, 21);
  width: 54%;
  border: 15px solid rgb(21, 21, 21);
  padding: 5px;
  margin: auto;
}

#menu h2 {
  width: 54%;
  margin: 30px auto;
  text-align: left;
  font-size: 24px;
}

#menu ul li {
  width: 54%;
  margin: 10px auto;
  text-align: left;
  font-size: 24px;
}

#menu h4 {
  width: 54%;
  margin: 30px auto;
  text-align: center;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 1.5;
}

#banner2 {
  width: 90%;
  margin: auto;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

#banner2 .image {
  width: 40%;
}

#banner2 .text {
  width: 60%;
}

#banner2 h1 {
  margin-left: 40px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.5;
}

.red {
  display: flex;
  justify-content: center;
}

.red p {
  background-color: #9b2323;
  color: #ffffff;
  padding: 12px;
  margin: 40px 20px;
  border-radius: 20px;
  font-size: 40px;
}


.red03 p {
  position: relative;
  text-align: center;
  background-color: #9b2323;
  color: #ffffff;
  padding: 12px;
  margin-top: -70px;
  border-radius: 20px;
  font-size: 40px;
}

#banner2 {
  margin-bottom: 30px;
}

#banner2 .text h3 {
  text-align: center;
  font-size: 50px;
  text-decoration-line: underline;
  -webkit-text-decoration-color: #9b2323;
  /* Safari */
  text-decoration-color: #9b2323;
}

#banner2 .text b {
  text-align: center;
  font-size: 60px;
}

#banner2 .text h4 {
  text-align: left;
  font-size: 40px;
  margin-left: 40px;
}

#banner2 .text hr {
  width: 80%;
  border: 1px solid #9b2323;
}

.red01,
.red02 {
  display: flex;
  justify-content: center;
}

.red01 p {
  background-color: #9b2323;
  color: #ffffff;
  padding: 14px;
  margin: 40px 10%;
  border-radius: 40px;
  font-size: 40px;
  margin-top: 5px;
}

.banner3 {
  width: 100%;
  margin-bottom: 20px;
}

.content,
.content01 {
  display: flex;
}

.content p {
  font-size: 40px;
  margin: 40px auto;
  width: 25%;
  margin-top: 5px;
  text-align: justify;
}

.red02 p {
  background-color: #9b2323;
  color: #ffffff;
  padding: 14px;
  margin: 40px 16%;
  border-radius: 40px;
  font-size: 40px;
  margin-top: 5px;
}

.content01 p {
  font-size: 40px;
  margin: 40px auto;
  width: 30%;
  margin-top: 5px;
  text-align: justify;
}

.banner4 {
  width: 97%;
  margin: auto;
}

.banner4 h1 {
  letter-spacing: 2px;
  line-height: 1.3;
}

.banner4 h4 {
  display: flex;
  flex-direction: row;
  font-size: 45px;
  font-weight: 700;
}

.banner4 h4:before,
.banner4 h4:after {
  content: "";
  flex: 1 1;
  border-bottom: 5px solid #000;
  margin: auto;
}

.reason {
  display: flex;
  justify-content: space-between;
}

.reason .text {
  width: 20%;
}

.reason .text p {
  background-color: #9b2323;
  color: #ffffff;
  width: 95%;
  padding: 10px 8px;
  margin: 40px auto;
  border-radius: 20px;
  font-size: 20px;
  text-align: center;
}

.reason .text img {
  width: 100%;
}

.system h2 {
  width: 100%;
  margin: 20px auto;
  text-align: center;
  color: #9b2323;
  font-size: 40px;
}

.system h2 b {
  color: #3f3f3f;
  font-size: 60px;
  letter-spacing: 15px;
  text-shadow: 0.05em 0em 0.05em rgb(116, 116, 116)
}

.system01 {
  display: flex;
  flex-wrap: wrap;
}

.system01 .text {
  width: 33%;
}

.system01 .text img {
  width: 70%;
  margin: auto;
}

.system01 .text p {
  width: 100%;
  margin-left: 23%;
  font-size: 35px;
}

.system01 .text p b {
  color: #9b2323;
}

.video-container {
  margin: 100px 0px;
}

/* 響應式選單*/
@media (max-width:1200px) {
  #logo {
    width: 100%;
  }

  #home,
  #myCarousel {

    margin-top: 88px;
  }

  .navbar {
    background-color: var(--navBgColor) !important;
  }

  .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
  }

  .navbar-brand>img {
    margin: auto;

  }

  .collapse {
    position: absolute;
    display: block;
    top: -1200%;
    margin: 0;
    left: 100%;
    width: 100%;
    min-height: 100vh;
    background-color: var(--navBgColor);
    transition: 0.5s;

  }

  .collapse.move {
    top: 0;
    left: 0;
    opacity: 1;
  }

  .shop1688 {
    left: 15px;
  }

  /* .navbar-collapse{
    background-color: var(--navBgColor);
  } */
  .navbar-header {
    float: none;

  }

  .navbar .container-fluid {
    padding: 0;
  }

  .container-fluid>.navbar-collapse {
    margin: 0;
  }

  .navbar-right {
    margin-right: 0;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-nav {
    text-align: center;
    float: none !important;
    margin-top: 100px;

  }

  .navbar-nav>li>a::after {
    content: '';
    width: 0%;
    height: 3px;
    background-color: var(--navhoverColor);
    margin: auto;
    margin-top: 5px;
    display: block;



  }

  .navbar-nav>li>a:hover::after {
    width: 5%;



    transition: 0.5s;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;

  }

}



/*響應式調整*/


@media screen and (max-width:1200px) {

  .red01 p {
    font-size: 25px;
  }

  .red02 p {
    font-size: 25px;
  }

}

@media screen and (max-width:1024px) {
  .red01 p {
    font-size: 25px;
  }

  .red02 p {
    font-size: 25px;
  }

}

@media screen and (max-width:991px) {}

@media screen and (max-width:770px) {

  .aboutFlex img {
    background-color: #d1e7d9;
    border-style: double;
    border-width: 10px;
    border-color: #FFF;

  }

  .floatRightText {
    background-color: #FFF;
  }

  .aboutpic {
    top: 32%;
    left: 1%;
  }

  .btn_group .btn_a {
    width: 40%;
  }

  .aboutpic img {
    width: 80px;
  }

  .roomTitle h3 {
    margin-top: 8px;
    text-align: right;
    font-size: 16px;
  }

  .mbslider .slick-next,
  .mbslider .slick-prev {
    top: 275px;
  }

  .btn {
    width: 100%;
  }

  .aboutText p {
    font-size: 15px;
  }

  #news p,
  #menu p,
  #menu h2 {
    width: 84%;
  }

  .btn_group {
    justify-content: space-between;
    align-items: center;
    margin: 30px auto;
    width: 84%;
  }

  .button-29 {
    width: 100%;
    margin: auto;
  }

  .button-29 a {
    font-size: 25px;
  }

  #menu ul li {
    width: 83%;
    margin: 10px auto;
    text-align: left;
    font-size: 16px;
  }

  #menu h4 {
    width: 90%;
    font-size: 24px;
  }

  .footer>div {
    width: 100%;
    margin-bottom: 24px;
  }

  .footer_text li {
    font-size: 15px;
  }

  .icon ul {
    display: flex;
    justify-content: center;
  }

  .red {
    margin: 10px auto;
    justify-content: flex-start;
  }

  .red p {
    padding: 4px;
    margin: 3px 4px;
    border-radius: 10px;
    font-size: 8px;
  }

  #banner2 h1 {
    font-size: 16px;
    margin-left: 6px;
  }

  #banner2 .text h3 {
    text-align: center;
    font-size: 16px;
  }

  #banner2 .text h4 {
    font-size: 13px;
    margin-left: 6px;
  }

  .red01 p {
    padding: 9px;
    margin: 10px 2%;
    border-radius: 12px;
    font-size: 22px;
    margin-top: 5px;
  }

  .content p {
    font-size: 17px;
    margin: 40px auto;
    width: 24%;
    margin-top: 5px;
    text-align: justify;
  }

  .red02 p {
    padding: 14px;
    margin: 10px 2%;
    border-radius: 12px;
    font-size: 23px;
    margin-top: 5px;
  }

  .content01 p {
    font-size: 17px;
    margin: 40px auto;
    width: 31%;
    margin-top: 5px;
    text-align: justify;
  }

  .banner4 h1 {
    width: 90%;
    margin: 40px auto;
    font-size: 20px;
    text-align: justify;
  }

  .banner4 h4 {
    display: flex;
    flex-direction: row;
    font-size: 23px;
  }

  .reason {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }

  .reason .text {
    width: 72%;
  }

  .reason .text p {
    width: 100%;
  }

  .system h2 {
    font-size: 20px;
  }

  .system h2 b {
    font-size: 23px;
    letter-spacing: 3px;
    text-shadow: 0.05em 0em 0.05em rgb(116 116 116);
  }

  .system01 .text p {
    width: 100%;
    margin-left: 23%;
    font-size: 16px;
  }

  .system01 .text {
    width: 50%;
  }

  #banner2 .text b {
    text-align: center;
    font-size: 16px;
  }

  .red03 p {
    padding: 12px;
    margin: 0px 0px;
    border-radius: 3px;
    font-size: 12px;
  }
}

@media screen and (max-width:576px) {
  .hovereffect img {
    margin-bottom: 25px;
  }

  .overlay img {
    width: 18%;
  }

  article>h3 {
    margin: 40px auto;
  }
}

@media screen and (max-width:600px) {

  .red01 p {
    font-size: 25px;
  }

  .red02 p {
    font-size: 25px;
  }

}

@media screen and (max-width:414px) {}

@media screen and (max-width:375px) {}


@keyframes alarm {
  0% {
    transform: rotate(3deg);
  }

  25% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-3deg);
  }

  75% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(3deg);
  }
}