@charset "utf-8";
/* CSS Document */

html{
	min-height:100%;
	background: #87CEEB;
}

body {
	margin:0px;
	padding:0px;
	font-size: 90%;
	color: #111;
	line-height:1.5em;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;


overflow:auto;
scrollbar-arrow-color:#919191;
scrollbar-face-color:#000000;
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-color:#000000;
scrollbar-highlight-color:#000000;
scrollbar-shadow-color:#000000;
scrollbar-track-color:#565856;
-webkit-text-size-adjust: 100%;
}
img{border:none;}
p{ margin:0;}
.clear {clear:both}
.overflow{overflow: hidden;}
.center {text-align:center;}
.right {text-align:right;}
.left {text-align:left;}
.bold {font-weight:bold;}
.f_normal {font-weight:normal;}
.f_right{float:right}
.f_left{float:left}
.f_size77 {font-size:77%}
.f_size80 {font-size:80%}
.f_size85 {font-size:85%}
.f_size90 {font-size:90%}
.f_size95 {font-size:95%}
.f_size110 {font-size:110%}
.f_size120 {font-size:120%}
.red {color:#c00;}
.cancel{text-decoration: line-through;}
.underline{text-decoration: underline;}
.v_top{vertical-align:top;}

/* list_mark */
.list_circle,.list_square,.list_diamond,.list_dot{padding-left:1em;}

.list_circle > li:before{content: ""; width: .7em; height: .7em; display: inline-block; background-color: #3c3c3c; border-radius: 50%; margin-right: .3em; margin-left: -1em;}

.list_square > li:before{content: ""; width: .7em; height: .7em; display: inline-block; background-color: #3c3c3c; margin-right: .3em; margin-left: -1em;}

.list_diamond > li:before{content: ""; width: .7em; height: .7em; display: inline-block; background-color: #3c3c3c; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); margin-right: .3em; margin-left: -1em;}

.list_dot > li:before{content: ""; width: .208em; height: .208em; display: inline-block; background-color: #3c3c3c; border-radius: 50%; margin-right: .7em; position: relative; left: .2em; top: -.3em; margin-left: -1em;}

/* text background */
.back_color {
	background-color:#ccc;
}

/* br */
@media screen and (min-width: 768px){
  .br_pc { display:block; }
  .br_sp { display:none; }
}
@media screen and (max-width: 767px){	
  .br_pc { display:none; }
  .br_sp { display:block; }
}
/* 表示切替 */
@media screen and (min-width: 768px){
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 767px){	
  .pc { display:none; }
  .sp { display:block; }
}

/* 印刷禁止 */
@media print {
  img.print_none { visibility: hidden!important; }
}

/* link */
:focus {
	outline: solid 2px rgba(255,215,0,0.9);
	outline-offset: -2px;
}

a {
	text-decoration:none;
	color:#111;
	overflow: hidden;
	word-wrap: break-word;
}
a:hover {
	color:#9c9c9c;
	overflow: hidden;
}

#sliderContent a {
	text-decoration:none;
	color:#e1e1e1;
	overflow: hidden;
}

#sliderContent a:focus{
	outline:4px solid rgba(255,215,0,0.9);
	outline-offset: -4px;
}

#sliderContent .ticket_bn1 a:focus{
	outline:2px solid rgba(255,215,0,1);
	outline-offset: 0;
}

#sliderContent a:hover {
	color:#fff;
	overflow: hidden;
}

#menu a:hover,
#f_menu a:hover,
#oshirase a:hover,
.main_title a:hover {
	color:#111;
	background-color:#7FBAD1;
}

a.side_link {
	color:#111;
	background-color:#7FBAD1;
}

a.side_link:hover {
	background-color:#66adc8;
}

body #main a.under_l {
	/* text-decoration: underline; */
	background-color:#ccc;
	color:#343434;
}
body #main a.under_l:hover {
	/* text-decoration: underline; */
	background-color:#ddd;
	color:#02026A;
	/*font-weight:normal;*/
}

body #main a.linkbtn {
	display: block;
	padding: .208em;
	width:70%;
	text-align:center;
	background:#3A535E;
	color:#fff;
	margin:1em 0;
}

body #main a.linkbtn:hover {
	background:#517c8f;
}

a.under_l2 {
	/* text-decoration: underline; */
	background-color:#999;
	color:#E7E7E7;
}
a.under_l2:hover {
	/* text-decoration: underline; */
	background-color:#CACACA;
	color:#02026A;
	font-weight:normal;
}
body #main h2 a.under_l:hover {
	/* text-decoration: underline; */
	background-color:#ddd;
	color:#02026A;
	font-weight:bold;
}
body #main a.under_wl {
	/* text-decoration: underline; */
	background-color:#F0F0F0;
	color:#343434;
}
body #main a.under_wl:hover {
	/* text-decoration: underline; */
	background-color:#ddd;
	color:#02026A;
	font-weight:normal;
}

body #main a.under_wl2 {
/*text-decoration: underline;*/
	padding:0 3px;
	background-color:#e0e0e0;
	color:#343434;
}
body #main a.under_wl2:hover {
	/* text-decoration: underline; */
	background-color:#ccc;
	color:#02026A;
}

body #main a.under_wl_bold {
	padding:0 3px;
	font-weight:bold;
	background-color:#e0e0e0;
	color:#343434;
}
body #main a.under_wl_bold:hover {
	/* text-decoration: underline; */
	background-color:#ccc;
	color:#02026A;
}

body #main a.button{
	background-color:#e0ffff;
	padding:0 5px;
	border:1px solid;
}

#cboxContent a.under_l {
	/* text-decoration: underline; */
	background-color:#ccc;
	color:#343434;
}
#cboxContent a.under_l:hover {
	/* text-decoration: underline; */
	background-color:#ddd;
	color:#02026A;
	/*font-weight:normal;*/
}

.side_link_button{
	padding:1px 3px;
	background-color:#fff;
}

.side_link_button:hover{
	background-color:#f0f0f0;
}

ul, li {list-style:none; margin:0; padding:0;}
#container {width:950px; margin:0px auto; position:relative;}
#sidebar1 {
	width:265px; 
	float: left;
	text-align:left;
	margin-top:53px;
}

.sidebar_box1under{
	width:245px;
}

.sidebar_box1 {
	width:245px;
	text-align:center;
	margin-bottom:42px;
}

.sidebar_box1 img{
	vertical-align: bottom;
}

.sidebar_box2 {
	width:245px;
	text-align:center;
	margin-bottom:10px;
	margin-top:3px;
}

.sidebar_box2 ul{
	list-style:none;
	text-align:left;
	margin-left:2em;
	padding-top:2px;
}

.sidebar_box2 li{
	padding-bottom:3px;
}

.line {
	border-bottom:1px solid #4b4b4b;
}

.line2 {
	border-bottom:3px double #4b4b4b;
}
.line3 {
	border-bottom:1px solid #4b4b4b;
	width:265px;
	margin-left:-16px;
}
.line_dot {
	border-top:1px dotted;
	margin-top:15px;
	margin-bottom:5px;
	padding-top:5px;
}
.side_title {
	font-size:120%;
	margin:10px 0;
}

.sp1 {
	margin-left:-0.5em;
	padding-left:0em;
}
.sidebar_ticket {
	width:245px;
	text-align:center;
	margin-bottom:10px;
}
.sidebar_ticket ul {
	text-align:left;
}
.sidebar_ticket ul li {
	list-style:none;
	margin-left:1em;
}

.sidebar_ticket ul li a {
	display: block;
	padding: 3px;
	width:100%;
	text-align:center;
	background:#3A535E;
	color:#fff
}

.sidebar_ticket ul li a:hover,
.sidebar_ticket ul li a:active{
	background:#517c8f;
}

.sidebar_info {
	width:245px;
	text-align:center;
	margin-bottom:10px;
}
.sidebar_info ul {
	text-align:left;
}
.sidebar_info ul li {
	list-style:none;
	margin-left:1em;
}
.sidebar_cast {
	width:245px;
	text-align:center;
	margin-bottom:10px;
}
.sidebar_cast ul {
	text-align:center;
}
.sidebar_cast ul li {
	list-style:none;
}
.sidebar_mov {
	width:245px;
	text-align:center;
	margin:10px 0;
}
.sidebar_kids {
	width:245px;
	text-align:center;
	margin:50px 0;
}
#content {
	width:685px;
	float: left;
}
#menu {
	margin:15px 0;
	font-size:80%;
	text-align:right;
}

#g_menu {
}
#g_menu ul li {
	float:left;
	margin-bottom:10px;
}

#path {
	line-height:1.5em;
	background:#e6e6e6;
	padding:5px 10px;
	font-size:75%;
	color: #3c3c3c;
}

#path a {color: #3c3c3c; }

#main {
	background: #e6e6e6;
	color: #3c3c3c;
	padding:5px 20px 25px;
	display: block;
}
#main a {text-decoration:none;
	color:#3c3c3c;
}
#main a:hover {color:#000}

#f_menu {
	margin:30px 0 10px;
	font-size:80%;
	text-align:right;
}
#footer_wrap {
	width: 100%;
	background-color:#000;
	margin: 0 auto;
}
#footer {
	margin:10px 10px 10px 0;
}

address {
	text-align:right;
	color:#111;
	font-size:80%;
}

/* page title style 

h1.title {
	font-size:120%;
	border-bottom:1px solid #111;
	padding-bottom:5px;
	margin-bottom:10px;
	font-weight:bold;
	margin-top:0;
}*/
/*	color:#a5a06d; */
.tk_btn {
	background:#FFF;
	padding:5px;
	border:1px solid #333;
}

.tk_btn a{
	display:block;
}

.mt-25em {margin-top:-2.5em;}
.mt0 {margin-top:0;}
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}
.mt35 {margin-top:35px;}
.mt130 {margin-top: 130px;}

.mb0 {margin-bottom:0;}
.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}

.ml0 {margin-left:0;}
.ml5 {margin-left:5px;}
.ml10 {margin-left:10px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}
.ml25 {margin-left:25px;}
.ml30 {margin-left:30px;}
.ml35 {margin-left:35px;}
.ml40 {margin-left:40px;}
.ml1em {margin-left:1em;}
.ml15em {margin-left:1.5em;}
.ml2em {margin-left:2em;}
.ml25em {margin-left:2.5em;}
.ml3em {margin-left:3em;}
.ml35em {margin-left:3.5em;}
.ml4em {margin-left:4em;}
.ml45em {margin-left:4.5em;}
.ml5em {margin-left:5em;}
.ml55em {margin-left:5.5em;}
.ml6em {margin-left:6em;}
.mr6em {margin-right:6em;}
.ml7em {margin-left:7em;}
.ml8em {margin-left:8em;}
.ml85em {margin-left:8.5em;}
.ml9em {margin-left:9em;}
.ml10em {margin-left:10em;}
.ml11em {margin-left:11em;}
.ml12em {margin-left:12em;}
.ml13em {margin-left:13em;}
.ml14em {margin-left:14em;}
.ml16em {margin-left:16em;}

.mr0 {margin-right:0;}
.mr5 {margin-right:5px;}
.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.mr25 {margin-right:25px;}

.border_t{border-top: 1px solid #333; padding-top: 10px;}
.border_b{border-bottom: 1px solid #333; padding-bottom: 10px;}
.border_box{border: 1px solid #333; padding:.5em 1em;}
.gray_box{background: #d0d0d0; padding:.5em 1em;}
.pd_box{padding:0 0 1em 1em;}

.w48{
	width:48%;
}

.pl10 {padding-left:10px}
.img_left {float:left}
.indent0{
	text-indent:0;
}
.indent10{
	padding-left:1em; 
	text-indent:-1em;
}
.indent15{
	padding-left:1.5em; 
	text-indent:-1.5em;
}
.indent20{
	padding-left:2em; 
	text-indent:-2em;
}
.indent25{
	padding-left:2.5em; 
	text-indent:-2.5em;
}
.indent30{
	padding-left:3em; 
	text-indent:-3em;
}
.indent35{
	padding-left:3.5em; 
	text-indent:-3.5em;
}
.indent40{
	padding-left:4em; 
	text-indent:-4em;
}
.indent45{
	padding-left:4.5em; 
	text-indent:-4.5em;
}
.indent50{
	padding-left:5em; 
	text-indent:-5em;
}
.indent55{
	padding-left:5.5em; 
	text-indent:-5.5em;
}
.indent60{
	padding-left:6em; 
	text-indent:-6em;
}
.indent70{
	padding-left:7em; 
	text-indent:-7em;
}
.indent80{
	padding-left:8em;
	text-indent:-8em;
}

.indent90{
	padding-left:9em;
	text-indent:-9em;
}
.indent100{
	padding-left:10em;
	text-indent:-10em;
}
.indent110{
	padding-left:11em;
	text-indent:-11em;
}
.indent120{
	padding-left:12em;
	text-indent:-12em;
}
.indent130{
	padding-left:13em;
	text-indent:-13em;
}

ul {list-style:none}


/* Navigation */
#gnavi{
	position:relative;
	margin-bottom:10px;
}

#gnavi li{
	float: left;
	position:relative;
}

#gnavi ul{
	display:none;
	position:absolute;
	top:34px;
	left:0;
}

* html #gnavi ul{
	line-height:0;
}

#gnavi ul li{
	float:none;
}

#gnavi ul{
	width:140px;
}

#gnavi ul ul{
	top:0;
	left:140px;
	position:relative;
	z-index:30;
}

#gnavi ul a {
	display:block;
	background:#FFF;
	padding:0.5em;
	color:#000;
	border:1px solid #517C8F;
	line-height:1em;
}

#gnavi ul a.hover{
	background:#000;
	color:#FFF;
	border:1px solid #517C8F;
}

/* #gnavi img:hover {margin-left:-1px;}*/
#gnavi img.first:hover {margin-left:0px;}

/* clearfix */
.cf{zoom:1;}
.cf:after{content:'';display:block;clear:both;height:0;}

h1 {
	color:#5A5A5A;
	font-size:120%;
	padding:10px 5px 5px 10px;
	margin-bottom:15px;
	background-image: url(../images/h1_line_b.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.white_box{
	background-color:#fff;
	padding:0.8em;
	margin-bottom:15px;
	overflow:hidden;
}


/*__________sitemap.html________________________*/

.linkPad{
	padding-left:7em;
}

.linkPad li{
  margin-bottom: .4em;
}

#main .linkPad li a{
  background: none;
  text-decoration: underline;
}

#main .linkPad li a:hover{
  color: #3c3c3c;
  background: none;
  text-decoration: none;
}

/*__________link.html________________________*/

.line_w300 {
	border-bottom:1px solid #4b4b4b;
	width: 300px;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}

.link_page ul {
	border-bottom: 1px solid #999999;
	padding-bottom: .7em;
	margin-bottom: 1.3em;
}

.link_page ul:last-child{
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.link_page ul li {
	list-style: disc;
	margin-left:1.5em;
	padding-bottom: .7em;
}

#main.link_page ul li a{
  background: none;
  text-decoration: underline;
}

#main.link_page ul li a:hover{
  color: #3c3c3c;
  background: none;
  text-decoration: none;
}


/*__________contact.html________________________*/
.bgWhite {
padding-left:35px;
}

.bgWhite table td{
	background:#FFF;
	padding:5px;
}


/*__________info.html________________________*/
.bginfoWhite {
padding-left:2px;
margin-bottom:20px;
margin-top:20px;
}

.bginfoWhite table td{
	background:#FFF;
	padding:2px;
}

/*__________t/index.html________________________*/

.tIndexT table{
	background:#FFF;
	margin:.8em 0;
	width:100%;
}

.tIndexT table th{
	background:#C3C3C3;
}

.tIndexT table tr th:nth-child(2){
	width:28%;
}

.tIndexT table tr th:nth-child(3){
	width:25%;
}

.tIndexT table tr th:nth-child(4),
.tIndexT table tr th:nth-child(5){
	width:10%;
}

.tIndexT table tr th:nth-child(6){
	width:11%;
}

.tIndexT table td{
	padding:.385em;
	background:#eeeeee;
}

.tIndexT table tr.bg td{
	background:#dddddd;
}

/*__________お知らせ用テーブル________________________*/

.infoT table{
	background:#FFF;
	margin:10px 0px; 
	}
	
	.tIndexT table td{
padding:5px;
	}

/*__________organization.html________________________*/

.org_bg{
	height: 470px;
	padding: 5px 0 10px 10px;
	background:url("../about/images/line.png") no-repeat top left;
	margin-top: 20px;
}

.orgbox {
	padding:5px;
	margin-bottom:20px;
	border:1px #000000 solid;
	text-align:center;
	background: #ccc;
	color: #3C3C3C;
	font-size:84%;
}

.orgbox2 {
	padding:5px;
	margin:20px 0;
	border:1px #000000 solid;
	text-align:center;
	background: #ccc;
	width:120px;
	color: #3C3C3C;
	font-size:84%;
}

#main .org_table{
	width: 425px;
}

#main .org_table table {
	border: 1px #000000 solid;
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
}

#main .org_table th {
	background:#ccc;
	border: 1px #000000 solid;
	font-weight:normal;
	text-align:center;
	padding:5px;
	color: #3C3C3C;
	width: 75px;
}

#main .org_table td {
	background:#FFFFFF;
	border: 1px #000000 solid;
}

/*__________qa.html________________________*/

.q {margin-left:20px;color:#111;font-size:110%;margin-bottom:10px;}

.a {margin-left:20px;padding-left:2em;text-indent:-2em;color:#5A5A5A;font-size:110%;margin-bottom:20px;}



.saku_img {
	float:left;
	margin:0 15px 10px 0;
	width:200px;
}
.pro_img {
	float:left;
	margin:0 15px 10px 0;
}
.pro_img_r {
	float:right;
	margin:0 0 10px 15px;
}
.clear_img {overflow:hidden}

.pro_cap {
	font-size:80%;
	line-height:1.1em;
}

.pro_caption {
	font-size:80%;
	line-height:1.2em;
	text-align:center;
}
.main_img {
	float:left;
	margin:0 15px 10px 0;
}
.caption {
	font-size:80%;
	line-height:1.2em;
	text-align:center;
}
.caption_left {
	font-size:80%;
	line-height:1.2em;
	text-align:left;
}

h2 span.sub_title {
	font-size:80%;
	font-weight:normal;
}

.par_title {
	margin:10px 0 0 0;
}

.archive_area {
	padding:10px 5px 10px 0;
}
.archive2_area {
	width:310px;
	float:left;
	padding:10px 5px 10px 0;
}

/* hoshitori table style
----------------- */
#main #hoshitori table{
	display:block;
	float:left;
}

#hoshitori caption{
	font-size:98%x;
}

.sun{
	background-color:#FDD;
	height:20px;
}

.week{
	background-color:#FFF;
	height:20px;
}
.sat{
	background-color:#EEF4FF;
	height:20px;
}

.day0{
	height:48px;
	background-color:#FFFFFF;
}

.day1{
	color:#F33;
	background-color:#FFFFFF;
}

.day2{
	height:48px;
	color:#000;	
	background-color:#FFFFFF;
}

.day3{
	color:#03F;
	background-color:#FFFFFF;	
}

#hoshitori table td{
	width:37px;
	text-align:left;
	vertical-align:top;
	line-height:1em;
	padding:2px 1px;
	border-bottom:solid 1px #CFCFCF;
	font-size:98%;
	font-weight:bold;
}

#hoshitori td p{
	font-size:73%;
	text-align:left;
	font-weight:normal;
	margin:0 0;
}

/* sidebar---------------- */

#oshirase_list ul li {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 2em;
}

/* sidebar_banner */

.sidebar_box1under a{
	width: 215px;
	height: 70px;
	border-bottom: 1px solid #517C8F;
	display: flex;
	padding-left: 6px;
	color: #111;
	box-sizing: border-box;
	margin: 0 auto;
	align-items: center;
}

.sidebar_box1under a:hover,
.sidebar_box2under a:hover{
	background-color: #66adc8;
}

.sidebar_margin {
	height:60px;
}

.sidebar_box2under{
	width:265px;
	text-align:left;
	margin-top:200px;
	padding:0;
	border-top:solid 1px #517C8F;

}

.sidebar_box2under a{
	width: 265px;
	height: 70px;
	border-bottom: 1px solid #517C8F;
	display: flex;
	padding-left: 6px;
	color: #111;
	box-sizing: border-box;
	margin: 0 auto;
	align-items: center;
}

/* sns(TOP) */

.sns-btn{
	width: 246px;
}

.sns-btn li:not(:last-child){
	margin-bottom: 16px;
}

.sns-btn li a{
	background: #74AFC6;
	border: 1px solid #517C8F;
	padding: 11px 11px 11px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	height: 67px;
	box-sizing: border-box;
}

.sns-btn li a:hover{
	background: #517C8F;
}

.sns-btn li a img{
	width: 45px;
}

/* table style
----------------- */
table.table_waku {
	table-layout:fixed;
	border-collapse:separate;
	border-spacing:2px;
	font-size:83%;
	width:100%;
}

table.table_waku td,
table.table_waku th {
	text-align:left;
	background-color:#FFFFFF;
	line-height:1.5em;
	padding:3px 10px;
	border-right:solid 1px #CFCFCF;
	border-bottom:solid 1px #CFCFCF;
}

table.fixed {
	border-collapse:separate;
	border-spacing:2px;
	font-size:83%;
	width:100%;
}

table.fixed td,
table.fixed th {
	text-align:left;
	background-color:#FFFFFF;
	line-height:1.5em;
	padding:3px 10px;
	border-right:solid 1px #CFCFCF;
	border-bottom:solid 1px #CFCFCF;
}

td.top{
	vertical-align: top;
}

.fb_link img {
	vertical-align: middle;
}

/*__________support/partner.html_________________*/

.par_contents{
	overflow:hidden;
}

.par_box{
	margin-bottom:10px;
	overflow:hidden;
}

.par_box .name {
	font-weight:bold;
	float:left;
	margin-top:5px;
}
.par_box .logo{
	height:30px;
	float:left;
	margin-left:1em;
}
.par_contents img{
	vertical-align:bottom;
}

#main .par_contents .name a{
	text-decoration:underline;
}
#main .par_contents .name a:hover{
	text-decoration:none;
}

/*__________ /today/ ________________*/

.today_time{float:left; width:96px; margin-right: 10px;}

.sidebar_today{ width:215px; margin: 0 35px 1.5em 15px;}
.sidebar_today a.linkbtn {
	display: block;
	padding:.3em .208em;
	width:100%;
	text-align:center;
	background:#3A535E;
	color:#fff;
	box-sizing: border-box;
}
.sidebar_today a.linkbtn:hover { background:#517c8f;}

/*__________プラグイン用CSS_________________*/

#cptr_related_posts li h4{
	display: inline;
}

#cptr_related_posts .wp-post-image{
	display: block;
}

/*__________キービジュアル読み上げ無効用_________________*/
.inline{ display: inline;}