@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;
	font-size: 100%;
	font: inherit;
}

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

/* ---reset.css--- */
html, body{	
	font-family:'Noto Serif TC', "微軟正黑體","Microsoft JhengHei",Helvetica,Verdana, Arial, sans-serif;
	-webkit-text-size-adjust:none;
}

html{
	
}
body{ 
	background:url("../images/bg.jpg") top center repeat;
/*	background: #fff5eb;*/
	
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	      line-height:1;
}

:focus { outline: 0; }

li{ list-style:none;} 
a { text-decoration:none;}


/* head and foot */
header{ width:100%; position:relative; z-index:999; background-color:#fef8e9; display:block; }
header .top{background:url("../images/header.jpg") top center no-repeat;}
.header_m{ display:none;}
	@media screen and ( max-width: 768px ){
		.eslite_footer{margin-bottom: 50px;}
		header .top{display:none;}
		.header_m{ width:100%; height:30px; position:relative; top:0; display:block; padding:5px 0; background-color:#fef8e9;}
		.header_m img{ width:120%; height:auto; display:block; }
		#tob{ width:50%; font-size:70%}
	}
footer{ width:100%; position:relative; z-index:990;/* background-color:#2b7f68;*/}




/* 滑鼠動態效果 */
.container li {  float:left;
	-webkit-transition-duration:.3s;
	        transition-duration:.3s;
	-webkit-transition-property:transform;
	        transition-property:transform;
	-webkit-transition-timing-function:ease-out;
	        transition-timing-function:ease-out}
.container li:active, .container li:focus, .container li:hover{
	-webkit-transform:translateY(-8px);
		    transform:translateY(-8px)}



/* PC */
.WRAPPER{ position:relative; width:100%; min-width:1200px; margin:0 auto; overflow:hidden;}
 	@media screen and ( max-width: 768px ){
		.WRAPPER{ min-width:100%;}
		
	}
.container { overflow: hidden; }
.topbox { position: relative; width: 1200px; margin: auto;}
.title01{ top: 89px; left: 278px; position: absolute; z-index: 5;}
.title02{ top: 386px; left: 278px; position: absolute; z-index: 5;}

.star1{width: 22px;height: 22px;border-radius: 50%;background: #dfc630;top: 214px; left: 335px; position: absolute; z-index: 5;animation: star 0.7s linear 0s infinite alternate;}
.star2{width: 16px;height: 16px;border-radius: 50%;background: #dfc630;top: 155px; left: 228px; position: absolute; z-index: 5;animation: star 0.7s linear 0s infinite alternate;}
.star3{width: 18px;height: 18px;border-radius: 50%;background: #dfc630;top: 219px; left: 698px; position: absolute; z-index: 5;animation: star 0.5s linear 0s infinite alternate;}
.star4{width: 14px;height: 14px;border-radius: 50%;background: #dfc630;top: 13px; left: 451px; position: absolute; z-index: 5;animation: star 1s linear 0s infinite alternate;}
.star5{width: 20px;height: 20px;border-radius: 50%;background: #dfc630;top: 330px; left: 1097px; position: absolute; z-index: 5;animation: star 1s linear 0s infinite alternate;}
.star{animation: show 5s linear 0s 1 ;}

.kv_pc {width: 100%;  position: relative; text-align:center; background:url("../images/kv.jpg") top center no-repeat;}
.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; }

	@keyframes star {
		0% {transform: scale(1);}
		50% {transform: scale(1.17);}
	}
	@keyframes show {
		0% {opacity: 0;}
		100% {opacity: 1;}
	}






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

}

/* bg */

.bg01 { background:url("../images/bg03.png") top center repeat;}
.bg02 { background:url("../images/bg03.jpg") top center repeat; padding: 0 0 30px;}
.bg03 { background:url("../images/bg01.jpg") top center repeat; padding: 0 0 30px;}
.bg04 { background:url("../images/bg02.jpg") top center no-repeat; }




/* Public Version 公版顏色設定 */
:root {
	--PV-font: #575757; /* 文字色-灰 */
	--PV-main: #96300f; /* 公版主色-橘紅 */
	--PV-price: #a62d33; /* 價格顏色-紅 */
}


 h2 {  padding:10px; font-weight: bold; font-size: 48px; line-height: 80px;  text-align: center; color:#74624e;background: url(../images/h2bg.png) top center no-repeat;
 }
 h2 p { font-size: 26px; letter-spacing: 5px; line-height: 36px; color:#412521;}
	@media screen and ( max-width: 768px ){
		h2 { padding:2.5% 0 0% 0;  font-size: 1.8rem; line-height: 2.5rem; background-size: 150%;}
		h2 p { font-size: 1rem; letter-spacing: 0; line-height: 1.5rem; }
	}



/* 動畫 */
@keyframes shake2 {
	0% { transform: rotate(3deg) translate(0px ,0px);}
	50% {transform: rotate(-3deg) translate(3px ,5px);}
	100% {transform: rotate(3deg) translate(-3px ,-5px);}
}

/* retro */
.retro{width: 1200px; margin:40px auto;min-width:1200px;padding: 0 31px; position: absolute;top: 550px;left: 0;right: 0;}
.retro h3 { font-weight: bold; font-size: 36px; line-height: 45px; color:#d76035; margin: 0 0 16px;padding: 0 50px;}
.retro p {font-weight: bold; font-size:22px; line-height: 30px; color:#9c8872; padding: 0 290px 0 50px; text-align:justify;}
.retro img {position: relative; top: -200px; }
	@media screen and ( max-width: 768px ){
		.retro{width: 100%; margin:auto;min-width:100%;position: relative;top: 0; padding: 0;}
		.retro h3 { font-size: 1.2rem; line-height: 1.5rem; padding: 0 8vw; margin: 0 0 2vw; }
		.retro p { font-size:0.9rem; line-height: 1.3rem;  padding: 0 8vw; }
		.retro img {top: 0; width: 100%; }
	}

/* 1-1 scenario */
.scenario{width: 1200px; margin:40px auto;min-width:1200px;}
.scenario ul{ overflow: hidden;}
.scenario ul li{ position: relative; width: 1200px; height: 420px;margin: 20px 0 0;}
.scenario ul li font { width: 700px; height: 380px; border: solid 8px #194f41; display: block; padding: 25px 50px; background: #fff9f3;}
.scenario ul li h3 { font-weight: bold; font-size: 36px; line-height: 40px; color:var(--PV-main); }
.scenario ul li font hr { margin: 20px 0;}
.scenario ul li p {font-weight: bold; font-size:18px; line-height: 30px; color:var(--PV-font); padding: 0 240px 0 0; text-align:justify;}
.scenario ul li hr { margin: 10px 0; border-bottom: 1px; }
.scenario ul li img { position: absolute; bottom: 0; right: 0;  width: 750px; height: 350px;}
	@media screen and ( max-width: 768px ){
		.scenario{width: 100%; margin:auto;min-width:100%;}
		.scenario ul{ }
		.scenario ul li{  width: 96vw; height: auto;margin: 2vw;}
		.scenario ul li a {  display: flex;flex-wrap: wrap;}
		.scenario ul li font { width: 96vw; height: auto;  padding: 6vw; order: 2;}
		.scenario ul li h3 { font-size: 1.5rem; line-height: 2rem;  }
		.scenario ul li font hr { margin: 6vw 0; display: block;}
		.scenario ul li p { font-size:1rem; line-height: 1.5rem;  padding: 0 ; }
		.scenario ul li hr {margin: 1vw  0; display: none;}
		.scenario ul li img { position: static; bottom: 0; right: 0;  width: 100%; height: auto; order: 1;}
	}


/* hightlight_4p */
.hightlight_4p { width: 1140px; margin: 0px auto 40px;  }
.hightlight_4p ul {  overflow: hidden; display: flex; justify-content: center; }
.hightlight_4p ul li { padding: 0px ; margin: 8px;  text-align: center; position: relative;  background-color: #fff;}
.hightlight_4p ul li img { display: block; width: 250px;height: 250px;object-fit: cover; margin: 0 auto;  }
.hightlight_4p h3 { padding: 5px 0 ;  line-height: 32px; font-size: 22px;  color:#ffffff; background: #cdb62a;font-weight: bold; display: none;}
.hightlight_4p p { font-weight: bold; font-size: 16px; line-height: 20px; color:var(--PV-font); margin: 6px 0 0;}
.hightlight_4p .sale { display: inline-block; line-height: 43px;   }
.hightlight_4p span {font-weight: bold; font-size: 22px; color:var(--PV-main); }
.hightlight_4p span small { font-size: 16px; }

.hightlight_4p .for_3p {padding: 0 0 30px;background: url(../images/bg01.jpg) bottom center no-repeat;}
.hightlight_4p .for_3p h3 {display: block;}
.hightlight_4p .for_3p li{width: 320px;margin: 8px 14px;}
.hightlight_4p .for_3p li img {width: 320px; height: 320px;}
.hightlight_4p .for_5p {}
.hightlight_4p .for_5p li{width: 220px;}
.hightlight_4p .for_5p li img {width: 220px; height: 220px;}
	@media screen and ( max-width: 768px ){		
		.hightlight_4p { width: 100%; min-width:100%; padding: 0 0 3vw; margin: 0;}
		.hightlight_4p ul { padding: 1vw; flex-wrap: wrap;  }
		.hightlight_4p ul li { padding: 0px ; margin: 1vw; width: 45vw;}
		.hightlight_4p ul li a {  }
		.hightlight_4p ul li img { width: 45vw;height: 45vw; margin: 0 auto;  }
		.hightlight_4p h3 { padding:0 ;  line-height: 1.8rem; font-size: 1rem; margin: 0 0 1vw;}
		.hightlight_4p p {  font-size: 0.8rem; line-height: 1rem; margin:0;}
		.hightlight_4p .sale {  line-height: 2rem;   }
		.hightlight_4p span { font-size: 1rem;  }
		.hightlight_4p span small { font-size: 0.7rem; }		
		
		.hightlight_4p .for_3p {background: none;padding: 0 0 5vw;}
		.hightlight_4p .for_3p li:first-child{width: 92vw;}
		.hightlight_4p .for_3p li:first-child img{float: left; width: 43vw; height: 43vw; margin: 0vw;}
		.hightlight_4p .for_3p li:first-child h3{display: grid;margin:10vw 0 3vw;line-height: 1.3rem;padding: 1vw;}
		.hightlight_4p .for_3p li:first-child p{display: grid;margin:0vw 3vw 0vw 0vw;}
		.hightlight_4p .for_3p li{width: 45vw;margin: 1vw;}
		.hightlight_4p .for_3p li img {width: 45vw; height: 45vw;}
	}

/* 4-11 viedo_4p */
.viedo_4p {width: 1200px; margin: auto; min-width:1200px;padding: 30px 38px 0px;}
.viedo_4p .viedo{ display: flex; padding: 0px 11px 0 11px; flex-wrap: wrap;}
.viedo_4p .viedo iframe { width:1200px; height:420px;}
.viedo_4p .viedo .viedo_font { padding: 20px 48px;  border-radius: 0 10px 10px 0;  }
.viedo_4p .viedo .viedo_font h2 { font-weight: bold; font-size: 36px; line-height: 45px;  text-align: left;color:#d76035 ; margin: 0 0 16px 0; padding: 0;}
.viedo_4p .viedo .viedo_font p { font-weight: bold; line-height: 30px;font-size: 22px;  color:#9c8872; }
.viedo_4p .viedo .viedo_font .more { width: 200px; height: 52px; background-color:#65698b; font-weight: bold; line-height: 52px;font-size: 22px;  color: #fff; text-align: center; margin: 20px 0;border-radius: 10px;padding: 6px 40px;}
.viedo_4p ul{  overflow: hidden;padding: 11px 0 0 0;  }
.viedo_4p ul li {  float: left;width: 266px; padding: 15px; margin: 15px 11px; background-color: #fff; text-align: center; border-radius: 10px; }
.viedo_4p ul li img { display: block;  margin: 0 auto 0 auto;width: 240px;height: 240px; object-fit: contain;}
.viedo_4p ul li h3 { padding: 0; margin: 0 0 10px 0; font-weight: bold; line-height: 40px; font-size: 24px;  color:#fff; background-color:var(--PV-main); }
.viedo_4p p { margin: 10px 0; font-weight: bold; font-size: 16px; line-height: 24px; color:var(--PV-font);  }
.viedo_4p .sale { display: inline-block; line-height: 43px;   }
.viedo_4p span {font-weight: bold; font-size: 30px;color:var(--PV-main);line-height: 50px;}
.viedo_4p span small { font-size: 16px;}
	@media screen and ( max-width: 768px ){
		.viedo_4p { width: 100%;min-width:100%;padding:0;}
		.viedo_4p .viedo{ display: block;padding: 2%;}
		.viedo_4p .viedo iframe { width:100%; height:50vw;}
		.viedo_4p .viedo .viedo_font { padding: 2vw 6vw; height:auto; width: 100%;text-align: center; border-radius: 0 0 10px 10px;}
		.viedo_4p .viedo .viedo_font h2 {  font-size: 1.2rem; line-height: 1.5rem;  margin: 0 0 2vw;text-align: left;}
		.viedo_4p .viedo .viedo_font p { line-height: 1.3rem;font-size: 0.9rem; text-align: left;}
		.viedo_4p .viedo .viedo_font .more { width: 50%; height: auto;padding: 0.8vw 10vw;line-height: 2rem;font-size: 1rem;  margin: 5% 0;}

		.viedo_4p ul{ padding: 0 1%; overflow: hidden;display: flex;  flex-wrap: wrap;}
		.viedo_4p ul li { width: 48%; padding: 2%; margin:1%; background-color: #fff; text-align: center; }
		.viedo_4p ul li img { display: block; margin: 0 auto 0 auto;width: 40vw;height: 40vw; object-fit: contain;}
		.viedo_4p ul li h3 { padding: 0; margin: 0 0 2% 0 ;  line-height: 2rem; font-size: 1rem;  color:#fff;}
		.viedo_4p p { margin: 2% 0; font-weight: bold; font-size: 1rem; line-height: 1.2rem; }
		.viedo_4p .sale {  display: inline-block; line-height: 2rem; }
		.viedo_4p span {font-size: 1.2rem;}
		.viedo_4p span small { font-size: 1rem;}
	}




/* AD */
.AD {width: 1200px; min-width: 1200px;}
.AD { margin: 0 auto 0px auto; padding: 0px 90px 40px; overflow: hidden;/*background:url("../images/bg_01.jpg")*/  }
.AD ul li { margin: 10px 6px;}
.AD ul li img { width: 494px; }
@media screen and ( max-width: 768px ){	
/* AD */
.AD { margin: 0; padding: 2%; overflow: hidden;background:none; padding-bottom:0px; width: 100%; min-width: 100%;}
.AD ul li {overflow: hidden; float: none; }
.AD ul li {width: 96%; margin: 2%; }
.AD ul li img {width: 100%; }
.AD ul li:nth-child(1) img, .AD ul li:nth-child(2) img, .AD ul li:nth-child(3) img, .AD ul li:nth-child(4) img, .AD ul li:nth-child(5) img ,.AD ul li:nth-child(6) img , .AD ul li:nth-child(7) img{ width: 100%; }
	
}










/*--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;
}
@media screen and ( max-width: 768px ){
#gotop {
  bottom: 2vw;
  right: 0;
  margin: 2vw;	
	}
  	
}

#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: #666;
}
#gotop.show {
  opacity: 0.4;
  visibility: visible;
}


