/**
 * Template: snow-monkey
 * Theme Name: 東京シェア＋
 */

@import "./css/top_detail.css";
@import "./css/header.css";
@import "./css/footer.css";

    /* 画像拡大 */
    .fancybox__backdrop {
        background-color: rgb(119, 119, 119);
        opacity: 0.7;
    }

    .fancybox__image {
        background: #fff !important;
    }

    .hidden-fb {
        display: none !important;
    }