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



/* コンテンツA： ヒーローイメージ */
.conA {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image:url("../img/main_back.gif");
	background-position: center;
	background-size: cover;
	color: #fff;
	color: var(--text-bright-color);
	text-align: center;
	padding: 0 10px;
	padding-top: 30px;
	position: relative;
}


.conA .container{
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	
	
}



.conA h1 {
	margin-top: 0;
	margin-bottom: 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	letter-spacing: 0.1em;
	margin-left: 0.2em;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #534741;
}


.conA p{
	color: #f7931e;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 600;
}


.tree03{
	position: absolute;
	left: 0;
	top:20%;
	width: 110px;
}

.tree04{
	position: absolute;
	right: 20px;
	bottom:0px;
	width: 80px;
}



@media (min-width: 768px) {
	
	
	.conA{
		padding-top: 100px;
	}
	
	
	.conA .container{
		height: 300px;
	}
	
	.conA h1 {
		font-size: 40px;
	}

	.conA p {
		font-size: 24px;
	}
	
	
.tree03{
	top:30%;
	width: auto;
}

.tree04{
	
	width: auto;
	
}
}



.post{
	
	padding-top:80px;
	margin-bottom: 50px;
}


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