@charset "UTF-8";


/*******************************
*　
********************************/

/* セクション設定 */
.pg_xxx{

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){

  .pg_xxx{

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }

}
@media (min-width:1024px){


}
@media (min-width:1200px){


}
@media (min-width:1470px){


}
@media (min-width:1720px){


}

/* メイン部分 */


/* 物件検索レイアウト */
.property_layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.property_layout_box1{
  width: 100%;
  order: 2;
  margin-top: 30px;
}
.property_layout_box2{
  width: 100%;
  order: 1;
}

.search_form1{

}
.search_form2{

}
.search_form2 + .search_form1{
  margin-top: 50px;
}


/* 検索ウィジェット */
.search_widget{
  background: #FFF;
}
.search_widget + .search_widget{
  margin-top: 20px;
}
.search_widget_ttl{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
  background: #488837;
  color: #FFF;
  text-align: center;
  padding: 16px 5px 17px;
}
.search_widget_links{

}
.search_widget_links + .search_widget_links{
  border-top: 1px solid #000;
}
.search_widget_links a{
  display: block;
  position: relative;
  z-index: 1;
}
.search_widget_links_cat{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding: 16px 30px 16px 36px;
  border-bottom: 1px solid #c7c7c7;
  position: relative;
  z-index: 1;
}
.search_widget_links_cat:before{
  content: "";
  width: 8px;
  height: 8px;
  background: #488837;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.search_widget_links_cat.noDot{

}
.search_widget_links_cat.noDot:before{
  display: none;
}

.search_widget_links_subs{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  padding: 10px 30px 10px 35px;
}
.search_widget_links_subs a{
  padding: 5px 0;
}



.search_widget_links_subs_item{

}
.search_widget_links_subs_item{

}
.search_widget_links_subs_item + .search_widget_links_subs_item{
  margin-top: 20px;
}
.search_widget_links_subs_item_ttl{
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}
.search_widget_links_cat select,
.search_widget_links_subs_item select{
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  border: 1px solid #b6b6b6;
  padding: 10px 20px 11px 10px;
  cursor: pointer;
}
.search_widget_links_subs_item select + select{
  margin-top: 10px;
}

/* 送信ボタン */
.search_btn{
  padding: 50px 30px 60px;
}
.search_submit{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 11px 10px 13px;
  border: 0;
  border-radius: 25px;
  background-image: -moz-linear-gradient( 90deg, rgb(72,136,55) 0%, rgb(136,189,67) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(72,136,55) 0%, rgb(136,189,67) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(72,136,55) 0%, rgb(136,189,67) 100%);
  box-shadow: 0px 0px 14.4px 1.6px rgba(0, 0, 0, 0.1);
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.search_submit:hover{
  opacity: 0.8;
}
.search_submit:before{
  content: "";
  width: 15px;
  aspect-ratio: 15 / 16;
  background-image: url('/system_panel/uploads/images/search-solid-wh.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  margin-bottom: -2px;
}

@media (max-width:767px){

}
@media (min-width:768px){

  /* 物件検索レイアウト */
  .property_layout{
  }
  .property_layout_box1{
    /*width: 300px;*/
    margin-top: 50px;
  }
  .property_layout_box2{
    /*width: calc(100% - 300px - 60px);*/
  }

  .search_form1{

  }
  .search_form2{

  }
  .search_form2 + .search_form1{
    margin-top: 50px;
  }

  /* 検索ウィジェット */
  .search_widget{
  }
  .search_widget + .search_widget{
    margin-top: 20px;
  }
  .search_widget_ttl{
    font-size: 16px;
    padding: 16px 5px 17px;
  }
  .search_widget_links{

  }
  .search_widget_links_cat{
    font-size: 16px;
    padding: 16px 30px 16px 36px;
  }
  .search_widget_links_cat:before{
    width: 8px;
    height: 8px;
    left: 20px;
  }
  .search_widget_links_subs{
    font-size: 16px;
    padding: 10px 30px 10px 35px;
  }
  .search_widget_links_subs a{
    padding: 5px 0;
  }

  .search_widget_links_subs_item{

  }
  .search_widget_links_subs_item + .search_widget_links_subs_item{
    margin-top: 20px;
  }
  .search_widget_links_subs_item_ttl{
    font-size: 16px;
  }
  .search_widget_links_cat select,
  .search_widget_links_subs_item select{
    font-size: 14px;
    padding: 10px 20px 11px 10px;
  }
  .search_widget_links_subs_item select + select{
    margin-top: 10px;
  }
  .search_widget_links_cat.noDot{
    padding-left: 20px;
    padding-right: 20px;
  }

  /* 送信ボタン */
  .search_btn{
    padding: 50px 30px 60px;
  }
  .search_submit{
    padding: 11px 10px 13px;
    border-radius: 25px;
    font-size: 16px;
  }
  .search_submit:before{
    width: 15px;
    margin-right: 10px;
    margin-bottom: -2px;
  }

}
@media (min-width:1024px){

  /* 物件検索レイアウト */
  .property_layout{
  }
  .property_layout_box1{
    width: 250px;
    order: 1;
    margin-top: 0;
  }
  .property_layout_box2{
    width: calc(100% - 250px - 30px);
    order: 2;

  }

  .search_form1{

  }
  .search_form2{

  }
  .search_form2 + .search_form1{
    margin-top: 50px;
  }


  /* 検索ウィジェット */
  .search_widget{
  }
  .search_widget + .search_widget{
    margin-top: 20px;
  }
  .search_widget_ttl{
    font-size: 16px;
    padding: 16px 5px 17px;
  }
  .search_widget_links{

  }
  .search_widget_links_cat{
    font-size: 16px;
    padding: 16px 30px 16px 36px;
  }
  .search_widget_links_cat:before{
    width: 8px;
    height: 8px;
    left: 20px;
  }
  .search_widget_links_subs{
    font-size: 16px;
    padding: 10px 20px;
  }
  .search_widget_links_subs a{
    padding: 5px 0;
  }

  .search_widget_links_subs_item{

  }
  .search_widget_links_subs_item + .search_widget_links_subs_item{
    margin-top: 20px;
  }
  .search_widget_links_subs_item_ttl{
    font-size: 16px;
  }
  .search_widget_links_cat select,
  .search_widget_links_subs_item select{
    font-size: 14px;
    padding: 10px 20px 11px 10px;
  }
  .search_widget_links_subs_item select + select{
    margin-top: 10px;
  }
  .search_widget_links_cat.noDot{
    padding-left: 30px;
    padding-right: 30px;
  }

  .search_form2 .search_widget_links_cat{
    padding: 16px 20px;
  }
  .search_form2 .search_widget_links_subs{
    padding: 10px 20px;
  }

  /* 送信ボタン */
  .search_btn{
    padding: 20px 15px 30px;
  }
  .search_submit{
    padding: 11px 10px 13px;
    border-radius: 25px;
    font-size: 16px;
  }
  .search_submit:before{
    width: 15px;
    margin-right: 10px;
    margin-bottom: -2px;
  }


}
@media (min-width:1200px){


}
@media (min-width:1470px){

  /* 物件検索レイアウト */
  .property_layout{
  }
  .property_layout_box1{
    width: 300px;
    order: 1;
    margin-top: 0;
  }
  .property_layout_box2{
    width: calc(100% - 300px - 60px);
    order: 2;

  }

  .search_form1{

  }
  .search_form2{

  }
  .search_form2 + .search_form1{
    margin-top: 50px;
  }

  /* 検索ウィジェット */
  .search_widget{
  }
  .search_widget + .search_widget{
    margin-top: 20px;
  }
  .search_widget_ttl{
    font-size: 18px;
    padding: 16px 5px 17px;
  }
  .search_widget_links{

  }
  .search_widget_links_cat{
    font-size: 16px;
    padding: 16px 30px 16px 36px;
  }
  .search_widget_links_cat:before{
    width: 8px;
    height: 8px;
    left: 20px;
  }
  .search_widget_links_subs{
    font-size: 16px;
    padding: 10px 30px 10px 35px;
  }
  .search_widget_links_subs a{
    padding: 5px 0;
  }

  .search_widget_links_subs_item{

  }
  .search_widget_links_subs_item + .search_widget_links_subs_item{
    margin-top: 20px;
  }
  .search_widget_links_subs_item_ttl{
    font-size: 18px;
  }
  .search_widget_links_cat select,
  .search_widget_links_subs_item select{
    font-size: 16px;
    padding: 10px 20px 11px 10px;
  }
  .search_widget_links_subs_item select + select{
    margin-top: 10px;
  }

  /* 送信ボタン */
  .search_btn{
    padding: 50px 30px 60px;
  }
  .search_submit{
    padding: 11px 10px 13px;
    border-radius: 25px;
    font-size: 16px;
  }
  .search_submit:before{
    width: 15px;
    margin-right: 10px;
    margin-bottom: -2px;
  }
}
@media (min-width:1720px){


}

.search_widget_links_toggle{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  border: 0;
  padding: 16px 30px 16px 36px;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
  font-size: 18px;
  outline: none;
}

.search_widget_links_toggle::after{
  content: "+";
  flex: none;
  margin-left: 12px;
}

.search_widget_links.is-open .search_widget_links_toggle::after{
  content: "−";
}

.search_widget_links_all{
  display: inline-block;
  margin: 0 0 10px;
  font-weight: 700;
}

.search_kw{
  display: flex;

}
.search_kw input{
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 18px;
  border: 1px solid #b6b6b6;
}
.search_kw input:placeholder{
  color: #ababab;
}
.search_kw button{
  width: 35px;
  font-size: 18px;
  border: 1px solid #b6b6b6;
  border-left: 0;
  background: #f1f1f1;
  color: #7f7f7f;
  cursor: pointer;
}


/* メイン検索フォーム */
.search_form3{
  background: #FFF;
  border-radius: 20px;
  padding: 20px 15px 0;
}

.search_form_head{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #1a1a1a;
  padding-bottom: 10px;
  margin-bottom: 0px;
}
.search_form_head_ttl{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding-left: 30px;
  background-image: url('/system_panel/uploads/images/search_icon.png');
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: left top 6px;
  margin-bottom: 5px;
}
.search_form_head_ttl:before{
}
.search_form_head_txt{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.search_form_item{
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 5px;
}
.search_form_item + .search_form_item{
  border-top: 1px solid #bfbfbf;
}
.search_form_item dt{
  width: 100%;
  margin-bottom: 10px;
}
.search_form_item dd{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  /*width: calc(100% - 235px);*/
  width: 100%;
  font-size: 14px;
  letter-spacing: 0;
}
.search_form_item dd label{
  /*min-width: 125px;*/
  margin: 0;
  cursor: pointer;
}
.search_form_item dd label input{
  margin-right: 5px;
}
.search_form_item dd select{
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #b6b6b6;
  padding: 5px 20px 5px 10px;
  cursor: pointer;
}

.search_form_grps{
  width: 100%;
}
.search_form_grps + .search_form_grps{
  margin-top: 20px;
}
.search_form_grps_ttl{
  font-size: 16px;
  font-weight: 500;
  background: #f3f3f6;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.search_form_grps_items{
  display: flex;
  flex-wrap: wrap;
  gap: 15px 15px;
}

.search_form_grps_more{
  display: flex;
  justify-content: center;
  margin: 25px auto 0;
  cursor: pointer;
}
.search_form_grps_more p{
  width: 200px;
  padding: 8px 10px 9px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  border: 1px solid #454545;
  border-radius: 20px;
  transition: 0.2s all;
}
.search_form_grps_more:hover p{
  background: var(--main-color);
  color: #FFF;
}

.search_form3 .search_btn{
  text-align: center;
}
.search_form3 .search_submit{
  max-width: 235px;
  margin: 0 auto;
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){

  .pg_xxx{

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }


  /* メイン検索フォーム */
  .search_form3{
    border-radius: 20px;
    padding: 35px 35px 0;
  }

  .search_form_head{
    padding-bottom: 20px;
    margin-bottom: 0px;
  }
  .search_form_head_ttl{
    font-size: 22px;
    padding-left: 40px;
    background-size: 26px auto;
    background-position: left top 8px;
  }
  .search_form_head_ttl:before{
  }
  .search_form_head_txt{
    font-size: 16px;
  }
  .search_form_item{
    padding: 35px 0 12px;
  }
  .search_form_item dt{
    width: 160px;
  }
  .search_form_item dd{
    gap: 15px 15px;
    width: calc(100% - 160px);
    font-size: 18px;
  }
  .search_form_item dd label{
  }
  .search_form_item dd label input{
    margin-right: 5px;
  }
  .search_form_item dd select{
    font-size: 16px;
    padding: 10px 20px 11px 10px;
  }

  .search_form_grps{
    width: 100%;
  }
  .search_form_grps + .search_form_grps{
    margin-top: 35px;
  }
  .search_form_grps_ttl{
    font-size: 18px;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  .search_form_grps_items{
    gap: 15px 15px;
  }

  .search_form_grps_more{
    margin: 25px auto 0;
  }
  .search_form_grps_more p{
    width: 200px;
    padding: 8px 10px 9px;
    font-size: 14px;
  }

  .search_form3 .search_btn{
  }
  .search_form3 .search_submit{
    max-width: 235px;
  }

}
@media (min-width:1024px){




}
@media (min-width:1200px){


}
@media (min-width:1470px){

  /* メイン検索フォーム */
  .search_form3{
    border-radius: 20px;
    padding: 35px 35px 0;
  }

  .search_form_head{
    padding-bottom: 20px;
    margin-bottom: 0px;
  }
  .search_form_head_ttl{
    font-size: 22px;
    padding-left: 40px;
    background-size: 26px auto;
    background-position: left top 8px;
  }
  .search_form_head_ttl:before{
  }
  .search_form_head_txt{
    font-size: 16px;
  }
  .search_form_item{
    padding: 35px 0 12px;
  }
  .search_form_item dt{
    width: 235px;
  }
  .search_form_item dd{
    gap: 15px 15px;
    width: calc(100% - 235px);
    font-size: 18px;
  }
  .search_form_item dd label{
  }
  .search_form_item dd label input{
    margin-right: 5px;
  }
  .search_form_item dd select{
    font-size: 16px;
    padding: 10px 20px 11px 10px;
  }

  .search_form_grps{
    width: 100%;
  }
  .search_form_grps + .search_form_grps{
    margin-top: 35px;
  }
  .search_form_grps_ttl{
    font-size: 18px;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  .search_form_grps_items{
    gap: 15px 15px;
  }

  .search_form_grps_more{
    margin: 25px auto 0;
  }
  .search_form_grps_more p{
    width: 200px;
    padding: 8px 10px 9px;
    font-size: 14px;
  }

  .search_form3 .search_btn{
  }
  .search_form3 .search_submit{
    max-width: 235px;
  }

}
@media (min-width:1720px){


}


/*******************************
*　
********************************/

/* セクション設定 */
.pg_xxx{

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){

  .pg_xxx{

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }

}
@media (min-width:1024px){


}
@media (min-width:1200px){


}
@media (min-width:1470px){


}
@media (min-width:1720px){


}

/* メイン部分 */

/* 物件リスト */
.property_list{

}
.property_list .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 15px;
}
.property_list .webgene-item{
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #FFF;
}
.property_list .webgene-item .box1{

}
.property_list .webgene-item .box2{
  padding: 15px 15px;
}
.property_list .webgene-item .img{

}
.property_list .webgene-item .img.img_fit:before{
  padding-top: 75%;
}
.property_list .webgene-item .title{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.property_list .webgene-item .meta{

}
.property_list .webgene-item .meta dl{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.property_list .webgene-item .meta dl,
.property_list .webgene-item .meta dt,
.property_list .webgene-item .meta dd{
  margin: 0;
}
.property_list .webgene-item .meta dl+dl{
  margin-top: 8px;
}
.property_list .webgene-item .meta dl dt{
  width: 48px;
  background: #32333d;
  color: #FFF;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0 5px 2px;
}
.property_list .webgene-item .meta dl dd{
  width: calc(100% - 48px - 8px);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}

@media (max-width:767px){

}
@media (min-width:768px){

  /* 物件リスト */
  .property_list{

  }
  .property_list .webgene-blog{
    gap: 20px 15px;
  }
  .property_list .webgene-item{
    width: calc(50% - 10px);
  }
  .property_list .webgene-item .box1{

  }
  .property_list .webgene-item .box2{
    padding: 20px 20px;
  }
  .property_list .webgene-item .title{
    font-size: 18px;
  }
  .property_list .webgene-item .meta dl dt{
    width: 48px;
  }
  .property_list .webgene-item .meta dl dd{
    width: calc(100% - 48px - 8px);
  }

}
@media (min-width:1024px){



}
@media (min-width:1200px){

  /* 物件リスト */
  .property_list{

  }
  .property_list .webgene-blog{
    gap: 20px 20px;
  }
  .property_list .webgene-item{
    width: calc(33.333% - 24px);
  }
  .property_list .webgene-item .box1{

  }
  .property_list .webgene-item .box2{
    padding: 20px 20px;
  }
  .property_list .webgene-item .title{
    font-size: 16px;
  }


}
@media (min-width:1470px){

  /* 物件リスト */
  .property_list{

  }
  .property_list .webgene-blog{
    gap: 36px 36px;
  }
  .property_list .webgene-item{
    width: calc(33.333% - 24px);
  }
  .property_list .webgene-item .box1{

  }
  .property_list .webgene-item .box2{
    padding: 20px 30px 30px;
  }
  .property_list .webgene-item .title{
    font-size: 18px;
  }


}
@media (min-width:1720px){


}


/*******************************
*　物件詳細
********************************/

/* セクション設定 */
.pg_property2{

}
.pg_property2 .section.sec1{

}
.pg_property2 .section.sec2{
  padding-top: 0;
}



.pg_property + .pg_contact{
  margin-top: 50px;
}

@media (min-width:768px){

  .pg_property + .pg_contact{
    margin-top: 75px;
  }
  .pg_property2 .section.sec2{
    padding-top: 95px;
  }
}
@media (min-width:1024px){



}
@media (min-width:1200px){

  .pg_property + .pg_contact{
    margin-top: 135px;
  }

}



.property_detail{
  background: #FFF;
  padding: 15px 15px;
  border-radius: 20px;
}

.property_detail .meta{
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.property_detail .meta_inner{
  margin-top: 30px;
}
.property_detail .meta .read_more{
  /*position: absolute;*/
  /*z-index: 1;*/
  /*top: 0;*/
  /*right: 0;*/
  margin-top: 0;
}
.property_detail .madori{
  display: inline-block;
  min-width: 120px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.075em;
  background: #9c826e;
  color: #FFF;
  padding: 2px 10px 3px;
}
.property_detail .title{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #121f39;
  padding-bottom: 12px;
  margin-top: 8px;
}

.gallery_main_btn{
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: 0;
  background: none;
  padding: 0;
  width: 20px;
  outline: none !important;
}
.gallery_main_btn img{
  transition: 0.2s all;
}
.gallery_main_btn:hover img{
  transform: scale(1.1);
}
.gallery_main_btn.prev{
  left: -30px;
}
.gallery_main_btn.next{
  right: -30px;
}



/*テーブル*/
.property_tbl {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #FFF;
  margin-top: 38px;
}
.property_tbl th, .property_tbl td {
  border: 0;
  padding: 10px 10px;
  font-size: 16px;
  letter-spacing: 0.075em;
  font-weight: 500;
  line-height: 1.6;
  border: 1px solid #ababab;
}
.property_tbl th {
  background: #e5e5e5;
}

.property_tbl + .service_flow_btns{
  margin-top: 30px;
}

.gallery_detail .read_more{
  margin-top: 0;
}
.gallery_detail .read_more + .read_more{
  margin-top: 15px;
}
/*フォーム*/
.property_contact_wrap .formTbl{
  border: 1px solid #ababab;
}
[name="property_name"], [name="property_price"] {
  border: 0 !important;
  pointer-events: none;
}

.property_btns{
  margin-top: 30px;
}

.property_detail + .read_more{
  margin-top: 50px;
}
.property_contact_wrap{
  margin-top: 80px;
}
.property_contact_tt{
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.025em;
  margin-bottom: 50px;
}

.property_map{
  margin-top: 50px;
}
.property_map_ttl{
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  margin-bottom: 10px;
}
.property_map_embed{

}
.property_map_embed iframe{
  width: 100%;
  height: 300px;
  border: 0;
}

.property_head{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  
}
.property_head_ttl{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.075em;
}
.gallery_detail .property_head .read_more{
  width: 100%;
  margin-top: 10px;
}
.property_head + .property_tbl{
  margin-top: 40px;
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .property_tbl th,
  .property_tbl td{
    display: block;
    width: 100%;
    border-bottom: 0;
  }
  .property_tbl tr:last-child td:last-child{
    border-bottom: 1px solid #ababab;
  }

  .pg_property .section.sec2.pg_contact .privacy_item_box{
    margin-top: 80px;
  }

  .read_more a{
    min-width: 300px;
    min-width: 284px;
  }
  
  .property_contact_tt{
  font-size: 24px;
}
}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }
  .pg_property .section.sec2.pg_contact{
    padding-top: 37px;
  }
  .pg_property .section.sec2.pg_contact .privacy_item_box{
    margin-top: 80px;
  }
  .pg_xxx .section.sec3{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }

  .property_detail{
    padding: 45px 45px;
    border-radius: 20px;
  }

  .property_detail .meta .read_more{
    margin-top: 30px;
  }

  .property_tbl{
    margin-top: 60px;
  }
  .property_tbl + .property_tbl{
    margin-top: 60px;
  }
  .property_detail .meta{
    margin-bottom: 40px;
  }
  .property_detail .meta_inner{
    margin-top: 30px;
  }
  .property_detail .meta_inner .title{
    /*padding-right: 320px;*/
  }

  .property_detail .read_more.email{
    padding-left: 15px;
    padding-right: 15px;
  }
  .property_detail .title{
    font-size: 20px;
    padding-bottom: 20px;
  }
  .gallery_thumb {
    width: 100%;
    height: 100%;
  }
  .gallery_thumb .img {
    height: 100%;
  }

  /*テーブル*/
  .property_tbl th, .property_tbl td {
    font-size: 16px;
    line-height: 2;
    padding: 13px 15px;
  }
  .gallery_detail {
    width: 100%;
    margin-top: 30px;
  }
  .property_tbl th {
    width: 160px;
    border-right: 0;
  }
  .property_tbl td{
    border-left: 0;
    padding-left: 20px;
  }

  .property_tbl + .service_flow_btns{
    margin-top: 50px;
  }

  .property_detail .read_more a{
    margin: 5px 15px;
  }


  .property_map{
    margin-top: 50px;
  }
  .property_map_ttl{
    font-size: 22px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .property_map_embed{

  }
  .property_map_embed iframe{
    width: 100%;
    height: 450px;
    border: 0;
  }
  
  .property_head{
    margin-top: 30px;
    padding-bottom: 10px;
  }
  .property_head_ttl{
    font-size: 22px;
  }
  gallery_detail .property_head .read_more{
    margin-top: 0;
    margin-left: 20px;
  }
  .property_head + .property_tbl{
    margin-top: 40px;
  }
}
@media (min-width:1024px){

  .gallery_thumb .swiper-wrapper {
    margin: 0;
  }

  /*テーブル*/
  .gallery_detail {
    width: 100%;
    margin-top: 30px;
  }
  .property_detail .title{
    font-size: 22px;
  }
  .property_tbl th {
    width: 255px;
  }

  .gallery_wrap{
  }
  .gallery_main_btn{
    width: 30px;
  }
  .gallery_main_btn.prev{
    left: -65px;
  }
  .gallery_main_btn.next{
    right: -65px;
  }

}
@media (min-width:1200px){

  .property_detail .meta .read_more{
    position: absolute;
    z-index: 1;
    top: 0;
    right: -10px;
    margin-top: 10px;
  }
  .property_detail .meta .read_more{
    width: auto;
  }
  
  .property_head{
    margin-top: 30px;
    padding-bottom: 10px;
  }
  .property_head_ttl{
    font-size: 22px;
  }
  .gallery_detail .property_head .read_more{
    margin-top: 0;
    margin-left: 20px;
  }
  .property_head + .property_tbl{
    margin-top: 40px;
  }

}
@media (min-width:1440px){
  
  .property_head{
    flex-wrap: nowrap;
    margin-top: 30px;
    padding-bottom: 15px;
  }
  .property_head_ttl{
    font-size: 22px;
  }
  .gallery_detail .property_head .read_more{
    width: auto;
    margin-top: 0;
    margin-left: 20px;
  }
  .property_head + .property_tbl{
    margin-top: 40px;
  }

  
}
@media (min-width:1720px){

  .property_detail .meta_inner .title{
    /*padding-right: 350px;*/
  }
  .property_detail .read_more.email{
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .property_contact_wrap{
    
  }
  .property_contact_wrap .formTbl .container{
    padding-left: 6px;
    padding-right: 6px;
  }
}




/*******************************
*　ギャラリー（サムネ横ver）
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}

/* スライド */
.gallery_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.gallery_box1{
  width: 100%;
}
.gallery_box2{
  width: 100%;
  margin-top: 15px;
}

/* メイン */
.gallery_main{

}
.gallery_main .img{
  background: #EEE;
  border-radius: 10px;
}
.gallery_main .img.img_fit:before{
  padding-top: 79.13%;
}
.gallery_main .img.img_fit img{
  object-fit: contain;
  object-position: center;
}
/* サムネ */
.gallery_thumb{

}
.gallery_thumb .img{
  width: 100%;
  background: #EEE;
  overflow: hidden;
  border-radius: 10px;
}
.gallery_thumb .img.img_fit:before{
  padding-top: 76.92%;
}
.gallery_thumb .img.img_fit img{

}


/* 詳細 */
.gallery_detail{

}
.gallery_detail .meta{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-bottom: 10px;

}
.gallery_detail .meta .title{
  font-size: 18px;
  line-height: 1.5;
}
.gallery_detail .meta .price{
  font-size: 18px;
  line-height: 1.5;
  margin-left: auto;
}
.gallery_detail .post_content{
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
}
.gallery_detail .read_more{
  margin-top: 50px;
}

.gallery_detail .notice{
  margin-top: 20px;
}

/* コピー用 */
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }

  /* 詳細 */
  .gallery_wrap{
  }
  .gallery_box1{
    width: 66.03%;
  }
  .gallery_box2{
    width: 33.01%;
    margin-top: 0;

    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
  }

  /* サムネ */
  .gallery_thumb{
    width: 100%;
    height: 100%;
  }
  .gallery_thumb .swiper-slide {
    overflow: hidden;
  }
  .gallery_thumb .img{
    height: 100%;
  }
  .gallery_thumb .img.img_fit:before{

  }

  /* 詳細 */
  .gallery_detail{
    width: 100%;
    margin-top: 30px;
  }
  .gallery_detail .meta{
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .gallery_detail .meta .title{
    font-size: 18px;
  }
  .gallery_detail .meta .price{
    font-size: 18px;
  }
  .gallery_detail .post_content{
    font-size: 16px;
    line-height: 2;
  }
  .gallery_detail .read_more{
    margin-top: 50px;
  }
}
@media (min-width:1024px){

  /* 詳細 */
  .gallery_detail{
    margin-top: 30px;
  }
  .gallery_detail .meta{
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .gallery_detail .meta .title{
    font-size: 20px;
  }
  .gallery_detail .meta .price{
    font-size: 20px;
  }
  .gallery_detail .post_content{
    font-size: 16px;
    line-height: 2;
  }
  .gallery_detail .read_more{
    margin-top: 50px;
  }

}
@media (min-width:1200px){


}



/*******************************
*　
********************************/

/* セクション設定 */
.pg_xxx{

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){

  .pg_xxx{

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }

}
@media (min-width:1024px){


}
@media (min-width:1200px){


}
@media (min-width:1470px){


}
@media (min-width:1720px){


}

.about_sec1_box1_img_outer.right{
  width: 100%;
  margin: 0;
}
.about_sec1_box1_img_outer.right .about_sec1_box1_img{
  
}
.about_sec1_box1_img_outer.right .about_sec1_box1_img:before{
  padding-top: 79.167%;
}
.about_sec1_box1_img_outer.right:before{
  left: -10px;
}




/* 概要 */
.area_head{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  
}
.area_head_box1{
  width: 100%;
}
.area_head_box2{
  width: 100%;
  margin-top: 20px;
}

.area_head_ttl{
  display: flex;
  flex-wrap: wrap;
  gap: 7px 7px;
  margin-bottom: 20px;
}
.area_head_ttl_row{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.area_head_ttl_row{
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.area_head_ttl_row p{
  letter-spacing: 0.05em;
  background: #c4b6a4;
  color: #FFF;
  padding: 4px 5px 6px 15px;
}
.area_head_txt{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  text-align: justify;
}
.area_head_txt p{
  letter-spacing: 0;
}

/* 一覧 */
.area_list{
  
}
.area_list .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
}
.area_list .webgene-item{
  width: 100%;
  padding: 8px;
  border: 1px solid #9c826e;
  border-radius: 20px;
}
.area_list .webgene-item .openPopup{
  display: block;
  background: #FFF;
  border-radius: 20px;
  overflow: hidden;
}
.area_list .webgene-item .img{
}
.area_list .webgene-item .img.img_fit:before{
  padding-top: 71.111%;
}
.area_list .webgene-item .desc{
  padding: 20px 12px 20px;
}
.area_list .webgene-item .desc .title{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.area_list .webgene-item .desc .txt{
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 10px;
  min-height: calc(2em * 1.5);
}
.area_list .webgene-item .desc hr{
  border-color: #488837;
  margin-top: 0;
  margin-bottom: 0;
}
.area_list .webgene-item .desc .link_2{
  margin: 15px auto 0;
  padding: 10px 10px;
  font-size: 15px;
  font-weight: 500;
}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .property_layout_box1{
    margin-top: 60px;
  }
}
@media (min-width:768px){
  
  /* 概要 */
  .area_head{
    
  }
  .area_head_box1{
    /*width: calc(100% - 480px - 75px);*/
  }
  .area_head_box2{
    /*width: 480px;*/
    margin-top: 30px;
  }
  
  .area_head_ttl{
    gap: 7px 7px;
    margin-bottom: 20px;
  }
  .area_head_ttl_row{
  }
  .area_head_ttl_row{
    font-size: 30px;
  }
  .area_head_ttl_row p{
    padding: 4px 5px 6px 15px;
  }
  .area_head_txt{
    font-size: 16px;
  }
  

  /* 一覧 */
  .area_list{

  }
  .area_list .webgene-blog{
    gap: 30px 20px;
  }
  .area_list .webgene-item{
    width: calc((100% - 20px) / 2);
    padding: 10px;
    border-radius: 20px;
  }
  .area_list .webgene-item .openPopup{
    border-radius: 20px;
  }
  .area_list .webgene-item .desc{
    padding: 20px 10px 20px;
  }
  .area_list .webgene-item .desc .title{
    font-size: 18px;
  }
  .area_list .webgene-item .desc .txt{
    font-size: 15px;
    margin-top: 10px;
    min-height: calc(2em * 1.5);
  }
  .area_list .webgene-item .desc .link_2{
    margin: 25px auto 0;
    padding: 10px 10px;
    font-size: 16px;
  }

  
}
@media (min-width:1024px){

  /* 概要 */
  .area_head{
    
  }
  .area_head_box1{
    width: calc(100% - 380px - 40px);
  }
  .area_head_box2{
    width: 380px;
    margin-top: 0;
  }
  
  .area_head_ttl{
    margin-bottom: 20px;
  }
  .area_head_ttl_row{
  }
  .area_head_ttl_row{
    font-size: 30px;
  }
  .area_head_ttl_row p{
    /*padding: 4px 5px 6px 15px;*/
  }
  .area_head_txt{
  }

  /* 一覧 */
  .area_list{

  }
  .area_list .webgene-blog{
    gap: 40px 20px;
  }
  .area_list .webgene-item{
    width: calc((100% - 40px) / 3);
    /*padding: 15px;*/
  }
  .area_list .webgene-item .desc{
    /*padding: 20px 20px 30px;*/
  }
  .area_list .webgene-item .desc .title{
    /*font-size: 21px;*/
  }
  .area_list .webgene-item .desc .txt{
    /*font-size: 16px;*/
    /*margin-top: 20px;*/
    /*min-height: calc(3em * 1.5);*/
  }
  .area_list .webgene-item .desc .link_2{
    /*margin: 25px auto 0;*/
    /*padding: 10px 10px;*/
    /*font-size: 16px;*/
  }

  
}
@media (min-width:1200px){


}
@media (min-width:1470px){

  /* 概要 */
  .area_head{
    
  }
  .area_head_box1{
    width: calc(100% - 480px - 75px);
  }
  .area_head_box2{
    width: 480px;
    margin-top: 0;
  }
  
  .area_head_ttl{
    gap: 7px 7px;
    margin-bottom: 42px;
  }
  .area_head_ttl_row{
  }
  .area_head_ttl_row{
    font-size: 38px;
  }
  .area_head_ttl_row p{
    
  }
  .area_head_txt{
    font-size: 16px;
    line-height: 2.125;
  }
  
  /* 一覧 */
  .area_list{

  }
  .area_list .webgene-blog{
    gap: 60px 40px;
  }
  .area_list .webgene-item{
    width: calc((100% - 80px) / 3);
    padding: 15px;
  }
  .area_list .webgene-item .desc{
    padding: 20px 20px 30px;
  }
  .area_list .webgene-item .desc .title{
    font-size: 21px;
  }
  .area_list .webgene-item .desc .txt{
    font-size: 16px;
    margin-top: 20px;
    min-height: calc(3em * 1.5);
  }
  .area_list .webgene-item .desc .link_2{
    margin: 25px auto 0;
    padding: 10px 10px;
    font-size: 16px;
  }

}
@media (min-width:1720px){


}



/* ポップアップ */
.style_popup{
  width: 95vw;
  max-height: 90vh;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #FFF;
  color: #181818;
  padding: 80px 30px;
  border-radius: 30px;
}
.style_popup_box1{
  width: 100%;
}
.style_popup_box2{
  width: 100%;
  margin-top: 20px;

}
.style_popup_box3{
  width: 100%;
}
.style_popup_imgs{

}
.style_popup_imgs .img,
.style_popup_imgs .img img{
  border-radius: 0;
}
.style_popup_imgs_sub .img,
.style_popup_imgs_sub .img img{
  border-radius: 0;
}
.style_popup_imgs .img.img_fit:before{
  padding-top: 75.2%;
}
.style_popup_imgs_sub .img.img_fit:before{
  padding-top: 75.55%;
}
.style_popup_title{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
  border-bottom: 2px solid #a6a6a6;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.style_popup_txt{
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 2.125;
  text-align: justify;
  border: 1px solid #a6a6a6;
  padding: 10px;
}

.style_popup_imgs_wrap{
  position: relative;
  z-index: 1;
}
.popup_slider_btn_prev,
.popup_slider_btn_next{
  font-size: 20px;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.popup_slider_btn_prev{
  left: -1.2em;
}
.popup_slider_btn_next{
  right: -1.2em;
}

.popup_close{
  width: 30px;
  aspect-ratio:39 / 34;
  background-image: url(/system_panel/uploads/images/popup_close.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 2rem;
  right: 1.5rem;
}
.lity-close{
  display: none;
}

.style_popup .hp_link a[href=""]{
  display: none;
}

@media (min-width:768px){

  /* ポップアップ */
  .style_popup{
    width: 700px;
    padding: 100px 50px;
  }
  .style_popup_box1{
    width:51.53%;
  }
  .style_popup_box2{
    width: 41.83%;
    margin-top: 0;
  }
  .style_popup_imgs{

  }
  .style_popup_title{
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 27px;
  }
  .style_popup_txt{
    font-size: 18px;
    padding: 10px 20px;
  }
  .popup_slider_btn_prev{
    left: -2em;
  }
  .popup_slider_btn_next{
    right: -2em;
  }

  .style_popup_imgs_sub{
    margin-top: 14px;
  }

  .style_popup .read_more{
    margin-top: 42px;
  }

  .popup_close{
    width: 39px;
  }
}
@media (min-width:1024px){

  /* 一覧 */


  /* ポップアップ */
  .style_popup{
    width: 920px;
  }

  .style_popup_title{
    font-size: 16px;
  }
}
@media (min-width:1200px){


  /* ポップアップ */
  .style_popup{
    padding: 57px 65px;
    width: 1110px;
  }

}