@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	line-height: 1.75em;
}

ul {
	margin: 0;
	padding: 0;
}

img { vertical-align: bottom; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }

a,a:link,
a:visited {
	color: #ff0042;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #ff0042;
	text-decoration: none;
}

.sp { display: none; }
.pc { display: block; }
.tcenter { text-align: center; }
.tright { text-align: right; }

/* for modern brouser */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix { display: inline-block; }
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	font-family: "M PLUS 1p", -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
	font-size:14px;
	line-height: 1.75em;
	color: #000;
	-webkit-text-size-adjust: none;
	text-align: center;
}

div.hd {
	height: 40px;	
	background: url(../images/common/bg_FAMIEN_blue.png) no-repeat center center;
}
body#page div.hd { background: url(../images/common/bg_FAMIEN_orange.png) no-repeat center center; }

div.mainBox {
	background: #f2f2f2 url(../images/common/bg_top.jpg) no-repeat top center;
	border-left: #fff solid 40px;
	border-right: #fff solid 40px;
	margin: 0 auto;
	max-width: 1120px;
	min-height: 100vh;
}
body#page div.mainBox { background: #f2f2f2 url(../images/common/bg_page.jpg) no-repeat top center; }

div.copyright {
	height: 40px;	
	background: url(../images/common/copyright.png) no-repeat center center;
}

body#top h1 {
	position: absolute;
	top: 150px;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 534px;
}
body#page h1 {
	position: absolute;
	top: 340px;
	left: 0;
	right: 0;
	margin: auto;
}
div.cd {
	position: absolute;
	top: 60px;
	right: 50%;
	margin-right: -530px;
}
div.menu {
	position: absolute;
	top: 70px;
	left: 50%;
	margin-left: -530px;
	cursor:pointer;
}
div.famien {
	position: absolute;
	top: 90px;
	left: 50%;
	margin-left: -440px;
}
body#top div.btn {
	padding: 800px 40px 50px;
}
body#page div.contents {
	padding: 450px 40px 50px;
	max-width: 800px;
	margin: 0 auto;
	text-align: left;
}
dl#news {
	max-width: 1000px;
	max-height: 250px;
	overflow: hidden;
	margin: 2em auto;
	text-align: left;
	padding: 0 20px;
}
 
dl#news dt {
	color: #999;
	clear: left;
	float: left;
	margin: 0;
	padding: 5px 5px 0;
	width: 100px;
	line-height: 1.5em;
	font-size: 16px;
}
 
dl#news dd {
	vertical-align: middle;
	margin: 0;
	padding: 5px 5px 5px 110px;
	border-bottom: 1px dashed #CCC;
	font-size: 18px;
}
 
dl#news a {
	padding: 5px 20px 5px 0;
	color: #ff0042;
	text-decoration: underline;
	cursor: pointer;
}
 
dl#news a:hover { text-decoration: none; }

footer { background: url(../images/common/bg_ft.jpg) repeat bottom center; }
div.ftTop {
	background: url(../images/common/bg_ft_top.png) no-repeat top center;
	padding-top: 80px;
}

ul.ft li {
	vertical-align: top;
	display: inline-block;
	padding: 15px 5px;
}

div.ticketBox {
	text-align: center;
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 0 0 1.5em;
}

div.ticketBox h4 { margin-bottom: -1em; }
div.ticketBox h3 {
	text-align: center;
	font-size: 3em;
	color: #ff5e2b;
	padding: 0;
	margin: 0;
}
div.ticketBox h3 small { font-size: 0.5em; }
div.ticketBox p { font-size: 0.75em; }

div.ticketArea {
	background: #ff5e2b;
	color: #fff;
	padding: 1.5em;
	text-align: center;
	margin: 0 0 1em;
}
div.ticketArea h3,
div.ticketArea_off h3 { font-size: 1.75em; }
div.ticketArea_off {
	background: #999;
	color: #fff;
	padding: 1.5em;
	text-align: center;
	margin: 0 0 1em;
}

div.ticketArea a,
div.ticketArea_off a {
	color: #fff;
	font-size: 1.25em;
}

ul.notice {
	padding: 0 1em 0 3em;
	margin: 20px auto;
	max-width: 900px;
	line-height: 1.5em;
}

ul.notice li { margin: 0 0 1.5em; }
ul.maru li { margin: 0; }

ul.notice li strong {
	font-size: 1.2em;
	line-height: 1.5em;
}

ul.notice li:before {
	content: '■';
	margin-left: -1.5em;
}
ul.maru {
	padding: 0 1.5em;
}

ul.maru li:before {
	content: '◎';
	margin-left: -1.5em;
}
ul.maru li.kome:before {
	content: '※';
	margin-left: -1.5em;
}


#slidemenu * { box-sizing: border-box; }
#slidemenu {
	display: none;
	position: fixed;
	width: 310px;
	height: 100vh;
	padding: 120px 20px 0;
	z-index: 10;
	box-sizing: border-box;
	background: #ff9019; /* Old browsers */
	background: -moz-linear-gradient(top, rgba( 255,144,25 , 0.94 ) 0%, rgba( 255,231,25 , 0.94 ) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba( 255,144,25 , 0.94 ) 0%,rgba( 255,231,25 , 0.94 ) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba( 255,144,25 , 0.94 ) 0%,rgba( 255,231,25 , 0.94 ) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9019', endColorstr='#ffe719',GradientType=0 ); /* IE6-9 */
}

#slidemenu .close {
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
}

#slidemenu h2 {
	margin: 0 0 20px;
	text-align: left;
	padding: 0 30px;
}

#slidemenu h2 img { width: auto; }
#slidemenu ul { border-top: 1px solid #fff; }
#slidemenu ul li {
	list-style-type: none;
	border-bottom: 1px solid #fff;
	padding: 15px 30px;
	text-align: left;
}

#slidemenu ul li:hover { background: rgba(0,0,0,0.2); }
#slidemenu ul li.off:hover { background: none; }

@media all and (min-width: 0px) and (max-width: 1200px) {
	div.cd {
		right: 70px;
		margin-right: 0;
	}
	div.menu {
		left: 70px;
		margin-left: 0;
	}
	div.famien {
		left: 160px;
		margin-left: 0;
	}
}
@media all and (min-width: 0px) and (max-width: 736px) {
	.sp { display: block; }
	.pc { display: none; }
	img, .btn input { max-width: 85%; }
	body { font-size: 2.5vw; }
	h1 { padding: 0 4em; }

	body#page div.hd,
	div.hd,
	div.copyright {
		height: 4vw;
		background-size: auto 50%;
	}
	body#page div.mainBox { background-size: 140% auto; }
	div.mainBox {
		border-left: #fff solid 4vw;
		border-right: #fff solid 4vw;
		background-size: 200% auto;
	}
	div.cd {
		top: 5vw;
		right: 5vw;
		margin-right: 0;
		text-align: right;
	}
	div.menu {
		top: 6vw;
		left: 6vw;
		margin-left: 0;
		text-align: left;
	}
	div.famien {
		position: absolute;
		top: 11vw;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	div.famien img { width: 40vw; }
	div.cd img { width: 22vw; }
	div.menu img { width: 18vw; }
	body#top h1 { top: 30vw; }
	body#page h1 { top: 35vw; }
	body#top h1 img { max-width: 100%; }
	body#page h1 img { max-height: 12vw; }
	body#top div.btn { padding: 110vw 4vw 10vw; }
	body#top div.btn img { max-width: 45%; }
	body#top h2 img { height: 7vw; }

	body#page div.contents {
		padding: 51vw 5vw 5vw;
		max-width: 800px;
		margin: 0 auto;
		text-align: left;
	}

	dl#news { padding: 0 3vw; }
	dl#news dt {
		padding: 2vw 2vw 0;
		width: calc(100% - 4vw);
		font-size: 3vw;
	}
 
	dl#news dd {
		padding: 2vw;
		font-size: 4vw;
		width: calc(100% - 4vw);
	}
	ul.ft { padding: 3vw 0; }
	ul.ft li { padding: 1vw 0; width: 30%; }
	ul.ft li img { width: 90%; }
	div.ticketArea,
	div.ticketArea_off {
		padding: 1em;
	}



	#slidemenu{
		position:fixed;
		width:100vw;
		height:100vh;
		padding:20vw 10vw 0;
	}

	#slidemenu .close{

		right:5vw;
		top:5vw;
	}

	#slidemenu h2{

		margin:0 0 5vw;
		padding:0 6vw;


	}

	#slidemenu h2 img{
		height:auto !important;
		width:auto;
	}



	#slidemenu ul li{
		padding:3vw 6vw;
	}





}