h1.taitoruporo{
   background: #006934;
   padding:8px 8px 8px 30px;
   font-size:18px;
   color: #fff;
   margin:80px 0 30px 0;
}
h2.taitoruporo{
   background: #006934;
   padding:8px 8px 8px 30px;
   font-size:18px;
   color: #fff;
   margin:0;
}

.toutyoudayo{
    background: #eee9d6;
    padding:30px 15px 45px 30px;
    margin:0 0 50px 0;
    position: relative;
}


.toutyoudayo:before {
    position: absolute;
    top: 22px;
    left: 20px;
    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;
}

.toutyoudayo2 {
    background: #eee9d6;
    padding: 15px 15px 15px 30px;
    margin: 0 0 15px 0;
    position: relative;
}

.toutyoudayo2: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;
}
.tokutyou-list {
  list-style: none;
  padding-left: 1.2em;
  margin-left:30px;
}

.tokutyou-list li::before {
  content: "●";
  font-size: 1.4em;
  color: #333;
  margin-right: 0.5em;
  display: inline-block;
  line-height: 1;
}

.tokutyou-list2 {
  list-style: none;
  padding-left: 1.2em;
  padding-inline-start: 0px;
}

.tokutyou-list3 {
  margin-left: 30px;
}

.body1080{
  max-width: 1080px;
  margin:0 auto;
}


.property-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  align-items: stretch; /* 高さ揃える */
}

.property-left img {
  display: block;
}

.property-left {
  position: relative;
}
.property-right iframe {
  width: 100%;
  min-height: 100%;
}

.photo-slider {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
/* 各スライド */
.swiper-slide {
  width: 100% !important;
  height: auto;
  display: block;
  text-align: center;
}

.swiper-wrapper {
  display: flex;
}
.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* ページネーションのドット */
.swiper-pagination {
  text-align: center;
  margin-top: 10px;
}

.swiper-pagination {
  position: absolute;
  bottom: -7% !important;
  left: 0;
  width: 100% !important;
  text-align: center;
}

/* ドットサイズを調整したい場合 */
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #333;
  opacity: 0.5;
  margin: 0 5px;
}

.swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}

.custom-table{
   margin:100px 0 40px 0; 
}

.custom-table tr{
  padding:15px;
  border: solid 1px #ccc;
}

.custom-table td{
  padding:25px 15px;
}

.custom-table .tyairo{
   background: #eee9d6;
   border-right: solid 1px #ccc;
   width:25%;
   height:100%;
}

.bosyu-text {
  white-space: normal;
}


.btn-round3 a {
    background: #006934;
    border-radius: 3px;
    position: relative;
    display: flex
;
    text-decoration: none;
    justify-content: space-around;
    align-items: center;
    margin: 50px auto 150px auto;
    max-width: 200px;
    padding: 10px 25px 10px 45px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    border-radius: 30px;
}
.btn-round3 a:hover {
    background: #28915c;
}
.btn-round3 a:after {
    content: '';
    width: 30px;
    height: 20px;
    background-image: url(https://www.tanpopo-ph.co.jp/wp/wp-content/uploads/2025/06/dds.webp);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: 32%;
    left: 28px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn-round3 a:hover:after {
border-color: #FFF;
}


.nakanomoto{
  text-align: center;
  margin:70px auto 120px auto;
  position: relative;
  max-width: 520px;
}

.nakanomoto p{
 line-height:2;
 color: #000;
}

.nakanomoto:before {
    content: '';
    display: inline-block;
    width: 67px;
    height: 90px;
    background-image: url(https://www.tanpopo-ph.co.jp/wp/wp-content/uploads/2025/06/アートボード-22@2x.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -30px;
    right: -12px;
}



.property-archive{
      display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.property-item{
  border: solid 1px #006934;
}

.bohemian{
      display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.midori-makibaou{
  margin:0 0 15px 0;
}

.midori-makibaou span{
  color: #006934;
}


.property-thumb{
  margin:0 15px 15px 15px;
}

.bohy980{
  max-width: 1080px;
  margin:0 auto 100px auto;
}

.korokoro {
    text-align: right;
    margin: 10px 10px 5px 30px;
    position: relative;
}
.korokoro .btn-detail {
    display: inline-block;
    padding: 4px 30px 0px 25px;
    background: none;
    color: #333;
    margin: 0 0 35px 0;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    font-size: 14px;
}
.korokoro .btn-detail::before {
    content: '';
    position: absolute;
    bottom:0;
    left:0;
    width:90%;
    height:1px;
    border-bottom: 1px solid #494848;
    z-index: 2;
}
.korokoro .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;
}

.top-hedokinpoen{
position: relative;
margin:-26px 0 10px 0;
}
.top-hedokinpoen img{
    width: 100%;
    height: auto;
    aspect-ratio: 2734 / 409;
    object-fit: cover;
}

.top-hedokinpoen h1{
position: absolute;
top:50%;
left:50%;
transform: translate(-50%, -50%);
color: #fff;
font-size:1.6vw;
letter-spacing: 0.65vw;
font-family: "BIZ UDMincho", serif;
}

.freboxmmm{
  background: #eee9d6;
  padding:120px 0;
  margin:50px 0;
}

.freboxmmm .body880 {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
}

.siroino {
  width: 280px;
  box-sizing: border-box;
  background: #fff;
  padding: 1em 30px;
  border: 1px solid #ccc;
  border-radius: 8px;
  min-height: 450px;
}

.siroino h2{
  text-align: center;
  color: #006934;
  font-size:19px;
  font-weight: 700;
  margin:0 0 30px 0;
}

.siroino p{
  font-size:16px;
  font-weight: 700;
  margin:0 0 15px 0;
  color: #000;
}


.siroino .nakamoto{
  width: 20%;
  height:auto;
  margin:0 auto 15px auto;
}
.siroino .nakamoto16{
  width: 23%;
  height:auto;
  margin:0 auto 15px auto;
}
.siroino .nakamoto2{
  width: 80%;
  height:auto;
  margin:0 auto 15px auto;
}
.siroino .nakamoto3{
  width: 35%;
  height:auto;
  margin:0 auto 15px auto;
}

.siroino .nakamoto4{
  width: 45%;
  height:auto;
  margin:0 auto 15px auto;
}

p.bukenjyouhou66{
font-size:22px;
font-weight: 700;
letter-spacing: 7px;
margin:120px 0;
position: relative;
z-index: 3;
text-align: center;
}

.bukenjyouhou66 span {
  position: relative;
  z-index: 2;
}
p.bukenjyouhou66:before {
  content: '';
position: absolute;
background: #ffea00;
position: absolute;
top:50%;
left:50%;
z-index: 1;
width:100px;
height:100px;
border-radius:50%;
transform: translate(-50%, -50%);
}
.pc99{
display:block;
}
.sp99{
display:none;
}
.pagination{
  margin:30px auto;
}

.sen-sen{
  border-bottom: solid 1px #1a1919;
  padding:3px 0;
}

@media screen and (max-width: 786px) {
  .top-hedokinpoen{
position: relative;
margin:0;
}
.property-block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    align-items: stretch;
}
.property-right iframe {
  width: 100%;
  height: 300px;
  min-height: 100%;
}
.property-archive{
      display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}
.midori-makibaou {
    margin: 0 0 5px 0;
    font-size: 12px;
}
.body1080{
  max-width: 1080px;
  margin:0 15px;
}
.toutyoudayo:before {
    position: absolute;
    top: 22px;
    left: 11px;
}
.tokutyou-list {
    list-style: none;
    padding-left: 1.2em;
    margin-left: 14px;
    font-size: 14px;
}
.custom-table,
  .custom-table tr,
  .custom-table td {
    display: block;
    width: 100%;
  }

  .custom-table tr {
    margin-bottom: 20px; /* 各行に余白（任意） */
  }

  .custom-table td {
    padding: 10px;
    border-right: none;
    border-bottom: solid 1px #ccc;
  }

  .custom-table .tyairo {
    font-weight: bold;
    background: #eee9d6;
    border-right: none;
    width: 100%;
    text-align: center;
  }
  .siroino {
    width: 100%;
    min-height: 100%;
    margin:0 30px;
}
.bohy980 {
    max-width: 1080px;
    margin: 0 15px 100px 15px;
}
.nakanomoto {
    text-align: left;
    margin: 70px auto 120px auto;
    position: relative;
    max-width: 100%;
}
.nakanomoto:before {
    bottom: -70px;
    right: -12px;
}
.pc99{
display:none;
}
.sp99{
display:block;
}
.top-hedokinpoen h1 {
    font-size: 22px;
}
.tokutyou-list3 {
    margin-left: 30px;
    font-size: 12px;
}
.bohemian {
  grid-template-columns: 1fr 1.25fr;
    gap: 5px;
}
.property-thumb {
    margin: 0 5px 15px 5px;
}
.top-hedokinpoen img {
    width: 100%;
    height: auto;
    aspect-ratio: 743 / 690;
    object-fit: cover;
}
  }