@charset "UTF-8";
/* --------------------------------------------
   ドミノ住宅HAKOYA 
-------------------------------------------- */
/* ドミノ住宅HAKOYA  */
.domino-brown {
  color: #6a3906;
}

.domino-green {
  color: #006934;
}

.domino-intro {
  padding: 2.5em 2.1875em;
  background-image: url(../../images/bg_gray_pattern_04.png);
}

.domino-intro__title {
  margin-top: 0.2222222222em;
  font-size: 2.8125em;
  line-height: 1.7;
}

.domino-intro-explain {
  margin-top: 3.125em;
}

.domino-intro-explain__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  padding-right: 0.625em;
  padding-left: 0.625em;
}

.domino-intro-explain__primary {
  width: 100%;
  max-width: 280px;
}

.domino-intro-explain__secondary {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 0.75em;
  padding-left: 1.5625em;
}

.domino-intro-explain__text {
  font-size: 1.125em;
  line-height: 2.2;
}

.domino-intro-feature-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.domino-intro-feature {
  -webkit-box-shadow: 4px 5px 4px rgba(196, 190, 190, 0.75);
  width: 48.5%;
  margin-top: 1.875em;
  padding: 1.875em 1.25em;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 4px 5px 4px rgba(196, 190, 190, 0.75);
  text-align: center;
}

.domino-intro-feature__title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  min-height: 5.75em;
  padding-bottom: 1em;
  line-height: 1.75;
}
.domino-intro-feature__title::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: -webkit-repeating-linear-gradient(left, #804f21, #804f21 0.625em, transparent 0.625em, transparent 0.9375em);
  background-image: repeating-linear-gradient(90deg, #804f21, #804f21 0.625em, transparent 0.625em, transparent 0.9375em);
  content: "";
}

.domino-intro-feature__title-inner {
  font-size: 1.375em;
  font-weight: bold;
}

.domino-intro-feature__text {
  margin-top: 1em;
  font-size: 1.0625em;
  line-height: 2;
}

.domino-intro-feature__image {
  margin-top: 2em;
  padding: 2%;
}

.step-area {
  padding: 1.875em 0.625em;
  padding-top: 0;
}

.step-box {
  width: 100%;
  max-width: 60.875em;
  margin-top: 1.875em;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
.step-box:not(:last-of-type)::after {
  display: block;
  width: 0;
  height: 0;
  border-width: 5em 30.625em 0 30.625em;
  border-style: solid;
  border-color: #f1f1d9 transparent transparent transparent;
  content: "";
}

.step-box__inner {
  position: relative;
  padding: 0.9375em 0.9375em 2.5em;
  background-color: #f1f1d9;
}

.step-box-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.step-box-header-number {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.4375em;
  height: 6.4375em;
  background-color: #80b41f;
}

.step-box-header-number__inner {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.step-box-header-number__title {
  display: block;
  font-size: 1.25em;
}

.step-box-header-number__text {
  display: block;
  font-size: 1.65625em;
}

.step-box-header__secondary {
  padding-left: 2.9375em;
}

.step-box-header__title-inner {
  font-size: 1.75em;
  font-weight: bold;
}

.step-box-header__text {
  margin-top: 0.4761904762em;
  font-size: 1.3125em;
}

.step-box-cnt {
  margin-top: 1.875em;
}

.step-box-square {
  width: 100%;
  max-width: 896px;
  margin-right: auto;
  margin-left: auto;
  padding: 1.5625em 0.625em 2.5em;
  background-color: #ffffff;
  text-align: center;
}

.step-box-layout-images {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding-right: 1.25em;
  padding-left: 1.25em;
}

.step-box-layout-images__item {
  width: 31.5%;
}
.step-box-layout-images__item img {
  border-radius: 4px;
}

.step-box-option-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -2.5em;
  padding-right: 1.25em;
  padding-left: 1.25em;
}
.step-box-option-wrap::after {
  display: block;
  width: 31.5%;
  content: "";
}

.step-box-option {
  width: 31.5%;
  margin-top: 2.5em;
  text-align: center;
}

.step-box-option__title {
  margin-top: 0.8333333333em;
  color: #40210f;
  font-size: 1.125em;
  font-weight: bold;
}

.step-box-option__image img {
  border-radius: 4px;
}

.inquery-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-shadow: 4px 5px 4px rgba(196, 190, 190, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 27.0833333333em;
  margin-right: auto;
  margin-left: auto;
  padding: 1.4583333333em 0.4166666667em;
  border: 1px solid #6a3906;
  border-radius: 4px;
  background: url(../../images/bg_wood_fllor.png) center/cover no-repeat;
  box-shadow: 4px 5px 4px rgba(196, 190, 190, 0.75);
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff;
}
.inquery-btn::after {
  margin-left: 2.0833333333em;
  content: "＞";
}
a.inquery-btn {
  color: #40210f;
  text-decoration: none;
}

.inquery-btn-area {
  margin-top: 4.5625em;
}

@media screen and (max-width: 1900px) {
  /* ドミノ住宅HAKOYA  */
}

@media screen and (max-width: 1700px) {
  /* ドミノ住宅HAKOYA  */
}

@media screen and (max-width: 1540px) {
  /* ドミノ住宅HAKOYA  */
}

@media screen and (max-width: 1260px) {
  /* ドミノ住宅HAKOYA  */
}

@media screen and (max-width: 1024px) {
  /* ドミノ住宅HAKOYA  */
  .step-box:not(:last-of-type)::after {
    font-size: 1.4vw;
  }
}

@media screen and (max-width: 768px) {
  /* ドミノ住宅HAKOYA  */
  .domino-intro-feature__text {
    font-size: 2.2vw;
  }
  .step-box:not(:last-of-type)::after {
    font-size: 1.35vw;
  }
}

@media screen and (max-width: 480px) {
  /* ドミノ住宅HAKOYA  */
  .domino-intro__title {
    font-size: 1.40625em;
  }
  .domino-intro-explain {
    margin-top: 1.5625em;
  }
  .domino-intro-explain__inner {
    display: block;
  }
  .domino-intro-explain__primary {
    margin-top: 1.25em;
    margin-right: auto;
    margin-left: auto;
  }
  .domino-intro-explain__secondary {
    padding-left: 0;
  }
  .domino-intro-explain__text {
    text-align: left;
  }
  .domino-intro-feature-wrap {
    display: block;
  }
  .domino-intro-feature {
    width: 100%;
  }
  .domino-intro-feature__title-inner {
    font-size: 1.125em;
    font-size: 3.4vw;
  }
  .domino-intro-feature__text {
    font-size: inherit;
  }
  .step-box-header {
    display: block;
    position: relative;
  }
  .step-box-header-number {
    width: 4.5625em;
    height: 4.5625em;
  }
  .step-box-header-number__title {
    font-size: 1em;
  }
  .step-box-header-number__text {
    font-size: 1.375em;
  }
  .step-box-header__secondary {
    padding-left: 0;
  }
  .step-box-header__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    align-items: center;
    min-height: 4.5625em;
    padding-left: 6.25em;
  }
  .step-box-header__title-inner {
    font-size: 1.5em;
  }
  .step-box-header__text {
    margin-top: 1.625em;
    font-size: 1.125em;
  }
  .step-box-layout-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .step-box-layout-images__item {
    width: 100%;
    margin-top: 1.25em;
  }
  .step-box-option-wrap::after {
    display: none;
  }
  .step-box-option {
    width: 48.5%;
  }
  .step-box-option__title {
    font-size: 1em;
  }
  .inquery-btn {
    font-size: 1.0625em;
  }
}

@media screen and (max-width: 1080px) {
  .step-box:not(:last-of-type)::after {
    font-size: 1.45vw;
  }
}