@charset "utf-8";
/* CSS Document */
/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{ background:url("../images/kv-slice_04.jpg") center 750px repeat-y,url("../images/bg.jpg") top center repeat;}

header{background:url("../images/header.jpg") top center no-repeat;}



/* ------------------ 架構標 ------------------ */

.titleC {
    background: url("../images/btt.png")top center no-repeat;
    padding: 20px 0;
    margin: 40px auto -33px;
}
.titleC.stt{background: none; padding: 0px 0 20px;}
.titleC h2 {
    color: #fbf7eb;
    font-size: 3rem;
    background: url("../images/bg3.jpg");
    padding: 8px 30px;
    border-radius: 1em;
}
.block_1 .titleC h2,.block_2 .titleC h2,.block_3 .titleC h2 {
    color: #fbf7eb;
    font-size: 3rem;
    background: url("../images/bg3.jpg");
    padding: 15px 20px;
    border-radius: 1em;
	display: flex;
    justify-content: center;
    align-items: center;
	gap:10px;
}
span.st {
    font-size: 2rem;
    border-radius: 1em;
    color: #bc6e52;
    background: #fff;
    padding: 2px 10px;
}

.block_1 .titleC.stt,.block_3 .titleC.stt{
    width: 600px;
    background: none;
    padding: 0px 0 0px;
    border-top: 1px solid #b3674f;
    border-bottom: 1px solid #b3674f;
    margin: 40px auto 0;
}

.block_1 h3,.block_3 h3 {
	color:#b3674f;
    border-right: 1px solid #b3674f;
    border-left: 1px solid #b3674f;
    padding: 10px 20px 10px;
}



@media screen and ( max-width: 991px ){
	.titleC { margin: 5vw auto 2vw;}
	.titleC.stt{padding:0 0 0 0 ;}
	.block_1 .titleC h2, .block_2 .titleC h2, .block_3 .titleC h2,.titleC h2{
		width: 98vw;
		font-size: 2.4rem;
		padding: 3vw 0;
		margin: 0 auto 0;}
	.block_1 .titleC.stt,.block_2 .titleC.stt,.block_3 .titleC.stt{width:100%; margin:16vw auto 1vw;}
	.block_1 .titleC.btt,.block_3 .titleC.btt { margin: 5vw auto -10vw;}
}

/* ------------------ color ------------------ */
.alternate ul:nth-child(odd) li:first-child{background: url("../images/bg5.jpg");}

.hightlight .font h4,.hightlight_5p .font h4,.alternate ul:nth-child(even) li:last-child
{background: url("../images/bg3.jpg");}

.slick5itam-2 h4{color:#795548;}




/* PC */
.WRAPPER{ position:relative; width:100%; min-width:1200px; margin:0 auto; overflow:hidden;}
 	@media screen and ( max-width: 991px ){
		.WRAPPER{ min-width:100%;}
		
	}
.container { overflow: hidden; }
.topbox { position: relative; width: 1200px; margin: auto;}
.kv_pc {width: 100%;  position: relative; text-align:center; display: flex;justify-content: center;max-width: 1920px; margin: auto;flex-wrap: wrap-reverse;}
.kv_pc img { display: block; text-align: center; }
.kv_m { display: none; }
.kv_m img { display: block; }
.kv_m a {font-size: 0; display: block; }
.for_pc{ display: block; }
.for_m { display: none; }

/* 元件調整 */
.hightlight_5p {background: url("../images/bg8.jpg"); border: solid 1px #5e5d7e; padding:10px; border-radius: 0.6em;}
.hightlight_5p img,.hightlight img{object-fit: contain;}



/* 區塊調整 */
.slickbg { margin: 50px auto;}


/* m */
@media screen and ( max-width: 991px ){
	.kv_m { display: block; width: 100%; }
	.kv_m img {  width: 100%; }
	.kv_pc { display: none; }
	.container {width: 100%; min-width: auto; }
	.for_pc{ display: none; }
	.for_m { display: block; }

	/* 元件調整 */
	.hightlight_5p { width: 100%; margin: 2vw auto; padding: 2vw 0;}

	/* 區塊調整 */
	.slickbg { margin: 0vw auto -5vw;}
}






/* =================================================== 行銷活動區塊 =================================================== */

/* ------------------ promotion四塊 ------------------ */
.block_00 ul {
    width: 1200px;
	padding: 40px 0 40px 0;
    margin: 10px auto 20px;
    display: flex;
    justify-content: space-around;
}

.a1 {animation: bounceInUp;
    animation-delay: 0s;}
.a2 {animation: bounceInUp;
    animation-delay: .5s;}
.a3 {animation: bounceInUp;
    animation-delay: 1s;}
.a4 {animation: bounceInUp;
    animation-delay: 1.5s;}


	@media screen and ( max-width: 991px ){
		.block_00 ul { width:100%;display: flex; flex-wrap: wrap;padding: 0 0 0 0; margin: 5vw auto 2vw;}
		.block_00 .kv_m a {margin: 0 10px; padding: 5px 0;}	
        .block_00 img.for_pc {display: none;}
		.block_00 img.for_m {display: block; width:100%;}
	}


/* ------------------ 攻略專區 ------------------ */
	.tip{
		width:1200px; 
		height: 100%;
		margin: 40px auto 40px;
		/* background-color: #666; */
		display: grid;
		gap: 10px 20px;
		grid-template-areas:
		"a b c d"
		;
		justify-content: center;
	}

	.item { margin: 0 auto; transition: .5s;}
	.item:hover {transition: .5s; transform: scale(0.95);}

	.item1{/*background-color:#fc3e50;*/ grid-area: a;}
	.item2{/*background-color:#ccc;*/ grid-area: b;}
	.item3{/*background-color:#638;*/ grid-area: c;}
	.item4{/*background-color:#95c11f;*/ grid-area: d;}
	/* .item5{background-color:#fc3e88; grid-area: e;}
	.item6{background-color:#56b5f6; grid-area: f;}
	.item7{background-color:#4666f4; grid-area: g;} */
	@media screen and (max-width: 991px){
		.tip{
			width:100%; 
			height: auto;
			display: grid;
			grid-template-areas:
			"a a b b"
			"c c d d"
			;
			gap: 1vw 3vw;
			margin: 5vw auto;
		}
		.item { margin: 0 auto 1vw;}
		.tip .item1 img,.tip .item2 img,.tip .item3 img,.tip .item4 img  {width:45vw;}
	}


/* =================================================== 版面微調 =================================================== */
/* ------------------ 版頭動畫  ------------------ */
.title-item{ position: absolute;z-index: 90;}
.title01{ top: 23px; left: 12px;}
.title02{ top:463px; left: 43px;}
.title03{ top:521px; left: 28px;}

/* ------------------ more按鈕  ------------------ */
.morebtn {
    width: 1080px;
    margin: 0 auto;
    position: relative;
	
}
.morebtn a {
	background:url("../images/bg5.jpg"); 
	color:#fff; 
	border-radius: 50px;
	padding: 5px 10px 5px 15px;
    position: absolute;
	top: -20px;
    right: 10px;
    font-size: 1.3rem;
	letter-spacing: 1px;
	font-family: CHEIHK ULTRABOLD;
	transition: .5s;
}
.morebtn a:hover{transform:translateY(-0.35em);}

	@media screen and ( max-width: 991px ){	
	.morebtn {
		width: 100%;
		/* height: 7vw;
		margin-bottom: 3vw; */
	}
	.morebtn a {
		line-height:5vw; 
		top: -18vw ;
		right: 5vw;
		font-size: 1.1rem;
	}
}

/*------------------  3品左右不輪播 ------------------*/
/* .bg_1{} */

.bg_1 .swiper, .bg_2 .swiper{width:100%; padding-top: 0px; }
.bg_1-sw,.bg_2-sw{ display: flex; justify-content: space-between; flex-wrap: wrap;width: 1160px;margin: 0 auto;position: relative;}
.bg_1-sw .half02 ,.bg_2-sw .half02 { width: 340px; height:480px; margin: 10px 10px; border-radius: 20px; position: relative; background: url("../images/bg8.jpg");}
.half02 ul{padding:30px 30px 30px 30px;}
.half02 ul li a:hover, .half02 ul li:hover{transform: scale(1);}
.half02 ul li:nth-child(1) img{width: 320px; height: 320px; object-fit: contain ;margin: 40px auto 0;}
.half02 ul li:nth-child(2){background: url("../images/bg3.jpg"); width: 80px;height: 80px; border-radius: 50%; display: flex;align-items: center;justify-content: center;position: absolute; top: 12px;left:6px;}
.half02 ul li:nth-child(2) p{font-size: 20px;color: #f5f1df;margin-top: 0;display: flex; justify-content: center; align-items: center;}
.half02 ul li:nth-child(2) big{font-size: 40px;color: #f5f1df;}
.half02 ul li:nth-child(3){position: absolute; top: 20px;left: 92px;font-size: 40px; }
.half02 ul li:nth-child(3) span{font-size: 28px;color: #5e5d7e;}
.half02 ul li:nth-child(4){position:relative; bottom: 10px;left:0px;text-align: left;}
.half02 ul li:nth-child(4) span{background: #f5f1df;color: #2a294a;padding: 5px 10px;font-size: 14px;text-align: left;}
.half02 ul li:nth-child(5){position:relative; bottom: -10px;left:0px; width: 90%;}
.half02 ul li:nth-child(5) span{background: #f5f1df;color: #2a294a;padding: 5px 10px;font-size: 14px;text-align: left;}
.half02 ul li:nth-child(6){background: url("../images/bg3.jpg"); width: 80px;height: 80px; border-radius: 50%;  top: 380px;right: 10px;display: flex;align-items: center;justify-content: center;position:absolute;}
.half02 ul li:nth-child(6) p{color: #f5f1df;border-radius: 50%; font-size: 26px;margin-top: 0;}
.half02 ul li .price p{ font-size: 1.4rem; color: #eda3ba; font-weight: bold; line-height: 0.6; padding-bottom: 15px; padding: 5px;}

@media screen and ( max-width: 991px ){
	.bg_1 .swiper,.bg_2 .swiper{ padding-bottom: 0vw;}
	.bg_1-sw,.bg_2-sw{ display: flex;flex-wrap: wrap;width: 98vw;margin: 0 auto;}
    .bg_1-sw .half02,.bg_2-sw .half02{ width:94vw; height:auto; margin: 2vw auto;}
	
	.half02 ul{padding:5vw 2vw 0;}

	.half02 ul li:nth-child(1) img{width:80vw; height: 80vw; object-fit: contain;margin: 2vw auto 0;}
	.half02 ul li:nth-child(2){width: 20vw;height:20vw; border-radius: 50%; display: flex;align-items: center;justify-content: center;position:absolute;top: 2vw; left: 2vw;}
	.half02 ul li:nth-child(2) p{font-size:1.2rem;}
	.half02 ul li:nth-child(2) big{font-size: 3rem;}
	.half02 ul li:nth-child(3){position:relative; top: 0;left:0;font-size:2rem;text-align: center;margin-top: 10px;}
	.half02 ul li:nth-child(3) span{font-size: 2rem;}
	.half02 ul li:nth-child(4){position:relative; bottom:0;left: 0;top: 0; text-align:center;margin: 20px auto;}
	.half02 ul li:nth-child(4) span{padding: 5px 10px;font-size:1.4rem;}
	.half02 ul li:nth-child(5){position:relative; bottom:0;left: 0;text-align:center;margin: 0 auto; width: 100%;}
	.half02 ul li:nth-child(5) span{padding: 5px 10px;font-size: 1rem; text-align:center;}
	.half02 ul li:nth-child(6) p,.half02 ul li:nth-child(6){display: none;}
	.half02 .scene { background-position: center; background-size: cover; width:95vw; height: auto;margin-bottom:20px; }
}


/* 3品挖洞 */
.broadwise {width: 1160px; margin: 20px auto -20px;}
.broadwise-2p li:nth-child(2n+1){margin-right:385px;}
.round_5p img{border-radius:10px;}
.crosswise_3p {background: url("../images/3p_btt.png")top 10px center no-repeat;}


.crosswise_3p .titleC.stt{border-top:none; border-bottom:none;}

.crosswise_3p .titleC.stt h3 {
    position: relative;
    top: 150px;
    left: 85px;
    background: url("../images/bg5.jpg");
    color: #fff;
    padding: 6px 50px;
    border-radius: 1em;
	border-left: none;
    border-right: none;
}

  @media screen and ( max-width: 991px ){
    .broadwise {width: 100%; margin: 2vw auto;}
    ul.broadwise-2p {display: flex;}
	ul.broadwise-2p li {width: 46vw;
		padding: 3vw;
		margin: 1vw;}
    .broadwise-2p li img { width: 40vw; height: 40vw; }
    .broadwise .font {padding: 0 3vw 0 3vw;}
    .broadwise img { width: 26vw; height: 30vw; order: 0; margin: auto;}
    .broadwise-2p li:nth-child(2n+1) {margin-right: 1vw;}
    .broadwise li {width: 60vw; padding: 2vw; margin: 0.5vw;}
    .broadwise-2p li a { display: flex; flex-wrap: wrap; justify-content: center;}
    .rectangle_3p ul li:nth-child(3n+1) {width: 94vw; padding: 3vw; margin: 1vw 3vw; }
    .rectangle_3p ul li:nth-child(3n+1) a { flex-wrap: nowrap; }

	.crosswise_3p {
		width: 100%;
		margin: 4vw auto;
		padding: 2vw 0;
		background: url("../images/3p_btt.png")top  right 8vw no-repeat;
		background-size: 90vw;
	}
	.crosswise_3p .titleC.stt h3 {
		top: 0;
		left: 15vw;
		padding: 1vw 8vw;}
}



/* ------------------ 館別連結 ------------------ */
.btn ul{ display: flex; justify-content: center;flex-wrap: wrap; margin-bottom: 40px;}
.btn ul li { width: 600px; /*height: 100px;*/  background:url("../images/bg3.jpg"); margin-top: 20px; text-align: center; padding: 1vw 0; border-radius: 60px;}
.btn ul li a {text-align: center; color: #fff; line-height: 100px; font-size: 48px; font-family:wt014; display: flex; align-items: center; justify-content: center; }
.btn .arrow{ margin-left: 0.5rem; margin-top: 0.8rem;  width: 5rem; -webkit-animation: arrowMove 1s ease infinite; animation: arrowMove 1s ease infinite;}
@keyframes arrowMove{
0% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
30% {
    -webkit-transform: translate3d(1.33333vw,0,0);
    transform: translate3d(1.33333vw,0,0);
}
60% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
}

@media screen and ( max-width: 991px ){
	.btn ul { margin: 2vw auto;}
	.btn ul li { width: 96vw; margin: 0vw auto; padding: 1vw 0; }
	.btn ul li a { padding: 2vw; font-size: 2.2rem; line-height: 1.8; }
	.btn .arrow{ margin-left: 0.3rem; margin-top: 0.3rem;  width: 4rem; }
}



/* -- 上方黏人精 -- */
/*navigation bar for pc*/
/* Style the TopMenu */
#TopMenu {
	/*overflow: hidden;*/
/*	display: none;*/
	max-width:100%;
	height:40px;
	z-index:999;
	margin:0 auto;
	background:url("../images/bg5.jpg");
  }
  	
  .nav_content{ width:1200px; margin:0 auto;}
  /* Navbar links */
  #TopMenu a {
	float: left;
	display: block;
	text-align: center;
	text-decoration: none;
	width:25%;
	margin:0 auto;
	font-size:20px;
	color:#fff;
	border-right: 1px solid #ffffff;
	height:40px;
	line-height:40px;
	letter-spacing: 1px;
	font-family:DFT_KN5;
	transition: .5s;
	text-decoration: none;
  } 
  #TopMenu span{ color:#000000;}

  #TopMenu  li:hover {transform: none;}

  #TopMenu a:hover{ background:#7e4b4b;}


/*for mobile*/

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

#TopMenu { width: 100%; height: auto; display: none;}	
#TopMenu ul.nav_content{margin:0;width:100%;display:flex; flex-wrap: wrap; list-style: none;background: url("../images/bg_blue.jpg");z-index:1000;border-top:none; }
#TopMenu ul li{border-right:1px solid #ffffff; border-bottom:1px solid #ffffff; padding: 1vw; width:20%; box-sizing:border-box; text-align:center; font-size:15px;}
/*#TopMenu ul li:nth-child(odd){ background: #6E5688;}
#TopMenu ul li:nth-child(even){ background: #9A75A0;}*/
#TopMenu ul li a{ width:100%; margin:0 auto; font-size:1rem; border-right: none; height:auto; line-height:1.4; letter-spacing: 0.2rem; font-family:DFT_KN5;}
}




/* ------------------ 右方黏人精 ------------------ */
/* -- sidemanu for pc -- */
.side-menu2{
	position: fixed;
	width: 150px;
	top:10%;
	right:1%;
	padding:10px;
	border-radius:2px;
	border: 1px solid #fff;
	box-sizing: border-box;
	/*box-shadow: 0 10px rgba(255, 255, 255, 0.8);*/
	background: url("../images/bg_pink.jpg");
	opacity:0.95; 
	display: flex;
	flex-direction: column;
	transform: translateX(0);
	transition: .3s;
	text-align:center;
	z-index:99;
	font-size:15px;
	overflow:hidden;
}
.side-menu2 label{
	position: fixed;
	width: 130px;
	height: 150px;
	background:#3752a3;
	opacity:0.95; 
	color: #ffffff;
	right: -40px;
	top: 0%;
	line-height: 28px;
	text-align: center;
	font-size: 24px;
	border-radius: 0 2px 2px 0;
	padding:18px 8px 10px 8px;
	font-weight:500;
}
#side-menu-switch2{
	position: absolute;
	opacity: 0;
	z-index: -1;
}
#side-menu-switch2:checked + .side-menu{
	transform: translateX(0);
}
.side-menu2 nav a{
	/* font-family: 'Noto Serif TC', serif, "微軟正黑體","Microsoft JhengHei",Helvetica,Verdana, Arial, sans-serif;
	font-weight: 600; */
	display: block;
	padding: 10px 4px;
	color: #ffffff;
	text-decoration: none;
	position: relative;
	font-size:16px;	
}
.side-menu2 nav p.name_menu{ padding:10px 0; font-size:1.5em; line-height:1em; border-bottom:3px solid; border-color:#04414b; color:#df6616; font-weight:bold;}
.side-menu2 nav ul.area1{ margin-bottom:150px;}
.side-menu2 nav ul.area1 li{ width:50%; float:left; border-bottom:1px dotted #ffffff;}
.side-menu2 nav ul.area1 li:nth-child(even){ border-right:1px dotted #ffffff;}
.side-menu2 nav ul.area2 li{ border-bottom:1px dotted #e0af99;}
.side-menu2 nav ul.area1 li:nth-last-child(1), nav ul.area1 li:nth-last-child(2), nav ul.area2 li:nth-last-child(1){ border-bottom:none;}
	@media screen and ( max-width: 640px ){
		.side-menu2 {display: none;}
	}



/*Plugin*/
.side-menu2 .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.side-menu2 .nav-pills>li.active>a, .side-menu2 .nav-pills>li.active>a:focus, .side-menu2 .nav-pills>li.active>a:hover, .nav-pills>li>a:hover {
	font-family:GenJyuuGothic-Medium;
    color: #e91e63;
    background: #fff06d;
}

.side-menu2 .nav-pills>li>a {
    border-radius: 0px;
}
.side-menu2 .nav>li>a {
    position: relative;
    display: block;
}


/*------------------------------ navbar ------------------------------ */
/* m版橫向滑動選單 */
/*for mobile scrollmenu*/
.scrollmenu{display:none;}
@media screen and ( max-width: 991px ){
.scrollmenu{ 
	display:flex; 
	justify-content: flex-start; 
	overflow-x: auto; 
	white-space: nowrap; 
	z-index: 999; 
	top: 0; 
	width: 100vw; 
	padding: 3vw 1vw; 
	margin: 0 auto;  
	background:url("../images/bg2.jpg"); /* webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; box-shadow:10px 0 10px -10px #898989 inset, -10px 0 10px -10px #898989 inset;*/
	}
.scrollmenu::-webkit-scrollbar { display: none;}
}
.scrollmenu a{ 
	display: inline-block; 
	font-size:1rem; 
	line-height: 1;
	color: #fff !important;
	text-decoration:none; 
	font-weight: 700; 
	/*border-right:1px dotted #7563af;*/ 
	padding: 2vw 3vw ; 
	text-align:center;
	background:url("../images/bg3.jpg"); 
	border-radius: 100px; 
	margin: 0 1vw;
}
.scrollmenu a:hover{ 
	background:url("../images/bg.jpg");
	color: #5c5c7d !important; 
}


 /*--goto top--*/          
 #gotop {display: inline-block;background-color: #000;opacity:0.3;width: 40px;height: 40px;text-align: center;border-radius: 100%;position: fixed;bottom: 0px;right: 0px;transition: background-color .3s, opacity .5s, visibility .5s;opacity: 0;visibility: hidden;z-index: 1000;margin: 30px;}          
 #gotop::after {font-family: FontAwesome;content:'　';font-weight: normal;font-style: normal;font-size: 2em;line-height: 50px;color: #fff;  opacity:0.5;background: url(../images/top.png) center no-repeat; background-size:50%;background-position:50% 20%;}         #gotop:hover {cursor: pointer;background-color: #666;}          
 #gotop:active {background-color: #ccc;}          
 #gotop.show {opacity: 0.4;visibility: visible;}          
 @media screen and ( max-width: 991px ){          
 #gotop {bottom: 70px;right: 0;margin: 2vw;}
 }         
 /* share url */          
 #share{display: inline-block;background-color: #000;opacity:0.4;width: 40px;height: 40px;text-align: center;border-radius: 100%;position: fixed;bottom: 50px;right: 0px;transition: background-color .3s, opacity .5s, visibility .5s;z-index: 1000;margin: 30px;}
 #share::after{font-family: FontAwesome;content:'　';font-weight: normal;font-style: normal;font-size: 2em;line-height: 50px;color: #fff; opacity:0.5;background: url(../images/share.png) center no-repeat; background-size:20px;background-position:50% 30%;}
 #share:hover{cursor: pointer;background-color: #666;}
 #share:active{background-color: #666;}
 @media screen and ( max-width: 991px ){
 #share{bottom:115px;right: 0;margin: 2vw;}
 }                    
 @media screen and ( max-width: 991px ){          
 html{padding-bottom: 80px;}          
 } 