@charset "utf-8";

/* ----------------------------------
modelroom
---------------------------------- */
#content_Wrap figure {
  position: relative;
  height: fit-content;
}

.e-modelroom {
  background-image: url(../img/ttl-bg.jpg);
  background-position: center;
}

.entry-ttl {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 17% 0;
  position: relative;
}

.entry-ttl .text-position {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.entry-ttl h2 {
  font-size: 80px;
  color: #fff;
  text-align: center;
  letter-spacing: 8px;
  line-height: 1.4;
}

.entry-ttl .ja {
  font-size: 14px;
  color: #fff;
  text-align: center;
}

h3 {
  font-size: 25px;
  line-height: 1.8;
  letter-spacing: 2px;
  text-align: center;
}

.page-ttl {
  background-image: url(../img/ttl-bg.jpg);
}

.life-main .copy {
  width: 90%;
  margin: 80px auto;
}

.modelroom_Wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 80px;
}

.bnr-box a {
  display: block;
  max-width: 800px;
  margin: 80px auto 0;
  transition: all .5s;
}

.bnr-box a:hover {
  opacity: 0.7;
}

/*=============================
spから
=============================*/
@media only screen and (max-width: 767px) {
  .entry-ttl {
    padding: 26% 0;
  }

  .entry-ttl h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 16px;
  }

  /*モデルルーム*/
  .life-main .copy {
    margin: 60px auto 20px;
  }

  .modelroom_Wrap {
    padding: 0 0 40px;
  }

  .bnr-box a {
    margin: 40px auto 0;
  }
}
