@charset "UTF-8";
@-ms-viewport {
  width: device-width;
}
/*--------------------------------------------------------------------------
CSS　カスタム設定(flag/top-style.css)ver.1 2026.04.16
--------------------------------------------------------------------------*/
/*■■■■■■ 基本設定 ■■■■■■■*/
/*FLAG 青緑　濃い*/
/*FLAG 青緑　薄い*/
/*FLAG 緑　*/
/*■　共有設定　■*/
.text-left {
  text-align: left;
}

/*■■■■■■　#0 プランヘッダー　■■■■■■■*/
/*■■■■■■ ベクター調整 ■■■■■■■*/
.background-decoration {
  width: 100%;
  height: 24vw;
  overflow: hidden;
  position: relative;
}

.background-decoration svg {
  width: 100%;
  height: 100%;
  display: block;
}

.flag-wave-top {
  position: relative;
  z-index: 1;
}
.flag-wave-top svg {
  position: absolute;
  top: -1px;
}

.flag-wave-bottom {
  position: relative;
  z-index: 1;
}
.flag-wave-bottom svg {
  position: absolute;
  bottom: -1px;
}

/*■■■■■■　#2 タイプ別プラン一覧　■■■■■■■*/
.plan-card-wrapper {
  margin: 0 auto 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4em 20px;
}

.plan-card-block {
  margin: 0 auto;
  padding: 0 0 1em;
  width: 100%;
  max-width: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: -webkit-gradient(linear, left bottom, left top, from(#b2c9e2), to(#dbe3ee));
  background: linear-gradient(to top, #b2c9e2, #dbe3ee);
  position: relative;
  overflow: hidden;
}

.plan-card-title {
  margin: 0;
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#58799c), to(#003663));
  background: linear-gradient(to right, #58799c, #003663);
  font-family: "Cormorant", serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: 400;
  color: #FFF;
}

.plan-card {
  margin: 0 0 16px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.plan-card li {
  padding: 10px 0;
  display: block;
  text-align: center;
  font-family: "Cormorant", serif;
  font-size: 3.2rem;
  line-height: 1;
  color: #003663;
}
.plan-card li strong {
  font-size: 4.6rem;
  line-height: 1;
  font-weight: 400;
}
.plan-card li span {
  font-size: 4.2rem;
  line-height: 1.2;
  font-weight: 400;
}
.plan-card li small {
  font-size: 1.3rem;
  line-height: 1.2;
  display: block;
}
.plan-card li {
  border-right: 1px solid #003663;
  width: 100%;
}
.plan-card li:last-child {
  border: 0;
}

.plan-card-img-box {
  margin: 0 auto 1em;
  widht: 100%;
  max-width: 200px;
  position: relative;
}

a.plan-btn-block {
  margin: auto 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 168px;
  aspect-ratio: 4/1;
  padding: 0;
  background: -webkit-gradient(linear, left top, right top, from(#58799c), color-stop(#003663), to(#58799c));
  background: linear-gradient(to right, #58799c, #003663, #58799c);
  background-size: 200% 100%;
  background-position: left center;
  position: relative;
  overflow: hidden;
  font-family: "Cormorant", serif;
  color: #FFF;
  font-size: 1.6rem;
  line-height: 1.2;
  -webkit-transition: background-position 0.8s ease, -webkit-box-shadow 0.4s ease, -webkit-transform 0.4s ease;
  transition: background-position 0.8s ease, -webkit-box-shadow 0.4s ease, -webkit-transform 0.4s ease;
  transition: background-position 0.8s ease, box-shadow 0.4s ease, transform 0.4s ease;
  transition: background-position 0.8s ease, box-shadow 0.4s ease, transform 0.4s ease, -webkit-box-shadow 0.4s ease, -webkit-transform 0.4s ease;
}
a.plan-btn-block span {
  margin: auto 20px auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  position: relative;
  z-index: 2;
}
a.plan-btn-block:link, a.plan-btn-block:visited, a.plan-btn-block:hover, a.plan-btn-block:active {
  color: #FFF;
}
a.plan-btn-block img {
  width: 15px;
  height: auto;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

a.plan-btn-block:hover {
  background-position: right center;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
a.plan-btn-block:hover img {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

/*■■■■■■ ベクター調整 ■■■■■■■*/
.background-decoration-plan-card {
  margin: -12% 0 0 0;
  width: 100%;
  aspect-ratio: 100/16;
  overflow: hidden;
  position: relative;
  pointer-events: none;
}
.background-decoration-plan-card svg {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
}

.radius-top {
  position: relative;
  z-index: 0;
}
.radius-top svg {
  position: absolute;
  top: -1px;
}

/*==============================================================
■■■■■■ プラン　タイプ別デザイン ■■■■■■■
==============================================================*/
.plan-type-title-block {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 420px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}

.plan-type-title-box {
  margin: 0 auto;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: -webkit-gradient(linear, right top, left top, from(#003663), to(#58799c));
  background: linear-gradient(to left, #003663, #58799c);
  color: #FFF;
}
.plan-type-title-box li {
  padding: 10px 0;
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Cormorant", serif;
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 300;
}
.plan-type-title-box li span {
  font-size: 2.4rem;
}
.plan-type-title-box li:first-child {
  border-bottom: 1px solid #FFF;
}

.plan-type-data {
  padding: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #333;
  gap: 10px;
  font-family: "Noto Serif JP", serif;
}
.plan-type-data p small {
  font-size: 1.2rem;
}
.plan-type-data p.area-data {
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 1;
}
.plan-type-data p.area-data strong {
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 1;
}
.plan-type-data p.area-data span {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
}
.plan-type-data p.area-data small {
  font-size: 1.2rem;
  font-weight: 400;
}

.plan-type-data-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.pan-type-sub-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 100%;
}
.pan-type-sub-data p {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
}

.plan-ditail-list {
  margin: 3em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.plan-ditail-list li {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.plan-type-img-block {
  margin: 0 auto 1em;
  width: 100%;
  max-width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.plan-type-img-block img {
  width: 100%;
  height: 100%;
}
.plan-type-img-block .ico-compass {
  margin: 10px auto 1em 0;
  width: 25px;
  height: 30px;
}
.plan-type-img-block .ico-compass img {
  width: 100%;
  height: 100%;
}
.plan-type-img-block .rotate-e {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.plan-type-img-block .rotate-w {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.plan-note {
  margin: 0 auto 2em;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
}

.plan-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 10px;
}
.plan-features li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  font-size: 1rem;
}
.plan-features li span {
  display: block;
  width: 35px;
  height: 25px;
}
.plan-features li span img {
  width: 100%;
  height: auto;
}

/*■　フロアイメージ平面図　■*/
.floor-img-box {
  margin: 0 auto 2em;
  max-width: 420px;
}

/* ------------------------------
スワイプガイド
------------------------------ */
.swipe-guide {
  margin: 20px auto 0;
  width: 210px;
  height: 30px;
  border-radius: 15px;
  background: rgba(51, 51, 51, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.swipe-guide.hide {
  opacity: 0;
  visibility: hidden;
}

.swipe-guide p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  margin: 0;
  white-space: nowrap;
}

.swipe-guide-arrow {
  width: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swipe-guide-arrow img {
  width: 100%;
  display: block;
}

.swipe-guide-arrow.left img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*■　立面図表組（テーブル）　■*/
/* ------------------------------
テーブルスクロール
------------------------------ */
.plan-table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
  cursor: -webkit-grab;
  cursor: grab;
}

.plan-table-scroll.dragging,
.plan-table-scroll.dragging * {
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.plan-table-in-box {
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/* ------------------------------
テーブル
------------------------------ */
.plan-table {
  margin: 0;
  border-spacing: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.plan-table td,
.plan-table th {
  width: 70px;
  height: 40px;
  vertical-align: middle;
}

.ridge-label {
  background: #b2c3d0;
  color: #003663;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
}

.room {
  background: #e5ebef;
  color: #99afc1;
  font-weight: bold;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}

.room.has-link {
  background: #003663;
  color: #FFF;
  cursor: pointer;
}

.room a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.room.active {
  background: #c0ae72;
  color: #fff;
}

.floor-label {
  color: #00376b;
  text-align: left;
  border-bottom: 2px dotted #00376b;
  position: relative;
}
.floor-label span {
  position: absolute;
  bottom: 3px;
  right: 0;
  font-size: 2.2rem;
  color: #00376b;
  font-weight: 500;
}

.room-al {
  padding-left: 5%;
  position: relative;
}
.room-al:before {
  content: "";
  display: block;
  width: 25%;
  height: 100%;
  background-color: #FFF;
  position: absolute;
  left: 0;
  top: 0;
}

.common-cell {
  background: #949bb4;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 1.1rem;
  line-height: 1.2;
  text-align: center;
}
.common-cell small {
  font-size: 0.8rem;
  line-height: 1.2;
}

td.cross-section {
  padding: 0 0 3px;
  vertical-align: bottom;
  width: auto;
  font-size: 2.2rem;
  font-weight: 400;
  color: #00376b;
}

/*■　プラン　タイプ別見取り図　■*/
.plan-type-title {
  margin: 0 auto 1em;
  width: 100%;
  max-width: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  border: 1px solid #000;
}

.plan-text-read {
  margin: 0 auto 2em;
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  line-height: 2.6;
}

.plan-type-img-block {
  margin: 0 auto 1em;
  width: 100%;
  max-width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.plan-type-img-block img {
  width: 100%;
  height: 100%;
}
.plan-type-img-block .ico-compass {
  margin: 10px auto 1em 0;
  width: 36px;
  height: 36px;
}
.plan-type-img-block .ico-compass img {
  width: 100%;
  height: 100%;
}

.plan-note {
  margin: 0 auto 2em;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
}

.plan-features {
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 10px;
}
.plan-features li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  font-size: 1rem;
}
.plan-features li span {
  display: block;
  width: 35px;
  height: 25px;
}
.plan-features li span img {
  width: 100%;
  height: auto;
}

/*===============================
■■　スマホ用　■■
===============================*/
/*------------(XS)------------*/
@media (min-width: 320px) and (max-width: 767px) {
  /*■■■■■■　#0 プランヘッダー　■■■■■■■*/
  .head-logo {
    background-image: url("../images/common/logo-flag_bk.svg");
  }
  .flag-wave-top {
    position: relative;
    z-index: 1;
  }
  .flag-wave-top svg {
    position: absolute;
    top: -1px;
  }
  .flag-wave-bottom {
    position: relative;
    z-index: 1;
  }
  .flag-wave-bottom svg {
    position: absolute;
    bottom: -1px;
  }
  /*■■■■■■　#2 タイプ別プラン一覧(XS)　■■■■■■■*/
  .plan-card-wrapper {
    margin: 0 0 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1em 4em;
  }
  .plan-card-block {
    margin: 0 auto;
    padding: 0 0 1em;
    width: 100%;
    max-width: 370px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: -webkit-gradient(linear, left bottom, left top, from(#b2c9e2), to(#dbe3ee));
    background: linear-gradient(to top, #b2c9e2, #dbe3ee);
    position: relative;
    overflow: hidden;
  }
  .plan-card-title {
    margin: 0;
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: -webkit-gradient(linear, left top, right top, from(#58799c), to(#003663));
    background: linear-gradient(to right, #58799c, #003663);
    font-family: "Cormorant", serif;
    font-size: 3.6rem;
    line-height: 1;
    font-weight: 400;
    color: #FFF;
  }
  .plan-card {
    margin: 0;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .plan-card li {
    padding: 5px 0 5px;
    display: block;
    text-align: center;
    font-family: "Cormorant", serif;
    font-size: 3rem;
    line-height: 1;
    color: #003663;
  }
  .plan-card li strong {
    font-size: 3.8rem;
    line-height: 1;
    font-weight: 400;
  }
  .plan-card li span {
    font-size: 3.6rem;
    line-height: 1.2;
    font-weight: 400;
  }
  .plan-card li small {
    font-size: 1.1rem;
    line-height: 1.2;
    display: block;
  }
  .plan-card li {
    border-right: 1px solid #003663;
    width: 100%;
  }
  .plan-card li:last-child {
    border: 0;
  }
  .plan-card-img-box {
    margin: 0 auto 1em;
    widht: 100%;
    max-width: 140px;
    position: relative;
  }
  /*北向きコンパス（Noth）*/
  .compass-n {
    position: relative;
  }
  .compass-n:before {
    content: "";
    width: 20px;
    height: 25px;
    background: url(../images/plan/ico-compass_s.svg) center center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: -30px;
  }
  /*東向きコンパス（East）*/
  .compass-e {
    position: relative;
  }
  .compass-e:before {
    content: "";
    width: 20px;
    height: 25px;
    background: url(../images/plan/ico-compass_s.svg) center center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: -20px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  a.plan-btn-block {
    margin: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 168px;
    aspect-ratio: 4/1;
    padding: 0;
  }
  a.plan-btn-block span {
    margin: auto 20px auto auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
  }
  a.plan-btn-block {
    font-family: "Cormorant", serif;
    color: #FFF;
    font-size: 1.6rem;
    line-height: 1.2;
  }
  a.plan-btn-block:link, a.plan-btn-block:visited, a.plan-btn-block:hover, a.plan-btn-block:active {
    color: #FFF;
  }
  /*■　立面図表組（テーブル）（XS）　■*/
  /*■　立面図表組（テーブル）　■*/
  /* ------------------------------
  テーブルスクロール(XS)
  ------------------------------ */
  .plan-table-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    cursor: -webkit-grab;
    cursor: grab;
  }
  .plan-table-scroll.dragging,
  .plan-table-scroll.dragging * {
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none;
  }
  .plan-table-in-box {
    padding: 20px 0 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  /* ------------------------------
  テーブル(XS)
  ------------------------------ */
  .plan-table {
    margin: 0;
    width: auto;
    border-spacing: 5px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .plan-table td,
  .plan-table th {
    width: 40px;
    height: 30px;
    vertical-align: middle;
  }
  .room {
    font-size: 1.8rem;
  }
  .room.active {
    background: #c0ae72;
    color: #fff;
  }
  .common-cell {
    background: #949bb4;
    color: #FFF;
    font-family: "Noto Serif JP", serif;
    font-size: 0.9rem;
    line-height: 1.1;
    text-align: center;
  }
  .common-cell small {
    font-size: 0.9rem;
    line-height: 1;
  }
  /*■　プラン　タイプ別見取り図　■*/
  .plan-type-title {
    margin: 0 auto 1em;
    width: 100%;
    max-width: 340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 60px;
    font-family: "Noto Serif JP", serif;
    font-size: 2.6rem;
    border: 1px solid #000;
  }
  .plan-text-read {
    margin: 0 auto 2em;
    font-family: "Noto Serif JP", serif;
    font-size: 1.3rem;
    line-height: 2.6;
  }
  .plan-type-img-block {
    margin: 0 auto 1em;
    width: 100%;
    max-width: 640px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .plan-type-img-block img {
    width: 100%;
    height: 100%;
  }
  .plan-type-img-block .ico-compass {
    margin: 10px auto 1em 0;
    width: 36px;
    height: 36px;
  }
  .plan-type-img-block .ico-compass img {
    width: 100%;
    height: 100%;
  }
  .plan-note {
    margin: 0 auto 2em;
    font-family: "Noto Serif JP", serif;
    font-size: 1rem;
  }
  .plan-features {
    margin: 0 auto;
    width: 100%;
    max-width: 640px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 10px;
  }
  .plan-features li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
    font-size: 1rem;
  }
  .plan-features li span {
    display: block;
    width: 35px;
    height: 25px;
  }
  .plan-features li span img {
    width: 100%;
    height: auto;
  }
  /*==============================================================
  ■■■■■■ プラン　タイプ別デザイン(XS) ■■■■■■■
  ==============================================================*/
  .plan-type-title-block {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
  }
  .plan-type-title-box {
    margin: 0 auto;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: -webkit-gradient(linear, right top, left top, from(#003663), to(#58799c));
    background: linear-gradient(to left, #003663, #58799c);
    color: #FFF;
  }
  .plan-type-title-box li {
    padding: 10px 0;
    display: block;
    width: 100%;
    text-align: center;
    font-family: "Cormorant", serif;
    font-size: 3.4rem;
    line-height: 1;
    font-weight: 300;
  }
  .plan-type-title-box li span {
    font-size: 2.4rem;
  }
  .plan-type-title-box li:first-child {
    border-bottom: 1px solid #FFF;
  }
  .plan-type-data {
    padding: 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid #333;
    gap: 10px;
    font-family: "Noto Serif JP", serif;
  }
  .plan-type-data p small {
    font-size: 1.2rem;
  }
  .plan-type-data p.area-data {
    font-size: 4.2rem;
    font-weight: 400;
    line-height: 1;
  }
  .plan-type-data p.area-data strong {
    font-size: 5.6rem;
    font-weight: 400;
    line-height: 1;
  }
  .plan-type-data p.area-data span {
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1;
  }
  .plan-type-data p.area-data small {
    font-size: 1.2rem;
    font-weight: 400;
  }
  .plan-type-data-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .pan-type-sub-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    width: 100%;
  }
  .pan-type-sub-data p {
    font-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
  }
  /*■　プラン　タイプ別見取り図(XS)　■*/
  .plan-type-title {
    margin: 0 auto 1em;
    width: 100%;
    max-width: 340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 60px;
    font-family: "Noto Serif JP", serif;
    font-size: 2.6rem;
    border: 1px solid #000;
  }
  .plan-text-read {
    margin: 0 auto 2em;
    font-family: "Noto Serif JP", serif;
    font-size: 1.3rem;
    line-height: 2.6;
  }
  .plan-ditail-list {
    margin: 3em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .plan-ditail-list li {
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 500;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .plan-type-img-block {
    margin: 0 auto 1em;
    width: 100%;
    max-width: 640px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .plan-type-img-block img {
    width: 100%;
    height: 100%;
  }
  .plan-type-img-block .ico-compass {
    margin: 10px auto 1em 0;
    width: 25px;
    height: 30px;
  }
  .plan-type-img-block .ico-compass img {
    width: 100%;
    height: 100%;
  }
  .plan-type-img-block .rotate-e {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .plan-type-img-block .rotate-w {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .plan-note {
    margin: 0 auto 2em;
    font-family: "Noto Serif JP", serif;
    font-size: 1rem;
  }
  .plan-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 10px;
  }
  .plan-features li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
    font-size: 1rem;
  }
  .plan-features li span {
    display: block;
    width: 35px;
    height: 25px;
  }
  .plan-features li span img {
    width: 100%;
    height: auto;
  }
} /*xs*/
/*------------(SM)------------*/
@media (min-width: 768px) and (max-width: 1023px) {
  /*■　立面図テーブル（SM）　■*/
  .plan-table-scroll {
    padding-left: 20px;
  }
  /*■■■■■■　#2 タイプ別プラン一覧(SM)　■■■■■■■*/
  .plan-card-wrapper {
    margin: 0 0 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4em 1em;
  }
  .plan-card-block {
    margin: 0 auto;
    padding: 0 0 2em;
    width: 100%;
    max-width: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: -webkit-gradient(linear, left bottom, left top, from(#b2c9e2), to(#dbe3ee));
    background: linear-gradient(to top, #b2c9e2, #dbe3ee);
    position: relative;
    overflow: hidden;
  }
  .plan-card {
    margin: 0 0 auto;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .plan-card li {
    padding: 10px 0;
    display: block;
    text-align: center;
    font-family: "Cormorant", serif;
    font-size: 3.2rem;
    line-height: 1;
    color: #003663;
  }
  .plan-card li strong {
    font-size: 4.6rem;
    line-height: 1;
    font-weight: 400;
  }
  .plan-card li span {
    font-size: 4.2rem;
    line-height: 1.2;
    font-weight: 400;
  }
  .plan-card li small {
    font-size: 1.3rem;
    line-height: 1.2;
    display: block;
  }
  .plan-card li {
    border-right: 1px solid #003663;
    width: 100%;
  }
  .plan-card li:last-child {
    border: 0;
  }
  .plan-card-img-box {
    margin: 0 auto 2em;
    widht: 100%;
    max-width: 240px;
    position: relative;
  }
  /*北向きコンパス（Noth）*/
  .compass-n {
    position: relative;
  }
  .compass-n:before {
    content: "";
    width: 20px;
    height: 25px;
    background: url(../images/plan/ico-compass_s.svg) center center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: -30px;
  }
  /*東向きコンパス（East）*/
  .compass-e {
    position: relative;
  }
  .compass-e:before {
    content: "";
    width: 20px;
    height: 25px;
    background: url(../images/plan/ico-compass_s.svg) center center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: -20px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  a.plan-btn-block {
    margin: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 168px;
    aspect-ratio: 4/1;
    padding: 0;
  }
  a.plan-btn-block span {
    margin: auto 20px auto auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
  }
  a.plan-btn-block {
    font-family: "Cormorant", serif;
    color: #FFF;
    font-size: 1.6rem;
    line-height: 1.2;
  }
  a.plan-btn-block:link, a.plan-btn-block:visited, a.plan-btn-block:hover, a.plan-btn-block:active {
    color: #FFF;
  }
  /*■　立面図表組（テーブル）（SM）　■*/
  /* ------------------------------
  スワイプガイド
  ------------------------------ */
  .swipe-guide {
    margin: 20px auto 0;
    width: 210px;
    height: 30px;
    border-radius: 15px;
    background: rgba(51, 51, 51, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .swipe-guide.hide {
    opacity: 0;
    visibility: hidden;
  }
  .swipe-guide p {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    line-height: 1.2;
    margin: 0;
    white-space: nowrap;
  }
  .swipe-guide-arrow {
    width: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .swipe-guide-arrow img {
    width: 100%;
    display: block;
  }
  .swipe-guide-arrow.left img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  /*==============================================================
  ■■■■■■ プラン　タイプ別デザイン(SM) ■■■■■■■
  ==============================================================*/
  .plan-type-title-block {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
  }
  .plan-type-title-box {
    margin: 0 auto;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: -webkit-gradient(linear, right top, left top, from(#003663), to(#58799c));
    background: linear-gradient(to left, #003663, #58799c);
    color: #FFF;
  }
  .plan-type-title-box li {
    padding: 10px 0;
    display: block;
    width: 100%;
    text-align: center;
    font-family: "Cormorant", serif;
    font-size: 3.4rem;
    line-height: 1;
    font-weight: 300;
  }
  .plan-type-title-box li span {
    font-size: 2.4rem;
  }
  .plan-type-title-box li:first-child {
    border-bottom: 1px solid #FFF;
  }
  .plan-type-data {
    padding: 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid #333;
    gap: 10px;
    font-family: "Noto Serif JP", serif;
  }
  .plan-type-data p small {
    font-size: 1.2rem;
  }
  .plan-type-data p.area-data {
    font-size: 4.2rem;
    font-weight: 400;
    line-height: 1;
  }
  .plan-type-data p.area-data strong {
    font-size: 5.6rem;
    font-weight: 400;
    line-height: 1;
  }
  .plan-type-data p.area-data span {
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1;
  }
  .plan-type-data p.area-data small {
    font-size: 1.2rem;
    font-weight: 400;
  }
  .plan-type-data-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .pan-type-sub-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    width: 100%;
  }
  .pan-type-sub-data p {
    font-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
  }
  /*■　立面図テーブル（SM）　■*/
  .plan-table-scroll {
    padding: 20px;
  }
  /*■　プラン　タイプ別見取り図(SM)　■*/
  .plan-type-title {
    margin: 0 auto 1em;
    width: 100%;
    max-width: 340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 60px;
    font-family: "Noto Serif JP", serif;
    font-size: 2.6rem;
    border: 1px solid #000;
  }
  .plan-text-read {
    margin: 0 auto 2em;
    font-family: "Noto Serif JP", serif;
    font-size: 1.3rem;
    line-height: 2.6;
  }
  .plan-ditail-list {
    margin: 3em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .plan-ditail-list li {
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 500;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .plan-type-img-block {
    margin: 0 auto 1em;
    width: 100%;
    max-width: 640px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .plan-type-img-block img {
    width: 100%;
    height: 100%;
  }
  .plan-type-img-block .ico-compass {
    margin: 10px auto 1em 0;
    width: 25px;
    height: 30px;
  }
  .plan-type-img-block .ico-compass img {
    width: 100%;
    height: 100%;
  }
  .plan-type-img-block .rotate-e {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .plan-type-img-block .rotate-w {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .plan-note {
    margin: 0 auto 2em;
    font-family: "Noto Serif JP", serif;
    font-size: 1rem;
  }
  .plan-features {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 10px;
  }
  .plan-features li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
    font-size: 1rem;
  }
  .plan-features li span {
    display: block;
    width: 35px;
    height: 25px;
  }
  .plan-features li span img {
    width: 100%;
    height: auto;
  }
} /*SM*/
/*------------(MD)------------*/
/*------------(LG)------------*/
/*------------(XL)------------*/
/*------------(XXL)------------*/
/*(XXL)*/