@charset "utf-8";

#header_contents {
	position: relative;
	background-image: url(../images/index/cloud.png);
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 30px;
	width: 100%;
	height: 660px;
	display: block;
}

#karakuri-1 #bldg {
	background-image: url(../images/index/bldg_1.png);
	background-repeat: no-repeat;
	background-position: bottom;
	position: absolute;
	width: 1205px;
	height: 650px;
	display: block;
	margin-left: -602px;
	left: 50%;
	z-index: 2;
}
#karakuri-2 #bldg {
	background-image: url(../images/index/bldg_2.png);
	background-repeat: no-repeat;
	background-position: bottom;
	position: absolute;
	width: 1205px;
	height: 650px;
	display: block;
	margin-left: -602px;
	left: 50%;
	z-index: 2;
}
#link_flag_btn {
	margin: 52px 0 0 100px;
}
#link_flag_btn img:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	cursor: pointer;
}
#popup {
	background-image: url(../images/index/fukidashi.png);
	background-repeat: no-repeat;
	width: 394px;
	height: 119px;
	position: absolute;
	top: 0;
	right: 115px;
	z-index: 10;
	display: none;
}
#popup p {
	padding: 30px 30px 30px 40px;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
}
#banner1 {
	float: left;
	margin: 62px 0 0 122px;
}
#banner2 {
	float: right;
	width: 200px;
	display: block;
	margin: 62px 118px 0 0;
}
#banner2 img{
	margin-bottom: 20px;
}
#banner1 a:hover img,
#banner2 a:hover img {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}
.tab-menu li#menu-1{
	background-image: url(../images/index/e_click_btn.png);
	background-repeat: no-repeat;
	width: 131px;
	height: 136px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	left: 50%;
	bottom: 170px;
	margin-left: 20px;
	z-index: 20;
	cursor: pointer;
}
.tab-menu li#menu-1-2{
	background-image: url(../images/index/e_click_btn3.png);
	background-repeat: no-repeat;
	width: 131px;
	height: 136px;
	display:block !important;
	text-indent: -9999px;
	position: absolute;
	left: 50%;
	bottom: 170px;
	margin-left: 20px;
	z-index: 20;
	cursor: pointer;
}
.tab-menu li#menu-2 {
	background-image: url(../images/index/e_back_btn.png);
	background-repeat: no-repeat;
	width: 131px;
	height: 136px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	left: 48%;
	bottom: 327px;
	margin-left: 20px;
	z-index: 20;
	cursor: pointer;
}
.tab-menu li#menu-1:hover,
.tab-menu li#menu-2:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

/*ここから追加20211222*/
#closed{
	position: absolute;
	width:350px;
	height:40px;
	font-size:24px;
	color:#ffffff;
	background-color: #46B06D;
	left: 50%;
    	margin-right: -50%;
	transform: translate(-50%, -50%) ;
	top:305px;
	/*padding: 7px 0px;*/
	line-height:40px;
	z-index:50;
}
/*ここまで追加20211222*/

#library {
	position: absolute;
	bottom: 86px;
	left: 210px;
	z-index: 20;
	left: 50%;
	bottom: 300px;
	margin-left: 20px;
}
#library a {
	background-image: url(../images/index/e_click_btn4.png);
	background-repeat: no-repeat;
	width: 131px;
	height: 136px;
	display:block !important;
	text-indent: -9999px;
	position: absolute;
	cursor: pointer;
}

#library a:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

#shoyo {
	position: absolute;
	bottom: 86px;
	left: 210px;
	z-index: 20;
}
#shoyo a {
	background-image: url(../images/index/sv_pic.png);
	background-repeat: no-repeat;
	width: 90px;
	height: 90px;
	display: block;
	text-indent: -9999px;
}
#shoyo a:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}




/*slider*/
#bldg-slider {
	background-image: url(../images/index/sv_back2.png);
	background-repeat: no-repeat;
	width: 870px;
	height: 148px;
	display: block;
	position: absolute;
	left: 170px;
	bottom: -30px;
	z-index: 30;
	font-size: 14px;
	line-height: 25px;
}
#ticker-box {
	width: 850px;
	height: 100px;
	display: block;
	margin: 36px 0 0 0px;
	overflow: scroll;
	overflow-x: hidden;
}
#ticker-box .bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}
#ticker-box .bx-viewport {
	width: 850px !important;
	left: 10px;
	overflow: hidden !important;
}
#ticker-box .bx-window {
	overflow: hidden !important;
}
ul.ticker-slider {
}
ul.ticker-slider li{
	width: 800px !important;
	text-align: left;
	padding-left: 30px;
	list-style: square !important;
}
ul.ticker-slider li span{
	padding-right: 15px;
	color: #44b76f;
}
ul.ticker-slider a:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

ul.ticker-slider a {
	text-decoration: underline;
	width: 83%;
	float: right;
}

.bx-controls {
	text-align: right;
}

span.date_area {
	width: 90px;
	padding: 0 !important;
	margin-right: 0px;
	color: gray !important;
	font-size: 12px;
	float: left;
}

div::-webkit-scrollbar{
  width: 12px;
}
div::-webkit-scrollbar-track{
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #5fb85f; 
}
div::-webkit-scrollbar-thumb{
  background: #5fb85f;
  border-radius: 10px;
  box-shadow: none;
}



#karakuri-2 #bldg .btn_wrap{
	width: 100%;
	position: relative;
}
a.b_btn_1 {
	position: absolute;
	top: 243px;
	left: 150px;
}
a.b_btn_2 {
	position: absolute;
	top: 360px;
	left: 250px;
}
a.b_btn_3 {
	position: absolute;
	top: 523px;
	left: 195px;
}
a.b_btn_4 {
	position: absolute;
	top: 315px;
	left: 550px;
}
a.b_btn_5 {
	position: absolute;
	top: 407px;
	left: 480px;
}
a.b_btn_6 {
	position: absolute;
	top: 402px;
	left: 675px;
}
a.b_btn_7 {
	position: absolute;
	top: 488px;
	left: 620px;
}
a.b_btn_8 {
	position: absolute;
	top: 240px;
	left: 890px;
}
a.b_btn_9 {
	position: absolute;
	top: 375px;
	left: 940px;
}
a.b_btn_10 {
	position: absolute;
	top: 513px;
	left: 900px;
}
a.b_btn_11 {
	position: absolute;
	top: 562px;
	left: 808px;
}


a.b_btn_1:hover,
a.b_btn_2:hover,
a.b_btn_3:hover,
a.b_btn_4:hover,
a.b_btn_5:hover,
a.b_btn_6:hover,
a.b_btn_7:hover,
a.b_btn_8:hover,
a.b_btn_9:hover,
a.b_btn_10:hover,
a.b_btn_11:hover{
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}


/* SNS */
#tw_btn {
	position: absolute;
	right: 0;
	top: 50px;
	z-index: 10;
}
#fb_btn {
	position: absolute;
	right: 0;
	top: 110px;
	z-index: 10;
}

#tw_btn a{
	display: block;
	width: 50px;
	height: 0;
	padding: 50px 0 0;
	background: url(../images/common/tw_btn.png) no-repeat 0 0;
	overflow: hidden;
		z-index: 1;
}

#fb_btn a{
	display: block;
	width: 50px;
	height: 0;
	padding: 50px 0 0;
	background: url(../images/common/fb_btn.png) no-repeat 0 0;
	overflow: hidden;
		z-index: 1;
}

#db_btn {
	position: absolute;
	right: 0;
	top: 170px;
}

#db_btn a{
	display: block;
	width: 50px;
	height: 0;
	padding: 80px 0 0;
	background: url(../images/common/db_btn.png) no-repeat 0 0;
	overflow: hidden;
		z-index: 1;
}

#arecore_btn {
	position: absolute;
	right: 0;
	top: 170px;
	z-index: 10;
}

#arecore_btn a{
	display: block;
	width: 50px;
	height: 0;
	padding: 100px 0 0;
	background: url(../images/common/arecore_btn.png) no-repeat 0 0;
	overflow: hidden;
		z-index: 1;
}




#old_btn {
	position: absolute;
	display: block;
	right: 20px;
	top: 30px;
	z-index: 1;
}

#fb_btn a:hover,
#tw_btn a:hover,
#db_btn a:hover,
#arecore_btn a:hover,
#old_btn a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}




/*slider*/
#slider_box{
	height: 130px;
	background-color: #3B3B3B;
	overflow: hidden;
	margin: 80px 0 10px;
}
#slider_box .bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}
 #slider_box.bx-viewport {
	overflow: hidden !important;
	width: 200px !importants;
	left: 0;
}
#slider_box .bx-window {
	margin: 0 auto !important;
}
.top_slider {
	list-style: none;
	margin: 0;
	padding: 0;
}
.top_slider li {
	width: 108px !important;
	height: 120px !important;
	margin: 0 20px 0 0;
	padding: 10px 0;
}
.top_slider li img{
	width: 100%;
	height: auto;
}
.top_slider li img:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

/* DIRECTION CONTROLS (NEXT / PREV) */
#slider_box .bx-next {
	left: 0;
	background: url(../images/common/arrow_l.png) no-repeat 20px center;
}

#slider_box .bx-prev {
	right: 0;
	background: url(../images/common/arrow_r.png) no-repeat 20px center;
}

#slider_box .bx-prev:hover,
#slider_box .bx-next:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

#slider_box .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 0;
	outline: 0;
	/* width: 23px; */
	/* height: 28px; */
	width: 60px;
	height: 130px;
	background-color: #3B3B3B;
	display: block;
	text-indent: -9999px;
	z-index: 9999;
}
#slider_box .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}








.post-list-left-box {
	float: left;
	width: 570px;
}

ul.schedule {
}

ul.schedule li{
	border-bottom: #C0C0C0 solid 1px;
	font-size: 12px;
	width: 570px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
ul.schedule li:last-child{
	border-bottom: none;
}
ul.schedule li div.thum{
	float: left;
	display: block;
	width: 110px;
	height: 110px;
	border: #3B3B3B solid 3px;
	overflow: hidden;
}
ul.schedule li div.thum img{
	width: 100%;
	height: auto;
}
ul.schedule li div.txt{
	display: block;
	float: left;
	width: 440px;
	margin: 0;
	padding-left: 20px;
}
ul.schedule li h2 a{
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin: 0;
}
ul.schedule li p.meta{
	padding: 5px 0 0;
	line-height: 18px;
}




.video-top-list {}

.video-top-list h2 {
	font-size: 20px;
	font-weight: bold;
	color: #9A001A;
	line-height: 20px;
	border-left: #9A001A solid 5px;
	padding-left: 20px;
	margin: 15px 0 40px;
}

.video-top-list h2 span {
	font-size: 14px;
	color: #555;
	padding-left: 10px;
}

.video-top-list h2 span a {
	text-decoration: none;
}

.video-top-list h2 span a:hover {
	text-decoration: underline;
}


.video-top-list li{
	display: block;
	float: left;
	width: 320px;
	font-size: 12px;
	margin-right: 35px;
	margin-bottom: 40px;
	line-height: 18px;
}
.video-top-list li:last-child {
	margin-right: 0 !important;
}
.video-top-list li h3{
	font-weight: bold;
	margin: 10px 0 5px;
}


/* 開催情報エリア */

.information {
	float: left;
	width: 495px;
}

.exhibition {
	float: right;
	width: 495px;
	margin-right: -20px;
}

.information h2,
.exhibition h2 {
	font-size: 20px;
	font-weight: bold;
	color: #9A001A;
	line-height: 20px;
	border-left: #9A001A solid 5px;
	padding-left: 20px;
	margin: 15px 0 40px;
}

.info_img {
	display: block;
	border: #3B3B3B solid 3px;
	width: 370px;
	height: 165px;
	overflow: hidden;
}
.info_img img{
	width: 370px;
	height: 165px;
}

p.info_ttl {
	padding-top: 20px;
	font-size: 14px;
	font-weight: bold;
	width: 370px;
}

p.info_txt {
	padding-top: 20px;
	font-size: 13px;
	line-height: 1.5em;
	width: 370px;
}

.information li,
.exhibition li {
	width: 370px;
	height: 340px;
	display: block;
	overflow: hidden;
}


/* slider */
.information .bx-wrapper,
.exhibition .bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.information .bx-viewport,
.exhibition .bx-viewport {
	width: 370px !important;
	left: 52px;
	overflow: hidden !important;
}

.information .bx-window,
.exhibition .bx-window {
	overflow: hidden !important;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.information .bx-wrapper .bx-prev,
.exhibition .bx-wrapper .bx-prev {
	left: 0;
	background: url(../images/common/arrow_l.png) no-repeat 0 0;
}

.information .bx-wrapper .bx-next,
.exhibition .bx-wrapper .bx-next {
	right: 25px;
	background: url(../images/common/arrow_r.png) no-repeat 0 0;
}

.information .bx-wrapper .bx-prev:hover,
.exhibition .bx-wrapper .bx-prev:hover,
.information .bx-wrapper .bx-next:hover,
.exhibition .bx-wrapper .bx-next:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

.information .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 70px;
	outline: 0;
	width: 23px;
	height: 28px;
	display: block;
	text-indent: -9999px;
	z-index: 9999;
}
.exhibition .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 70px;
	outline: 0;
	width: 23px;
	height: 28px;
	display: block;
	text-indent: -9999px;
	z-index: 9999;
}

.information .bx-wrapper .bx-controls-direction a.disabled,
.exhibition .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}



ul.om_banner {
	clear: both;
}
ul.om_banner li a{
	padding-top: 30px;
	float: left;
	margin-right: 35px;
}
ul.om_banner.first li a{
	padding-top: 30px;
	float: left;
	margin-right: 38px;
}
ul.om_banner li:last-child a{
	padding-top: 30px;
	float: left;
	margin-right: 0 !important;
}
ul.om_banner li a:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}



p.sp01 {
	padding-top: 30px;
	float: left;
}

p.sp02 {
	padding-top: 30px;
	float: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

p.info{
		font-size: 13px;
	line-height: 1.5em;
	padding-bottom: 10px;
}

hr.info_hr{
	margin-bottom: 15px;
}

span.green {
	color: #45B870;
	font-weight: bold;
}

#googlemap{
	margin-top: 70px;
	height: 422px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#tw {
	float: left;
	width: 496px;
}

#fb {
	float: right;
	width: 496px;
}

#link {
	padding-top: 80px;
	clear: both;
}

.link_line {
height: 100px;
}

.link_line img:hover{
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

p.link01 {
	margin-right: 35px;
	width: 320px;
	float: left;

}

p.link02 {
	margin-right: 35px;
	width: 320px;
	float: left;
}

p.link03 {
	float: left;
	width: 320px;
}

h2.h2_tw {
	display: block;
	width: 150px;
	height: 0;
	padding-top: 38px;
	background-image: url(../images/index/twitter_ttl.png);
	overflow: hidden;
	margin-bottom: 35px;
}
h2.h2_fb {
	display: block;
	width: 183px;
	height: 0;
	padding-top: 38px;
	background-image: url(../images/index/facebook_ttl.png);
	overflow: hidden;
	margin-bottom: 35px;
}
h2.h2_link {
	display: block;
	width: 114px;
	height: 0;
	padding-top: 38px;
	background-image: url(../images/index/link_ttl.png);
	overflow: hidden;
}

.contents.gray h3 {
	font-size: 14px;
	margin: 35px 0 20px;
	font-family:'Hiragino Mincho ProN', serif !important;
}

#backToTop a img{
  position: fixed;
  bottom: 70px;
  right: 30px;
  width: 50px;
  height: 50px;
  z-index: 10000;
}

