/* responsive */
@media (min-width: 751px) {
  a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  }
}

@media only screen and (max-device-width: 1024px) {

    }

@media only screen and (max-device-width: 768px) {

.is_pc{
  display: none;
}

.is_sp{
  display: block;
}

  /* header */
  header{
    position: fixed;
    width: 100%;
    top:0;
  }

  .header .nav_menu li a{
    font-size: 14px;
    border-bottom: 1px dashed #c1c1c1;
    color: #333333;
    text-align: left;
    position: relative;
  }

  .footer .nav_menu li a{
    text-align: left;
    padding: 10px 0px;
  }

  .footer_right{
    margin:15px 0;
  }

  .footer_left,.copyright{
    text-align: center;
  }

  .header .nav_menu li a:after{
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #026c34;
    font-size: 12px;
    position: absolute;
    right: 0;
  }

  .menu_logo img{
    width: 65px;
  }

  .hamburger-menu{
    display: block;
  }

  .car_icon_container{
    padding-top:75px;
  }

  .menu-btn {
    position: absolute;
    top: 10px;
    right: 0;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
  }

  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 20px;
    border-radius: 3px;
    background-color: #000000;
    position: absolute;
  }

  .fixed .menu-btn span,
  .fixed .menu-btn span:before,
  .fixed .menu-btn span:after{
    background-color: #006be0;
  }

  .menu-btn span:before {
    bottom: 7px;
  }

  .menu-btn span:after {
    top: 7px;
  }
    
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
  }

  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }
    
  .menu-content {
    width: 80%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background:#ffffff;
    transition: all 0.5s;
    padding:80px 20px;
    display: block;
  }

  .logo_w{
    width: 180px;
  }

  .title_inner h1{
    font-size: 27px;
  }

  .title_back{
    top: 65px;
    height: 105px;
}

  .header{
    height: 60px;
  }

  .header_top{
    background: #ffffff;
    height: 65px;
  }

  .header_top p{
    margin-left:10px;
  }

  #menu-btn-check:checked ~ .menu-content {
    left: 20%;
  }

  #menu-btn-check {
    display: none;
  }

  #menu-btn-check:checked ~ .hamburger_cover{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 40%);
    display: block;
  }

  .header ul{
    display: block;
  }

.nav_menu li a{
  font-size: 11px;
	margin-top:0;
}

.nav_menu li{
  width: 100%;
}

.first_view .text{
  right:0;
}


}

@media only screen and (max-device-width: 480px) {	
    .cal_2,.cal_3,.cal_4{
        width:100%;
}

.page_section h2{
  margin: 60px 0 0 0;
  padding: 50px 0 40px 0;
  font-size: 27px;
}

.breadcrumbs{
  padding:10px;
}

.wrapper {
  padding: 40px 20px;
}

.table th, .table td {
padding: 20px 10px;
}

.service_left,.service_right{
  width: 100%;
}
	
	.service_section h3{
		text-align:center;
		padding:10px 0;
}
	
	.first_view{
		height:600px;
		box-shadow:0px 10px 10px 0px #f2f2f2cf;
}
	.first_view .text{
  right:0;
		top:145px;
}
	
	.inner h2 img{
		width:140px;
	}
	
	.inner{
		padding: 50px 20px;
}

.swiper {
  padding-top: 50px;
}

.service_section .cal_3{
  margin-bottom:30px;
}

.service_section .cal_3:last-child{
  margin-bottom:0;
}

.top_text{
  width: 300px;
}

}

@media only screen and (max-device-width: 320px) {


}
