@charset "UTF-8";

/*===============================================
●style.css 画面の横幅が750pxまで
===============================================*/

@media screen and (max-width: 750px) {
  /* スライド追加CSS */
  .owl-theme .owl-dots .owl-dot span{
    width:5px;
    height:5px;
    margin:5px 3px;
  }

}
