@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: 3em;
}

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

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

.post th{
	width: 8%;
	padding: 0.5em;
}

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

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



.maru {
 height:30px;
 width:30px;
 border-radius:50%;
 line-height:30px;
 text-align:center;
	background:#f7931e;
	font-size: 18px;
	color: #fff;
	font-family: "Zen Maru Gothic", sans-serif;
}


@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 th{
	width: 10%;
	padding: 1em;
	}
	
.maru {
 height:50px;
 width:50px;
	line-height:50px;
	font-size: 26px;
}	
	
	
	
	
}




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

p.akari{
	margin-bottom: 20px;
	text-align: center;
	
}
p.akari img{
	width: 70px;
}

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



.doc{
	width: 90%;
	max-width: 800px;
	margin: 40px auto 30px;
}




.doc01{
	display:block;
	text-align: center;
	width:auto;
	width: 90%;
	margin: 0 auto 20px;
	padding: 6px 30px;
	border-radius: 50px;
	background-color: #f7931e;
	color: #fff;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	font-family: "Kiwi Maru", serif;
	font-family: "Zen Maru Gothic", sans-serif;
	border:2px solid #f7931e;
}



@media print, screen and (min-width: 768px){
	
	
	.doc{
		display: flex;
		justify-content: space-around;
		margin-bottom: 80px;
	}
	
	
		.doc01{
		font-size: 24px;
		width: 40%;
	}
	
}





/* コンテンツC： 概要（画像＋テキスト） */
.conC {
	background-color: #f9f4f2;
	padding-top: 30px;
	padding-bottom: 10px;
	position: relative;
	background:#f9f4f2;
	padding-top: 50px;
}

.conC .container{
	margin-bottom: 50px;
}


.conC .text {
	padding:0 20px;
}

.conC .text2 {
	padding:0 20px;
}


.conC p {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.8;
	opacity: 0.8;
}


.conC .photo {
	min-height: 200px;
	text-align: center;
}

.conC h3{
	color: #534741;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 0.5em;
	letter-spacing: 0.1em;
	font-weight: 600;
	font-size: 18px;
}


h3:before{
content: '';	
background-image: url("../img/circle.png");
	background-size: contain;
position:relative;
right:6px;
	top:8px;
	width: 26px;
	height: 26px;
	display: inline-block;
}	







@media (min-width: 768px) {
	
	.conC{
		padding-top: 80px;
		padding-bottom: 10px;
	}

	
	.conC .container {
		display: flex;
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 80px;
	}

	.conC .photo {
		width: 60%;
	}
	
	.conC h3{
		font-size:30px;
	}
	
	
h3:before{

	top:6px;
	width: 34px;
	height: 34px;
}	
	
	
	.conC p{
		font-size: 16px;
	}

	.conC .text {
		width: 40%;
		padding:0 50px;
	}
	
	.conC .text2 {
		width: 80%;
		padding:0 50px;
	}	
	
}


