@charset "UTF-8";

/*--facebookパーツ調整--*/
.fb_iframe_widget span {
    display: flex!important;
    justify-content: center;
}

.fb-page,
.fb-page span,
.facebook_wrap iframe{
  width: 90vw !important;
  height: 500px !important;
  margin: 0 auto;
}

@media screen and (min-width:550px){
  .fb-page,
  .fb-page span,
  .facebook_wrap iframe{
    width: 100% !important;
  }
}
