@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,body{
	/*background:url("../images/bg.jpg") top center repeat;*/
	background: #a6202f;
	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; /*max-width:1200px; margin:0 auto; */}
.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: 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; }
}



/* bg */
.bg01 { background:url("../images/bg01.jpg") top center no-repeat;}
.bg02 { background:url("../images/bg02.jpg") top center no-repeat; }

.hightlight{margin: 0px auto 40px; padding-bottom: 20px; }

.titleB {margin: 0px auto 10px;}
.titleB h2 {padding: 25px 50px 25px 60px; color:#ffe7c6;} 
.titleB h2:before, .titleB h2:after{background-color:#ffe7c6;}
.titleB h2 br { display: none;}

.half ul {background: #ffe7c6; border-radius: 20px; }

.scene .font h4, .hightlight .font h4{background:#a6202f;}
.sceneh2{ margin:0 auto 20px auto; color:#a6202f; font-size: 2rem;}

.price02 {font-size: 1.2rem; font-weight: 500; color: var(--PV-font); display: block; padding-top: 1.2vw;}

.banner{background-color: #861824; border-radius: 20px; margin: 20px auto 35px; }

@media screen and ( max-width: 640px ){
	.bg01 { background:#6a353c; width: 98%; margin: 0 auto; border-radius:10px;}
    .bg02 { background:#6a353c; width: 98%; margin: 0 auto; border-radius:10px;}
	
	
	.hightlight {width: 100%; margin: 0vw auto;}
	
	.titleB {margin: 0vw auto;}
	.titleB h2 {letter-spacing:0.5vw; line-height:3rem; } 
	.titleB h2 br { display:block;}
	
	.half ul {width:100%; margin: 2vw 0vw; border-radius:0px;}
	
	.sceneh2{ padding:0 0 2vw 0; }
    
	.banner{background-color: #861824; border-radius: 0px; margin: 20px auto; }

}




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