@charset "utf-8";
@media only screen and (min-width:769px) {
    .propertyInfo {
      position: relative;
      cursor: pointer;
    }

    .propertyInfo:before  {
      position:absolute;
      display: block;
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0);
      opacity: 0;
      transition: 0.5s;
    }
    .propertyInfo:hover:before  {
      opacity: 0.7;
      z-index: 2;
      transition: 0.5s;
    }

    .propertyInfo .propertyInfoBelow {
      z-index: 2;
      opacity: 0;
      transition: 0.8s;
    }

    .propertyInfo .propertyInfoAbove {
      opacity: 1;
      transition: 0.8s;
    }

    .propertyInfo:hover .propertyInfoAbove {
      opacity: 0;
      transition: 0.8s;
    }

    .propertyInfo:hover .propertyInfoBelow {
      opacity: 1;
      bottom: 8%;
      left: 6%;
      width: 88%;
      text-align: justify;
      z-index: 20;
      transition: 0.8s;
    }
}

@media screen and (max-width: 767px) {

  .modal.-property .modal__bg {
    background-color: rgb(0 0 0 / 0.85);
  }

 .modal.-property .modal__content {
   background-color: inherit !important;
   width: 90%;
   color: #fff !important;
 }


 .modal.-property .close-btn {
   position: absolute;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   font-size: 3vw;
   font-family: "Shuei KakuGo Gin B";
   font-weight: bold;
   margin: auto;
   top: -30px;
   right: 0px;
   height: 25px;
   width: 25px;
   cursor: pointer;
   background: none;
   border: none
 }

 .modal.-property .close-btn::before {
   position: absolute;
   content: "";
   width: 25px;
   height: 2px;
   top: 5px;
   left: 0;
   background: rgba(255, 255, 255, .9);
   -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg)
 }

 .modal.-property .close-btn::after {
   position: absolute;
   content: "";
   width: 25px;
   height: 2px;
   top: 5px;
   left: 0;
   background: rgba(255, 255, 255, .9);
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg)
 }

 .modal.-property .close-btn span {
   display: none
 }

}

body#page_archives .myBlockOwers__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #333;
    color: #fff;
    width: 60%;
    max-width: 260px;
    min-width: 200px;
    height: 50px;
    margin: 0 auto;
    border-radius: 50px;
    font-family: "Yu Gothic Pr6N D", "A1 Gothic M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
    font-weight: 700 !important;
    margin-top: 20px;
    text-decoration: none !important;
    position: relative;
}

#allView__btn.myBlockOwers__btn:after {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color:  transparent transparent #293b5f #293b5f;
  transform: rotate(-45deg);
  top: 35%;
  right: 28%;

}

@media (max-width: 768px) {
    body#page_archives .myBlockOwers__btn{
        line-height: 40px;
        font-size: .95rem
    }

    #allView__btn.myBlockOwers__btn:after {
        top: 33%;
        right: 20%;
    }
}
