
/* 背景設定 */
.widget__wrap {
    background-image: url("https://tarupo.eventos.tokyo/file/wysiwyg/976/file-00dd5f88-47bd-4b50-ae36-372d64c145f8.png");
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100%;
}

/* 画像共通設定 */
.fr-fic.fr-dib {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 50px !important;
    max-width: 100% !important;
    height: auto !important;
}

/* サイズ調整 */
.photo {
    width: 90% !important;
}

.photo-large {
    width: 95% !important;
}

.photo-small {
    width: 80% !important;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {

    .fr-fic.fr-dib {
        margin-bottom: 3px !important;
    }

    .photo {
        width: 90% !important;
    }

    .photo-large {
        width: 95% !important;
    }

    .photo-small {
        width: 80% !important;
    }
}
