@charset "UTF-8";

/*----------global----------*/

.wow{
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

/*mask*/
.mask-bg{
  position: absolute;
  background-position: center center;
  background-attachment: fixed;
  background-size: auto 120%;
  transition: background-size 5s ease-out;
  -moz-transition: background-size 5s ease-out;
  -ms-transition: background-size 5s ease-out;
  -o-transition: background-size 5s ease-out;
  -webkit-transition: background-size 5s ease-out;
}
.mask-bg.animated{
  background-size: auto 100%;
}

/*wrap*/
.wrap{
  position: relative;
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
  padding: 120px 0;
}

/*unit-title*/
.unit-title{
  color: #222;
  font-size: 12px;
  margin-bottom: 50px;
}
.unit-title h4{
  letter-spacing: .5em;
  font-family: Arial Black;
}
.unit-title h5{
  position: relative;
  padding-left: 4em;
  font-size: 16px;
  letter-spacing: .25em;
  display: inline-block;
  font-family: 'Noto Serif TC','Microsoft JhengHei', serif;
}
.unit-title h5::before{
  position: absolute;
  left: 0;
  top: calc(50% - 2.5px);
  content: '';
  display: block;
  width: 3em;
  height: 5px;
  background: #222;
}
.unit-title p{
  font-family: Arial;
  font-weight: normal;
}
.unit-title.white{
  color: #fff;
}
.unit-title.white h5::before{
  background-color: #fff;
}

/*slogan*/
.slogan h2{
  font-size: 32px;
  line-height: 1.2em;
  margin-bottom: .5em;
  font-weight: bold;
  font-family: 'Noto Serif TC','Microsoft JhengHei', serif;
}
.slogan h2 .min{
  font-size: 24px;
  display: block;
}
.slogan h3{
  line-height: 1.75em;
  font-size: 16px;
}


/*list*/
ul.list-dot, ul.list-dot li{
  list-style: disc;
  list-style-position: inside;
}
ul.list-hexagon{
  text-align: center;
}

/*form*/
.form{
  position: relative;
}
.form .label-name{
  letter-spacing: 2em;
}
.form .label-code{
  letter-spacing: .75em;
}
.message_form{
  position: absolute;
  background: rgba(0,0,0,.6);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
}
.message_form >div{
  margin: 0 auto;
}
.message_form h3{
  font-size: 24px;
  font-family: 'Noto Serif TC','Microsoft JhengHei', serif;
}

/*----------page----------*/

/*stage-1*/
.stage-1{
  width: 100%;
  display: block;
}
.stage-1 .bg img{
  display: block;
}
.stage-1 .title{
  position: absolute;
  left: 30px;
  top: 30px;
}
.stage-1 article{
  text-align: center;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 2em;
  line-height: 1.2em;
  transform: translate(-50%,-50%);
  font-family: 'Noto Serif TC','Microsoft JhengHei', serif;
}
.stage-1 article h2{
  width: 1em;
  margin: 0 auto;
}
.stage-1 article h3{
  display: flex;
  margin-top: 1em;
  justify-content: center;
}
.stage-1 article h3 p{
  width: 1em;
  margin: .2em;
  display: inline-block;
  vertical-align: top;
}

/*stage-2*/
.stage-2 .mask-bg{
  left: 0;
  top: 0;
  background-image: url('../images/stage2-bg.jpg');
}
.stage-2 .slogan h2{
  color: #b88b5f;
}
.stage-2 .slogan{
  margin-top: 40px;
}

/*stage-3*/
.stage-3 .mask-bg{
  right: 0;
  top: 0;
  background-image: url('../images/stage3-bg.jpg');
  background-position: center bottom;
}
.stage-3 .slogan{
  margin: 40px 0;
}
.stage-3 .slogan h2{
  color: #b88b5f;
}
.stage-3 ul.list-hexagon{
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: space-between;
}
.stage-3 ul.list-hexagon li{
  position: relative;
  text-align: center;
  width: 141px;
  height: 165px;
  background: url('../images/icon-gold.png');
  margin: 0 10px;
  padding-top: 32px;
  background-size: 100% 100% !important;
  background-repeat: no-repeat;
}
.stage-3 ul.list-hexagon li::before{
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  top: calc(50% - 5px);
  width: 100%;
  height: 1px;
  background: #555;
}
.stage-3 ul.list-hexagon li:last-child::before{
  display: none;
}
.stage-3 ul.list-hexagon li:nth-child(even){
  background: url('../images/icon-gary.png');
}
.stage-3 ul.list-hexagon p{
  font-size: 24px;
  margin-top: -10%;
}
.stage-3 ul.list-hexagon span{
  font-size: 18px;
  border-bottom: 1px solid #222;
}
.stage-3 ul.list-hexagon h5{
  color: #fff;
  font-size: 22px;
  margin-top: 10px;
}

/*stage-4*/
.stage-4{
  background: #cfcfcf !important;
}

/*stage-5*/
.stage-5{
  background: #cfcfcf !important;
}
.stage-5 .mask-bg{
  position: relative;
  background-image: url('../images/stage5-bg.jpg');
}
.stage-5 .wrap{
  position: absolute;
  right: 0;
  top: 0;
  width: calc(1000px + 20.75%);
}
.stage-5 .slogan{
  width: 30%;
  float: left;
  padding-right: 5%;
}
.stage-5 .slogan h2{
  color: #fff;
}
.stage-5 .room{
  width: 70%;
  float: right;
}

/*stage-6*/
.stage-6{
  background: #000 !important;
}
.stage-6 .title{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}
.stage-6 .unit-title{
  margin-bottom: 0;
}
.stage-6 .slogan{
  color: #b88b5f;
  margin-left: 5%;
}
.stage-6 .slogan h2{
  margin-bottom: 0;
}
.stage-6 .brands+.slogan h2{
  text-align: left;
}
.stage-6 .brands{
  margin: 5% auto;
}
.stage-6 .brands li{
  width: 25%;
  margin: 5% 0;
  float: left;
}
.stage-6 .brands .photo{
 float: right;
 width: 75%;
 padding-left: 5%;
}
.stage-6 .brands li.img~li{
  clear: both;
}
.stage-6 .brands img{
  width: 100%;
  height: auto;
}

/*stage-7*/
.stage-7{
  margin-top: 80px !important;
}
.stage-7 .wrap{
  width: auto;
  max-width: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.stage-7 .map{
  width: 70%;
}
.stage-7 .form{
  width: 30%;
  padding: 2.5%;
}
.stage-7 .map iframe{
  width: 100%;
  height: 100%;
}
.stage-7 .unit-title h5{
  padding: 1em 0;
} 
.stage-7 .slogan h2{
  color: #b88b5f;
}

.stage-7 form li{
  position: relative;
  margin: 10px 0;
  background: #fff;
  padding: .4em 0;
}
.stage-7 form h6{
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 .5em 0 1.5em;
  line-height: 45px;
}
.stage-7 form .point::before{
  position: absolute;
  left: 1.25px;
  top: 50%;
  width: 1em;
  transform: translateY(-35%);
  text-align: center;
  font-size: 1.25em;
  content: '*';
  font-weight: bold;
  line-height: normal;
  display: block;
  color: #396f71;
}
.stage-7 form input{
  width: 100%;
  padding: 0 1em 0 100px;
}
.stage-7 form textarea{
  width: 100%;
  padding: 0 1em 0 100px;
  display: block;
  margin: .5em 0;
}
.stage-7 form .captcha{
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.stage-7 form .send{
  display: block;
  text-align: center;
  background: #e9bb70;
  line-height: 45px;
  transition: all .4s;
}
.stage-7 form .send:hover{
  background: #000;
  color: #e9bb70;
}


/*.stage-8*/
.stage-8{
  text-align: center;
}
.stage-8 .wrap{
  padding: 100px 0;
}
.stage-8 .mask-bg{
  background-image: url('../images/stage8-bg.jpg');
  left: 0;
  bottom: 0;
}
.stage-8 .title{
  margin: 5% auto;
}
.stage-8 .info h2{
  font-size: 36px;
  font-weight: bold;
  font-family: 'Noto Serif TC','Microsoft JhengHei', serif;
}
.stage-8 .info address{
  font-size: 26px;
  color: #2398a0;
  font-weight: bold;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
  align-content: stretch;
  margin: 20px auto;
  font-family: 'Noto Serif TC','Microsoft JhengHei', serif;
}
.stage-8 .info address span{
  position: relative;
  padding: 0 .5em;
}
.stage-8 .info address span:first-child::before{
  display: none;
}
.stage-8 .info address span::before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  height: .6em;
  width: 1px;
  background: #2398a0;
  transform: translateY(-50%);
}
.stage-8 .info address a{
  color: #2398a0;
  font-size: 38px;
}
.stage-8 .map{
  display: block;
  margin: 2.5% auto;
}
.stage-8 .mb{
  display: none;
  position: relative;
  overflow: hidden;
  height: 200px;
  margin-bottom: 50px;
}
.stage-8 .mb .bg{
  max-width: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -50%;
  width: 100%;
  height: auto;
}
.stage-8 .mb .slogan{
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: 60%;
  margin: -60px 0 0 -27.5px;
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ { response } ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/

@media (min-width: 1001px) {
  .stage-3 ul.list-hexagon li:first-child{
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s;
  }
  .stage-3 ul.list-hexagon li:nth-child(2){
    -webkit-animation-delay: 2.8s;
            animation-delay: 2.8s;
  }
  .stage-3 ul.list-hexagon li:nth-child(3){
    -webkit-animation-delay: 3.2s;
            animation-delay: 3.2s;
  }
  .stage-3 ul.list-hexagon li:nth-child(4){
    -webkit-animation-delay: 3.6s;
            animation-delay: 3.6s;
  }
  .stage-3 ul.list-hexagon li:last-child{
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
  }
}

@media (max-width: 1600px) {
  .stage-5 .room{
    width: 60%;
  }
  .stage-5 .slogan{
    width: 40%;
    padding: 0 2%;
  }
  .stage-5 .wrap{
    width: auto;
    position: relative;
  }
  .stage-5 .mask-bg{
    position: absolute;
    left: -2.5%;
    bottom: 0;
  }
}

@media (max-width: 1400px) {
  .stage-1 article{
    font-size: 3vmin;
  }
  .stage-1 .title{
    width: 8vmin;
  }
  .stage-5 .mask-bg{
    left: -3%;
    bottom: 0;
  }
  .stage-7 .map{
    width: 60%;
  }
  .stage-7 .form{
    width: 40%;
  }
}

@media (max-width: 1200px) {
  .stage-2 .slogan{
    margin: 10% auto 5%;
  }
  .stage-5 .room, .stage-5 .slogan{
    float: none;
    width: auto;
    padding: 0;
  }
  .stage-5 .slogan{
    width: 90%;
    margin: 0 auto;
    padding: 10% 0 10% 10%;
  }
}

@media (max-width: 1000px) {
  .mask-bg{
    background-attachment: initial;
  }
  .wrap{
    padding: 50px 0;
  }
  .stage-1{
    height: calc(100vh - 60px);
  }
  .stage-1 .title{
    width: 12vmin;
  }
  .stage-1 .bg{
    position: relative;
    left: 50%;
    transform: translateX(-95vh);
  }
  .stage-1 .bg img{
    height: calc(100vh - 60px);
    max-width: none;
    width: auto;
  }
  .stage-1 article{
    font-size: 5.5vmin;
  }
  .stage-2 .slogan{
    margin: 15% auto 10%;
  }
  .stage-3 ul.list-hexagon{
    position: relative;
    display: block;
  }
  .stage-3 ul.list-hexagon::before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 1px;
    height: 100%;
    background: #222;
  }
  .stage-3 ul.list-hexagon li{
    margin: 5% auto;
    width: 181px;
    height: 205px;
    padding-top: 60px;
  }
  .stage-3 ul.list-hexagon li::before{
    display: none;
  }
  .stage-6 .title{
    display: block;
  }
  .stage-6 .slogan{
    margin: 10% auto;
  }
  .stage-6 .brands li{
    width: 50%;
  }
  .stage-6 .brands .photo{
    width: 100%;
    padding: 0;
  }
  /* .stage-6 .brands li:last-child{
    float: none;
    clear: both;
    margin: 0 auto;
  } */
  .stage-7 .wrap{
    display: block;
  }
  .stage-7 .map, .stage-7 .form{
    width: auto;
  }
  .stage-7 .map{
    height: 500px;
  }
  .stage-7 .form{
    padding-bottom: 100px;
  }
  .stage-8{
    position: relative;
  }
  /* .stage-8::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 350px;
    background: url('../images/stage8-bg.jpg') no-repeat center bottom;
    background-size: cover;
  }
  .stage-8::after{
    content: url('../images/stage8-title-white.png');
    display: block;
    position: absolute;
    left: 50%;
    top: 175px;
    transform: translate(-50%,-50%);
  } */
  .stage-8 .mb{
    display: block;
  }
  .stage-8 .mask-bg{
    display: none;
  }
  .stage-8 .wrap{
    /* padding-top: 400px; */
    padding-top: 0;
  }
  .stage-8 .title{
    display: none;
  }
  .stage-8 .info h2{
    font-size: 24px;
  }
  .stage-8 .info address{
    font-size: 18px;
    display: block;
  }
  .stage-8 .info address a{
    display: block;
    margin: 10px auto 30px;
  }
}