@charset "UTF-8";
#pageHead {
  background-color: #f3f4f7;
  background-image: url(../images/pageHead_bg.jpg);
  background-position: top center;
}

.pagination {
  color: #666;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  max-width: 1020px;
  margin: 35px auto 15px;
}

#archive {
  margin: 60px 0 0;
}

#archive .lead {
  font-size: 26px;
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
  font-weight: bold;
  text-align: center;
}

#archive .ownerList {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, 315px);
  gap: 37px;
}

#archive .ownerList > article a {
  width: 315px;
  height: 100%;
  background: #f4f5f8;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  border-radius: 5px;
  transition: 0.3s;
  display: block;
  transition: transform 0.3s ease;
}

#archive .ownerList > article a:hover {
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 12px 20px -3px,
    rgba(0, 0, 0, 0.05) 0px 8px 10px -2px;
  transform: translateY(-3px);
}

#archive .ownerList > article a .thumb {
  width: 100%;
  height: 190px;
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}

#archive .ownerList > article a .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#archive .ownerList > article a:hover .thumb img {
  opacity: 1;
}

#archive .ownerList > article a .textBlock {
  padding: 20px 20px 17px 20px;
}

#archive .ownerList > article a .textBlock .detail {
  color: #666;
  font-size: 12px;
}

#archive .ownerList > article a .textBlock .detail .area {
  color: #d0324b;
  font-weight: bold;
  display: inline-block;
  margin-right: 15px;
  padding: 2px 0;
}

#archive .ownerList > article a .textBlock h2 {
  font-weight: bold;
  min-height: 3em;
  margin: 5px 0 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#archive .ownerList > article a .textBlock .nameBox {
  color: #888;
  margin: 10px 0;
}

#archive .ownerList > article a .textBlock .nameBox .yago {
  font-size: 13px;
}

#archive .ownerList > article a .textBlock .nameBox .name {
  font-size: 13px;
}

#archive .ownerList > article a .textBlock ul {
  width: 100%;
  margin: 12px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

#archive .ownerList > article a .textBlock ul li {
  color: #d0324b;
  font-size: 14px;
  border: 2px solid #d0324b;
  border-radius: 5px;
  padding: 2px 15px;
}

/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width: 700px) {
  #pageHead {
    background-image: url(../images/pageHead_bg_sp.jpg);
    /*		background-position: top center;*/
  }

  .pagination {
    margin: 9.3vw 6vw 4vw;
  }

  #archive {
    margin: 9.3vw 0 0;
  }

  #archive .lead {
    font-size: 1.53rem;
  }

  #archive .ownerList {
    width: 100%;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fit, 80vw);
    justify-content: center;
    gap: 7.5vw;
  }

  #archive .ownerList > article a {
    width: 100%;
    height: auto;
  }

  #archive .ownerList > article a .thumb {
    height: 40vw;
  }

  #archive .ownerList > article a .textBlock {
    padding: 6% 8% 6%;
  }

  #archive .ownerList > article a .textBlock .detail {
    font-size: 0.81rem;
  }

  #archive .ownerList > article a .textBlock .detail .area {
    width: 15vw;
    margin-right: 2.6vw;
  }

  #archive .ownerList > article a .textBlock h3 {
    margin: 1vw 0 0;
  }

  #archive .ownerList > article a .textBlock .nameBox {
    margin: 1.3vw 0 0;
  }

  #archive .ownerList > article a .textBlock .nameBox .yago {
    font-size: 0.9rem;
  }

  #archive .ownerList > article a .textBlock .nameBox .name {
    font-size: 0.9rem;
  }

  #archive .ownerList > article a .textBlock ul {
    margin: 2.6vw 0 0;
  }

  #archive .ownerList > article a .textBlock ul li {
    font-size: 0.81rem;
    margin: 0.7vw 1vw 0.7vw 0;
    padding: 0 1.8vw;
  }

  #archive .ownerList > article a .textBlock ul li:last-child {
    margin-right: 0;
  }
}
