/* 修正用 */

/* 250602 LINE削除に伴う修正（LINE復活の際はコメントアウト）↓ */

/* header */
.flex_btn_head .col_tel {
  width: calc(260 / 350 * 100%);
}

.flex_btn_head .col_web {
  width: calc(90 / 350 * 100%);
}

@media (max-width: 767px) {
  .pagetop_sp.item_open {
    margin-bottom: calc(177 / 750 * 100vw);
    transition: .4s ease-in-out;
  }

  .sp_only_sub_flex {
    gap: 0 3px;
  }

  .fix_tel {
    width: calc(442 / 750 * 100vw);
  }

  .fix_web {
    width: calc(296 / 750 * 100vw);
  }
}

/* parts-conversion */
.inner_contact02 .flex .col .box .flex .btn {
  width: 100%;
}

/* footer */
.row_foot01 .flex .btn {
  width: 100%;
}

/* 250602 LINE削除に伴う修正↑ */



/* sp footer 画像→code */
.fix_tel {
  width: calc(453 / 750 * 100vw);
}

a.fix_tel__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  background: #fcb749;
  border-radius: 5px;
  aspect-ratio: 567 / 204;
}

.fix_tel__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.fix_tel__icon {
  width: 20px;
}

.fix_tel__num {
  /* font-size: 20px; */
  font-size: 6.5vw;
  font-weight: 500;
  line-height: 1.1;
  color: #fff;
}

.fix_tel__txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 11px;
  color: #fff;
  line-height: 1.5;
}