@charset "utf-8";


@media (min-width: 768px) {
  .pc-none {
    display: none;
  }
  
}

  .mainview {
    width: 100%;
    height: 400px;
    margin-top: 150px;
    background-image: url(../img/bunjyou-main.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
  }

  @media (max-width:768px) {
    .mainview {
      margin-top: 144px;
    }
  }

  .bunjyou {
    margin-top: 80px;
  }

  .center {
    display: flex;
    justify-content: center;
    width: 100%;
  }


.rent-box-wrap {
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

/*--
.rent-box-wrap::after{
  content:"";
  display: block;
  width:320px;
}
--*/

.rent-box {
  width: 300px;
  box-shadow: -3px 3px 3px rgba(0,0,0,0.2);
  margin: 10px;
  margin-top: 50px;
  background-color: #fff;
}



.rent-box-img-01,.rent-box-img-02,.rent-box-img-03,.rent-box-img-04,.rent-box-img-05 {
  width: 300px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}

.rent-box-img-01 {
  background-image: url(../img/rent-01.png);
}

.rent-box-img-02 {
  background-image: url(../img/rent-02.png);
}


.rent-box-img-03 {
  background-image: url(../img/rent-03.png);
}


.rent-box-img-04 {
  background-image: url(../img/rent-04.png);
}

.rent-box-img-05 {
  background-image: url(../img/rent-05.png);
}


.rent-box-ttl-eg {
  color: #B40019;
  padding-top: 15px;
  padding-left: 10px;
  font-size: 13px;
  margin-left: 20px;
  line-height: 1.3;
}

.rent-box-ttl {
  color: #333;
  font-size: 25px;
  margin-top: -10px;
  margin-left: -2px;
}

.rent-add {
  margin-left: 28px;
  margin-top: -10px;
}

.rent-box-btn-wrap {
  display: flex;
  font-weight: bold;
}

.rent-box-ctg {
  background-color: #000;
  color: #fff;
  width: 35%;
  text-align: center;
  padding: 10px 0;
  font-size: 13px;
}

.rent-box-btn {
  background-color: #B40019;
  color: #fff;
  width: 66%;
  padding: 10px 0;
  padding-left: 25px;
  font-size: 14px;
}

.rent-box-btn::after {
  content: url(../img/sp-arrow.svg);
  margin-left: 1em;
}


@media (max-width: 640px) {
  .rent-box {
    width: 350px;
  }

  .rent-box-img-01 {
    width: 350px;
  }
  
  .rent-box-img-02 {
    width: 350px;
  }

  .rent-box-img-03 {
    width: 350px;
  }
  .rent-box-img-04 {
    width: 350px;
  }

  .rent-box-ctg {
    padding-top: 10px;
  }

  .rent-box-btn::after {
    content: url(../img/sp-arrow.svg);
  }
  
}
