.area-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
    width: 100%;
    justify-content: center;
}
.area-buttons button {
    padding: 15px  40px;
    cursor: pointer;
    border: solid 1px #ccc;
}
.area-buttons .active {
  background: #ffd700; /* 黄色 */
}
.pref-list {
  display: none;
}
.pref-list.active {
  display: block;
}

button.akai-no-botandesu {
    padding: 10px 60px;
    background: #c31426;
    color: #fff;
    border-radius: 20px;
    border: none;
}

button.akai-no-botandesu:hover {
    background:rgb(196, 61, 74);
}

.botan-okiba{
margin:30px auto;
text-align: center;
}
.midasito{
border: solid 1px #ccc;
text-align: center;
max-width: 1080px;
margin:100px auto;
}
.midasito h2{
  background: #eee9d6;
  padding:15px 0;
  margin:0px auto 45px auto;
}
.kimidorisensei{
  background:rgb(236, 229, 149);
  padding:50px 0;
}
.property-item {
    border: solid 1px #006934;
    background: #fff;
    display: flex;
    flex-direction: column;
}
.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;
}
.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;
}
.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;
}
.midori-makibaou2 span {
    color: #006934;
}
@media screen and (max-width: 768px) {
.area-buttons button {
    padding: 7px 30px;
    cursor: pointer;
    border: solid 1px #ccc;
}
    .midori-makibaou2 {
        margin: 0;
        font-size: 12px;
    }
.area-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin-bottom: 25px;
    width: 100%;
    justify-content: center;
    padding: 0 10px;
}
}