/*--------------------------------------------------------------
# home.css
# トップページの装飾
--------------------------------------------------------------*/

/*初期設定*/
div:empty:not(.elementor-background-slideshow):not(.elementor-background-overlay):not(.elementor-background-slideshow__slide__image)  {
  display: none;
}

/*画像の設定*/
.picture img{
	border-radius:5px!important;
	box-shadow:none!important;
    height:auto!important;
    max-width:100%!important;
}