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



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





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


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

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

.bg01{
	background: url("../images/bg_b_line.png") bottom center no-repeat, url("../images/bg_b.jpg") top center repeat;
}

.bg02{
	background: url("../images/bgline_left.png") bottom left no-repeat;
	margin: 30px auto 0;
}

.bg03{
	background: url("../images/bgline_right.png") bottom right no-repeat;
}

.bg04{
	background: url("../images/bgline_left.png") top left no-repeat, url("../images/bgline_right.png") bottom right no-repeat;
}

.bg05{
	background: url("../images/bgline_p.png") center no-repeat, url("../images/bg_p.jpg") top center repeat;
	padding: 30px 0 0;
}


.bg02 .hightlight ul, .bg03 .hightlight ul{
	background: url("../images/halfcard.jpg");
	box-shadow: 0 0 15px #3d3d3d5b;
}

@media screen and ( max-width: 991px ){
	.bg01{
		padding: 5vw 0 0 0;
	}
}

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

.toptitle{
	margin: 40px auto 0;
	padding: 0 0 40px 0;
}

.alternate ul:nth-child(odd) li:first-child{
	background: url("../images/menu.jpg");
}

.alternate ul:nth-child(even) li:last-child{
	background: url("../images/menu.jpg");
}

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

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

h2, h3, #navbar a{
	font-family: 'Noto Serif TC' ,serif;
    font-weight: 900;
}

.bg01 .titleR h2{
	background: url("../images/h2bg01.png") top center no-repeat;
	color: #d6cfd5;
	padding: 23px 0;
}
.bg02 .titleR, .bg03 .titleR, .bg04 .titleR, .bg05 .titleR{
	background: url("../images/h2bg02.png") top center no-repeat;
	padding: 15px 0 42px;
}
.titleR h2{
	color: #302327;
}

.titleR h3{
	color: #d5cace;
	margin: 0 auto 22px;
}

.scene .font h4{
	background: url("../images/menu.jpg");
}

.hightlight .font h4{
	background: url("../images/menu.jpg");
}

.bg04 .toptitle .font h4{
	background: url("../images/menu.jpg");
}


@media screen and ( max-width: 991px ){
	.bg01 .titleR h2{
		background-size: 60vw;
		padding: 3.6vw 0 4vw;
	}
	.bg02 .titleR, .bg03 .titleR, .bg04 .titleR, .bg05 .titleR{
		background-size: 60vw;
		padding: 2vw 0 3vw;
	}

	.titleR h3{
		margin: 0 auto 4vw;
	}
}

@media screen and ( max-width: 640px ){
	.bg01 .titleR h2{
		background-size: 90vw;
		padding: 4vw 0 3vw;
	}
	.bg02 .titleR, .bg03 .titleR, .bg04 .titleR, .bg05 .titleR{
		background-size: 95vw;
		padding: 1.2vw 0 3vw;
	}

	.titleR h3{
		margin: 0 auto 3vw;
	}
}


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



/* ------------------bg05------------------ */

/* ----- swiper ----- */
.swiper-container {
    width: 380px;
    z-index: 80;
    padding: 0 0px;
    height: 350px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.swiper-wrapper {
    z-index: 80;
}
.swiper-slide img {
    width: 100%;
}
.swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0px;
}

@media screen and (max-width: 991px) {
    .swiper-container {
        width: 84vw;
        z-index: 90;
        padding: 0 0vw;
        background: url(../images/m/layout-m_09.jpg) top center no-repeat;
        background-size: 100%;
        height: 84vw;
    }
    .swiper-wrapper {
        width: 100%;
    }
    .swiper-slide {
        width: 100%;
        text-align: center;
    }
    .swiper-slide img {
        width: 100%;
        max-height: 100%;
        margin: 0 auto;
    }
}
/* ----- swiper ----- */


.recommend{
    background: url("../images/recommend.jpg") top center repeat;
	box-shadow: 0 0 15px #3d3d3d5b;
	border-radius: 0;
}

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



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


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





/*navigation bar for pc*/
/* Style the navbar */
#navbar {
	overflow: hidden;
	background: url("../images/menu.jpg") repeat;
	/*max-width:1920px;*/
	   width:100%; min-width:1200px; 
	height:55px;
	z-index:90;
  }
  	@media screen and ( max-width: 991px ) {
		#navbar{ display:none;} 
		.sticky + .content { padding-top:0px !important;}
	}

  .nav_content{ width:1200px; margin:0 auto;}
  
  /* Navbar links */
  #navbar a {
	float: left;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	width:300px;
	font-size:24px;
	font-weight: bold;
    line-height: 55px;
  }
  
  #navbar a::before{
	  content: url("../images/dot.png");
	  margin: 0 10px 0 0;
  }

  /* Page content */
  .content {
	padding: 0px;
  }
  
  /* The sticky class is added to the navbar with JS when it reaches its scroll position */
  .sticky {
	position: fixed;
	top: 0;
	width: 100%;
  }
  
  /* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
  .sticky + .content {
	padding-top: 90px;
  }


/*for mobile*/
menu{display:none;}
	@media screen and ( max-width: 991px ){
		menu{ display:block;}
	}
menu ul{
	position:fixed;
	bottom:0;
	left:0;
	margin:0;
	width:100%;
	display:flex;
	list-style: none;
	background: #333;
	z-index:90;
	padding:2px 0;
	border-top:none;
}
menu ul li{
	border-right:1px solid #fff;
	padding:4px;
	width:33.33333%;
	box-sizing:border-box;
	text-align:center;
	font-size:13px;
	letter-spacing: -1px;
}
menu ul li a{
		font-size:13px;
}
menu ul li:nth-last-child(1){
	border-right:none;
}
menu a{
	color:#fff;
	text-decoration:none;

}















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