@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;
}

header{position: absolute;top: 0px;}
html{
	scroll-behavior: smooth;
	background:url("../images/layout.jpg")center -600px repeat-y,url("../images/bg-p2.jpg") top center repeat;
}



/* PC */
.WRAPPER{ position:relative; width:100%; min-width:1200px; margin:0 auto; overflow:hidden;}
 	@media screen and ( max-width: 991px ){
		.WRAPPER{ min-width:100%;}
		header{position: relative;}
	}
.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; }

/* 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; }
}

.title-item{ position: absolute;z-index: 90;}
.title01{ top:26px; left: 616px;}
.title02{ top:198px; left: 612px;}
.title03{ top:231px; left: 617px;}
.title04{ top:462px; left: 790px;}
.title05{ top:451px; left: 1246px;animation:ani-move 1.7s 0s infinite ease;transform-origin: bottom center; animation-delay:-0.5s;}
.title06{ top:25px; left: 319px;animation:ani-move 1.5s 0s infinite ease;transform-origin: bottom center; animation-delay:-1s}
.title07{ top:444px; left: 479px;animation:ani-move 1.3s 0s infinite ease;transform-origin: bottom center; animation-delay:-3.2s}
.title08{ top:260px; left: 373px;animation:ani-move 2s 0s infinite ease;transform-origin: bottom center; animation-delay:-0.4s}
.title09{ top:113px; left: 1169px;animation:ani-move 1.6s 0s infinite ease;transform-origin: bottom center; animation-delay:-0.8s}
.title10{ top:181px; left: -323px;}


@keyframes ani-move{
	0%{ transform: rotate(0deg);} 
	20%{ transform: rotate(0deg);} 
	25%{ transform: rotate(-3deg);} 
	30%{ transform: rotate(0deg);} 
	35%{ transform: rotate(-3deg);} 
	40%{ transform: rotate(0deg);} 

	70%{ transform: rotate(0deg);} 
	75%{ transform: rotate(-3deg);} 
	80%{ transform: rotate(0deg);} 
	85%{ transform: rotate(-3deg);} 
	90%{ transform: rotate(0deg);} 
	
	100%{transform:translateY(0px);}}


/*--  版面微調  --*/
.hightlight .font p{margin:0px 0px 10px 0px;}
@media screen and ( max-width: 991px ){
.hightlight .font p{margin:auto;}	
}

/*--  共通設定  --*/
.subtitle{text-align: center;margin: 20px auto 0;}
.subtitle::before{content: '';background: url(../images/h3-before.png)center center no-repeat;width: 209px;height: 46px;display: inline-flex;}
.subtitle::after{content: '';background: url(../images/h3-after.png)center center no-repeat;width: 209px;height: 46px;display: inline-flex;}
.subtitle h3{margin: 0 auto;padding: 10px 35px;color: #fff;;letter-spacing: 2px;font-size:3rem;font-weight: 700;border-left: 0px solid #fff;}
@media screen and ( max-width: 991px ){
	.subtitle{margin: 2vw auto 0;}
	.subtitle h3{padding: 2vw 0vw;border: 0px solid #384887;letter-spacing: 0px;font-size:8vw;}
	.subtitle::before{width: 15vw;background: url(../images/h3-before-m.png)center center no-repeat;height: 8vw;background-size: contain;margin-right: 0.5vw;}
	.subtitle::after{width: 15vw;background: url(../images/h3-after-m.png)center center no-repeat;height: 8vw;background-size: contain;margin-left: 0.5vw;}
}

/*--  0.攻略   --*/
.block_0>ul {
	width: 1200px;
	margin: 20px auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.banner-dis3 ul li img{width: 100%;}
.banner-dis3 ul li{margin: 4px 8px;}
.banner-dis3{padding-top: 0;margin-top: 6px;}
@media screen and ( max-width: 991px ){
		.block_0>ul {
			width: 96%;
			margin: 2vw auto 0;
			padding: 0 1vw;
		}
	
		.block_0>ul li img {
			width: 47vw;
			margin: 0 -3vw;
		}	
}

/*--  1.   --*/

.tt-fst{display: flex;align-items: center;justify-content: center;background: url(../images/titlec.png)top center no-repeat;height: 273px;margin: 20px auto 0px;padding-bottom: 15px;}
.tt-fst h2{font-size:70px;font-weight: bold;letter-spacing: 2px;color: #3269ac;}

.bg_1200{width: 1200px;margin: 20px auto;padding: 20px 0 1px;min-width: 1200px;}

.bg_0 .bg_1200{background: url(../images/promotion-bg.png)top center no-repeat;}
.bg_1 .bg_1200,.bg_2 .bg_1200,.bg_3 .bg_1200,.bg_4 .bg_1200,.bg_5 .bg_1200{background: url(../images/bg-w2.jpg)repeat;border: 14px solid #c76936;}

@media screen and ( max-width: 991px ){
.bg_1200{width: 100%;margin: 2vw auto;padding: 0;min-width: 100%;}
.bg_1 .bg_1200,.bg_2 .bg_1200,.bg_3 .bg_1200,.bg_4 .bg_1200,.bg_5 .bg_1200{border:0px solid #c76936;}

.tt-fst{background-size: 100%;height: 31vw;margin: 2vw auto 0px;padding-bottom: 2vw;}
.tt-fst h2{font-size: 9.5vw;letter-spacing: 0;}

.bg_0 .bg_1200{background: transparent}
}


/*--  2.   --*/
.alternate ul:nth-child(odd) li:first-child,.special_5p_1 .hightlight_5p ul li h4{background: url(../images/bg-b1.jpg);}
.alternate ul:nth-child(even) li:last-child,.box-mix ul.quotes li{background: url(../images/bg-g1.jpg);}
.hightlight .font h4,.collect_5x6 .special{background: url(../images/bg-r.jpg);}
.collect_5x6 .s-row h4{background: url(../images/bg-g1.jpg);}

.half ul{background: url(../images/bg-p2.jpg);}
.half ul h3{color: #225594;font-weight: bold;font-size: 2.4rem;}
.half ul h3::before{content: '';background: url(../images/h3-before2.png)center center no-repeat;width: 60px;height: 40px;display: inline-flex;margin-right: 20px;}
.half ul h3::after{content: '';background: url(../images/h3-after2.png)center center no-repeat;width: 60px;height: 40px;display: inline-flex;margin-left: 20px;}

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

	.half ul h3::before{width: 15vw;background: url(../images/h3-before2.png)center center no-repeat;height: 8vw;background-size: contain;margin-right: 0.5vw;}
	.half ul h3::after{width: 15vw;background: url(../images/h3-after2.png)center center no-repeat;height: 8vw;background-size: contain;margin-left: 0.5vw;}
}

/*--  3.   --*/

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


/*--  4.   --*/

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


/*--  5.   --*/

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

/*--  6.   --*/

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

/*--永久改動--*/
.hightlight img,.toptitle img,.circle img,.published img,.hightlight_5p img,.circle_5p img,.scene img{object-fit: contain;}
.baseline .font{padding-top: 5px;}

.special_5p_1{margin: 60px auto 20px;}
.special_5p_1 ul{align-items: flex-end;}
.special_5p_1 .hightlight_5p ul li:first-child img{width: 240px;height: 240px;}
.special_5p_1 .hightlight_5p ul li:first-child{height: auto;width: 240px;}
.special_5p_1 .hightlight_5p ul li{height: auto;margin-top: 0;}
.special_5p_1 .title_AA h2{font-size: 3rem;width: 876px;padding:5px 0px;background:transparent;top: -20px;left: 288px;font-family:'Noto Sans TC', "微軟正黑體","Microsoft JhengHei",Helvetica,Verdana, Arial;display: flex;justify-content: center;align-items: center;color: #000;letter-spacing: 0;color: #fff;height: 83px;letter-spacing: 2px;}
.special_5p_1 .title_AA h2::before{content: '';background: url(../images/h3-before.png)center center no-repeat;width: 209px;height: 46px;display: inline-flex;margin-right:  20px;}
.special_5p_1 .title_AA h2::after{content: '';background: url(../images/h3-after.png)center center no-repeat;width: 209px;height: 46px;display: inline-flex;margin-left: 20px}
.special_5p_1 .hightlight_5p ul li p{padding: 0 8px;}
.special_5p_1 .hightlight_5p .font .price{margin: 8px auto 15px;}
.crosswise_3p ul,.broadwise ul{flex-wrap: wrap;}
@media screen and ( max-width: 991px ){

	.collect_5x6 .s-row h4{width: 100%!important;}
.baseline .font{padding-top: 1vw;}

		.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; }
		.rectangle_3p ul li:nth-child(3n+1).font {padding: 1vw 0vw 1vw 3vw;}

.special_5p_1{margin:5vw auto 2vw;}
.special_5p_1 ul{align-items: stretch;}
		.special_5p_1 .hightlight_5p ul li:first-child{width:100%;}
		.special_5p_1 .hightlight_5p ul li:first-child img{width:45vw;height:45vw;}
		.special_5p_1 .title_AA{height: auto;position: relative;}
		.special_5p_1 .title_AA h2{width: 100%;padding:5px 0px;top: 0px;left: 0px;position: relative;height: fit-content;background: url("../images/subti-h3m.png")top center no-repeat;background-size: 98%;}

.special_5p_1 .title_AA h2::before{width: 15vw;background: url(../images/h3-before-m.png)center center no-repeat;height: 8vw;background-size: contain;margin-right: 0.5vw;}
.special_5p_1 .title_AA h2::after{width: 15vw;background: url(../images/h3-after-m.png)center center no-repeat;height: 8vw;background-size: contain;margin-left: 0.5vw;}
		}

/*--  錨點微調--*/
.target-fix {position: relative;top: 0px;display: block;height: 0;overflow: hidden;}
@media screen and ( max-width: 991px ) {
.target-fix {top:-30px;}
	}
/*--  錨點微調--*/


/*---- 前往XX館 ----*/
.tt-btn{font-size: 3rem;padding: 15px 100px 20px;background:#225594;border-radius: 200px;color: #fff;width: fit-content;box-shadow: 0 8px 0 #3269ac;position: relative;transition: 0.5s all;top: 0;margin:  50px auto;border:3px #3269ac solid;}
.tt-btn:hover{box-shadow: 0 0px 0 #aaa;top: 5px;background:#f95745;}
.tt-btn a{color: #fff;}
@media screen and ( max-width: 991px ){
.tt-btn{font-size: 2rem;padding: 3vw 10vw;margin:  0 auto 5vw;border-radius: 50vw;box-shadow: 0 4px 0 #3269ac;}
}

/*--  nav 選單 固定側邊--*/
@media only screen  and (min-width: 992px)  {
.menustyle2{width: 160px;display: flex;flex-wrap: wrap;background:url(../images/menu.png)top center no-repeat; z-index:999;height:auto;position: fixed; top: 200px; right: 10px;border-radius:0px;height: auto;padding-top: 160px;padding-bottom: 0px;height: 438px;}
.menustyle2 ul{width: 160px;margin: 0 auto;display: flex;flex-direction: column;padding: 5px;flex-wrap: wrap;}
.menustyle2 ul li{width:100%;display: flex;justify-content: center;align-items: center;border-bottom:  0px dotted #fff;}
.menustyle2 ul li a span{display: block;}
.menustyle2 ul li:last-child{border-bottom:none;}
.menustyle2 ul li a{text-align: center;margin: 0 auto;text-decoration: none;font-size:18px;color:#fff;	font-family:'Noto Sans TC', "微軟正黑體","Microsoft JhengHei",Helvetica,Verdana, Arial;letter-spacing: 1px;font-weight: 500;width: 100%; height: 100%; display: flex;justify-content: center; align-items: center;padding: 15px 20px;flex-wrap: wrap;line-height: 1.2;}
.menustyle2 ul li:hover,#TopMenu2 ul li a:hover{ background:transparent;transform: scale(1);color: #ffe038!important;}
.menustyle2 ul .active{color: #ffe038!important; background:transparent;width: 100%; height: 100%;}
}
@media screen and ( max-width: 991px ){
.menustyle2::-webkit-scrollbar{display: none;}
.menustyle2{width: 100%; z-index:998;padding:1vw 1vw; display: block;background:#3269ab;flex-direction: column;flex-wrap: wrap;position: absolute;overflow-x: auto;justify-content: center;white-space: nowrap;webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar;height: auto;}
.menustyle2 ul{flex-wrap: nowrap;display: flex;}
.menustyle2 ul li{width:auto;font-size:20px;color:#ffffff;display: flex;justify-content: center;align-items: center;border-right: .5px solid #ffffff;box-sizing: border-box;}
.menustyle2 ul li a{font-size:1.1rem;letter-spacing: 0px;font-weight:500;color:#ffffff;font-family:'Noto Sans TC', "微軟正黑體","Microsoft JhengHei",Helvetica,Verdana, Arial;box-sizing: border-box;padding: 5px 10px;}
.menustyle2 ul .active{color: #fff!important;background:#f95745;width: 100%;justify-content: center;align-items: center;text-align: center}
.menustyle2 ul li a:hover{color: #fff!important;width: 100%;justify-content: center;align-items: center;text-align: center;background:#f95745;}
.sticky {position: fixed;top: 0;}
}
/*--  nav 選單 固定側邊--*/

/**--  下拉選單  --**/
#TopMenu {transition: background-color 1s, opacity 1s, visibility 1s;opacity: 1;visibility:visible;z-index: 998;position: relative;}
#TopMenu.show{opacity: 1;visibility: visible;position: fixed;top: 0;} 

/*手機版選單下滑出現*/
@media screen and (max-width: 991px) {
  #TopMenu2 {
    transition: background-color 1s, opacity 1s, visibility 1s;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    position: absolute;
    top: 0;
  }
  #TopMenu2.show {
    opacity: 1;
    visibility: visible;
    position: fixed;
    top: 0;
  }
}


 /*--goto top--*/          
 #gotop {display: inline-block;background-color: #000; 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 {position: absolute;display: block;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: 85% 35%;}         
 #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{position: absolute;display: block;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: 50%;background-position: 80% 35%;}
 #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;}          
 } 