@charset "UTF-8";

/* アスペクト比固定 */
/* object-fit-img */
img.ofi {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: "object-fit: cover;";
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto; */
}
.ofi-area {
  position: relative;
}
/* アスペクト比　５：３ */
.ofi-area::before {
  content: "";
  display: block;
  /* padding-top: 60%; */
  padding-top: 76%;
}

/* ---------------------------------------------------------- */
/* 　　　　　　　　　　　　　TOPページ */
/* ---------------------------------------------------------- */
/* 保有不動産の賃貸　サムネイルリスト */
.works-list-wrap {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 120px;
  padding-top: 50px;
  margin-top: -50px;
}
.works-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  list-style: none;
}
.works-list li {
  /* max-width: 240px; */
  width: 23%;
  margin-right: 2.6%;
  margin-bottom: 20px;
  transition: .4s;
}
.works-list li:nth-of-type(4n) {
  margin-right: 0;
}
.works-list li.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0;
  /* padding:0; */
}
.works-list li a {
  transition: .2s;
}
.works-list li a:hover {
  opacity: 0.8;
}
/* .works-list .thumb-img {
  width: 100%;
  height: auto;
  margin-bottom: 6px;
} */
.works-list .thumb-ttl {
  font-size: 13px;
  text-align: right;
  line-height: 1.7;
}

/* ボタン */
.btn-area {
  display: flex;
  justify-content: center;
}
.link-btn {
  max-width: 300px;
  width: 100%;
  font-size: 13px;
  padding: 17px;
  text-align: center;
  color: #000;
  border: 1px solid #1B8740;
  transition: .2s;
}
/* .link-btn:last-of-type {
  margin-left: 20px;
} */
.link-btn:hover {
  opacity: 0.8;
}
.more-btn {
  cursor: pointer;
  margin-left: 20px;
}

.map-nav .nav-left {
  width: 50%;
}
.map-nav .nav-right {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .works-list {
    margin-bottom: 40px;
  }
  .works-list li {
    width: 47%;
    margin-right: auto;
  }
  .works-list li:nth-of-type(2n) {
    margin-right: 0;
  }
  .works-list .thumb-ttl {
    font-size: 2.8vw;
  }
  .link-btn {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 480px) {
  .works-list {
    margin-bottom: 40px;
  }
  /* .works-list li {
    width: 47%;
    margin-right: auto;
  } */
  /* .works-list li:nth-of-type(2n) {
    margin-right: 0;
  } */
  /* .works-list .thumb-ttl {
    font-size: 14px;
  } */
  .link-btn {
    /* font-size: 14px; */
    padding: 12px;
  }
}

/* ---------------------------------------------------------- */
/* 　　　　　　　　　　　　　　MAPページ */
/* ---------------------------------------------------------- */
.main.page-map {
  padding-top: 100px;
}
.map-area {
  margin-bottom: 80px;
}
.map-area iframe {
  max-width: 700px;
  /* width: 90%; */
  width: 100vw;
  height: 600px;
}
@media screen and (max-width: 768px) {
  .map-area iframe {
    height: 100vw;
  }
}

/* ハンバーガーメニュー */
header img {
  padding: 23px .75rem;
}
.drawer-hamburger {
  padding-top: 14px;
  z-index: 1000 !important;
}
.icon-txt {
  font-size: 11px;
  color: #528d7c;
  /* display: block; */
  width: 56px;
  position: absolute;
  top: 42px;
  right: 0px;
  transition: .2s;
}
.drawer-nav {
  /* top: 60px; */
  padding-top: 60px;
}
.drawer--right.drawer-open .drawer-hamburger {
  right: 0 !important;
  /* z-index: 104; */
}

/* ---------------------------------------------------------- */
/* 　　　　　　　　　　　　　404ページ */
/* ---------------------------------------------------------- */
.notfound-content{
  margin-top: 50px!important;
}