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

/*■■■■■■　#0 プランヘッダー　■■■■■■■*/
.bg-plan {
  background: url("../images/plan/bg-plan.webp") center center no-repeat;
  background-size: cover;
}

/*■■■■■■ ベクター調整 ■■■■■■■*/
.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: center;
      -ms-flex-align: center;
          align-items: center;
  -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: 6px;
  width: 100%;
  max-width: 370px;
  background-color: #d2988b;
  position: relative;
}

.plan-card-in-box {
  margin: 0;
  padding: 16px 16px 32px;
  width: 100%;
  border: 1px solid #FFF;
  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;
}

.plan-card {
  margin: 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: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.plan-card li {
  padding: 16px 0;
  display: block;
  text-align: center;
  font-family: "Cormorant", serif;
  font-size: 3.2rem;
  line-height: 1;
  color: #FFF;
}
.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-bottom: 1px solid #FFF;
  width: 100%;
}
.plan-card li:last-child {
  border: 0;
}

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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 20px);
  aspect-ratio: 100/16;
  padding: 0;
  background-color: #FFF;
  position: relative;
  font-family: "Cormorant", serif;
  color: #FFF;
  font-size: 1.8rem;
  line-height: 1.2;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease, box-shadow 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease, box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
}
a.plan-btn-block:link, a.plan-btn-block:visited, a.plan-btn-block:hover, a.plan-btn-block:active {
  color: #7f9a94;
}
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-color: #f7f1ee;
  border-color: #dcc9c1;
  -webkit-box-shadow: 0 8px 20px rgba(120, 90, 90, 0.08);
          box-shadow: 0 8px 20px rgba(120, 90, 90, 0.08);
}
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;
}

/*==============================================================
■■■■■■ プラン　タイプ別デザイン ■■■■■■■
==============================================================*/
.bg-plantype {
  padding: 4em 0 10em;
  position: relative;
  overflow: hidden;
  background-color: #f4f3ef;
}

.plan-type-title-block {
  margin: 0 auto 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: 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 {
  padding: 5px;
  width: 100%;
  max-width: 420px;
  background-color: #d2988b;
}

.plan-type-title-in-box {
  border: 1px solid #FFF;
  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;
  color: #FFF;
}
.plan-type-title-in-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-in-box li span {
  font-size: 2.4rem;
}
.plan-type-title-in-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%;
  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;
  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;
  color: #222;
}

.plan-type-data-sub {
  padding: 10px 0 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;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.pan-type-sub-data {
  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%;
}
.pan-type-sub-data p {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
}
.pan-type-sub-data p small.plan-type-place {
  margin: 0 10px 0 0;
  display: block;
  font-size: 1.2rem;
  line-height: 1;
}
.pan-type-sub-data p strong {
  font-size: 3.2rem;
  line-height: 0.5;
  font-weight: 300;
}
.pan-type-sub-data p span {
  font-size: 2.4rem;
  font-weight: 500;
}
.pan-type-sub-data p small {
  font-size: 1.2rem;
  font-weight: 500;
}

/*■　プラン　タイプ別見取り図　■*/
.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: 4em 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-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 0 1em auto;
  width: 36px;
  height: 36px;
}
.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);
}

.illust-caption {
  padding: 5px 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  color: #222;
  position: absolute;
  right: 0;
  bottom: -30px;
  z-index: 10;
}

.top-plan-name-block {
  margin: 1em auto 2em;
  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;
}
.top-plan-name-block p {
  padding: 5px 15px;
}
.top-plan-name-block p:first-child {
  border-right: 1px solid #ce978a;
}

.top-plan-name {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  line-height: 1;
  color: #ce978a;
  font-weight: 500;
}

.top-type-size {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  line-height: 1;
  color: #ce978a;
  font-weight: 500;
}
.top-type-size strong {
  font-size: 4rem;
  line-height: 1;
  font-weight: 300;
}

.plan-note-block {
  margin: 0 0 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.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: 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;
}

/*■　プラン　ポイント　■*/
.plan-point-block {
  margin: 2em 0 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2em;
}

/*■　パララックスオブジェクト用　■*/
.parallax-object {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  pointer-events: none;
}

/* 背面オブジェクト */
.cg-object-box_b {
  position: absolute;
  bottom: 26%;
  left: calc(50% - 800px);
}
.cg-object-box_b img {
  width: 426px;
  height: auto;
}

.plan-point-box {
  padding: 32px 16px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 3px 3px 6px #999;
  box-shadow: 3px 3px 6px #999;
  border-radius: 10px;
  text-align: center;
  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: 16px;
  width: 100%;
  max-width: 370px;
  position: relative;
  z-index: 4;
}

.icon-all:before {
  content: "";
  display: block;
  width: 75px;
  height: 75px;
  background: url(../images/ico-all.webp) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 5;
}

.plan-point-num {
  width: 40px;
  height: 40px;
  background-color: #ce978a;
  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;
  color: #FFF;
  font-size: 2rem;
}

.plan-point-title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 500;
}

.plan-point-read {
  margin: 0 0 16px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
  color: #23110f;
  text-align: left;
}

.plan-point-img-box {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #eee;
  position: relative;
}
.plan-point-img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.img-caption {
  padding: 5px;
  font-size: 1rem;
  color: #FFF;
  line-height: 1.2;
  position: absolute;
  right: 0;
  bottom: 0;
}

.contents-note {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  font-size: 1rem;
  text-align: left;
}

.plan-type-box {
  margin: 0 auto;
  padding: 60px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 3px 3px 6px #999;
  box-shadow: 3px 3px 6px #999;
  border-radius: 10px;
  text-align: center;
  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: 16px;
  width: 100%;
  max-width: 820px;
  position: relative;
  z-index: 1;
}

.plan-type-point-block {
  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: 20px;
}
.plan-type-point-block li {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 400;
}

/* 背面オブジェクト */
.cg-object-box_c {
  position: absolute;
  bottom: 7%;
  right: calc(50% - 700px);
  z-index: 0;
}
.cg-object-box_c img {
  width: 460px;
  height: auto;
}

/*下部注釈*/
.plan-type-note-block {
  margin: 1em 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;
  position: relative;
  z-index: 1;
}

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

/*===============================
■■　スマホ用　■■
===============================*/
/*------------(XS)------------*/
@media (min-width: 320px) and (max-width: 767px) {
  /*■■■■■■　#0 プランヘッダー　■■■■■■■*/
  /* 白背景用ロゴ　本体はtemplate-style.css */
  .head-logo {
    background-image: url("../images/common/logo-cube_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: 4em;
  }
  .plan-card-block {
    margin: 0 auto;
    padding: 6px;
    width: 100%;
    max-width: 370px;
    background-color: #d2988b;
    position: relative;
  }
  .plan-card-in-box {
    margin: 0;
    padding: 16px 16px 32px;
    width: 100%;
    border: 1px solid #FFF;
    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;
  }
  .plan-card {
    margin: 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: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .plan-card li {
    padding: 16px 0;
    display: block;
    text-align: center;
    font-family: "Cormorant", serif;
    font-size: 3.2rem;
    line-height: 1;
    color: #FFF;
  }
  .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-bottom: 1px solid #FFF;
    width: 100%;
  }
  .plan-card li:last-child {
    border: 0;
  }
  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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% - 20px);
    aspect-ratio: 100/16;
    padding: 0;
    background-color: #FFF;
    position: relative;
    font-family: "Cormorant", serif;
    color: #FFF;
    font-size: 1.8rem;
    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: #7f9a94;
  }
  /*==============================================================
  ■■■■■■ プラン　タイプ別デザイン(XS) ■■■■■■■
  ==============================================================*/
  .bg-plantype {
    padding: 4em 0 10em;
    position: relative;
    overflow: hidden;
    background-color: #f4f3ef;
  }
  .plan-type-title-block {
    margin: 0 auto 3em;
    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 {
    padding: 5px;
    width: 100%;
    max-width: 370px;
    background-color: #d2988b;
  }
  .plan-type-title-in-box {
    border: 1px solid #FFF;
    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;
    color: #FFF;
  }
  .plan-type-title-in-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-in-box li span {
    font-size: 2.4rem;
  }
  .plan-type-title-in-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;
    color: #222;
  }
  .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;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pan-type-sub-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .pan-type-sub-data p {
    font-family: "Noto Serif JP", serif;
    font-size: 2rem;
  }
  .pan-type-sub-data p small.plan-type-place {
    font-size: 1.2rem;
    line-height: 1;
  }
  .pan-type-sub-data p strong {
    font-size: 3.2rem;
    line-height: 0.5;
    font-weight: 300;
  }
  .pan-type-sub-data p span {
    font-size: 2.4rem;
    font-weight: 500;
  }
  .pan-type-sub-data p small {
    font-size: 1.2rem;
    font-weight: 500;
  }
  /*■　プラン　タイプ別見取り図(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-type-img-block {
    margin: 2em auto;
    width: 100%;
    max-width: 460px;
    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-note {
    margin: 0 auto 0.5em;
    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: 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: auto;
    -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-point-block {
    margin: 2em 0 3em;
    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: 2em;
  }
  /* 背面オブジェクト */
  .cg-object-box_b {
    position: absolute;
    bottom: 38%;
    left: -160px;
  }
  .cg-object-box_b img {
    width: 316px;
    height: auto;
  }
  .plan-point-box {
    padding: 32px 16px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 3px 3px 6px #999;
    box-shadow: 3px 3px 6px #999;
    border-radius: 10px;
    text-align: center;
    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: 16px;
    width: 100%;
    max-width: 370px;
    position: relative;
    z-index: 4;
  }
  .icon-all:before {
    content: "";
    display: block;
    width: 75px;
    height: 75px;
    background: url(../images/ico-all.webp) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 5;
  }
  .plan-point-num {
    width: 40px;
    height: 40px;
    background-color: #ce978a;
    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;
    color: #FFF;
    font-size: 2rem;
  }
  .plan-point-title {
    font-family: "Noto Serif JP", serif;
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: 500;
  }
  .plan-point-read {
    margin: 0 0 16px;
    font-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 400;
    color: #23110f;
    text-align: left;
  }
  .plan-point-img-box {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    background: #eee;
    position: relative;
  }
  .plan-point-img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .img-caption {
    padding: 5px;
    font-size: 1rem;
    color: #FFF;
    line-height: 1.2;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .contents-note {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
    font-size: 1rem;
    text-align: left;
  }
  .plan-type-box {
    padding: 32px 16px 64px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 3px 3px 6px #999;
    box-shadow: 3px 3px 6px #999;
    border-radius: 10px;
    text-align: center;
    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: 16px;
    width: 100%;
    max-width: 370px;
    position: relative;
    z-index: 1;
  }
  .plan-type-point-block {
    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: 20px;
  }
  .plan-type-point-block li {
    font-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 400;
  }
  /* 背面オブジェクト */
  .cg-object-box_c {
    position: absolute;
    bottom: 5%;
    right: -130px;
    z-index: 0;
  }
  .cg-object-box_c img {
    width: 300px;
    height: auto;
  }
} /*xs*/
/*------------(SM)------------*/
@media (min-width: 768px) and (max-width: 1023px) {
  /*■■■■■■　#0 プランヘッダー(SM)　■■■■■■■*/
  /* 白背景用ロゴ　本体はtemplate-style.css */
  .head-logo {
    background-image: url("../images/common/logo-cube_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 タイプ別プラン一覧(SM)　■■■■■■■*/
  .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: 4em;
  }
  .plan-card-block {
    margin: 0 auto;
    padding: 6px;
    width: 100%;
    max-width: 460px;
    background-color: #d2988b;
    position: relative;
  }
  .plan-card-in-box {
    margin: 0;
    padding: 16px 16px 32px;
    width: 100%;
    border: 1px solid #FFF;
    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;
  }
  .plan-card {
    margin: 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: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .plan-card li {
    padding: 16px 0;
    display: block;
    text-align: center;
    font-family: "Cormorant", serif;
    font-size: 3.2rem;
    line-height: 1;
    color: #FFF;
  }
  .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-bottom: 1px solid #FFF;
    width: 100%;
  }
  .plan-card li:last-child {
    border: 0;
  }
  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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% - 80px);
    aspect-ratio: 100/16;
    padding: 0;
    background-color: #FFF;
    position: relative;
    font-family: "Cormorant", serif;
    color: #FFF;
    font-size: 1.8rem;
    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: #7f9a94;
  }
  /*==============================================================
  ■■■■■■ プラン　タイプ別デザイン(SM) ■■■■■■■
  ==============================================================*/
  .bg-plantype {
    padding: 4em 0 10em;
    position: relative;
    overflow: hidden;
    background-color: #f4f3ef;
  }
  .plan-type-title-block {
    margin: 0 auto 3em;
    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 {
    padding: 5px;
    width: 100%;
    max-width: 370px;
    background-color: #d2988b;
  }
  .plan-type-title-in-box {
    border: 1px solid #FFF;
    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;
    color: #FFF;
  }
  .plan-type-title-in-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-in-box li span {
    font-size: 2.4rem;
  }
  .plan-type-title-in-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;
    color: #222;
  }
  .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;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pan-type-sub-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .pan-type-sub-data p {
    font-family: "Noto Serif JP", serif;
    font-size: 2rem;
  }
  .pan-type-sub-data p small.plan-type-place {
    font-size: 1.2rem;
    line-height: 1;
  }
  .pan-type-sub-data p strong {
    font-size: 3.2rem;
    line-height: 0.5;
    font-weight: 300;
  }
  .pan-type-sub-data p span {
    font-size: 2.4rem;
    font-weight: 500;
  }
  .pan-type-sub-data p small {
    font-size: 1.2rem;
    font-weight: 500;
  }
  /*■　プラン　タイプ別見取り図(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-type-img-block {
    margin: 2em auto 1em;
    width: 100%;
    max-width: 460px;
    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: 24px;
    height: 24px;
  }
  .plan-type-img-block .ico-compass img {
    width: 100%;
    height: 100%;
  }
  .plan-note {
    margin: 0 auto 0.5em;
    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: 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)　■*/
  .plan-point-block {
    margin: 2em 0 3em;
    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: 2em;
  }
  /* 背面オブジェクト */
  .cg-object-box_b {
    position: absolute;
    bottom: 38%;
    left: -160px;
  }
  .cg-object-box_b img {
    width: 316px;
    height: auto;
  }
  .plan-point-box {
    padding: 32px 16px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 3px 3px 6px #999;
    box-shadow: 3px 3px 6px #999;
    border-radius: 10px;
    text-align: center;
    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: 16px;
    width: 100%;
    max-width: 460px;
    position: relative;
    z-index: 4;
  }
  .icon-all:before {
    content: "";
    display: block;
    width: 75px;
    height: 75px;
    background: url(../images/ico-all.webp) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 5;
  }
  .plan-point-num {
    width: 40px;
    height: 40px;
    background-color: #ce978a;
    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;
    color: #FFF;
    font-size: 2rem;
  }
  .plan-point-title {
    font-family: "Noto Serif JP", serif;
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: 500;
  }
  .plan-point-read {
    margin: 0 0 16px;
    font-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 400;
    color: #23110f;
    text-align: left;
  }
  .plan-point-img-box {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    background: #eee;
    position: relative;
  }
  .plan-point-img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .img-caption {
    padding: 5px;
    font-size: 1rem;
    color: #FFF;
    line-height: 1.2;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .contents-note {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
    font-size: 1rem;
    text-align: left;
  }
  .plan-type-box {
    padding: 32px 16px 64px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 3px 3px 6px #999;
    box-shadow: 3px 3px 6px #999;
    border-radius: 10px;
    text-align: center;
    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: 16px;
    width: 100%;
    max-width: 370px;
    position: relative;
    z-index: 1;
  }
  .plan-type-point-block {
    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: 20px;
  }
  .plan-type-point-block li {
    font-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 400;
  }
  /* 背面オブジェクト */
  .cg-object-box_c {
    position: absolute;
    bottom: 5%;
    right: -130px;
    z-index: 0;
  }
  .cg-object-box_c img {
    width: 300px;
    height: auto;
  }
} /*SM*/
/*------------(MD)------------*/
/*------------(LG)------------*/
/*------------(XL)------------*/
/*------------(XXL)------------*/
/*(XXL)*/