@charset "utf-8";
/* CSS Document */

body{
	font-family: 'Roboto', sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Sans TC', sans-serif;
	background-color: #33cc99;  
	
	
}

.enjoy{
	max-width: 350px;
	
}

.container{
	max-width:1000px;
	margin:0 auto;
}




header{
</*	background-color: #75B8A2;  */>
	padding:20px;
}
header .container{
	display:flex;
	justify-content:space-between;
}
header .container{
	padding: 20px 20px;
}
header .logo{
	font-weight:700;
	}
header p{
	line-height: 120%;
	font-size: 30px;
}
header .icon{
	display: none;
}
header a{
	color:#FFF;
	text-decoration: none;
}
footer nav a{
	margin:10px 10px;
	color: #FFF;
}
footer nav a:hover{
	color:#FF0;
}

main{}
#banner{
	height: 800px;
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
#banner h1{
	color:rgba(255,255,255,.7);
	font-size: 32px;
	font-family: 'Niconne', cursive;
}

#news{
	background-color: #33cc99;
}

#news .container{
	display:flex;
	flex-wrap: wrap;
	padding:20px 0;
}
#news .item{
	width:33.33%; 
	padding:20px 10px;
}
#news .item h1{
	font-size: 20px;
	color:#069;
	font-weight:700;
}
#news .item img{
	margin:10px 0;
}
#news .item p{
	color:#001A99;
	font-size: 20px;
	line-height: 150%;
}
#faq{
	background-color: #33cc99;
	text-align: center;
	padding:50px 0;
}
#faq h1{
	font-size:24px;
	font-weight: 700;
	margin-bottom: 20px;
}
#faq h2{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
#faq li{
	border-top:dashed 1px #CCC;
	padding:25px 20px;
}
#faq li.open{
	background-color: #FFF;
	box-shadow: 0 10px 20px rgba(0,0,0,.2);
}
#faq li.open .q{
	color:#069;
	font-weight: 700;
}

#faq H1 {
	color: #f40a0a;
	font-weight: 300;
	font-size: 2em;
}

#faq H2 {
	color: #F10883;
	font-weight: 300;
	font-size: 1em;
	
}


#faq .q{
	cursor:pointer;
	font-weight: 500;
	font-size: 1.8em;
}
#faq .q:hover{
	color:#069;
	font-weight: 700;
}

#faq .a{
	color:#999;
	font-weight: 500;
	font-size: 1.8em;
	line-height: 150%;
	margin-top: 10px;
}

 circle in red #F00  
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #F00;
}

footer{
	background-color: #33cc99;
	color:#CCC;
	text-align: center;
	padding:20px;
}

























@media (max-width:540px){
	.container{
		width:100%;
	}

	header{
		text-align: center;
	}
	header .container{
		flex-wrap: wrap;
	}
	header .logo{
		font-size: 32px;
	}
	header .icon{
		display: block;
	}
	header .icon img{
		height: 32px;
	}
	header .icon .close{
		display: none;
	}
	header nav{
		margin-top:15px;
		width: 100%;
		display: none;
	}
	header nav a{
		display: block;
		border-top:solid 1px #FFF;
		padding:15px 0;
		margin: 0;
	}

	#banner{
		height: 550px;
	}
	
	#news .container{
		padding:0;
	}
	#news .item{
		width:100%;
		padding:40px 20px;
		border-bottom: dashed 1px #DDD;
	}

}




























