@charset "UTF-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
/*----------------------------------------------------
  Lease 貸し出しについて　共通
----------------------------------------------------*/
.subpage {
  padding: 80px 0 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .subpage {
    padding: 150px 0 0;
  }
}
.subpage .ttl_area {
  /* 751- */
}
@media all and (min-width: 751px) {
  .subpage .ttl_area {
    margin-bottom: 0;
  }
}
.subpage section {
  overflow: hidden;
  padding-top: 80px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .subpage section {
    padding-top: 178px;
  }
}
.subpage section:first-of-type {
  padding-top: 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .subpage section:first-of-type {
    padding-top: 140px;
  }
}

.sec_ttl {
  margin-bottom: 13px;
  font-size: 24px;
  line-height: 1.41;
  font-family: "IM Fell English", serif;
  font-weight: 400;
  /* 751- */
}
@media all and (min-width: 751px) {
  .sec_ttl {
    font-size: 36px;
    line-height: 1.5;
  }
}

@media all and (min-width: 860px) {
  .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 860px) and (max-width: 1260px) {
  .wrap {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
@media all and (min-width: 860px) {
  .wrap .text_contents {
    width: 65%;
  }
}
.wrap .text_contents p:not(:last-child) {
  padding-bottom: 1.9em;
  /* 751- */
}
@media all and (min-width: 751px) {
  .wrap .text_contents p:not(:last-child) {
    padding-bottom: 2em;
  }
}
.wrap .text_contents p.intro {
  padding-bottom: 3.4em;
  /* 751- */
}
@media all and (min-width: 751px) {
  .wrap .text_contents p.intro {
    padding-bottom: 4.1em;
  }
}
.wrap .text_contents .price_contents {
  margin-bottom: 15px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .wrap .text_contents .price_contents {
    margin-bottom: 35px;
  }
}
.wrap .text_contents .price_contents h3 {
  margin-bottom: 11px;
  padding-left: 17px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-family: "IM Fell English", serif;
  font-weight: 400;
  /* 751- */
}
@media all and (min-width: 751px) {
  .wrap .text_contents .price_contents h3 {
    margin-bottom: 13px;
    padding-left: 20px;
    font-size: 22px;
  }
}
.wrap .text_contents .price_contents h3::before {
  position: absolute;
  content: "";
  background: #3E3E3E;
  width: 7px;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .wrap .text_contents .price_contents h3::before {
    width: 9px;
  }
}
.wrap .text_contents .price_contents .price_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #DADADA;
}
.wrap .text_contents .price_contents .price_list li:last-child {
  border-bottom: 1px solid #DADADA;
}
.wrap .text_contents .price_contents .price_list li p {
  /* -750 */
  /* 751- */
}
@media all and (max-width: 750px) {
  .wrap .text_contents .price_contents .price_list li p {
    padding: 18px 13px 18px 20px;
    width: 50%;
  }
}
@media all and (min-width: 751px) {
  .wrap .text_contents .price_contents .price_list li p {
    padding: 19px 40px;
  }
}
.wrap .text_contents .price_contents .price_list li p.bg {
  background: #F2F2F2;
  /* 751- */
}
@media all and (min-width: 751px) {
  .wrap .text_contents .price_contents .price_list li p.bg {
    width: 40.5%;
  }
}
.wrap .text_contents .price_contents .price_list li p:not(.bg) {
  /* 751- */
}
@media all and (min-width: 751px) {
  .wrap .text_contents .price_contents .price_list li p:not(.bg) {
    width: 59%;
  }
}
.wrap .text_contents .price_contents .price_list .price_detail {
  /* -750 */
}
@media all and (max-width: 750px) {
  .wrap .text_contents .price_contents .price_list .price_detail {
    width: 50%;
  }
}
.wrap .text_contents .price_contents .price_list .price_detail:first-child {
  background: #F2F2F2;
  /* 751- */
}
@media all and (min-width: 751px) {
  .wrap .text_contents .price_contents .price_list .price_detail:first-child {
    width: 40.5%;
  }
}
.wrap .text_contents .price_contents .price_list .price_detail:last-child {
  /* 751- */
}
@media all and (min-width: 751px) {
  .wrap .text_contents .price_contents .price_list .price_detail:last-child {
    width: 59%;
  }
}
.wrap .text_contents .price_contents .price_list .price_detail:last-child li:last-child {
  /* -750 */
}
@media all and (max-width: 750px) {
  .wrap .text_contents .price_contents .price_list .price_detail:last-child li:last-child {
    padding: 29px 13px 29px 20px;
  }
}
.wrap .image {
  margin: 50px calc(50% - 50vw) 0;
  width: 100vw;
}
@media all and (min-width: 860px) {
  .wrap .image {
    width: min(415px, 100%);
  }
}

/*----------------------------------------------------
  #item Item Lease
----------------------------------------------------*/
@media all and (min-width: 1330px) {
  #item .wrap .image {
    margin: 0 -83px 0 0;
  }
}
@media screen and (min-width: 1299px) and (max-width: 1329px) {
  #item .wrap .image {
    margin: 0 -65px 0 0;
  }
}
@media screen and (min-width: 860px) and (max-width: 1298px) {
  #item .wrap .image {
    margin: 0 -50px 0 0;
  }
}

/*----------------------------------------------------
  #space Space Lease
----------------------------------------------------*/
#space {
  margin-bottom: 0;
  padding-bottom: 80px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #space {
    padding-bottom: 180px;
  }
}
@media all and (min-width: 860px) {
  #space .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
#space .wrap .text_contents .price_contents .price_list li:last-child {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 860px) {
  #space .wrap .image {
    margin: 0 0 0 -83px;
  }
}
@media screen and (min-width: 1299px) and (max-width: 1329px) {
  #space .wrap .image {
    margin: 0 0 0 -65px;
  }
}
@media screen and (min-width: 860px) and (max-width: 1298px) {
  #space .wrap .image {
    margin: 0 0 0 -50px;
  }
}

/*----------------------------------------------------
  #howto How To Rent
----------------------------------------------------*/
#howto {
  padding-bottom: 80px;
  position: relative;
  background: #EFEFEF;
  /* 751- */
  /* 751- */
}
@media all and (min-width: 751px) {
  #howto {
    padding-bottom: 180px;
  }
}
@media all and (min-width: 751px) {
  #howto::before {
    position: absolute;
    content: "";
    background: url(../images/lease/lease_bg.png) no-repeat;
    background-size: cover;
    width: min(395px, 100%);
    height: 477px;
    bottom: 0;
    right: 0;
  }
}
#howto .sec_ttl {
  margin-bottom: 25px;
  text-align: center;
  /* 751- */
}
@media all and (min-width: 751px) {
  #howto .sec_ttl {
    margin-bottom: 73px;
  }
}
#howto .rent_list li {
  padding: 40px 0 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  #howto .rent_list li {
    padding: 45px 0 0;
  }
}
#howto .rent_list li:first-child {
  padding: 0 0 40px;
  border-bottom: 1px solid #DADADA;
  /* 751- */
}
@media all and (min-width: 751px) {
  #howto .rent_list li:first-child {
    padding: 0 0 45px;
  }
}
#howto .rent_list li p.item_ttl {
  padding-bottom: 7px;
  font-size: 14px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #howto .rent_list li p.item_ttl {
    padding-bottom: 11px;
    font-size: 16px;
  }
}
#howto .rent_list li p.attention {
  /* 751- */
}
@media all and (min-width: 751px) {
  #howto .rent_list li p.attention {
    padding-top: 14px;
  }
}
#howto .address {
  margin: 50px auto 0;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #DADADA;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #howto .address {
    margin: 76px auto 0;
    padding: 16px 0;
    width: min(748px, 100%);
    -webkit-column-gap: 59px;
       -moz-column-gap: 59px;
            column-gap: 59px;
  }
}
#howto .address p {
  font-size: 11px;
  letter-spacing: 0.03em;
  /* 751- */
}
@media all and (min-width: 751px) {
  #howto .address p {
    font-size: 13px;
  }
}
#howto .address p a {
  font-size: 14px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #howto .address p a {
    font-size: 18px;
  }
}
/*# sourceMappingURL=lease.css.map */