@charset "utf-8";
/* CSS Document */

/*-----共通-----*/
body {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	background-color: #470008;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;		/*フォント*/
	font-size: 16px;
	line-height: 28px;
	-webkit-text-size-adjust: 100%;
	border-top-right-radius: 0px;
	min-width: 1020px;
}

/*-----サブページ-----*/
.header_container {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align: center;
	background-image: url(../im/headerbg.png);
	background-repeat: repeat-x;
}
.header {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-end;
	/*--------*/
	width: 1020px;
	height: 100px;
	margin: 0 auto;
	border: 0;
	/*background-image: url(../im/headertitle.png);
	background-repeat: no-repeat;*/
}
.header .headeritem_title{
	height: 88px;
	margin-right: 40px;
	margin-left: 30px;
	margin-bottom: 12px;
	flex: 0 1 auto;
}
.header .headeritem_menu{
	height: 29px;
	margin-right: 10px;
	margin-bottom: 12px;
	flex: 0 1 auto;
}
.header .headeritem_menu_s{
	height: 22px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 12px;
	flex: 0 1 auto;
}


/* コンテンツ */
.contents_container {
	width: 100%;
	height: 550px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	border: 0;
	text-align: center;
	background-color: #fffed9;
}
.cc_hujisasa{
	height: 580px;
}
.contents_container_shedule {
	width: 100%;
	min-height: 560px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
	border: 0;
	text-align: center;
	background-color: #fffed9;
}
.contents_container_map {
	width: 100%;
	min-height: 560px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding: 0;
	border: 0;
	text-align: center;
	background-color: #fffed9;
	min-height: 560px;
}
.contents {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	/*--------*/
	width: 1016px;
	height: 560px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align: left;
}
.contents_movie{
	width: 1016px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align: center;
}
.contents_schedule{
	width: 1016px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align: center;
}
.contents_map{
	position:relative;
	width: 1000px;
	height: 560px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align: center;
	background-image: url(../../contents/map/map.png);
	background-repeat: no-repeat;
}
.contents .contentsitem_title{
	flex: 0 1 auto;
	font-size: 12px;
	margin: 8px;
	width: 1016px;
	height: 126px;
}
.titlerect{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	/*--------*/
	width: 1000px;
	height: 126px;
	border-radius: 10px;
	background-color: #e25100;
	border: 0px;
}
.titlerect .titleitem{
	flex: 0 1 auto;
	font-size: 12px;
	width: 415px;
	height: 110px;
	border-right: 1px solid #7A7BBC;
}
.titlerect .digestitem{
	flex: 0 1 auto;
	font-size: 14px;
	width: 190px;
	height: 110px;
	text-align: center;
	color: #FFFFFF;
}
.titlerect .digestiteml{
	flex: 0 1 auto;
	font-size: 16px;
	width: 280px;
	height: 110px;
	color: #FFFFFF;
	text-align: center;
}
.syokaieizotxts{
	margin-left: 30px;
	margin-top: 45px;
}
.syokaieizotxt{
	margin-left: 40px;
	margin-top: 43px;
}
.thumbrect{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.movierectl{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	padding-top: 10px;
}
.thumbrect .thumbitem{
	flex: 0 1 auto;
}
.thumbrect .im{
	height: 79px;
	margin-bottom: 3px;
}
.thumbrecth{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.thumbrecth .thumbitem{
	flex: 0 1 auto;
}
.imh{
	height: 84px;
	margin-top: 10px;
}
.htexts{
	font-size: 12px;
}
.movtitle01{	/*--1行--*/
	font-size: 12px;
	line-height: 14px;
	margin-top: 10px;
}
.movtitle01h{	/*--1行--*/
	font-size: 16px;
	line-height: 18px;
	margin-top: 45px;
	text-align: left;
}
.movtitle01h_2{
	font-size: 16px;
	line-height: 16px;
	margin-top: 37px;
	text-align: left;
}
.movtitle01h_3{
	font-size: 16px;
	line-height: 16px;
	margin-top: 30px;
	text-align: left;
}
.movtitle01sh{	/*--1行--*/
	font-size: 14px;
	margin-top: 37px;
	text-align: left;
}
.movtitle02{	/*--2行01--*/
	font-size: 12px;
	line-height: 14px;
	margin-top: 0px;
}
.movtitle02h{	/*--2行01--*/
	font-size: 14px;
	line-height: 14px;
	margin-top: 37px;
	text-align: left;
}
.movtitle03{	/*--2行02--*/
	font-size: 10px;
	line-height: 12px;
	margin-top: 2px;
}
.movtitle03 strong{
	font-size: 12px;
	font-weight: normal;
}
.contents .contentsitem_photo{
	flex: 0 1 auto;
	margin: 8px;
	border: 1px solid #B4B4B4;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.contents .contentsitem_main{
	flex: 0 1 auto;
	font-size: 12px;
	margin: 8px;
	height: 126px;
}
.mainrect{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: space-between;
	/*--------*/
	width: 578px;
}
.busyu{
	width: 512px;
}
.rightimg {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
	margin-top: 5px;
}

.mainrect .mainrectitem_text{
	flex: 0 1 auto;
	font-size: 16px;
	width: 578px;
	margin-bottom: 8px;
}
.mainrect .text01{
	font-size: 14px;
}
.busyu_text{
	font-size: 20px;
}
.mainrect .mainrectitem_movies{
	flex: 0 1 auto;
	font-size: 12px;
	margin-top: 8px;
}
.contents .contentsitem_movie{
	flex: 0 1 auto;
	margin: 8px;
	width: 1016px;
	height: 146px;
}
.moviesrect{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-start;
	/*--------*/
	font-size: 12px;
}
.moviesrect .moviesrectitem_hukyu{
	flex: 0 1 auto;
	width: 100%;
	height: 142px;			/*---!---*/
	border-radius: 10px;
	font-size: 12px;
	border: 2px solid #B4B4B4;
	background-color: #FFFFFF;
}
.hukyurect{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	/*--------*/
}
.hukyurect .hukyurectitem_title{
	flex: 0 1 auto;
	width: 300px;
	margin-left: 10px;
	border-bottom: 1px solid #AAAAAA;
}
.hukyurect .hukyurectitem{
	flex: 0 1 auto;
	width: 190px;
	height: 110px;
	text-align: center;
}
.hukyurect .hukyurectitem_kawa{
	flex: 0 1 auto;
	width: 220px;
	height: 110px;
	text-align: center;
}
.hukyurect .oyamahukyu01{
	width: 170px;
}
.hukyurect .oyamahukyu02{
	width: 220px;
}
.hukyurect .hukyuhujisasa{
	font-size: 14px;
	width: 390px;
	height: 20px;
	margin-right: 10px;
}
.moviesrect .movieshujisasa{
	width: 412px;
}
.hukyurect .hukyuoshishi{
	font-size: 14px;
	width: 818px;
	height: 20px;
	margin-right: 10px;
}
.moviesrect .moviesoshishi{
	width: 840px;
}
.hukyurect .hukyukawa{
	font-size: 14px;
	width: 553px;
	height: 20px;
	margin-right: 10px;
}
.moviesrect .movieskawa{
	width: 575px;
}
.moviesrect .moviesrectitem{
	flex: 0 1 auto;
	margin-left: 10px;
}

/* 動画 */
.moviebox{
	font-size: 14px;
	line-height: 180%;
	width: 800px;
	margin-top: 0px;
	text-align: center;
	margin-left: 100px;
	margin-right: 100px;
	background-color: #000000;
}
.movietitle {
	font-size: 14px;
	line-height: 180%;
	font-style: normal;
	width: 800px;
	background-color: #000000;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 0px;
	color: #FFFFFF;
}
.return{
	width: 800px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
	margin-left: 100px;
	margin-right: 100px;
}
.controlarea{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	/*--------*/
	width: 800px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 100px;
	margin-right: 100px;
}
#speedsel{
	flex: 0 1 auto;
	width: 766px;
}
#back{
	flex: 0 1 auto;
	width: 34px;
}
input[type=radio] {
	display: none;
}
.label {
	display: block;
	float: left;
	margin: 2px;
	width: 60px;
	height: 16px;
	padding: 1px;
	color: #FFFFFF;
	text-align: center;
	line-height: 16px;
	cursor: pointer;
	border: 0px;
	border-radius: 5px;
	font-size: 12px;
	background-color: #999999;
}
input[type="radio"]:checked + label {
	background-color: #B9952B;
}
.w600{
	width: 600px;
	margin-left: 200px;
	margin-right: 200px;
}
.w600t{
	width: 600px;
}


/* 日程から見る */

.contents_schedule .month12 {
	margin-bottom: 20px;
	margin-top: 10px;
	color: #FF0004;
}
.month12 .ishere {
	color: #FFFFFF;
	font-weight: bold;
	border-style: solid;
	border-width: 0;
	border-radius: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
	background-color: #470008;
}
.month12 .noevent {
	font-weight: bold;
	color: #ffdfd5;
	border-style: solid;
	border-width: 0;
	border-radius: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
	background-color: #FFFED9;
}
.month12 a{
	font-weight: bold;
	color: #ffdfd5;
	border-style: solid;
	border-width: 0;
	border-radius: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
	background-color: #FFFED9;
}
.month12 a:link,
.month12 a:visited{
	color: #FF0004;
	background-color: #FFFED9;
	text-decoration: none;
	}
.month12 a:active,
.month12 a:hover{
	background-color: #e4d8ba;
	text-decoration: none;
	}
contentsitem__timeline {
	margin: 0 auto;
}
table.timeline {
	border-collapse:collapse;		/* 隣接セルのボーダー重ね表示 */
	margin: 0 auto;
	empty-cells: show;
	font-size: 12px;
}
.timeline td {
	border: 2px solid #470008;
	padding-top: 0.2em;
	padding-bottom: 0.0em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	text-align: left;
	background-color: #FFF;
	text-decoration: none;
}
td.month {
	text-align: center;
	background-color: #470008;
	color: #FFFFFF;
}
td.midashi {
	text-align: center;
	background-color: #470008;
	color: #FFFFFF;
}
td.s01{
	width: 170px;
}
td.s02{
	width: 240px;
}
td.s03{
	width: 110px;
}
td.s04{
	width: 250px;
}
.toplink {
	color: #ffffff;
}
.toplink a:link,
.toplink a:visited,
.toplink a:active{
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	margin-right: 5px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	text-decoration: none;
	border-color: #999999;
	background-color: #999999;
	color: #FFFFFF;
}
.toplink a:hover {
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	margin-right: 5px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	text-decoration: none;
	border-color: #0015BC;
	background-color: #0015BC;
}

/* フッター */
.footer_container {
	width: 100%;
	height: 39px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align: center;
	background-image: url(../im/footerbg.png);
	background-color: #470008;
	background-repeat: repeat-x;
	vertical-align: bottom;
}
.footer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-end;
	/*--------*/
	width: 1000px;
	height: 39px;
	margin: 0 auto;
	border: 0;
	text-align: left;
}
.footer .footeritem{
	margin-right: 10px;
	margin-bottom: 5px;
	flex: 0 1 auto;
	font-size: 12px;
	color: #C7A4A4;
}
