/*-------------------------------
	スライドショー
--------------------------------*/
#topimg {
	width:100%;
	height:500px;
	max-height:500px;
	overflow: hidden;
	z-index: 0;
	position:relative;
	margin-bottom: 70px;
}
#topimg #topimg1 {
	background: url(../images/topimg_s1.png);
	background-repeat: no-repeat;
	background-position:center center;
	background-size:cover;
	overflow: hidden;
	width:100%;
	height:500px;
	max-height:500px;
}

#topimg #topimg2 {
	background: url(../images/topimg_s2.png);
	background-repeat: no-repeat;
	background-position:center center;
	background-size:cover;
	overflow: hidden;
	width:100%;
	height:500px;
	max-height:500px;
}
#topimg #topimg3 {
	background: url(../images/topimg_s3.png);
	background-repeat: no-repeat;
	background-position:center center;
	background-size:cover;
	overflow: hidden;
	width:100%;
	height:500px;
	max-height:500px;
}
.topimg1-t {
	width:460px;
	height:210px;
	background: url(../images/text.png);
	background-repeat: no-repeat;
	background-size:100% auto;
	float: right;
	margin-top: 145px;
	margin-right: 50px;
}
.topimg2-t {
	width:560px;
	height:210px;
	background: url(../images/text2.png);
	background-repeat: no-repeat;
	background-size:100% auto;
	margin:145px 0 0 50px;
}
.topimg3-t {
	width:460px;
	height:230px;
	background: url(../images/text3.png);
	background-repeat: no-repeat;
	background-size:100% auto;
	float: right;
	margin-top: 135px;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 0px;
}
@media(max-width:640px){
#topimg {
	width: 100%;
	height:320px;
	max-height: 320px;
	margin-bottom: 30px;
}
#topimg #topimg1 {
	background: url(../images/topimgs_s1.png);
	background-repeat: no-repeat;
	background-position:center center;
	background-size:cover;
	overflow: hidden;
	width:100%;
	height:320px;
	max-height: 320px;
}

#topimg #topimg2 {
	background: url(../images/topimgs_s2.png);
	background-repeat: no-repeat;
	background-position:center center;
	background-size:cover;
	overflow: hidden;
	width:100%;
	height:320px;
	max-height: 320px;
}
#topimg #topimg3 {
	background: url(../images/topimgs_s3.png);
	background-repeat: no-repeat;
	background-position:center center;
	background-size:cover;
	overflow: hidden;
	width:100%;
	height:320px;
	max-height: 320px;
}

.topimg1-t {
	width:224px;
	height:112px;
	background: url(../images/text.png);
	background-repeat: no-repeat;
	background-size:100% auto;
	margin-top: 198px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.topimg2-t {
	width:299px;
	height:112px;
	background: url(../images/text2.png);
	background-repeat: no-repeat;
	background-size:100% auto;
	margin-top: 198px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.topimg3-t {
	width:224px;
	height:112px;
	background: url(../images/text3.png);
	background-repeat: no-repeat;
	background-size:100% auto;
	margin-top: 198px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
}


