<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.modal-content {
    position: relative;
    display: none;
    z-index: 10002;
    width: 65%;
    margin: 0;
    padding: 40px 40px 60px;
    border: 2px solid #aaa;
    background: #fff;
    user-select: none;
    /* CSS3 */
    -moz-user-select: none;
    /* Firefox */
    -webkit-user-select: none;
    /* Safari、Chromeなど */
    -ms-user-select: none;
    /* IE10から */
}

.modal-content img {
    width: 100%;
}

.modal-content .modal-box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.modal-content .modal-box .photo {
    width: 45%;
    max-width: 358px;
}

.modal-content .modal-box .photo p {
    width: 100%;
    margin: 0 auto;
    background: url(../image/navigator_img.jpg) no-repeat top left;
    background-size: contain;
    padding-top: calc(536 / 358 * 100%);
    font-size: 0px;
}

.modal-content .modal-box .txt {
    width: 55%;
    padding-top: 0.5%;
    padding-left: 10px;
}

.modal-content .modal-box .txt h2 {
    width: 100%;
    max-width: 309px;
    height: 0;
    background: url(../image/navigator_tit.jpg) no-repeat top left;
    background-size: contain;
    padding-top: calc(158 / 309 * 57%);
    font-size: 0px;
}

.modal-content .modal-box .txt p {
    margin-top: 1%;
    font-size: 16px;
    text-align: left;
    line-height: 2;
}


.lock {
    overflow: hidden;
    position: relative;
}

.modal-wrap {
    z-index: 10002;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}


.modal-content p {
    margin: 0;
    padding: 0;
}

.modal-overlay {
    z-index: 10001;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.75);
}

.modal-open {
    color: #00f;
    text-decoration: underline;
}


.modal-open:hover {
    cursor: pointer;
    color: #f00;
}

.close_div {
    margin-top: 40px;
    width: 100%;
    max-width: 120px;
    position: absolute;
    bottom: 1%;
    right: 0;
}

.close_div p {
    color: #055684;
    text-decoration: underline;
    font-size: 120%;
    text-align: center;
}

.modal-close {

    text-decoration: underline;
    padding: 0.5em 1em;
    display: block;
}

.modal-close:hover {
    cursor: pointer;
    opacity: 0.6;
}



.modal-content2 {
    position: relative;
    display: none;
    z-index: 10002;
    width: 75%;
    max-width: 800px;
    margin: 0;
    user-select: none;
    /* CSS3 */
    -moz-user-select: none;
    /* Firefox */
    -webkit-user-select: none;
    /* Safari、Chromeなど */
    -ms-user-select: none;
    /* IE10から */
}

.modal-content2 img {
    width: 100%;
}

.modal-content2 .modal-box {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.modal-content2 dl {
    width: 100%;
}

#miyake_img01 dl dt {
    width: 100%;
    height: 0;
    background: url(../image/miyake01l.jpg) no-repeat left;
    background-size: cover;
    padding-top: calc(450 / 800 * 100%);
    font-size: 0em;
    display: block;
    border: 3px #FFF solid;
    border-radius: 5px;
}

#miyake_img02 dl dt {
    width: 100%;
    height: 0;
    background: url(../image/miyake02l.jpg) no-repeat left;
    background-size: cover;
    padding-top: calc(450 / 800 * 100%);
    font-size: 0em;
    display: block;
    border: 3px #FFF solid;
    border-radius: 5px;
}

.modal-content2 dl dt img:first-child {
    border: 3px #FFF solid;
    border-radius: 0.4em;
}

.modal-content2 dl dd {
    margin: 0.4em 0 0 0.5em;
    opacity: 0.8;
    color: #FFF;
    font-size: 90%
}

.modal-content2 .close_div {
    width: 100%;
    max-width: 30px;
    position: absolute;
    bottom: -5%;
    left: 95%;
    z-index: 20;
}

.modal-content2 .close_div p {
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    font-size: 0;
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.modal-content2 .modal-close {

    text-decoration: underline;
    padding: 0.5em 1em;
    display: block;
    width: 100%;
    height: 100%;
}

.modal-content2 .close_div p:hover {
    cursor: pointer;
    opacity: 1;
}


@media screen and (max-width:768px) {
    .modal-content {
        width: 75%;
    }

    .modal-content2 {
        width: 90%;
    }

    .modal-content2 img {
        width: 100%;
    }

    .modal-content2 .close_div {
        width: 100%;
        max-width: 30px;
        position: absolute;
        bottom: -5%;
        left: 90%;
        z-index: 20;
    }

    .modal-content .modal-box {
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    .modal-content .modal-box .photo {
        width: 100%;
        max-width: 358px;
        margin: 0 auto;
        text-align: center;
    }

    .modal-content .modal-box .photo p {
        width: 100%;
        margin: 0 auto;
        background: url(../image/navigator_img.jpg) no-repeat top left;
        background-size: contain;
        padding-top: calc(536 / 358 * 100%);
        font-size: 0px;
    }

    .modal-content .modal-box img {
        width: 100%;
    }

    .modal-content .modal-box .txt {
        margin: 10% 0;
        padding: 0;
        width: 100%;
    }

    .modal-content .modal-box .txt h2 {
        width: 100%;
        height: 0;
        background: url(../image/navigator_tit.jpg) no-repeat top left;
        background-size: contain;
        padding-top: calc(158 / 309 * 100%);
        font-size: 0px;
    }

    .modal-content .modal-box .txt p {
        margin-top: 5%;
        font-size: 16px;
        text-align: left;
        line-height: 2;
    }

    .close_div {
        margin: 40px auto 0;
        width: 100%;
        max-width: 120px;
        position: absolute;
        bottom: 2%;
        left: 0;
        right:0;
    }

    .close_div p a{
    
        background: #333;
        color: #fff;
}

}

@media screen and (max-width:480px) {

    .modal-content {
        width: 80%;
        padding: 20px 20px 60px;
    }

    .close_div {
        margin-top: 10px;
    }

    .close_div p {
        font-size: 110%;
    }

    .scroll {
        overflow: auto;
        /*tableをスクロールさせる*/
    }

    .scroll::-webkit-scrollbar {
        /*tableにスクロールバーを追加*/
        height: 5px;
    }

    .scroll::-webkit-scrollbar-track {
        /*tableにスクロールバーを追加*/
        background: #F1F1F1;
    }

    .scroll::-webkit-scrollbar-thumb {
        /*tableにスクロールバーを追加*/
        background: #BCBCBC;
    }
}</pre></body></html>