@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/bg_all.jpg") top center repeat-y, url("../images/bg.jpg") top center repeat;
	scroll-behavior: smooth;
}

.footer{
	max-width: 1920px;
	margin: 0 auto;
	background: url("../images/bg.jpg");
}


@font-face {
  font-family:DFT_BB;
  src: url("../font/DFT_BB.ttc") ;
}



/* 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; /*height:  ; parallax*/ }
.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; }
	.for_m img {  width: 100%; }
}


/* ----------------------CUSTOMERIZATION---------------------- */

/*.font{font-family: 'Noto Serif TC', serif, "微軟正黑體","Microsoft JhengHei",Helvetica,Verdana, Arial, sans-serif;}*/

/*bg*/
.bg_1{ background: url("../images/bg_1.png") top center no-repeat; padding-top: 0px; padding-bottom: 0px;}
.bg_2{ background: url("../images/bg_2.png") top center no-repeat; padding-top: 0px; padding-bottom: 0px;}
.bg_3{ background: url("../images/bg_3.png") top center no-repeat; padding-top: 0px; padding-bottom: 0px;}
.bg_4{ background: url("../images/bg_4.png") top center no-repeat; padding-top: 0px; padding-bottom: 0px;}
.bg_5{ background: url("../images/bg_5.png") top center no-repeat; padding-top: 0px; padding-bottom: 0px;}


@media screen and ( max-width: 991px ){
	.bg_1{ background: none; padding-top: 0px; padding-bottom: 0px; }
	.bg_2{ background: none; padding-top: 0px; padding-bottom: 0px; }
	.bg_3{ background: none; padding-top: 0px; padding-bottom: 0px; }
	.bg_4{ background: none; padding-top: 0px; padding-bottom: 0px; }
	.bg_5{ background: none; padding-top: 0px; padding-bottom: 0px; }
}


/*--主視覺動畫--*/

/*--PARALLAX--*/
/*--------------------------------------------
.topbox img{position:relative;}
 img.kv{position: absolute;}
.Title{ top: 0px; left: 0px;}
--------------------------------------------*/

.Title{ position: absolute; top: 55px; left: 142px;}
.sale1{ position: absolute; top: 362px; left: 266px;}
.sale2{ position: absolute; top: 543px; left: 266px;}
.people{ position: absolute; top: 324px; left: -101px;}


/*--COMMON--*/

.titleC{ margin: 40px auto 30px ; background: none top center no-repeat; padding-top: 0px; padding-bottom: 0px;}
.titleC h2{ color: #fff; font-family:DFT_BB; font-size: 66px; -webkit-text-stroke: 2px #384c80; text-shadow: 0 5px #384c80; letter-spacing: -2px;}
.titleD{ display: flex; justify-content: center; margin: 20px auto 20px;}
.titleD p{ font-size: 40px; color: #fff; background: url("../images/bg_darkblue.jpg"); border-radius: 100px; padding: 20px 100px; font-weight: 600;}

.banner{ margin: 0 auto; padding: 0;}


@media screen and ( max-width: 991px ){
	.titleC { /*background: url("../images/sub_m.png") top center no-repeat; background-size: 100%;*/ padding: 3vw 0 ; margin: 0vw auto;}
	.titleC h2{ font-size: 3.6rem; -webkit-text-stroke: 2px #384c80; text-shadow: 0 3px #384c80; line-height: 1.1; letter-spacing: -1px;}
	.titleD{ margin: 0vw auto ;}
	.titleD p{ font-size: 2rem; border-radius: 100px; padding: 3vw 10vw;}
}


/*--精明購物指南x4
.bg_0{}
.bg_0 ul{
	width: 1200px;
	margin: 40px auto ;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

@media screen and ( max-width: 991px ){
	.bg_0{ margin-top: 3vw; }
	.bg_0 ul{ width: 100%; margin: 0vw auto;}
	.bg_0 ul li{ margin-bottom: 3vw;}
	.bg_0 ul li img{ width: 46vw; margin-left: 2vw;}
}
--*/

/*--精明購物指南x3--*/
.bg_0{}
.bg_0 ul{
	width: 1200px;
	margin: 40px auto ;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
/*.bg_0 ul li a{ display: block; width: 400px; height: 377px;}*/

@media screen and ( max-width: 991px ){
	.bg_0{ }
	.bg_0 ul{ width: 100%; margin: 3vw auto 0;}
	.bg_0 ul li{ margin-bottom: 6vw;}
	.bg_0 ul li a{ width: auto; height: auto;}
	.bg_0 ul li img{ width: 90%; margin-left: 5vw;}
}




/*--展現你的初夏凹豆穿搭--*/
.bg_1{}
.bg_1-1 .slick5itam-2 h4{ color: #384c80; font-weight: 600;}
.bg_1-1 .slick5itam-2 .price{ text-align: center;}
.bg_1-2{ position: relative; width: 100%; margin: 0px auto 10px; background: url("../images/bg_1-2.png") top center no-repeat; padding: 20px 0 20px;}
.bg_1-2 .titleD{ position: absolute; top: 220px; left: 50%; transform: translateX(-50%);}
.bg_1-2 .titleD p{ padding: 20px 60px;}
.bg_1-2 .crosswise_3p { margin-bottom: 10px;}
.bg_1-2 .crosswise_3p li:nth-child(2){ margin-left: 380px;}

.bg_1-2 .hightlight{ margin: 0 auto 20px; background: url("../images/bg_blue.jpg"); padding: 20px 0; border-radius: 20px; border: 3px solid #fff; box-shadow: 6px 6px #fff; }
.bg_1-2 .hightlight h4{ background: #f08d00;}

@media screen and ( max-width: 991px ){
	.bg_1 .slick-dotted.slick-slider { margin-bottom: 0vw;}
	.bg_1-2{ margin: 3vw auto 0vw; background:none; padding: 5vw 0 0vw;}
	.bg_1-2 .titleD{ position: absolute; top: 0vw; left: 50%; transform: translateX(-50%); width: 98vw; }
	.bg_1-2 .titleD p{ padding: 3vw 10vw;}
	.bg_1-2 .crosswise_3p { margin: 8vw auto 1vw;}
	.bg_1-2 .crosswise_3p li:nth-child(2){ margin-left: 0px;}
	.bg_1-2 .hightlight{ width: 98vw; margin: 0 auto 2vw; padding: 3vw 0; border-radius: 10px; border: 2px solid #fff; box-shadow: 4px 4px #fff;}
}


/*--讓遊玩旅途充滿小確幸--*/
.bg_2{}

.bg_2 .box-2{ width: 1160px; margin: 0 auto ; display: flex; flex-wrap: wrap; padding-top: 20px; }
.bg_2 .box-2 ul { width: 580px; display: flex;  }
.box-2 ul.quotes li { width: 580px; padding: 30px; background: url("../images/bg_blue.jpg"); border-radius: 20px; border: 3px solid #fff; box-shadow: 6px 6px #fff; }
.box-2 ul.quotes li a { display: flex; }
.box-2 ul.quotes .font {  margin: 0 auto; padding: 0 6px 0 26px; color: #fff;}
.box-2 ul.quotes .font h4 {  font-size: 1.6rem; text-align: left; line-height: 2rem; font-weight: bold; color: #ffca3a;}
.box-2 ul.quotes .font p {   font-weight: 500; padding: 0 10px; font-size: 1.2rem;}
.box-2 ul.quotes .font .price {  margin: 10px ;color: #fff;font-size: 1.1rem;}
.box-2 ul.quotes .font .price big {  color: #ffca3a;}
.box-2 ul.quotes img {  object-fit: contain; height: 340px;max-width: 240px;}

.bg_2 .quotes .font h4:after {  content:''; height: 32px;background:  url("../images/quote-left.svg") center center no-repeat; background-size: 100%; display:block; margin: 1rem 0;}
.bg_2 .quotes .font:after { content:''; height: 32px;background:  url("../images/quote-right.svg") center center no-repeat; background-size: 100%;display:block; margin: 1rem 0;}

.box-2 ul.quotes{ margin: 0;}
.box-2 ul.hightlight{ padding: 0 18px; margin: 0; border: none; background: none;}
.box-2 ul.hightlight h4{ background: #f08d00;}
.box-2 ul.hightlight .font{ text-align: center;}
.box-2 ul.hightlight .font big{}

.bg_2-1 .banner{ margin-top: 20px;}

.bg_2 .round_3p{ margin-bottom: 20px;}
.bg_2 .round_3p .font h4{font-weight: 600;}

@media screen and ( max-width: 991px ){
	.bg_2 .box-2{ width: 98vw; margin: 0 auto; padding-top: 3vw;}
	.bg_2 .box-2 ul { width: 96vw; margin: 0 auto;}
	.box-2 ul.quotes li { width: 100%; padding: 5vw; border: 2px solid #fff; box-shadow: 4px 4px #fff; }
	.box-2 ul.quotes .font h4 {  text-align: center; }
	.bg_2 .box-2 ul.quotes li a {  display: flex;flex-wrap: wrap; justify-content: center;}
	.bg_2 .box-2 ul.quotes img { width: 60vw; height: 60vw; margin: 0;}
	.bg_2 .box-2 ul.quotes .font {padding: 1vw;}
	
	.box-2 ul.hightlight{ padding: 2vw 0;}
	
	.bg_2-1 .banner{ margin: 3vw auto;}
	
	.bg_2 .round_3p{ margin: 8vw auto 5vw;}
}


/*--本月限定．品牌快閃優惠--*/
.bg_3{}
.bg_3 .hightlight{ margin-bottom: 20px;}
.bg_3 .half ul{ background: url("../images/bg_yellow.jpg"); border-radius: 20px; border: 3px solid #384c80; box-shadow: 6px 6px #384c80;}
.bg_3 .hightlight h4{ background: url("../images/bg_darkblue.jpg");}


@media screen and ( max-width: 991px ){
	.bg_3 .hightlight{ width: 98vw; margin: 0 auto;}
	.bg_3 .hightlight ul{ margin: 0 auto 2vw;}
	.bg_3 .half ul{ border-radius: 10px; border: 2px solid #384c80; box-shadow: 4px 4px #384c80; margin-bottom: 3vw;}
	
}


/*--跟著陽光一起享受戶外的美好--*/
.bg_4{}

.alternate ul:nth-child(even) {
    margin: -102px auto -205px;
    align-items: flex-end;
}

.alternate ul:nth-child(odd) li:first-child {
    width: 536px;
    background:transparent;
    height: 680px;
    margin-top: 0;
    padding-top: 0;
}

.alternate ul:nth-child(even) li:last-child {
    width: 536px;
    background: url("../images/bg_blue.jpg");
    height: 280px;
    border-radius: 0 0 100px;
    position: relative;
    left: 277px;
    top: -186px;
	border: 3px solid #fff;
	box-shadow: 6px 6px #fff; 
}
.alternate ul:nth-child(odd) li:first-child img{
    /*width: 100%;*/
    width: 536px;
    height: 680px;
    /*height: auto;*/
    border-radius: 300px 300px 0 0;
	object-fit: cover;
	object-position: right bottom ;
}

.bg_4 .alternate .font h4{ color:#384c80; font-weight: 600; }

.bg_4 .crosswise_3p{ margin-bottom: 20px; padding: 20px 0; background: url("../images/bg_yellow.jpg"); border-radius: 20px; border: 3px solid #384c80; box-shadow: 6px 6px #384c80;}


@media screen and ( max-width: 991px ){
	.alternate ul:nth-child(even) li:last-child {
        width: 94vw;
        height: auto;
        border-radius: 0 0 50px;
    }
    .alternate ul:nth-child(odd) li:first-child {
        /*background: url("../images/star_1m.png")top center no-repeat;*/
        width: 94vw !important;
        height: auto;
        /*padding: 65vw;*/
    }
    .alternate ul:nth-child(odd) li:first-child img{
        width:88vw !important;
        height: auto;
        margin: 0 auto;
    }

    .alternate ul:nth-child(even) li:last-child {
        width:94vw;
        position: relative;
        left: 0vw;
        top: 26vw;
        margin: 0 0 80vw 0;
		border: 2px solid #fff;
	    box-shadow: 4px 4px #fff; 
    }
	
	.bg_4 .crosswise_3p{ width: 98vw; margin: 0 auto 2vw; padding: 3vw 0; border-radius: 10px; border: 2px solid #384c80; box-shadow: 4px 4px #384c80;}
	.bg_4 .banner{ margin-bottom: 3vw;}

}


/*--說走就走！享受初夏陽光--*/
.bg_5{}
.bg_5 .round_3p{ margin-bottom: 20px;}
.bg_5 .round_3p .font h4{font-weight: 600;}

@media screen and ( max-width: 991px ){
	.bg_5 .round_3p{ margin: 8vw auto 5vw;}
}




/*館別連結*/
.btn ul{ display: flex; justify-content: center;flex-wrap: wrap; margin-bottom: 40px;}
.btn ul li { width: 600px; /*height: 100px;*/  background: url("../images/bg_darkblue.jpg"); margin-top: 20px; text-align: center; padding: 1vw 0; border: 3px solid #fff; box-shadow: 5px 5px #fff; border-radius: 20px; }
.btn ul li a {text-align: center; color: #ffca3a; line-height: 100px; font-size: 48px; display: flex; align-items: center; justify-content: center; font-family:DFT_BB; }
.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;  border: 2px solid #fff; box-shadow: 2px 2px #fff; border-radius: 10px; }
	.btn ul li a { padding: 2vw; font-size: 2.8rem; line-height: 1.8; }
	.btn .arrow{ margin-left: 0.3rem; margin-top: 0.3rem;  width: 4rem; }
}







/* -- 右側選單 -- */
/* -- sidemanu for pc -- */
.side-menu2{
	position: fixed;
	width: 130px;
	top:10%;
	right:1%;
	padding:5px;
	border-radius:2px;
	border: 1px solid #fff;
	box-sizing: border-box;
	/*box-shadow: 0 10px rgba(255, 255, 255, 0.8);*/
	background: none;
	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:#ffea00;
	opacity:0.95; 
	color: #285976;
	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 li:nth-child(odd){ height: 60px; background: url("../images/bg_peach.jpg"); border-bottom: 1px dotted #fff;}
.side-menu2 nav li:nth-child(even){ height: 60px; background: url("../images/bg_orange.jpg"); border-bottom: 1px dotted #fff;}

.side-menu2 nav a{
	font-weight: bolder;
	display: block;
	padding: 10px 4px;
	color: #fff;
	text-decoration: none;
	position: relative;
	font-size:18px;	
	font-weight: 600;
	line-height: 40px;
}
.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;}
.side-menu2 nav ul.area1 li:nth-last-child(1){ border-bottom:none;}
	@media screen and ( max-width:991px ){
		.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-weight: 600;
    color: #fff;
    background: url("../images/bg_darkblue.jpg");
	height: 60px;
	line-height: 40px;

}

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


/* -- 版頭TopMenu -- */
/*navigation bar for pc*/
/* Style the TopMenu */
#TopMenu {
	/*overflow: hidden;*/
	display: none;
	max-width:100%;
	height:60px;
	z-index:999;
	margin:0 auto;
	background: #4e351f;
  }
  	
  .nav_content{ width:1200px; margin:0 auto;}
  /* Navbar links */
  #TopMenu a {
	float: left;
	display: block;
	text-align: center;
	text-decoration: none;
	width:16.2%;
	margin:0 2.5px;
	font-size:24px;
	color:#fff;
	border-right: 1px solid #ffffff;
	height:60px;
	line-height:60px;
	letter-spacing: 1px;
	font-weight: 600;
  } 
  #TopMenu .row_06 a{border-right: none;}
  #TopMenu span{ color:#000000;}

  /*#TopMenu a:hover{ transform: scale(.95)}*/


/*for mobile*/

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

#TopMenu { display: block; width: 100%; height: auto;}	
#TopMenu ul.nav_content{margin:0;width:100%;display:flex; flex-wrap: wrap; list-style: none;background: #AF4B7D;z-index:1000;border-top:none; }
#TopMenu ul li{border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;padding: 1vw; width:33.3333%;box-sizing:border-box;text-align:center;font-size:14px;}
#TopMenu ul li:nth-child(4), #TopMenu ul li:nth-child(5), #TopMenu ul li:nth-child(6), #TopMenu ul li:nth-child(7){ width:25%; }

#TopMenu ul li:nth-child(odd){ background: url("../images/bg_peach.jpg"); }
#TopMenu ul li:nth-child(even){ background:url("../images/bg_orange.jpg");;}

#TopMenu ul li a{ width:100%; margin:0 auto; font-size:14px; border-right: none; height:auto; line-height:1.2; letter-spacing: 0;}
#TopMenu ul li:nth-child(3), #TopMenu ul li:nth-child(7){border-right:none;}
}








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