@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
 共通
===========================================*/
/*このページで使用するフォントカラーを定義*/
/*来店予約はこちら RESERVEボタン*/
.reserve-btn {
  margin-top: 90px; }
  .reserve-btn .btn-item {
    color: #b28247;
    font-family: "Kiwi Maru", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 2rem;
    letter-spacing: 0.1em;
    border: 1px solid #b28247;
    border-radius: 50px;
    padding: 1% 1% 1% 90px;
    display: block;
    max-width: 510px;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 576px) {
      .reserve-btn .btn-item {
        padding: 1.5% 7.5%; } }
    @media screen and (max-width: 320px) {
      .reserve-btn .btn-item {
        font-size: 1.8rem;
        padding: 2.5% 7.5%; } }
    .reserve-btn .btn-item:hover {
      background-color: #eadbc9; }
    .reserve-btn .btn-item .en {
      letter-spacing: 0.1em;
      font-weight: bold;
      font-family: "Quicksand", sans-serif;
      font-size: 1.6rem;
      margin-left: 80px;
      margin-right: 10px; }
      @media screen and (max-width: 576px) {
        .reserve-btn .btn-item .en {
          margin-left: 0;
          display: block;
          width: 80px; } }
    .reserve-btn .btn-item .arw {
      display: inline-block;
      width: 58px;
      height: 58px;
      line-height: 50px;
      border-radius: 50%;
      border: 1px solid #b28247;
      text-align: center;
      vertical-align: middle;
      transition: 0.5s;
      background-color: #b28247; }
      @media screen and (max-width: 576px) {
        .reserve-btn .btn-item .arw {
          position: absolute;
          right: 4px;
          top: 4px; } }
      @media screen and (max-width: 320px) {
        .reserve-btn .btn-item .arw {
          top: 2px; } }
      .reserve-btn .btn-item .arw::before {
        content: "";
        display: inline-block;
        width: 7px;
        height: 7px;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        transform: rotate(-45deg);
        transition: 0.5s; }

/*==========================================
 背景色の調整
===========================================*/
.house-building {
  background-color: #eadbc9; }
  .house-building .house-building-body {
    background-color: #fff; }

/*==========================================
 ページ上部の画像とタイトル
===========================================*/
.house-building-head {
  background-color: #eadbc9;
  padding-bottom: 50px; }
  @media screen and (max-width: 576px) {
    .house-building-head {
      padding-bottom: 30px; } }
  .house-building-head .page-ttl {
    display: flex;
    margin: 50px 0 0; }
    @media screen and (max-width: 1140px) {
      .house-building-head .page-ttl {
        display: block;
        max-width: 579px;
        margin: 50px auto 0; } }
    @media screen and (max-width: 767px) {
      .house-building-head .page-ttl {
        max-width: 386px; } }
    @media screen and (max-width: 576px) {
      .house-building-head .page-ttl {
        margin: 30px auto 0; } }
    .house-building-head .page-ttl .ttl {
      font-family: "Kiwi Maru", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
      font-size: 6rem;
      letter-spacing: 0.05em;
      line-height: 1;
      color: #381706;
      margin-right: 2%; }
      @media screen and (max-width: 1140px) {
        .house-building-head .page-ttl .ttl {
          text-align: left;
          margin-bottom: 4%; } }
      @media screen and (max-width: 767px) {
        .house-building-head .page-ttl .ttl {
          font-size: 4rem; } }
      @media screen and (max-width: 576px) {
        .house-building-head .page-ttl .ttl {
          font-size: 3rem; } }
      @media screen and (max-width: 320px) {
        .house-building-head .page-ttl .ttl {
          font-size: 2.5rem; } }
    .house-building-head .page-ttl .ttl-sub {
      font-family: "Kiwi Maru", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
      font-size: 2rem;
      letter-spacing: 0.05em;
      position: relative;
      text-align: left;
      padding-left: 10px;
      color: #381706; }
      @media screen and (max-width: 767px) {
        .house-building-head .page-ttl .ttl-sub {
          font-size: 1.6rem; } }
      @media screen and (max-width: 576px) {
        .house-building-head .page-ttl .ttl-sub {
          font-size: 1.4rem; } }
      .house-building-head .page-ttl .ttl-sub::before {
        content: "";
        display: inline-block;
        width: 5px;
        height: 45px;
        background-color: #381706;
        position: absolute;
        top: 10px;
        left: 0; }
        @media screen and (max-width: 767px) {
          .house-building-head .page-ttl .ttl-sub::before {
            top: 2px; } }

/*==========================================
 はじめての家づくりのフロー紹介エリア
===========================================*/
.house-building-body .ttl {
  padding-top: 100px;
  margin-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .house-building-body .ttl {
      padding-top: 80px;
      margin-bottom: 60px; } }
  .house-building-body .ttl .ttl-en {
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 9.4rem;
    color: #fff;
    text-stroke: 1px #b18147;
    -webkit-text-stroke: 1px #b18147;
    font-weight: bold;
    line-height: 1; }
    @media screen and (max-width: 320px) {
      .house-building-body .ttl .ttl-en {
        font-size: 8.4rem; } }
.house-building-body .item-cover {
  display: flex;
  position: relative;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .house-building-body .item-cover {
      display: block; } }
  .house-building-body .item-cover .item .item-ttl {
    display: flex;
    z-index: 1; }
    .house-building-body .item-cover .item .item-ttl .en {
      font-family: "Quicksand", sans-serif;
      font-size: 3.7rem;
      font-weight: bold;
      line-height: 1;
      color: #b18147;
      display: block;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 576px) {
        .house-building-body .item-cover .item .item-ttl .en {
          font-size: 2.7rem; } }
      @media screen and (max-width: 320px) {
        .house-building-body .item-cover .item .item-ttl .en {
          font-size: 2rem; } }
    .house-building-body .item-cover .item .item-ttl .nom {
      font-family: "Quicksand", sans-serif;
      font-size: 9rem;
      color: #fff;
      text-stroke: 1px #b18147;
      -webkit-text-stroke: 1px #b18147;
      font-weight: bold;
      line-height: 1; }
      @media screen and (max-width: 576px) {
        .house-building-body .item-cover .item .item-ttl .nom {
          font-size: 6rem; } }
      @media screen and (max-width: 320px) {
        .house-building-body .item-cover .item .item-ttl .nom {
          font-size: 5rem; } }
    .house-building-body .item-cover .item .item-ttl .ttl {
      font-family: "Kiwi Maru", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
      font-size: 6rem;
      color: #b18147;
      margin-left: 1em;
      font-weight: 300;
      margin-bottom: 0;
      padding-top: 0;
      align-self: flex-end; }
      @media screen and (max-width: 576px) {
        .house-building-body .item-cover .item .item-ttl .ttl {
          font-size: 4rem; } }
    .house-building-body .item-cover .item .item-ttl .ttl01 {
      position: absolute;
      left: 100px; }
      @media screen and (max-width: 767px) {
        .house-building-body .item-cover .item .item-ttl .ttl01 {
          position: initial;
          left: initial; } }
      @media screen and (max-width: 320px) {
        .house-building-body .item-cover .item .item-ttl .ttl01 {
          font-size: 2.6rem; } }
    .house-building-body .item-cover .item .item-ttl .ttl02 {
      font-size: 5rem;
      line-height: 1.2;
      margin-left: 0.5em;
      position: absolute;
      left: 100px; }
      @media screen and (max-width: 767px) {
        .house-building-body .item-cover .item .item-ttl .ttl02 {
          position: initial;
          left: initial; } }
      @media screen and (max-width: 576px) {
        .house-building-body .item-cover .item .item-ttl .ttl02 {
          font-size: 3rem; } }
      @media screen and (max-width: 320px) {
        .house-building-body .item-cover .item .item-ttl .ttl02 {
          font-size: 2.2rem; } }
    .house-building-body .item-cover .item .item-ttl .ttl03 {
      font-size: 5rem;
      line-height: 1.2;
      margin-left: 0.5em;
      position: absolute;
      left: 100px; }
      @media screen and (max-width: 767px) {
        .house-building-body .item-cover .item .item-ttl .ttl03 {
          position: initial;
          left: initial; } }
      @media screen and (max-width: 576px) {
        .house-building-body .item-cover .item .item-ttl .ttl03 {
          font-size: 3rem; } }
      @media screen and (max-width: 320px) {
        .house-building-body .item-cover .item .item-ttl .ttl03 {
          font-size: 2.2rem; } }
  .house-building-body .item-cover .item .txt-area {
    z-index: 1;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 2.5% 2.5% 100px;
    margin-top: 2em; }
    @media screen and (max-width: 767px) {
      .house-building-body .item-cover .item .txt-area {
        position: initial;
        margin-top: 1em;
        padding-bottom: 3em; } }
    .house-building-body .item-cover .item .txt-area .txt {
      max-width: 500px;
      width: 100%;
      line-height: 2;
      text-align: justify;
      position: relative; }
      .house-building-body .item-cover .item .txt-area .txt::after {
        content: "";
        background: url("../img/house-building/arw.png") no-repeat center/cover;
        height: 105px;
        width: 18px;
        position: absolute;
        bottom: -120px;
        left: 10px; }
        @media screen and (max-width: 767px) {
          .house-building-body .item-cover .item .txt-area .txt::after {
            content: none; } }
  @media screen and (max-width: 767px) {
    .house-building-body .item-cover .txt-box {
      margin: 0 auto;
      max-width: 530px; } }
  @media screen and (max-width: 767px) {
    .house-building-body .item-cover .img-box {
      text-align: center;
      position: relative; }
      .house-building-body .item-cover .img-box::after {
        content: "";
        background: url("../img/house-building/arw.png") no-repeat center/cover;
        height: 105px;
        width: 18px;
        position: absolute;
        bottom: -120px;
        left: 50%; } }
.house-building-body .item-cover01 {
  margin-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .house-building-body .item-cover01 {
      margin-bottom: 120px; } }
.house-building-body .item-cover02, .house-building-body .item-cover03 {
  margin-bottom: 140px; }
  @media screen and (max-width: 767px) {
    .house-building-body .item-cover02, .house-building-body .item-cover03 {
      margin-bottom: 120px; } }
.house-building-body .item-cover02 .item .txt-area {
  padding-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .house-building-body .item-cover02 .item .txt-area {
      margin-top: 1em;
      padding-bottom: 3em; } }
.house-building-body .item-cover03 {
  margin-bottom: 0; }
  .house-building-body .item-cover03 .item .txt-area {
    padding-bottom: 140px; }
    @media screen and (max-width: 767px) {
      .house-building-body .item-cover03 .item .txt-area {
        margin-top: 1em;
        padding-bottom: 3em; } }
    .house-building-body .item-cover03 .item .txt-area .txt::after {
      content: none; }
  .house-building-body .item-cover03 .img-box::after {
    content: none; }

/*# sourceMappingURL=house-building.css.map */
