.full a {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
  text-decoration: none;
}
.full a.img01 {
  background-image: url(../images/slide1.png)
}
.full a.img02 {
  background-image:url(../images/slide2.png)
}
.full a.img03 {
  background-image:url(../images/slide3.png)
}
.full a.img04 {
  background-image:url(../images/slide3.png)
}
.full a.img05 {
  background-image:url(../images/slide3.png)
}
.full .slick-dots {
    bottom: 4%;
    z-index: +1;
}

.wrap-full{
	width: 100%;
	background-image: url(../images/middle-bg.png);
	height: 690px;
	background-size: cover;
}
.wrap-full-inner{
    width: 1000px;
    margin: auto;
    color: #fff;
}
.wrap-full-title{
    text-align: center;
    padding: 40px;
    font-size: 2em;
}
.wrap-full-content-title{
    font-size: 1.6em;
    padding-bottom: 10px;
}
.wrap-full-content{
    margin-bottom: 20px;
}

.jisseki-wrap{
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 920px;
	margin: auto;
	font-family: YuMincho;
}
.jisseki{
    width: 433px;
    height: 470px;
    background-color: #28272b;
    color: #fff;
    margin-bottom: 30px;
}

.jisseki img{
    width: 100%;
}
.jisseki-title{
    text-align: center;
    padding: 20px;
}

.jisseki-detail{
    padding: 10px;
    font-size: 0.9em;
}

.more{
    width: 400px;
    margin: auto;
    text-align: center;
    height: 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    border: 1px solid #111616;
    font-size: 1.1em;
    /* margin: 35px 0; */
    justify-content: center;
    margin-top: 35px;
    margin-bottom: 35px;
}
.baner{
    text-align: center;
    margin-top: 60px;
    margin-bottom: 100px;
}
.baner img{}

@media screen and (max-width: 1000px) {
	.full a {
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-position: center;
	  height: 630px;
	  margin: 0;
	  text-decoration: none;
	}
	.full a.img01 {
	  background-image: url(../images/slide1_sp.png)
	}
	.full a.img02 {
	  background-image:url(../images/slide2_sp.png);
	  /* background-position: left; */
	}
	.full a.img03 {
	  background-image:url(../images/slide2_sp.png)
	}
	.full a.img04 {
	  background-image:url(../images/slide2_sp.png)
	}
	.full a.img05 {
	  background-image:url(../images/slide2_sp.png)
	}
	.full .slick-dots {
	    bottom: 4%;
	    z-index: +1;
	}
	
	.wrap-full{
		width: 100%;
		background-image: url(../images/middle-bg.png);
		height: auto;
		background-size: cover;
		padding-bottom: 30px;
	}
	.wrap-full-inner{
	    width: 100%;
	    margin: auto;
	    color: #fff;
	}
	.wrap-full-title{
	    text-align: center;
	    padding: 40px;
	    font-size: 1.2em;
	}
	.wrap-full-content-title{
	    font-size: 1.2em;
	    padding-bottom: 10px;
	    padding: 5px;
	}
	.wrap-full-content{
	    margin-bottom: 20px;
	    padding: 5px;
	}
	
	.jisseki-wrap{
		margin-top: 50px;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		width: 100%;
		margin: auto;
		font-family: YuMincho;
		align-content: center;
	}
	.jisseki{
	    width: 90%;
	    height: auto;
	    background-color: #28272b;
	    color: #fff;
	    margin-bottom: 30px;
	}
	.jisseki img{
	    width: 100%;
	}
	.jisseki-title{
	    text-align: center;
	    padding: 20px;
	}
	
	.jisseki-detail{
	    padding: 10px;
	    font-size: 0.9em;
	}
	
	.more {
		width: 300px;
		margin: auto;
		text-align: center;
		height: 60px;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		align-items: center;
		border: 1px solid #111616;
		font-size: 1.1em;
		/* margin: 35px 0; */
		justify-content: center;
		margin-top: 35px;
		margin-bottom: 35px;
	}
	.baner{
	    text-align: center;
	    margin-top: 60px;
	    margin-bottom: 100px;
	}
	.baner img{
	    width: 100%;
	}
}