@charset "UTF-8";
.scenery {}
.scenery_title {}
.scenery_title > b {}
.scenery_in {}
.scenery_movie {
    display: block;
    padding-bottom: 417px;
    height: auto;
    position: relative;
    z-index: 1;
    max-width: 740px;
    margin: 0 auto 25px;
}
.scenery_movie > iframe {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
}
.scenery_text {}
@media screen and (min-width:1000px) {}
@media screen and (max-width:999px) {
    .scenery {}
    .scenery_title {}
    .scenery_title > b {}
    .scenery_in {}
    .scenery_movie {}
    .scenery_movie > iframe {}
    .scenery_text {}
}
@media screen and (max-width:699px) {
    .scenery {}
    .scenery_title {}
    .scenery_title > b {}
    .scenery_in {}
    .scenery_movie {
        padding-bottom: 60%;
    }
    .scenery_movie > iframe {}
    .scenery_text {}
}
