@charset "UTF-8";
/* CSS Document */
/* top.css */


/* Top Slide
------------------------------------------------------------------------------*/
.top_slide_wrap {
	width:100%;
	max-width:2000px;
	margin:0px auto;
	overflow:hidden;
}
.top_slide {
	width:400%;
	max-width:10000px;
}
.top_slide li {
	width:25%;
	max-width:2000px;
	float:left;
}
.top_slide img {
	width:100%;
	height:auto;
}

/* Top Menu
------------------------------------------------------------------------------*/
.top_menu {
	width:100%;
	max-width:1200px;
	margin:2.5% auto 0px;
}
.top_menu li {
	float:left;
	width:31.5%;
	height:auto;
	margin:0px 0px 2.5%;
}
.top_menu li:first-child {
	margin-right:2.5%;
}
.top_menu li:last-child {
	float:right;
}
.top_menu li img {
	width:100%;
	height:auto;
}
@media all and (max-width: 837px) {
	.top_menu {
		margin:5% auto 0px;
	}
	.top_menu li {
		float:none;
		width:90%;
		max-width:540px;
		margin:0px auto 5%;
	}
	.top_menu li:first-child {
		margin-right:auto;
	}
	.top_menu li:last-child {
		float:none;
	}
}

/* Top Contents
------------------------------------------------------------------------------*/
.top_contents {
	width:100%;
	background-color:#eee;
	padding:30px 0px;
}
.top_contents .top_info {
	border:solid 1px #666;
	padding:20px;
	width:100%;
	max-width:1200px;
	margin:0px auto 30px;
}
.top_contents .top_info .info_img {
	width:30%;
	float:left;
}
.top_contents .top_info .info_img img {
	width:100%;
	height:auto;
}
.top_contents .top_info .info_text {
	width:67%;
	float:right;
}
.top_contents .top_info .info_text h2 {
	font-size:240%;
	margin:0px 0px 15px;
	font-weight:bold;
}
.top_contents .top_info .info_text p {
	font-size:150%;
	line-height:150%;
	margin:0px 0px 0.4em;
}
.top_contents .top_info .info_text p.end {
	font-size:165%;
	font-weight:bold;
}
.top_contents .btm_image {
	width:100%;
	max-width:1200px;
	margin:0px auto 20px;
}
.top_contents .btm_image img {
	width:100%;
	height:auto;
	margin:0px auto 20px;
}
.top_contents .btm_insta {
	width:100%;
	max-width:1200px;
	margin:0px auto;
	background-color:#000;
}
.top_contents .btm_insta .logo {
	width:24.7%;
	max-width:297px;
	max-height:249px;
	margin:0 1.2% -2px 0;
}
.top_contents .btm_insta .photo {
	width:17.9%;
	max-width:215px;
	margin:0 0 1.2%;
}
@media all and (max-width: 837px) {
	.top_contents .top_info .info_img {
		width:50%;
		float:none;
		margin:0 auto 20px
	}
	.top_contents .top_info .info_text {
		width:100%;
		float:none;
	}
	.top_contents .btm_insta .photo {
		width:17.3%;
	}
}