* {
  margin: 0px;
}
dl,
dt,
dd {
  all: unset;
  display: contents;
}
li {
  list-style: none;
  color: black;
}
ul {
  padding: 0px;
}
.only_sp {
  display: none;
}
@media (max-width: 767px) {
  .only_sp {
    display: block;
  }
  .only_pc {
    display: none;
  }
}
.main_wrapper {
  width: 100%;
}
.center {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.hero {
  background: url("../../images/lp/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-bottom: 200px;
}

.hero__logo {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .hero__logo {
    margin-bottom: 50px;
  }
}

.hero_title {
  font-size: 40px;
}

.hero_title span {
  font-size: 64px;
  color: yellow;
}

.hero_subtitle {
  font-size: 40px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-left: 32px;
}

@media (max-width: 767px) {
  .hero_subtitle {
    font-size: 19px;
  }
  .hero_title {
    white-space: normal;
    font-size: 35px;
    margin-top: 5px;
  }
  .hero_title span {
    font-size: 35px;
  }
  .hero_title span:last-child {
    display: block;
  }
}

.hero_mark {
  flex-shrink: 0;
  margin-right: 0.5em;
}

.hero_inner {
  text-align: center;
  color: white;
}

.hero_ray {
  position: absolute;
  width: 4px;
  height: 15px;
  background: #ffea00;
  top: 2px;
}

/* 左上斜め */
.ray_1 {
  top: 2px;
  height: 18px;
  left: 19px;
  transform: rotate(288deg);
}

/* 真上 */
.ray_2 {
  top: -10px;
  left: 27px;
  height: 20px;
  transform: rotate(329deg);
}

/* 右上斜め */
.ray_3 {
  top: -10px;
  height: 18px;
  left: 41px;
  transform: rotate(12deg);
}
@media screen and (max-width: 767px) {
  .ray_1,
  .ray_3 {
    height: 15px;
  }
  .ray_2 {
    height: 17px;
  }
}
.hero_reason_list {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .hero_reason_list {
    display: flex;
    flex-wrap: wrap;
    /* 折り返しを許可 */
    justify-content: center;
    gap: 16px;
    max-width: 100%;
  }

  /* 各アイテムは内容幅だけ */
  .hero_reason_item {
    flex: 0 0 auto;
  }

  /* 2番目アイテムの後に“改行”を入れる */
  .hero_reason_item:nth-child(2)::after {
    content: "";
    flex-basis: 100%;
    /* ここで次のアイテムを折り返す */
    width: 0;
    height: 0;
  }

  /* 3番目アイテム（実際に折り返したいもの）は自動幅 */
  .hero_reason_item:nth-child(3) {
    /* 中央寄せにしたいなら下も追加 */
    /* margin: 0 auto; */
  }
}

.hero_reason_item {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  border-radius: 10px;
  padding: 6px 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hero_reason_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0px 6px;
}

.hero_reason_icon svg {
  display: block;
  width: 16px;
  height: 16px;
  color: white;
  border-radius: 50%;
  background-color: #03a3e1;
}

.hero_reason_text {
  font-size: 24px;
  font-weight: bold;
  color: #03a3e1;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .hero_reason_text {
    font-size: 15px;
  }
}
.illust {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.hero_car {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .hero_car {
    width: 80%;
    top: 70%;
  }
}

.hero_car img {
  display: block;
  height: 220px;
}

@media screen and (max-width: 767px) {
  .hero_car img {
    width: 100%;
    height: auto;
  }
}

.hero_shadow {
  position: absolute;
  display: block;
  top: 55%;
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .hero_shadow {
    top: 60%;
    width: 90%;
  }
}

.hero_shadow img {
  width: 100%;
  height: auto;
}

.shaken {
  background-color: #e4f8ff;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
}

.shaken_inner {
  background-color: white;
  margin-top: 130px;
  width: 75%;
  border: 4px solid #03a3e1;
  border-radius: 20px;
  position: relative;
  text-align: center;
}

.shaken_flow .shaken_inner {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .shaken_inner {
    width: 90%;
    margin-top: 100px;
    padding-bottom: 5%;
  }
}

.shaken_logo {
  left: 50%;
  top: -65px;
  transform: translateX(-50%);
  position: absolute;
}
.shaken_flow .shaken_logo {
  bottom: 80%;
}
@media screen and (max-width: 767px) {
  .shaken_logo {
    width: 70%;
  }
}
@media screen and (max-width: 479px) {
  .shaken_logo {
    bottom: 70%;
  }
}
.shaken_logo img {
  display: block;
  width: 100%;
  height: auto;
}

.contact_btn {
  margin-top: 125px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 93px;
  width: 446px;
  border-radius: 8px;
  border: 4px solid #ffffff66;
  background: linear-gradient(90deg, #fc7d22, #fcb022);
  box-shadow: 4px 4px 0 0 #c45506;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}
.contact_note {
  position: absolute;
  bottom: 35%;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 12px;
  font-size: 18px;
  font-weight: bold;
  color: #fc7d22;
  background: #fff;
  border: 2px solid #fc7d22;
  border-radius: 20px;
  white-space: nowrap;
  z-index: 10;
}
.shaken_flow .shaken_inner .contact_note {
  bottom: 47%;
}
@media screen and (max-width: 767px) {
  .contact_btn {
    width: 100%;
    font-size: 15px;
    margin-top: 20%;
  }
}
.contact_btn img {
  display: block;
  margin: 0px 10px;
}

.contact_wrapper {
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .contact_wrapper {
    width: 90%;
  }
}

.store-info {
  max-width: 960px;
  margin: 0 auto 50px auto;
  font-family: sans-serif;
}

@media screen and (max-width: 767px) {
  .store-info {
    width: 100%;
    margin: 0px;
  }
}

.store-info__title {
  background: #f5f5f5;
  text-align: center;
  font-weight: bold;
  padding: 8px 0px;
  margin: 30px 0px;
}

.store-info__list {
  display: flex;
  justify-content: space-between;
  gap: 1em;
}

@media screen and (max-width: 767px) {
  .store-info__list {
    flex-direction: column;
    /* 左右に余白を確保 */
    padding: 0 16px;
  }

  /* 右側の疑似要素は消したまま */
  .store-info__item::after {
    display: none;
  }

  /* 各アイテムに上下のパディングと左右のインデントを */
  .store-info__item {
    padding: 0.75rem 0;
    /* 上下 */
    /* 下線を左右のインデント内に収める */
    border-bottom: 1px dashed #ccc;
    margin: 0;
    /* 外側マージン不要 */
  }

  .store-info__item:last-child {
    border-bottom: none;
  }
}

.store-info__item {
  flex: 1;
  text-align: center;
  position: relative;
}

.store-info__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 8px;
  /* 上に 8px 空ける */
  bottom: 8px;
  /* 下に 8px 空ける */
  right: 0;
  /* アイテムの右端 */
  border-right: 1px dashed #ccc;
}

.store-name {
  font-size: 24px;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .store-name {
    font-size: 20px;
  }
}
.store-address {
  font-size: 14px;
  color: #2a2a2a;
}

.map-link {
  display: inline-block;
  margin-left: 0.5em;
  padding: 0.15em 0.5em;
  font-size: 0.75rem;
  background: #03a3e1;
  color: #fff;
  border-radius: 15px;
  text-decoration: none;
}

.store-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  margin: 15px 0px;
}

.store-tel a {
  color: inherit;
  text-decoration: none;
}

.tel-icon {
  display: inline-block;
  margin-right: 0.5em;
  background: url("../../images/lp/phone-icon.svg") no-repeat center center;
  background-size: contain;
}

.reasons {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #e4f8ff;
}

.reasons_title_wrapper {
  background: url("../../images/lp/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 215px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .reasons_title_wrapper {
    height: 131px;
  }
}
.reasons__inner {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
}

.reasons_caption {
  font-size: 24px;
  font-weight: bold;
  color: white;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .reasons_caption {
    font-size: 16px;
  }
}
.reasons_title {
  font-size: 56px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  color: white;
}
@media (max-width: 767px) {
  .reasons_title {
    font-size: 32px;
  }
}
.reasons_title span {
  color: yellow;
  font-size: 72px;
}
@media (max-width: 767px) {
  .reasons_title span {
    font-size: 40px;
  }
}
.polygon {
  display: block;
}

.reason-card {
  position: relative;
  background: #fff;
  border-radius: 8px;
  box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.1);
  padding: 16px;
  width: 50%;
  margin: 24px auto;
  transition: background 0.3s;
}

@media screen and (max-width: 767px) {
  .reason-card {
    width: 90%;
    padding: 0px;
  }
}

.reason_card_inner {
  display: flex;
  align-items: center;
  padding: 30px;
}

.reason-card__header {
  display: flex;
  align-items: center;
  padding: 30px;
  cursor: pointer;
}

.reason-card__badge {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0px;
  left: 0px;
  background: #03a3e1;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 28px;
  line-height: 1;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media (max-width: 767px) {
  .reason-card__badge {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }
}

/* アイコン */
.reason-card__icon {
  width: 100px;
  height: 100px;
  margin: 0px 20px 0px 15px;
}

.reason-card__text {
  font-size: 32px;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 767px) {
  .reason-card__text {
    font-size: 15px;
  }
  .reason-card__icon {
    width: 48px;
    height: 48px;
    margin: 0px 20px 0px 0px;
  }
}

.reason-card__text span {
  background: linear-gradient(
    to bottom,
    rgba(255, 247, 27, 0) 65%,
    #fff71b 65%
  );
  padding: 0.1em 0;
  border-radius: 2px;
}

.reason-card__toggle {
  margin-left: auto;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.reason-card__toggle img {
  display: block;
  width: 40px;
  height: 40px;
  transition: transform 0.3s;
}
@media (max-width: 767px) {
  .reason-card__toggle img {
    width: 18px;
    height: 18px;
  }
}
.reason-card__content {
  max-height: 0;
  overflow: hidden;
  padding: 0 4px;
}
.reason-card.expanded .reason-card__content {
  max-height: 500px;
  padding: 12px 30px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .reason-card.expanded .reason-card__content {
    font-size: 16px;
  }
}
.reason-card__content {
  line-height: 180%;
}

.reason-card.expanded .reason-card__toggle img {
  transform: rotate(180deg);
}

.flow-top {
  width: 100%;
  background: url("../../images/lp/flow_bg_top2.png") no-repeat top center;
}

.shaken_flow .flow-top {
  position: relative;
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  .shaken_flow .flow-top {
    position: relative;
    padding-top: 150px;
  }
}
.flow-top__badge-img {
  display: inline-block;
  width: 40%;
  height: auto;
  margin-bottom: 16px;
}

.flow-top__content {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .flow-top__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.flow-top__title {
  margin-bottom: 50px;
  font-size: 64px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .flow-top__title {
    margin-bottom: 50px;
    font-size: 32px;
    font-weight: bold;
    width: 70%;
  }
}

.flow-top__title span {
  color: #fff71b;
}

.flow_img {
  width: 95%;
  margin-bottom: 186px;
}

@media screen and (max-width: 767px) {
  .flow_img {
    width: 90%;
    margin-bottom: 95px;
  }
}

.shaken_flow .shaken_inner {
  margin-top: -15px;
}

.shaken_flow .contact_btn {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .shaken_flow .contact_btn {
  margin-bottom: 5%;
}
}
.quick-info {
  position: relative;
  width: 100%;
  background: url("../../images/lp/filter.png") no-repeat center;
  background-size: cover;
  padding: 3rem 1rem;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .quick-info {
    padding: 35px 1rem;
  }
  .quick-info p {
    margin: 0px;
    line-height: 1.5;
  }
}
/* テキストを上に表示 */
.quick-info__content {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.quick-info__text {
  font-size: 48px;
  line-height: 1.8;
  margin: 0.5rem 0;
}
@media (max-width: 767px) {
  .quick-info__text {
    font-size: 18px;
  }
  .quick-info__highlight {
    font-size: 40px;
  }
}
/* 強調部分を黄色に */
.quick-info__highlight {
  color: #fff71b;
  margin-left: 0.25em;
}

/* 全体背景・タイトル */
.pricing {
  background-color: #e4f8ff;
  padding: 100px 0px;
}

.pricing__title {
  text-align: center;
  font-size: 56px;
  color: #03a3e1;
  font-weight: bold;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .pricing__title {
    font-size: 32px;
  }
}
/* グリッドレイアウト */
.pricing__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  width: 90%;
  margin: 0 auto;
}

/* スマホなど狭い画面では１列に */
@media (max-width: 767px) {
  .pricing__grid {
    display: flex;
    flex-direction: column;
    width: 90%;
  }
}

/* カード */
.pricing-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* ヘッダー */
.pricing-card__header {
  background: #03a3e1;
  text-align: center;
  padding: 1rem 0;
}

.pricing-card__name {
  color: #fff;
  font-size: 32px;
  margin: 0;
}

.pricing-card__desc {
  color: white;
  font-size: 14px;
  margin: 0.25rem 0 0;
}

/* 車画像 */
.pricing-card__image {
  width: 50%;
  height: auto;

  object-fit: contain;
  margin: 0.75rem 0;
}

/* 総額表示 */
.pricing-card__total {
  text-align: center;
  font-size: 18px;
  margin: 0.5rem 0;
  color: #333;
  font-weight: bold;
}
@media (max-width: 767px) {
  .pricing-card__total {
    font-size: 14px;
  }
}
.pricing-card__amount {
  font-size: 40px;
  font-weight: bold;
  color: #ff6600;
  margin-left: 0.25em;
}

.pricing-card__tax {
  font-size: 18px;
  font-weight: bold;
  color: black;
  margin-left: 0.25em;
}

/* 明細 */
.pricing-card__details {
  padding: 20px 60px;
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
  font-weight: bold;
}
@media (max-width: 767px) {
  .pricing-card__details {
    padding: 20px 10px;
  }
}
/* 各行 */
.pricing-card__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* 下線（破線）で区切る */
  border-bottom: 1px dashed #ddd;
  padding: 0.5rem 0;
}

/* 最後の行だけ下線を消す */
.pricing-card__item:last-child {
  border-bottom: none;
}

/* 項目名（1つ目のspan） */
.pricing-card__item span:first-child {
  margin: 0;
  font-size: 0.875rem;
  color: #333;
}

/* 金額（2つ目のspan） */
.pricing-card__item span:last-child {
  margin: 0;
  font-size: 0.875rem;
  color: #333;
  text-align: right;
}

/* 「税抜」小書き */
.pricing-card__item span:last-child small {
  margin-left: 2px;
  font-size: 0.75rem;
}

/* 後半3行だけ金額をオレンジに */
.pricing-card__details .pricing-card__item:nth-child(n + 4) span:last-child {
  color: #ff6600;
}

.car_wrapper {
  display: flex;
  justify-content: center;
}

.pricing .caution {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}

.pricing .caution p {
  width: 90%;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .pricing .caution p {
    font-size: 14px;
    width: 90%;
    font-weight: 500;
  }
}

.service .reasons_title_wrapper {
  height: auto;
}

.service .reasons_caption {
  margin-top: 100px;
}

.service .contact_btn {
  margin-bottom: 50px;
}

.service .contact_note {
  bottom: 130px;
}

.promo-cards-section {
  padding: 2rem 0px;
  width: 100%;
}

.promo-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .promo-cards {
    display: flex;
    flex-direction: column;
    width: 90%;
  }
}

.promo-card {
  background: #fff;
  border-radius: 12px;
  padding: 2rem 7rem;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.promo-card__icon {
  width: 140px;
  height: auto;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .promo-card {
    padding: 2rem 1rem;
  }
  .promo-card__icon {
    width: 109px;
    height: auto;
    margin-bottom: 1rem;
  }
}
.promo-card__title {
  font-size: 24px;
  line-height: 1.4;
  color: #03a3e1;
  margin: 0 0 1rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .promo-card__title {
    font-size: 20px;
  }
}
.promo-card__title span {
  color: #fc6022;
}

.promo-card__desc {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin: 0;
}
@media (max-width: 767px) {
  .promo-card__desc {
    font-size: 14px;
  }
}
.promo-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .promo-card__list {
    align-items: center;
  }
}

.promo-card__list li span {
  font-size: 18px;
  font-weight: 500;
}

.promo-card__highlight {
  background: linear-gradient(
    to bottom,
    rgba(255, 247, 27, 0) 65%,
    #fff71b 65%
  );
  padding: 0.1em 0;
  border-radius: 2px;
}

.service .shaken_inner {
  margin-bottom: 100px;
}

/* 全体 */
.contact-section {
  background: #e4f8ff;
  padding: 4rem 1rem;
}

.container {
  max-width: 960px;
  margin: 0 auto;
}

/* タイトル */
.contact-section__title {
  text-align: center;
  font-size: 2rem;
  color: #03a3e1;
  font-weight: bold;
  margin-bottom: 2rem;
}

/* 電話予約エリア */
.contact-section__phone {
  background: #fff;
  border-radius: 12px;
  padding: 2rem 1rem;
  text-align: center;
  margin-bottom: 2rem;
}
.contact-phone__icon {
  font-size: 2rem;
  margin-right: 10px;
  margin-bottom: 0.5rem;
  color: #03a3e1;
}

.contact-phone__title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .contact-section__phone {
    padding: 2rem 1rem 1rem 1rem;
  }
  .contact-phone__title {
    font-size: 24px;
  }
}
.contact-phone__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.contact-phone__item {
  flex: 1;
  min-width: 200px;
}

.contact-phone__shop {
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.contact-phone__address {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.map-link {
  font-size: 0.75rem;
  color: #03a3e1;
  background: #e4f8ff;
  padding: 0 0.25em;
  border-radius: 4px;
  text-decoration: none;
  margin-left: 0.5em;
}

.contact-phone__tel {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  color: #2ea44f;
  text-decoration: none;
}

/* メールフォームエリア */
.form_box {
  background: #fff;
  border-radius: 12px;
  padding: 2rem 11rem;
}
@media screen and (max-width: 767px) {
  .form_box {
    padding: 2rem 0px;
  }
}
@media screen and (max-width: 767px) {
  #mail_form {
    margin: 0px 25px;
  }
}

.contact-form__icon {
  font-size: 2rem;
  margin-right: 10px;
  color: #03a3e1;
  text-align: center;
}

.contact-form__title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5rem;
}
.contact-form__lead {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .contact-form__title {
    font-size: 24px;
  }
  .contact-form__lead {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.contact-section__form .contact-title_wrapper {
  margin-bottom: 20px;
}

/* フォーム行 */
.form-row {
  padding: 30px 0px;
  border-bottom: 1px solid #e7e7e7;
}

.form-row:last-child {
  border-bottom: none;
}

.form-label {
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
}

.required_badge {
  background-color: #fc6022;
  padding: 3px 6px;
  color: #ffffff;
  font-size: 12px;
  margin-left: 5px;
  border: 1px solid;
  border-radius: 10px;
}
.required_badge label {
  color: black;
  font-size: 16px;
}
.form-input {
  background-color: #f8f8f8;
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 0.875rem;
  box-sizing: border-box;
}

.form-input--textarea {
  resize: vertical;
}

.form-row--radio .form-controls {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .form-row--radio input {
    margin-right: 5px;
  }
}

.form-row--zip .form-controls--zip {
  display: flex;
  gap: 0.5rem;
}

.form-input--zip {
  flex: 1;
}

.contact-form {
  padding: 0px 150px;
}

@media screen and (max-width: 767px) {
  .contact-form {
    width: 90%;
    padding: 0px;
  }
}

.btn-zip {
  padding: 0.5rem 1rem;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 0.875rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .btn-zip {
    font-size: 13px;
    padding: 0.5rem 10px;
  }
  .sub {
    font-size: 13px;
  }
}
.form-note {
  display: block;
  font-size: 0.75rem;
  margin-top: 7px;
}

.address .form-input {
  margin-bottom: 10px;
}

/* 送信ボタン */
.form-row--submit {
  text-align: center;
  margin-top: 2rem;
}

.btn--primary {
  background: linear-gradient(90deg, #fc7d22, #fcb022);
  color: #fff;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
}

.contact-title_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .contact-title_wrapper {
    margin-bottom: 20px;
  }
}
/* レスポンシブ：狭い画面は１列に */
@media (max-width: 640px) {
  .promo-cards {
    grid-template-columns: 1fr;
  }
}

.site-footer {
  background: #ffffff;
  /* 必要に応じて背景色を変えてください */
  padding: 24px 16px;
}

.site-footer__inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-footer__logo img {
  display: block;
  height: 32px;
  /* ロゴの高さに合わせて調整 */
  width: auto;
}

.site-footer__copy {
  font-size: 13px;
  color: #555555;
  white-space: nowrap;
  /* 改行されたくない場合 */
}

/* レスポンシブ対応：モバイルでは縦並びに */
@media screen and (max-width: 767px) {
  .site-footer__inner {
    flex-direction: column;
    gap: 12px;
  }
}

.contact_wrapper--sticky {
  position: fixed;
  bottom: 5%;
  right: 1%;
  z-index: 999;
}
.contact_wrapper--sticky .contact_note {
  bottom: 35%;
}

@media screen and (max-width: 767px) {
  .contact_wrapper--sticky {
    width: 100%;
    right: 0px;
    bottom: 0%;
  }
  .contact_btn {
    height: 58px;
  }
  .contact_wrapper--sticky .contact_btn {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    height: 58px;
  }
  .contact_note {
    font-size: 11px;
  }
  .contact_wrapper--sticky .contact_note {
    font-size: 11px;
    bottom: 45px;
  }
  .shaken_inner .contact_note {
    bottom:100px;
  }
  .shaken_inner .first.contact_note {
    bottom: 32%;
  }
  .shaken_flow .shaken_inner .contact_note {
    bottom: 75px;
}
}
@media screen and (max-width: 479px) {
  .contact_btn {
    margin-top: 60px;
  }
  .shaken_flow .shaken_inner .contact_note {
    bottom:47%;
  }
  .shaken_inner .contact_note {
    bottom: 57%;
  }
  .shaken_inner .first.contact_note {
    bottom: 41%;
  }
  .contact_wrapper--sticky .contact_note {
    bottom: 37%;
  }
}
.thanks_wrapper {
  background-color: #e4f8ff;
  width: 100%;
  min-width: 980px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thanks_header.hero__logo {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .thanks_wrapper {
    width: 100%;
    min-width: unset;
  }
}
.thanks {
  padding: 40px 0px;
  width: 100%;
}
.thanks_inner {
  background-color: white;
  color: black;
  border-radius: 12px;
  padding: 85px 0px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.thanks .word_1 {
  margin: 60px auto;
  font-size: 24px;
  font-weight: bold;
}
.thanks .word_2 {
  font-size: 16px;
}
.thanks a {
  display: block;
  text-decoration: none;
  width: 40%;
  margin: 50px auto;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  color: #222;
  background: #eee;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#eee)
  );
  background: -webkit-linear-gradient(top, #fff, #eee);
  background: -moz-linear-gradient(top, #fff, #eee);
  background: -ms-linear-gradient(top, #fff, #eee);
  background: -o-linear-gradient(top, #fff, #eee);
}
.thanks a:hover {
  border: 1px solid #ccc;
  background: #ccc;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#eee),
    to(#ddd)
  );
  background: -webkit-linear-gradient(top, #eee, #ddd);
  background: -moz-linear-gradient(top, #eee, #ddd);
  background: -ms-linear-gradient(top, #eee, #ddd);
  background: -o-linear-gradient(top, #eee, #ddd);
}
footer h3 {
  width: 100%;
  min-width: 980px;
  padding: 25px 0;
  margin: 0 auto;
  background-color: #fcfcfc;
  border-bottom: 1px solid #eee;
}
@media (max-width: 767px) {
  footer h3 {
    min-width: unset;
  }
}
.store-info_footer {
  max-width: 960px;
  margin: 50px auto 50px auto;
  font-family: sans-serif;
}
