:root {

  --navBgColor: rgba(255, 255, 255, 0.486);

  --opacitynavBgColor: rgba(255, 255, 255, 0.603);

  --navTextColor: rgba(0, 0, 0, 1);

  --navhoverColor: rgb(93, 67, 44);

  --highLightColor: rgba(38, 43, 157, 1);

  --hoverColor: rgba(255, 255, 255, 1);

  --darkColor: rgb(93, 67, 44);

  --titleColor: rgb(93, 67, 44);

  --mainFontColor: rgba(30, 30, 30, 1);

  --opacityFontColor: rgba(30, 30, 30, 0.5);

  --mainBorder: 1.5px solid var(--opacityFontColor);

}



body {

  margin: 0;

  padding: 0;

}



/* Banner 上方 */

.container-fluid>.navbar-collapse {

  margin-right: 0;

  margin-left: 0;

  margin-top: 1.5rem;

}



#logo {

  border-radius: 50%;

  position: initial;

  float: inherit;

  margin: auto;

  display: none;

}



h1{

  font-size: 36px;

  color: var(--titleColor);

  text-align: center;

  margin-bottom: 60px;

}



.navbar-header h1 {

  z-index: 10;

}



#logo2 {

  /* position: initial; */


  float: inherit;

  margin: auto;

  z-index: 10;

}



#logo2 img {
  border-radius: 50%;

  height: 80px;

  width: auto;

  margin-top: -2.5rem;

}



.navbar {

  background-color: var(--hoverColor);

  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);

}



.navbar-nav>li>a {

  margin-top: 1em;

}



#nav-icon span {

  background: var(--darkColor);

}



.navbar-center {

  display: inline-block;

  float: none;

  vertical-align: top;

}



.navbar-collapse-center {

  text-align: center;

}



/* banner上方結束 */

#home,

#myCarousel {



  margin-top: 88px;

}






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;

  -webkit-background-size: cover;

  -moz-background-size: cover;

  -o-background-size: cover;

  background-size: cover;

  padding-bottom: 20%;

}



ul,

ol,

li,

p,

a,

footer {

  font-family: revert;

}



.section:nth-child(odd) {

  background-color: rgba(255, 255, 255, 0.5);

}



.mainMask {

  background-color: rgba(255, 255, 255, 0.473);

}



.banner-full {

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

}



article>h2 {

  letter-spacing: 5px;

  font-size: 36px;

  color: var(--titleColor);

  text-align: center;

  margin-bottom: 60px;

}



article > h2::before{

  content: "";

  width: 50px;

  height: 3px;

  background-color: var(--titleColor);

  display: inline-block;

  vertical-align: middle;

  margin-right: 15px;

}

article > h2::after{

  content: "";

  width: 50px;

  height: 3px;

  background-color: var(--titleColor);

  display: inline-block;

  vertical-align: middle;

  margin-left: 15px;

}



article>h3::after,

article>h3::before {

  width: 0px;

}



/* banner-bottom 開始 */

#banner-bottom {

  background: url(../img/bg.jpg) no-repeat;

  background-size: cover;

  padding: 4em 0;

}



.container {

  padding-right: 15px;

  padding-left: 15px;

  margin-right: auto;

  margin-left: auto;

}



.container h2,

.container p {

  color: aliceblue;

}



.banner-bottom-grids {

  line-height: 2em;

}



/* banner-bottom End */

.aboutText p {
  font-size: 20px;

  font-weight: 600;

  line-height: 3;
  letter-spacing: 1.5px;

  text-align: justify;

  color: gray;

}
.aboutItem{
  margin: auto;
}
.aboutItem img{
  filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.7));
}

.picText p {

  text-align: center;

}
.picItem a{
  height: 50vh;
}


.FloatRight {

  float: right;

}



.roomTitle {

  border-bottom: 3px dotted var(--darkColor);

}



.roomItem img {

  border: 6px double;

  border-radius: 3em;

}



.trafficText ul li {

  border-bottom: 0;

  text-align: left;

}



#sns ul li {

  filter: brightness(0);

}

#copyright{
  background-color: #c8c8c894;
}






.icon {

  position: sticky;

  bottom: 0;

}

.icon ul {

  width: 150px;

  margin: auto;

  display: flex;

}

.icon ul li{
  margin:10px;
}



.icon ul li a:hover {

  filter: opacity(0.5);

}

.roomText{
  margin: 5% 0;
  padding: 50px 20px;
  background-color: rgba(255, 255, 255, 0.658);
  border-radius: 50px;
  
}

.roomText h3{
  line-height: 2;
}



/* 響應式選單*/

@media (max-width:1200px) {

  #logo {

    width: 100%;

  }



  .navbar-brand>img {

    margin: auto;

  }



  .navbar>.container-fluid .navbar-brand {

    margin-left: 0;

  }



  .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: auto; */

    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-right,

  .navbar-left {

    margin: 0em;

  }



  .navbar {

    height: 88px;

  }



  #logo {

    display: block;

  }



  #logo2 {

    display: none;

  }

}



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



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

  .banner-bottom-grids:nth-child(2) {

    margin: 3em 0;

  }

  .picItem a{
    height: 20vh;
  }

}



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



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

  .picItem a{
    height: 30vh;
  }

  article {

    width: 100%;

  }



  .item2 {

    width: 95%;

  }

}



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

  .picText{
    width: 95.5%;
  }
}



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



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

  #nav-icon {

    margin-right: 15px;

    position: absolute;

    right: 1rem;

  }

}


/* 
#about {

  

  

  background-color: rgb(227, 232, 225);

} */