@charset "UTF-8";

/* =============================================
 SCENE VARIOUS CSS
============================================= */

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

#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 h1.contents_title,
#scene h1.contents_title span {
	color: #FFF;
}

.banner_detailes_pc {
    display: block !important;
    margin-top: 30px;
}

.banner_detailes_pc {
    display: block !important;
    margin-top: 30px;
}
.banner_detailes_sp { display: none !important; }

#scene h1.contents_title, #scene h1.contents_title span{
	text-shadow: 1px 2px 5px #5f380f;
}

@media only screen and (max-width: 768px){
	.banner_detailes_sp {
		display: block !important;
		max-width: 350px;
		margin-left: -18px;
	}
	.banner_detailes_pc { display: none !important; }

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


}


