@charset "UTF-8";
/*color*/
/* guideline */
/*font-family*/
/*text-shadow*/
/*box-shadow*/
/*media query break point*/
/*gHeader用*/
/*gHeader用*/
/* media query */
/* ------------------------------------------------------------
    FRAME
------------------------------------------------------------ */
.b_plan_index .s_notes_last,
.b_plan_index .foot_cpbnr {
  background: #fff;
}

/* ------------------------------------------------------------
    PLAN INDEX
------------------------------------------------------------ */
.s_plan_index {
  background: #f2efed;
  padding: clamp(48px, 30.1714285714px + 4.5714285714vw, 96px) 0;
}
.s_plan_index_list {
  display: -ms-grid;
  display: grid;
  gap: clamp(24px, 21.0285714286px + 0.7619047619vw, 32px) clamp(12px, 4.5714285714px + 1.9047619048vw, 32px);
  -ms-grid-columns: 1fr clamp(12px, 4.5714285714px + 1.9047619048vw, 32px) 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 1000px) {
  .s_plan_index_list {
    max-width: 790px;
    margin-inline: auto;
  }
}
.s_plan_index_list_item > a {
  display: block;
  position: relative;
  overflow: hidden;
  padding: clamp(16px, 10.0571428571px + 1.5238095238vw, 32px);
  background: #88867F;
  height: 100%;
}
.s_plan_index_list_item .info {
  position: relative;
  z-index: 2;
  color: #fff;
}
.s_plan_index_list_item .info_type {
  font-family: "Cormorant Garamond", serif;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  padding-bottom: 0.5em;
  font-size: clamp(1.4rem, 1.0285714286rem + 0.9523809524vw, 2.4rem);
  line-height: 1;
}
.s_plan_index_list_item .info_type .letter {
  font-size: 233%;
}
.s_plan_index_list_item .info_layout {
  font-size: clamp(1.8rem, 1.28rem + 1.3333333333vw, 3.2rem);
  line-height: 1;
  margin-top: clamp(8px, 5.0285714286px + 0.7619047619vw, 16px);
}
.s_plan_index_list_item .info_layout .s_l {
  font-size: 150%;
}
.s_plan_index_list_item .info_area {
  letter-spacing: 0.02em;
  margin-top: clamp(12px, 10.5142857143px + 0.380952381vw, 16px);
}
.s_plan_index_list_item .info_area_hd {
  font-size: clamp(1.2rem, 1.1257142857rem + 0.1904761905vw, 1.4rem);
  line-height: 1;
  margin-bottom: 0.2em;
}
.s_plan_index_list_item .info_area_num {
  font-size: clamp(1.8rem, 1.28rem + 1.3333333333vw, 3.2rem);
  line-height: 1;
}
.s_plan_index_list_item .info_area_num .s_l {
  font-size: 150%;
}
.s_plan_index_list_item .info_area_num .s_s {
  font-size: clamp(1.1rem, 0.9885714286rem + 0.2857142857vw, 1.4rem);
}
.s_plan_index_list_item .info_area_num .tsubo {
  display: block;
  margin-top: 0.5em;
}
@media only screen and (min-width: 769px) {
  .s_plan_index_list_item .info_area_num .tsubo {
    display: inline-block;
    margin-top: 0;
  }
}
.s_plan_index_list_item .link {
  margin-top: clamp(20px, 18.5142857143px + 0.380952381vw, 24px);
}
.s_plan_index_list_item .link .c_btn_round_ghost {
  margin-inline: auto;
}
.s_plan_index_list_item .link .c_btn_round_ghost.soon {
  border: solid 1px rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.01em;
}
.s_plan_index__limited {
  margin-top: clamp(48px, 30.1714285714px + 4.5714285714vw, 96px);
}
.s_plan_index__limited .c_heading_m {
  color: #75572b;
}
.s_plan_index__limited .s_plan_index_list_item > a {
  position: relative;
  background: #b7a684;
}
.s_plan_index__limited .s_plan_index_list_item > a .icn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  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;
  position: absolute;
  right: 8px;
  top: 8px;
}
.s_plan_index__limited .s_plan_index_list_item > a .icn img {
  width: 60%;
}
@media only screen and (min-width: 769px) {
  .s_plan_index__limited .s_plan_index_list_item > a .icn {
    width: 56px;
    height: 56px;
    right: 12px;
    top: 12px;
  }
  .s_plan_index__limited .s_plan_index_list_item > a .icn img {
    width: 50%;
  }
}

.s_plan_limited {
  background: #fff;
  position: relative;
  padding-bottom: clamp(32px, 20.1142857143px + 3.0476190476vw, 64px);
}
.s_plan_limited::before {
  content: "";
  display: block;
  width: 100%;
  height: clamp(32px, 20.1142857143px + 3.0476190476vw, 64px);
  background: #f2efed;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.s_plan_limited_box {
  background: #222222;
  padding: clamp(28px, 20.5714285714px + 1.9047619048vw, 48px) clamp(20px, 12.5714285714px + 1.9047619048vw, 40px);
  text-align: center;
  margin-top: clamp(48px, 36.1142857143px + 3.0476190476vw, 80px);
}
.s_plan_limited_box .hd {
  color: #b59a5b;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 2.48rem + 1.3333333333vw, 4.4rem);
  line-height: 1;
}
.s_plan_limited_box .title {
  color: #fff;
  font-size: clamp(2rem, 1.7771428571rem + 0.5714285714vw, 2.6rem);
  line-height: 1.6;
  margin-top: clamp(16px, 13.0285714286px + 0.7619047619vw, 24px);
}
.s_plan_limited_box .action_limited__form_login {
  margin-top: clamp(16px, 13.0285714286px + 0.7619047619vw, 24px);
}
.s_plan_limited_box .action_limited__form_login__button {
  margin: auto;
  margin-top: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 10px solid rgba(255, 255, 255, 0.8);
  max-width: 400px;
  background: #222222;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.s_plan_limited_box .action_limited__form_login__button__icon {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.8);
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
.s_plan_limited_box .action_limited__form_login__button__text {
  cursor: pointer;
  text-align: center;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
}
.s_plan_limited_box .action_limited__form_login a:hover .action_limited__form_login__button {
  background: #fff;
  color: #222222;
}
.s_plan_limited_box .read {
  margin-top: clamp(16px, 13.0285714286px + 0.7619047619vw, 24px);
  color: #fff;
  line-height: 1.6;
}

.s_plan_casbee {
  background: #fff;
}
.s_plan_casbee_in {
  background: #f2efed;
  padding: clamp(16px, 10.0571428571px + 1.5238095238vw, 32px);
}
.s_plan_casbee_img {
  width: 60%;
  max-width: 264px;
  margin-inline: auto;
}

/* ------------------------------------------------------------
    PLAN DETAIL
------------------------------------------------------------ */
.s_plan_detail {
  padding-top: 112px;
}
@media only screen and (min-width: 769px) {
  .s_plan_detail {
    padding-top: 160px;
  }
}
@media only screen and (min-width: 1000px) {
  .s_plan_detail__box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 360fr 40px 840fr;
    grid-template-columns: 360fr 840fr;
    -ms-grid-rows: auto 40px auto 40px 1fr;
    grid-template-rows: auto auto 1fr;
    gap: 40px;
  }
  .s_plan_detail__box > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .s_plan_detail__box > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .s_plan_detail__box > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .s_plan_detail__box > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .s_plan_detail__box > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .s_plan_detail__box > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
@media only screen and (min-width: 1000px) {
  .s_plan_detail__box .info {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
}
.s_plan_detail__box .info_type {
  font-family: "Cormorant Garamond", serif;
  color: #b59a5b;
  font-size: clamp(2rem, 1.7028571429rem + 0.7619047619vw, 2.8rem);
  line-height: 1;
}
.s_plan_detail__box .info_type .letter {
  font-size: 233%;
}
.s_plan_detail__box .info_layout {
  display: inline-block;
  margin-top: clamp(12px, 9.0285714286px + 0.7619047619vw, 20px);
  margin-right: 0.75em;
  font-size: clamp(2.2rem, 1.8285714286rem + 0.9523809524vw, 3.2rem);
  line-height: 1;
  color: #444444;
}
.s_plan_detail__box .info_layout .s_l {
  font-size: 150%;
}
.s_plan_detail__box .info_area {
  display: inline-block;
  letter-spacing: 0.02em;
  margin-top: clamp(12px, 9.0285714286px + 0.7619047619vw, 20px);
  color: #444444;
}
@media only screen and (min-width: 1000px) {
  .s_plan_detail__box .info_area {
    display: block;
  }
}
.s_plan_detail__box .info_area_hd {
  font-size: clamp(1.2rem, 1.1257142857rem + 0.1904761905vw, 1.4rem);
  line-height: 1;
  margin-bottom: 0.2em;
}
.s_plan_detail__box .info_area_num {
  font-size: clamp(2.2rem, 1.8285714286rem + 0.9523809524vw, 3.2rem);
  line-height: 1;
}
.s_plan_detail__box .info_area_num .s_l {
  font-size: 150%;
}
.s_plan_detail__box .info_area_num .s_s {
  font-size: clamp(1.2rem, 1.1257142857rem + 0.1904761905vw, 1.4rem);
}
.s_plan_detail__box .info_area_partial {
  font-size: clamp(1.3rem, 1.2257142857rem + 0.1904761905vw, 1.5rem);
  line-height: 1.4;
  margin-top: clamp(12px, 9.0285714286px + 0.7619047619vw, 20px);
}
.s_plan_detail__box .img {
  margin-top: clamp(20px, 12.5714285714px + 1.9047619048vw, 40px);
  background: #fff;
  padding: 5%;
}
@media only screen and (min-width: 1000px) {
  .s_plan_detail__box .img {
    margin-top: 0;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/4/3;
  }
}
.s_plan_detail__box .img_hanrei {
  margin: clamp(20px, 12.5714285714px + 1.9047619048vw, 40px) auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px 12px;
}
@media only screen and (min-width: 769px) {
  .s_plan_detail__box .img_hanrei {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.s_plan_detail__box .img_hanrei li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.2rem, 1.1257142857rem + 0.1904761905vw, 1.4rem);
  line-height: 1;
  color: #444444;
}
.s_plan_detail__box .img_hanrei .stock::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 10px;
  margin-right: 6px;
  background-color: #e9e3db;
}
@media only screen and (min-width: 769px) {
  .s_plan_detail__box .img_hanrei .stock::before {
    width: 36px;
  }
}
.s_plan_detail__box .img_hanrei .sun img, .s_plan_detail__box .img_hanrei .wind img {
  width: 38px;
  margin-right: 6px;
}
@media only screen and (min-width: 769px) {
  .s_plan_detail__box .img_hanrei .sun img, .s_plan_detail__box .img_hanrei .wind img {
    width: 46px;
  }
}
.s_plan_detail__box .feature {
  margin-top: 24px;
  border: solid rgba(0, 0, 0, 0.2);
  border-width: 1px 0;
  padding: 1em 0;
}
@media only screen and (min-width: 1000px) {
  .s_plan_detail__box .feature {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
    margin-top: 0;
  }
}
.s_plan_detail__box .feature_list {
  display: -ms-grid;
  display: grid;
  gap: 0.3em;
}
@media only screen and (min-width: 1000px) {
  .s_plan_detail__box .feature_list {
    gap: 0.6em;
  }
}
.s_plan_detail__box .feature_list_item {
  position: relative;
}
.s_plan_detail__box .feature_list_item::after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.s_plan_detail__box .feature_list_item {
  padding-left: 1em;
  line-height: 1.5;
}
.s_plan_detail__box .feature_list_item::after {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #b59a5b;
  top: 0.7em;
  left: 0.2em;
}
.s_plan_detail__box .link {
  margin-top: 24px;
}
@media only screen and (min-width: 1000px) {
  .s_plan_detail__box .link {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3/1/4/2;
    margin-top: 0;
    -ms-grid-row-align: self-start;
        align-self: self-start;
  }
}
.s_plan_detail__box .link .c_btn_round_ghost {
  max-width: 270px;
  margin-inline: auto;
}
@media only screen and (min-width: 1000px) {
  .s_plan_detail__box .link .c_btn_round_ghost {
    margin-inline: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .s_plan_detail__box .link .c_btn_round_ghost:hover {
    background: rgba(255, 255, 255, 0.8);
  }
}
.s_plan_detail__nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto clamp(16px, 14.5142857143px + 0.380952381vw, 20px) auto clamp(16px, 14.5142857143px + 0.380952381vw, 20px) auto;
  grid-template-columns: repeat(3, auto);
  gap: clamp(16px, 14.5142857143px + 0.380952381vw, 20px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(32px, 20.1142857143px + 3.0476190476vw, 64px);
}
.s_plan_detail__nav .btn {
  display: -ms-grid;
  display: grid;
  gap: clamp(8px, 6.5142857143px + 0.380952381vw, 12px);
  justify-items: center;
}
.s_plan_detail__nav .btn .icn {
  width: clamp(40px, 34.0571428571px + 1.5238095238vw, 56px);
  height: clamp(40px, 34.0571428571px + 1.5238095238vw, 56px);
  border-radius: 50%;
  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;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.s_plan_detail__nav .btn .icn img {
  width: clamp(14px, 13.2571428571px + 0.1904761905vw, 16px);
}
.s_plan_detail__nav .btn .lbl {
  font-size: clamp(1.3rem, 1.2257142857rem + 0.1904761905vw, 1.5rem);
  line-height: 1;
}
.s_plan_detail__nav .btn_prev .icn {
  background: #444444;
}
.s_plan_detail__nav .btn_prev .icn img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media only screen and (min-width: 1200px) {
  .s_plan_detail__nav .btn_prev:hover .icn {
    background: #222;
  }
}
.s_plan_detail__nav .btn_next .icn {
  background: #444444;
}
@media only screen and (min-width: 1200px) {
  .s_plan_detail__nav .btn_next:hover .icn {
    background: #222;
  }
}
.s_plan_detail__nav .btn_list .icn {
  border: solid 1px #444444;
}
@media only screen and (min-width: 1200px) {
  .s_plan_detail__nav .btn_list:hover .icn {
    background: rgba(255, 255, 255, 0.8);
  }
}
.s_plan_detail__nav .btn.is-disabled {
  opacity: 0.2;
  pointer-events: none;
  cursor: default;
}
/*# sourceMappingURL=floorplan_plan.css.map */