.elementor-7270 .elementor-element.elementor-element-1a376b2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:40px 40px;--row-gap:40px;--column-gap:40px;--margin-top:80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:80px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-7270 .elementor-element.elementor-element-1a376b2:not(.elementor-motion-effects-element-type-background), .elementor-7270 .elementor-element.elementor-element-1a376b2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F3F3F3;}.elementor-7270 .elementor-element.elementor-element-76ba7c2{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );color:var( --e-global-color-primary );}.elementor-7270 .elementor-element.elementor-element-6a0bbe0 .elementor-heading-title{font-family:"Afacad", Sans-serif;font-size:24px;font-weight:400;line-height:18px;letter-spacing:2px;color:#A9A9A9;}.elementor-7270 .elementor-element.elementor-element-c2b241b .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:600;line-height:30px;letter-spacing:2px;}.elementor-7270 .elementor-element.elementor-element-b69e063{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7270 .elementor-element.elementor-element-332850f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7270 .elementor-element.elementor-element-5961f94{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-7270 .elementor-element.elementor-element-5961f94{--width:300px;}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}}@media(max-width:767px){.elementor-7270 .elementor-element.elementor-element-1a376b2{--margin-top:00px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:40px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-7270 .elementor-element.elementor-element-76ba7c2{--padding-top:20px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-7270 .elementor-element.elementor-element-6a0bbe0 .elementor-heading-title{font-size:20px;}.elementor-7270 .elementor-element.elementor-element-c2b241b .elementor-heading-title{font-size:20px;line-height:1em;}.elementor-7270 .elementor-element.elementor-element-332850f{--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for html, class: .elementor-element-cd51035 *//* 全体コンテナ */
.plans-container {
  display: flex;
  gap: 25px;
  max-width: 1140px;
  margin: 0px auto;
  padding: 0 0px;
  justify-content: center;
}

/* 各プランカード（リンク・ホバーなし） */
.plan-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); /* 影を少し控えめに固定 */
  color: #333;
  overflow: hidden;
  border: 1px solid #eee;
  cursor: default; /* カーソルを通常に戻す */
}

/* 画像エリア */
.image-area {
  width: 100%;
  height: 180px;
}
.image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* テキストエリア */
.text-area {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.plan-sub {
  font-size: 13px;
  color: #726343;
  font-weight: bold;
  margin-bottom: 5px;
}

.text-area h3 {
  font-size: 20px;
  margin: 0 0 15px;
  font-weight: 700;
}

.description {
  font-size: 14px;
  line-height: 1.6;
  margin: 15px 0;
  color: #666;
  flex-grow: 1;
}

/* タグ（アイテム） */
.row-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.item {
  padding: 3px 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 11px;
  color: #555;
}

/* 価格表示 */
.price-bottom {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px dashed #ddd;
}
.price {
  font-size: 28px;
  color: #c00;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
}
.price span {
  font-size: 14px;
  margin-left: 4px;
}

/* ──────────── スマホ対応 ──────────── */
@media (max-width: 950px) {
  .plans-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .plan-card {
    width: 100%;
    max-width: 500px;
  }
}/* End custom CSS */