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



/* コンテンツA： ヒーローイメージ */
.conA {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 500px;
	min-height: 400px;
	max-height: 800px;
	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;
}


.conA .container{
	/*height: 100vh;
	min-height: 450px;*/
	/*position: relative;*/
	width: 100%;
	height: 100%;
	max-width: 1400px;
	/*max-height: 400px;*/
	background-image: url("../img/main_sm.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	
	overflow: hidden;
	
}

.conA.compact {
	height: 450px;
	min-height: 0;
	background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(../img/img/balloon.jpg);
}

.conA h1 {
	margin-top: 0;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 15vw;
	letter-spacing: 0.1em;
	margin-left: 0.2em;
}



.conA a {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 30px;
	border: solid 3px currentColor;
	border-radius: 6px;
	background-color: #BF6A7A;
	background-color: var(--accent-color);
	color: #fff;
	color: var(--text-bright-color);
	font-size: 14px;
	text-decoration: none;
}

.conA a:hover	{
	background-image: linear-gradient(
		rgba(255,255,255,0.2),
		rgba(255,255,255,0.2)
	);
}


@media (min-width: 768px) {
	
	
	.conA{
		padding-top: 100px;
	}
	
	
	.conA .container{
		/*height: auto;
		overflow: hidden;*/
		background-image: url("../img/main.png");
	}
	
	.conA h1 {
		font-size: 115px;
	}

	.conA p {
		font-size: 24px;
	}
}


.mainA{
	position: absolute;
	top: 15%;
	left: 2%;
	width: 50%;
}

.mainB{
	position: absolute;
	top: 15%;
	right: 5%;
	width: 45%;
}

.mainC{
	position: absolute;
	top: 70%;
	left: 35%;
	width: 20%;
}

.mainD{
	position: absolute;
	top: 70%;
	right: 2%;
	width: 20%;
}


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

.mainA{
	top: 17%;
	left: 2%;
	width: 55%;
	/*top:50%;
	left: 5%;
	width: 100%;
	z-index: 10;*/
}

.mainB{
	top: 20%;
	right: 7%;
	width: 43%;
	/*top:50%;
	left: 5%;
	width: 100%;
	z-index: 10;*/
}
	
.mainC{
	top: 70%;
	left: 45%;
	width: 16%;
}
	
.mainD{
	top: 80%;
	right: 10%;
	width: 25%;
}	
}


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

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




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

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


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



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


.conC .photo {
	min-height: 200px;
	background-image:url("../img/toudai.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.tree01{
	position: absolute;
	left: 20px;
	bottom: 0;
	width: 50px;
}

.tree02{
	position: absolute;
	left: 80px;
	bottom: 0;
	width: 50px;
}

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

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

	.conC .photo {
		width: 55%;
	}
	
	
	.conC p{
		font-size: 16px;
	}

	.conC .text {
		width: 45%;
		padding: 50px;
	}
	
.tree01{
	position: absolute;
	left: 90px;
	bottom: 0;
	width: auto;
}

.tree02{
	position: absolute;
	left: 220px;
	bottom: 0;
	width: auto;
}	
	
	
	
	
}







/* コンテンツページ: 記事 */


.post{
	background: #d1e2ba;
	padding-top: 30px;
	padding-bottom: 30px;
}


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


.post p {
	
	margin-bottom: 3em;
}

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

.book{
	text-align: center;
	margin-bottom: 30px;
}


.book-c01{
	position: absolute;
	top:2%;
	left: 2%;
	width: 60px;
}

.book-c02{
	position: absolute;
	bottom: 10%;
	left: 5%;
	width: 60px;
}

.book-c03{
	position: absolute;
	top:40%;
	right: 10%;
	width: 60px;
}

.book-c04{
	position: absolute;
	bottom: 0%;
	right: 2%;
	width: 60px;
}

.line-g{

 background-image : linear-gradient(to right, #c3de9d 6px, transparent 6px);
 background-size: 20px 6px;
 background-repeat: repeat-x;
 background-position: left bottom;
    height: 10px;
    width: 80%;
	margin: 0 auto 30px;
}

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

	
	.post .container{
		padding-top: 30px;
		padding-bottom: 50px;
	}
	
	.post p{
		text-align: center;
	}
	
	.book{
		margin-bottom: 50px;
	}
	
	
.line-g{
	margin-bottom:50px;
}
	
	
	
.book-c01{
	top:10%;
	left: 10%;
	width: auto;
}

.book-c02{
	bottom: 30%;
	left: 10%;
	width: auto;
}

.book-c03{
	top:17%;
	right: 10%;
	width: auto;
}

.book-c04{
	bottom: 20%;
	right: 10%;
	width: auto;
}
}



/* コンテンツB： 概要（アイコン＋テキスト） */


.conB{
	padding-top: 30px;
	padding-bottom: 0px;
}

.conB .container {
	padding-top: 20px;
	padding-bottom: 20px;
}

.conB .text {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	/*text-align: center;*/
	margin-bottom: 20px;
}




.conB .text h2{
	font-weight: normal;
	font-size: 16px;
	
}

.conB a {
	color: #5D9AB2;
	color: var(--main-color);
	text-decoration: none;
	font-family: "Kiwi Maru", serif;
}

.conB a:hover	{
	text-decoration: underline;
}

.conB img{
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: top center;
	margin-bottom: 12px;
}

@media (min-width: 768px) {
	
	.conB{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	
.conB .text:first-child{
	border-right: 2px dashed #f9d4a2;
}
	
	
/*.conB .text:nth-child(2){
	border-right: 2px dashed #f9d4a2;
}	*/
	
	
	.conB .container {
		display: flex;
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}


	.conB .text	{
		flex: 1;
	}
	
.conB .text h2{
	font-size: 32px;
}	
	
	
}



.text h2{
	color:#534741;
font-family: "Zen Maru Gothic", sans-serif;
}


.conB h3{
	font-weight: normal;
	font-size: 15px;
}


.conB .ichiran{
	margin-bottom: 30px;
}

.conB .naiyou{
	margin-bottom: 1em;
	color: #333;
}

@media print, screen and (min-width: 768px){
	
	
	.conB .text{
		padding: 10px 50px 30px;
	}

	.conB .naiyou{
		display: flex;
		align-items: center;
	}
	
	.conB .date{
		margin-right: 1em;
	}
	
	.conB .ichiran{
		margin-bottom: 50px;
	}
	
	.conB h3{
	font-weight: normal;
	font-size: 16px;
}
	}




a.btn-i {
	display:block;
	text-align: center;
	width: 80%;
	margin: 0 auto 20px;
	padding: 6px 10px;
	color: #333;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	font-family: "Kiwi Maru", serif;
	font-size: 16px;
	font-weight: 500;
	border-bottom:2px solid #f7931e;
	
}

a.btn-i:hover{
	opacity: 0.8;
	text-decoration: none;
}

@media print, screen and (min-width: 768px){
a.btn-i {
	width:auto;
	max-width: 14em;
	font-size: 16px;
}
}




a.btn-a {
	display:block;
	text-align: center;
	width: 80%;
	margin: 0 auto 20px;
	padding: 6px 10px;
	color: #333;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	font-family: "Kiwi Maru", serif;
	font-size: 16px;
	font-weight: 500;
	border-bottom:2px solid #A2CD7F;
	
}

a.btn-a:hover{
	opacity: 0.8;
	text-decoration: none;
}

@media print, screen and (min-width: 768px){
a.btn-a {
	width:auto;
	max-width: 14em;
	font-size: 16px;
}
}





