@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-----------------------------------------
scssで制作してます。cssを変更しないでください。
-----------------------------------------*/
/*----------------------------------------
	- base
	- main visual
	- description
	- type-box
	- type.html page
-----------------------------------------*/
/*-----------------------------------------
	base
-----------------------------------------*/
body {
  font-family: "Noto Serif JP", "Cinzel", serif;
}
body a {
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}

p,
span {
  font-weight: inherit;
}

/*-----------------------------------------
	description
-----------------------------------------*/
.description h3 {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.075em;
  text-align: center;
  margin-bottom: 102px;
}
@media screen and (max-width: 768px) {
  .description h3 {
    margin-bottom: 45px;
  }
}
.description .content {
  width: min(81.08108108%, 1100px);
  margin: 0 auto 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
}
@media screen and (max-width: 768px) {
  .description .content {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  .description .content p {
    width: 89.333%;
    margin-inline: auto;
  }
}
.description .content p:first-of-type {
  font-size: 18px;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .description .content p:first-of-type {
    font-size: 14px;
    text-align: center;
    margin-bottom: 38px;
  }
}
.description .content p:last-of-type {
  width: 54.33333333%;
}
@media screen and (max-width: 768px) {
  .description .content p:last-of-type {
    width: 89.333%;
    margin-bottom: 54px;
  }
}

/*-----------------------------------------
	type-box
-----------------------------------------*/
.type-box {
  padding: 135px 0 120px;
  background: url(../img/plan/bg.jpg) center/cover no-repeat;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .type-box {
    padding: 68px 0 60px;
  }
}
.type-box .type-list {
  margin: 0 auto 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 5.83333333%;
}
@media screen and (max-width: 768px) {
  .type-box .type-list {
    margin: 0 auto 40px;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.type-box .type-list .type-item {
  min-width: 0;
  background: #918763;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .type-box .type-list .type-item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.type-box .type-list .type-item.premium {
  background: linear-gradient(128deg, rgb(0, 0, 0) 0%, rgb(65, 65, 65) 50%, rgb(0, 0, 0) 100% 100%);
}
.type-box .type-list .type-item.premium a .item-inner .detail-frame {
  background-color: #918763;
}
.type-box .type-list .type-item.premium::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "PREMIUM";
  padding: 5px 10px;
  background: linear-gradient(286deg, #9b8738 0%, #ffecae 50%, #9b8738 100%);
  color: #000;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .type-box .type-list .type-item.premium::after {
    font-size: 12px;
    padding: 3px 8px;
  }
}
.type-box .type-list .type-item.limited a {
  position: relative;
}
.type-box .type-list .type-item.limited a::before {
  position: absolute;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 73.5%;
  content: "物件エントリー者様限定サイトで\a未公開の間取りを公開中！";
  text-align: center;
  white-space: pre;
  background: linear-gradient(113deg, rgb(79, 79, 79) 0%, rgb(151, 151, 151) 44%, rgb(159, 159, 159) 54%, rgb(79, 79, 79) 100%);
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 30px;
  font-size: 21px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .type-box .type-list .type-item.limited a::before {
    top: 71.5%;
    font-size: 14px;
  }
}
.type-box .type-list .type-item.limited a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.65);
}
.type-box .type-list .type-item::before {
  content: "";
  position: absolute;
  inset: 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #FFF;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .type-box .type-list .type-item::before {
    inset: 6.67px;
  }
}
.type-box .type-list .type-item a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
}
.type-box .type-list .type-item a .item-inner {
  font-weight: 600;
  padding: 45px 12.62831858%;
}
@media screen and (max-width: 768px) {
  .type-box .type-list .type-item a .item-inner {
    padding: 30px 6.8%;
  }
}
.type-box .type-list .type-item a .item-inner .type {
  display: inline-block;
  width: 100%;
  font-size: 28px;
  line-height: 1;
  text-align: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding-bottom: 12px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .type-box .type-list .type-item a .item-inner .type {
    font-size: 19px;
    padding-top: 5px;
    margin-bottom: 4.8px;
  }
}
.type-box .type-list .type-item a .item-inner .type span {
  font-size: 40px;
  margin-right: 6px;
}
@media screen and (max-width: 768px) {
  .type-box .type-list .type-item a .item-inner .type span {
    font-size: 25.8px;
    margin-right: 3.6px;
  }
}
.type-box .type-list .type-item a .item-inner .configuration {
  font-size: min(3.71621622vw, 48px);
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .type-box .type-list .type-item a .item-inner .configuration {
    font-size: 33px;
    margin-bottom: 16.8px;
  }
}
.type-box .type-list .type-item a .item-inner .configuration span:first-of-type {
  font-size: min(2.7027027vw, 32px);
}
@media screen and (max-width: 768px) {
  .type-box .type-list .type-item a .item-inner .configuration span:first-of-type {
    font-size: 22px;
  }
}
.type-box .type-list .type-item a .item-inner .configuration span:nth-of-type(2) {
  font-size: min(2.02702703vw, 28px);
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .type-box .type-list .type-item a .item-inner .configuration span:nth-of-type(2) {
    font-size: 18px;
  }
}
.type-box .type-list .type-item a .item-inner .floor-area {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  font-size: 17px;
  font-weight: 600;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .type-box .type-list .type-item a .item-inner .floor-area {
    font-size: 12px;
    margin: 0 auto 14.4px;
  }
}
.type-box .type-list .type-item a .item-inner .floor-area span:first-of-type {
  font-size: min(6.16216216vw, 75px);
}
@media screen and (max-width: 768px) {
  .type-box .type-list .type-item a .item-inner .floor-area span:first-of-type {
    font-size: 50px;
  }
}
.type-box .type-list .type-item a .item-inner .floor-area span:nth-of-type(2) {
  font-size: min(3.72972973vw, 54px);
}
@media screen and (max-width: 768px) {
  .type-box .type-list .type-item a .item-inner .floor-area span:nth-of-type(2) {
    font-size: 35px;
  }
}
.type-box .type-list .type-item a .item-inner .floor-area span:nth-of-type(3) {
  font-size: min(3.37837838vw, 48px);
  font-weight: 400;
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  .type-box .type-list .type-item a .item-inner .floor-area span:nth-of-type(3) {
    font-size: 33.3px;
  }
}
.type-box .type-list .type-item a .item-inner .detail-frame {
  background: #110000;
  border: 1px solid #404040;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 768px) {
  .type-box .type-list .type-item a .item-inner .detail-frame {
    padding: 5px;
  }
}
.type-box .type-list .type-item a .item-inner .detail-frame .detail {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(20px, 1.89189189vw, 22px);
  padding-right: 58px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .type-box .type-list .type-item a .item-inner .detail-frame .detail {
    font-size: 16.8px;
    padding-right: 34.8px;
  }
}
.type-box .type-list .type-item a .item-inner .detail-frame .detail::after {
  content: ">>>";
  position: absolute;
  right: 0;
}
.type-box .note {
  margin-inline: auto;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .type-box .note {
    font-size: 10px;
  }
  .type-box .note span {
    display: none;
  }
}

/*===========================================
	type.html page
===========================================*/
.sub_description {
  max-width: 1000px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .sub_description {
    margin-bottom: 20px;
  }
}
.sub_description .desc-inner {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .sub_description .desc-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.sub_description .desc-inner .desc-left {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sub_description .desc-inner .desc-left {
    display: contents;
  }
}
.sub_description .desc-inner .desc-left .type {
  width: 80%;
  font-size: 27px;
  line-height: 1;
  text-align: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding-bottom: 9px;
  margin-inline: auto;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .sub_description .desc-inner .desc-left .type {
    width: auto;
    font-size: 21px;
    padding-top: 5px;
    padding-inline: 96px;
    margin-inline: auto;
    margin-bottom: 4.8px;
  }
}
.sub_description .desc-inner .desc-left .type span {
  font-size: 36px;
  margin-right: 6px;
}
@media screen and (max-width: 768px) {
  .sub_description .desc-inner .desc-left .type span {
    font-size: 25.8px;
    margin-right: 3.6px;
  }
}
.sub_description .desc-inner .desc-left .configuration {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0 50.67px;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .sub_description .desc-inner .desc-left .configuration {
    font-size: 33px;
  }
}
.sub_description .desc-inner .desc-left .configuration span:first-of-type {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .sub_description .desc-inner .desc-left .configuration span:first-of-type {
    font-size: 24px;
  }
}
.sub_description .desc-inner .desc-left .configuration span:nth-of-type(2) {
  font-size: 26.67px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .sub_description .desc-inner .desc-left .configuration span:nth-of-type(2) {
    font-size: 18px;
  }
}
.sub_description .desc-inner .desc-left .balcony-area {
  display: block;
  max-width: 1000px;
  margin-inline: auto;
  font-size: 18.67px;
  font-weight: 500;
  padding-left: 18.67px;
  line-height: 1;
  position: relative;
}
.sub_description .desc-inner .desc-left .balcony-area::before {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 1/1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #231815;
  position: absolute;
  top: 1.1675px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sub_description .desc-inner .desc-left .balcony-area::before {
    top: 0;
  }
}
.sub_description .desc-inner .desc-left .balcony-area.long {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .sub_description .desc-inner .desc-left .balcony-area.long {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .sub_description .desc-inner .desc-left .balcony-area {
    width: auto;
    font-size: 14px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.sub_description .desc-inner .floor-area {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sub_description .desc-inner .floor-area {
    font-size: 14px;
    margin: 0 auto 24px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 640px) {
  .sub_description .desc-inner .floor-area {
    -webkit-transform: translateX(10.5%);
            transform: translateX(10.5%);
  }
}
.sub_description .desc-inner .floor-area span {
  letter-spacing: -0.03em;
}
.sub_description .desc-inner .floor-area span:first-of-type {
  font-size: 80px;
}
@media screen and (max-width: 768px) {
  .sub_description .desc-inner .floor-area span:first-of-type {
    font-size: 45px;
  }
}
.sub_description .desc-inner .floor-area span:nth-of-type(2) {
  font-size: 62.67px;
}
@media screen and (max-width: 768px) {
  .sub_description .desc-inner .floor-area span:nth-of-type(2) {
    font-size: 42px;
  }
}
.sub_description .desc-inner .floor-area span:nth-of-type(3) {
  font-size: 18.67px;
}
@media screen and (max-width: 768px) {
  .sub_description .desc-inner .floor-area span:nth-of-type(3) {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .sub_description .desc-inner .floor-area span:nth-of-type(3) {
    margin-top: 16px;
  }
}

.merit_area {
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .merit_area {
    margin-bottom: 30px;
  }
}
.merit_area .merit_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .merit_area .merit_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 2%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.merit_area .merit_list > .item {
  width: 30%;
  padding: 15px 0;
  background: -webkit-gradient(linear, left top, right top, from(#c0a770), to(#88774e));
  background: linear-gradient(90deg, #c0a770 0%, #88774e 100%);
  text-align: center;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 1400px) {
  .merit_area .merit_list > .item {
    font-size: clamp(14px, 1.4285714286vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .merit_area .merit_list > .item {
    width: 49%;
  }
}

.sub_content {
  width: 93.5%;
  max-width: 1000px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  .sub_content {
    margin-bottom: 60px;
  }
}
.sub_content .floor-img {
  width: 74.25%;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .sub_content .floor-img {
    width: 100%;
    margin-bottom: 0;
  }
}
.sub_content .caption-img {
  width: 90%;
  max-width: 350px;
  margin: 0 auto 36px;
}
@media screen and (max-width: 768px) {
  .sub_content .caption-img {
    margin-bottom: 18px;
  }
}
.sub_content .caption_txt-wrap {
  font-size: 16px;
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 15px 30px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sub_content .caption_txt-wrap {
    margin-bottom: 50px;
  }
}
.sub_content .caption_txt-wrap .caption_txt {
  text-align: center;
}
.sub_content .caption_txt-wrap .caption_txt span {
  font-weight: inherit;
}
@media screen and (max-width: 768px) {
  .sub_content .caption_txt-wrap .caption_txt {
    font-size: 13px;
  }
}
.sub_content .note {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  font-weight: 700;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sub_content .note {
    font-size: 10px;
  }
}

.back-btn {
  display: block;
  width: 90%;
  max-width: 400px;
  color: #FFF;
  background: #918763;
  font-size: 22px;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 15px 0;
  margin: 0 auto 170px;
}
@media screen and (max-width: 768px) {
  .back-btn {
    width: 80%;
    font-size: 16px;
    margin-bottom: 85px;
  }
}/*# sourceMappingURL=plan.css.map */