@charset "UTF-8";
/* CSS Document */
.section_top {
  height: 500px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 24px;
}
.section_top::before {
  content: '';
  position:fixed;
  top:0;
  left:0;
  z-index:-2;
  width:100%;
  height: 500px;
  background: url("../images/repair/kabu.jpg")no-repeat center;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: multiply;
  background-size: cover;
}
.header-content-wrapper{
  padding: 15px 0px;
  color: #fff;  
  position: fixed;
}
.header-content-wrapper img {
  height: 20px;
  width: 120px;
  position: fixed;
  left: 24px;
  top: 10px;
}
.header-content-wrapper nav a:hover{
    filter: alpha(opacity=50);
  opacity: 0.5;
  }
.open-button, .close-button {
  display: none;
}
@media(max-width:1080px) {
  .open-button {
    display: block;
    position: fixed;
    right: 24px;
    top: 15px;
    width: 15px;
    height: 15px;
    cursor: pointer;
  }
  .open-button span, .open-button span:before, .open-button span:after {
    position: absolute;
    height: 1px;
    width: 15px;
    border-radius: 1px;
    background-color: #FFF;
    display: block;
    content: "";
  }
  .open-button span:before {
    bottom: -5px;
  }
  .open-button span:after {
    bottom: -10px;
  }
  .close-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #48301d;
    font-size: 20px;
    padding: 20px;
  }
  .header-content-wrapper nav {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0px;
    background-color: #d9d9d9;
    width: 50%;
    height: 400px;
    padding-top: 50px;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.4);
  }
  .header-content-wrapper nav ul li {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
   
    
  }
  .header-content-wrapper nav ul li:first-child {
    border-top: solid 1px rgba(0, 0, 0, 0.2);
  }
  .header-content-wrapper nav ul li a {
    font-weight: bold;
    line-height: 40px;
    vertical-align: middle;
    text-decoration: none;
    color: #000;
    position: relative;
  }
}
@media(min-width:1080px) {
  .section_top {
    height: 700px;
    
  }
  .section_top::before{
    height: 700px;
  }
  
  .header-content-wrapper {
    padding: 20px 0px;
    color: #fff;
    text-align: center;
    position: fixed;
    top: 0;
    right: 0;
    max-width: 1200px;
    margin: 0 auto;
  }
  .header-content-wrapper h1 {
    position: absolute;
    top: 0;
  }
  .header-content-wrapper img {
    height: 40px;
    width: 200px;
    margin-left: 100px;
  }
  .header-content-wrapper nav {
    display: block;
    text-align: right;
    position: relative;
    right: 100px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .header-content-wrapper nav ul {
    display: flex;
    justify-content: flex-end;
  }
  .header-content-wrapper nav li a {
    display: block;
    padding-left: 60px;
    color: #fff;
    text-decoration: none;
    font-size: 1.6rem;
  }
}
.section_top-discription{
position: relative;
}
.section_top p {
  font-size: 1.6rem;
  line-height: 3.6rem;
  letter-spacing: 0.05em;
  position:fixed;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -30%);
  text-align: left;
  z-index: 1;
}
@media(max-width:1080px) {
  .section_top p br {
    display: none;
  }
}
@media(min-width:1080px) {
  .section_top p {
    font-size: 2.4rem;
    line-height: 3.6rem;
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translate(-0%, -50%);
    width: 600px;
    z-index: 1;
  }
}
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:50%;
	bottom:10px;
    /*全体の高さ*/
	height:50px;
}
/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
	left:-15px;
	top: -15px;
    /*テキストの形状*/
	color: #eee;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
}
/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}
@media(min-width:1080px){
  .scrolldown1{
    height: 50px;
  }
  .scrolldown1 span{
    font-size: 2.4rem;
    position: absolute;
	  left:-30px;
	  top: -25px;
  }
  .scrolldown1::after{
    width: 2px;
	height:  100px;
  }
}
.section_repair {
  color: #000;
  text-align: left;
  position: relative;
  z-index: 3;
  background-color: #d9d9d9;
}
.section_repair h2 {
  margin-bottom: 40px;
  padding: 0 24px;
  padding-top: 60px;

}
.section_repair hr {
  color: #000;
  margin-bottom: 40px;
}
.section_repair span {
  padding: 0 24px;
  display: block;
  margin-bottom: 40px;
  font-size: 1.8rem;
  font-weight: bold;
}
.section_repair table {
  border-collapse: separate;
  border-spacing: 10px;
  font-size: 1.4rem;
  table-layout: fixed;
  margin: 0 auto;
  margin-bottom: 60px;
  padding: 0 24px;
}
.section_repair table th {
  width: 270px;
  font-weight: 400;
  text-align: left;
}
.section_repair table td {
  width: 57px;
  font-weight: 400;
  text-align: right;
}
.section_repair-attention {
  padding: 0 24px 60px;
}
.section_repair-attention p {
  margin-bottom: 20px;
}
.section_repair-attention p:last-child {
  margin-bottom: 0;
}
.section_repair hr-space {
  display: block;
  margin-bottom: 60px;
}
@media(min-width:1200px) {
  .section_repair {
    margin-bottom: 80px;
    margin: 0 auto;
  }
  .section_repair h2 {
    font-size: 3.0rem;
    padding: 0 100px;
    padding-top: 80px;
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .section_repair-content {
    display: flex;
    padding: 0 100px;
    max-width: 1400px;
    margin: 0 auto;
  }
  .section_repair span {
    font-size: 1.8rem;
    flex: 5;
    margin-bottom: 60px;
    padding: 10px 0 0 0;
  }
  .section_repair_flex {
    flex: 5;
  }
  .section_repair table {
    font-size: 1.8rem;
    padding: 0;
    margin: 0 0 60px;
    width: 600px;
  }
  .section_repair table th {
    max-width: 400px;
  }
  .section_repair table td {
    max-width: 200px;
    justify-content: flex-end;
  }
  .section_repair-attention {
    padding-left: 10px;
  }
}
.section_inspection {
  color: #000;
  text-align: left;
  background-color: #d9d9d9;
  position: relative;
  z-index: 3;
    
}
.section_inspection h2 {
  margin-bottom: 40px;
  padding: 0 24px;
  padding-top: 60px;
}
.section_inspection hr {
  color: #000;
  margin-bottom: 40px;
}
.section_inspection-content span {
  display: block;
  padding: 0 24px;
  margin-bottom: 40px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media(max-width:1200px) {
  .section_inspection-content br {
    display: none;
  }
}
.section_inspection table {
  border-collapse: separate;
  border-spacing: 10px;
  font-size: 1.4rem;
  table-layout: fixed;
  margin: 0 auto;
  margin-bottom: 60px;
}
.section_inspection table th {
  width: 270px;
  text-align: left;
  font-weight: 400;
}
.section_inspection table td {
  width: 57px;
  text-align: right;
}
.section_inspection-attention, .section_inspection-lead {
  padding: 0 24px 60px;
}
.section_inspection-attention p, .section_inspection-lead p {
  margin-bottom: 20px;
}
.section_inspection-attention p:last-child, .section_inspection-lead p:last-child {
  margin-bottom: 0;
}
@media(min-width:1200px) {
  .section_inspection {
    margin-bottom: 80px;
    margin: 0 auto;
  }
  .section_inspection h2 {
    font-size: 3.0rem;
    padding: 0 100px;
    padding-top: 80px;
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .section_inspection-content {
    display: flex;
    padding: 0 100px;
    max-width: 1400px;
    margin: 0 auto;
  }
  .section_inspection-content span {
    font-size: 1.8rem;
    flex: 50%;
    margin-bottom: 60px;
    padding: 10px 20px 0 0;
  }
  .section_inspection_flex {
    flex: 50%;
  }
  .section_inspection table {
    font-size: 1.8rem;
    padding: 0;
    margin: 0 0 60px;
    width: 600px;
  }
  .section_inspection table th {
    max-width: 400px;
  }
  .section_inspection table td {
    max-width: 200px;
    justify-content: flex-end;
  }
  .section_inspection-attention {
    padding-left: 10px;
  }
  .section_inspection-lead {
    padding-left: 10px;
  }
}
.section_car-inspection {
  color: #000;
  text-align: left;
  background-color: #d9d9d9;
  position: relative;
  z-index: 3;
}
.section_car-inspection h2 {
  margin-bottom: 40px;
  padding: 0 24px;
  padding-top: 60px;
}
.section_car-inspection hr {
  color: #000;
  margin-bottom: 40px;
}
.section_car-inspection span {
  padding: 0 24px;
  display: block;
  margin-bottom: 40px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media(max-width:1200px) {
  .section_car-inspection-content br {
    display: none;
  }
}
.section_car-inspection table {
  border-collapse: separate;
  border-spacing: 10px;
  font-size: 1.4rem;
  table-layout: fixed;
  margin: 0 auto;
  margin-bottom: 60px;
}
.section_car-inspection table th {
  max-width: 270px;
  text-align: left;
  font-weight: 400;
}
.section_car-inspection table td {
  max-width: 57px;
  text-align: right;
}
.section_car-inspection_attention {
  padding: 0 24px 60px;
}
.section_car-inspection_attention p {
  margin-bottom: 20px;
}
.section_car-inspection_attention p:last-child {
  margin-bottom: 0px;
}
@media(min-width:1200px) {
  .section_car-inspection {
    margin-bottom: 0px;
  }
  .section_car-inspection h2 {
    font-size: 3.0rem;
    padding: 0 100px;
    padding-top: 80px;
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .section_car-inspection-content {
    display: flex;
    padding: 0 100px;
    max-width: 1400px;
    margin: 0 auto;
  }
  .section_car-inspection-content span {
    font-size: 1.8rem;
    flex: 50%;
    margin-bottom: 60px;
    padding: 10px 0 0 0;
  }
  .section_car-inspection_flex {
    flex: 50%;
  }
  .section_car-inspection table {
    font-size: 1.8rem;
    padding: 0;
    margin: 0 0 60px;
    width: 600px;
  }
  .section_car-inspection table th {
    max-width: 400px;
  }
  .section_car-inspection table td {
    max-width: 200px;
    justify-content: flex-end;
  }
  .section_car-inspection_attention {
    padding-left: 10px;
  }
}
.footer{
  position: relative;
  z-index: 3;
}