@charset "utf-8";

body{ font-family:"華康粗明體(P)", "新細明體", "Arial Unicode MS";}

.container-fluid{ /*max-width:1200px; padding-left:0; padding-right:0;*/}

.footer{
	color:#fff;
	background-color:#000;
	text-align:center;
	padding:24px 15px 24px 0;
}

.footer a{
	color: #fffac6;
}
.footer a:hover{
	color: #33a9e4;
	text-decoration:none;
}
.share{margin:8px 0;}
.share img{margin:0 2px;}

.backtop{
	position:fixed;
	z-index:15;
	width:48px;
	height:48px;
	left:100%;
	top:100%;
	margin-top:-135px;
	margin-left:-63px;
	padding:7px 5px;
	background-color:rgba(000,000,000,0.5);
	text-align:center;
	color:#fff;
	font-size:1.3rem;
	border-radius:50%;
	cursor:pointer;
	-webkit-transition: background 0.3s; /* Safari */ 
	transition: background 0.3s;
}
.backtop:hover{ background-color:#303523;}

/*.sidebar{
	position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 20%;
}
.sidebar ul{
    padding: 0px;
}
.sidebar li {
    list-style: none;
    padding-bottom: 25px;
    cursor: pointer;
}
.sidebar li img{width:65px;}
.sidebar li img:hover{ opacity:0.7;}*/

.navbar{ padding:0px;}
.navbar-brand{ margin-left:15px;}
@media (min-width:768px){.navbar-brand{ margin-left:0;}}
.navbar-toggler{ margin:15px;}
.navbar-nav .nav-item .nav-link{ padding:15px;}
.navbar-nav .nav-item .nav-link:hover{ background-color:#999;}

.menu_header{ position:fixed; z-index:9000; top:0; left:0; width:240px; height:100%; background-color:#464646; -webkit-transition: margin 0.3s; /* Safari */ transition: margin 0.3s; overflow-y: auto;}

.menu_header img{ margin:12px 0;}

.menu_close{ left:100%; margin-left:0px;}
.menu_open{ left:100%; margin-left:-240px;}

.menu_header .container-fluid{ padding:0; position:relative; max-width:1280px;}


@media (min-width:992px){
	.menu_header{ position:fixed; width:100%; /*height:auto;*/ background:#000; color:#fff; overflow-y: hidden; height:88px;}
	.menu_open, .menu_close{ left:0; margin-left:0;}
	.menu_header .container-fluid{ padding:0 15px;}
}

.logo_big{ display:none}
@media (min-width:992px){
	.logo_big{ display: block; text-align:center;  float:left;}
}
.logo_big img{ -webkit-transition: all 0.3s; /* Safari */ transition: all 0.3s; width:230px; height:auto; margin-top:20px;}

.menu_ul{list-style:none; padding:0; font-family:"華康儷中宋", Geneva, sans-serif;}
.menu_ul li{ border-bottom:1px dotted #2a2a2a;}

.menu_ul li a{ color:#fff; display:block; font-size:1.1rem; -webkit-transition: background 0.3s; /* Safari */ transition: background 0.3s;  padding:15px;}
.menu_ul li a:hover, .menu_ul li a:focus{ text-decoration:none; background-color:#2a2a2a;}

.menu_ul li a span{ display:block; font-size:0.8rem;}


@media (min-width:992px){
	.menu_ul{ text-align:center; border-radius:4px; height:48px; float:right; padding-top:10px;}
	.menu_ul li{ float:left; border:none; position:relative;}
	.menu_ul li:last-child{ background:none;}

	.menu_ul li a{ color:#fff; font-size:1rem; width:100px; text-align:center; padding:20px 0 17px 0;}
	.menu_ul li a:hover, .menu_ul li a:focus{ background-color:#5e5e5e;}
	.menu_ul .mobile_home{ display:none;}
}
@media (min-width:1200px){
	.menu_ul li a{ font-size:1.1rem; width:120px; text-align:center; padding:17px 0;}
}


.mobile_hide{ background-color:#000; opacity:0; position:fixed; z-index:8999; top:0; left:0; width:100%; height:100%;}

.mobile_header{ background-color:#000; color:#FFF; position:fixed; z-index:8900; height:88px; width:100%;}

.mobile_header img{ margin:24px 0 0 15px; width:200px;}

.iconbar{float:right; width:48px; height:36px; margin:24px 15px; border:2px solid #fff; border-radius:4px; cursor:pointer; background-position:center; background-repeat:no-repeat;-webkit-transition: background 0.2s; /* For Safari 3.1 to 6.0 */ transition: background 0.2s;}

.iconbar_open{background-image:url(../images/iconbar.png);}
.iconbar_close{background-image:url(../images/iconbar2.png); border-color:#2a2a2a;}

.menu_title{ margin:3px 15px; padding-top:23px; padding-bottom:16px; color:#fff; font-family:Verdana, Geneva, sans-serif;}

@media (min-width:992px){
	.mobile_hide{ display:none;}
	.mobile_header{ display:none;}
	.iconbar_close{ display:none;}
	.menu_title{ display:none;}
}


/*========================================================
                     top_banner
=========================================================*/
.top_banner{ position:relative;}
.top_banner img{ width:100%;}
.top_banner .logo{ position:absolute; top:0; left:0; width:100%; z-index:10;}
.top_banner .light{ position:absolute; top:0; left:0; width:100%; z-index:10; mix-blend-mode:lighten;
	animation-duration: 3s;
	animation-name: fadein;
	animation-iteration-count: infinite;
}
@keyframes fadein {
  0% {
	  opacity:0;
  }
  50% {
	  opacity:1;
  }
  100% {
	  opacity:0;
  }
}

/*========================================================
                     共通設定
=========================================================*/
.for_pc{display:none;}
.for_m{display:block;}
@media (min-width:768px){.for_pc{display:block;}.for_m{display:none;}}

.top_block img{ width:100%;}
.top_block .container-fluid{ padding:40px 15px;}
@media (min-width:1024px){ .top_block .container-fluid{ padding:100px;}}
@media (min-width:1440px){ .top_block .container-fluid{ padding:100px 190px;}}
/*隱私權*/
.grecaptcha-badge{ visibility:hidden;}

/*========================================================
                     空拍區塊
=========================================================*/
.aerial_block{ position:relative; padding-top:100px; background-color:#0a4f9d;}
.aerial_block .title{ position:absolute; top:12%; z-index:10; width:100%; text-align:center;}
.aerial_block .title img{ max-width:90%;}
@media (min-width: 768px){
	.aerial_block{ padding-top:0;}
	.aerial_block .title{ text-align:right; top:5%; right:5%;}
	.aerial_block .title img{ max-width:40%;}
}

.aerial_light_wrapper{ 
  position:absolute; 
  bottom:27%; 
  left:43%; 
  transform:translate(-50%,0); 
  width:1%; 
  height:49%; 
}
.aerial_light_col{
  position:absolute; 
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(254, 217, 152,0.6), rgba(254, 217, 152,0.001));
  border-radius: 0 0 10px 10px;
  animation: flash 2s linear infinite;
}

.aerial_light_content{ position:relative; width:100%; height:100% }
.aerial_light{
  position: absolute;
  top: 100%;
  width: 2px;
  height: 2px;
  background-color: #feeedb;
  
}
.aerial_light:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  margin-top: -2px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 15px 3px #feeedb,0 0 10px 2px #feeedb,0 0 15px 3px #feeedb,0 0 5px 1px #feeedb,0 0 15px 3px #feeedb,0 0 10px 2px #feeedb;
}

.aerial_light1{left:0; animation: light 1.8s linear infinite; animation-delay: -1s;}
.aerial_light2{left:20%; animation: light 3.8s linear infinite; animation-delay: -2s;}
.aerial_light3{left:40%; animation: light 2.8s linear infinite; animation-delay: -3s;}
.aerial_light4{left:80%; animation: light 5.8s linear infinite; animation-delay: -4s;}
.aerial_light5{left:100%; animation: light 4.8s linear infinite; animation-delay: -5s;}
.aerial_light6{right:10%; animation: light 6.4s linear infinite; animation-delay: -1s;}
.aerial_light7{right:30%; animation: light 10.4s linear infinite; animation-delay: -2s;}
.aerial_light8{right:50%; animation: light 7.4s linear infinite; animation-delay: -3s;}
.aerial_light9{right:70%; animation: light 8.4s linear infinite; animation-delay: -4s;}
.aerial_light10{right:90%; animation: light 9.4s linear infinite; animation-delay: -5s;}

@keyframes flash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes light {
  0% {
    opacity: 1;
    margin-top: 0%;
  }
  12% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    margin-top: -1500%;
    opacity: 0;
  }
}


/*========================================================
                     內頁設定
=========================================================*/
.top_block.bg1{ background:url(../images/bg1.jpg) bottom center no-repeat; background-size:cover;}
.top_block.bg1 .text_block .text p{ color:#fff;}
.top_block .pic_block{ padding-bottom:40px;}
.top_block .text_block{ padding:0;}
.top_block .text_block .title{ max-width:85%; padding-bottom:50px; margin:0 auto;}
.top_block .text_block .text p{ color:#231815; text-align:center; line-height:2;}
@media (min-width:768px){ 
	.top_block .text_block{ padding:3% 0;}
	.top_block .text_block .title{ max-width:75%;}
	.top_block .pic_block{ padding-bottom:0;}
}
@media (min-width:1280px){
	.top_block .text_block{ padding:5% 0;}
	.top_block .text_block .title{ padding-bottom:60px;}
	.top_block .text_block .text p{ font-size:1.2rem;}
}


/*========================================================
                     預約表單
=========================================================*/
.contact_block{	background:url(../images/bg1.jpg) bottom center no-repeat; background-size:cover; color:#fff; padding-bottom:40px;}
.contact_block .map_block iframe{ width:100%; height:450px; border:0; padding-bottom:30px;}
.contact_block .contact_btn{ padding-bottom:25px;}
.contact_block .contact_btn ul{ list-style:none; text-align:center; padding:0;}
.contact_block .contact_btn ul li{ display:inline-block; padding-right:10px;}
.contact_block .contact_btn ul li:last-child{ padding-right:0;}
.contact_block .contact_btn ul li img{ max-width:40px;}
.contact_block .contact_btn ul li img:hover{ opacity:0.5;}
.contact_block .info_text{ text-align:center;}
.contact_block .info_text img{ max-width:70%;}

/*表單樣式*/
.form_block .contact_logo{ position:relative; max-width:55%; margin:0 auto; padding-bottom:60px;}
.form_block .contact_logo .light{ position:absolute; top:0; left:0; width:100%; z-index:10; mix-blend-mode:lighten;
	animation-duration: 3s;
	animation-name: fadein;
	animation-iteration-count: infinite;
}
.form_block .contact_text{ padding-bottom:10px;}
.form_block .contact_text h2{ text-align:center; color:#e0d795; font-family:"華康儷中黑(P)", Geneva, sans-serif; font-weight:bold; font-size:1.3rem;}

#form1{ font-size:1rem; font-family:"微軟正黑體", Geneva, sans-serif;}
#form1 .row{ margin:0;}
#form1 .form-group { padding-bottom:10px;}
#form1 .form-control{ border-radius:0; background-color:transparent; border:1px solid #fff; color:#fff;}
#form1 select{
	color:#fff;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 24px auto;
}
#form1 select option{
	background:#303523;
}

#form1 .btn{ background-color:#e0d795; color:#58613c; border:0; border-radius:0; width:100%; padding:7px;}
#form1 .btn:hover{ background-color:#aa9e55; cursor:pointer; -webkit-transition: background 0.3s; /* Safari */ transition: background 0.3s;}
#form1 .btn img{ max-width:90px;}
#form1 .form-check{ padding-left:0;}

/*webkit瀏覽器專用*/
#form1 ::-webkit-input-placeholder { color:#fff; }
/*Firefox 19+瀏覽器專用*/
#form1 input::-moz-placeholder{color:#fff;}
/*IE10瀏覽器專用*/
#form1:-ms-input-placeholder{color:#fff;}

@media (min-width:768px){
	.contact_block{ padding-bottom:0;}
	.contact_block .map_block iframe{ height:650px; padding-bottom:0;}
	#form1{ font-size:1.2rem;}
	.contact_block .info_text img{ max-width:100%;}
}


/*========================================================
                         直播鍵
=========================================================*/
.sidebar li img{width:30px;}
.icon_Community a.js-btn-icon_Community {
    text-align: center;
    width: 50px;
    line-height: 47px;
    border-radius: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    cursor: pointer;
    color: #fff;
    background: #000;
    font-size: 22px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    height: 50px;
    pointer-events: auto;
	overflow: hidden;
    
}

.js-btn-icon_Community:hover,
.js-btn-icon_Community:focus {
    color: #fff;
    background-color: #451209;
    border-color: #451209;
}

.js-icon_Community .icon_li {
    position: relative;
    left: -100px;
}
.icon_li_img {
        max-width: 50px;
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        left: 0;
        z-index: 1;
    }
.js-icon_Community.active .icon_li {
    left: 0;
    pointer-events: auto;
}

.js-icon_Community .icon_li:nth-child(1) {
    transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
}

.js-icon_Community .icon_li:nth-child(2) {
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.js-icon_Community .icon_li:nth-child(3) {
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}


.icon_li a:hover .icon{
 animation: go 3s linear infinite;
}

@keyframes go {
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  50%,100% {
    transform: rotate(0deg);
  }
}  

@media (max-width: 991.98px){
    .icon_Community {
        width: 100%;
        position: fixed;
        left: auto;
        bottom: 0;
        z-index: 999998;
        pointer-events: none;
    }
    .icon_Community_ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
    }
    .icon_Community_ul .icon_li {
        width: calc(100% / 2 - 0px);
        border-right: 1px solid #fff;
    }
    .icon_Community_ul .icon_li:last-child {
        border-right: none;
    }
 .icon_Community_ul .icon_name {
        font-size: 0.8rem;
    }
  .icon_img {
	  display: block;
	  background-color: #303523;
	  overflow: hidden;
	  text-align: center;
	  color: #fff;
	  position: relative;
	  padding: 5px 10px;
	  text-decoration: none;
  }
 .icon_Community a{
	  color: #fff;
	  text-decoration:none;
 }
 .icon_Community a img{
	  display: block;
	  margin: 0 auto;
	  width: 22px;
 }
 .icon_Community a:hover{
	  background-color: #555d41;
 }
 .icon_Community a:hover img{
	  animation: go 3s linear infinite;
 }
}

@media (min-width: 992px){
    .icon_Community {
        position: fixed;
        right: 14px;
        bottom: 94px;
        z-index: 9998;
        pointer-events: none;
		opacity:70%;
    }
    .icon_Community_ul {
        list-style: none;
        padding: 0;
        flex-direction: column;
        align-items: flex-end;
        display: flex;
        margin-bottom: 40px;
    }
    .icon_img {
        background-color:transparent;
        border: 2px solid #e0d795;
        overflow: hidden;
        text-align: center;
        margin-bottom: 6px;
        width: 50px;
        text-decoration: none;
        border-radius: 100px;
        color: #fff;
        transition: all 0.3s ease;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .icon_img.active {
        width: 142px;
    }
    .icon_img.active .icon_name {
        text-indent: 0;
        opacity: 1;
    }
	
    .icon_img:hover {
        text-decoration: none;
        width: 142px;
		background-color:#303523;
    }
    .icon_img:before {
        opacity: 0;

    }
    .icon_img .icon {
        color: #fff;
        font-size: 22px;
        width: 46px;
        line-height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 0;
        z-index: 1;
    }
    .icon_img:hover .icon {
        text-decoration: none;
    }
    .icon_img:hover .icon_name {
        opacity: 1;
        text-indent: 0;
    }
    .icon_name {
        position: relative;
        line-height: 47px;
        padding-left: 15px;
        padding-right: 50px;
        transition: all 0.3s ease;
        opacity: 0;
        text-decoration: none;
        color: #e0d795;
        white-space: nowrap;
        border-radius: 100px;
        overflow: hidden;
        /*text-indent: -100px;*/
        font-family: Arial, "Microsoft JhengHei", sans-serif;
    }
	.js-icon_Community.active .icon_li {
		padding-bottom:5px;
	}
}