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



/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/




/* PC */
@media screen and (min-width: 801px), print {
	


.para01 {
	position: absolute;
	top: 1500px;
	left: 50%;
	margin-left: 400px;
}
.para02 {
	position: absolute;
	top: 1100px;
	left: 50%;
	margin-left: -700px;
}
.para03 {
	position: absolute;
	top: 3500px;
	left: 50%;
	margin-left: 300px;
}
	
	
	


#message {
	position: relative;
	margin-top: -10px;
	z-index:1;
	background: url(../img/bg.jpg) no-repeat center;
	background-size: cover;
	padding: 160px 60px;
}
	#message dl {
		float:right;
		width: 510px;
		padding: 60px;
		background-color: rgba(255,255,255,0.8);
			
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
	}
	#message dl dt {
		font-size: 30px;
		font-weight: bold;
		letter-spacing: 0.2em;
		margin-bottom: 30px;
	}
	#message dl dd {
		line-height: 2.4;
	}
		#message dl dd .tit{
			text-align: right;
			font-size: 12px;
			line-height: 1.4;
		}
	#message .imgRight {
		width: 31px;
		position: absolute;
		top: 170px;
		right: 70px;
	}
	#message .imgLeft {
		width: 31px;
		position: absolute;
		bottom: 170px;
		right: 650px;
	}





#hoiku {
	text-align: centerl;
	padding: 120px 0;
}
	#hoiku ul li {
		float: left;
		margin-right: 34px;
	}
	#hoiku ul li.last {
		margin-right: 0px;
	}


#about {
	position: relative;
	z-index:1;
	background: url(../img/mainimage.jpg) no-repeat center;
	background-size: cover;
	margin-bottom: 120px;
}
	#about dl {
		width: 40%;
		padding: 120px 0px 120px 120px;
	}
	#about dl dt {
		font-size: 30px;
		font-weight: bold;
		letter-spacing: 0.2em;
		margin-bottom: 30px;
	}
	#about dl dd {
		line-height: 2.4;
	}
		#about dl dd .tit{
			text-align: right;
			font-size: 12px;
			line-height: 1.4;
		}

#overview {
	margin-bottom: 120px;
}
	#overview table {
		width: 100%;
		border-collapse: collapse;
		background: #FFF;
		font-size: 116%;
	}
	#overview table th {
		text-align: left;
		vertical-align: top;
		color: #d680b9;
		border-bottom: solid 1px #e4e4e4;
		padding: 30px 0;
	}

	#overview table td {
		text-align: left;
		vertical-align: top;
		border-bottom: solid 1px #e4e4e4;
		padding: 30px 0;
	}


	#overview table tr.last th,
	#overview table tr.last td {
		border-bottom: none;
	}


}






/* SP */
@media only screen and (max-width: 800px) {

#about {
	position: relative;
	margin-top: -10px;
	z-index:1;
	background: url(../img/mainimage.jpg) no-repeat right -60px;
	background-size: 160%;
	padding: 95% 5% 5% 5%;
}
	#about dl {
	}
	#about dl dt {
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 5%;
		text-align: center;
	}
	#about dl dd {
	}
		#about dl dd .tit{
			text-align: right;
			font-size: 12px;
			line-height: 1.4;
		}


#message {
	position: relative;
	margin-top: -10px;
	z-index:1;
	background: url(../img/bg.jpg) no-repeat left -150px;
	background-size: 200%;
	padding: 70% 5% 5% 5%;
}
	#message dl {
		padding: 5%;
		background-color: rgba(255,255,255,0.8);
			
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
	}
	#message dl dt {
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 5%;
		text-align: center;
	}
	#message dl dd {
	}
		#message dl dd .tit{
			text-align: right;
			font-size: 12px;
			line-height: 1.4;
		}
	#message .imgRight {
		display: none;
		position: absolute;
		top: 130px;
		right: 30px;
	}
	#message .imgLeft {
		display: none;
		position: absolute;
		bottom: 130px;
		right: 610px;
	}





#hoiku {
	text-align: centerl;
	padding: 5% 0;
}
	#hoiku ul li {
		float: left;
		width: 48%;
		margin: 0% 1%;
	}
	#hoiku ul li img {
		width: 100%;
		height: auto;
	}
	#hoiku ul li.last {
		float: none;
		margin: 0 auto;
	}




#overview {
	margin-bottom: 5%;
}
	#overview table {
		width: 100%;
		border-collapse: collapse;
		background: #FFF;
	}
	#overview table th {
		width: 100%;
		display: block;
		text-align: left;
		vertical-align: top;
		color: #d680b9;
		padding-top: 2%;
	}

	#overview table td {
		width: 100%;
		display: block;
		text-align: left;
		vertical-align: top;
		border-bottom: solid 1px #e4e4e4;
		padding-bottom: 2%;
	}


	#overview table tr.last th,
	#overview table tr.last td {
		border-bottom: none;
	}

	

}



