@charset "UTF-8";

/* =============================================
 SCENE VARIOUS CSS
============================================= */
#scene h1.contents_title{
	margin-bottom: 0;
    color: #fff1f1;
	text-shadow: 2px 2px 5px #959595;
}

h1.contents_title span{
    color: #fff1f1;
}

#scene .page_main_img{
    background-image: url(../img/main_img.jpg);
}

#scene .scene_bg{
    background-image: url(../img/main_bg.gif);
}

#scene .scene_title{
    background-image: url(../img/scene_item_01.png);
}

#scene .scene_point{
    background-image: url(../img/scene_item_02.png);
    
}

.scene_point {
    background-size: 50px;
}

@media only screen and (min-width: 768px){
.scene_point {
    background-size: 87px;
}

}