@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@700;800&family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap');
.top-contents {
  font-family: 'M PLUS 1p', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Serif JP', serif;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
}
.top-h2 {
  color: #ff0a00;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 800;
  font-size: 2.8rem;
}
.dash::before {
  content: "－";
  margin-right: 10px;
}
.dash::after {
  content: "－";
  margin-left: 10px;
}
.top-text {
  color: #141ea0;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1.2;
}
.cont1-box {
  margin-top: 30px;
}
.top-map {
  background-color: #c8f0ff;
  padding: 15px;
}
.cont2-box {
  margin-top: 30px;
  margin-bottom: 50px;
}
.cont3-box {
  margin-top: 30px;
  margin-bottom: 0px;
}
.cont2-box strong, .cont3-box strong {
  color: #ff0a00;
  font-weight: 800;
  font-size: 2.2rem;
}
.btn-primary {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  background-color: #2ea7e0;
  border-color: #2ea7e0;
}
.parts-belt {
  background-color: #fffab4;
  padding: 15px;
}
.parts-belt h3 {
  font-size: 2rem;
}
.consultation-box {
  background-image: url(../images/consultation.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  height: auto;
  padding-bottom: 40vw;
}
.bnr-list-box {
  padding: 0 15px 15px 15px;
  margin-top: -30px
}
.bnr-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.bnr-list li {
  width: 48%;
  margin-bottom: 15px;
}
.consultation-bottom-box {
  background-image: none;
  padding-bottom: 0;
}
.question-box h3 {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  color: #ff0a00;
}
.question-box ul {
  padding: 0;
  margin: 0 0 10px 1.2rem;
}
.question-box li {
  list-style: none;
  text-indent: -1.2rem;
  margin-bottom: 5px;
}
.question-box li::before {
  content: "□";
}
.question {
  background-color: #141E8C;
  padding: 15px 15px 30px;
  color: #FFF;
  border-top: 3px solid #ff0a00;
}
.consultation-bottom-box .btn-primary {
  background-color: #ff0a00;
  border-color: #ff0a00;
}
.consultation-bottom-box .btn-primary:hover {
  background-color: #ff7670;
  border-color: #ff7670;
}
.insta-box {
  padding: 30px 15px;
  text-align: center;
}
.insta-box div {
  overflow-y: auto !important;
  height: 380px !important;
  margin-top: 10px;
}
.about {
  display: flex;
  justify-content: space-between;
  padding: 15px;
}
.kitagawa {
  width: 30%;
}
.kitagawa-text {
  width: 68%;
}
.kitagawa-text .small {
  font-size: 1.2rem
}
.kitagawa-text .large {
  font-size: 1.8rem
}
.summary {
  padding: 15px;
}
.summary h3 {
  font-weight: bold;
}
.summary table {
  margin-bottom: 10px;
}
.summary table th {
  padding: 3px 10px;
  white-space: nowrap;
  text-align: center;
  vertical-align: top;
}
.summary table td {
  white-space: nowrap;
  padding: 3px 10px;
}
.summary table tr {
  border-bottom: 1px dashed #a7a7a7;
  font-weight: normal;
}
.map1 {
  padding: 15px
}
.google-map {
  height: 35rem;
  position: relative;
}
.google-map iframe {
  height: 100%;
  width: 100%;
}
.google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5rem;
  margin-top: -0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.google-map[data-state] {
  background: #e9e5dc;
}
.google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.inquiry {
  margin-top: 30px;
}
textarea {
  width: 95% !important;
  height: 7em !important;
}
.privacy-box {
  height: 17rem;
  overflow-y: auto;
  text-align: left;
  border: 1px solid #CCC;
  padding: 2rem;
}
.privacy-box ol {
  margin-left: 0px;
  padding-left: 1em;
}
.privacy-box ol li {
  list-style: decimal;
}
.privacy-box ul {
  margin-left: 20px;
  padding-left: 0;
}
.privacy-box ul li {
  list-style: disc;
  margin-bottom: 10px;
}
.privacy-box .hidden {
  visibility: visible;
}
#inquiry,
#about{
 padding-top:80px;
 margin-top: -80px;
}
#inquiry h4 {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .top-h2 {
    line-height: 1.1;
    font-size: 5.5rem;
  }
  .top-text {
    font-size: 3.2rem;
    letter-spacing: -.1rem;
    margin-bottom: 15px;
  }
  .top-map {
    padding: 25px 15px 30px 15px;
  }
  .btn-primary {
    font-size: 3.2rem;
  }
  .cont2-box strong, .cont3-box strong {
    color: #ff0a00;
    font-weight: 800;
    font-size: 3.9rem;
  }
  .cont3-box {
    margin-bottom: 20px;
  }
  .parts-belt {
    padding: 20px;
  }
  .parts-belt .top-text {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0;
    align-items: center;
  }
  .parts-belt h3 {
    font-size: 3.6rem;
    text-align: left !important;
    align-items: center;
  }
  .parts-belt p {
    font-size: 2.4rem;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .parts-belt img {
    margin-bottom: 0;
    height: 128px;
    width: 500px;
  }
  .bnr-list-box {
    padding: 0 15px 15px 15px;
    margin-top: -100px;
    margin-bottom: 50px;
  }
  .bnr-list {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .bnr-list li {
    width: 286px;
    margin-bottom: 15px;
  }
  .question-box h3 {
    font-size: 3.1rem;
    letter-spacing: -0.07em;
    padding-bottom: 10px;
  }
  .question-box ul {
    font-size: 2.1rem
  }
  .question {
    padding-top: 20px;
  }
  .kome {
    font-size: 21px;
  }
  .consultation-bottom-box .white {
    font-size: 2.6rem;
  }
  .insta-box {
    padding: 80px 15px 120px;
    text-align: center;
  }
  .insta-box div {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    height: 590px !important;
    margin-top: 26px;
  }
  .about {
    padding: 0;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    justify-content: center
  }
  .kitagawa {
    width: 188px;
    margin-right: 20px;
    margin-bottom: 50px;
  }
  .kitagawa-text {
    width: 44em;
    font-size: 1.6rem;
  }
  .kitagawa-text .small {
    font-size: 1.2rem
  }
  .kitagawa-text .large {
    font-size: 1.8rem
  }
  .summary {
    padding-bottom: 30px;
  }
  .summary h3 {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
  .summary table {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
  }
  .summary table th {
    padding-right: 50px;
    padding-left: 60px;
    letter-spacing: .3em
  }
  .map1 {
    padding: 0px;
  }
  .google-map {
    height: 680px;
  }
  .inquiry {
    margin-top: 0px!important;
    font-size: 1.6rem;
    margin-bottom: 60px;
  }
  .tel {
    font-size: 3.2rem !important;
  }
}