:root {
  --navBgColor: #5a5e61;
  --opacitynavBgColor: #5a5e61;
  --navTextColor: #000000;
  --navhoverColor: #930e14;
  --highLightColor: rgba(203, 125, 157, 1);
  --hoverColor: rgba(255, 255, 255, 1);
  --darkColor: #930e14;
  --titleColor: #c30d23;
  --mainFontColor: rgba(30, 30, 30, 1);
  --opacityFontColor: #000000;
  --mainBorder: 1.5px solid var(--opacityFontColor);
}

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

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

article {
  padding: 80px 0px;
}

.pictureArea

/*
#home,#myCarousel{
  margin-top: 88px;
}*/
article>h3 span.afterline,
article>h3 span.beforeline {
  width: 0px;
}

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

article>h3 {
  font-size: 36px;
  color: #7d2426;
  text-align: center;
  margin-bottom: 75px;
}

article>h3::before {
  content: "";
  width: 25px;
  height: 3px;
  background-color: #7d2426;
  display: inline-block;
  vertical-align: middle;
}

article>h3::after {
  content: "";
  width: 25px;
  height: 3px;
  background-color: #7d2426;
  display: inline-block;
  vertical-align: middle;
}

body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 2.3cm;
  width: 100%;
  height: 100%;
  z-index: -10;
  background-color: rgba(255, 255, 255, 0);
  background: url(../img/bg2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 20%;
}

/* .mainBg{
  background-color: var(--navBgColor);
  background-size: cover;
  background-attachment: fixed;
} */
.mainMask {
  background-color: rgba(255, 255, 255, 0.75);
}

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

b,
strong {
  font-size: larger;
}

.section:nth-child(odd) {
  background-color: rgb(187, 184, 185);
}

.newsTitle i {
  font-style: normal;
}

.btn_a {
  margin-top: 20px;
  border: 2px solid #c30d23;
  ;
  border-radius: 15px;
}

.btn_a a {
  color: #c30d23;
}

.aboutFlex h6 {
  text-align: left;
  font-size: 19px;
  letter-spacing: 2px;
  margin-bottom: 50px;
  font-weight: 400;
}

.aboutText {
  padding-left: 80px;
}

#picCategory .tab-content img {
  border: rgb(255, 255, 255) 5px solid;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.432);
}

.topLine {
  border-top: 5px solid #7d2426;
  width: 120px;
  margin-bottom: 15px;
}

.trafficText img {
  filter: brightness(1);
  width: 100%;
  margin: 0;
}

.trafficText .btn {
  justify-content: flex-start;
  display: flex;
  padding: 0px;
  margin: 20px 0px;
}

.trafficText a {
  width: 15%;
  margin-right: 10px;
  margin-left: 10px;
}

/* #picture h3 {
  width: 100%;
  text-align: center;
  margin: 24px auto 48px;
  border-bottom: var(--mainBorder);
  padding-bottom: 30px;
} */
#sns ul li {
  filter: brightness(1);
}

.footer {
  background-color: #c1baa800;
}

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

#traffic article h3 {
  width: 100%;
}

.trafficText {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  font-size: 17px;
  line-height: 40px;
}

.trafficText,
.trafficMap {
  width: 45%;
  margin: 0 auto;
}

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

.trafficBtn a {
  /* font-weight: 700; */
  margin-top: 24px;
  /* margin-left: 20px; */
  /* border: 2px solid #c30d23; */
  padding: 5px;
  width: 100px;
  /* text-align: center; */
  /* float: left; */
  /* border-radius: 15px; */
}

/* .trafficText li a:hover {
  color: rgb(255, 255, 255);
  background-color: #c30d23;
  transition: 0.5s;
} */
#copyright {
  background-color: rgb(255, 255, 255);
}

.aboutText p {
  text-align: justify;
  line-height: 30px;
}

.col-sm-5 img {
  box-shadow: 5px 5px 10px #4d4d4d9b;
  border: 5px solid white;
}

.join {
  text-align: center;
  color: #7d2426;
  padding: 20px;
  border: 3px solid #7d2426;
  transition: 0.5s;
  font-size: 20px;
  border-radius: 50px;
}

.join:hover {
  background-color: #7d2426;
  border: 2px solid #7d2426;
  color: white;
}

.item1 {
  width: 50%;
  margin: auto;
}

.ptit {
  text-align: center;
  font-size: 20px;
  color: var(--titleColor);
}

.nav-justified {
  margin-bottom: 48px;
  z-index: 10;
}

.roomTitle h4 {
  padding-bottom: 10px;
  border-bottom: 1.5px solid #c30d23;
}

.roomText p {
  text-align: justify;
}

.picItem a {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.473);
  border: 5px solid white;
}

.nav-pills>li>a {
  background-color: rgba(255, 255, 255, 0);
  color: #7d2426;
  border-radius: 50px;
  border-color: #7d2426;
}

.nav-pills>li>a:hover {
  background-color: #7d2426;
  color: rgb(255, 255, 255);
  border: #7d2426;
  z-index: 10;
}

.nav-pills>li.active>a {
  background-color: rgba(151, 151, 151, 0);
  color: #7d2426;
}

/* #picCategory .item3 {
  height: 650px;
} */

#picCategory .meat {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

/* 響應式選單*/
@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) {}

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

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

@media screen and (max-width:770px) {
  article {
    padding: 60px 0px;
  }

  article>h3 {
    font-size: 20px;
    color: #7d2426;
    text-align: center;
    margin-bottom: 75px;
  }

  .item1 {
    width: 100%;
  }

  .topLine {
    margin-left: 20px;
  }

  .aboutFlex h6 {
    margin-left: 20px;
    margin-top: 20px;
  }

  .aboutText {
    margin-top: 20px;
    padding-left: 0px;
  }

  .trafficArea {
    display: block;
  }

  .trafficText,
  .trafficMap {
    width: 85%;
    text-align: center;
  }

  .trafficBtn a {
    margin: 2em auto;
  }
}

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

@media screen and (max-width:414px) {
  .trafficText .btn {
    justify-content: center;
  }
}

@media screen and (max-width:375px) {
  .nav-pills {
    width: 100%;
  }

  .nav-pills>li>a {
    padding: 10px 10px;
  }

  article>h3 {
    font-size: 16px;
  }
}