@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;
	background:#f9f4f2;
}


.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 {
	
	margin-bottom: 3em;
}

.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;
}

.post h3{
	margin-bottom: 1em;
	color:#534741;
	font-size: 16px;
	text-align: center;
}

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

	
	.post p{
		text-align: center;
	}
	
	
	.post h3{
		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: 80px;
}	
	
}


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



.movie {
	width: 96%;
  max-width: 400px;
margin: 0 auto 50px;
  /*aspect-ratio: 16 / 9;*/
}
.movie iframe {
  width: 100%;
  height:auto;
	/*aspect-ratio: 16 / 9;*/
	margin-bottom: 30px;
}

.movie figure {
  width: 100%;
  height: 100%;
}





.movie2 {
	width: 96%;
  max-width: 700px;
margin: 0 auto 50px;
  /*aspect-ratio: 16 / 9;*/
}
.movie2 iframe {
  width: 100%;
  height:auto;
	/*aspect-ratio: 16 / 9;*/
	margin-bottom: 30px;
}

.movie2 figure {
  width: 100%;
  height: 100%;
}



.story{
	max-width: 800px;
	margin: 0 auto 20px;
	text-align: left;
	padding: 1em 2em;
	box-sizing: border-box;
}

.story p{
	text-align: left;
	margin-bottom: 10px;
}


@media print, screen and (min-width: 768px){

	
}


.story .wp-block-audio audio {
    min-width: 200px;
    width: 100%;
}