@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/bgw.jpg") top center repeat;
	font-family:'Noto Serif TC', "微軟正黑體","Microsoft JhengHei",Helvetica,Verdana, Arial, sans-serif;
}

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

/*---*/
.circle img, .hightlight img, .hightlight_5p img, .circle_5p img { object-fit: contain;}
.alternate ul:nth-child(even){margin: -102px auto 25px;}
.recommend_2p, .triple, .various, .hightlight_5p, .toptitle, .brand, .broadwise, .crosswise_3p, .hightlight{margin-bottom: 0px;}
.banner {padding: 0;margin:0 auto;}

.hightlight li { border-radius: 15px;}
.hightlight img {border-radius: 15px 15px 0 0;}

/*color*/
.half ul{background:#fff;}
.hightlight .font h4, .alternate ul:nth-child(odd) li:first-child, .alternate ul:nth-child(even) li:last-child{background:#2c334e;}
.alternate ul:nth-child(odd) li:first-child .font h4, .alternate ul:nth-child(even) li:last-child .font h4, .alternate ul:nth-child(odd) li:first-child .font .price big, .alternate ul:nth-child(even) li:last-child .font .price big{color: #c4a65a}

/*title*/
.titleC {
    border-radius: 25px;
    margin:0 auto;
}
.titleC h2 {
    position: relative;
    padding: 10px;
    color: #5a56a0;
    letter-spacing: 1px;
    background:url("../images/t1.png") center no-repeat;
    font-family:'Noto Serif TC', "微軟正黑體","Microsoft JhengHei",Helvetica,Verdana, Arial, sans-serif;
    z-index: 11;
    width: 1200px;
}

.section3 .titleC h2, .section5 .titleC h2, .section6 .titleC h2, .section8 .titleC h2 { background:url("../images/t2.png") center no-repeat;}


/*bg*/
.sbg{padding-top: 10px;}
.section1{margin-top:0px !important;}

.sbg  {
    background: url(../images/bgww.png) top center repeat;
    width: 1200px;
    margin: 20px auto;
    padding-bottom: 30px;
    border-radius: 50px;
        border: 4px double #f7e392;
}

.recommend {
    background: url(../images/bgO.jpg)top center repeat;
    border-radius: 20px;
    padding: 70px 0 30px 0;
    margin: -50px auto 0 auto;
    width: 1060px;
}

.half ul{background: url(../images/bgO.jpg)top center repeat;}

.sectionA{background: url(../images/bgA.png)top center no-repeat;}

/**/
img.reimg {
    position: absolute;
    top: 250px;
    right: 0;
}

/* ------------------------------ mobile ------------------------------*/

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

    /*witch auto*/
    h2, .sbg, .titlec {width: auto;}

    .titleC h2{width: 300px;background:url("../images/t1_m.png") center no-repeat;}
    .section3 .titleC h2, .section5 .titleC h2, .section6 .titleC h2, .section8 .titleC h2 { background:url("../images/t2_m.png") center no-repeat;}

    .recommend{width: 90vw;}
    img.reimg{display: none;}

    .section1 {
        margin-top: 0px !important;
    }

 }

/* ------------------------------ menu ------------------------------*/

/* 導覽選單 */
.topbg {padding-top: 20px;}
.topnav{width: 1160px; margin:0 auto;  padding: 20px; margin-bottom: 20px;padding-top: 30px;}
.topnav ul{     width: 100%;
    display: flex;
    flex-direction: row;
}
    
.topnav ul li{ margin: 0;padding: 10px; width: 250px; margin: 3px;    border-radius: 10px;;background: url(../images/bgO.jpg)top center repeat;text-align: center;}
.topnav ul li a{font-size: 22px;color: #32305e;letter-spacing: 1px; text-align: center; line-height:30px;font-weight: 800;font-family:'Noto Serif TC', "微軟正黑體","Microsoft JhengHei",Helvetica,Verdana, Arial, sans-serif;}
.topnav ul li:hover {}
.topnav ul li:hover a{color: #5a56a0 ;border:none;}
p.lineP{line-height:60px !important;}
	@media screen and ( max-width: 991px ){
		.topnav{width: 90%; margin:0 auto;padding:0;}
		.topnav ul{flex-wrap: wrap;justify-content: center;
		    width: 100%;
		    margin: 0 ;
		}
		.topnav ul li, .topnav ul li:hover{
		    width: 120px;
		    padding: 3px;
		    margin: 0 auto 10px auto;
		}
		.topnav ul li p {
		    font-size: 14px;
		    text-align: center;
		    letter-spacing: 0px;
		    line-height: 20px;
		}
		p.lineP{line-height:40px !important;}
		.topbg .title p, .titleC, .topbg .title {width: 100% !important;}
		.topbg {margin-bottom: 20px;}

		.rightmenu{display: none;}
	}

.topbg .title p {
    text-align: center;
    width: 600px;
    background: url(../images/tbg.png) center no-repeat;
    color: #2c334e;
    padding: 20px 0;
    font-size: 60px;
    font-weight: 800;
    font-family: 'WindSong', cursive;
}

.topbg .title{
	width: 600px;
    background: #c4a65a;
    margin:0 auto;
    border-radius: 25px;
    margin-bottom: -30px;
        display: flex;
    justify-content: center;
}

/*rightmenu*/
.rightmenu {
    position: fixed;
    width: 120px;
    height: auto;
    z-index: 11;
    opacity: 0.95;
    background: url(../images/bgO.jpg)top center repeat;
    top: 15%;
    right: -5px;
    text-align: center;
    border-radius: 10px 0 0 10px;
    padding: 18px 8px 10px 8px;
    font-weight: 500;
    border: 2px solid #ddd;
}


.rightmenu a:hover {
    color: #5a56a0 ;
    font-family:'Noto Serif TC', "微軟正黑體","Microsoft JhengHei",Helvetica,Verdana, Arial, sans-serif;
}

.rightmenu a {
line-height: 30px;
    font-size: 18px;
    color: #32305e;
    font-family:'Noto Serif TC', "微軟正黑體","Microsoft JhengHei",Helvetica,Verdana, Arial, sans-serif;
}


/*--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: #666;}
#gotop.show {opacity: 0.4;visibility: visible;}
	@media screen and ( max-width: 991px ){
	#gotop {bottom: 2vw;right: 0;margin: 2vw;	}
	}