.info{
  display: flex;
}

.info h1{
  margin: 0;
  height: 100px;
}

.info img{
  width: 500px;
  height: 100px;
  margin-top: 25px;
}

.info .time{
  text-align: right;
  width: 400px;
  margin-right: 0px;
  margin-left: auto;
}

.info .time h2{
  margin-bottom: 10px;
}

.info .time p{
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
}

.mgr-26{
  margin-right: 26px;
}

.head_item ul{
  list-style-type: none;
  text-align: center;
  /* background-color: rgb(0, 255, 85); */
  background-color: mediumblue;
}

.head_item li{
  display: inline-block;
  width: 180px;
  text-align: center;
  border-left: 1px solid white;
  font-size: 20px;
}

.head_item li a{
  text-decoration: none;
  color: white;
  padding: 1px;
}

.head_item li a:hover{
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
}

.head_item li:last-child{
  border-right: 1px solid white;
}

.drawer-hidden{
  display: none;
}

.main_banner{
  text-align: center;
  margin-bottom: 50px;
}

.main_banner img{
  width: 640px;
  height: 480px;
}

main h2{
  text-align: center;
  width: 550px;
  margin: 0 auto;
  background-color: mediumblue;
  color: white;
  border: 1px solid black;
  border-radius: 10px;
}

.box{
  text-align: center;
  margin-top: 20px;
}

.box_title h3{
  margin-bottom: 10px;
}

.box_title p{
  margin: 5px;
}

.box iframe{
  display: flex;
  margin: 0 auto;
}

.box_2{
  display:none
}

.T_POINT{
  display: flex;
  width: 500px;
  margin: 0 auto;
  margin-top: 30px;
  padding: 10px 20px;
  border: 2px solid black;
  background-color: white;
}

.T_POINT img{
  width: 100px;
  height: 127px;
  margin-top: 15px;
}

.text{
  font-weight: bold;
  font-size: 20px;
  width: 400px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 30px;
}

.text p{
  margin-top: 5px;
  margin-bottom: 0px;
}

.text p:last-of-type{
  color: red;
  font-size: 25px;
}

.digital_cash{
  border: 2px solid black;
  width: 400px;
  margin: 20px auto;
  /* background-color: rgb(182, 186, 185); */
}

.digital_cash h3{
  text-align: center;
  font-weight: bold;
  color: white;
  background-color: mediumblue;
  margin: 0;
}

.digital_cash img{
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.paypay{
  width: 200px;
  margin: 20px auto;
  background-color: white;
  border: 2px solid black;
  border-radius: 10px;
}

.paypay h3{
  text-align: center;
  font-weight: bold;
  color: white;
  background-color: rgb(254, 0, 50);
  margin: 0;
  border-radius: 8px 8px 0 0;
}

.paypay img{
  display: flex;
  width: 100px;
  height: auto;
  margin: 20px auto;
}

.inspection{
  text-align: center;
  margin: 30px auto 10px;
  text-align: center;
  display: block;
  border-radius: 10px;
  background-color: mediumblue;
  color: white;
  border: 2px solid black;
  max-width: 250px;
}

.inspection h3{
  font-size: 30px;
  margin: 5px;
  color: orange;
  text-decoration: underline solid;
}

.inspection p{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.estimate{
  width: 150px;
  margin: 10px auto;
  border: 1px solid black;
  background-color: red;
  text-align: center;
  font-weight: bold;
  color: black;
}

.estimate p{
  margin: 5px;
  font-size: 30px;
}

.estimate p:first-child{
  color: white;
  border-bottom: 2px solid blue;
}

.estimate p:last-child{
  color: yellow;
  letter-spacing: 15px;
}

.part_time_job{
  display: block;
  text-align: center;
  border: 1px solid black;
  margin: 30px auto;
  background-color: dodgerblue;
  /* max-width: 350px; */
  width: 350px;
  border-radius: 10px;
  color: white;
}

.part_time_job h3{
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 30px;
}

.part_time_job p{
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 20px;
}

.part_time_job a{
  font-weight: bold;
  text-decoration: underline dotted;
  color: gold;
}

footer {
  text-align: center;
  margin-top: 50px;
}

footer p {
  margin-bottom: 5px;
}

footer a {
  font-size: 14px;
  color: black;
  text-decoration: none;
  border-bottom: 1px dotted black;
}

@media screen and (max-width:480px){
  .info{
    display: block;
    width: 100%;
  }

  .info h2{
    display: none;
  }

  .info img{
    width: 300px;
    height: 60px;    
  }

  .info .time{
    width: 200px;
    font-size: 12px;
    margin-left: 10px;    
  }

  .mgr-26{
    margin-right: 18px;
  } 

  .head_item{
    position: relative;
    bottom: 55px;
    left: 80%;
    width: 50px;
  }

  .head_item ul{
    padding: 10px;
  }

  .head_item li{
    border-left: none;
    width: 100%;
    border-bottom: 2px solid white;
    text-align: left;
  }
  
  .head_item li:last-child{
    border-right: none;
  }

  .drawer-open{
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;
    cursor: pointer;
    background-color: mediumblue;
  }

  .drawer-open span, .drawer-open span::before, .drawer-open span::after{
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: white;
    transition: 0.5s;
    position: absolute;
  }

  .drawer-open span::before{
    bottom: 8px;
  }
  
  .drawer-open span::after{
    top: 8px;
  }

  #drawer-check:checked ~ .drawer-open span{
    background-color: rgba(255, 255, 255, 0);
  }
  
  #drawer-check:checked ~ .drawer-open span::before{
    bottom: 0;
    transform: rotate(45deg);
  }
  
  #drawer-check:checked ~ .drawer-open span::after{
    top: 0;
    transform: rotate(-45deg);
  }

  .drawer-content{
    width: 50%;
    position: fixed;
    left: 100%;
    z-index: 99;
    background-color: mediumblue;
    transition: 0.5s;
  }

  #drawer-check:checked ~ .drawer-content{
    left: 50%;
  }

  .main_banner img{
    width: 300px;
    height: auto;
  }

  /* .main_banner img:last-child{
    display: none;
  } */
  
  main h2{
    width: 300px;
    font-size: 13px;
  }

  .box_1{
    display: none;
  }

  .box_2{
    display: block;
  }

  .T_POINT{
    display: block;
    width: 300px;
    padding: 0;
  }

  .T_POINT img{
    display: block;
    width: 80px;
    height: 101.6px;
    margin: 10px auto;
  }

  .text{
    margin: 5px auto;
    font-size: 18px;
    width: 280px
  }

  .text p:last-of-type{
    font-size: 19px;
  }

  .digital_cash{
    width: 300px;
  }

  .digital_cash h3{
    font-size: 15px;
  }

  .part_time_job{
    width: 300px;
  }
}