@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/* NAMIKI PROPERTY: 物件一覧カード（page-properties.php用） */
.np-status-heading {
  margin-top: 2em;
}
.np-property-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 24px;
  margin: 1em 0 2em;
}
.np-property-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.np-property-card__thumb {
  aspect-ratio: 4 / 3;
  background: #f2f2f2;
}
.np-property-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.np-property-card__thumb-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 0.9em;
}
.np-property-card__body {
  padding: 16px;
}
.np-property-card__title {
  margin: 0 0 0.4em;
  font-size: 1.05em;
}
.np-property-card__usage {
  margin: 0 0 0.4em;
  font-size: 0.85em;
  color: #666;
}
.np-property-card__excerpt {
  margin: 0 0 0.6em;
  font-size: 0.9em;
  color: #444;
}
.np-property-card__status {
  display: inline-block;
  font-size: 0.8em;
  padding: 2px 10px;
  border: 1px solid #999;
  border-radius: 999px;
  color: #666;
}
.np-property-card__more {
  margin: 0.6em 0 0;
  font-size: 0.8em;
  color: #888;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
