@charset "utf-8";
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.csr {
  cursor: pointer;
  cursor: hand;
}
.fluid img {
	width: 100%;
	height: auto;
}
body{
	background-color: #ffffff;
}
.container{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#main {
	margin: 0 auto;
	max-width: 100%;
}
#theaterLink {
	margin: 0 auto;
	max-width: 100%;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
a img {
  transition: 0.1s;
}
a img:hover {
  transform: scale(1.02);
}
.bg-image{
	width: 100%;
  background-image: url("bg2.jpg");
  background-size: auto;
  background-position: top center;
  background-repeat: no-repeat;
  
}
.btn-c{
	background-color:#460000;
}
.bg-black{
	background-color:#000000;
}
a:hover{
	text-decoration: none;
}
.text-c{
	color: #ffffff;
}
#theaterLink a:hover, #movieLink a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-transition: 1.2s;
	transition: 1.2s;
}
/* 大デバイス（デスクトップ, 992px 未満）
============================================== */
@media screen and (max-width: 991.98px) {} /* END */
/* 中デバイス（タブレット, 768px 未満）
============================================== */
@media screen and (max-width: 767.98px) {} /* END */
/* 小デバイス（縦向きモバイル, 576px 以上 デスクトップ, 992px 未満）
============================================== */
@media screen and (min-width: 576px) and (max-width: 991.98px) {} /* END */
/* 小デバイス（縦向きモバイル, 576px 以上）
============================================== */
@media screen and (min-width: 576px) {} /* END */