:root {
  --cq-ref-mobile: 390;
  --cq-ref: 1366;
  --fluid-basis-mobile: (100vw - 320px) / (390 - 320);
  --fluid-basis: (100vw - 751px) / (1366 - 751);
  --fluid-basis-2: (100vw - 1366px) / (1800 - 1366);
}

/* ===============================================
# ヘッダー修正：2025/12
=============================================== */
.header_logo-wrap {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 20px;
}

.header_sub-text {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding: 6px 15px;
  border-radius: 3px;
  border: 1px solid #0060B3;
  display: inline-block;
  line-height: 1;
}

@media screen and (max-width: 751px) {
  .header_logo-wrap {
    gap: 10px;
  }

  .header_sub-text {
    font-size: clamp(9px, 9px + 2 * var(--fluid-basis-mobile), 11px);
    padding: 3px 5px;
  }
}

/* ===============================================
#選ばれる理由修正：2025/12
=============================================== */

.btn-company-overview {
  max-width: 462px;
  display: block;
  margin-inline: auto;
}

.btn-company-overview__img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.colBox h3 span.bbox {
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  background: #003CCB;
  padding: 0.2em 0.75em;
  color: #fff;
  margin-bottom: 30px;
  margin-left: 0;
}

.colBox h3 span {
  font-size: 16px;
  display: block;
  margin-left: 21px;
}

#company-overview {
  padding-top: 101px;
}

#company-overview table {
  margin-bottom: 80px;
  width: 100%;
}

#company-overview table tr {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}

#company-overview table tr th,
#company-overview table tr td {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: left;
  font-size: 15px;
}

#company-overview table tr th {
  width: 20%;
  padding: 15px;
  background: #EDEDED;
}

#company-overview table tr th,
#company-overview table tr td {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: left;
  font-size: 15px;
}

#company-overview table tr td {
  width: 80%;
  padding: 15px;
}

.colBox h3 {
  text-align: left;
  margin-bottom: 40px;
}

.page-id-2 .box p.text {
  width: 82%;
}

.service-tags {
  margin-top: 10px;
}

.service-tags__list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.service-tags__item {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: calc(2.6 / 13 * 1em);
  padding: 0.9px 18px;
  border-radius: 3px;
  background: #0060B3;
}

@media screen and (max-width: 751px) {
  .btn-company-overview {
    max-width: 100%;
  }

  .colBox h3 {
    padding: 0 20px;
  }

  .colBox h3 span.bbox {
    font-size: 18px;
  }

  .colBox h3 span {
    font-size: 13px;
    font-weight: bold;
  }

  #company-overview {
    padding-top: 60px;
  }

  #company-overview table tr th {
    width: 35%;
    padding: 10px;
  }

  #company-overview table tr td {
    width: 65%;
    padding: 10px;
  }

  .page-id-2 .box p.text {
    width: 100%;
  }

  .service-tags {
    margin-top: 10px;
    margin-inline: 5%;
  }

  .service-tags__list {
    gap: 8px;
  }

  .service-tags__item {
    padding: 0.9px 16px;
  }
}

/* ===============================================
# お問い合わせ修正：2025/12
=============================================== */

#contactform table .store-radio td {
  padding-top: 30px;
}

#contactform table .store-radio td .cat-parts {
  line-height: 1.4;
}

@media screen and (max-width: 751px) {
  #contactform table .store-radio td {
    padding-top: 0;
  }
}

/* ===============================================
# フローティングボタン修正：2025/12
=============================================== */

.floating-button {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
}

.floating-button.pc-only {
  display: block;
}

.floating-button.sp-only {
  display: none;
}

.floating-button__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-end;
}

.floating-button__item {
  height: auto;
  display: block;
  position: relative;
}

.floating-button__item--01::before {
  width: 100%;
  height: calc(100% - 3vw);
  background: #FF8B27;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.floating-button__item--02::before {
  width: 100%;
  height: 100%;
  background: #FFD936;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.floating-button__item-img {
  object-fit: contain;
  display: block;
}

@media (min-width: 1366px) {
  .floating-button__item--01::before {
    height: 88px;
  }

  .floating-button__item--02::before {
    height: 88px;
  }

  .floating-button__item--01 .floating-button__item-img {
    height: 117px;
  }

  .floating-button__item--02 .floating-button__item-img {
    height: 88px;
  }
}

@media screen and (max-width: 751px) {
  .floating-button.pc-only {
    display: none;
  }

  .floating-button.sp-only {
    display: block;
  }

  .floating-button__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .floating-button__item--01::before {
    height: calc(100% - 11vw);
  }
}

@media (min-width: 391px) and (max-width: 750px) {
  .floating-button__item--01::before {
    height: 60px;
  }

  .floating-button__item--02::before {
    height: 60px;
  }

  .floating-button__item--01 .floating-button__item-img {
    height: 103px;
  }

  .floating-button__item--02 .floating-button__item-img {
    height: 60px;
  }
}

/* ===============================================
# キズ・へこみ修理修正：2025/12
=============================================== */

.btnContact a {
  max-width: 462px;
}

h3.shopinfo {
  font-size: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: calc(0.7 / 25 * 1em);
  text-align: left;
  color: #003ccb;
  padding: 8px 10px 9px 20px;
  border-top: 1px solid #003CCB;
  border-right: 1px solid #003CCB;
  border-bottom: 1px solid #003CCB;
  border-left: 10px solid #003CCB;
  margin-bottom: 50px;
}

.shopName-sub {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: calc(0.7 / 18 * 1em);
}

.box .repair iframe {
  max-height: 283px;
}

.shop-tel {
  margin-top: 20px;

}

.shop-tel.shop-tel--second {
  margin-top: 5px;
}

.shop-tel a {
  color: #003CCB;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: calc(0.7 / 35 * 1em);
  text-decoration: none;
  line-height: 1;
}

.shop-tel-title {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: calc(0.7 / 20 * 1em);
  margin-top: 15px;
}

.service-tags.service-tags--repair {
  margin-inline: 0;
}

.conceptTitle.conceptTitle--repair {
  margin-top: 100px;
  margin-bottom: 20px;
}

.concept-subtitle {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.68;
  letter-spacing: calc(0.7 / 15 * 1em);
  margin-bottom: 37px;
}

.shopinfo.shopinfo--inspection {
  margin-top: 100px;
}

@media screen and (max-width: 751px) {
  h3.shopinfo {
    padding: 8px 10px 9px 20px;
    margin-inline: 10px;
    margin-bottom: 30px;
  }

  .shopName-sub {
    font-size: 16px;
  }

  .shop-tel-title {
    font-size: 17px;
  }

  .shop-tel a {
    font-size: 25px;
  }

  .conceptTitle.conceptTitle--repair {
    margin-top: 40px;
  }

  .concept-subtitle {
    margin-inline: 5%;
    margin-bottom: 20px;
  }

  .shopinfo.shopinfo--inspection {
    margin-top: 60px;
  }
}