@charset "utf-8";
@import url("slick.css");
@import url("slick-theme.css");

/***** #top01 *****/
/*
#top01 {
	padding-top: 20px;
}

.keyVisual {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	z-index: 1;
	position: relative;
}

.keyImage {
	z-index: 10;
}

.keyCopy {
	width: 506px;
	height: auto;
	position: absolute;
	z-index: 1;
	top: 13%;
	right: 30px;
}

.top01Txt {
	width: 100%;
	max-width: 1000px;
	margin: -200px auto 0;
	padding: 80px 60px;
	background: rgba(255,255,255,0.8);
	z-index: 100 !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: relative;
	border: 1px solid #ccc;
}

.top01Txt h3 {
	margin-bottom: 40px;
	line-height: 300%;
	font-size: 1.4rem;
	z-index: 100;
}

.top01Txt p {
	margin-bottom: 40px;
	line-height: 300%;
	font-size: 1rem;
	z-index: 100;
}

.top01Txt p:nth-last-of-type(1) {
	margin-bottom: 0;
}



@media screen and (max-width:1600px) {
}
@media screen and (max-width:1400px) {

		.keyCopy {
			width: 400px;
		}

}
@media screen and (max-width:1200px) {

		.keyCopy {
			width: 350px;
		}

}
@media screen and (max-width:1100px) {

		.top01Txt p {
			line-height: 200%;
			font-size: 0.85rem;
		}

}
@media screen and (max-width: 900px) {

		.top01Txt h3 {
			font-size: 1.2rem;
			line-height: 160%;
		}
	
}
@media screen and (max-width: 800px) {

		.keyCopy {
			width: 250px;
		}

		.top01Txt {
			margin: 0 auto 0;
			padding: 40px 30px;
		}

		.top01Txt p {
			margin-bottom: 20px;
		}

		.top01Txt h3 {
			margin-bottom: 20px;
			font-size: 1rem;
		}
		
}
@media screen and (max-width: 640px) {

	.keyCopy {
		display: none;
	}

}
@media screen and (max-width: 480px) {
}
*/


/***** メイン画像（TOP） *****/

.headImgTop {
	width: 90%;
	height: auto;
	margin: 10px auto 60px;
	position: relative;
}

.headImgTop img {
	width: 100%;
	margin: 0 auto;	
}



/***** #top02 *****/

#top02 {
	padding-bottom: 40px;
	background: #FFFEEE;
}


@media screen and (max-width:1600px) {
}
@media screen and (max-width:1400px) {
}
@media screen and (max-width:1200px) {
}
@media screen and (max-width:1100px) {
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 800px) {

	.headImgTop {
		width: 100%;
		margin: 20px auto 0;
	}
	
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 480px) {
}


/***** #top03 *****/

.top03Bloc {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.top03Bloc h3 {
	margin-bottom: 40px;
	font-size: 1.2rem;
	position: relative;
}

.top03Bloc h3:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100px;
	height: 1px;
	background: #7D0022;
}

.top03Bloc h4 {
	margin-bottom: 30px;
	font-size: 1.4rem;
}

.top03Bloc p {
	margin-bottom: 60px;
	line-height: 200%;
	font-size: 1rem;
	z-index: 100;
}

.top03Bloc p:nth-last-of-type(1) {
	margin-bottom: 0;
}


@media screen and (max-width:1600px) {
}
@media screen and (max-width:1400px) {

		.top03Bloc {
			max-width: 800px;
		}

}
@media screen and (max-width:1200px) {

		.top03Bloc {
			max-width: 700px;
		}

}
@media screen and (max-width:1100px) {

		.top03Bloc {
			max-width: 800px;
		}

}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 800px) {
	
.top03Bloc h3 {
	font-size: 1rem;
}

.top03Bloc h4 {
	margin-bottom: 20px;
	font-size: 1.2rem;
}

.top03Bloc p {
	font-size: 0.85rem;
}
	
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 480px) {
}



/***** #top04 *****/

#top04 {
	padding: 0;
}

#top04 ul:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

#top04 ul li {
	width: 25%;
	margin: 0 auto;
	float: left;
	position: relative;
	overflow: hidden;
}

#top04 ul li img {
	width: 100%;
	height: auto;
	position: relative;
}


@media screen and (max-width: 640px) {

		#top04 ul li {
			width: 50%;
		}

}



/***** #top05 *****/

#top05 dl {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	line-height: 160%;
	font-size: 1rem;
}

#top05 dl:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

#top05 dl dt {
	width: 20%;
	padding: 15px 0;
	clear: left;
	float: left;
	text-align: left;
	font-weight: bold;
	font-size: 1rem;
}

#top05 dl dd {
	padding: 15px 0 15px 20%;
	border-bottom: 1px dotted #fff;
	font-size: 1rem;
}

#top05 dl dd:nth-last-of-type(1) {
	border-bottom: none;
}


@media screen and (max-width:1400px) {

		#top05 dl {
			max-width: 800px;
		}

}
@media screen and (max-width:1200px) {

		#top05 dl {
			max-width: 700px;
		}

}
@media screen and (max-width:1100px) {

		#top05 dl {
			max-width: 800px;
		}

}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 800px) {

		#top05 dl dt {
			width: 100%;
			margin: 0 0 10px;
			padding: 0;
			float: none;
			clear: both;
			font-size: 0.85rem;
		}

		#top05 dl dd {
			width: 100%;
			margin: 0 0 15px;
			padding: 0 0 15px;
			font-size: 0.85rem;
		}

}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 480px) {
}
