@charset "UTF-8";

#reserve_icon + section .heading.block_header_1.align-left{
  align-items:center!important;
  padding-bottom:0;
}

#reserve_icon + section .heading.block_header_1 .h{
  font-size:3.4rem;
}@media screen and (max-width: 800px){
  #reserve_icon + section .heading.block_header_1 .h{
    font-size:2.8rem;
  }
}

#reserve_icon + section .inner_item_img {
  width:60px;
  margin-bottom:60px;
}@media screen and (max-width: 768px){
  #reserve_icon + section .inner_item_img{
    width:40px;
    height: 40px;
  }
}

#reserve_icon + section .inner_item_img img{
  width:60px!important;
}@media screen and (max-width: 768px){
    #reserve_icon + section .inner_item_img img{
    width:40px!important;
    height: 40px;
  }
}