/*==================================================
物件・共通ここから
===================================================*/
/*テーブル
---------------------*/
.property_table{
  border-collapse: separate;
  border-spacing: 0 10px;
  width: 100%;
}
.property_table th{
  background: #ebebeb;
  white-space: nowrap;
  width: 150px;
  height: auto;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  padding: 10px 0;
  min-height: 40px;
}
.property_table td{
  border: 1px solid #ebebeb;
  padding: 0 16px;
}
.property_table .row_half td{
  width: 38%;
}
@media screen and (max-width: 480px){
  .property_table tr{
    display: flex;
    flex-wrap: wrap;
  }
  .property_table th{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .property_table th,
  .property_map .property_table tr.row_half th:nth-child(3){
    width: 115px;
    margin-bottom: 2px;
  }
  .property_table td,
  .property_table .row_half td{
    width: calc(100% - 115px);
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-bottom: 2px;
  }
}
/*タイトル
---------------------*/
.property_anc_ttl{
  background: #9a9a9a;
  color: #fff;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  margin-bottom: 22px;
}
/*ギャラリー
---------------------*/
.property_gallary{
  margin-bottom: 46px;
}
.property_gallary ul{
  display: flex;
  flex-wrap: wrap;
}
.property_gallary ul li{
  padding-right: 15px;
}
.property_gallary .slick-list,
.property_gallary .slick-track{
  min-width: 100%;
}
.property_gallary .slick-slide{
  min-width: 200px;
}
.property_gallary ul li:nth-child(6){
  margin-right: 0;
}
.property_gallary ul li .property_gallary_pic img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.property_gallary .property_gallary_pic{
  position: relative;
  text-align: center;
  background: #f9f9f9;
  height: 150px;
  width: 190px;
}
.property_gallary .property_gallary_pic .property_gallary_pic_inner{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.property_gallary .property_gallary_pic_inner::after{
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: #08a981 url(../images/common/search-icon.svg) center center/22px no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
.property_gallary ul li .property_gallary_txt{
  margin-bottom: 3px;
}
.property_gallary .slick-next,
.property_gallary .slick-prev{
  top: 40%;
}
.property_gallary .slick-next,
.property_gallary .slick-next:hover,
.property_gallary .slick-next:focus{
  background: url(../images/property/arw_next.png) 100% 100%/20px no-repeat;
  right: -20px;
  font-size: 0;
}
.property_gallary .slick-prev,
.property_gallary .slick-prev:hover,
.property_gallary .slick-prev:focus{
  background: url(../images/property/arw_prev.png) 100% 100%/20px no-repeat;
  left: -25px;
  z-index: 2;
  font-size: 0;
}
.property_gallary .slick-next:before,
.property_gallary .slick-prev:before{
  display: none;
}
.mfp-bg,
.mfp-wrap{
  z-index: 80000;
}
.mfp-zoom-out-cur{
  height: 100vh;
  overflow-y: hidden!important;
}
@media screen and (max-width: 480px){
  .property_gallary .property_gallary_pic{
    width: calc(100% - 15px);
    height: 60vw;
    margin: 0 auto;
    margin-left: 15px;
  }
}
/*==================================================
物件・共通ここまで
===================================================*/

/*==================================================
物件詳細ここから
===================================================*/
/*---------------------------------------------------
  タイトル
---------------------------------------------------*/
.property_ttl{
  padding-bottom: 44px;
}
.property_ttl .ttl{
  font-size: 34px;
  text-align: center;
  margin-bottom: 0!important;
  letter-spacing: 0;
  line-height: 1;
}
/*---------------------------------------------------
  アンカーリンク
---------------------------------------------------*/
.property_anc_link{
  margin: 17px 0 0;
}
.property_anc_link ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1280px;
}
.property_anc_link li{
  border: 1px solid #ccc;
  color: #08a981;
  width: 16.5%;
  min-width: 130px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  margin-right: 1px;
}
.property_anc_link li:last-child{
  margin-right: 0;
}
.property_anc_link li:hover{
  background: #08a981;
  color: #fff;
  border: 1px solid #08a981;
  cursor: pointer;
}
.property_anc_link li a{
  display: block;
}
.property_anc_link li a:hover{
  text-decoration: none;
}
.property_anc_link_none a{
  pointer-events: none;
  background: #ccc;
}
.property_anc_link li.property_anc_link_none:hover{
  background: #ccc;
  color: #08a981;
  border: 1px solid #ccc;
  cursor: default;
}
/*---------------------------------------------------
  物件の詳細・画像
---------------------------------------------------*/
.property_pic_area{
  display: flex;
  justify-content: space-between;
  margin-bottom: 75px;
}
.property_pic_left{
  width: 50%;
}
.property_pic_right{
  width: 47.1%;
}
/*スライダー
---------------------*/
.property_slider,.property_thumb{
  /*margin-bottom: 40px;
  height: 400px;*/
  display: none;
}
.property_slider .slick-initialized,.property_thumb .slick-initialized{
  display: block;
}
.property_pic_left .slick-next,
.property_pic_left .slick-prev{
  width: 30px;
  height: 30px;
}
.property_pic_left .slick-next::before,
.property_pic_left .slick-prev::before
{
  display: none;
}
.property_pic_left .slick-next,
.property_pic_left .slick-next:hover,
.property_pic_left .slick-next:focus{
  background: url(../images/property/arw_next.png) 100% 100%/29px no-repeat;
  right: 0;
}
.property_pic_left .slick-prev,
.property_pic_left .slick-prev:hover,
.property_pic_left .slick-prev:focus{
  background: url(../images/property/arw_prev.png) 100% 100%/29px no-repeat;
  left: 0;
  z-index: 2;
}
.property_pic_left .slick-next:hover,
.property_pic_left .slick-prev:hover{
  opacity: .7;
  transition: all 0.3s ease-in-out 0s;
}
.property_pic_left .slick-slide{
  font-size: 0;
}
.property_pic_left .slick-slide > div{
  width: 76%;
  margin: 0 auto;
}
.property_slider .slick-slide{
  float: none;
}
.property_slider .slick-track{
  display: flex;
  align-items: center;
}
.property_slider .slick-slide img{
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}
.property_slider .slick-slide p{
  /*margin-top: 30px;*/
  font-size: 14px;
}
.property_slider .slick-counter{
  /*position: absolute;
  bottom: 25px;*/
  margin-bottom: 10px;
}
.property_thumb {
  padding: 10px 40px;
  border: 1px solid #ccc;
}
.property_thumb .slick-slide,
.property_thumb .slick-slide div{
  height: 70px;
  width: 98px;
}
.property_thumb img{
  height: 100%;
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.property_thumb .slick-next,
.property_thumb .slick-prev{
  width: 20px;
  height: 20px;
}
.property_thumb .slick-next,
.property_thumb .slick-next:hover,
.property_thumb .slick-next:focus{
  right: 10px;
}
.property_thumb .slick-prev,
.property_thumb .slick-prev:hover,
.property_thumb .slick-prev:focus{
  left: 10px;
}
.property_thumb .slick-next,
.property_thumb .slick-next:hover,
.property_thumb .slick-next:focus,
.property_thumb .slick-prev,
.property_thumb .slick-prev:hover,
.property_thumb .slick-prev:focus{
  background-size: 20px;
}
.property_thumb .slick-slide{
  margin-right: 10px;
  background: #f9f9f9;
}
.property_thumb .slick-track{
  min-width: 100%;
}

/*お気に入り
---------------------*/
.property_favorite{
  margin-bottom: 32px;
}
.property_favorite ul{
  display: flex;
  justify-content: space-between;
}
.property_favorite ul li{
  max-width: 300px;
  width: 49.8%;
  height: 50px;
  line-height: 50px;
}
.property_favorite ul li:hover{
  cursor: pointer;
}
.property_favorite a:hover{
  text-decoration: none;
}
.property_favorite .simplefavorite-button{
  text-align: center;
  background-image: url(../images/property/favorite-icon.svg);
  background-position: 13% center;
  background-size: 34px;
  background-repeat: no-repeat;
  padding-left: 16%;
}
.property_favorite .simplefavorite-button.active{
  background-image: url(../images/property/favorite-icon02.svg);
  background-position: 12% center;
  background-size: 30px;
  padding-left: 16%;
  background-repeat: no-repeat;
}
.property_favorite .simplefavorite-button:hover,
.property_favorite .favorite_list_btn:hover{
  opacity: .7;
  transition: all 0.3s ease-in-out 0s;
}
.property_favorite .favorite_list_btn{
  background: #387b4f url(../images/common/favorite-icon.svg) 16% center/27px no-repeat;
  color: #fff;
}
.property_favorite .favorite_list_btn a{
  display: block;
  padding-left: 32%;
}
/*物件の支払例
---------------------*/
.property_plan_ttl{
  background: url(../images/property/property_ttl_bg.png);
  color: #fff;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  margin-bottom: 12px;
}
.property_plan{
  margin-bottom: 42px;
}
.property_plan_row{
  margin-bottom: 10px;
}
.property_plan_row span{
  font-size: 20px;
  color: #990000;
}
.property_plan_row:nth-child(2){
  display: flex;
  justify-content: space-between;
}
.property_plan_row:last-child{
  margin-bottom: 0;
}
.property_plan dl{
  display: flex;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.property_plan_row:nth-child(2) dl{
  width: 49%;
}
.property_plan dl dt{
  background: #ebebeb;
  margin-right: 2px;
  white-space: nowrap;
  width: 100px;
  text-align: center;
}
.property_plan_row:nth-child(2) dl:last-child dt{
  width: 130px;
}
.property_plan dl dd{
  border: 1px solid #ccc;
  width: calc(100% - 102px);
  padding: 0 16px;
  white-space: nowrap;
}
.property_plan_row:nth-child(2) dl:last-child dd{
  width: calc(100% - 132px);
}
.property_plan dl dd .property_plan_txt{
  margin-right: 20px;
}
.property_plan dl dd p{
  display: inline-block;
}
.property_plan dl dd .property_plan_num{
  font-size: 20px;
  color: #990000;
}
.property_plan_bottom{
  text-align: left;
}
.property_plan_feature{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.property_plan_feature > div{
  margin-right: 12px;
  margin-bottom: 5px;
}
.property_plan_feature > div img{
  max-width: 80px;
}
/*間取り図
---------------------*/
.property_floor_txt{
  background: #08a981;
  color: #fff;
  text-align: center;
  padding: 20px 10px;
  margin-bottom: 20px;
}
.property_floor_bottom_txt{
  margin-bottom: 77px;
  border: 2px solid #08a981;
  padding: 40px 10px;
  text-align: center;
}
.property_floor_ttl{
  text-align: center;
  color: #08a981;
  font-size: 24px;
  margin-bottom: 14px;
}
.property_floor_pic_wrap{
  max-width: 800px;
  width: 62.5%;
  margin: 0 auto;
  margin: 0 auto 70px;
}
.property_floor_pic{
  border: 1px solid #08a981;
  max-width: 800px;
  text-align: center;
  padding: 5px;
  position: relative;
}
.property_floor_pic a{
  display: block;
}
.slick-slide .property_floor_pic img{
  display: inline-block;
}
.property_floor_pic_wrap .slick-next::before,
.property_floor_pic_wrap .slick-prev::before
{
  display: none;
}
.property_floor_pic_wrap .slick-next,
.property_floor_pic_wrap .slick-next:hover,
.property_floor_pic_wrap .slick-next:focus{
  background: url(../images/property/arw_next.png) 100% 100%/20px no-repeat;
  right: -40px;
}
.property_floor_pic_wrap .slick-prev,
.property_floor_pic_wrap .slick-prev:hover,
.property_floor_pic_wrap .slick-prev:focus{
  background: url(../images/property/arw_prev.png) 100% 100%/20px no-repeat;
  left: -40px;
  z-index: 2;
}

.property_floor_btn{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: #08a981 url(../images/common/search-icon.svg) center center/24px no-repeat;
}
.property_floor_contact{
  display: flex;
  /*background: url(../images/property/floor_bg.png) 100% 100%/contain no-repeat;*/
  background: #387b4f;
  height: 100px;
  max-width: 1080px;
  width: 84%;
  margin: 48px auto 20px;
  padding: 15px 20px;
}
.property_floor_contact > div{
  display: flex;
  align-items: center;
}
.property_floor_contact p{
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.6;
  margin-right: 10px;
}
.property_floor_contact .floor_contact_btn{
  display: block;
  background: #fff url(../images/property/gr-contact-icon.svg) center 12px/26px no-repeat;
  width: 130px;
  padding-top: 45px;
  text-align: center;
  color: #387b4f;
  margin-right: 15px;
}
.property_floor_contact .floor_contact_btn:hover,
.property_floor_contact .tel a:hover{
  cursor: pointer;
  opacity: .7;
  transition: all 0.3s ease-in-out 0s;
  text-decoration: none;
}
.property_floor_contact .tel_txt{
  font-weight: normal;
  font-size: 14px;
  line-height: 1.8;
  margin-right: 6px;
}
.property_floor_contact .tel{
  margin-right: 0;
  text-align: center;
}
.property_floor_contact .tel a{
  display: block;
  font-size: 38px;
  font-weight: bold;
  padding-left: 58px;
  background: url(../images/property/tel-icon.png) 3px center/45px no-repeat;
  white-space: nowrap;
  pointer-events: none;
}
.property_floor_contact .tel span{
  padding-left: 34px;
}
.property_floor_pic_wrap .slick-track{
  display: flex;
  align-items: center;
}
.property_floor_pic_wrap .slick-slide{
  float: none;
}
.property_floor_pic a:hover{
  text-decoration: none;
}
.property_floor_pic p{
  padding: 0 45px;
  margin: 10px 0;
}
/*フリースペース
---------------------*/
.free-space{
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 1200px){
  .property_floor_contact{
    flex-wrap: wrap;
    justify-content: center;
    height: 200px;
    border-right: 2px solid #eee;
    border-left: 2px solid #eee;
    width: 75%;
  }
}
@media screen and (max-width: 1000px){
  .property_pic_area{
    flex-direction: column;
  }
  .property_pic_left,
  .property_pic_right{
    width: 88%;
    margin: 0 auto;
  }
  .property_pic_left{
    margin-bottom: 20px;
  }
  .property_favorite ul{
    justify-content: center;
  }
  .property_favorite ul li:first-child{
    margin-right: 10px;
  }
  .property_favorite{
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 840px){
  .property_anc_link li{
    width: 32.6%;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .property_floor_contact{
    width: 86%;
  }
}
@media screen and (max-width: 767px){
  .property_ttl{
    padding-bottom: 20px;
  }
  .property_ttl .ttl{
    font-size: 24px;
  }
  .property_pic_left,
  .property_pic_right{
    width: 100%;
  }
  .property_pic_area,
  .property_slider,
  .property_plan,
  .property_floor_txt,
  .property_floor_pic_wrap{
    margin-bottom: 20px;
  }
  .property_plan dl dd .property_plan_txt{
    margin-right: 5px;
  }
  .property_plan dl dt{
    width: 88px;
  }
  .property_plan dl dd{
    width: calc(100% - 88px);
  }
  .property_floor_txt{
    padding: 10px 5px;
  }
  .property_floor_pic_wrap{
    width: 80%;
  }
  .property_floor_contact p{
    font-size: 14px;
  }
  .property_floor_contact .floor_contact_btn{
    width: 100px;
  }
  .property_floor_contact > div:last-child{
    flex-wrap: wrap;
    justify-content: center;
  }
  .property_floor_contact .tel_txt{
    font-size: 12px;
  }
  .property_floor_contact .tel a{
    font-size: 34px;
    background-size: 34px;
    padding-left: 42px;
    pointer-events: auto;
  }


}
@media screen and (max-width: 600px){
  /*.property_slider{
    height: 64vw;
  }
  .property_slider .slick-slide img{
    height: 52vw;
  }*/
  .property_pic_left .slick-slide > div{
    width: 74%;
  }
  .property_thumb .slick-slide div{
    width: 100%;
  }
  /*.property_slider .slick-slide p{
    margin-top: 44px;
  }*/
  .property_slider .slick-counter{
    font-size: 12px;
  }
  .property_favorite ul li:first-child{
    margin-right: 5px;
  }
  .property_favorite li{
    font-size: 12px;
  }
  .property_favorite .simplefavorite-button.active{
    padding-left: 10%;
    background-position: 4% center;
    background-size: 24px;
  }
  .property_favorite .favorite_list_btn{
    line-height: 48px;
    background: #387b4f url(../images/common/favorite-icon.svg) 10% center/16px no-repeat;
  }
  .property_favorite .favorite_list_btn a{
    padding-left: 25%;
  }
  .property_plan dl{
    font-size: 14px;
  }
  .property_plan dl dd{
    padding: 0 5px;
  }
  .property_plan_row:nth-child(2) dl:last-child dt{
    width: 96px;
  }
  .property_plan_row:nth-child(2) dl:last-child dd{
    width: calc(100% - 96px);
  }
  .property_plan_feature > div{
    margin-bottom: 5px;
    margin-right: 5px;
  }
  .property_plan_feature > div img{
    max-width: 60px;
  }
  .property_floor_contact{
    width: 100%;
  }
  .property_floor_contact .floor_contact_btn{
    width: 80px;
    height: 75px;
    padding-top: 32px;
    font-size: 12px;
    background-position-y: 8px;
    background-size: 22px;
  }
  .property_floor_contact .tel a{
    font-size: 26px;
  }
}
@media screen and (max-width: 480px){
  .property_anc_link li{
    width: 48%;
  }
  .property_slider{
    /*height: 280px;*/
    margin-bottom: 10px;
  }
  /*.property_slider .slick-slide img{
    height: 220px;
  }*/
  /*.property_slider .slick-slide p{
    margin-top: 40px;
  }*/
  .property_pic_left .slick-prev,
  .property_pic_left .slick-prev:hover,
  .property_pic_left .slick-prev:focus,
  .property_pic_left .slick-next,
  .property_pic_left .slick-next:hover,
  .property_pic_left .slick-next:focus{
    background-size: 24px;
  }
  .property_thumb .slick-next,
  .property_thumb .slick-next:hover,
  .property_thumb .slick-next:focus,
  .property_thumb .slick-prev,
  .property_thumb .slick-prev:hover,
  .property_thumb .slick-prev:focus{
    background-size: 18px;
  }
  .property_favorite ul{
    flex-wrap: wrap;
  }
  .property_favorite ul li{
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
  }
  .property_favorite ul li:first-child{
    margin-right: 0;
  }
  .property_favorite .simplefavorite-button{
    background-size: 28px;
    background-position: 17% center;
    padding-left: 4%;
  }
  .property_favorite .simplefavorite-button.active{
    padding-left: 4%;
    background-size: 24px;
    background-position: 16% center;
  }
  .property_favorite .favorite_list_btn{
    background: #387b4f url(../images/common/favorite-icon.svg) 16% center/20px no-repeat;
    text-align: center;
    line-height: 40px;
  }
  .property_favorite .favorite_list_btn a{
    padding-left: 4%;
  }
  .property_plan_ttl{
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
  .property_plan_row:nth-child(3) dl{
    height: 62px;
    line-height: 62px;
  }
  .property_plan_row:nth-child(3) dl dd{
    line-height: 1.2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .property_plan dl dd .property_plan_num{
    font-size: 16px;
  }
  .property_plan dl dt{
    font-size: 12px;
    width: 64px;
  }
  .property_plan dl dd{
    width: calc(100% - 64px);
    font-size: 12px;
    line-height: 48px;
  }
  .property_plan_row:nth-child(2) dl:last-child dt{
    width: 75px;
  }
  .property_plan_row:nth-child(2) dl:last-child dd{
    width: calc(100% - 75px);
  }
  .property_plan_bottom{
    text-align: left;
    font-size: 12px;
  }
  .property_floor_contact{
    padding: 15px 5px;
  }
  .property_floor_contact p{
    font-size: 12px;
  }
}

/*---------------------------------------------------
  交通・地図
---------------------------------------------------*/
.property_map .property_table{
  margin-bottom: 32px;
}
.property_map .property_table tr.row_half th:nth-child(3){
  width: 180px;
}
.property_ggl_map{
  margin-bottom: 50px;
}
.property_ggl_map .property_inner{
  margin-bottom: 20px;
  width: 100%;
  height: 600px;
}
.property_ggl_map .property_ggl_map_txt{
  background: #ebebeb;
  padding: 10px 20px;
}
@media screen and (max-width: 767px){
  .property_table th,
  .property_table .row_half td,
  .property_ggl_map .property_ggl_map_txt{
    font-size: 12px;
  }
  .property_table td{
    padding: 0 5px;
  }
  .property_ggl_map .property_ggl_map_txt{
    padding: 10px;
  }
}
@media screen and (max-width: 600px){
  .property_ggl_map .property_inner{
    height: 90vh;
    max-height: 700px;
  }
}
@media screen and (max-width: 480px){
  .property_anc_ttl{
    font-size: 18px;
    height: 50px;
    line-height: 50px;
  }
  .property_map .property_table tr.row_half th:nth-child(3){
    width: 115px;
  }
}

/*---------------------------------------------------
  物件概要
---------------------------------------------------*/
.property_overview{
  margin-bottom: 60px;
}
@media screen and (max-width: 767px){
  .property_overview{
    margin-bottom: 20px;
  }
}
/*---------------------------------------------------
  取引条件
---------------------------------------------------*/
.property_terms{
  margin-bottom: 70px;
}
@media screen and (max-width: 767px){
  .property_terms{
    margin-bottom: 20px;
  }
}
/*---------------------------------------------------
  周辺施設
---------------------------------------------------*/
.property_around{
  margin-bottom: 10px;
}
@media screen and (max-width: 1300px){
  .property_gallary{
    width: 90%;
    margin: 0 auto;
  }
}
/*---------------------------------------------------
  その他
---------------------------------------------------*/
.property_other{
  margin-bottom: 60px;
}
@media screen and (max-width: 767px){
  .property_other{
    margin-bottom: 20px;
  }
}
/*---------------------------------------------------
  YouTubeレスポンシブ
---------------------------------------------------*/
.youtube {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.youtube iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
/*---------------------------------------------------
  ローンシミュレーション
---------------------------------------------------*/
.loansimulation{
  padding: 40px 0;
  margin-bottom: 60px;
}
.loansimulation h3{
  color: #08a981;
  margin-bottom: 40px;
  font-size: 26px;
  letter-spacing: .1em;
  text-align: center;
}
.loansimulation .ff{
  display: block;
  width: 100%;
}
.loansimulation .tt{
  font-size: 16px;
  padding: 0 20px;
  line-height: 50px;
  /*line-height\0: 45px;
  padding-top\0: 5px;*/
  background-size: auto auto;
  background-color: rgba(223, 223, 223, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(200, 200, 200, 1) 4px, rgba(200, 200, 200, 1) 5px );
  margin-bottom: 1px;
}
.loansimulation .wr{
  text-align: center;
  letter-spacing: -0.40em;
  padding: 20px 10px;
  border: solid #dfdfdf 1px;
}
.loansimulation .price_wrap .wr{
  padding: 15px 10px;
}
.loansimulation .wr > div{
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.2;
  padding: 0 20px;
}
.loansimulation .wr .price span{
  font-size: 42px;
}
.loansimulation .wr .administration,
.loansimulation .wr .reserve{
  vertical-align: baseline;
  text-align: center;
  letter-spacing: -0.40em;
}
.loansimulation .wr p{
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
}
.loansimulation .wr input.text{
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  max-width: 136px;
  width: 100%;
  display: inline-block;
  border: solid #7a7a7a 1px;
  outline: none;
  line-height: 24px;
  font-size: 20px;
  height: 40px;
  padding: 6px;
  margin: 0 0.5em 0 1em;
  box-sizing: border-box;
  vertical-align: bottom;
}
.loansimulation .bottom_wrap > div{
  float: left;
  width: 18.728125%;
  margin-right: 1.5625%;
}
.loansimulation .bottom_wrap > div:last-child{
  margin-right: 0;
}
.loansimulation .bottom_wrap .wr > div{
  padding: 0;
}
.loansimulation .bottom_wrap .wr input.text{
  margin-left: 0;
}
.loansimulation .post_wrap .post p{
  font-size: 30px;
  display: inline-block;
  line-height: 1.2;
  margin: 10px 20px;
}
.loansimulation .post_wrap .post p.s1{
  color: #2c4597;
  border-bottom: solid 2px #2c4597;
}
.loansimulation .post_wrap .post p.s2{
  color: #eb5b40;
  border-bottom: solid 2px #eb5b40;
}
.loansimulation .post_wrap .post p.s3{
  color: #574306;
  border-bottom: solid 2px #574306;
}
.loansimulation .post_wrap .post p span{
  font-size: 60px;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .loansimulation{
    padding-top: 0;
  }
  .loansimulation h3{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .bottom_wrap.clearfix {
    margin-top: 10px
  }
  .loansimulation .bottom_wrap > div{
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .loansimulation .post_wrap .post p{
    font-size: 20px;
  }
  .loansimulation .post_wrap .post p span{
    font-size: 42px;
  }
}
/*---------------------------------------------------
  物件の資料請求・見学予約
---------------------------------------------------*/
.property_visit .request_contact_us_head{
  margin-bottom: 30px;
}
.property_visit .request_contact_precautions{
  color: #a40000;
  font-size: 18px;
}
@media screen and (max-width: 767px){
  div.container{
    padding: 0 10px;
  }
  .property_visit > div.container{
    padding: 0;
  }
  .property_visit .request_contact_us_head{
    margin-bottom: 10px;
  }
  .property_visit .request_contact_us_head h2{
    font-size: 20px;
  }
  .property_visit h3.title_en img{
    width: 160px;
  }
  .property_visit .request_contact_precautions{
    font-size: 14px;
  }
  .required_caption{
    word-break: break-all;
  }
}

/*==================================================
物件詳細ここまで
===================================================*/