@charset "UTF-8";
.pre-inc .point-box {
  margin: 2em auto;
  width: 100%;
  max-width: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2%; }
  @media screen and (max-width: 768px) {
    .pre-inc .point-box {
      flex-wrap: wrap;
      gap: 4%; } }
  .pre-inc .point-box li {
    margin: 0;
    padding: 0.6em 0 0.8em;
    width: 32%;
    background: linear-gradient(90deg, #FAF5E4, #F0E9D0);
    text-align: center;
    color: #9D8447;
    font-size: min(3.6vw, 18px);
    line-height: 1.2; }
    @media screen and (max-width: 768px) {
      .pre-inc .point-box li {
        width: 48%; }
        .pre-inc .point-box li.sp_mt1 {
          margin-top: 1em; } }
    .pre-inc .point-box li small {
      font-size: 0.8em; }
.pre-inc .type_btns {
  display: flex;
  max-width: 800px;
  margin: 40px auto 0;
  justify-content: center;
  gap: 2%; }
  .pre-inc .type_btns.double {
    max-width: 520px; }
    .pre-inc .type_btns.double a.btn_link {
      width: 48%; }
      @media screen and (max-width: 480px) {
        .pre-inc .type_btns.double a.btn_link {
          width: 100%; } }
  @media screen and (max-width: 480px) {
    .pre-inc .type_btns {
      flex-direction: column;
      row-gap: 10px; } }
  .pre-inc .type_btns a.btn_link {
    width: 32%;
    display: block;
    color: #fff;
    background: #9D8447;
    text-align: center;
    padding: 0.8em 0;
    font-family: serif;
    font-size: 17px;
    line-height: 1;
    position: relative; }
    .pre-inc .type_btns a.btn_link .type_txt {
      font-size: 1.77em; }
    @media screen and (max-width: 768px) {
      .pre-inc .type_btns a.btn_link {
        font-size: 2vw; } }
    @media screen and (max-width: 480px) {
      .pre-inc .type_btns a.btn_link {
        width: 100%;
        font-size: 3.6vw; } }
  .pre-inc .type_btns .giji::after {
    content: ">";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%); }
  .pre-inc .type_btns.second {
    justify-content: center;
    margin: 40px auto;
    width: calc(100% - 40px); }
    .pre-inc .type_btns.second a.btn_link {
      width: 32%; }
      @media screen and (max-width: 480px) {
        .pre-inc .type_btns.second a.btn_link {
          width: 100%; } }
    .pre-inc .type_btns.second .left {
      color: #fff;
      background: #508A76; }
    .pre-inc .type_btns.second .right {
      color: #fff;
      background: #9B886C; }
.pre-inc#type .main_wrap .secin {
  position: relative; }
.pre-inc#type .main_wrap .secin .typeA::before {
  content: "角住戸プラン";
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#037671), color-stop(#10928C), to(#037671));
  background: -webkit-linear-gradient(left, #037671, #10928C, #037671);
  background: linear-gradient(90deg, #037671, #10928C, #037671);
  font-size: clamp(10px, 2vw, 15px);
  padding: 10px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*# sourceMappingURL=plan.css.map */
