@charset "UTF-8";
/* CSS Document */

/*--------物件シングルページ--------*/

.property-detail 
{ 
  margin: 0 auto;
 position: relative;
  
  }
.property-detail h2::before {
   content: "\25A0"; /* 黒い四角 */
  color: #4B4B4B;
  margin-right: 0.2em;
}


/*画像ギャラリースライダー*/
.property-gallery-swiper {
  max-width: 800px;
  margin: auto;
}

.main-swiper {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.main-swiper img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.thumb-swiper {
  height: 100px;
}

.thumb-swiper .swiper-slide {
  width: 100px !important;
  height: 100px;
  opacity: 0.4;
  cursor: pointer;
}

.thumb-swiper .swiper-slide-thumb-active {
  opacity: 1;
}

.thumb-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
 /*----------------*/

#property-single{
  padding-top: 20px;
}

#property-single h1{
 font-size: 25px;
}

#property-single h2{
   font-size: 20px;
}


.property-flex{
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
}

.property-type{
  display: flex;
  width: 100%;
  position: relative;
 justify-content:flex-end;
}



   /*物件情報テーブル*/
.property-info {
  width: 50%;
  border-collapse: collapse;
  margin: 20px 0;
  font-family: Arial, sans-serif;
  background-color: #fff;
}

.property-info th,
.property-info td {
  padding: 12px 15px;
  text-align: left;
  border: 1px solid #ddd;

}
.property-info tr {
height: 30px!important;
}





.property-info th {
  background-color: #f4f4f4;
  color: #333;
  font-weight: bold;
  width: 30%;
}

.property-info td {
  background-color: #fafafa;
  color: #555;
}

.property-info tr:nth-child(even) td {
  background-color: #f9f9f9;
}

.property-info tr:hover td {
  background-color: #f1f1f1;
}

.property-info td {
  font-size: 14px;
}

.property-info th {
  font-size: 16px;
}


.property-description{

}

.property-right-box{
    width: 50%;
padding: 30px;
  box-sizing: border-box;
}



/*マップ表示*/
.property-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.property-map iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  
}


/*フォームのボックス。本体のCSSは別*/
.contact-form-area {
  width: 100%;
  margin-top: 50px;
  padding: 30px;
  border-radius: 10px;
}
.contact-form-area h2 {
  margin-bottom: 20px;
  text-align: center;
}


/*--------物件シングルページ　終わり--------*/





@media  (max-width: 768px) {  
  /* タブレット向けのスタイル */  
/*--------物件シングルページ--------*/
  
.property-flex{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}  


   /*物件情報テーブル*/
.property-info {
  width: 100%;
  /* [disabled]border-collapse: collapse; */
  /* [disabled]margin: 20px 0px; */
  /* [disabled]font-family: Arial, sans-serif; */
  /* [disabled]background-color: #fff; */
}
  
  .property-right-box{
  width: 100%;
  /* [disabled]padding: 30px; */
  /* [disabled]box-sizing: border-box; */
}
  
}

@media (max-width: 544px) { 
   
  /* スマホ向けのスタイル */


}
