@charset "utf-8";
.full div {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: auto;
	max-height: 80vh;
/*	max-height: 600px;*/
	margin: 0;
}
/****************************
　スマホ版あり↓
 　high_quarity/取る
****************************/

.full div.img01 {
	background-image: url(../img/main/image02.jpg);
}
.full div.img02 {
	background-image: url(../img/main/image01.jpg);
}
.full div.img03 {
	background-image: url(../img/main/image03.jpg);
}
.full div.img04 {
	background-image: url(../img/main/image04.jpg);
}
.full div.img05 {
	background-image: url("../img/main/image05.jpg");
}
.full div.img06 {
	background-image: url("../img/main/image06.jpg");
}
.full div.img07 {
	background-image: url(../img/main/image07.jpg);
}
.full div.img08 {
	background-image: url(../img/main/image08.jpg);
}
.full div.img09 {
	background-image: url(../img/main/image09.jpg);
}

/*
.full div.img01 {
	background-image: url(../img/main/high_quarity/image02.jpg);
}
.full div.img02 {
	background-image: url(../img/main/high_quarity/image01.jpg);
}
.full div.img03 {
	background-image: url(../img/main/high_quarity/image03.jpg);
}
.full div.img04 {
	background-image: url(../img/main/high_quarity/image04.jpg);
}
.full div.img05 {
	background-image: url("../img/main/high_quarity/image05.jpg");
}
.full div.img06 {
	background-image: url("../img/main/high_quarity/image06.jpg");
}
.full div.img07 {
	background-image: url(../img/main/high_quarity/image07.jpg);
}
.full div.img08 {
	background-image: url(../img/main/high_quarity/image08.jpg);
}
.full div.img09 {
	background-image: url("../img/main/high_quarity/image09.jpg");
}*/

/*
.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(https://125naroom.com/demo/img/simple01.jpg);
}
.full a.img02 {
  background-image: url(https://125naroom.com/demo/img/simple02.jpg);
}
.full a.img03 {
  background-image: url(https://125naroom.com/demo/img/simple03.jpg);
}
.full .slick-dots {
    bottom: 4%;
    z-index: +1;
}*/
/*
@media screen and (max-width:768px){

.full div.img01 {
	background-image: url(../img/main/image02.jpg);
}
.full div.img02 {
	background-image: url(../img/main/image01.jpg);
}
.full div.img03 {
	background-image: url(../img/main/image03.jpg);
}
.full div.img04 {
	background-image: url(../img/main/image04.jpg);
}
.full div.img05 {
	background-image: url("../img/main/image05.jpg");
}
.full div.img06 {
	background-image: url("../img/main/image06.jpg");
}
.full div.img07 {
	background-image: url(../img/main/image07.jpg);
}
.full div.img08 {
	background-image: url(../img/main/image08.jpg);
}
.full div.img09 {
	background-image: url(../img/main/image09.jpg);
}
}*/

@media screen and (max-width:768px){
.full div {
	height: 70%;
}
}
