/*========home========*/

/*z-index*/
main section.room-section .room-block div { z-index: 0; }
.room-banner .flex-control-nav { z-index: 2; }
.hover-hide { z-index: 2; }
.room-main header { z-index: auto; }


/*b-lazy*/
.b-lazy { opacity:0; }
.b-loaded { opacity:0; }


/*banner-section*/
.banner div {
  width: 100%;
  /*max-width: 1440px;*/
  height: 100vh;
  max-height: 900px;

  opacity: 0;

  display: flex;
  justify-content: center;
  align-items: center;
}

.flexslider {
  margin: 0;
}

.banner>div>h2 {
  color: #d5d5d5;
  font-family: '微軟正黑體','Century Gothic';
  font-size: 3.4rem;

  width: 100%;
  text-align: center;
}
.banner>a {
  width: 30px;
  padding-top: 0;
  position: absolute;
  bottom: 5%;
  justify-content: center;
  align-items: center;
  left: 50%;
  margin-left: -15px;

  opacity: 0;
}
.banner>a .h-line {
  background-color: #ffffff;
}
.banner>a .triangle {
  border-top: 4px solid #ffffff;
}

.btn-for-close span {
  height: 80px;
  background-color: #fff;
}
.btn-for-close a:before, .btn-for-close a:after {
  background-color: #fff;
}
@media (max-width:767px) {
  .banner>div>h2 {
    font-size: 2.5rem;
    width: 90%;
  }
}
@media (max-width:640px) {
  .banner>a {
    bottom: 12%;
  }
}


/*banner*/
main article.banner {
  margin-top: 0;
  padding: 0;
}
main article.banner:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);

  display: block;
}
main article.banner div {
  width: 100vw;
  height: 100vh;
  max-width: inherit;
  max-height: inherit;
}

/*title*/
article.title {
  width: 100%;
  padding: 180px 20px 45px 20px;
}
article.title h2,
article.title p {
  text-align: center;
  color: #d5d5d5;

  opacity: 0;
}
article.title h2 {
  font-size: 2.2rem;
}
article.title p {
  font-size: 0.875rem;
}

/*room-section*/
main section.room-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 8.3%;
  padding-bottom: 90px;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-self: center;
}
main section.room-section .room-block {
  width: calc(50% - 5px);
  max-width: 595px;
  margin-bottom: 10px;
  position: relative;
}
main section.room-section .room-block picture {
  line-height: 0;
  display: block;
}
main section.room-section .room-block picture img {
  width: 100%;
  max-width: 595px;
  max-height: 600px;
}
main section.room-section .room-block div.block-info {
  width: 100%;
  height: 100%;
  max-height: 600px;
  padding: 30px;
  background-color: rgba(24, 24, 24, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;

  transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;

  display: flex;
  flex-direction: column;
  justify-content: center;
}
main section.room-section .room-block:hover div.block-info {
  opacity: 1;
}
main section.room-section .room-block div.block-info div {
  width: 100%;
  height: 100%;
  border: solid 1px #5b5b5b;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
h2.room-type-e {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: '微軟正黑體','CenturyGothic';
  color: #d5d5d5;
  margin: 0;
  margin-bottom: 12px;

  /*opacity: 0;*/
}
p.room-type-c {
  font-size: 1rem;
  color: #d5d5d5;
  margin: 0;

  opacity: 0;
}
main section.room-section .room-block a {
  width: 100%;
  height: auto;
  display: none;
}

main section.room-section .room-block.full-pic {
  width: 100%;
  max-width: 1200px;
}
main section.room-section .room-block picture img.full-pic {
  width: 100%;
  max-width: 1200px;
}
main section.room-section .room-block .block-info.full-pic p {
  text-align: center;
}
.back-to-top {
  margin-top: 120px;
}


/*roon-info*/
.room-info-section {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.room-info-section header {
  justify-content: flex-end;
}
div.info-lan {
  right: 8.3%;
}

.room-main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 180px 8.3% 120px 8.3%;

  display: flex;
  flex-direction: column;
  align-items: center;
}

/*room-banner*/
.room-banner {
  position: relative;
}
.room-banner img { max-width: none; width: 100%; height: 100vh; }

.go-to-title { position: absolute; left: 0; right: 0; bottom: 3%; display: flex; justify-content: center; }
.go-to-title>a { width: 30px; height: 50px; display: flex; flex-direction: column; }
.go-to-title .h-line { content: ''; width: 1px; height: 40px; background-color: #000; align-self: center; margin-bottom: 0; }
.go-to-title .triangle { width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid #000; align-self: center; }


/*room-title*/
.room-title { width: 100%; max-width: 720px; margin: 0 auto; }
.room-intorduce, .btn-guide {
  width: 100%;
  text-align: center;

  opacity: 0;
}
.room-type-e.info {
  font-size: 2.2rem;
  margin-bottom: 16px;

  opacity: 0;
}
.room-type-e.info,
.room-type-c.info {
  color: #000;
  text-align: center;
  font-family: '微軟正黑體','Century Gothic';
}
.room-intorduce {
  font-size: 0.875rem;
  line-height: 2rem;
  margin: 45px 0 60px 0;
}
.btn-guide { width: 100%; height: 55px; max-width: 440px; margin: 0 auto; background-color: #d5d5d5; display: flex; }
.btn-guide a { display: flex; width: 130px; margin: auto; align-items: center; justify-content: center; }
.btn-guide span { align-self: center; }
.btn-guide a span {
  margin-right: 8px;
  color: #000;
}
.btn-guide a:nth-child(1) p {
  font-size: 12px;
  font-family: '微軟正黑體','Century Gothic';
  font-weight: 600;
}
.btn-guide a:nth-child(3) p {
  font-size: 12px;
  font-family: '微軟正黑體','Century Gothic';
  font-weight: 600;
}
.btn-guide a:nth-child(3) span,
.btn-guide a:nth-child(3) p {
  color: #3870ab;
}


.go-to-information {
  margin-bottom: 120px;

  display: flex;
  justify-content: center;
}
.go-to-information>a {
  width: 20px;

  display: flex;
  flex-direction: column;
}
.go-to-information .h-line { content: ''; width: 1px; height: 145px; background-color: #d5d5d5; align-self: center; margin-bottom: 0; transition: height 5s ease .5s; }
.go-to-information .triangle { width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid #d5d5d5; align-self: center; }


/*room-information*/
.information {
  width: 100%;
  background-color: #e0e0e0;
  padding: 120px 8.3% 38px 8.3%;
}
.room-information {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.infomation-frame {
  margin: 40px 0;

  opacity: 0;
}
.information a.booking {
  width: 150px;
  height: 45px;
  font-size: 0.75rem;
  margin: 0 auto;
  background-color: #626262;
  color: #d5d5d5;

  opacity: 0;

  display: flex;
  justify-content: center;
  align-items: center;
}
.information a.booking:hover {
  color: #fff;
}
.frame-default {
  width: 100%;

  display: flex;
  justify-content: space-between;
}
.default-title {
  width: 100%;
  max-width: 180px;
  padding: 15px 0;
  margin-right: 5px;
  position: relative;
}
.default-inner {
  width: 100%;
  max-width: 775px;
  padding: 15px 50px;

  display: flex;
  flex-wrap: wrap;
}
.default-inner ul li {
  font-size: 0.875rem;
  line-height: 160%;
  margin-bottom: 1rem;
}
.default-title>p, .default-inner>p {
  font-size: 0.875rem;
  line-height: 160%;
  margin: 0;
}
.default-title>p { }
.default-title>p.title-c {
  font-size: 1rem;
  font-weight: 600;
}
.default-inner>p {
  margin-bottom: 16px;
  width: 50%;
  padding-right: 16px;
}
.notice-info>p {
  width: 100%;
  word-break: break-all;
}

.frame-default .default-title {
  border-bottom: solid 5px #626262;

  display: flex;
  justify-content: center;
}
.frame-default .default-inner {
  border-bottom: solid 5px #626262;
}
.frame-default:nth-child(1) .default-title,
.frame-default:nth-child(1) .default-inner  {
  border-top: solid 5px #626262;
  border-bottom: solid 1px #626262;
}


/*flex-slider for banner*/
.room-banner .flexslider { border: none; }
.room-banner .flex-viewport { height: 100%; max-height: 100vh; }
.room-banner .flex-control-nav {
  width: 200px;
  bottom: 0;
  left: 50%;
  margin-bottom: 115px;
  margin-left: -100px;

  display: flex;
  justify-content: center;
}
.room-banner .flex-control-nav li {
  width: 35px;
  height: 35px;
  position: relative;
}
.room-banner .flex-control-paging li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255,255,255,0);
  box-shadow: none;
  display: block;
}
.room-banner .flex-control-paging li a:after {
  content: '';
  width: 5px;
  height: 5px;
  background: #fff;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.room-banner .flex-control-paging li a.flex-active:after {
  background: #2680ed;
}
.room-banner .flex-control-paging li a:hover:after {
  background: rgba(38,128,222,0.5);
}
.room-banner .flex-direction-nav {
  display: none;
}

/*back-sec*/
.back-sec { z-index: -1; }



/*room rwd*/
@media (max-width:1024px) {
}
@media (max-width:900px) {
}

@media (max-width:768px) {
  main section.room-section .room-block a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

    display: block;
  }
  main section.room-section .room-block div.block-info {
    padding: 8px;
  }
  .go-to-information {
    margin-bottom: 70px;
  }
  .room-banner .flex-control-nav {
    display: none;
  }
  .go-to-title>a {
    display: none;
  }
  .btn-for-close span {
    display: none;
  }

  .room-intorduce, .btn-guide {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2rem;
  }

  .frame-default { display: flex; flex-wrap: wrap; justify-content: center; }
  .default-title, .default-inner {
    width: 100%;
  }
  .default-title { border-bottom: solid 1px #d5d5d5; display: flex; }
  .default-title>.title-c { margin-right: 15px; }

  .frame-default .default-title,
  .frame-default .default-inner,
  .frame-default:nth-child(1) .default-title,
  .frame-default:nth-child(1) .default-inner {
    border: none;
  }

  .frame-default .default-inner,
  .frame-default:nth-child(1) .default-inner {
    border-top: solid 5px #626262;
    padding: 15px 0;
  }


}

@media (max-width: 767px) {
  div.info-lan {
    width: 100%;
    right: 0;

    position: fixed;
  }
  .default-inner>p {
    width: 100%;
  }

  .room-main {
    padding: 80px 8.3% 80px 8.3%;
  }
  .information {
    padding: 120px 20px 38px 20px;
  }
}

@media (max-width:640px) {
  main article.banner {
    margin-bottom: 60px;
  }
  .banner div {
    height: 77vh;
  }
  .banner>h2 {
    top: 35%;
  }
  .banner>a .h-line {
    height: 40px;
  }
  .btn-for-close span {
    height: 0;
  }
  .room-info-section header {
    padding: 0;
    position: relative;
  }
  .go-to-title {
    bottom: -50px;
  }
  .go-to-information {
    margin-bottom: 70px;
  }
  .go-to-information .h-line {
    height: 40px;
  }
  .price-info {
    display: flex;
    justify-content: space-between;
  }
  .back-to-top {
    margin-top: 38px;
  }
}

@media(max-width:580px) {
  .room-banner {
    margin-top: 50px;
  }
  main section.room-section .room-block div {
    padding: 20px;
  }
}


/**/
