@charset "UTF-8";

.panorama .inner{
    background: #383838;
}

.panorama .panoramaViewerContainer{
    width: 100%;
    padding: 0;
}

.panorama li{
    padding: 0 150px;
}
.panorama .panoramaViewerContainer .panocell{
    width: 450px;
    height: 300px;
    margin: auto;
}
.panorama .inner{
    width: 100%;
    position: relative;
    margin-bottom: 50px;
    padding: 10px 0;
}

.panorama .inner .bx-controls .bx-pager-pano{
    display: none;
}

.panorama .inner > .bx-pager-pano{
    display: flex ;
    justify-content: center;
}

.panorama .inner > .bx-pager-pano a{
    display: block ;
    width: 100px;
    margin: 0 5px
}

.panorama .inner .bx-wrapper .bx-prev {
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    bottom: 0;
    margin: auto;
    display: block;
    color: rgba(0,0,0,0);
    height: 40px !important;
    width: 40px !important;
    background-image: url(/penguin/resources/image/_common/slide_prev.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), inset 0 -2px 0 0 rgba(225, 95, 0, 0.004);
    text-decoration: none;
}

.panorama .inner .bx-wrapper .bx-next {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    color: rgba(0,0,0,0);
    height: 40px;
    width: 40px;
    background-image: url(/penguin/resources/image/_common/slide_next.png);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), inset 0 -2px 0 0 rgba(225, 95, 0, 0.004);
    text-decoration: none;
}

div.panoramaViewerContainer {
    width:100%;
    height: 500px;
    overflow:hidden;
    margin-bottom:10px;
}

h3.panorama_title {
    width: 1200px;
    margin: 0 auto;
    border-left: 3px solid #20618F;
    margin-bottom: 20px;
    padding-left: 15px;
    font-size: 20px;
    font-family: 'メイリオ','meiryo','ＭＳ Ｐゴシック','MS P Gothic','ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','Helvetica','sans-serif';
}

h3.panorama_title span{
    font-size: 12px;
    margin-left: 10px;
}


@media (max-width: 750px) {

    .panorama li {
        padding: 20px;
    }

    div.panoramaViewerContainer {
        height: 360px;
    }

    .panorama {
        padding-top: 20px;
    }

    h3.panorama_title {
        width: 100%;
        font-size: 16px;
    }

}
