@charset "UTF-8";

html {
	background: #f5cad7;
}
body {
	background: url(../../images/bg.png) center top no-repeat #76cae4;
background-attachment:fixed;
}
.ovfl {
	overflow: hidden;
}
.container {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}

header {
	background: url(../../images/headbg.png) 0 0 repeat-x;
}
	header ul {
		width: 800px;
		margin: 0 auto;
		height: 86px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	header ul li {
		line-height: 0;
	}
	header ul li a {
		display: block;
		height: 86px;
		padding-top: 23px;
	}

.footline {
	background: url(../../images/footline.png) center bottom no-repeat;
	min-height: 49px;
	max-height: 49px;
	margin-top: 25px;
}
.footlinerev {
	background: url(../../images/footlinerev.png) center top no-repeat;
	min-height: 49px;
	max-height: 49px;
	margin-bottom: 25px;
}

footer {
	background: #f5cad7;
	color: #fff;
}
	footer .sns {
		border-bottom: 1px solid #fff;
		padding: 20px 0;
		width: 1070px;
		margin: 0 auto;
		text-align: center;
	}
	footer .sns > div {
		display: inline-block;
		margin: 0 20px;
	}
	footer .sns .fb_iframe_widget > span {
	  vertical-align: baseline !important;
	}
	footer .copy {
		font-size: 14px;
		text-align: center;
		position: relative;
		width: 1070px;
		margin: 0 auto;
		padding: 30px 0 50px 0;
	}
	
/*トップページ*/
.topcont .container {
	width: 1100px;
}
.topcont .main {
	float: right;
	width: 723px;
	text-align: left;
}
.topcont .main h1 {
	padding-left: 67px;
}
.topcont .side {
	float: left;
	width: 377px;
	padding-top: 30px;
}
.topcont .news {
	width: 377px;
	margin-bottom: 17px;
	text-align: left;
}
.topcont .news h2 {
	margin-bottom: 15px;
	line-height: 0;
}
.topcont .news ol {
	min-height:120px;
}
.topcont .news ol li {
	border-bottom: 1px solid #fff16c;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(../../images/icon-triangle.png) 0 4px no-repeat;
	padding-left: 15px;
	color: #ff005e;
	font-size: 13px;
}
	.topcont .news ol li a {
		color: #ff005e;
		text-decoration: none;
	}
		.topcont .news ol li a:hover,
		.topcont .news ol li a:active {
			text-decoration: underline;
		}
	.topcont .news ol li dl {
		display: flex;
	}
	.topcont .news ol li dl dt {
		margin-right: 10px;
		min-width: 70px;
	}
.topcont .side .twitter {
	text-align: left;
	margin-top: 40px;
}
.topcont .side .twitter h2 {
	margin-bottom: 20px;
	line-height: 0;
}
.topcont .twitter p {width:375px;height:375px;background:#fff;border:solid 1px #e1e1e1;border-radius:5px;overflow:hidden;position:relative;margin-bottom:17px;}
.topcont .twitter iframe{width:100% !important;height:100% !important;}
.topcont .facebook>div {width:375px;height:260px;background:#fff;border:solid 1px #e1e1e1;border-radius:5px;overflow:hidden;position:relative;margin-bottom:5px;}
.topcont .facebook iframe{width:100% !important;height:100% !important;}


/*下層*/
.lowcont .container {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 0 0 40px 0;
}
.lowcont .side {
	width: 260px;
	text-align: left;
	padding-top: 30px;
}
	.lowcont .side h1 {
		margin-bottom: 20px;
	}
	.lowcont .side h1 img{
		width:100%;
		height: auto;
	}
	.lowcont .side .news {
	}
	.lowcont .side .news h2 {
		margin-bottom: 10px;
	}
	.lowcont .side .news ol {
		padding: 10px 0;
	}
	.lowcont .side .news ol li {
		border-bottom: 1px solid #fff16c;
		padding-bottom: 10px;
		margin-bottom: 10px;
		background: url(../../images/icon-triangle.png) 0 4px no-repeat;
		padding-left: 15px;
		color: #ff005e;
		font-size: 12px;
		line-height: 1.4em;
	}
		.lowcont .side .news ol li .date {
			margin-bottom: 3px;
		}
		.lowcont .side .news ol li a {
			color: #ff005e;
			text-decoration: none;
		}
		.lowcont .side .news ol li a:hover,
		.lowcont .side .news ol li a:active {
			text-decoration: underline;
		}
	.lowcont .side .news ol li:last-child {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
.lowcont .main {
	width: 800px;
	text-align: left;
	padding-top: 30px;
}
.lowcont .main h2 {
	line-height: 0;
	margin-bottom: 20px;
}
.lowcont .main .cont {
	margin-top: 15px;
	padding: 10px 10px;
	color: #555;
}
	.lowcont .main .cont .news li {
		margin-bottom: 30px;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		background: #fff;
		box-shadow: 0px 2px 2px 0px rgba(122, 189, 220, 0.3);
	}

	.lowcont .main .cont .news li:last-child {
		margin-bottom: 0;
	}
	.lowcont .main .cont .news li h3 {
		background: #f4b8cb;
		border-radius: 10px 10px 0 0;
		-moz-border-radius: 10px 10px 0 0;
		-webkit-border-radius: 10px 10px 0 0;
		font-size: 20px;
		color: #fff;
		font-weight: bold;
		padding: 10px 80px 8px 20px;
		line-height: 1.3em;
	}
		.lowcont .main .cont .news li h3 span {
			display: block;
			font-size: 12px;
			color: #fff;
			font-weight: normal;
		}
	.lowcont .main .cont .news li .ovfl {
		padding: 35px 20px 0 20px;
		background: url(../../images/lace.png) 0 0 repeat-x;
	}
		.lowcont .main .cont .news li .pic {
			float: right;
			margin-left: 15px;
		}
		.lowcont .main .cont .news li .txt {
			overflow: hidden;
		}
		.lowcont .main .cont .news li .txt p {
			margin-bottom: 20px;
		}
		.lowcont .main .cont .news li .txt a {
			color: #ff005e;
		}
	.lowcont .main .cont .pagetop {
		text-align: right;
		margin-top: 50px;
	}
	
	.lowcont .main .cont h3.sub {
		background: url(../../images/subttlbg.png) 0 0 no-repeat;
		height: 36px;
		line-height: 36px;
		font-weight: bold;
		font-size: 16px;
		color: #fff;
		padding: 0 20px 0 38px;
		margin-bottom: 20px;
	}
		
	.lowcont .main .cont .ticket dt {
		background: #f4b8cb;
		border-radius: 10px 10px 0 0;
		-moz-border-radius: 10px 10px 0 0;
		-webkit-border-radius: 10px 10px 0 0;
		height: 36px;
		line-height: 36px;
		font-weight: bold;
		font-size: 17px;
		color: #fff;
		padding: 5px 20px 0 20px;
	}
	.lowcont .main .cont .ticket dt.empty {
		height: auto;
		line-height: 0;
	}
	.lowcont .main .cont .ticket dd {
		padding: 35px 20px 20px 20px;
		border-radius: 0 0 10px 10px;
		-moz-border-radius: 0 0 10px 10px;
		-webkit-border-radius: 0 0 10px 10px;
		background: url(../../images/lace.png) 0 0 repeat-x #fff;
		font-size: 15px;
		box-shadow: 0px 2px 2px 0px rgba(122, 189, 220, 0.3);
		margin-bottom: 20px;
	}
	.lowcont .main .cont .ticket dd.map {
		display: flex;
		justify-content: space-between;
	}
		.lowcont .main .cont .ticket dd a {
			color: #b11d1d;
		}
		.lowcont .main .cont .ticket dd .txt {
			width: 320px;
		}
		.lowcont .main .cont .ticket dd .map {
			width: 345px;
		}
	.lowcont .main .cont .cast {
		margin-bottom: 50px;
	}
	


.font17 {font-size: 17px !important;}
.pink {color: #d21c4b;}