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

section{
	margin-bottom:40px;
}

/*画像ブロック*/
#main-image-aji {
	clear: left;
	text-indent: -9999px;
	position: fixed;	/*スクロールしても固定表示させる指定*/
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: url(../aji/images/main.jpg) no-repeat center top/cover;
}

#contents {
	height: auto;
	position: absolute;
	width: 100%;
	top:100%;
	margin:0 auto;
	background:#fff;
}

/*セカンドページタイトル
---------------------------------------------------------------------------*/
.title-secand-aji {
	background:url("../aji/images/main.jpg") no-repeat;
	background-size:cover;
	background-position:top center;
	padding: 20px 15% 20px 15%;					/*ボックス内の余白*/
	height:100%;
}


/*2カラム
	----------------------------------------*/

.kodawari-left01 {
	width: 48%;	/*幅*/
	float: left;	/*左に回り込み*/
	padding-right: 2%;	/*左に空ける余白*/
	/*margin-bottom: 40px;	/*下に空ける余白*/
}
/*footer内の右側のブロック指定*/
.kodawari-right01 {
	width: 48%;	/*幅*/
	float: right;	/*右に回り込み*/
	padding-left: 2%;	/*右に空ける余白*/
	/*margin-bottom: 40px;	/*下に空ける余白*/
}
	
/*画面幅1367px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1367px){

	
}


/*画面幅1025px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1025px){

p.aji-title img{
		zoom:.5;
	}


}




/*画面幅420px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:420px){
	
	
/*画像ブロック*/
#main-image-aji {
	clear: left;
	text-indent: -9999px;
	position: fixed;	/*スクロールしても固定表示させる指定*/
	top: 0px;
	width: 100%;
	height: 50%;
	z-index: -1;
	background: url(../aji/images/main.jpg) no-repeat center top/cover;
}

#contents {
	height: auto;
	position: absolute;
	width: 100%;
	/*bottom: 0px;	/*下からの配置指定*/
	/*right: 15%;		/*右からの配置指定*/
	top:50%;
	margin:0 auto;
	background:#fff;
}

	
/*2カラム
	----------------------------------------*/

.kodawari-left01 {
	width: 100%;	/*幅*/
	float: left;	/*左に回り込み*/
	padding-left: 0%;	/*左に空ける余白*/
	padding-bottom: 50px;	/*下に空ける余白*/
}
/*footer内の右側のブロック指定*/
.kodawari-right01 {
	width: 100%;	/*幅*/
	float: right;	/*右に回り込み*/
	padding-right: 0%;	/*右に空ける余白*/
	padding-bottom: 50px;	/*下に空ける余白*/
}
	

	
}