@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.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: 640px ){
		.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; }

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

/*font*/
.topnav ul li p, .titleC h2{font-family: 'Noto Serif TC', serif;font-weight: 600;}

/*title*/
.titleC {
    width: 600px;
    border-radius: 25px;
    background: #c4a65a;
    margin:0 auto;
}
.titleC h2 {
    position: relative;
    padding: 10px;
    color: #2c334e;
    letter-spacing: 1px;
    background:url("../images/tbg.png") center no-repeat;
    width: 900px;
}

/*bg*/
.sbg{padding-top: 10px;}
/*.section4, .section7{padding-top: 0px;background:url("../images/bg-y.jpg") top center repeat;}*/

.sectionA{background:url("../images/bgbg2.png") bottom center no-repeat;padding-bottom: 10px;}
.sectionB{background:url("../images/bgbg.png") bottom center no-repeat;padding-bottom: 10px;}
.section9{background:url("../images/bgbg4.png") bottom center no-repeat;padding-bottom: 10px;}

.section1 {background:url("../images/bg1.png") top center no-repeat;height: 1800px;}
.section2{background:url("../images/bg5.png") top center no-repeat;height: 1330px;}
.section3{background:url("../images/bg2.png") top center no-repeat;height: 840px;}
.section7 {background:url("../images/bg3.png") top center no-repeat;height: 1450px;}

.section4, .section8{background:url("../images/bgb.jpg") top center repeat;padding-bottom: 10px;}


.section5 .alternate, .section6 .alternate  {
    width: 1160px;
    margin: 0 auto 40px;
    border: 4px solid #c4a65a;
    padding-top: 50px;
}
.section5 .titleC, .section6 .titleC{
	margin: 0 auto -30px auto;
}

.alternate ul:nth-child(even){margin: -102px auto 25px;}

.circle img { object-fit: contain;}

/* m */
@media screen and ( max-width: 640px ){
	.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; }

	/**/
	.section5 .alternate, .section6 .alternate{width: 100%;border:none;margin:0 auto;}
	.box{display: none;}

	/*title*/
	.topbg .title p, .titleC h2{background: url(../images/tbg_m.png) center no-repeat !important;}

	/*bg*/
	.sbg{height: auto;}
	.section1, .section4, .section7{background:url("../images/bg.jpg") top center repeat;}
	.section2, .section5, .section8{background:url("../images/bg_.jpg") top center repeat;}
	.section3, .section6, .section9{background:url("../images/bgb.jpg") top center repeat;}
	.section3, .section5, .section6{padding-bottom: 10px;}
	.sectionA, .sectionB{background:none;padding: 0;}
	.section4, .section8{padding-bottom: 0;}
}


/* 導覽選單 */
.topbg {padding-top: 20px;}
.topnav{width: 1160px; margin:0 auto;  border: 2px solid #c4a65a;padding: 20px; margin-bottom: 50px;padding-top: 30px;}
.topnav ul{    width: 49%;;display: flex; justify-content: space-around;flex-direction: column;}
    
.topnav ul li{ margin: 0;padding: 10px; width: 250px; margin: 0 auto;}
.topnav ul li p{font-size: 22px;color:#2c334e;letter-spacing: 1px; text-align: center; line-height:30px;font-weight: 800;}
.topnav ul li:hover {background:#2c334e;}
.topnav ul li:hover p{color: #c4a65a ;border:none;}
p.lineP{line-height:60px !important;}
	@media screen and ( max-width: 640px ){
		.topnav{width: 90%; margin:0 auto;padding-bottom: 7px;}
		.topnav ul{flex-wrap: wrap;justify-content: center;
		    width: 49%;
		    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;
}

ul.left {
    float: left;
    border-right: 1px dotted #987b3c;
}

.box {
    width: 1160px;
    margin: 0 auto;
    position: relative;
}

img.c1 {
    width: 200px;
    position: absolute;
    right: -30px;
    top: 130px;
}

img.c2 {
    width: 200px;
    position: absolute;
    left: -55px;
    top: 20px;
}
/*--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: 640px ){
	#gotop {bottom: 2vw;right: 0;margin: 2vw;	}
	}

.rightmenu {
    position: fixed;
    width: 120px;
    height: auto;
    background: #30394a;
    z-index: 11;
    opacity: 0.95;
    color: #c4a65a;
    top: 15%;
    right: 0;
    line-height: 28px;
    text-align: center;
    border-radius: 10px 0 0 10px;
    padding: 18px 8px 10px 8px;
    font-weight: 500;
    font-family: 'WindSong', cursive;
}

.rightmenu p {
    font-size: 30px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

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

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