@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@700&display=swap');
/* 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-y fixed, url("../images/bgcolor.jpg") repeat fixed;
	scroll-behavior: smooth;
}
.footer{
	max-width: 1920px;
	margin: 0 auto;
	background: url("../images/bg.jpg");
}



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

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



.circle ul li, .circle ul li img{ border-radius: 20px;}


/* -----------------COMMON----------------- */


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

/* ---------BACKGROUND-------- */


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

/* -----------BLOCK----------- */

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

/* ------------FONT----------- */

.titleR h2 {
	font-family: Verdana,'Noto Serif TC','Microsoft JhengHei',sans-serif;
	font-weight: 800;
	color: #6f4a3e;
	background: url("../images/h2bg.png") top center no-repeat;
	padding: 30px 0;
}


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

	.titleR h2 {
		background-size: 98vw;
		padding: 5.5vw 0 4.5vw;
		margin: 5vw auto 3vw;
	}

}

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

	.titleR h2 {
		background-size: 120vw;
		padding: 5vw 0 4.5vw;
	}

}


/* -----------------COMMON----------------- */

.circle img{
	object-fit: contain;
}

.photograph .font{
	background: url("../images/color-b.jpg") repeat;
	color: #fff;
}

.photograph .font h4{
	color: rgb(255, 218, 95);
	border-bottom: #fff solid 1px;
}

/* ------------------bg01------------------ */

.bg01{
  margin: 10px auto 40px;
  background: url("../images/bgtop.png") bottom center no-repeat;
  padding: 10px 0 20px;
}

.bg01box{
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.btn01, .btn02{
    margin: auto 15px;
	transition-duration: 0.3s;
	transition-property: transform;
	transition-timing-function: ease-out;
}

.btn01:hover, .btn02:hover, .btn03:hover{
	transform: scale(0.98);
}

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

  .bg01box{
		justify-content: center;
    	flex-direction: column;
    	align-items: center;
	}

  .btn01, .btn02, .btn03{
    margin: 2vw auto;
  }

  .bg01 img{
    display: block;
    width: 50vw;
  }

}

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

  .bg01{
    margin: 1vw auto 0;
    padding:  0;
  }

  .bg01 img{
    width: 70vw;
  }

  .bg01box{
    margin: 5vw auto 0;
  }

}

/* ------------------版頭------------------ */


/* ------------------主視覺輪播------------------ */

.kv_pc .carousel{
	position: absolute;
	width: 560px;
	top: 20px;
	right: 45px;
}

.kv_pc .carousel img{
	margin: 0 auto;
	width: 100%;
}



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

	.kv_m .carousel{
		position: absolute;
		width: 60vw;
		top: 63vw;
		right: 2vw;
	}
	.owl-carousel .owl-item img{
		width: 60vw!important;
	}

}

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
















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