.smartphoto-count {
    display: none !important;
}

.smartphoto-nav {
    display: none !important;
}
.smartphoto-content {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

#wrap_contents #main {
    float: none;
    width: auto;
}

div#contents.container.id_news div.block_news_inner.clearfix {
    margin: 20px;
}

.imgblock {
    width: 100%;
}

.hidden {
    display: none !important;
}

.table_normal {
    border: solid #CCC 1px;
    line-height: 1.4em;
    font-size: 14px;
    background: #fff;
    width: 100%;
    overflow: hidden;
}

.table_normal th,
.table_normal td {
    border-right: solid #CCC 1px;
    border-bottom: solid #CCC 1px;
    padding: 7px;
}

.table_normal th {
    background: #E3F9F8;
    font-weight: normal;
    white-space: nowrap;
}

.info-text {
    font-size: 16px;
    padding-bottom: 10px;
}

.info-link {
    text-decoration: underline;
    word-break: break-all;
}

.info-link:visited {
    color: #000EEE;
}

.info-link:hover {
    color: #0096b2;
}

.info-link:active {
    color: #0096b2;
}

.info-tel {
    color: #000;
}

.hover-effect {
    width: 100%;
    margin: auto;
    transition: opacity 0.3s ease;
}

.hover-effect:hover {
    opacity: 0.7
}

.info-container {
    font-size: 20px;
    text-align: center;
}


@media(min-width: 640px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

@media screen and (max-width: 640px) {
    .property {
        width: 100%;
    }

    .container .link {
        width: 100%;
    }

    h2 {
        font-size: 20px !important;
    }

    #main ul li p {
        margin-left: 0.5em;
    }

    #main ul li {
        margin-left: 1em;
    }

    .pc-title {
        font-size: 15px !important;
    }

    .table_normal {
        font-size: 12px;
    }
}

/* フローティングフッターのスタイル */
#floating-footer {
    /* 画面下部に固定 */
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    /* デザイン */
    background: #585858;
    border-top: 2px solid #c9ab61;
    border-bottom: 2px solid #c9ab61;
    color: white;
    text-align: center;
    padding: 15px 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);

    /* 表示・非表示のアニメーション設定 */
    transition: opacity 0.4s, visibility 0.4s;

    /* 初期状態は非表示 */
    opacity: 0;
    visibility: hidden;
}

.floating-footer-container {
    position: absolute;
    bottom: 0;
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    font-family: 'Zen Old Mincho', serif;
}

.floating-footer-container span {
    background-color: #ac8d32;
    text-align: center;
    padding: 10px 20px;
}

.floating-footer-container span a {
    text-decoration: none;
    color: #FFF;
}

.floating-footer-container span:hover {
    opacity: 0.7
}

/* JavaScriptで付け外しする表示用のクラス */
#floating-footer.is-visible {
    opacity: 1;
    visibility: visible;
}

.move-page-topN {
    display: none !important;
}