@charset "UTF-8";

/* --------------------------------------------------
 lap-swicth
-------------------------------------------------- */

@media screen and (min-width:1001px) {
  .lap-swicth .btn>a:hover {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y);
    text-decoration: none;
  }
}

.lap-swicth {
  display: flex;
  justify-content: center;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 5px solid #ecf4fb;
}

.lap-swicth .btn {
  width: calc((100% - 1rem) / 2);
  margin-right: 1rem;
}

.lap-swicth .btn:last-child {
  margin-right: 0;
}

.lap-swicth .btn>a {
  text-decoration: none;
  font-size: 200%;
  font-weight: bold;
  color: #196fdd;
  text-align: center;
  padding: 10px 5rem;
  box-sizing: border-box;
  border: 5px solid #f2f8fc;
  position: relative;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  --qodef-underline-position-y: calc(100% - 0px);
  --qodef-underline-height: 5px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, #196fdd 0, #196fdd 100%);
  transition: background-size .4s cubic-bezier(.51, .5, .07, .99), color .27s ease-out;
  background-position: 100% var(--qodef-underline-position-y);
  background-size: 0 var(--qodef-underline-height);
}

.lap-swicth .btn>a::before {
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.lap-swicth .btn.active>a {
  border: transparent;
  color: #fff;
  background: rgb(34, 108, 199);
  background: linear-gradient(90deg, rgba(34, 108, 199, 1) 0%, rgba(36, 66, 197, 1) 100%);
}

.lap-swicth .btn.btn01>a::before {
  background-image: url(../img/rent-and-lend/choose_icon_rent_blue.png);
  width: 37px;
  height: 55px;
}

.lap-swicth .btn.btn01.active>a::before {
  background-image: url(../img/rent-and-lend/choose_icon_rent_white.png);
  width: 42px;
  height: 64px;
}

.lap-swicth .btn.btn02>a::before {
  background-image: url(../img/rent-and-lend/choose_icon_sale_blue.png);
  width: 52px;
  height: 42px;
}

.lap-swicth .btn.btn02.active>a::before {
  background-image: url(../img/rent-and-lend/choose_icon_sale_white.png);
  width: 52px;
  height: 42px;
}

@media screen and (max-width:1000px) {
  #rent-and-lend-blc .bg-white {
    padding: 2rem 2rem;
  }

  .lap-swicth .btn>a {
    font-size: 150%;
  }
}

@media screen and (max-width:767px) {
  .lap-swicth .btn>a {
    padding-left: 5rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width:640px) {
  .lap-swicth .btn.btn01>a::before {
    width: 32px;
    height: 54px;
    left: 15px;
  }

  .lap-swicth .btn>a {
    padding-left: 3rem;
    padding-right: 10px;
  }

  .lap-swicth .btn.btn02>a::before {
    width: 42px;
    height: 32px;
    left: 10px;
  }
}

@media screen and (max-width:480px) {
  .lap-swicth {
    flex-wrap: wrap;
  }

  .lap-swicth .btn {
    width: 100%;
    margin-right: 0;
    margin-top: 5px;
  }

  .lap-swicth .btn:first-child {
    margin-top: 0;
  }

  .lap-swicth .btn>a {
    padding: 10px 3rem 10px 5rem;
  }

  .lap-swicth .btn.btn02>a::before {
    left: 20px;
  }

  .lap-swicth .btn.btn01>a::before {
    left: 30px;
  }

  #rent-and-lend-blc .bg-white {
    padding: 2rem 4%;
  }
}

/* --------------------------------------------------
 lap-swicth-blc
-------------------------------------------------- */

@media screen and (min-width:1001px) {
  .tap-swicth-blc li .flex .txt-blc .btn-style-comm:hover .btn-details span::before {
    opacity: 1;
  }
}

.tap-swicth-blc li {
  border-bottom: 5px solid #ecf4fb;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  box-sizing: border-box;
}

.tap-swicth-blc li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.tap-swicth-blc li .ttl {
  font-weight: bold;
  display: block;
  font-size: 120%;
}

/* flex --------------------- */

.tap-swicth-blc li .ttl+.flex {
  margin-top: 1rem;
}

.tap-swicth-blc li .flex {
  display: flex;
}

.tap-swicth-blc li .flex .img-blc {
  max-width: 345px;
  min-height: 193.20px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tap-swicth-blc li .flex .img-blc+.txt-blc {
  padding-left: 4%;
}

.tap-swicth-blc li .flex .txt-blc {
  margin-left: auto;
  width: 100%;
}

/* dl --------------------- */

.tap-swicth-blc li .flex .txt-blc dl {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #d9d9d9;
  display: flex;
  box-sizing: border-box;
}

.tap-swicth-blc li .flex .txt-blc dl:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.tap-swicth-blc li .flex .txt-blc dl dt {
  max-width: 100px;
  width: 100%;
  font-weight: bold;
}

.tap-swicth-blc li .flex .txt-blc dl dd {
  width: calc(100% - 100px);
}

/* btn-style-comm --------------------- */

.tap-swicth-blc li .flex .txt-blc .txt-contents+.btn-style-comm {
  margin-top: 1rem;
}

.tap-swicth-blc li .flex .txt-blc .btn-style-comm .btn-details {
  width: 100%;
  display: block;
  max-width: 100%;
  padding: 10px 30px;
  font-size: 100%;
  text-align: center;
  line-height: 1.2;
}

.tap-swicth-blc li .flex .txt-blc .btn-style-comm .btn-details span {
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
}

.tap-swicth-blc li .flex .txt-blc .btn-style-comm .btn-details span::before {
  opacity: 0;
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
  transition: all ease-in 0.3s;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

@media screen and (max-width:640px) {
  .tap-swicth-blc li .flex {
    flex-wrap: wrap;
  }

  .tap-swicth-blc li .flex .img-blc {
    height: 230px;
    max-width: 100%;
  }

  .tap-swicth-blc li .flex .img-blc+.txt-blc {
    padding-left: 0;
    margin-top: 1rem;
  }
}

@media screen and (max-width:480px) {
  .tap-swicth-blc li .flex .txt-blc dl dt {
    max-width: 100%;
  }

  .tap-swicth-blc li .flex .txt-blc dl dd {
    width: 100%;
  }

  .tap-swicth-blc li .flex .txt-blc dl {
    flex-wrap: wrap;
  }

  .tap-swicth-blc li .flex .img-blc {
    height: 55vw;
  }
}

/* --------------------------------------------------
 lap-swicth-blc
-------------------------------------------------- */

@media screen and (min-width:1001px) {

  #rent-and-lend-blc .gallery-slide-blc .gallery-blc .slider-main-box .img a:hover::before {
    opacity: .3;
  }

  #rent-and-lend-blc .gallery-slide-blc .gallery-blc .slider-main-box .img a:hover::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    content: '\f002';
    color: #fff;
    font-weight: 900;
    font-size: 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -40px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }

  #rent-and-lend-blc .gallery-slide-blc .plan-blc .img a:hover::before {
    opacity: .3;
  }

  #rent-and-lend-blc .gallery-slide-blc .plan-blc .img a:hover::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    content: '\f002';
    color: #fff;
    font-weight: 900;
    font-size: 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -40px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}

#rent-and-lend-blc .gallery-slide-blc {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

/* gallery-blc -------------------- */

#rent-and-lend-blc .gallery-slide-blc .gallery-blc {
  width: 48%;
  border: 10px solid #ecf4fb;
  margin-right: 4%;
  box-sizing: border-box;
}

#rent-and-lend-blc .gallery-slide-blc .gallery-blc .slider-main-box {
  background-color: #ecf4fb;
}

#rent-and-lend-blc .gallery-slide-blc .gallery-blc .slider-main-box .slick-list {
  height: auto !important;
}

#rent-and-lend-blc .gallery-slide-blc .gallery-blc .slider-main-box .img {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  width: calc(100% - 2px);
  align-items: center;
  /* max-height: 411px; */
  height: 32vw;
  background-color: #fff;
  border: 1px solid #1a70df;
  box-sizing: border-box;
}

#rent-and-lend-blc .gallery-slide-blc .gallery-blc .slider-main-box .img a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0;
}

#rent-and-lend-blc .gallery-slide-blc .gallery-blc .slider-main-box .img a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

#rent-and-lend-blc .gallery-slide-blc .gallery-blc .slider-main-box .img span {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

#rent-and-lend-blc .gallery-slide-blc .gallery-blc .slider-main-box .img img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}

#rent-and-lend-blc .gallery-slide-blc .gallery-blc .slider-thumb-box {
  background-color: #ecf4fb;
  padding: 5px 0;
}

#rent-and-lend-blc .gallery-slide-blc .gallery-blc .slider-thumb-box .img {
  width: calc(100% - 4px);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 7.5vw;
  border: 1px solid #1a70df;
  margin: 2px;
  cursor: pointer;
  box-sizing: border-box;
  background-color: #fff;
}

#rent-and-lend-blc .gallery-slide-blc .gallery-blc .slider-thumb-box .img span {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

#rent-and-lend-blc .gallery-slide-blc .gallery-blc .slider-thumb-box .slick-track {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 100% !important;
}

#rent-and-lend-blc .gallery-slide-blc .gallery-blc .slider-thumb-box .slick-track .slick-slide {
  width: calc(100% / 4) !important;
}

#rent-and-lend-blc .gallery-slide-blc .gallery-blc .slider-thumb-box .slick-current.slick-active {
  opacity: .7;
}

#rent-and-lend-blc .gallery-slide-blc .gallery-blc .slider-thumb-box .img img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}

/* plan-blc ----------------------------- */

#rent-and-lend-blc .gallery-slide-blc .plan-blc {
  width: 48%;
  margin-left: auto;
  box-sizing: border-box;
}

#rent-and-lend-blc .gallery-slide-blc .plan-blc .img {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  width: calc(100% - 2px);
  align-items: center;
  /* max-height: 411px; */
  height: 32vw;
  background-color: #fff;
  border: 1px solid #1a70df;
  box-sizing: border-box;
  border: 10px solid #ecf4fb;
}

#rent-and-lend-blc .gallery-slide-blc .plan-blc .img a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #1a70df;
}

#rent-and-lend-blc .gallery-slide-blc .plan-blc .img a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0;
}

#rent-and-lend-blc .gallery-slide-blc .plan-blc .img a span {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

#rent-and-lend-blc .gallery-slide-blc .plan-blc .img img {
  max-width: 100%;
  max-height: 100%;
  flex: 0 0 auto;
}


@media screen and (max-width:767px) {
  #rent-and-lend-blc .gallery-slide-blc .plan-blc .btn-style-comm .btn.btn-comm {
    font-size: 100%;
  }

  #rent-and-lend-blc .gallery-slide-blc .plan-blc .btn-style-comm {
    margin-top: 1rem;
  }
}

@media screen and (max-width:640px) {
  #rent-and-lend-blc .gallery-slide-blc .gallery-blc {
    width: 100%;
    margin-right: 0;
  }

  #rent-and-lend-blc .gallery-slide-blc .plan-blc {
    width: 100%;
    margin: 2rem auto auto;
  }
}

/* map-blc ----------------------------- */

.map-blc iframe {
  display: block;
  width: 100%;
  height: 350px;
}

@media screen and (max-width:767px) {
  .map-blc iframe {
    height: 250px;
  }
}

/* tbl-dl ----------------------------- */

.tbl-dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.tbl-dl>dl {
  border-bottom: 1px solid #d9d9d9;
  padding: 30px 20px;
  box-sizing: border-box;
  width: calc((100% - 2rem) / 2);
  margin-right: 2rem;
  display: flex;
}

.tbl-dl>dl:nth-child(2n+2) {
  margin-right: 0;
}

.tbl-dl>dl dt {
  font-weight: bold;
  width: 30%;
}

.tbl-dl>dl dd {
  width: 70%;
  padding-left: 20px;
  box-sizing: border-box;
}

@media screen and (max-width:767px) {
  .tbl-dl>dl {
    flex-wrap: wrap;
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width:480px) {
  .tbl-dl>dl {
    padding: 30px 10px;
  }

  .tbl-dl>dl dt {
    width: 100%;
  }

  .tbl-dl>dl dd {
    width: 100%;
    padding-left: 0;
    margin-top: 5px;
  }
}