/* 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;
  z-index: 100;
}

.nav_menu li{
  width: 100%;
}

.nav_menu li a{
  font-size: 12px;
  text-align: left;
  display: block;
  padding:10px 5px;
  color: #5f3715;
  border-bottom: 1px dotted #ccbdaf;
}

.nav_menu li a:before{
  content: "▶︎";
  color: #5f3715;
  padding-right: 10px;
  font-size: 12px;
}

.menu-btn .menu{
  position: absolute;
  font-size: 10px;
  bottom:0;
}

.menu_logo img{
  width: 65px;
}

.hamburger-menu{
  display: block;
}

.car_icon_container{
  padding-top:75px;
}

.menu-btn {
  position: absolute;
  top: 0;
  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: 30px;
  background-color: #5f3715;
  position: absolute;
}

.menu-btn span:before {
  bottom: 8px;
}

.menu-btn span:after {
  top: 8px;
}

#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: #f2e9d1;
  transition: all 0.5s;
  padding:60px 20px 20px 20px;
  display: block;
}

#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(255 255 255 / 40%);
  display: block;
}

.header ul{
  display: block;
}

.sp_contact{
  margin-top:30px;
  display: block;
}

.sp_contact .btn{
  background: #56ac32;
  border-radius: 20px;
}

.sp_contact .btn a{
  display: block;
  width: 100%;
  padding:16px 0;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
}

  }

  @media only screen and (max-device-width: 480px) {
    h2{
      font-size: 24px;
    }

      .cal_2,.cal_3,.cal_4,.flow_section .cal_4{
          width:100%;
  }

  .inner{
  padding: 50px 20px 70px 20px;
  }

  .intro_section .cal_3{
    margin-bottom:20px;
	width: calc(50% - 14px / 2);
	    height: 350px;
  }

  .intro_section .cal_3_2{
      height: 370px;
}

  .intro_section .btn input{
  font-size: 12px !important;
      padding: 6px 0 !important;
}

	  .btn a{
		  font-size:11px;
}

	  .intro_section .box {
    padding: 10px 10px 15px 10px ;
}

	  .intro_section .text {
    font-size: 11px;
    line-height: 1.8;
}

	  .intro_section h3{
		  font-size:14px;
}

	  .intro_section .img_box{
		  height:130px;
}

  .flow_section .cal_4{
    margin-bottom:40px;
  }

  .cal_5{
    width: calc(33.3% - 15px / 3);
    padding-bottom: 10px;
  }

  .flow_section .arrow{
    top: auto;
    bottom: -40px;
    right: 150px;
    transform: rotate(90deg);
  }

  .partner_section .img img{
    width: 100%;
  }

  .swiper{
    padding-top:50px;
  }

  .voice_section .box{
    border:1px solid #ddd;
    padding: 50px 20px 35px 20px;
  }

  .appeal_section .cal_3{
    margin-bottom:40px;
  }

  .appeal_section .last{
    margin-bottom:0;
  }

  .page_section table th, .page_section table td{
  padding:10px;
  }

  .page_section .wrapper{
    padding:50px 20px;
}

.page_section h2{
font-size:19px;
}

.aboutus_section .img{
  padding-top: 10px;
}

.aboutus_section h2 span{
  font-size: 15px;
}

.message_section .img{
  padding-bottom:10px;
}


.sp_contact .text{
  font-size: 11px;
  color: #5f3715;
  margin-top: 10px;
  text-align: center;
}


.sp_contact i{
  padding-right: 5px;
}

.intro_section .btn02 a{
  padding: 9px;
    margin-top: 15px;
    font-size: 12px!important;
}

  }

  @media only screen and (max-device-width: 320px) {

  }
