<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------------------------------------------------reset-*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, form,
dl, dt, dd, ol, ul, li,
fieldset, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote{padding-left:1.5em;}
table{
	border-collapse: collapse;
	border: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a{
	text-decoration: none;
	color: rgba(9,158,216,1);
}

ol{
	margin: 0 0 0 3em;
}
/*-------------------------------------------------------------------------------------------------------------BASIC-*/
body{
	margin: 0;
	padding: 0;
	background-color: rgba(255,255,255,1);
}

.topimg{
	width: 100%;
	height: 600px;
	position: fixed;
	background: url(../yokohama/img/top-art.jpg) no-repeat center;
	background-size: cover;
	margin-top: 150px;
	z-index: -1;
	top: 0px;
}
.danceimg{
	width: 100%;
	height: 400px;
	position: fixed;
	background: url(../yokohama/img/dance-art.jpg) no-repeat center;
	background-size: cover;
	margin-top: 150px;
	z-index: -1;
	top: 0px;
}
.wrapper{
	padding: 0 0 0 80px;
	background: url(../yokohama/img/yokohama-bg.png) repeat-y;
	overflow-x: hidden;
}
.wrap{
	background-color: rgba(255,255,255,1);
}

.main-sect{
	width: 1050px;
	margin: 450px auto 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	padding-top: 20px;
}
.eng .main-sect{
	font-family: "Times New Roman", Times, serif;
}

#top .main-sect{
	margin: 720px auto 0;
}
#dance .main-sect{
	margin: 400px auto 0;
}
.main-padd{
}

.main-sect p{
	padding: 0 0 0.8em 0;
}
.eng .main-sect p{
	font-size: 18px;
	color: rgba(78,78,78,1);
}
a.border-link{border-bottom:rgba(204,204,204,1) 1px dotted;}
.main a:hover{ opacity:0.7;}

/*-------------------------------------------------------------------------------------------------------------header-*/


.header{
	position: fixed;
	width: 100%;
	background-image: url(../yokohama/img/yokohama-bg.png),url(../yokohama/img/y-nav-bg.png);
	background-color: rgba(255,255,255,1);
	background-repeat: repeat-y,repeat-x;
	background-position: left top,left bottom;
	left: 0px;
	z-index: 2000;
	padding-left: 80px;
	top: 0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*#topimg{
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
*/
.header-inner{
	width: 1100px;
	margin: 0 auto;
	height: 150px;
	position: relative;
	display: block;
}
.header.fixed .header-inner{
	height: 155px;
}
.mark a{
	width: 120px;
	height: 122px;
	float: left;
	display: block;
	background: url(../yokohama/img/y-mark.jpg) no-repeat center bottom;
	background-size: 120px;
	white-space: nowrap;
	text-indent: 200%;
	overflow: hidden;
	margin: 0 0 0 0;
}
.dancelogo a{
	width: 105px;
	height: 105px;
	float: right;
	padding: 5px 0 0 0;
	background: url(../yokohama/img/y-dance-mark.jpg) no-repeat;
	background-size: 105px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	margin: 10px 10px 0 0;
}
.logo a{
	width: 440px;
	height: 50px;
	float: left;
	padding: 50px 0 0 0;
	background: url(../yokohama/img/y-logo.jpg) no-repeat right bottom;
	background-size: 425px;
	white-space: nowrap;
	text-indent: -100%;
	overflow: hidden;
	display: block;
}
.social{
	width: 180px;
	padding: 0;
	text-align: right;
	display: block;
	position: absolute;
	height: 30px;
	right: 200px;
	top: 58px;
	padding: 5px 0;
	list-style-type: none;
}
ul.social li a span{
	font-size: 32px;
	float: left;
	padding: 0 10px 0 0;
	color: rgba(9,158,216,0.4);
}
.social a.head-fb span:hover{
	color: rgba(9,79,225,1);
}
.social a.head-tw span:hover{
	color: rgba(0,153,204,1);
}
.social a.head-go span:hover{
	color: rgba(204,51,0,1);
}
.social a.head-in span:hover{
	color: rgba(157,88,190,1);
}
.social a.head-li span{
	padding:0;
}
.social a.head-li span:hover{
	color: rgba(204,51,0,1);
}
.social a:hover{
	text-decoration:none;
}
.header-upper{
	display: block;
	height: 50px;
}
.header-mid{
	padding: 0 0 0 220px;
}

.lang-nav{
	display: block;
	width: 230px;
	list-style: none;
	text-align: right;
	font-size: 11px;
	position: absolute;
	right: 197px;
	top: 16px;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}

ul.lang{
}
ul.lang li{
	display: block;
	float: left;
	padding: 5px 0px 3px;
	border-top: 3px solid rgba(102,102,102,1);
	margin-left: 8px;
	text-align: center;
	color: rgba(153,153,153,1);
	cursor: pointer;
	border-top-color: rgba(9,158,216,0.4);
}
ul.lang li:hover{
	border-top-color:rgba(204,51,0,1);
}

.map{
	margin: 1.8em 0;

}
.map iframe{

}
/*------------------------------------------------------------------------------------------------------------------h-*/
h2{
	text-align: center;
	padding: 3em 0;
	color: rgba(63,63,63,1);
	font-size: 28px;
	background-image: url(../yokohama/img/h2-bg.png);
	background-repeat: no-repeat;
	background-position: center 4.5em;
	clear: both;
/*	background:url(../yokohama/img/h2-bg.png) no-repeat center 3.5em;*/
}
h3,h4{
	padding-bottom: 0.6em;
}
h3.programh3{}
h3.programh3:before{
	content: "\e404";
	font-family: "icomoon";
	color: rgba(128,207,234,1);
	position: relative;
	font-size: 26px;
	padding-right: 5px;
	top: 3px;
	font-weight: normal;
}
.logo-box{
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	padding: 30px 0 0 0;
	background: url(../yokohama/img/ssfflogo.jpg) no-repeat center bottom;
	width: 220px;
	height: 125px;
	margin: 20px auto 10px;
	background-size: 220px;
}
/*----------------------------------------------------------------------------------------------------------------nav-*/
.glbmenu{
	clear: both;
	padding: 5px 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
ul.glb li a{
	color: rgba(244,244,244,1);
	display: block;
	float: left;
	padding: 5px 30px;
	border-right: rgba(244,244,244,0.5) 1px solid;
	font-size: 13px;
	text-align: center;
	line-height: 1em;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
ul.glb li:first-child a{
	border-left: rgba(244,244,244,0.5) 1px solid;
}

ul.glb li span{
	display: block;
	font-size: 9px;
	color: rgba(204,204,204,1);
}
ul.glb li a:hover{
	background-color: rgba(204,51,0,1);
	color: rgba(255,255,255,1);
}
ul.glb li a:hover span{
	color:rgba(204,51,0,1);
}
.drawer-toggle{display:none;}
.header button{ display:none;}
.aa_34{ display:none;}
/*-------------------------------------------------------------------------------------------------------------footer-*/
.footer{
	/* [disabled]width: 100%; */
	color: rgba(242,242,242,1);
	height: 100px;
	background-image: url(../yokohama/img/y-footer.png), url(../yokohama/img/y-footer2.png);
	background-position: left bottom;
	background-repeat: no-repeat,repeat-x;
	display: block;
	padding: 30px 0 20px 80px;
	clear: both;
}
.foot-inner{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	padding-top: 22px;
}
.foot-inner a img{
	display:inherit;
	margin-right:50px;
}
.copy{
	width: 350px;
	float: right;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: -50px;
	text-align: right;
}
/*.pagetop{
	background: url(../images/common/pagetop.png) no-repeat;
	white-space: nowrap;
	text-indent: -110%;
	overflow: hidden;
	width: 40px;
	height: 120px;
	display: block;
	float: right;
	margin: 10px 0 0 0;
}
.pagetop a{
	width: 40px;
	height: 120px;
	display: block;
}*/
.foot-area{
	width: 360px;
	height: 165px;
	float: left;
	background: url(../images/common/footcorner.png) no-repeat;
	text-indent: -110%;
	overflow: hidden;
	height: 165px;
}

/*-------------------------------------------------------------------------------------------------------------trace-*/

nav.trace{
	padding: 10px 0 20px 0;
}
.trace ul{}
.trace ul li{
	display: block;
	float: left;
	font-size: 12px;
	margin-right: 15px;
}
.trace ul li a{
	padding: 0 0 3px 0;
	border-bottom: 3px solid rgba(25,148,201,1);
	color: rgba(51,51,51,1);
}
.trace ul li a:hover{
	border-bottom: 3px solid rgba(17,103,140,1);
	text-decoration: none;
}
/*---------------------------------------------------------------------------------------------------------------TOP-*/

.threebox{
	margin: 40px 0;
}
.threebox-01{
	width: 325px;
	float: left;
	margin: 0 45px 0 0;
	border: 1px solid #ccc;
}
.threebox-02{
	width: 290px;
	float: left;
	text-align: center;
	padding: 5px 7px 7px;
	border: 1px solid #ccc;
}
.threebox-01 img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
.threebox-02 img{
	width:auto;
	height:220px ;
	vertical-align: top;
}
.top-word{
	font-size: 20px;
	padding: 20px 0;
	text-align: center;
}

/*-----------------------------------------------------------------------------------------------------------Column-News-*/
.news-box{}
.news-title{
	padding: 15px 0 25px;
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
}
.news-date{font-family: 'Josefin Sans', sans-serif;}
.news-text{
	padding: 20px 0 0 0;
}
.news-text img{
	max-width: 100%;
	height: auto;
	margin: 1em 0;
}

.topnews-tmb{}
.topnews-tmb img{}
.news-date-list{}
.news-title-list{}
		
.other-social{
	padding: 6px 20px 0;
	margin: 15px 0;
	background-color: rgba(233,243,243,.5);
	border: #eee 1px solid;
}
.other-social:hover{	background-color: rgba(233,243,243,1);}
.other-g{ float:right; width:60px; text-align:right;}
.other-tw{ float:right; width:85px; text-align:right;}
.other-fb{
	float: right;
	width: 110px;
	text-align: right;
}


.guest-set p{padding-bottom:1em;}
.guest_day { font-size:26px; padding:10px 0 30px;}
.guest_day span{font-family: 'Josefin Sans', sans-serif; font-size:30px;}
.guest_cap{
	padding: 0 0 40px 0;
	color: rgba(217,217,217,1);
	font-size: 16px;
}

/*-----------------------------------------------------------------------------------------------------------about-*/
.btn01 a{
	display: inline-block;
	padding: 4px 25px 2px;
	background-color: rgba(25,148,201,1);
	color: #fff;
	margin: 0.8em 0.5em 0.5em 0;
	font-size: 20px;
	border-radius: 3px;
	transition: all 0.2s;
}
.btn01 a:before{
	content: "\f008";
	font-family: "icomoon";
	color: rgba(209,233,243,1);
	position: relative;
	padding-right: 5px;
	top: 0px;
	font-weight: normal;
}
.btn01 a:hover{
	background-color: rgba(106,194,213,1);
	color: rgba(255,255,255,1);
	opacity: 1;
}

/*----------------------------------------------------------------------------------------------------------FILM--*/
.notfree{}
.notfree:after{
	content:'有料上映';
	font-weight:bold;
	color:rgba(204,51,0,1);
}
.eng .notfree:after{
	content:'Toll Program';
	font-weight:bold;
	color:rgba(204,51,0,1);
}

.film-set{
}
.film-id{
	padding: 5px 10px 4px;
	border-radius: 15px;
	display: inline-block;
	margin-bottom: 5px;
	font-family: 'Josefin Sans', sans-serif;
	color: rgba(255,255,255,1);
	font-weight: bold;
	background-color: rgba(144,144,144,1);
}
.time-unit{
	margin: 5px 0 5px 0;
	width: 632px;
	float: right;
}



.time-box{
	background-color: rgba(244,243,240,1);
	font-size: 14px;
	margin-bottom: 1px;
	color: rgba(69,69,69,1);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.time-detail{
	float: left;
	width: 340px;
	padding: 4px 0 4px 10px;
}
.time-reserve a{
	float: left;
	width: 280px;
	margin: 0 1px;
	padding: 4px 0;
	text-align: center;
	background-color: rgba(241,241,241,1);
	display: block;
}
.time-reserve span,.time-site span{ position:relative; font-size:20px; top:4px; line-height:0.5em;}
.time-site a{
	float: left;
	width: 150px;
	display: block;
	padding: 2px 0;
	text-align: center;
	background-color: rgba(74,74,74,1);
	color: rgba(222,222,222,1);
}

.time-reserve a:hover{
	background-color: rgba(153,153,153,1);
}
.time-site a:hover{
	background-color: rgba(51,51,51,1);
}
.special-mark{
	display: block;
	width: 100px;
	text-align: center;
	padding: 4px 8px;
	border: 1px solid rgba(192,192,192,1);
	border-radius: 4px;
	font-size: 13px;
	position: absolute;
	right: 0px;
	top: 5em;
}
.eng .special-mark{
	font-size: 11px;
}
.one-filmh2{
	font-size: 28px;
	margin: 20px 0 0;
	padding: 10px 0;
	color: rgba(58,108,154,1);
	text-align: center;
	background-image:none;
}
.one-filmh4{
	font-size: 20px;
	margin: 0;
	padding: 0 0 10px;
	color: rgba(58,108,154,1);
	text-align: left;
	background-image: none;
}
.one-filmh4 span{
	font-size: 14px;
	margin: 0;
	padding: 0 10px 5px 2px;
	color: rgba(102,102,102,1);
	text-align: left;
	background-image: none;
	font-weight: normal;
	display: block;
	border-bottom: 1px dotted #ccc;
}
.one-filmh2 span{
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: rgba(153,153,153,1);
	padding: 5px 0;
	border-top: 1px solid rgba(204,204,204,1);
	border-bottom: 1px solid rgba(204,204,204,1);
}

.tmb-detail{position:relative;}
.mature{
	color:  rgba(255,51,0,1);
	display: inline-block;
	padding:1px 5px;
}
.mature:after{
	display: block;
	content: 'マチュア・コンテンツ：mature表記のある作品には、性描写・暴力描写などが含まれています。';
	font-size: 12px;
	color: rgba(51,51,51,1);
}

.eng .mature:after{
	display: block;
	content:'Mature Content: These films may include sexual and/or violent content.';
	font-size: 12px;
	color: rgba(51,51,51,1);
}
/*.one-filmh2.mature1:before{
	content: 'Mature';
	display:inline-block;
	color: rgba(255,51,0,1);
	float:right;
	font-size:14px;
	font-weight:normal;
}*/
.film-list-data{
	padding: 5px 0 5px 23px;
	font-size: 14px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(9,158,216,1);
}
.tmb-detail,.tmb-list-tube{
	width: 700px;
	float: left;
}
.tmb-detail img{
	max-width: 100%;
	height: auto;
}
.tmb-detail-tube{
}
.tmb-detail-tube span,.tmb-list-tube span{
	position:absolute;
	font-size:48px;
	opacity:0.6;
	bottom:40%;
	left:40%;
	z-index:450;
	display:block;
}
.top-social{
	text-align: right;
	margin-bottom: 20px;
	clear: both;
}
.top-line{
	display:inline-block;
}
.line-it-button{
	display:inline-block;
}
.top-ggl{
	display:inline-block;
}
.top-tw{
	display:inline-block;
}
.top-fb{
	display:inline-block;
}
.fb_iframe_widget &gt; span {
  vertical-align: baseline !important;
}
.film-special{
}
.crown{
	padding: 15px;
	font-size: 13px;
}
.film-btn2{
	clear: both;
}
.film-btn2 a,.film-btn a{
	text-align: center;
	clear: both;
	display: block;
	padding: 4px 0;
	border: rgba(51,176,230,1) 1px solid;
	margin: 10px 0;
	color: rgba(25,148,201,1);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.film-btn2 a:hover,.film-btn a:hover{
	background-color:rgba(25,148,201,1);
	color:rgba(255,255,255,1);
}
.one-film{
	padding: 30px 0 60px;
	border-bottom: 1px solid #999;
	margin-bottom: 30px;
	position: relative;
}
.one-filmh3-dir{
	color: rgba(249,249,249,1);
	background-color: rgba(102,102,102,1);
	padding: 10px 0 10px 20px;
	font-weight: normal;
	margin-bottom: 20px;
}
.eng .one-filmh3-dir{
	padding: 10px 0 10px 20px;
}
.one-filmh3-dir:after{
	content:none;
}
.one-filmh3-dir:first-letter{
	color: inherit;
}
.tmb-list{
	width: 260px;
	float: left;
	position: relative;
}
.tmb-list img{
	width: 260px;
	height: auto;
}

.film-synopsis{
	margin: 0 0 30px 0;
	float: right;
	width: 750px;
}
.film-synopsis-d{
	margin: 0 0 30px 0;
	width: 320px;
	float: right;
}
.film-sponsor{}
#branded .tmb-list{
	float:none;
	width: 100%;
	position: relative;
}
#branded .tmb-list img{
	width: 100%;
	height: auto;
}

#branded .film-synopsis{
	margin: 0 0 30px 0;
	float: none;
	width: 100%;
}
.dir-data{
	width: 780px;
	float: right;
}

.dir-social{
	width: 250px;
	font-size: 26px;
	padding: 15px 0 0 0;
}
.dir-social a{ color:rgba(153,153,153,1);}
.dir-data-p{
	/* [disabled]border-bottom: 1px dashed #666; */
	font-size: 14px;
}

.film-artist-image{
	width: 250px;
	float: left;
}
.film-artist-image img{
	width: 200px;
	height: auto;
	display: block;
	margin-bottom: 20px;
}
.film-artist-data{
	width: 510px;
	float: left;
}
.film-artist{

}
.film-nav{
	width: 350px;
	float: left;
	clear: left;
}
.film-nav ul{
	align-items: center;
	padding: 2px 0;
}
.film-nav ul li a{
	width: 80px;
	padding: 27px 0 33px;
	border-radius: 50%;
	font-size: 16px;
	margin-right: 8px;
	border: 1px solid rgba(9,158,216,1);
	float: left;
	text-align: center;
	height: 20px;
}
.film-nav ul li.active a{
	background-color: rgba(9,158,216,1);
	color: #fff;
	border: 1px solid rgba(9,158,216,1);
}
.film-nav ul li a:hover{}


/*-----------------------------------------------------------------------------------------SCH*/
.andazlounge{
	font-size: 10px;
	padding: 3px 0 0 0;
}
.future-zyusyou{
	font-size: 10px;
	padding: 3px 0 0 0;
}
table.sch{
	width: 100%;
	font-size: 13px;
	/* [disabled]color: rgba(240,240,240,1); */
	table-layout: fixed;
	margin: 2em 0;
}
table.sch.shortsc{
	width: 40%;
	font-size: 13px;
	color: rgba(80,80,80,1);
}
table.sch td{
	border: 1px solid #ccc;
	text-align: center;
	/* [disabled]font-size: 12px; */
	padding: 5px 15px;
}
td.vr-td.lastvr{ width:110px;}

table.sch th{
	font-weight: normal;
	border: 1px solid #ccc;
	/* [disabled]color: rgba(0,120,215,1); */
}
table.sch th:first-child{
	width: 10%;
	font-weight: normal;
	border: 1px solid #ccc;
}
table.sch td a{
	display: block;
	padding: 3px 0;
	color: rgba(51,51,51,1);
	transition: all 0.2s;
	margin: 0 auto 5px;
}
table.sch td a:hover{
	color: rgba(9,158,216,1);
	opacity: 0.5;
}
td .buy{}
td .reserv{
}

td.sp-td a{
	background-color: rgba(255,255,255,1);
}
td.sp-td .reserv a{
	background-color: rgba(204,235,244,1);
	border-top: #fff dotted 1px;
}


td.int-td .reserv a:after,td.aj-td .reserv a:after,td.earth-td .reserv a:after,td.cg-td .reserv a:after,td.tokyo-td .reserv a:after,td.music-td .reserv a:after,td.sp-td .reserv a:after,td.ev-td .reserv a:after{
	content:' \f061';
	font-family:'icomoon';
}

td .buy a{
	background-color: rgba(206,92,64,1);
	color: #fff !important;
	border-top: #fff dotted 1px;
	padding-bottom: 2px !important;
}
td .buy a:after{
	content:' \f07a';
	font-family:'icomoon';
}
td .buy a:hover{
	color: rgba(220,140,120,1);
}

td.int-td .reserv a:hover{
	background-color: rgba(223,188,83,1);
	color: #fff;
}
td.aj-td .reserv a:hover{
	background-color: rgba(209,84,84,1);
	color: #fff;
}
td.earth-td .reserv a:hover{
	color: #fff;
	background-color: rgba(142,202,111,1);
}
td.cg-td .reserv a:hover{
	background-color: rgba(143,197,187,1);
	color: #fff;
}
td.tokyo-td .reserv a:hover{
	background-color: rgba(116,162,199,1);
	color: #fff;
}
td.music-td .reserv a:hover{
	background-color: rgba(174,162,208,1);
	color: #fff;
}
td.sp-td .reserv a:hover{
	background-color: rgba(25,148,201,1);
	color: #fff;
}
td.ev-td .reserv a:hover{
	background-color: rgba(199,186,175,1);
	color: #fff;
}
.date_place{
	font-size: 16px;
	color: rgba(255,255,255,1);
	background-color: rgba(75,75,75,1);
	padding: 5px 10px;
	display: inline-block;
	margin-top: 5px;
	font-weight: bold;
}


/*--------------------------------------------------------------------------------審査員*/
.juro-set{
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: 1px dotted #666;
}
.juro-photo{
	width: 220px;
	float: left;
}

.juro-photo img{
	width: 210px;
	height: auto;
	border: 5px solid #fff;
	box-shadow: 1px 2px 6px rgba(51,51,51,.2);
	margin-bottom: 10px;
	color: rgba(153,153,153,1);
}
.juro-body{
	width: 510px;
	float: left;
	padding: 0 0 0 30px;
}
h2.juro-name{
	font-size: 18px;
	padding-bottom: 15px;
	background-image: none;
	border-left: #ccc 4px solid;
	border-color: rgba(204,51,0,1);
}

body.eng h2.juro-name{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 22px;
	font-weight: 600;
}

h2.juro-name span{
	font-size: 13px;
	display: block;
	font-weight: normal;
	color: rgba(164,164,164,1);
}

/*-------------------------------------------------------------------------------サイド・プログラムリスト*/

span.sub_title{
	background-color: rgba(0,0,0,.2);
	display: block;
	padding: 1px 0 1px 2px;
}
ul.program-ul{ padding:0 0 20px 10px;}
ul.program-ul li a{
	display: block;
	font-size: 13px;
}
ul.program-ul li a:hover{
	background-color: rgba(102,0,0,.5);
}

.txt-half span.sub_title{
	background-color: rgba(35,35,35,0.2);
	display: block;
	padding: 1px 0 1px 0;
	font-size: 13px;
}
.txt-half ul.program-ul{ padding:0;}
.txt-half ul.program-ul li a{
	display: inline;
	font-size: 13px;
	line-height: 1.5;
}
.txt-half ul.program-ul li a:hover{
	background-color: inherit;
}
/*--------------------------------------------------------------イベント用*/
.event-guest{
	font-size: 14px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #666;
	clear: both;
}
.event-guest-txt{
	width: 560px;
	float: left;
}
.event-guest-tmb{
	width: 180px;
	float: left;
	overflow: hidden;
	margin: 0 20px 20px 0;
}
.event-guest-tmb img{
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.film-event{}
.event-guest2{
	margin: 30px 0;
	background-color: rgba(244,244,240,1);
	padding: 20px 10px;
	border-radius: 10px;
}
.event-guest2-detail{
	width: 360px;
	float: left;
	font-size: 12px;
}
.event-guest2-photo{
	width: 200px;
	float: left;
	margin: 0 20px 0 0;
}
p.catch{
	font-size: 38px;
	text-indent: -0.8em;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	clear: both;
	padding: 0 30px 30px 30px;
}
p.catch:before{ content:'“'; font-size:52px;}
p.catch:after{ content:'”'; font-size:52px;}
p.keisen{
	padding-bottom: 5px;
	margin-bottom: 8px;
	line-height: 1.5em;
	border-bottom: #ccc 1px dotted;
}
.eng .catch{}
dl.eventdl{
	padding: 0 20px;
}
.eventdl dt{
	display: block;
	width: 120px;
	float: left;
	clear: left;
	padding: 0 0 1em 0;
	line-height: 1.4em;
}
.eventdl dd{
	display: block;
	width: 890px;
	float: left;
	padding-bottom: 1em;
	line-height: 1.4em;
}

.eng .eventdl dt{
	display: block;
	width: 140px;
	float: left;
	clear: left;
	padding: 0 0 0.8em 0;
}
.eng .eventdl dd{
	display: block;
	width: 870px;
	float: left;
	padding-bottom: 0.8em;
	line-height: 1.4em;
}

/*---------------------------------------------------------------------------------------------head-img-*/
.headimg{
	width: 100%;
	height: 350px;
	position: fixed;
	background: url(../yokohama/img/top-art.jpg) no-repeat center -200px;
	background-size: cover;
	margin-top: 150px;
	z-index: -1;
	top: 0px;
}
.headimg-dance{
	width: 100%;
	height: 350px;
	position: fixed;
	background: url(../yokohama/img/dance-art.jpg) no-repeat center -150px;
	background-size: cover;
	margin-top: 150px;
	z-index: -1;
	top: 0px;
}
.eng .headimg-dance{
	background: url(../yokohama/img/dance-art-e.jpg) no-repeat center -150px;
	background-size: cover;
}
.dance-gues{width:220px; float:left; margin:0 30px 20px 0}
.dance-gues img{width:100%; height:auto;}
.dance-gues-e{
	width: 600px;
	margin: 0 0 0 270px
}
.dance-gues2{
	width: 220px;
	float: left;
	margin: 0 80px 20px 0;
	text-align: center;
}
.dance-gues2 img{
	width: 100%;
	height: auto;
	padding-bottom: 15px;
}
.q_a{
	padding: 0 0 0 40px;
}
.q_a_wrap{
	padding-left: 10px;
	padding-bottom: 30px;
	color: rgba(102,102,102,1) !important;
}
.q_a_q{
	display: inline-block;
	background-color: rgba(9,158,216,1);
	padding: 5px 7px;
	color: #fff;
	border-radius: 3px;
	margin-right:4px;
	margin-left: -40px;
}
.q_a_a{
	display: inline-block;
	border: 1px solid rgba(9,158,216,1);
	color: rgba(9,158,216,1);
	padding: 1px 5px;
	border-radius: 3px;
	margin-right:4px;
	margin-left: -40px;
}
.eng .q_a_a{	padding: 3px 5px;}
.film-catch{text-align:center;}
/*===============================================

Utility

============================================== */
.pc-hide{display:none;}
.smp-hide{}
.pc-br{ }
.smp-br{display:none;}
.all-right{text-align:right;}
.all-center{text-align:center;}
.date_font{font-family: 'Josefin Sans', sans-serif;}
.photo_half img{
	width: 320px;
	height: auto;
	margin: 1em 20px 2em 0;
	float: left;
	border-radius: 10px;
}
.photo_half_l{
	width: 340px;
	float: left;
	padding-bottom: 30px;
}
.photo_half_l img{
	width: 320px;
	height:auto;
}
img.r-10{	border-radius: 10px;}
.photo_half_r{
	width: 420px;
	float: left;
	padding-bottom: 30px;
}
.photo_half_r img{
	width: 330px;
	height: auto;
	padding-left: 70px;
}
.txt-half{
	width: 355px;
	float: left;
	padding: 1em 50px 30px 0;
}
div.txt-half:nth-child(odd){
	padding: 0;
}
.txt-half a{
	border-bottom: 1px dotted #ccc;
	font-size: 13px;
}
.txt-half a:hover{
	border-bottom: 1px solid #666;
}
.caption{
	font-size: 90%;
	line-height: 1.3em;
}
.notice{
	color: rgba(238,60,0,1);
}
.note-box{
	padding: 20px;
	background-color: rgba(25,25,25,1);
	font-size: 15px;
	border-radius: 10px;
	width: 90%;
	margin: 0 auto;
}
img.left-float{
	float: left;
	margin: 0 30px 30px 0;
}
img.right-float{
	float: right;
	margin: 0 0 30px 30px;
}
.border-block{
	padding: 15px 20px;
	border: 1px solid rgba(25,148,201,1);
	border-radius: 10px;
	margin: 1em 0 2em;
}
.vr-box{
	width: 710px;
	margin: 2em auto;
	padding: 40px 15px 15px;
	border: 1px solid #666;
	position: relative;
	border-radius: 8px;
}
.vr-box strong{
	background-color: rgba(35,35,35,1);
	padding: 10px;
	display: inline-block;
	margin: 0;
	position: absolute;
	top: -25px;
}
ol li.vr_li{}
ol li.vr_li:after{
	content:'↓';
	display:block;
	padding:1em 0;
	text-align:center;
}
.prg{
	margin: 80px 0;
}
.prg-img{
	width: 200px;
	float: left;
}
.prg-img img{
	width: 200px;
	height: 200px;
	border-radius: 50%;
}
.prg-txt{
	float: left;
	width: 800px;
	margin: 0 0 0 50px;
}
/*---------------------------------------------------------------------modal*/
#modal-close{
	float: right;
	margin-bottom: -50px;
}
#modal-content {
	width: 70%;
	margin: 0;
	padding: 150px 0 0 0;
	position: fixed;
	/* [disabled]display: none; */
	z-index: 9998;
	border-radius: 10px;
	height: 100%;
}

#modal-content .datamodal a{
	display: block;
	margin: 10px auto;
	width: 50%;
	height: 60%;
	padding: 10%;
	background-color: rgba(235,235,234,0.8);
	border-radius: 20px;
	color: rgba(51,51,51,1) !important;
	font-size: 24px;
	line-height: 1.4em;
}
.datamodal img{
	width: 100%;
	height: auto;
}
@media screen and (max-height:680px){
#modal-content p img{
	display: block;
	margin: 10px auto;
	width: auto;
	height: 500px;
}
}
#modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}
/*===============================================

Clear FIX（IE6対応版）

============================================== */
.cf:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.cf {
	display: inline-block;
	min-height: 1%;
	overflow: hidden;
}
/* Hides from IE-mac \*/

* html .cf {
	zoom: 1;
}
.cf {
	clear: both;
	display: block;
}
*:first-child+html .cf{ zoom: 1; } 
.clear{clear:both;}

hr{
	margin: 30px 0 20px;
	padding: 30px 0 20px;
	height: 1px;
	border: none;
	border-top: 1px solid rgba(80,80,80,1);
	display: block;
	width: 100%;
	clear: both;
}
hr.boldhr{
	margin: 50px 0 30px;
	padding: 50px 0 30px;
	height: 1px;
	border: none;
	border-top: 2px dashed #999;
	display: block;
	width: 100%;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?sq7f4d');
  src:  url('../fonts/icomoon.eot?sq7f4d#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?sq7f4d') format('truetype'),
    url('../fonts/icomoon.woff?sq7f4d') format('woff'),
    url('../fonts/icomoon.svg?sq7f4d#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-crown:before {
  content: "\e904";
}
.icon-line:before {
  content: "\e903";
}
.icon-up-17:before {
  content: "\e902";
}
.icon-map-17:before {
  content: "\e900";
}
.icon-ticket-17:before {
  content: "\e901";
}
.icon-envelope-o:before {
  content: "\f003";
}
.icon-film:before {
  content: "\f008";
}
.icon-play-circle-o:before {
  content: "\f01d";
}
.icon-share-square-o:before {
  content: "\f045";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-twitter-square:before {
  content: "\f081";
}
.icon-facebook-square:before {
  content: "\f082";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-phone-square:before {
  content: "\f098";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-bars:before {
  content: "\f0c9";
}
.icon-navicon:before {
  content: "\f0c9";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-google-plus-square:before {
  content: "\f0d4";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-chevron-circle-left:before {
  content: "\f137";
}
.icon-chevron-circle-right:before {
  content: "\f138";
}
.icon-youtube-square:before {
  content: "\f166";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-vimeo-square:before {
  content: "\f194";
}
.icon-movie_creation:before {
  content: "\e404";
}
.icon-camera:before {
  content: "\e905";
}
.icon-film2:before {
  content: "\e906";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-question_answer:before {
  content: "\e8af";
}
</pre></body></html>