@charset "utf-8";

/*===========================================================
	カルーセル
===========================================================*/

#carousel {
	width: auto;
	height: auto;
	background-image: url(../images/index/bg_carousel.jpg);
	margin-bottom: 48px;
}

#carousel_wrapper {
	width: auto;
	height: auto;
	max-width: 1000px;
	max-height: 500px;
	position: relative;
	margin: 0px auto;
	overflow: hidden;
}

#carousel_wrapper .inner a {
	display: block;
}

#carousel_wrapper .inner img {
	width: 100%;
	height: auto;
}

/*===========================================================
	メインコンテンツ
===========================================================*/

#main h2 {
	width: auto;
	max-width: 940px;
	height: 60px;
	background: url(../images/index/h2_01.png) 18px center no-repeat;
	background-size: 142px 39px;
	background-color: #FFF;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	margin-bottom: 18px;
}

#main h2 span {
	text-indent: 0;
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -19px;
}

#main .box1 {
	width: auto;
	max-width: 973px;
	margin-bottom: 40px;
}

#main .box1 img {
	width: 100%;
	height: auto;
	max-width: 973px;
}

#main .box1 div.text{
	text-align: center;
	padding: 20px;
	background: #FFF;
	border-radius: 10px;
	margin-top: 20px;
}

#main .box1 div.text span{
	font-size: 1.5em;
	line-height: 2em;
	color: #06C;
	font-weight: bold;
}

#main .box2 {
	width: auto;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0px 10px;
	position: relative;
	text-align:center;
}

#main .box2 img {
	width: 100%;
	height: auto;
	max-width: 220px;
	
	
}

#main .box2 a:hover {
	opacity:0.80;
	-moz-opacity:0.80;
	filter: alpha(opacity=80);
}

#main .box2_1, #main .box2_2, #main .box2_3, #main .box2_4 {
margin: 10px 5px;
	max-width: 220px;
	float: left;
}

#main .box3 {
	width: auto;
	padding: 35px 0px;
	margin-top: 40px;
	text-align: center;
	background-color: #FFF;
}

@media screen and (max-width:999px) {
	
	/*===========================================================
		メインコンテンツ
	===========================================================*/
	
	#main .box3 img.img1 {
		width: 62%;
		height: auto;
	}
	
	#main .box3 img.img2 {
		width: 32%;
		height: auto;
	}
	
}

@media screen and (max-width:767px) {
	
	/*===========================================================
		カルーセル
	===========================================================*/
	
	#carousel {
		margin-bottom: 20px;
	}
	
	/*===========================================================
		メインコンテンツ
	===========================================================*/
	
	#main h2 span {
		display: none;
	}
	
	#main .box1 {
		margin-bottom: 20px;
	}
	
	#main .box1 img.img1 { display: none; }
	#main .box1 img.img2 { display: block; }
	
	#main .box1 div.text{
		padding: 10px;
		margin: 20px;
	}
	
	#main .box1 div.text span{
		font-size: 1.2em;
		line-height: 1.2em;
	}
	
	#main .box2_1, #main .box2_2, #main .box2_3, #main .box2_4 {
		width: auto;
		float: none;
		margin: 0px auto;
	}
	
	#main .box2_1, #main .box2_2 , #main .box2_3{
		margin-bottom: 15px;
	}
	
	#main .box3 {
		padding: 15px;
		margin-top: 20px;
	}
	
	#main .box3 img.img1 {
		display: none;
	}
	
	#main .box3 img.img2 {
		width: 100%;
		max-width: 335px;
	}
		
}