@charset "UTF-8";
.swiper-slide {
  height: 70vh;
}
.swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#Rental {
  width: 90%;
  margin: 0 auto;
  padding: 3rem 0 6rem 0;
}
#Rental .Rental {
  padding-bottom: 1rem;
}
#Rental .Rental .Rental_ttl {
  width: 80%;
}
#Rental .Rental .Rental_All {
  width: 20%;
  text-align: right;
  font-weight: bold;
}
#Rental .Rental_List .Rental_Card {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 2rem;
}
#Rental .Rental_List .Rental_Card:nth-child(2n) {
  margin-right: 0;
}
#Rental .Rental_List .Rental_Card .Rental_img {
  height: 12rem;
}
#Rental .Rental_List .Rental_Card .Rental_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.Rental_detail {
  padding-top: 0.5rem;
}
.Rental_detail ._Area {
  font-size: 0.7rem;
  color: #666;
}
.Rental_detail ._Area span .googlemap {
  font-size: 0.7rem;
  color: #fff;
  background-color: #097EF8;
  margin-left: 1rem;
  padding: 0.25rem 1rem;
  border-radius: 999rem;
}
.Rental_detail ._Name {
  font-weight: bold;
  font-size: 0.85rem;
  line-height: 1.6rem;
  margin-top: 0.3rem;
}
.Rental_detail ._Price {
  font-size: 1.2rem;
  font-weight: bold;
}
.Rental_detail ._Price:after {
  content: "万円/月";
  display: inline-block;
  font-size: 0.85rem;
  width: auto;
  margin-left: 0.25rem;
}

#About .About_Wrap {
  padding: 5rem 5%;
  background-image: url(../image/top/about/about.jpg);
  background-size: auto 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
#About .About_Wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  position: absolute;
  mix-blend-mode: multiply;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.35;
}
#About .About_Wrap .About_ttl {
  color: #fff;
  text-align: center;
}
#About .About_Wrap .About_ttl h1 {
  margin-bottom: 1rem;
}
#About .About_Wrap .About_Card {
  padding-top: 2rem;
}
#About .About_Wrap .About_Card .Card {
  background-color: #F7F7F7;
  padding: 1.5rem 1.5rem;
  margin: 2rem 0 0 0;
  border-radius: 1rem;
}
#About .About_Wrap .About_Card .Card .Card_Flex {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 1rem 0 0 0;
}
#About .About_Wrap .About_Card .Card .Card_Flex p {
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 100%;
}
#About .About_Wrap .About_Card .Card .Card_Flex .Card_Icon_4 {
  background-color: #fff;
  border-radius: 999rem;
  overflow: hidden;
  border: solid 3px;
  margin: 0 2%;
  align-items: center;
  padding: 0;
  aspect-ratio: 1;
}

#About_Sub {
  padding: 3rem 5%;
}
#About_Sub .About_Sub_Wrap {
  padding-bottom: 3rem;
}
#About_Sub .About_Sub_Wrap h2 {
  padding-bottom: 0.7rem;
}
#About_Sub .About_Sub_Wrap p {
  font-size: 0.8rem;
}
#About_Sub .About_Sub_Wrap ul._List {
  list-style: none;
}
#About_Sub .About_Sub_Wrap ul._List li {
  padding-top: 1rem;
  font-size: 0.8rem;
}
#About_Sub .About_Sub_Wrap ul._List li .bold {
  font-size: 0.8rem;
}

#Detail .D_Right .Image_Pre {
  padding: 8% 5%;
  background-color: #999;
  color: #fff;
}
#Detail .D_Right .Image_Pre .base_ttl {
  font-size: 1rem;
  padding-bottom: 1rem;
}
#Detail .D_Left {
  padding: 8% 5%;
  width: 100%;
}
#Detail .D_Left .Wrap ._Star {
  font-size: 0.8rem;
}
#Detail .D_Left .Wrap ._Star span {
  font-size: 0.7rem;
}
#Detail .D_Left .Wrap dl.Rental_detail2 {
  font-size: 0.7rem;
  background-color: #EFEFEF;
  padding: 3%;
  margin-top: 1rem;
}
#Detail .D_Left .Wrap dl.Rental_detail2 dt, #Detail .D_Left .Wrap dl.Rental_detail2 dd {
  font-size: 0.85rem;
  line-height: 1.6rem;
}
#Detail .D_Left .Wrap dl.Rental_detail2 dd {
  margin-bottom: 0.5rem;
}
#Detail .D_Left .Wrap dl.Rental_detail2 .Rental_Pre {
  background-color: #fff;
  padding: 0.3rem 1rem;
  border-radius: 999rem;
  margin-top: 1.5rem;
}
#Detail .D_Left .Wrap dl.Rental_detail2 .Rental_Pre p {
  font-size: 0.85rem;
  line-height: 1.6rem;
}
#Detail .D_Left .Wrap dl.Rental_detail2 .Rental_Company {
  margin-top: 0.5rem;
}
#Detail .D_Left .Wrap dl.Rental_detail2 .Rental_Company p {
  font-size: 0.85rem;
  line-height: 1.6rem;
}
#Detail .Detail_Contact {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  position: sticky;
  bottom: 1rem;
}
#Detail .Detail_Contact .Btn_bk {
  display: block;
  margin: 0 auto 3rem auto;
  background-color: #000;
  color: #fff;
  padding: 1rem 6rem;
  border-radius: 999rem;
}

#Back_List {
  width: 20%;
  margin: 0 auto;
  padding: 1.5rem 0 8rem 0;
}

#Contact .Contact {
  width: 90%;
  margin: 0 auto;
  padding: 2rem 0 6rem 0;
}
#Contact .Contact .Contact_txt p {
  padding-top: 0.5rem;
  font-size: 0.7rem;
}
#Contact .Contact form {
  padding: 2rem 0 0 0;
}
#Contact .Contact form .form_block {
  margin-bottom: 2.5rem;
}
#Contact .Contact form .form_block .form_ttl {
  font-size: 0.7rem;
  display: block;
  padding-bottom: 0.2rem;
}
#Contact .Contact form .form_block input {
  border: none;
  display: block;
  width: 100%;
  padding: 0.2rem;
  font-size: 16px;
  border-bottom: solid 1px #000;
}
#Contact .Contact form .form_block select {
  display: block;
  width: 100%;
  padding: 0.2rem;
  border: none;
  border-bottom: solid 1px #000;
  font-size: 16px;
}
#Contact .Contact form .form_block textarea {
  border: none;
  display: block;
  width: 100%;
  height: 20rem;
  padding: 0.2rem;
  font-size: 16px;
  border-bottom: solid 1px #000;
}
#Contact .Contact form .form_block input[type=checkbox] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}
#Contact .Contact form .form_block input.form_Btn[type=submit] {
  border: none;
  background-color: #000;
  color: #fff;
  padding: 1rem;
  border-radius: 999rem;
}
#Contact .Contact form .form_block .form_check {
  margin-bottom: 1rem;
}
#Contact .Contact form .form_block .contact_attention {
  font-size: 0.7rem;
}

/*----------------*/
/*    タブレット    */
/*----------------*/
@media screen and (min-width: 768px) {
  .swiper-slide {
    height: 40vh;
  }
  .swiper-slide img {
    height: 100% !important;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #Rental .Rental_List .Rental_Card {
    width: 30%;
    margin-right: 5%;
  }
  #Rental .Rental_List .Rental_Card:nth-child(2n) {
    margin-right: 5%;
  }
  #Rental .Rental_List .Rental_Card:nth-child(3n) {
    margin-right: 0;
  }
  #Rental .Rental_List .Rental_Card .Rental_img {
    height: 15rem;
  }
  #About .About_Wrap .About_Card {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #About .About_Wrap .About_Card .Card {
    width: 48%;
    margin-left: auto;
    margin-right: auto;
  }
  #Detail {
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  #Detail .D_Right {
    width: 60%;
  }
  #Detail .D_Right .Madori {
    display: flex;
    width: 100%;
    margin: 2rem 0;
  }
  #Detail .D_Right .Madori img {
    width: 50%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  #Detail .D_Right .Image_Pre {
    display: flex;
    flex-wrap: wrap;
  }
  #Detail .D_Right .Image_Pre p {
    width: 100%;
  }
  #Detail .D_Right .Image_Pre img {
    display: block;
    width: 50%;
  }
  #Detail .D_Left {
    width: 40%;
    padding: 0 5%;
    position: sticky;
    top: 2rem;
  }
  #Detail .D_Left .Wrap dl.Rental_detail2 {
    display: flex;
    flex-wrap: wrap;
  }
  #Detail .D_Left .Wrap dl.Rental_detail2 dt {
    width: 25%;
  }
  #Detail .D_Left .Wrap dl.Rental_detail2 dd {
    width: 75%;
  }
  #Detail .D_Left .Wrap .Rental_Pre {
    width: 100%;
    margin-top: 0.5rem;
  }
  #Detail .Detail_Contact {
    width: 60%;
    margin-left: 40%;
  }
  #Detail .Detail_Contact .Btn_bk {
    display: inline-block;
    margin: 3rem auto;
    width: 90%;
  }
  #Back_List {
    max-width: 120px;
    padding: 10rem 0;
  }
}
#Privacy {
  padding: 3rem 5%;
}
#Privacy ul {
  list-style: decimal;
  padding: 0 0 0 8%;
  margin-top: 0.5rem;
}
#Privacy ul li {
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}
#Privacy p {
  font-size: 0.85rem;
  margin: 0.75rem 0;
}
#Privacy h2.Rental_ttl.Title2 {
  padding-top: 1.5rem;
}

/*----------------*/
/*    PCサイズ    */
/*----------------*/
@media screen and (min-width: 1024px) {
  .swiper-slide {
    height: 70vh;
  }
  #Rental {
    max-width: 1000px;
  }
  #Rental .Rental_List .Rental_Card {
    width: 22%;
    margin-right: 4%;
  }
  #Rental .Rental_List .Rental_Card:nth-child(2n) {
    margin-right: 4%;
  }
  #Rental .Rental_List .Rental_Card:nth-child(3n) {
    margin-right: 4%;
  }
  #Rental .Rental_List .Rental_Card:nth-child(4n) {
    margin-right: 0;
  }
  #About .About_Wrap {
    background-size: cover;
    padding: 15rem 0;
  }
  #About .About_Wrap .About_ttl {
    max-width: 1000px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  #About .About_Wrap .About_Card {
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  #About .About_Wrap .About_Card .Card {
    margin-right: 0;
    margin-left: 0;
    width: 30%;
  }
  #About .About_Wrap .About_Card .Card .Card_Flex {
    padding: 2rem 0 1rem 0;
  }
  #About .About_Wrap .About_Card .Card .Card_Flex p {
    font-size: 0.6rem;
    letter-spacing: 0;
  }
  #About_Sub {
    max-width: 1000px;
    margin: 0 auto;
    padding: 6rem 0;
  }
  #About_Sub .About_Sub_Wrap {
    padding-bottom: 5rem;
  }
  #About_Sub .About_Sub_Wrap h2 {
    padding-bottom: 1rem;
  }
  #About_Sub .About_Sub_Wrap p {
    font-size: 0.8rem;
    line-height: 1.8rem;
  }
  #Contact {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8rem;
  }
  #Contact .Contact {
    padding: 0;
    width: 50%;
    max-width: 550px;
    margin: 5rem auto 0 5%;
  }
  .Contactimg::before {
    content: "";
    width: 40%;
    height: 100vh;
    display: block;
    background-image: url(../image/contact/contact.jpg);
    background-size: cover;
    background-position: center;
    position: sticky;
    top: 0;
  }
  #Privacy {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  #Privacy ul {
    padding: 0 0 0 3rem;
  }
}
/*=============================
=========ESTATE PAGE===========
=============================*/
._Area_Category {
  font-weight: bold;
  font-size: 0.75rem;
  letter-spacing: 0rem;
  display: inline-block;
  margin: 0 0.3rem 0.5rem 0.3rem;
}
._Area_Category._active {
  background-color: #000;
  color: #fff;
  padding: 0.15rem 1rem;
  border-radius: 999rem;
}

#Pager {
  width: 90%;
  max-width: 1000px;
  margin: -3rem auto 0 auto;
  padding-bottom: 5rem;
}
#Pager ul {
  list-style: none;
}
#Pager ul li {
  margin: 0 1rem;
  font-size: 0.7rem;
}
#Pager .Pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#Pager .Pager .active {
  font-size: 1rem;
}

/*----------------*/
/*    タブレット    */
/*----------------*/
@media screen and (min-width: 768px) {
  ._Area_Category {
    font-size: 1rem;
    margin: 0 0.5rem 0.5rem 0.5rem;
  }
}
/*----------------*/
/*    PCサイズ    */
/*----------------*/
@media screen and (min-width: 1024px) {
  .contener {
    padding-top: 2rem;
  }
}/*# sourceMappingURL=contents.css.map */