@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600&family=Cinzel:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*=======================================================================

 PLAN

========================================================================*/
/* plan_ttl（SOUTH VIEW）
-------------------------------------------------------*/
.plan_ttl {
  position: relative;
  padding-bottom: 21px;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .plan_ttl {
    padding-bottom: 16px;
    margin-bottom: 14px;
  }
}
.plan_ttl img {
  width: 90%;
  max-width: 385px;
}
.plan_ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#f5aa00), color-stop(0%, #be8915), color-stop(65%, #be8915), color-stop(80%, #efca84), to(rgba(244, 231, 207, 0)));
  background: linear-gradient(to right, #f5aa00, #be8915 0%, #be8915 65%, #efca84 80%, rgba(244, 231, 207, 0) 100%);
  padding-right: 0;
  margin: auto;
}

/*=======================================================================

 plan-view

========================================================================*/
.plan-view .flexL {
  letter-spacing: 0.06em;
  width: 45%;
  letter-spacing: 0.1em;
}
.plan-view .flexL .copy {
  font-size: 2.3rem;
  line-height: 1.5;
  color: #77612a;
}
@media screen and (max-width: 767px) {
  .plan-view .flexL .copy {
    font-size: 2rem;
  }
}
.plan-view .flexL .txt {
  margin-top: 15px;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .plan-view .flexL .txt {
    margin-top: 7px;
  }
}
.plan-view .flexL .figure__view {
  margin-top: 90px;
  padding-left: 5.8333333333%;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .plan-view .flexL .figure__view {
    padding-left: 0;
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .plan-view .flexL .figure__view {
    margin-top: 20px;
    padding-left: 0;
  }
}
.plan-view .flexR {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .plan-view .flexR {
    margin-top: 20px;
  }
}
.plan-view .flexL,
.plan-view .flexR {
  position: relative;
}
@media screen and (max-width: 767px) {
  .plan-view .flexL,
  .plan-view .flexR {
    width: 100%;
  }
}

/*=======================================================================

 smart-plan

========================================================================*/
.smart-plan__main {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .smart-plan__main .inner {
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .smart-plan__main .inner {
    padding-top: 0;
    padding-bottom: 15px;
  }
}
.smart-plan__main .ttl {
  line-height: 1;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .smart-plan__main .ttl {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
.smart-plan__main .txtArea .txt__img {
  width: 73.3333333333%;
  max-width: 880px;
}
@media screen and (max-width: 767px) {
  .smart-plan__main .txtArea .txt__img {
    width: 100%;
  }
}
.smart-plan__main .txtArea .txt {
  line-height: 1.9;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .smart-plan__main .txtArea .txt {
    font-size: min(2.2vw, 22px);
  }
}
@media screen and (max-width: 767px) {
  .smart-plan__main .txtArea .txt {
    font-size: min(4vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .smart-plan__main .txtArea br {
    display: none;
  }
}
.smart-plan__main .figure__photo {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .smart-plan__main .figure__photo img {
    width: 100%;
    height: 740px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .smart-plan__main .figure__photo img {
    width: 100%;
    height: 580px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.smart-plan__walldoor .inner {
  max-width: 1040px;
}
@media screen and (max-width: 767px) {
  .smart-plan__walldoor .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.smart-plan__walldoor .flex {
  width: 100%;
}
.smart-plan__walldoor .flex .flexL {
  width: calc(100% - 275px);
}
@media screen and (max-width: 767px) {
  .smart-plan__walldoor .flex .flexL {
    width: 100%;
  }
}
.smart-plan__walldoor .flex .flexL .ttl {
  font-size: 2.4rem;
  color: #77612a;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  .smart-plan__walldoor .flex .flexL .ttl {
    font-size: 2.1rem;
  }
}
.smart-plan__walldoor .flex .flexR {
  width: 275px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .smart-plan__walldoor .flex .flexR {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
}
.smart-plan__walldoor .smart-plan__walldoor_photo {
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .smart-plan__walldoor .smart-plan__walldoor_photo {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* plan__block
-------------------------------------------------------*/
.plan__block + .plan__block {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .plan__block + .plan__block {
    margin-top: 50px;
  }
}
.plan__block .heading {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .plan__block .heading {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .plan__block .heading {
    width: 100%;
  }
}
.plan__block .heading .plan_spec {
  position: relative;
  color: #77612a;
  line-height: 1;
  padding-bottom: 17px;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .plan__block .heading .plan_spec {
    padding-bottom: 15px;
  }
}
.plan__block .heading .plan_spec::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #77612a;
}
.plan__block .heading .plan_spec .type {
  font-size: 4.2rem;
}
@media screen and (max-width: 767px) {
  .plan__block .heading .plan_spec .type {
    font-size: min(11vw, 55px);
  }
}
.plan__block .heading .plan_spec .ldk {
  font-size: 2.5rem;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .plan__block .heading .plan_spec .ldk {
    font-size: min(6vw, 30px);
  }
}
.plan__block .heading .plan_area li {
  margin-top: 9px;
  line-height: 1;
}
.plan__block .heading .plan_area li .num1 {
  font-size: 200%;
}
.plan__block .heading .plan_area li .num2 {
  font-size: 150%;
}
.plan__block .heading .copy {
  color: #ac7f43;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .plan__block .heading .copy {
    margin-top: 20px;
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 767px) {
  .plan__block .heading .copy {
    margin-top: 18px;
  }
}
.plan__block .heading .plan_for {
  margin-top: auto;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .plan__block .heading .plan_for {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .plan__block .heading .plan_for {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.plan__block .heading .plan_for figcaption {
  text-align: right;
}
.plan__block .imgArea {
  width: 50%;
  margin-top: 57px;
}
@media screen and (max-width: 767px) {
  .plan__block .imgArea {
    width: 100%;
    margin-top: 15px;
  }
}

/* ボタンリスト
-------------------------------------------------------*/
.plan__btnlist {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.plan__btnlist::after {
  content: "";
  width: 31.6326530612%;
  height: 0;
}

.plan__btn {
  text-align: center;
  width: 31.6326530612%;
  margin-bottom: 30px;
  background-color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .plan__btn {
    width: 48.5%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .plan__btn {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px !important;
  }
}
.plan__btn:nth-child(n+4) {
  margin-bottom: 0;
}
.plan__btn a {
  display: block;
  text-align: center;
  line-height: 1;
  border: 1px solid #77612a;
}
@media screen and (min-width: 1001px) {
  .plan__btn a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .plan__btn a:hover {
    opacity: 0.4;
  }
}
.plan__btn a.active {
  opacity: 0.4;
  pointer-events: none;
}
.plan__btn .type {
  font-size: 5.2rem;
  background-color: #f0e1aa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1;
  padding-top: 11px;
  padding-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .plan__btn .type {
    font-size: 5rem;
    padding-top: 10px;
    padding-bottom: 12px;
  }
}
.plan__btn .type small {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .plan__btn .type small {
    font-size: 2rem;
  }
}
.plan__btn .txtArea {
  padding: 10px;
  padding-top: 16px;
}
.plan__btn .spec {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .plan__btn .spec {
    margin-top: 10px;
  }
}
.plan__btn .more {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .plan__btn .more {
    margin-top: 13px;
  }
}
.plan__btn .ldk {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .plan__btn .ldk {
    font-size: 2.2rem;
  }
}
.plan__btn .ldk span {
  font-size: 110%;
}
.plan__btn .spec .num1 {
  font-size: 180%;
}
.plan__btn .spec .num2 {
  font-size: 140%;
}
.plan__btn .more {
  position: relative;
  color: #fff;
  background-color: #7a6338;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 20px;
}
.plan__btn .more::before {
  content: "";
  position: absolute;
  margin: auto;
  z-index: 2;
  background-image: url(../../images/common/arrow_btn.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 35px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .plan__btn .more::before {
    width: 25px;
    height: 7px;
  }
}

/*=======================================================================

 page-plan-detail

========================================================================*/
.page-plan-detail .plan-detail {
  padding-top: 75px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-plan-detail .plan-detail {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .page-plan-detail .plan-detail {
    padding-top: 20px;
    padding-bottom: 70px;
  }
}
.page-plan-detail .heading .heading1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1;
  padding-bottom: 3px;
  border-bottom: 1px solid #77612a;
}
@media screen and (max-width: 767px) {
  .page-plan-detail .heading .heading1 {
    display: block;
    padding-bottom: 10px;
  }
}
.page-plan-detail .heading .heading2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-plan-detail .heading .heading2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .page-plan-detail .heading .heading2 {
    display: block;
  }
}
.page-plan-detail .heading .type {
  font-size: 8rem;
  line-height: 1;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .page-plan-detail .heading .type {
    font-size: min(14vw, 70px);
    margin-right: 13px;
  }
}
.page-plan-detail .heading .type small {
  position: relative;
  font-size: 3.8rem;
  top: -10px;
}
@media screen and (max-width: 767px) {
  .page-plan-detail .heading .type small {
    font-size: 2.7rem;
    top: 0px;
  }
}
.page-plan-detail .heading .ldk {
  font-size: 3.8rem;
  padding-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .page-plan-detail .heading .ldk {
    font-size: min(6.6vw, 36px);
    margin-top: 5px;
    padding-bottom: 0px;
  }
}
.page-plan-detail .heading .ldk span {
  font-size: 120%;
}
.page-plan-detail .heading .ldk small {
  font-size: 85%;
}
.page-plan-detail .heading .spec {
  font-size: 2rem;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .page-plan-detail .heading .spec {
    font-size: min(4.6vw, 20px);
  }
}
.page-plan-detail .heading .spec .num1 {
  position: relative;
  bottom: -2px;
  font-size: 180%;
}
.page-plan-detail .heading .spec .num2 {
  position: relative;
  bottom: -2px;
  font-size: 140%;
}
.page-plan-detail .heading .spec-etc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .page-plan-detail .heading .spec-etc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-plan-detail .heading .spec-etc li {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .page-plan-detail .heading .spec-etc li {
    margin-left: 0;
  }
}
.page-plan-detail .tabWrap {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .page-plan-detail .tabWrap {
    margin-top: 20px;
  }
}
.page-plan-detail .tab-bg {
  color: #7a6338;
  background-color: #f7f0d4;
  text-align: center;
  padding: 50px 30px 60px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-plan-detail .tab-bg {
    padding: 35px 30px 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-plan-detail .tab-bg {
    padding: 20px 20px 27px;
  }
}
.page-plan-detail .tab-bg .copy {
  white-space: nowrap;
}
.page-plan-detail .tab-menu {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-plan-detail .tab-menu {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-plan-detail .tab-menu {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}
.page-plan-detail .tab-menu .btn {
  position: relative;
  width: 48%;
  max-width: 465px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #77612a;
  padding-top: 10px;
  padding-bottom: 11px;
  cursor: pointer;
}
@media screen and (min-width: 1001px) {
  .page-plan-detail .tab-menu .btn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page-plan-detail .tab-menu .btn:hover {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .page-plan-detail .tab-menu .btn {
    padding-top: 7px;
    padding-bottom: 10px;
  }
}
.page-plan-detail .tab-menu .btn.selected {
  padding-top: 9px;
  padding-bottom: 10px;
  color: #fff;
  background-color: #7a6338;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  border: 2px solid #fff;
  pointer-events: none;
}
.page-plan-detail .tab-menu .btn.selected:before {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #7a6338;
  z-index: 2;
  -webkit-transform: scaleX(0.6);
          transform: scaleX(0.6);
}
.page-plan-detail .tab-menu .btn.selected:after {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 50%;
  margin-left: -16px;
  border: 16px solid transparent;
  border-top: 16px solid #fff;
  z-index: 1;
  -webkit-transform: scaleX(0.6);
          transform: scaleX(0.6);
}
.page-plan-detail .tab-menu .btn.selected.--center {
  margin-left: auto;
  margin-right: auto;
}
.page-plan-detail .tab-panel {
  display: none;
  padding-top: 80px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-plan-detail .tab-panel {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .page-plan-detail .tab-panel {
    padding-top: 30px;
  }
}
.page-plan-detail .tab-panel.is-show {
  display: block;
}
.page-plan-detail .tab-panel .imgArea {
  width: 93%;
  max-width: 525px;
  margin-left: auto;
  margin-right: auto;
}

.planInc__wrap {
  background-color: #f8f9f7;
  padding-top: 60px;
  padding-bottom: 60px;
}/*# sourceMappingURL=page-plan.css.map */