:root {
  --navBgColor: rgba(243, 242, 242, 0.479);
  --opacitynavBgColor: rgba(218, 218, 218, 0);
  --navTextColor: rgba(0, 0, 0, 1);
  --navhoverColor: rgb(255 114 104);
  --highLightColor: rgba(38, 43, 157, 1);
  --hoverColor: rgba(255, 255, 255, 1);
  --darkColor: rgb(191 81 74);
  --titleColor: rgb(191 81 74);
  --mainFontColor: rgba(30, 30, 30, 1);
  --opacityFontColor: rgba(30, 30, 30, 0.5);
  --mainBorder: 1.5px solid var(--opacityFontColor);
}

.navbar {
  background-color: transparent;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

#nav-icon span {
  background: rgb(89 100 44);
}

/* #home,
#myCarousel {

  margin-top: 88px;
} */

.mainBg {
  /* background: url(../img/bg.jpg) no-repeat; */
  background-size: cover;
  background-attachment: fixed;
  background-color:#FFF;
}

/* .section:nth-child(odd) {
  background-color: rgba(187, 208, 212, 1)
} */

.mainMask {
  background-color: rgba(255, 255, 255, 0.308);
}

.banner-full {

  background-image: url(../img/banner1.jpg)
}

.blink {
  animation-duration: 1.5s;
  animation-name: blink;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.roomTitle p {
  color: gray;
}

.ICON {
  width: 42em;
  margin: auto;
  display: flex;
  margin-top: 5em;
}

.ICON a {
  margin-left: 15px;
}

.ICON a:hover {
  filter: brightness(0.8);
}

.TitleLine {
  border-bottom: 1.5px solid var(--titleColor);
  width: 35px;
  margin: auto;
  margin-bottom: 40px;
  margin-top: 18px;
  /* transform: rotate(-45deg); */
}

article>h3 {
  margin-bottom: 0px;
}

article>h2 {
  font-family: monospace;
  color: var(--titleColor);
  text-align: center;
  font-size: 23px;
  letter-spacing: 3px;
  font-variant: all-small-caps;
}

article>h3::before,
article>h3::after {
  width: 0px;
}
.menuArea{
  width: 90%;
  margin:auto;
}
.menuItem{
  width: 30%;
  margin:5% 1%;
  text-align: center;
  border:5px dotted #fae5e4 ;
  padding:1%;
  background-color: pink;
}
.menuItem h4{
  margin:auto;
  border:none;
  padding-bottom:0;
}

#sns ul li {
  filter: brightness(1);
}
#sns ul li a{
  opacity: 0.8;
}
#sns .fb {
	background-image: url(../img/fb.svg);
  filter: brightness(1);
  background-size: cover;
}
#sns .line {
	background-image: url(../img/line.svg);
  filter: brightness(1);
  background-size: cover;
}
#sns .rakuten {
	background-image: url(../img/rakuten.svg);
  filter: brightness(1);
  background-size: cover;
}
#sns .shopee {
	background-image: url(../img/shopee.svg);
  filter: brightness(1);
  background-size: cover;
}
#sns .youtube {
	background-image: url(../img/youtube.svg);
  filter: brightness(1);
  background-size: cover;
}

/* 響應式選單*/
@media (max-width:1200px) {
  #logo {
    width: 100%;
  }

  .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
  }

  .navbar-brand>img {
    margin: auto;

  }

  .shop1688 {
    left: 15px;
  }

  .navbar-nav {
    text-align: center;
  }

  .navbar .container-fluid {
    background-color: var(--navBgColor);
  }

  .navbar-header {
    float: none;

  }

  .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-collapse.collapse {
    display: none !important;
    padding-bottom: 20px;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;

  }

  .collapse.in {
    display: block !important;
  }
}



/*響應式調整*/


@media screen and (max-width:1200px) {
  .navbar-brand > img{
    height: 82%;
    padding-top:2%;
    margin: auto;
  }
}

@media screen and (max-width:1024px) {}

@media screen and (max-width:991px) {}

@media screen and (max-width:770px) {

  .ICON {
    width: 30em;
    margin: auto;
    display: flex;
    margin-top: 5em;
  }
  .menuItem{
    width: 42%;
    margin: 5% auto;
  }


}
@media screen and (max-width:600px) {
  .navbar-brand > img{
    height: 78%;
    padding-top:3%;
    margin: auto;
  }
}
@media screen and (max-width:576px) {
  .menuItem{
    width: 85%;
  }
  .section{
    width: 95%;
    margin: auto;
  }
  #home,
#myCarousel {

  margin-top: 88px;
}

  .ICON {
    width: 18em;
    margin: auto;
    display: flex;
    margin-top: 3em;
  }

  .ICON a {
    margin-left: 0px;
  }
}
@media screen and (max-width:530px) {
  .navbar-brand > img{
    height: 78%;
    padding-top:5%;
    margin: auto;
  }
}
@media screen and (max-width:414px) {}

@media screen and (max-width:375px) {
  .ICON {
    display: none;
  }

  .ICON a {
    margin-left: 0px;
  }
}