.house{
  margin-top: 48px;
}
.house-head-wrapper{
  max-width: 1100px;
  margin: 0 auto 0;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: content-box;
  text-align: center;
}
.house-ttl{
  font-size: 38px;
  margin: 64px 0 0;
  font-weight: 800;
}
.house-desc{
  font-size: 20px;
  line-height: 1.55em;
  margin: 28px 0 0;
  font-weight: 800;
}
.house-map{
  width: 100%;
  display: block;
  height: 328px;
  margin-top: 32px;
}
.house-info-wrapper{
  position: relative;
  max-width: 950px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: content-box;
  margin-top: 80px;
}
.house-info-wrapper img{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 520px;
  display: block;
  z-index: 2;
}
.house-info-container{
  z-index: 1;
  position: relative;
  margin-left: auto;
  margin-right: 0;
  width: 68.6%;
  background-color: #fff;
  border-radius: 26px;
  padding: 44px 52px 52px 128px;
  text-align: left;
}
.house-info-container h3{
  font-size: 24px;
  font-weight: 800;
}
.house-info-container h3 span{
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 6px;
  display: block;
}
.house-info-container p{
  line-height: 1.55em;
  margin: 16px 0 0;
}

.house-btn-list{
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.house-btn-list li{
  width: 19%;
}
.house-btn-list li a{
  background: #000;
  color: #fff !important;
  background-size: 200% 100%;
  width: 100%;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  transition: 0.3s;
  border-radius: 27px;
  position: relative;
}
.house-btn-list li a::before{
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/common/icon_yajirushi02.svg) no-repeat 0 50%;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
  transform: rotate(90deg);
}
.house-section{
  margin-top: 70px;
  position: relative;
}
.house-section + .house-section{
  margin-top: 42px;
}

.house-section + .house-section .house-section-txt-wrapper{
  /* border-top: 1px solid #000; */
  padding-top: 35px;
}
.house-deco{
  position: absolute;
}
.house-deco.section1{
  top: 5%;
  left: 10%;
  height: 103px;
  display: block;
}
.house-deco.section2{
  top: 6.5%;
  right: 7.5%;
  height: 184px;
  display: block;
}
.house-deco.section3{
  top: 13.5%;
  left: 5%;
  height: 83px;
  display: block;
}

.house-section-txt-wrapper{
  text-align: center;
  max-width: 950px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: content-box;
  margin: 0 auto;
}
.house-section-txt-wrapper h2{
  font-size: 50px;
  font-weight: 800;
}
.house-section-txt-wrapper p{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75em;
  margin-top: 12px;
}
.house-section-nav-wrapper{
  width: 144px;
  margin: 44px auto 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.house-slider-wrapper{
  margin-top: 28px;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.house-swiper1,
.house-swiper2,
.house-swiper3{
  width: 120%;
  left: -10%;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .house-swiper1,
  .house-swiper2,
  .house-swiper3{
    width: 130%;
    left: -15%;
  }
}

.house-content-card{
  padding: 20px;
  height: 100%;
  position: relative;
}
.house-content-deco{
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 2;
  height: 62px;
}
.house-content-card a.hover_ok{
  transition: 0.3s;
  top: 0;
}
.house-content-card a.hover_ok:hover {
  top: -4px;
}

.house-content-card-inner{
  filter: drop-shadow(0 0 12px rgba(0,0,0,.15));
  transform: translateZ(0);
  border-radius: 26px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-sizing: border-box;
  height: 100%;
  text-decoration: none;
  display: block;
}
.house-content-card-img-wrapper{
  width: 100%;
  padding-top: 45.3%;
  position: relative;
}
.house-content-card-img-wrapper img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%,-50%);
}
.house-content-card-txt-wrapper{
  padding: 20px 16px 24px;
}
.house-content-card-txt-wrapper h3{
  font-size: 22px;
  font-weight: 800;
  margin: 0;
  font-weight: 600;
  text-align: center;
  line-height: 1.25em;
}
.house-content-card-txt-wrapper h3 span{
  font-size: 16px;
  font-weight: 800;
  margin: 4px 0 4px;
  line-height: 1.25em;
  display: block;
  font-weight: 600;
  text-align: center;
}

.house-content-card-txt-inner{
}


.house-content-card-txt-wrapper p{
  font-size: 14px;
  line-height: 1.5em;
  margin-top: 16px;
  font-weight: 500;
  text-align: justify;
}

.swiper-slide{
  height: auto !important;
}
.house-copylight{
  max-width: 1100px;
  margin: 24px auto 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 10px;
  text-align: right;
  position: relative;
}
