@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{
	scroll-behavior: smooth;	
	background:url("../images/bg.jpg") 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; background: url("../images/leaf_bg.png") top center repeat-y;}
.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 ){
	.container{ background: none;}
	.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; }
}


/*--  安全字  --*/
.notice{width: 100%;margin: 0 auto;text-align: center;padding: 20px 0 20px;font-size: 0.9rem;line-height: 1.2rem;font-weight: 500;color: #000;}

@font-face {
  font-family:DFT_KN5;
  src: url("../font/DFT_KN5.ttc") ;
}

/*--  版面微調  --*/

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

/*--  共通設定  --*/
h2,h3{font-family: DFT_KN5;}
h2{ color: #fff;}
.titleR01{ background: url("../images/title_bg01.png") top center no-repeat; padding: 63px 0 25px;}
.titleR02{ background: url("../images/title_bg02.png") top center no-repeat; padding: 55px 0 35px;}
.half ul{ background: url("../images/color_y.jpg"); border: #000 solid 2px;}
.hightlight .font h4{ background: #000;}
@media screen and ( max-width: 991px ){
	.titleR01{ padding: 7vw 0 4vw;}
	.titleR02{ padding: 6vw 0 5vw;}
}
@media screen and ( max-width: 640px ){
	.titleR01{ background: url("../images/title_bg01_m.png") top center no-repeat; background-size: 98vw; padding: 10vw 0 7vw;}
	.titleR02{ background: url("../images/title_bg02_m.png") top center no-repeat; background-size: 98vw; padding: 10vw 0 7vw;}
}

/*--  0.攻略   --*/
.block_0>ul {
	width: 1200px;
	margin: 0px auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
@media screen and ( max-width: 991px ){
		.block_0>ul {
			width: 96%;
			margin: 2vw auto 0;
			padding: 0 1vw;
		}
	
		.block_0>ul li img {
			width: 47vw;
			margin: 0 -3vw;
		}	
}

/*--永久改動--*/


/*for mobile*/
menu{display:none;}
@media screen and ( max-width: 991px ){
		menu{ display:block;}
	}
menu ul{
	top:0;
	left:0;
	margin:0;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	list-style: none;
	background:#5b3500;
	z-index:999;
	padding:2px 0;
	border-top:none;
}
menu ul li{
	border-right:.75px solid  #fff;
	padding:5px 0 6px;
	width:25%;
	box-sizing:border-box;
	text-align:center;
	letter-spacing:1px;
}
menu ul li a{
	color: #fff;
	font-size:.88rem;
	line-height:1.3rem;
}
menu ul li:nth-child(4) {border-right:none;}
menu ul li a:hover{
	color:  #ffcf00;
}


/*--  錨點微調--*/
.target-fix {position: relative;top: 0px;display: block;height: 0;overflow: hidden;}
@media screen and ( max-width: 991px ) {
.target-fix {top:-50px;}
	}
/*--  錨點微調--*/

/* 08 */
.keywordC .round_5p img{ border: 5px solid #000;}
.keywordC .round_5p .font{ background: #000;}

/* ------------------  前往ＯＯＯ館的按鈕 ------------------ */
.btn_box ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 800px;
  margin: auto;
}

.btn_box ul li{
	margin: 20px auto;
}
@media screen and ( max-width: 640px ) {

	.btn_box ul li {
		margin: 0;
	}

	.btn_box ul li img{
	padding: 1vw 5vw;
	width: 80vw;
	}
}

/* .btn-go {
  width: 300px;
  border-radius: 40px;
  margin: 10px auto;
  transition: all 0.3s;
  background: #003e80;
  box-shadow: 0 2px 12px #2672b8;
} */
/* .btn-go a h3 {
  color: #fff;
  font-size: 2rem;
  padding: 15px 10px;
} */
.btn-go:hover {
  transform: scale(0.98);
}


 /*--goto top--*/          
 #gotop {display: inline-block;background-color: #000; 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 {position: absolute;display: block;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: 85% 35%;}         
 #gotop:hover {cursor: pointer;background-color: #666;}          
 #gotop:active {background-color: #ccc;}          
 #gotop.show {opacity: 0.4;visibility: visible;}          
 @media screen and ( max-width: 991px ){          
 #gotop {bottom: 70px;right: 0;margin: 2vw;}
 }         
 /* share url */          
 #share{display: inline-block;background-color: #000;opacity:0.4;width: 40px;height: 40px;text-align: center;border-radius: 100%;position: fixed;bottom: 50px;right: 0px;transition: background-color .3s, opacity .5s, visibility .5s;z-index: 1000;margin: 30px;}
 #share::after{position: absolute;display: block;font-family: FontAwesome;content: '　';font-weight: normal;font-style: normal;font-size: 2em; line-height: 50px;color: #fff;opacity: 0.5;background: url("../images/share.png") center no-repeat;background-size: 50%;background-position: 80% 35%;}
 #share:hover{cursor: pointer;background-color: #666;}
 #share:active{background-color: #666;}
 @media screen and ( max-width: 991px ){
 #share{bottom:115px;right: 0;margin: 2vw;}
 }                    
 @media screen and ( max-width: 991px ){          
 html{padding-bottom: 80px;}          
 } 