﻿* {
  box-sizing: border-box;
}

:root {
  --scrollbar-width: calc(100vw - 100%);
}

html {
  scroll-behavior: smooth;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

picture {
  width: fit-content;
}

a {
  display: block;
}

a:focus-visible,
button:focus-visible,
[role="button"]:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid #0369A1;
  outline-offset: 3px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" 1;
  line-height: 1.5;
  background-color: #FFFFFF;
  color: #000;
  max-width: 768px;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  body {
    max-width: 880px;
  }
}

.min {
  font-size: 12px;
  font-weight: 400;
}

.red {
  color: #E80000;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  left: 12px;
  top: 12px;
  z-index: 2000;
  width: auto;
  padding: 10px 14px;
  border-radius: 6px;
  background-color: #0F172A;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.btn {
  filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.2));
  max-width: 440px;
  margin: auto;
}

.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

section[id] {
  scroll-margin-top: 66px;
}

.site-header {
  position: sticky;
  top: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  z-index: 1200;
  background-color: #fff;
  border-bottom: 1px solid #E8E8E8;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 880px;
  min-height: 54px;
  margin: 0 auto;
  padding: 4px 8px;
}

.site-header__logo {
  width: min(52%, 320px);
}

.site-header__logo img {
  display: block;
  width: 100%;
}

.site-header__menu-btn {
  position: absolute;
  top: 31px;
  right: calc(4px + var(--scrollbar-width));
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border: 1px solid #DFDFDF;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .site-header__menu-btn {
    right: calc(16px + var(--scrollbar-width));
  }
}

.site-header__menu-btn span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background-color: #D81F2A;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.site-header.open .site-header__menu-btn span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-header.open .site-header__menu-btn span:nth-child(2) {
  opacity: 0;
}

.site-header.open .site-header__menu-btn span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.site-header__menu {
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
  border-top: 1px solid #F2F2F2;
  transition: max-height 0.25s ease;
}

.site-header.open .site-header__menu {
  max-height: 460px;
}

.site-header__menu a {
  padding: 12px 16px;
  border-bottom: 1px solid #F2F2F2;
  color: #222;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

.site-header__menu a:last-child {
  border-bottom: 0;
}
.fv {
  background-image: url(../img/ファーストビュー背景.webp);
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
  margin: 0%;
  padding: 1.3% 0%;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.fv img {
  margin-top: 1%;
}

.fv .fv__toplogo {
  width: 92%;
}

.fv .fv__price42490 {
  width: 90%;
  margin-left: 0%;
  margin-top: 2%;
  margin-bottom: 0%;
}

.fv .fv__webreserve {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 2%;
  margin-bottom: 0%;
}

.fv .fv__discount1100 {
  width: 92%;
  margin-left: 0%;
  margin-top: -8%;
  margin-bottom: 0%;
}

.fv .fv__hayaiyasuianshin {
  width: 100%;
  margin-left: 0%;
  margin-top: 6%;
}

.fv__wrap {
  width: 100%;
  min-width: 0%;
  margin: 0 auto 0%;
}

.merit {
  background-image: url(../img/第2背景.webp);
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
  margin: 0%;
  padding: 0% 2% 3%;
}

.merit__wrap {
  width: 100%;
  min-width: 0%;
  margin: 0 auto;
}

.merit__headline {
  margin: 2.3% 0 2.8%;
  text-align: center;
  line-height: 1.06;
  text-shadow: 0.06em 0.06em 0 #fff;
}
.merit__headline span {
  display: block;
  font-size: clamp(34px, 8.2vw, 64px);
  font-weight: 900;
  color: #241919;
}
.merit__headline strong {
  display: inline-block;
  font-size: clamp(42px, 9.4vw, 74px);
  font-weight: 900;
  color: #F30014;
  background: linear-gradient(transparent 70%, #FFE700 70%);
}

.merit__card {
  width: 100%;
  margin-top: 3%;
}

.merit__closing {
  width: 100%;
  margin-top: 3%;
}

.discount {
  background-image: url(../img/第3背景.webp);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #F7E71A;
  overflow: hidden;
  padding: 0% 0% 4%;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #000;
}

.discount__wrap {
  width: 100%;
  min-width: 0%;
  margin: 0 auto;
}

.discount__title {
  width: 94%;
  margin: 24% auto 0%;
}
.discount__title img {
  width: 100%;
  display: block;
}

.discount__lead {
  margin: -8.5% auto 1.5%;
  font-size: clamp(20px, 5.2vw, 42px);
  line-height: 1.18;
  letter-spacing: 0.01em;
}

.discount__off {
  width: 88%;
  margin: 1.5% auto 2.5%;
  filter: drop-shadow(0.3vw 0.6vw 0.7vw rgba(114, 67, 0, 0.45));
}

.discount__message {
  width: 86%;
  margin: 0 auto;
  background-color: #FFFFFF;
  border: 0.9vw solid #2A1A12;
  padding: 4% 4% 3%;
}
.discount__message p {
  font-size: clamp(18px, 5.4vw, 42px);
  line-height: 1.3;
  letter-spacing: 0.01em;
}
.discount__message span {
  display: inline-block;
  margin-top: 1%;
  padding: 0.2em 0.35em;
  border-radius: 0.35em;
  background-color: #FFF300;
}

.benefits {
  background-color: #FFF4B8;
  background-image: url(../img/benefit-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 34px 0 42px;
  color: #12318F;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

.benefits__wrap {
  width: 92%;
  max-width: 720px;
  margin: 0 auto;
}

.benefits__eyebrow {
  display: inline-block;
  margin: 0 auto 10px;
  padding: 0.35em 0.8em 0.4em;
  border: 3px solid #FFFFFF;
  border-radius: 6px;
  background-color: #D81F2A;
  color: #FFFFFF;
  font-size: clamp(16px, 3.6vw, 24px);
  font-weight: 900;
  line-height: 1.15;
  box-shadow: 0 5px 0 rgba(18, 49, 143, 0.18);
}

.benefits__title {
  margin: 0 auto 18px;
  color: #12318F;
  font-size: clamp(30px, 8vw, 58px);
  font-weight: 900;
  line-height: 1.08;
  text-shadow:
    2px 2px 0 #FFFFFF,
    -2px 2px 0 #FFFFFF,
    2px -2px 0 #FFFFFF,
    -2px -2px 0 #FFFFFF,
    0 5px 0 rgba(18, 49, 143, 0.12);
}

.benefits__list {
  display: grid;
  gap: 16px;
}

.benefit-card {
  display: grid;
  grid-template-columns: 35% minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
  border: 4px solid #244AB3;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 8px 0 rgba(18, 49, 143, 0.18);
  text-align: left;
}

.benefit-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 10px;
  background-color: #F2F8FF;
}

.benefit-card__image img {
  display: block;
  width: 100%;
  border-radius: 6px;
}

.benefit-card__body {
  min-width: 0;
  padding: 16px 16px 15px 12px;
}

.benefit-card__badge {
  display: inline-block;
  margin: 0 0 10px;
  padding: 0.42em 0.7em 0.48em;
  border: 3px solid #244AB3;
  border-radius: 4px;
  background-color: #FFD331;
  color: #12318F;
  font-size: clamp(15px, 3.7vw, 26px);
  font-weight: 900;
  line-height: 1.15;
}

.benefit-card--certificate .benefit-card__badge {
  border-color: #9BB0DF;
  background-color: #EDF4FF;
  color: #21438E;
}

.benefit-card__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 0.28em;
  margin: 0;
  color: #12318F;
  font-size: clamp(19px, 5.1vw, 36px);
  font-weight: 900;
  line-height: 1.05;
}

.benefit-card__price strong {
  color: #E83A16;
  font-size: 1.45em;
  font-weight: 900;
  letter-spacing: 0;
}

.benefit-card__copy {
  margin-top: 8px;
  color: #222222;
  font-size: clamp(13px, 2.8vw, 18px);
  font-weight: 700;
  line-height: 1.45;
}

.benefits__notice {
  margin: 18px auto 0;
  padding: 12px 14px;
  border: 3px solid #2A1A12;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.96);
  color: #111111;
  text-align: left;
  box-shadow: 0 6px 0 rgba(42, 26, 18, 0.16);
}

.benefits__notice p {
  margin: 0;
  font-size: clamp(13px, 3vw, 18px);
  font-weight: 900;
  line-height: 1.55;
}

@media screen and (max-width: 520px) {
  .benefits {
    padding: 28px 0 34px;
  }

  .benefits__wrap {
    width: 94%;
  }

  .benefits__title {
    margin-bottom: 14px;
  }

  .benefit-card {
    grid-template-columns: 34% minmax(0, 1fr);
    border-width: 3px;
    box-shadow: 0 6px 0 rgba(18, 49, 143, 0.16);
  }

  .benefit-card__image {
    padding: 7px;
  }

  .benefit-card__body {
    padding: 12px 10px 12px 9px;
  }

  .benefit-card__badge {
    margin-bottom: 8px;
    border-width: 2px;
  }

  .benefit-card__copy {
    margin-top: 7px;
  }

  .benefits__notice {
    margin-top: 14px;
    padding: 10px 11px;
    border-width: 2px;
  }
}

.cta {
  background-image: url(../img/第4背景.webp);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #e8e8e8;
  overflow: hidden;
  padding: 20px 0 24px;
}
.cta__wrap {
  width: 92%;
  max-width: 710px;
  margin: auto;
}

.cta__headline {
  margin: 0 auto 10px;
}

.cta__headline img {
  display: block;
  width: 100%;
}

.cta .cta__cta-btn {
  max-width: none;
  margin: 0 auto 10px;
  filter: drop-shadow(5px 7px 0 rgba(0, 0, 0, 0.15));
}

.cta .cta__cta-btn:last-of-type {
  margin-bottom: 0;
}

.cta__reviews {
  display: block;
  width: 100%;
  margin: 14px auto 0;
}

@media screen and (max-width: 520px) {
  .cta {
    padding: 16px 0 20px;
  }

  .cta__wrap {
    width: 92%;
  }

  .cta__headline {
    margin-bottom: 8px;
  }

  .cta .cta__cta-btn {
    margin-bottom: 8px;
    filter: drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.14));
  }
}

.experience {
  background-image: linear-gradient(90deg, #FFCF74, #FFFF57);
  padding: 30px 0 10px;
  font-size: 16px;
  font-weight: 700;
}
.experience h2 {
  width: 80%;
  min-width: 310px;
}
.experience h3 {
  margin-bottom: 10px;
}
.experience a {
  margin-bottom: 10px;
}

.experience__wrap {
  width: 80%;
  min-width: 300px;
  max-width: 500px;
  margin: 60px auto 0;
}

.experience__card {
  position: relative;
  background-color: #fff;
  padding: 30px 20px 20px;
  margin-bottom: 40px;
}

.experience__card__ttl {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  min-width: 260px;
}

.experience__img {
  margin-bottom: 20px;
}

.experience__txt {
  margin-bottom: 10px;
}

.waiting-room {
  background-image: url(../img/第5背景.webp);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-bottom: 30px;
}

.waiting-room__wrap {
  position: relative;
}

.waiting-room__txt__wrap {
  width: 80%;
  min-width: 300px;
  margin: 30px auto 20px;
}

.waiting-room__img {
  width: 80%;
  min-width: 275px;
  margin: 20px 0;
}

.right {
  position: relative;
  right: 0;
  margin: 0 0 20px auto;
}

.waiting-room__outer {
  width: 80%;
  min-width: 300px;
  margin: 30px auto 0;
}

.waiting-room__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px auto 0;
  gap: 14px;
}
.waiting-room__inner img {
  width: calc((100% - 28px) / 3);
  min-width: 88px;
}

.price {
  background-image: linear-gradient(90deg, #FFCF74, #FFFF57);
  padding: 30px 0;
}
.price h2 {
  text-align: right;
  width: 80%;
  min-width: 310px;
  margin: 0 0 30px auto;
}
.price figure {
  width: 80%;
  min-width: 220px;
  margin: 20px auto;
}
.price table {
  width: 100%;
  font-size: 12px;
}
@media screen and (min-width: 500px) {
  .price table {
    font-size: 16px;
  }
}
.price table td {
  padding: 10px;
}
.price table .blue {
  background-color: #CCEBFF;
  text-align: center;
  vertical-align: middle;
}
.price table .white {
  text-align: right;
  vertical-align: middle;
}
.price table .yellow {
  background-color: #FFF500;
}
.price table .big {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 500px) {
  .price table .big {
    font-size: 20px;
  }
}
.price table, .price th, .price td {
  border: solid 1px #D3D3D3;
}
.price__ttl {
  background-color: #fff;
  font-size: 2.4rem;
  color: #013787;
  text-align: center;
  position: relative;
  margin: 0 0 2rem 0;
  border: solid 3px #013787;
}
@media screen and (max-width: 568px) {
  .price__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .price__ttl {
    font-size: 1.6rem;
  }
}
.price__ttl::before, .price__ttl::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.price__ttl::before {
  border-color: rgba(30, 144, 255, 0);
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 25px;
  border-right-width: 25px;
  margin-bottom: 2px;
  border-top-color: #013787;
}
.price__ttl::after {
  border-color: rgba(247, 221, 51, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 20px;
  border-right-width: 20px;
  border-top-color: #fff;
}
.price__acordions {
  max-width: 700px;
  margin: auto;
}
.price__acordions__inner {
  background-color: #D81F2A;
  margin: 0 0 20px 0;
}
.price__acordions-head {
  position: relative;
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: #D81F2A;
  min-height: 90px;
  padding: 0.85rem 4.1rem 0.85rem 4.1rem;
}
.price__acordions-head::before, .price__acordions-head::after {
  content: "";
  background-color: #fff;
  transition: all 0.3s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.price__acordions-head::before {
  width: 3px;
  height: 40px;
  right: 35px;
}
.price__acordions-head::after {
  width: 40px;
  height: 3px;
  right: 16px;
}
.price__acordions-head--ttl {
  font-weight: 900;
  pointer-events: none;
  color: #fff;
  line-height: 1.25;
  width: 100%;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .price__acordions-head--ttl {
    font-size: 1.05rem;
  }
}
.price__acordions-head--ttl p {
  font-size: clamp(30px, 4.8vw, 40px);
}
.price__acordions-head--ttl span {
  font-size: clamp(18px, 2.7vw, 22px);
}
.price__acordions-head.active::before {
  transform: rotate(450deg);
  transition: all 0.3s ease-out;
}
.price-wrap {
  width: 88%;
  min-width: 300px;
  max-width: 620px;
  margin: auto;
}
.price-wrap__acordions-body {
  position: relative;
  background-color: #fff;
  width: 100%;
  height: 0;
  transition: all 0.3s ease-out;
  overflow: hidden;
}
.price-wrap__acordions-body--txt {
  font-size: 1.1rem;
  font-weight: 600;
}
@media screen and (max-width: 568px) {
  .price-wrap__acordions-body--txt {
    font-size: 1rem;
  }
}
.price-wrap__acordions-body--txt-red {
  color: #E80000;
}
.price-wrap__acordions-body.open {
  display: block;
  height: auto;
  transition: all 0.3s ease-out;
}

.faq {
  background-color: #F8FAFC;
  padding: 34px 0 40px;
  color: #0F172A;
}

.faq__wrap {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
}

.faq__eyebrow {
  display: inline-block;
  margin: 0 0 8px;
  padding: 0.24em 0.72em 0.28em;
  border: 2px solid #D81F2A;
  border-radius: 999px;
  color: #D81F2A;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
}

.faq__title {
  margin: 0 0 16px;
  font-size: clamp(28px, 6vw, 44px);
  font-weight: 900;
  line-height: 1.2;
}

.faq__list {
  display: grid;
  gap: 10px;
}

.faq__item {
  border: 2px solid #E2E8F0;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 6px 0 rgba(15, 23, 42, 0.05);
}

.faq__item summary {
  position: relative;
  display: block;
  min-height: 54px;
  padding: 15px 48px 15px 16px;
  color: #151515;
  font-size: clamp(16px, 3.8vw, 20px);
  font-weight: 900;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}

.faq__item summary::-webkit-details-marker {
  display: none;
}

.faq__item summary::before,
.faq__item summary::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 18px;
  height: 3px;
  border-radius: 999px;
  background-color: #D81F2A;
  transform: translateY(-50%);
}

.faq__item summary::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.2s ease;
}

.faq__item[open] summary::after {
  transform: translateY(-50%) rotate(0deg);
}

.faq__item p {
  margin: 0;
  padding: 0 16px 16px;
  color: #27364A;
  font-size: clamp(14px, 3.2vw, 17px);
  font-weight: 700;
  line-height: 1.75;
}

@media screen and (max-width: 430px) {
  .faq__wrap {
    width: 92%;
  }
}

.inspection-contact {
  background-color: #FFFFFF;
  padding: 34px 0 42px;
}
.inspection-contact__wrap {
  width: 100%;
  min-width: 0;
  max-width: none;
  margin: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
}
@media screen and (min-width: 640px) {
  .inspection-contact__wrap {
    width: 100%;
  }
}
.inspection-contact__title-band {
  background-color: #D81F2A;
  color: #fff;
  text-align: center;
  font-size: clamp(30px, 5vw, 42px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.04em;
  padding: 14px 12px 16px;
}
.inspection-contact__title-band span {
  display: inline-block;
}
.inspection-contact__required-note {
  padding: 16px 0 0;
  font-size: 13px;
  color: #242424;
  font-weight: 700;
  text-align: center;
}
.inspection-form {
  margin-top: 12px;
  padding: 8px 0 24px 96px;
  position: relative;
}
.inspection-form::before {
  content: "";
  position: absolute;
  left: 44px;
  top: 24px;
  bottom: 92px;
  width: 4px;
  border-radius: 2px;
  background-color: #1E2430;
}
.inspection-form__fieldset {
  border: 0;
  padding: 0 0 24px;
  margin: 0;
  position: relative;
  min-width: 0;
}
.inspection-form__fieldset + .inspection-form__fieldset {
  margin-top: 2px;
}
.inspection-form__step::before {
  content: attr(data-step);
  position: absolute;
  left: -88px;
  top: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 4px solid #1E2430;
  background-color: #D81F2A;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inspection-form__fieldset legend {
  color: #101010;
  font-size: clamp(26px, 4vw, 36px);
  font-weight: 900;
  line-height: 1.2;
  padding: 0;
  margin-bottom: 14px;
}
.inspection-form__fieldset > * + * {
  margin-top: 12px;
}
.inspection-form__row {
  display: grid;
  gap: 12px;
}
.inspection-form__row--2col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 640px) {
  .inspection-form__row--2col {
    grid-template-columns: 1fr;
  }
}
.inspection-form__input-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.inspection-form__label,
.inspection-form label {
  color: #1E2430;
  font-size: 16px;
  font-weight: 900;
}
.inspection-form__required {
  color: #D81F2A;
  margin-left: 2px;
}
.inspection-form input[type="text"],
.inspection-form input[type="email"],
.inspection-form input[type="tel"],
.inspection-form input[type="date"],
.inspection-form select,
.inspection-form textarea {
  width: 100%;
  border: 2px solid #D3DDE4;
  border-radius: 10px;
  background-color: #FFFFFF;
  color: #222;
  font-size: 16px;
  padding: 12px 14px;
  min-height: 54px;
  font-family: inherit;
}
.inspection-form textarea {
  resize: vertical;
  min-height: 130px;
}
.inspection-form input:focus,
.inspection-form select:focus,
.inspection-form textarea:focus {
  outline: none;
  border-color: #D81F2A;
  box-shadow: 0 0 0 4px rgba(216, 31, 42, 0.12);
}
.inspection-form__wish {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr) 130px;
  gap: 12px;
  align-items: center;
  background-color: #FFFFFF;
  border: 2px solid #D3DDE4;
  border-radius: 12px;
  padding: 12px;
}
.inspection-form__wish input[type="text"],
.inspection-form__wish select {
  background-color: #ECF2F6;
}
.inspection-form__wish input[type="text"] {
  cursor: pointer;
}
.inspection-form__wish-label {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
}
@media screen and (max-width: 640px) {
  .inspection-form__wish {
    grid-template-columns: 1fr;
  }
}
.inspection-form__plate-wrap {
  display: grid;
  grid-template-columns: minmax(150px, 1.3fr) minmax(100px, 0.8fr) minmax(70px, 0.6fr) minmax(120px, 1fr);
  gap: 10px;
}
.inspection-form__plate-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.inspection-form__plate-item label {
  font-size: 13px;
}
@media screen and (max-width: 640px) {
  .inspection-form__plate-wrap {
    grid-template-columns: 1fr 1fr;
  }
  .inspection-form__plate-item--area {
    grid-column: 1 / -1;
  }
}
.inspection-form__expire-wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.inspection-form__expire-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.inspection-form__help {
  margin-top: 2px;
  font-size: 13px;
  color: #D81F2A;
  font-weight: 700;
}
.inspection-form__status {
  min-height: 1.2em;
  font-size: 13px;
  color: #D81F2A;
  font-weight: 700;
}
.inspection-form__status--security {
  margin-top: 8px;
  text-align: center;
}
.inspection-form__radio-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}
.inspection-form__radio-wrap label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 2px solid #D3DDE4;
  background-color: #ECF2F6;
}
.inspection-form input[type="radio"] {
  accent-color: #D81F2A;
  width: 18px;
  height: 18px;
}
.inspection-form__submit {
  display: block;
  width: min(420px, 100%);
  margin: 10px auto 0;
  border: 4px solid #1E2430;
  border-radius: 999px;
  background-color: #D81F2A;
  color: #fff;
  font-size: clamp(26px, 4vw, 34px);
  font-weight: 900;
  line-height: 1.2;
  padding: 12px 20px 14px;
  cursor: pointer;
  box-shadow: 0 7px 0 #9A1520;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
.inspection-form__submit:hover {
  opacity: 0.95;
  transform: translateY(1px);
  box-shadow: 0 5px 0 #9A1520;
}

@media screen and (max-width: 640px) {
  .inspection-contact__required-note {
    padding: 14px 0 0;
  }
  .inspection-form {
    padding: 8px 0 20px 70px;
  }
  .inspection-form::before {
    left: 30px;
    top: 20px;
    bottom: 84px;
  }
  .inspection-form__step::before {
    left: -64px;
    width: 44px;
    height: 44px;
    font-size: 22px;
    border-width: 3px;
  }
  .inspection-form__fieldset legend {
    font-size: clamp(24px, 7.2vw, 30px);
  }
  .inspection-form__expire-wrap {
    grid-template-columns: 1fr;
  }
}

#ui-datepicker-div.inspection-datepicker {
  width: 280px;
  border: 1px solid #C9CED6;
  border-radius: 0;
  background: #FFFFFF;
  box-shadow: 0 10px 24px rgba(18, 36, 58, 0.22);
  padding: 8px 8px 10px;
  z-index: 2000 !important;
}
#ui-datepicker-div.inspection-datepicker .ui-datepicker-header {
  border: 0;
  border-radius: 0;
  background: #D81F2A;
  color: #FFFFFF;
  padding: 8px 36px;
}
#ui-datepicker-div.inspection-datepicker .ui-datepicker-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
}
#ui-datepicker-div.inspection-datepicker .ui-datepicker-prev,
#ui-datepicker-div.inspection-datepicker .ui-datepicker-next {
  top: 8px;
  width: 22px;
  height: 22px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  cursor: pointer;
}
#ui-datepicker-div.inspection-datepicker .ui-datepicker-prev {
  left: 8px;
}
#ui-datepicker-div.inspection-datepicker .ui-datepicker-next {
  right: 8px;
}
#ui-datepicker-div.inspection-datepicker .ui-datepicker-prev span,
#ui-datepicker-div.inspection-datepicker .ui-datepicker-next span {
  display: none;
}
#ui-datepicker-div.inspection-datepicker .ui-datepicker-prev::before,
#ui-datepicker-div.inspection-datepicker .ui-datepicker-next::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -54%);
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}
#ui-datepicker-div.inspection-datepicker .ui-datepicker-prev::before {
  content: "‹";
}
#ui-datepicker-div.inspection-datepicker .ui-datepicker-next::before {
  content: "›";
}
#ui-datepicker-div.inspection-datepicker table {
  margin-top: 8px;
}
#ui-datepicker-div.inspection-datepicker th {
  color: #5A6775;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 0;
}
#ui-datepicker-div.inspection-datepicker td {
  padding: 2px;
}
#ui-datepicker-div.inspection-datepicker .ui-state-default {
  border: 0;
  background: transparent;
  color: #274A64;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  width: 34px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
}
#ui-datepicker-div.inspection-datepicker .ui-state-default:hover {
  background: #EEF4F8;
}
#ui-datepicker-div.inspection-datepicker .ui-state-highlight {
  background: #FDE9EB;
  color: #D81F2A;
}
#ui-datepicker-div.inspection-datepicker .ui-state-active {
  background: #D81F2A;
  color: #FFFFFF;
}
#ui-datepicker-div.inspection-datepicker .ui-priority-secondary {
  color: #B5C0CB;
}

.shop {
  background-image: url(../img/第6背景.webp);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 30px 0;
}
.shop h3 {
  width: 80%;
  min-width: 220px;
  margin: auto;
}
.shop table {
  width: 100%;
}
.shop table td {
  vertical-align: middle;
  padding: 10px;
}
.shop table, .shop th, .shop td {
  border: solid 1px #D3D3D3;
}
.shop iframe {
  display: block;
  width: 100%;
  min-width: 300px;
  height: 200px;
  margin: 20px auto;
}
@media screen and (min-width: 500px) {
  .shop iframe {
    height: 300px;
  }
}

.shop__wrap {
  width: 80%;
  min-width: 300px;
  margin: auto;
}

.shop__outer {
  background-color: #fff;
  padding: 20px;
}
.shop__outer figure {
  margin: 20px 0;
}

.shop__border {
  border: solid 1px #171717;
  margin: 16px 0;
}

.shop__ttl {
  background-color: #FEFF62;
  font-weight: 700;
}

.shop__local-note {
  margin-top: 16px;
  padding: 14px;
  border: 2px solid #E2E8F0;
  border-radius: 8px;
  background-color: #F8FAFC;
}

.shop__local-note p {
  margin: 0;
  color: #243244;
  font-size: clamp(13px, 3.1vw, 16px);
  font-weight: 700;
  line-height: 1.7;
}

.shop__local-note a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 10px;
  padding: 9px 13px;
  border-radius: 6px;
  background-color: #0F172A;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.footer {
  background-color: #D81F2A;
  color: #fff;
  font-size: 10px;
  text-align: center;
  padding: 10px 0 12px;
}
.footer__wrap {
  display: flex;
  width: fit-content;
  margin: auto;
}
.footer__wrap a {
  margin: 4px 10px;
}

.footer__nap {
  width: 90%;
  max-width: 720px;
  margin: 4px auto;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.6;
}/*# sourceMappingURL=style.css.map */



