@charset "UTF-8";

.rent-bg01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-black50 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
	background:rgba(0,0,0,0.5);
}
.bg-main50 {
/*   width: 100%;
  height: 100%; */
  z-index: -1;
	background:rgba(129,114,77,0.75);
}

.sale-maru {
  width: 120px;
  height: 120px;
  /* border: solid 1px #fff; */
  border-radius: 60px;
  position: relative;
}
.maru-text {
  position: absolute;
  top:50%;
  left:50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 100%;
}
.sale-bg {
  background: #662926;
}


/*PCのみ*/
@media (min-width: 768px) {



}

@media (max-width: 768px) {

  .logIn {
    position: fixed;
    top: unset;
    bottom: 0;
    right: unset;
    left: 0;
    transform: unset;
    -webkit- transform: unset;
  }
  .bg-black50 {
    width: 100%;
  }
  .box-six {
    width: 100%;
    height: 300px;
    clip-path: unset;
  }
  .box-six-text {
    height: 40%;
  }
  .box-four {
    width: 100%;
    height: 300px;
  }
  .box-four-text {
    height: 40%;
  }

  .sale-maru {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
  }

}



