/* CSS Document */


@media only screen and (max-width: 767px){
	
	
   .movie_box02 {
	margin: 6vw auto 2vw auto;
	text-align: center;
	}
    	
	
	
   .movie_box02 img{
	  width: 80%;
	   height: auto;
	}
	
	
	
	
	
	
	
	
	
   .movie_box03 {
	margin: 6vw auto 2vw auto;
	width: 80%;
	text-align: center;
	}
    		
	
	
		
	.movie_box02 h5 {
	margin: 2vw auto 2vw auto;
    font-family: "M PLUS Rounded 1c",游ゴシック,YuGothic,ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,sans-serif;
    font-weight: bold;
    color: #754c24;
    font-size: 4vw;
		}
	
	
	.movie_box03 h5 {
	margin: 2vw auto 2vw auto;
    font-family: "M PLUS Rounded 1c",游ゴシック,YuGothic,ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,sans-serif;
    font-weight: bold;
    color: #754c24;
    font-size: 2.5vw;
		}
	
	
	
	
	
.movie_box01 {
	display: none;
	}
	
	
	
	
	
	
	.banner01{
	margin: 0px auto 0px auto;
	text-align: center;
	}
	
		
	
	.banner01 img{
		width: 97%;
		height: auto;
	}
	
	
	
	
	
	
	
}
/* pc　768px以上 */
@media only screen and (min-width: 768px), print {
	
	
	
	        
   .movie_box01 {
	margin: 50px auto 10px auto;
    text-align: center;
	}
    
	
 .movie_box03 {
	margin: 50px auto 10px auto;
	width: 800px;
    text-align: center;
	}
    
	
	
	.movie_box01 h5,.movie_box03 h5 {
	margin: 10px auto 10px auto;
    font-family: "M PLUS Rounded 1c",游ゴシック,YuGothic,ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,sans-serif;
    font-weight: bold;
    color: #754c24;
    font-size: 18px;
		}
	
	
	
	
.movie_box02 {
	display: none;
	}
	
	
	.banner01{
	margin: 0px auto 10px auto;
	width: 800px;
	}
	
	
	
	.banner01 p{
    margin: 30px auto 30px auto;
    padding-left: 60px;
    padding-right: 60px;
    font-family: "M PLUS Rounded 1c",游ゴシック,YuGothic,ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,sans-serif;
    font-weight: bold;
    color: #754c24;
    font-size: 20px;
    letter-spacing: 0.05em;
    text-align: left;
    line-height: 36px;
	}		
	
}