@charset "UTF-8";

/*----------店舗の画像追加------------*/
@media screen and (max-width: 480px){
  #access_image + div.composite_box01.block_images_3{
     padding-bottom: 0px!important;
  }

  #access_image + div.composite_box01.block_images_3 .inner_item{
    width: 48% !important;
    margin-bottom:0!important;
  }

  #access_image + div.composite_box01.block_images_3 .inner_item:nth-of-type(2n){
    margin-left: 4% !important;
  }

  #access_image + div.composite_box01.block_images_3 .heading.block_header_4 .h {
    font-size: max(14px , 4vw)!important;
  }
}

@media screen and (min-width:901px){
  #access_image + div.composite_box01.block_images_3 .inner_item_img img{
    min-height: 350px;
  }
}

