@charset "UTF-8";

/*間取り一覧*/

.pagettl {
  background-image: url(../img/page-ttl.png);
  background-position: center center;
  padding: 22% 0;
}

main {
  background: #f4f1ea;
  padding-bottom: 100px;
}

.lead_box {
  margin: 100px auto 80px;
  /* color: #c9af6b; */
  color: #8d826f;
}

.leadttl {
  width: 90%;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto 30px;
}

.btn_flex {
  flex-wrap: wrap;
  /* justify-content: space-between; */
  justify-content: center;
  width: 90%;
  max-width: 900px;
  /* gap: 6%; */
  margin: 0 auto;
}

.btn_flex li {
  width: 48%;
}

.btn_flex li:nth-of-type(n + 3) {
  margin-top: 40px;
}

.btn_flex li a {
  display: block;
  color: #ffffff;
  /* background: #031d35; */
  background: radial-gradient(circle,
      #b4a58f 0%,
      #b4a58f 35%,
      #a39884 100%);
  border: 3px solid #a39884;
  padding: 20px 50px;
}

.btn_detail .type {
  font-size: 24px;
  line-height: 1;
  text-align: center;
  padding-bottom: 14px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 14px;
}

.btn_detail .type span {
  display: inline-block;
}

.btn_detail .type .big {
  font-size: 2em;
  margin-right: 4px;
}

.btn_detail .ldk {
  font-size: 18px;
  line-height: 1;
  text-align: center;
}

.btn_detail .ldk .middle {
  font-size: 1.5em;
}

.btn_detail .ldk .big {
  font-size: 2em;
}

.btn_detail .menseki {
  font-size: 15px;
  line-height: 1;
  text-align: center;
  margin-top: 8px;
}

.btn_detail .menseki .big {
  font-size: 2.2em;
}

.btn_detail .menseki .num {
  margin-left: 8px;
}

.btn_flex li a:hover {
  opacity: 1;
  color: #8d826f;
  background: #fff;
  border: 3px solid #8d826f;
}

.btn_flex li a:hover .btn_detail .type {
  border-bottom: 1px solid #8d826f;
}



/*---------------------------
tab_横
---------------------------*/
@media only screen and (max-width: 1180px) {}



/*---------------------------
sp
---------------------------*/
@media only screen and (max-width: 820px) {

  /* 共通 */
  .pagettl {
    padding: 90px 0;
  }

  main {
    padding-bottom: 60px;
  }

  .lead_box {
    margin: 50px auto 0;
  }

  .leadttl {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .btn_box {
    margin: 50px auto 0;
  }

  .btn_flex li {
    width: 100%;
  }

  .btn_flex li:nth-of-type(n + 2) {
    margin-top: 10px;
  }

  .btn_flex li a {
    padding: 20px 10px;
  }

  .btn_detail .type {
    font-size: 20px;
  }

  .btn_detail .ldk {
    font-size: 15px;
    letter-spacing: 0.5px;
  }

}