@charset "utf-8";
/* CSS Document */

/*基本*/
body{ margin: 0; padding: 0;}


/*全BOX版面*/
.WRAPPER { position: relative; display: block; margin: 0 auto; padding: 0; width: 100%;  min-width: 1220px; overflow: hidden; font-family: "微軟正黑體","Microsoft JhengHei",Helvetica;}
.WRAPPER img { border: 0; vertical-align: top;}
.WRAPPER a { text-decoration: none;}
@media screen and (max-width:767px){
  .WRAPPER { min-width: inherit; padding-bottom: 10vw; }
  .WRAPPER img {  width: 100%;  height: auto;}
}

/*背景*/
@media screen and (min-width:787px){
.bgfixed { z-index: -1; position: fixed; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgfixed.jpg?t=1754126796684) no-repeat center top;}
.bgtop { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgtop.png?t=1754126796684) no-repeat center top;}



.topMD { z-index: 20; position: absolute; top: 76px; left: 50%;height:auto;width: 1260px;}
.topMD .PD_layout img{ width:71%;}

.bgmountain { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgmountain.png?t=1754126796684) no-repeat center top;}
.bgsun { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgsun.png?t=1754126796684) no-repeat center top; mix-blend-mode: screen;}
.bgcloud { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgcloud.png?t=1754126796684) no-repeat center top;}
/* .topPD { z-index: 0; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 960px; min-width: 1220px; height: 100%; background: url(topPD.png?t=1754126796684) no-repeat center top;} */
}
@media screen and (max-width:767px){
  .bgfixed { z-index: -1; position: fixed; top: 0; left: 0; width: 100%; min-width: inherit; height: 100%; background: url(bgfixed_m.jpg?t=1754126796684) no-repeat center 44px; background-size: 100%;}
  .bgtop { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: inherit; height: 100%; background: url(bgtop_m.png?t=1754126796684) no-repeat center 44px; background-size: 100%;}


  
  .topMD { z-index: 0; position: absolute; top:19vw; left: 53%;width: 100%; min-width: inherit; height: 100%;}





  .bgmountain { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: inherit; height: 100%; background: url(bgmountain_m.png?t=1754126796684) no-repeat center 44px; background-size: 100%;}
  .bgsun { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: inherit; height: 100%; background: url(bgsun_m.png?t=1754126796684) no-repeat center 44px; background-size: 100%; mix-blend-mode: screen;}
  .bgcloud { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: inherit; height: 100%; background: url(bgcloud_m.png?t=1754126796684) no-repeat center 44px; background-size: 100%;}
  /* .topPD { z-index: 0; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 100%; min-width: inherit; height: 100%; background: url(topPD.png?t=1754126796684) no-repeat center 44px; background-size: 100%;} */
}
	
/*區塊_all*/
.Area { position: relative; margin: 0 auto; padding: 0; border-radius: 0; text-align: center; }
.Area a { display: block;} 
.Area .go_bt {
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;}
.Area .go_bt:hover {
  -webkit-transform: scale(0.95);
     -moz-transform: scale(0.95);
      -ms-transform: scale(0.95);
       -o-transform: scale(0.95);
          transform: scale(0.95);}
.Area .go_bt2 {
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;}
.Area .go_bt2:hover { 
  filter: brightness(130%);
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
		  }
.Area1220 { margin: 0 auto; width: 1220px;}
.Area960 { margin: 0 auto; width: 960px;}
@media screen and (max-width:767px){
  .Area .go_bt:hover {  
    -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;}
  .Area .go_bt2:hover { 
    filter: brightness(1);
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
        }
  .Area1220 { width: 100%;}
  .Area960 { width: 100%;}
  /*區塊_切割*/
  .Area_1bn { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_1bn a { float: left; margin: 0 0 2% 0; padding: 0; width: 100%; list-style: none;}
  .Area_2bn { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_2bn a { float: left; margin: 0 1% 2%; padding: 0; width: 48%; list-style: none;}
  .Area_3bn { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_3bn a { float: left; margin: 0 1% 2% ; padding: 0; width: 31.3%; list-style: none;}
  .Area_1bn_nopadding { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_1bn_nopadding a { float: left; margin: 0; padding: 0; width: 100%; list-style: none;}
  .Area_2bn_nopadding { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_2bn_nopadding a { float: left; margin: 0; padding: 0; width: 50%; list-style: none;}
  .Area_3bn_nopadding { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_3bn_nopadding a { float: left; margin: 0; padding: 0; width: 33.3%; list-style: none;}
}

/*間距*/
.Area_bottom { margin-bottom: 50px;}
.Area_bottom1 { margin-bottom: 40px;}
@media screen and (max-width:767px){
  .Area_bottom { margin-bottom: 10vw;}  
  .Area_bottom1 { margin-bottom: 5vw;}
}

/*共用樣式*/
.PD_layout ul { border-radius: 0;}
@media screen and (max-width:767px){
  .PD_layout ul { width: 96%;}
}

/*版頭*/
.Area_top {}
@media screen and (max-width:767px){
  .Area_top {}
}

/*優惠攻略*/
.Area01 {}
.Area01 .box { margin-bottom: 50px;}
.Area01 .box:last-child { margin-bottom: 0;}
.Area01 .subtitle { padding: 25px 0 0; background: url(Area01_subtitlebg.png?t=1754126796684)top center no-repeat; background-size: 100%;}
.Area01 .Area_danji .danji_box { width: 100%;}
.Area01 .warningTxt h3 { padding: 0;}
@media screen and (max-width:767px){
  .Area01 {}
  .Area01 .box { margin-bottom: 5%;}
  .Area01 .subtitle { padding: 2.5vw 0 0;}
  .Area01 .Area_danji .danji_box { width: 96%;}
}





.Area_PD2 { background-color: #ff890a; }
  @media screen and (min-width: 768px){
    .Area_PD2 { border-radius: 15px;padding:1.5% 0 1%; }
  }
  @media screen and (max-width:767px){
    .Area_PD2 { width: 96%; border-radius: 10px;padding:3.5% 0 3%;}
  }


  .Area_PD2 { background-color: #ff890a; }
  @media screen and (min-width: 768px){
    .Area2000 { width: 2000px!important;margin: 0 auto; }
    .Areapic_pc .PD_layout img{width: 100%;height: auto;}
  }
  @media screen and (max-width:767px){
    .Areapic .PD_layout ul{padding: 0%!important;}
  }




  @media screen and (min-width: 768px){
    .Arealogo .PD_layout ul{width:800px;}
  }
  @media screen and (max-width:767px){
    .Areapic .PD_layout ul{padding: 0%!important;}
  }





	
/*注意事項區*/
.edm_notice{ text-align:center; padding:10px 10px 15px 10px; color:#000; font:12px/18px Helvetica;}
.edm_notice .apple_notice{  padding:10px 0px 10px 0px; }


  

/*隱鑶*/
.for_pc {}
.for_phone { display: none !important;}
	@media screen and (max-width:767px){
		.for_pc { display: none !important;}
		.for_phone { display: inherit !important;}
	}
