@charset "utf-8";

/**body**/
.img_align {
  float: left;
  margin-right: 1px;
}
.text_body {
  width: 1000px;
  line-height: 25px;
  font-size: 14px;
  margin: 0 auto;
}
.main_visual {
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  height: 395px;
  background-image: url(/house/img/main_visual.png)
}
/*開発実績*/
.housing_information {
  margin-top: 14px;
}
.text_back {
  /* background-color: white; */
  width: 1100px;
  position: relative;
  margin: 0 auto;
  line-height: 30px;
  /*margin-top: 16px;*/
}
.three_image, .two_image {
  margin-top: 40px;
  margin-bottom: 15px;
}
.three_image:after, .two_image::after {
  content: "";
  clear: both;
  display: block;
}
/* ホバー時 */
.sec_hover {
    position: relative;
}
.sec_hover .mask {
    width: 100%;
    height: 75%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0,0,0,0.4);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.two_image .mask {
  height: 82.33%;
}
.mask2 {
    width: 100%;
    height: 70%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0,0,0,0.4);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.sec_hover a{
  width: 100%;
  height: 100%;
}
.sec_hover .caption {
  background: url(/img/common/other-site-icon.png) no-repeat 90% center;
  border: 1px solid #fff;
  color: #fff;
  font-size: 130%;
  height: 60px;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  line-height: 350%;
  margin-top: 90px;
  width: 85%;
}
.two_image .caption {
  margin-top: 142.5px;
}
.mask .no_aout{
 background: none;
}

.sec_hover:hover .mask {
  opacity:1;  /* マスクを表示する */
}
.sec_hover:hover .mask2 {
  opacity:1;  /* マスクを表示する */
}
/* タイトル */
.sec_hover .name{
    font-size: 1.6rem;
    font-weight: bolder;
    margin-bottom: 16px;
  }

/* 幅調整(応急処置) */
.mr-1{
  margin-right: -1px;
}
.sp_link{
  display: none;
}
