﻿@charset "UTF-8";

/* -----------------------------------------------
FileName: mql_cinema-haisin.css
----------------------------------------------- */

/*  =============================
		about_web_scr_wrapper
================================ */
.about_web_scr_box {
	padding: 3.5%;
	background: #f4f4f4;
}
.about_web_scr_box .about_web_scr_list {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.about_web_scr_box .about_web_scr_list li  > span {
	font-size: 0.6em;
}
.about_web_scr_box .about_web_scr_list li  > span.txt-ss {
	font-size: 0.5em;
	font-weight: normal;
}
.about_web_scr_box .about_web_scr_list li  {
	margin-bottom: 3.5%;
	padding: 10px 10px 10px calc(10px + 1.3em);
	text-indent: -1.3em;
	line-height: 1.8;
	background: #fff;
}
.about_web_scr_box .about_web_scr_list li:last-child {
	margin-bottom: 0;
}
.about_web_scr_box .about_web_scr_list li::before {
	content: "\25CE";
	display: inline-block;
	width: 1.3em;
	text-indent: 0;
	color: #b60081;
}
.about_web_scr_box .and_more {
	display: block;
	margin: 19px 0 9px;
	text-align: center;
}

/*  =============================
		movie_wrapper
================================ */
.movie_inner {
	margin: 0 auto;
	text-align: center;
}
.movie_inner iframe {
	width: 100%;
	height: 250px;
}
.movie_inner  p {
	margin-top: 20px;
	text-align: left;
	line-height: 1.3;
}


/*  =============================
		enjoy_wrapper
================================ */
.enjoy_box {
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 20px;
	background: #f4f4f4;
	line-height: 1.5;
}

.enjoy_box .cont_sub-ttl {
	margin-bottom: 15px;
}

.enjoy_box .enjoy_box-l {
	float: none;
	width: 100%;
}
.enjoy_box .enjoy_box-r {
	float: none;
	width: 100%;
	margin-left: 0;
	margin-top: 20px;
}
.enjoy_box .btn_style {
	margin-top: 15px;
}


/* mv edit */
#CONINNER.haishin .sp-none {
	display: none;
}
#CONINNER.haishin .pc-none{
	display: block;
}
#CONINNER.haishin .mv-bg {
	position: relative;
}
#CONINNER.haishin .mv-inner {
	position: absolute;
  left: 0;
  right: 0;
  margin: auto;
	bottom: 19%;
	padding: 0 30px;
	margin: auto;
}

#CONINNER.haishin .mv-img img{
width:100%;
height:auto;
}



