@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: 30px;
	padding-bottom: 0px;
}


.post .container {
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 1em 0px;
	background: #fff;
	border-radius: 20px;
	position: relative;
	box-sizing: border-box;
}


.post p {
	text-align: center;
	margin-bottom: 2em;
}

.post img {
	max-width: 100%;
}

.post table{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	border-collapse: collapse;
}

.post th{
	width: 10%;
	padding: 1em;
}

.post th.line, .post td.line{
	border-bottom: 2px dashed #f9d4a2;
}

.post td{
	line-height: 2;
	padding: 1em;
}



@media print, screen and (min-width: 768px){
	
	
	.post{
		padding-top: 50px;
		padding-bottom: 0px;
	}	

	
	.post .container{
		padding-top: 30px;
		padding-bottom: 0px;
	}
	
	
	.post table{
		font-size: 18px;
	}

	
}





.title{
	font-family: "Kiwi Maru", serif;
	font-family: "Zen Maru Gothic", sans-serif;
	text-align: center;
	color: #534741;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 20px;
}

.akari{
	display: block;
	margin: 0 auto 20px;
	margin-bottom: 20px;
	text-align: center;
	
}
.akari{
	width: 70px;
}

@media print, screen and (min-width: 768px){
	.title{
	font-size: 32px;
		margin-bottom: 16px;
		font-weight: 500
	
}
	
.akari{
	margin-bottom: 40px;
}
	
.akari{
	width: auto;
}	
	
	
	}





.box01{
	margin-bottom: 50px;
}

@media print, screen and (min-width: 768px){
.box01{
	margin-bottom: 100px;
}	
	
}


.wp-block-gallery{
	max-width: 900px;
	margin: 0 auto;
}


.support-box{
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
	text-align: left;
	padding:2em 2em;
	box-sizing: border-box;
	box-shadow: 0px 0px 3px #333;
}

.support-box h3{
	text-align: center;
	margin-bottom: 1em;
}

.support-box p{
	text-align: left;
}


@media print, screen and (min-width: 768px){
	
.support-box h3{
	font-size: 20px;
}	
	
}

.post p.aisatsu{
	text-align: left;
	max-width: 800px;
	margin: 0 auto 3em;
}
