:root {
  --navBgColor: #841f22;
  --opacitynavBgColor: rgba(223, 215, 194, 0);
  --navTextColor: rgb(255, 255, 255);
  --navhoverColor: #efdbc6;
  --highLightColor: rgba(203, 125, 157, 1);
  --hoverColor: rgba(255, 255, 255, 1);
  --darkColor: #efdbc6;
  --titleColor: #efdbc6;
  --mainFontColor: #eccead;
  --opacityFontColor: rgba(218, 217, 215, 0.5);
  --mainBorder: none;
}
.len img{
  width: 15%;
}
.len{
  width: 95%;
  display: block;
  margin-top: -6%;

}

.overlay h2{
  padding: 10%;
   
}

.roomItem .overlay {
  background-size: cover;
  position: absolute;
  overflow: hidden;
  width: 100%;
  bottom: 0;
  background-color: #776d62;
}
article>h1 {
  font-size: 36px;
  color: var(--titleColor);
  text-align: center;
  border: 2px solid #efdbc6;
  padding: 10px;
  width: 50%;
  border-radius: 150px;
  margin: auto;
  margin-bottom: 75px;


}

article>h1::before {
  content: "";
  width: 0;
  height: 0;
  background-color: var(--titleColor);
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

article>h1::after {
  content: "";
  width: 0;
  height: 0;
  background-color: var(--titleColor);
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

article>h2 {
  font-size: 36px;
  color: var(--titleColor);
  text-align: center;
  border: 2px solid #efdbc6;
  padding: 10px;
  width: 50%;
  border-radius: 150px;
  margin: auto;
  margin-bottom: 75px;
}

article>h2::before {
  content: "";
  width: 0;
  height: 0;
  background-color: var(--titleColor);
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

article>h2::after {
  content: "";
  width: 0;
  height: 0;
  background-color: var(--titleColor);
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.aboutText h2 {
  color: var(--titleColor);
  font-size: 24px;
  margin-bottom: 24px;
  text-align: center;
}

#copyright {
  background-color: rgba(255, 255, 255, 0.144);
  color: #FFF;
  font-weight: bold;
}

.footer_logo img {
  width: 60%;
  margin: auto;
}

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



.item2 {
  width: 50%;
}

.item3 {
  width: 33.333%;
}

.item5 {
  width: 50%;
}

/* .item3 img {
  box-shadow: 3px 3px 8px rgba(255, 228, 166, 0.528);
} */

.hamburger {
  background-color: #000;
}

.floatRightText, .floatLeftText{
  border: none;
}

.aboutFlex img {
  border-radius: 10px;
}

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

#nav-icon span {
  background: var(--darkColor);
}
.picitem{
  display: flex;
  width: 100%;
  margin: 10% 0;
}
.pic,
.pictext{
  width: 50%;
}
.pic img{
  border-radius: 10px;
}
.text{
  width: 100%;
  background-color: #EFDAC54D;
  border-top-right-radius: 50px;
  padding: 30px;
  position: absolute;
  bottom: 0;
}
.left h4{
  font-size: 36px;
  margin-bottom: 50px;

}
.text h4{
  font-size: 36px;

  margin-bottom: 50px;
}
.left{
  width: 100%;
  background-color: #EFDAC54D;
  border-top-left-radius: 50px;
  padding: 30px;
  position: absolute;
  bottom: 0;
  right: 0;

}
.pictext{
  bottom: 0;
  left: 0;
}
.pictext img{
  width: 50px;
  height: 50px;
  margin: 0 0 50% 50%;
}
.reserve{

  flex-direction: row-reverse;
}


.re{
  text-align: right;
}
.re img{
  margin: 0 0 50% 0;

}


/* 
#home,#myCarousel{
  margin-top: 88px;
} */
/* .mainBg {
  background-color: var(--navBgColor);
  background-size: cover;
  background-attachment: fixed;
} */
body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 2.3cm;
  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%;
}

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

.roomItem img {
  position: relative;
  border-radius: 50%;
  border: 3px solid #EFDAC5;
}

.roomItem .newsTitle {
  border-bottom: 1px solid rgba(255, 228, 166, 0.568);
}

.roomItem .newsTitle h3 {
  font-size: 18px;
  color: rgb(255, 228, 166);
  line-height: 26px;
  padding-bottom: 5px;
}

.newsTitle h3 {
  width: calc(100% - 54px);
  display: inline-block;
  font-size: 20px;
}
.black{
  background-color: #EFDAC580;
}

.roomItem .newsText p {
  font-weight: lighter;
  line-height: 26px;
}

.roomItem {
  text-align: center;
}

.listMenuArea h3 {
  color: var(--highLightColor);
  text-align: center;
  font-size: 24px;
  border-bottom: var(--mainBorder);
  padding-bottom: 10px;
}

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

.section:nth-child(odd) {
  background-color: #1d1d1db9;
  box-shadow: 0px 3px 12px rgba(255, 228, 166, 0.528);
}
.newsItem img{
  border-radius: 10px;
}
.newsItem{
  border-radius: 10px;
  border: 1px solid #efdbc6;
  text-align: center;
}
.newsText{
  display: block;

}
.newsText p{
  padding: 20px;
}

.listMenuItem li {
  width: 100%;
}

.trafficText{
  padding: 50px;
  background-color: rgba(239, 218, 197, 0.5);
  border-radius: 10px;
}

.trafficText li {
  width: 100%;
  display: inline;
}
.trafficMap iframe{
  border-radius: 10px;
}

.trafficText img {
  /* filter: brightness(2); */
  width: 50px;


  margin: auto;
  margin-bottom:15px;
  margin-top: 15px;
}

#copyright {
  padding-bottom: 50px;
}

#sns ul li {
  filter: brightness(1);
  border-bottom: none;
}
#sns ul li a {
  width: 30px;
  height: 30px;
}

#sns {
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #841f22;
}

#sns ul {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.top {
  filter: brightness(5);
  top: -5px;
  left: 1px;
}

.footer {
  background-color: #841f22;
  /* box-shadow: 0px -8px 12px rgba(255, 228, 166, 0.528); */
}

.hovereffect {
  border-radius: 15px;
  border-style: double;
  border-width: 8px;
  border-color: #E4B873;
  box-shadow: 3px 3px 5px rgba(44, 44, 44, 0.301);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.btn_a {
  width: 50%;
  border: none;
  margin: auto;

  border-radius: 30px;
  font-size: 18px;
  background-color: #841f22;
}

.btn_a a:hover {
  color: #841f22;
}
.phone{
  display: none;
}

.item2{
  padding: 0;
}
.item4{
  width: 33%;

  padding: 0;
}

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

.service_mask{
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  border-radius: 30px;
}
.service_mask p{
  position: absolute;
  top: 30px;
}
.serviceText{
  width: 100%;
  bottom:0;
  opacity: 1;
}

.service_mask:hover{
  opacity: 1;
  transition: 1s;
}
.serviceText:hover{
  opacity: 0;
  transition: 1s;
}

.serviceText a{
  padding: 15px 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #EFDAC5;
  width: 100%;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.serviceText h5{
  margin-bottom:0;
}
.serviceText a:hover{
  background-color: rgba(0, 0, 0, 0.5);
  color: #EFDAC5;
}
.serviceItem img{
border-radius: 30px;
}

.slick-slide img{
  border-radius: 10px;
}
/* 響應式選單*/
@media (max-width:1200px) {

  #nav-icon{
    width: 40px;
  }


  .nav>li>a{
    padding: 0;
    line-height: 1;
  }
  #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;
    right: -100%;
    top:0;
    margin: 0;
    width: 100%;
    min-height: auto;
    background-color: var(--navBgColor);
    transition: 1s;
  }

  .collapse.move {
    top: 0;
    right: 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: 88px 0 0 auto;
    width: auto;
    padding: 20px;
    border-top-left-radius:150px
  }

  .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: 5px;
    padding-bottom: 5px;
  }
  .phone{
    display: block;
  }
  .phone img{
    display: inline-block;
  }
}

/*響應式調整*/
@media screen and (max-width:1200px) {}

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

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

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

  .item4{
    width: 100%;
  }

  .item2{
    padding: 0;
  }
  article>h1{
    width: auto;
  }
  .floatRightText, .floatLeftText{
    background-color: rgba(0, 0, 0, 0);
    padding:10px
  }


  .roomItem .newsTitle h4 {
    font-size: 19px;
  }

  .roomItem .newsText p {
    font-size: 16px;
  }

  .item3 {
    width: 100%;
  }

  .item2 {
    width: 100%;
  }
}

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

  .picitem{
    margin: 20% 0;
  }

  .left h4{
    font-size: 24px;
    margin-bottom: 30px;
  
  }
  .left p{
    font-size: 14px;
  }
  .text h4{
    font-size: 24px;
  
    margin-bottom: 30px;
  }
  .left p{
    font-size: 14px;
  }
  .left,
  .text{
    padding: 10px;
  }

  article>h1 {
    font-size: 28px;
    color: var(--titleColor);
    text-align: center;
    margin-bottom: 0;
  }
  article>h2{
    font-size: 28px;
    width: auto;
    color: var(--titleColor);
    text-align: center;
    margin-bottom: 75px;
  }

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

  .footer_text {
    text-align: left;
  }
  .newsTitle{
    padding-bottom: 0;
  }
  .newsText{
    padding-top: 0;
  }
}

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

  .hovereffect {
    margin-bottom: 48px;
  }
}

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