.kimidorisensei{
  background:rgb(236, 229, 149);
  padding:50px 0;
}
.property-item {
    border: solid 1px #006934;
    background: #fff;
    display: flex;
    flex-direction: column;
}
.bohemian21 img{
}
.property-thumb21 {
    margin:15px;
}
.property-thumb21 img{
    width:100%;
height:35rem;
object-fit: cover
}
.gorogo02{
  padding:0 15px;
}
.midori-makibaou2 {
    margin: 0 0 5px 0;
}
.midori-makibaou2 span {
    color: #006934;
}
.korokoro21 {
    text-align: right;
    margin: -10px 10px 5px 30px;
    position: relative;
}
.korokoro21 .btn-detail {
    display: inline-block;
    padding: 4px 30px 0px 25px;
    background: none;
    color: #333;
    margin: 0 0 20px 0;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    font-size: 14px;
}
.korokoro21 .btn-detail::after {
    content: '';
    position: absolute;
    right: -3px;
    top: 95%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: #ffdb00;
    border-radius: 50%;
    z-index: 1;
}
.korokoro21 .btn-detail::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 1px;
    border-bottom: 1px solid #494848;
    z-index: 2;
}
.toutyoudayo21 {
    background: #eee9d6;
    padding: 15px 15px 15px 30px;
    margin: 0;
    position: relative;
    margin-top: auto;
    min-height: 158px;
}
.toutyoudayo21:before {
    position: absolute;
    top: 16px;
    left: 10px;
    content: '';
    background-image: url(https://www.tanpopo-ph.co.jp/wp/wp-content/uploads/2025/06/ttr@2x.webp);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    width: 45px;
    height: 70px;
}
#back-to-list{
 margin:0 auto;
}
.btn-round3 a {
    margin: 50px auto 50px auto;
}
@media screen and (max-width: 768px) {
    .midori-makibaou2 {
        margin: 0;
        font-size: 12px;
    }
}
/* 中央寄せ＆見た目 */
#back-to-list{
  display: block;           /* margin: auto を効かせるため */
  margin: 16px auto 24px;   /* 上下マージンはお好みで */
  width: 100px;             /* そのまま固定幅で使うなら残す。可変にしたいなら削除 */
  padding: 10px 14px;
  text-align: center;
  font-weight: 600;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0,0,0,.06);
  transition: background .2s, border-color .2s, transform .05s;
}
#back-to-list:hover{
  background: #f5f5f5;
  border-color: #bbb;
}
#back-to-list:active{
  transform: translateY(1px);
}
#back-to-list:focus-visible{
  outline: 2px solid #ffd54f; /* アクセシビリティ */
  outline-offset: 2px;
}

/* モバイルで少し広めにしたい場合（任意） */
@media (max-width: 480px){
  #back-to-list{
    width: 140px; /* もしくは width: auto; min-width: 140px; にすると可変 */
  }
}