
@media screen and (max-width : 768px) {
	

.section_movie {
	margin-bottom: 75px;
}
.section_movie .movie_wrap {
	margin-right: 15px;
	margin-left: 15px;
}
.modal_mov_open {
	position: relative;
	cursor: pointer;
	line-height: 0;
}
.modal_mov_open.covered:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../image/pic_movie_play.png") center center no-repeat rgba(0, 0, 0, .5);
	background-size: 91px auto;
	transition: background .2s ease-out;
}
.modal_mov_open.covered:hover:after {
	background-color: rgba(0, 0, 0, 0);
}
.modal_mov_open.covered.min:after {
	background-image: url("../image/pic_movie_play_min.png");
	background-size: 41px auto;
}
.modal_mov_open img {
	width: 100%;
	height: auto;
}
.mov_slide .caption {
	font-size: 12px;
	line-height: 140%;
}
.section_movie .movie_wrap .exp {
	margin-top: 5px;
	line-height: 140%;
	font-size: 12px;
	text-align: center;
}
.movies .slick-slide {
	margin: 0 5px;
}
.img_slider.col02 {
	padding: 0 10px;
}
/*-- シートタイプ見出しスタイル --*/
	h3 .ttl_type_tag {
	margin-bottom: 30px;
	}
h3.ico_slide .ttl_type_tag {
	left: -770px;
}
h3.ico_slope .ttl_type_tag {
	left: -835px;
}
.section h3.h_bench_and_slide{
	margin:40px 15px 20px;	
}
.h_bench_and_slide img{
	width:100%;
}

h3.ico_bench_slide .ttl_type_tag {
	left: -15vw;
	width:100vw;
}
/*--  --*/
h4.direct {
	margin:0 15px;
	line-height: 160%;
	font-size: 20px;
}
p.type.direct {
	margin:5px 15px 10px;
}
.ico_type_direct .ico_type{
	left:0;
}
}
