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

#slide_box{
	width:760px;
	height:600px;
	margin:30px auto;
	position:relative;
	z-index:100;
}

#slide_left{
	position:absolute;
	left:-480px;
	top:0;
	width:500px;
	height:600px;
	background:url(../images/slide_back02.png) no-repeat center center;
	overflow:hidden;
	z-index:100;
}
#slide_center{
	position:absolute;
	left:0;
	top:0;
	width:760px;
	height:600px;
	background:url(../images/slide_back01.png) no-repeat center center;
	overflow:hidden;
	z-index:100;
}
#slide_right{
	position:absolute;
	right:-460px;
	top:0;
	width:500px;
	height:600px;
	background:url(../images/slide_back02.png) no-repeat center center;
	overflow:hidden;
	z-index:100;
}
#slide_left img, #slide_right img{
	position:absolute;
	top:120px;
	left:0;
	z-index:10;
}
#slide_center img{
	position:absolute;
	top:75px;
	left:0;
	z-index:10;
}

#kumo{
	position:absolute;
	left:-1900px;
	top:10px;
	width:5000px;
	height:100px;
	background:url(../images/kumo.png) repeat-x center center;
	z-index:1;
}
#bt{
	position:absolute;
	left:20px;
	bottom:-10px;
	width:160px;
	height:150px;
	z-index:120;
}


#kids img{
	width:90%;
	max-width:450px;
	margin-top:50px;
}

#content_btn_pc{
	width:100%;
	margin-top:50px;
}

#content_btn_pc li{
	float:left;
	width:33%;
}

#content_btn_sp{
	display:none;
}

#news_area{
	width:50%;
	float:left;
	margin-right:8%;
	margin-top:20px;
	text-align:left;
}
#news_title{
	height:25px;
	padding:30px 0 10px 10%;
	background:url(../images/news_fl.png) no-repeat 130px bottom;
	background-size:121px 65px;
	font-size:114%;
	font-weight:bold;
	letter-spacing:1px;
	transform: rotate(0.028deg);
}
#news_area ul{
	height:170px;
	overflow-y: auto;
	border:2px solid #565656;
	border-width:2px 0;
}
#news_area ul li{
	padding:15px 10%;
	background:url(../images/news_line.png) no-repeat bottom center;
	background-size:contain;
	clear: both;
}
#news_area ul li:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
#news_area ul li:last-child{
	background:none;
}
#news_area ul li p:nth-of-type(1){
	float:left;
	width:20%;
	margin-right:6%;
	transform: rotate(0.028deg);
}
#news_area ul li p:nth-of-type(2){
	float:left;
	width:74%;
	transform: rotate(0.028deg);
}
#news_area ul li a{
	color:#565656;
}


#top_cnt_btn{
	width:42%;
	float:right;
	margin-top:50px;
}
#top_cnt_btn li{
	width:50%;
	float:left;
}

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

#content{
	width:100%;
}


#slide_box{
	width:320px;
	height:310px;
	margin:30px auto;
}

#slide_left{
	left:-290px;
	width:263px;
	height:316px;
	background:url(../images/slide_back02.png) no-repeat center center;
	background-size:263px 316px;
}
#slide_center{
	left:-40px;
	width:400px;
	height:316px;
	background:url(../images/slide_back01.png) no-repeat center center;
	background-size:400px 316px;
}
#slide_right{
	right:-275px;
	width:263px;
	height:316px;
	background:url(../images/slide_back02.png) no-repeat center center;
	background-size:263px 316px;
}
#slide_left img, #slide_right img{
	top:60px;
	left:0;
}
#slide_center img{
	top:35px;
	left:0;
}

#kumo{
	top:-20px;
	background:url(../images/kumo.png) repeat-x center center;
	background-size:300px auto;
}
#bt{
	left:-10px;
	bottom:5px;
	width:80px;
	height:75px;
}


#top_first_txt img{
	height:25px;
	margin-top:3px;
}

#content_btn_pc{
	display:none;
}
#content_btn_sp{
	display:block;
	margin-top:80px;
}


#news_area{
	width:100%;
	float:none;
	margin-right:0;
}
#news_title{
	height:25px;
	padding:30px 0 10px 5%;
}
#news_area ul li{
	padding:15px 5%;
}
#news_area ul li p:nth-of-type(1){
	float:none;
	width:100%;
	margin-right:0;
}
#news_area ul li p:nth-of-type(2){
	float:none;
	width:100%;
}


#top_cnt_btn{
	width:92%;
	max-width:400px;
	float:none;
	margin:30px auto 0;
}



}

