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

body,html,p,ul,ol,li,form,h1,h2,h3,h4,dd,dl,dt,iframe,span{
	margin:0;
	padding:0;
}

#kks a img{
	border:none;
	outline:none;
}

#kks a:focus {
  outline: none;
}

#kks ul,#kks ol {
	list-style:none;
}


#kks .clearFix {
    overflow: hidden;
}
#kks .clearFix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}
* html #kks .clearFix {
    height: 1em;
    overflow: visible;
}

#kks{
	color:#2d2d2d;
	background:#FFF;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

#kks .fl{
	float:left;
}

#kks .fr{
	float:right;
}

#kks img{
	max-width:none;
	width:auto;
	height:auto;
	vertical-align:top;
}


#kks .inner{
	width:100%;
	min-width:801px;
	max-width:1280px;
	margin:0 auto;
	overflow:visible;
	position:relative;
	box-sizing:border-box;
}

#kks .head_box{
	width:100%;
	box-sizing:border-box;
	background:#f2e5f7;
	position:relative;
}

#kks .head_box .inner{
	position:absolute;
	top:0;
	left:0;
	right:0;
}

#kks .head_box h1 img{
	width:100%;
	height:auto;
}

#kks .info_box{
	padding:75px 0 30px;
}


#kks .info_box p{
	font-size:21px;
	line-height:1.6;
	text-align:center;
	margin-bottom:30px;
}

#kks .co01{
	text-align:center;
	background:#f2e5f7;
}


#kks .co02{
	padding:50px 0 80px;
}

#kks .co02 .inner{
	min-width:1250px;
}


#kks .co02 .box{
	width:588px;
	padding:30px 18px 30px;
	border:1px solid #c97ae8;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom:40px;
}

#kks .co02 .box.lon{
	clear:both;
	float:none;
	width:100%;
	box-sizing:border-box;
	margin:0;
}

#kks .co02 .box.lon div{
	float:left;
}

#kks .co02 .box h2{
	font-size:21px;
	color:#c40fbe;
	line-height:1.4;
	margin-bottom:5px;
}

#kks .co02 .box li{
	font-size:18px;
	line-height:1.5;
	margin-bottom:5px;
}

#kks .co02 .box li:before{
	content:"●";
	color:#c40fbe;
}

#kks .co02 .box img{
	margin-top:35px;
}

#kks .co02 .box img.mt{
	margin-top:-30px;
}

#kks .co02 .box figcaption{
	font-size:12px;
	text-align:right;
}

#kks .co02 .box.lon figure{
	float:right;
}
#kks .co02 .box.lon img{
	margin:0;
}



#kks .co09{
	background:#e6d5ec;
	padding-bottom:90px;
	padding-top:75px;
}

#kks .co09 img.ar{
	display:block;
	margin:0 auto;
}

#kks .co09 h3{
	font-size:36px;
	line-height:1;
	color:#000;
	margin:10px 0 20px;
	text-align:center;
}

#kks .co09 p{
	font-size:14px;
	line-height:1.5;
	color:#636363;
}

#kks .co09 p.sub{
	font-size:18px;
	line-height:1.4;
	text-align:center;
	margin-bottom:25px;
}

#kks .co09 .co2{
	width:50%;
	text-align:center;
}

#kks .co09 .co2 img{
	margin-bottom:20px;
}

#kks .co09 .tel{
	font-size:28px;
	color:#000;
	font-family: 'DINCondensedW01-Normal', 'DINCondensedW10-Normal', 'DINCondensedW02-Normal', 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	margin-bottom:20px;
}

#kks .co09 .tel span{
	font-size:14px;
}

#kks .co09 .mail{
	font-size:22px;
	color:#000;
	margin-bottom:35px;
}

#kks .contact{
	width:100%;
	position:fixed;
	bottom:-90px;
	left:0;
	padding:20px 0;
	background:#FFF;
	-webkit-box-shadow: 0px -1px 13px 0px rgba(50, 50, 50, 0.42);
	-moz-box-shadow:    0px -1px 13px 0px rgba(50, 50, 50, 0.42);
	box-shadow:         0px -1px 13px 0px rgba(50, 50, 50, 0.42);
	z-index:999999;
}

#kks .contact .inner p{
	font-size:21px;
	line-height:1;
	display:inline-block;
	padding-top:10px;
	float:left;
}

#kks .contact .inner div{
	float:right;
}

#kks .contact .inner div img{
	margin-left:20px;
}

#kks .totop{
	position:fixed;
	right:40px;
	bottom:40px;
	display:none;
}


@media screen and (max-width: 800px) {
	
	#kks .fl{
		float:none;
	}
	
	#kks .fr{
		float:none;
	}
	
	
	#kks .inner{
		width:100%;
		min-width:inherit;
		padding:0 20px;
		box-sizing:border-box;
	}
	
	#kks .head_box{
		width:100%;
		height:auto;
	}
	
	#kks .head_box a img{
		width:15%;
		height:auto;
	}
			
	
	#kks .info_box{
		padding:50px 0 30px;
	}
	
	
	#kks .info_box p{
		font-size:18px;
		line-height:1.6;
		text-align:center;
		margin-bottom:20px;
	}
	
	#kks .co01 img{
		width:100%;
		height:auto;
	}
	
	
	#kks .co02{
		padding:50px 0;
	}
	
	#kks .co02 .inner{
		min-width:inherit;
	}
	
	#kks .co02 .box{
		width:100%;
		padding:30px 18px 30px;
		margin-bottom:30px;
		box-sizing:border-box;
	}
	
	#kks .co02 .box.lon div{
		float:none;
	}
	
	#kks .co02 .box h2{
		font-size:18px;
		color:#c40fbe;
		line-height:1.4;
		margin-bottom:5px;
	}
	
	#kks .co02 .box li{
		font-size:16px;
		line-height:1.5;
		margin-bottom:5px;
		text-indent:-1em;
		padding-left:1em;
	}
		
	#kks .co02 .box img{
		margin-top:20px;
		width:80%;
		height:auto;
		display:block;
		margin:0 auto;
	}
	
	#kks .co02 .box img.mt{
		margin-top:20px;
	}
	
	#kks .co02 .box figcaption{
		font-size:12px;
	}
	
	#kks .co02 .box.lon figure{
		float:none;
	}
	#kks .co02 .box.lon img{
		margin:0 auto;
	}

	#kks .co09{
		padding-top:40px;
		padding-bottom:30px;
	}
	
	#kks .co09 img.ar{
		display:block;
		margin:0 auto;
		width:30%;
		height:auto;
	}
	
	#kks .co09 h3{
		font-size:30px;
		margin:10px 0;
	}
	
	#kks .co09 p{
		font-size:14px;
		line-height:1.5;
		color:#636363;
	}
	
	#kks .co09 p.sub{
		font-size:16px;
		line-height:1.4;
		text-align:center;
		margin-bottom:25px;
	}
	
	#kks .co09 .co2{
		width:100%;
		text-align:center;
		margin-bottom:30px;
	}
	
	#kks .co09 .co2 img{
		margin-bottom:10px;
	}
	
	#kks .co09 .tel{
		font-size:22px;
		color:#000;
		font-family: 'DINCondensedW01-Normal', 'DINCondensedW10-Normal', 'DINCondensedW02-Normal', 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
		margin-bottom:10px;
	}
	
	#kks .co09 .tel span{
		font-size:14px;
	}
	
	#kks .co09 .mail{
		font-size:20px;
		color:#000;
		margin-bottom:10px;
	}
	
	#kks .contact{
		width:100%;
		bottom:-90px;
		text-align:center;
		padding:0;
	}
	
	#kks .contact .inner p{
		font-size:16px;
		line-height:1;
		display:block;
		padding-top:15px;
		margin-bottom:10px;
		float:none;
	}
	
	#kks .contact .inner div{
		float:none;
	}
	
	#kks .contact .inner div img{
		margin:0 10px;
		width:auto;
		height:30px;
	}
	


}

@media screen and (max-width: 650px) {
	
	#kks img{
		width:100%;
		height:auto;
		box-sizing:border-box;
	}
		
	#kks .head_box a img{
		width:20%;
		height:auto;
	}
			
	#kks .info_box{
		padding:20px 0;
	}
		
	#kks .info_box{
		padding:30px 0 10px;
	}
	
	
	#kks .info_box p{
		font-size:15px;
		line-height:1.6;
		text-align:center;
		margin-bottom:20px;
	}
		
	
	#kks .co02{
		padding:30px 0;
	}
	
	
	#kks .co02 .box{
		width:100%;
		padding:15px;
		margin-bottom:20px;
		box-sizing:border-box;
	}
		
	#kks .co02 .box h2{
		font-size:16px;
	}
	
	#kks .co02 .box li{
		font-size:14px;
		line-height:1.5;
	}
		
	#kks .co02 .box img{
		margin-top:20px;
		width:100%;
		height:auto;
		display:block;
		margin:0 auto;
	}
	
	#kks .co02 .box img.mt{
		margin-top:20px;
	}
	
	#kks .co02 .box figcaption{
		font-size:12px;
	}
	
	#kks .co02 .box.lon figure{
		float:none;
	}
	#kks .co02 .box.lon img{
		margin:0 auto;
	}
	
	
	#kks .co09{
		padding-top:20px;
		padding-bottom:30px;
	}
	
	#kks .co09 h3{
		font-size:18px;
		margin:10px 0;
	}
	
	#kks .co09 p{
		font-size:14px;
		line-height:1.5;
		color:#636363;
	}
	
	#kks .co09 p.sub{
		font-size:14px;
		line-height:1.4;
		text-align:center;
		margin-bottom:25px;
	}
	
	#kks .co09 .co2{
		text-align:center;
	}
	
	#kks .co09 .co2 img{
		margin-bottom:10px;
		width:50%;
		height:auto;
	}
	
	#kks .co09 .tel{
		font-size:20px;
		color:#000;
		font-family: 'DINCondensedW01-Normal', 'DINCondensedW10-Normal', 'DINCondensedW02-Normal', 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
		margin-bottom:10px;
	}
	
	#kks .co09 .tel span{
		font-size:14px;
	}
	
	#kks .co09 .mail{
		font-size:18px;
		color:#000;
		margin-bottom:10px;
	}
	
	#kks .contact{
		width:100%;
		bottom:-90px;
		text-align:center;
		padding:5px 0;
		box-sizing:border-box;
	}
	
	#kks .contact .inner p{
		font-size:10px;
		line-height:1;
		display:block;
		padding-top:0;
		margin-bottom:5px;
		float:none;
	}
	
	#kks .contact .inner div{
		float:none;
	}
	
	#kks .contact .inner div img{
		margin:0;
		width:100%;
		height:auto;
	}
	
	#kks .contact .inner div a{
		display:inline-block;
		width:50%;
		box-sizing:border-box;
		text-align:center;
	}
	
	
	#kks .contact .inner div img.tel{
		width:75%;
		height:auto;
	}

}


