/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 21 2025 | 00:20:56 */
/* 上映館リスト */
			#theater{
			padding:0;
				background-color:#fff;
		  border-top: 1px solid #000a; /* エメラルド系ターコイズ */
  border-right: 1px solid #000;
				margin:0;
				margin-bottom:20px;
			}
#theater li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
	margin:0;
}

#theater span {
  display: block;
  width: calc(25% - 17px);
  padding: 8px;
  border-bottom: 1px solid #000; /* エメラルド系ターコイズ */
  border-left: 1px solid #000;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9の比率の場合 */
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#theater li.pref-border {
  border-top: 2px solid #aaa;
margin-top:2em;
}
