@charset "UTF-8";

/*--4カラム画像調整
@media screen and (min-width:600px){
  #access_slick + div.gallery_single .gallery_single_slider .slick-track{
    transform: initial!important;
  }
}
--*/

/*--ストリートビュー調整--*/
#street_view + section .wrap{
  display:flex;
  justify-content:center;
  gap:2rem;
}

@media screen and (max-width:700px){
  #street_view + section .wrap{
    flex-direction:column;
    align-items: center;
    gap:6rem;
  }  

  #street_view + section .wrap iframe{
    width: 100%;
  }
}

