@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
*/

/************************************
** 子テーマ用のスタイル
************************************/

/* 理想の住まい */
/* home.css と共用 */
.page-id-264 .cat-deal {
  margin: 40px 0 0;
  background-size: contain;
}
.page-id-264 .cat-deal::before {
  top: -20px; /* 背景画像の調整 */
  bottom: 50px;
}

/* 理想の住まいの簡単な探し方 */
.page-id-264 .cat-deal_search {
  position: relative;
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 40px;
}
.page-id-264 .cat-deal_search::before {
  content: "";
  position: absolute;
  top: 0px; /* 背景画像をはみ出す */
  left: -80px;
  right: -80px;
  bottom: 0px;
  background-image: url(../img/risou/ideal-search-bg.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1; /* テキストの後ろに */
}
.cat-deal_search_text {
  padding: 10px 30px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border: 0.5px solid #888888;
}
.cat-deal_search_text .cat-item-ideal_text-primary {
  font-size: 23px;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}

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

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

  /* 理想の住まい */
  /* home.css と共用 */
  .page-id-264 .cat-deal {
    height: auto;
    margin-bottom: 60px;
  }
  .page-id-264 .cat-deal::before {
    top: -20px;
    left: -15px;
    right: -15px;
    bottom: -20px;
    background-position: right -150px bottom;
  }
  /* 理想の住まいの簡単な探し方 */
  .page-id-264 .cat-itembox-l::after,
  .cat-itembox-r::after {
    margin: 0;
  }
  .page-id-264 .cat-item img {
    display: none;
  }
  .page-id-264 .cat-deal_search {
    padding: 40px 10px;
  }
  .page-id-264 .cat-deal_search::before {
    top: 0;
    left: -15px;
    right: -15px;
    bottom: 0;
    background-position: right -150px bottom;
  }
  .page-id-264 .cat-item + p {
    text-align: left;
  }
  .page-id-264 .cat-deal_search_text .cat-item-ideal_text-primary {
    font-size: 0.9rem;
  }
  .cat-deal_search_text {
    padding: 10px 20px;
  }
  .page-id-264 .cat-deal_search_text p {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 3px dotted #00aa95; /* ← 破線 */
  }
  .page-id-264 .cat-deal_search_text p:last-child {
    border-bottom: 0;
  }
}
