/* ここからーもらえる金額別【来館シミュレーション】*/
.promo-badges-container {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}

.titleMainImage{
  max-width: 100%;
}

.promo-badge {
  color: white;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  white-space: nowrap;
  width: 350px;
  height: 54.69px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  justify-content: flex-start;
  padding-left: 20px;
}

.promo-badge:link,
.promo-badge:visited,
.promo-badge:hover,
.promo-badge:active {
  color: white;
}

.promo-badge-1 {
  background-color: #EE6863;
}

.promo-badge-2 {
  background-color: #F3975D;
}

.promo-badge-3 {
  background-color: #F6C981;
}
/* ここまでーもらえる金額別【来館シミュレーション】*/

/* ここからー♥式場見学¥円分*/
.promo-item {
  display: flex;
  align-items: baseline;
  gap: 16px;
  font-family: sans-serif;
  justify-content: center;
}

.promo-group {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.icon-badge {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
}

.icon-badge-red {
  background-color: #EE6863;
}

.icon-badge-yellow {
  background-color: #FFC136;
}

.icon {
  font-size: 20px;
}

.currency {
  font-size: 26px;
}

.number {
  font-size: 32px;
  font-weight: bold;
  color: #333;
}

.label {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

.point-icon-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
/* ここまでー♥式場見学¥円分*/

/* ここからーcomment*/
.point-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 70px;
  border: 2px solid #E0E0E0;
  border-radius: 8px;
  font-family: sans-serif;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin: 12px;
  background-color: #FFFFFF;
}

.point-badge::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
}

.point-badge::before {
  content: '';
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #E0E0E0;
}

.point-text {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.point-icon {
  font-size: 20px;
}

.point-text-red {
  font-size: 20px;
  font-weight: bold;
  color: #EE6863;
}

.point-text-red-2 {
  font-size: 16px;
  font-weight: bold;
  color: #EE6863;
  line-height: 1.3;
}

.point-text-orange {
  font-size: 20px;
  font-weight: bold;
  color: #F3975D;
}

.point-text-yellow {
  font-size: 20px;
  font-weight: bold;
  color: #F6C981;
}
/* ここまでーcomment*/

/* ここからー2-botton*/
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  padding: 20px;
}

.dark-button-section {
  display: flex;
  font-family: sans-serif;
  justify-content: center;
}

.button-group {
  display: flex;
  gap: 4px;
  font-family: sans-serif;
  align-items: center;
  justify-content: center;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
  width: 164px;
  height: 46px;
  line-height: 1;
}

.btn span {
  display: flex;
  align-items: center;
  line-height: 1;
}

.btn-outline {
  background-color: white;
  color: #EE6863;
  border: 2px solid #EE6863;
}

.btn-outline:hover {
  background-color: #FFF5F5;
}

.btn-solid {
  background-color: #EE6863;
  color: white;
  border: 2px solid #EE6863;
}

.btn-solid:hover {
  background-color: #D64848;
}

.btn-outline:link,
.btn-outline:visited,
.btn-outline:hover,
.btn-outline:active {
  color: #EE6863;
}

.btn-solid:link,
.btn-solid:visited,
.btn-solid:hover,
.btn-solid:active {
  color: white;
}

.btn-outline-orange {
  background-color: white;
  color: #FBD5BC;
  border: 2px solid #F3975D;
}

.btn-outline-orange:hover {
  background-color: #FFF5F5;
}

.btn-solid-orange {
  background-color: #F3975D;
  color: white;
  border: 2px solid #F3975D;
}

.btn-solid-orange:hover {
  background-color: #DA6319;
}

.btn-outline-orange:link,
.btn-outline-orange:visited,
.btn-outline-orange:hover,
.btn-outline-orange:active {
  color: #F3975D;
}

.btn-solid-orange:link,
.btn-solid-orange:visited,
.btn-solid-orange:hover,
.btn-solid-orange:active {
  color: white;
}

.btn-outline-yellow {
  background-color: white;
  color: #FBD5BC;
  border: 2px solid #F6C981;
}

.btn-outline-yellow:hover {
  background-color: #FFEFD7;
}

.btn-solid-yellow {
  background-color: #F6C981;
  color: white;
  border: 2px solid #F6C981;
}

.btn-solid-yellow:hover {
  background-color: #F4B34A;
}

.btn-outline-yellow:link,
.btn-outline-yellow:visited,
.btn-outline-yellow:hover,
.btn-outline-yellow:active {
  color: #F6C981;
}

.btn-solid-yellow:link,
.btn-solid-yellow:visited,
.btn-solid-yellow:hover,
.btn-solid-yellow:active {
  color: white;
}

.arrow {
  font-size: 26px;
  line-height: 1;
  display: flex;
  align-items: center;
  transform: translateY(-1px); 
}

.dark-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background-color: #2C2C2C;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s;
  width: 280px;
  position: relative;
}

.dark-btn-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 20px;
  background-color: #2C2C2C;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
  width: 280px;
  position: relative;
  line-height: 1.3; 
}

.dark-btn:hover,
.dark-btn-2:hover {
  background-color: #4A4A4A;
}

.dark-btn:link,
.dark-btn:visited,
.dark-btn:hover,
.dark-btn:active,
.dark-btn-2:link,
.dark-btn-2:visited,
.dark-btn-2:hover,
.dark-btn-2:active {
  color: white;
}

.arrow-right {
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  right: 4px;
}

.bottom-black {
  margin: 20px;
}

.simulation-container {
  background-color: #FFFFFF;
  padding: 12px;
  text-align: center;
  width: 280px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.simulation-title {
  font-size: 16px;
  font-weight: bold;
  color: #EE6863;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.simulation-title-orange {
  color: #F3975D;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.simulation-title-yellow {
  color: #F6C981;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.price-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.price-label {
  font-size: 14px;
  color: #333;
}

.price-amount {
  font-size: 32px;
  font-weight: bold;
  color: #333;
}

.plus-sign {
  font-size: 24px;
  color: #333;
  margin: -8px 0;
}

.total-label {
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: bold;
}

.label-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.total-amount {
  font-size: 48px;
  font-weight: bold;
  color: #EE6863;
}
/* ここまでー2-botton*/

/* ここからー特典金額シミュレーション */
.simulation-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 300px;
}

.simulation-box {
  background-color: #FFFFFF;
  padding: 12px;
  text-align: center;
  width: 280px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.total-section {
  background-color: #FFFFFF;
  padding: 10px 12px;
  text-align: center;
  width: 280px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.simulation-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 300px;
  margin: 0 auto;
}

.total-amount-orange {
  font-size: 48px;
  font-weight: bold;
  color: #F3975D;
}

.total-amount-yellow {
  font-size: 48px;
  font-weight: bold;
  color: #F6C981;
}

.campaign-tag-wrapper {
  display: flex;
  justify-content: center;
}

.campaign-tag {
  width: auto;
  max-width: 240px;
  height: auto;
}
/* ここまでー特典金額シミュレーション */

/* ここからーlineーキャンペーン */
.campaign-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  padding: 20px;
  text-align: center;
}

.campaign-title {
  font-weight: bold;
}

.line-button-section {
  display: flex;
  justify-content: center;
}

.line-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #06C755;
  color: white;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
}

.line-btn:link,
.line-btn:visited,
.line-btn:hover,
.line-btn:active {
  color: white;
}

.line-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.line-text {
  font-size: 16px;
  text-align: left;
  line-height: 1.4;
}

.campaign-note {
  font-size: 10px;
  color: #a6a6a6;
  line-height: 1.5;
  max-width: 600px;
}

.campaign-note a {
  color: #a6a6a6;
  text-decoration: underline;
}

.campaign-note a:hover {
  color: #808080;
}

.line-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 42px;
  background-color: #06C755;
  text-decoration: none;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s;
  width: fit-content;
}

.line-icon {
  width: 40px;
}

.line-text {
  line-height: 1.1;
  color: white;
}
/* ここまでーlineーキャンペーン */

/* ここからー来館後は応募を忘れずに！エントリーから応募までの4STEP */
.steps-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background-color: #F7F7F7;
}

.step-box {
  background-color: white;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  width: 100%;
  max-width: 280px;
  font-weight: bold;
}

.step-number {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
  letter-spacing: 2px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #D0D0D0;
}

.step-content {
  font-size: 20px;
  color: #333;
  line-height: 1.6;
}

.step-arrow {
  width: 40px;
  height: 40px;
  margin: 8px 0;
}
/* ここまでー来館後は応募を忘れずに！エントリーから応募までの4STEP */

/* ========================================
   SP版対応（モバイル版）
   /* ======================================== */

@media (max-width: 767px) {
  .point-text-red,
  .point-text-orange,
  .point-text-yellow {
  font-size: 14px;
  }
}

@media (max-width: 767px) {
  .point-text-red2 {
  font-size: 12px;
  }
}