body.rental h3.subA {
  margin: 2rem 0;
}
body.rental section#kv {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: url(../img/kv_bg.jpg);
  background-size: cover;
}
body.rental section#kv .circleWrap {
  position: absolute;
  top: 50%;
  right: 35%;
  display: block;
  transform: translatex(-50%) translatey(-50%);
  z-index: 1;
}
body.rental section#kv .circleWrap .circle {
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  display: block;
  transform: translatex(-50%) translatey(-50%);
  transition: all 1s;
}
body.rental section#kv .circleWrap .circle.circle1 {
  background-color: rgba(255, 255, 255, 0.5);
  width: 0;
  height: 0;
}
body.rental section#kv .circleWrap .circle.circle2 {
  background-color: rgba(255, 255, 255, 0.3);
  width: 0;
  height: 0;
}
body.rental section#kv .circleWrap .circle.on.circle1 {
  background-color: rgba(255, 255, 255, 0.5);
  width: 90vw;
  height: 90vw;
}
@media screen and (max-width: 767px) {
  body.rental section#kv .circleWrap .circle.on.circle1 {
    background-color: rgba(255, 255, 255, 0.3);
    width: 110vw;
    height: 110vw;
  }
}
body.rental section#kv .circleWrap .circle.on.circle2 {
  background-color: rgba(255, 255, 255, 0.3);
  width: 35vw;
  height: 35vw;
}
@media screen and (max-width: 767px) {
  body.rental section#kv .circleWrap .circle.on.circle2 {
    width: 60vw;
    height: 60vw;
  }
}
body.rental section#kv .ttWrap {
  flex-basis: 30%;
  padding-left: 7rem;
  position: absolute;
  z-index: 3;
  top: 56%;
  left: 0%;
  transform: translatey(-50%);
}
@media screen and (max-width: 1480px) {
  body.rental section#kv .ttWrap {
    top: 60%;
  }
}
@media screen and (max-width: 1280px) {
  body.rental section#kv .ttWrap {
    top: 64%;
  }
}
@media screen and (max-width: 767px) {
  body.rental section#kv .ttWrap {
    top: 0;
    left: 0;
    transform: translatey(0);
    padding-left: 2rem;
    padding-top: 7rem;
  }
}
body.rental section#kv .ttWrap h2.tt {
  line-height: 1.2;
}
body.rental section#kv .wrap {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.rental section#kv .wrap {
    width: 150%;
    padding-top: 21rem;
    left: -10%;
  }
}
body.rental section#kv .wrap .slider {
  flex-basis: 65%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body.rental section#kv .wrap .slider {
    flex-basis: 100%;
  }
}
body.rental section#kv .wrap .slider ul {
  width: 100%;
  overflow: hidden;
}
body.rental section#kv .wrap .slider ul li {
  width: 100%;
  position: relative;
}
body.rental section#kv .wrap .slider ul li .text {
  width: 100%;
  height: 30rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  text-align: center;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  body.rental section#kv .wrap .slider ul li .text {
    height: 25rem;
  }
}
body.rental section#kv .wrap .slider ul li .text p {
  font-size: 10rem;
  font-weight: 700;
  line-height: 0.9;
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  body.rental section#kv .wrap .slider ul li .text p {
    font-size: 6rem;
  }
}
body.rental section#kv .wrap .slider ul li:nth-child(1) .text p {
  color: rgb(184, 183, 183);
}
body.rental section#kv .wrap .slider ul li:nth-child(1) .text p:nth-child(1) {
  padding-right: 6rem;
}
body.rental section#kv .wrap .slider ul li:nth-child(1) .text p:nth-child(2) {
  padding-left: 12rem;
}
@media screen and (max-width: 767px) {
  body.rental section#kv .wrap .slider ul li:nth-child(1) .text p:nth-child(1) {
    padding-right: 6rem;
  }
  body.rental section#kv .wrap .slider ul li:nth-child(1) .text p:nth-child(2) {
    padding-left: 1rem;
  }
}
body.rental section#kv .wrap .slider ul li:nth-child(2) .text p {
  color: orange;
}
body.rental section#kv .wrap .slider ul li:nth-child(2) .text p:nth-child(1) {
  padding-left: 10rem;
}
body.rental section#kv .wrap .slider ul li:nth-child(2) .text p:nth-child(2) {
  padding-right: 7rem;
}
@media screen and (max-width: 767px) {
  body.rental section#kv .wrap .slider ul li:nth-child(2) .text p:nth-child(1) {
    padding-left: 0rem;
  }
  body.rental section#kv .wrap .slider ul li:nth-child(2) .text p:nth-child(2) {
    padding-right: 7rem;
  }
}
body.rental section#kv .wrap .slider ul li:nth-child(3) .text p {
  color: rgb(190, 157, 244);
}
body.rental section#kv .wrap .slider ul li img {
  width: 100%;
}
body.rental section#gallery {
  padding-top: 3rem;
  background-color: #fff;
}
body.rental section#gallery .inner {
  max-width: calc(1280px + 4rem);
  margin: 0 auto;
  padding: 3rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  body.rental section#gallery .inner {
    flex-wrap: wrap;
  }
}
body.rental section#gallery .inner .leftArea {
  flex-basis: 50%;
}
@media screen and (max-width: 767px) {
  body.rental section#gallery .inner .leftArea {
    flex-basis: 100%;
    margin-bottom: 1rem;
  }
}
body.rental section#gallery .inner .leftArea img {
  display: block;
  border-radius: 0.8rem;
  box-shadow: -0.1rem -0.1rem 0.3rem #fff, 0.1rem 0.1rem 0.3rem #d3d3d3;
}
body.rental section#gallery .inner .rightArea {
  flex-basis: 46%;
}
@media screen and (max-width: 767px) {
  body.rental section#gallery .inner .rightArea {
    flex-basis: 100%;
  }
}
body.rental section#gallery .inner .rightArea p {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  body.rental section#gallery .inner .rightArea p {
    margin-bottom: 1.5rem;
  }
}
body.rental section#gallery .inner .rightArea p span.point {
  display: inline-block;
  position: relative;
  z-index: 1;
  background: linear-gradient(transparent 50%, rgb(253, 248, 168) 60%);
}
body.rental section#gallery .inner .rightArea ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.rental section#gallery .inner .rightArea ul li {
  flex-basis: 18%;
  margin-bottom: 1rem;
}
body.rental section#gallery .inner .rightArea ul li:nth-child(11), body.rental section#gallery .inner .rightArea ul li:nth-child(12), body.rental section#gallery .inner .rightArea ul li:nth-child(13), body.rental section#gallery .inner .rightArea ul li:nth-child(14), body.rental section#gallery .inner .rightArea ul li:nth-child(15) {
  margin-bottom: 0;
}
body.rental section#gallery .inner .rightArea ul li a img {
  border-radius: 0.5rem;
  box-shadow: -0.1rem -0.1rem 0.3rem #fff, 0.1rem 0.1rem 0.3rem #d3d3d3;
}
body.rental section#point {
  max-width: calc(1280px + 4rem);
  margin: 0 auto;
  padding: 2rem;
  text-align: center;
}
body.rental section#point ul.eadf {
  display: flex;
  justify-content: center;
  padding: 0 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  body.rental section#point ul.eadf {
    flex-wrap: wrap;
  }
}
body.rental section#point ul.eadf li {
  font-size: 1rem;
}
@media screen and (max-width: 1050px) {
  body.rental section#point ul.eadf li {
    font-size: 1rem;
  }
}
body.rental section#point ul.eadf li:nth-child(1) {
  flex-basis: 28%;
}
body.rental section#point ul.eadf li:nth-child(2) {
  flex-basis: 32%;
}
body.rental section#point ul.eadf li:nth-child(3) {
  flex-basis: 29%;
}
@media screen and (max-width: 767px) {
  body.rental section#point ul.eadf li:nth-child(1), body.rental section#point ul.eadf li:nth-child(2), body.rental section#point ul.eadf li:nth-child(3) {
    flex-basis: 100%;
    margin-bottom: 1.5rem;
  }
}
body.rental section#point ul.eadf li img {
  width: 10rem;
  margin: 0 auto;
  opacity: 0.5;
}
body.rental section#point ul.eadf li h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
}
body.rental section#qa {
  padding: 3rem 2rem 5rem 2rem;
  background-color: rgb(148, 148, 148);
  margin-bottom: 5rem;
}
body.rental section#qa dl.qaArea {
  max-width: calc(1024px + 4rem);
  margin: 0 auto;
}
body.rental section#campaign {
  background-color: #fff;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  body.rental section#campaign {
    margin-bottom: 0;
  }
}
body.rental section#campaign .inner {
  max-width: calc(1200px - 5rem);
  padding: 2rem;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  body.rental section#campaign .inner {
    width: 100%;
    padding: 0;
  }
}
body.rental section#campaign .toForm {
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.rental section#campaign .toForm {
    padding-top: 1rem;
  }
}
body.rental section#campaign .toForm h4 {
  font-size: 1.3rem;
  font-weight: 400;
}
body.rental section#campaign .toForm a.tel {
  margin-top: 0.7rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
}
body.rental section#campaign .toForm p.kome {
  font-size: 0.8rem;
  margin-bottom: 2rem;
}/*# sourceMappingURL=rental.css.map */