/* CSS Document */
body{
}
header{
	background-image: url(images/common/bg_header_002.png);
	background-repeat: no-repeat;
	background-size:contain;
	padding-left: 3%;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	border-top: 5px solid #DED6BD;
	border-bottom: 10px solid #EFEADB;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
/*==========================================
 コンテンツエリア -> greeting
===========================================*/
div#contents section#greeting h2 {
  margin: 0 0 15px 5px;
}
div#contents section#greeting article {
  text-align: center;
  width: 50%;
  min-width: 120px;
  float: left;
  margin-bottom: 30px;
}
div#contents section#greeting article img {
  width: 100%;
  height: auto;
  max-width: 184px;
} 
div#contents section#greeting article p {
	text-align: left;
	font-size: 0.7em;
	line-height: 2.0em;
	padding: 0 15px;
}
/*==========================================
 コンテンツエリア -> NEWSのスタイル
===========================================*/
div#contents section#news {
	margin-left: 5px;
	width: 100%;
	margin-top: 10px;
}
 h2 {
	margin-right: 0px;
	margin-left: 0;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	margin-top: 5%;
}
div#contents section#news article {
	border-spacing: 0px 0px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px dotted #D8D0B5;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	width: 98%;
}
div#contents section#news article .day_font {
	margin-bottom: 5px;
	font-family: yg;
	font-weight: bold;
	color: #861E20;
	font-size: 0.9em;
}
div#contents section#news article p {
  line-height: 1.4em;
  font-size: 0.8em;
  margin: 0 0 0px 10px;
}
div#contents section#news article p a {
  text-decoration: underline;
}
div#contents section#news article p a:hover {
  text-decoration: none;
}
/*==========================================
 コンテンツエリア -> INFORMATIONのスタイル
===========================================*/
div#contents section#information {
  text-align: center;
  margin-left: 5px;
} 
div#contents section#information h2 {
	text-align: left;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-image: url(../images/bg_headerLine.jpg);
	padding-bottom: 10px;
}
div#contents section#information ul li {
  width: 100%;
  margin-bottom: 5px;
}
div#contents section#information ul li img {
  height: auto;
  max-width: 470px;
}
/**/
#greeting{
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.greetingtitle{
	font-family: km;
	text-shadow: 2px 2px 3px #D7D7D7;
	color: #46943C;
	font-size: large;

}
/*==========================================
 コンテンツエリア -> TIME01のスタイル
===========================================*/
div#contents section#time01 {
	text-align: center;
}
h3 {
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0;
	padding-bottom: 10px;
}
div#contents section#time01 article {
	border-spacing: 0px 0px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px dotted #D4E8D6;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}
div#contents section#time01 article .day_font {
	font-size: 0.8em;
	margin-bottom: 5px;
	font-family: yg;
	font-weight:bold;
	color: #861E20;
}
div#contents section#time01 article p {
  line-height: 1.4em;
  font-size: 0.8em;
  margin: 0 0 0px 10px;
}
div#contents section#time01 article p a {
  text-decoration: underline;
}
div#contents section#time01 article p a:hover {
  text-decoration: none;
}
/*==========================================
 コンテンツエリア -> TIME02のスタイル
===========================================*/
div#contents section#time02 {
	text-align: center;
}
div#contents section#time02 h4 {
	margin: 0 5px 15px 0;
	background-repeat: no-repeat;
	background-image: url(images/top/img_time02_title.png);
	padding-bottom: 10px;
	height: 50px;
	text-indent: -9999px;
}
div#contents section#time02 article {
	border-spacing: 0px 0px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px dotted #D4E8D6;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}
div#contents section#time02 article .day_font {
	font-size: 0.8em;
	margin-bottom: 5px;
	font-family: yg;
	font-weight:bold;
	color: #861E20;
}
div#contents section#time02 article p {
  line-height: 1.4em;
  font-size: 0.8em;
  margin: 0 0 0px 10px;
}
div#contents section#time02 article p a {
  text-decoration: underline;
}
div#contents section#time02 article p a:hover {
  text-decoration: none;
}
#greeting_img{
	width: 100%;
	max-width: 450px;
}
#info_img{
	width: 100%;
	max-width: 400px;
}
#time01_img{
	width: 95%;
	max-width: 400px;
	text-align: center;
}
#time02_img{
	width: 95%;
	max-width: 433px;
}
#left_content{
	width: 250px;
	background-color: #6BAF63;
	position: fixed;
	z-index: 2222;
	opacity: 1;
	background: -moz-linear-gradient(top,  rgba(204,219,184,0.73) 0%, rgba(204,219,184,0.73) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,219,184,0.73)), color-stop(100%,rgba(204,219,184,0.73))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(204,219,184,0.73) 0%,rgba(204,219,184,0.73) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(204,219,184,0.73) 0%,rgba(204,219,184,0.73) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(204,219,184,0.73) 0%,rgba(204,219,184,0.73) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(204,219,184,0.73) 0%,rgba(204,219,184,0.73) 100%); /* W3C */




	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#baccdbb8', endColorstr='#baccdbb8',GradientType=0 );
	min-height: 100%;
}
#nav{
	text-align: center;
	margin-top: 2%;
}
.tbl_time{
	border: 2px solid #cccccc;
	font-size: 90%;
	width: 100%;
	background-color: rgba(255,255,255,0.70);
}
.tbl_time td,th{
	border: 1px solid rgba(184,192,217,1.00);
	padding: 7px;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
}
.tbl_time02{
	border: 2px solid #cccccc;
	font-size: 80%;
	width: 100%;
	background-color: rgba(255,255,255,0.70);
}
.tbl_time02 td,th{
	border: 1px solid rgba(184,192,217,1.00);
	padding: 3px;
	line-height: 18px;
	vertical-align: middle;
	text-align: center;
}
.header_info_day{
	color: rgba(255,121,30,1.00);
	margin-right: 15px;
}
ul.acordion{
	background: #f5f5f5;
	border-right: solid 1px #808080;
	border-left: solid 1px #808080;
	margin: 15px;
	padding: 0;
	width: 252px;
}
 
ul.acordion li {
	border-bottom: solid 1px #808080;
	background-color: rgba(102,183,228,1.00);
}
 
ul.acordion li:first-child {
	border-top: solid 1px #808080;
	text-align: center;
	vertical-align: middle;
}
 
ul.acordion li ul {
	margin: 0;
	padding: 0;
	border: none;
	width: 250px;
}
 
ul.acordion li ul li {
background: #fff;
}
 
ul.acordion li ul li:last-child{
border-bottom: none;
}
 
ul.acordion li ul li a {
	color: #696969;
	display: block;
	padding: 10px;
	text-decoration: none;
	width: 250px;
}
 
ul.acordion li .none-submenu {
	background: url(trigger-arrow.png) no-repeat 98% 50%;
	background-size: 2%;
	display: inline-block;
	padding: 15px;
	color: rgba(255,255,255,1.00);
	vertical-align: middle;
}
 
ul.acordion li .active-submenu {
background: url(triggeractive-arrow.png) no-repeat 98% 50%;
display: block;
padding: 15px;
}
.trigger:hover{
	cursor:pointer;
	opacity:0.5;
}
.bt_topics_menu_img{
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}
.subtitle_01{
	background-image: url(images/top/bg_subtitle_01.png);
	background-repeat: no-repeat;
	height: 65px;
	text-indent: -9999px;
}
.subtitle_02{
	background-image: url(images/top/bg_subtitle_02.png);
	background-repeat: no-repeat;
	height: 65px;
	text-indent: -9999px;
}
.subtitle_03{
	background-image: url(images/top/bg_subtitle_03.png);
	background-repeat: no-repeat;
	height: 65px;
	text-indent: -9999px;
}
.info_kiji{
	border-bottom: 1px dotted rgba(189,214,240,1.00);
	margin:0 0 5px 0;
	padding:0 0 0 10px;
}
.top_map{
	min-width:350px;
}
.p_info_base{
	background-color: rgba(229,136,17,1.00);
	color: rgba(255,255,255,1.00);
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 15px;
	border-radius: 10px;
}
/* スライド用 */
.header_area{
position: relative;
background-image: -webkit-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(194,221,241,1.00) 100%);
background-image: -moz-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(194,221,241,1.00) 100%);
background-image: -o-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(194,221,241,1.00) 100%);
background-image: linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(194,221,241,1.00) 100%);
}

/* pentaro_slide*/
#main_slide {
	margin:0 0 20px 0;
	width:100%;
}
#main_slide ul,#main_slide li {
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
	text-align:center;
}
.pentaro_new{
	background-image: url(images/top/img_new-icon.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index:999;
	width: 40px;
	height: 40px;
	margin-top: 0px;
	margin-left: 105px;
}
/*　facebookバナー　*/
.bn_fb{
	width: 100%;
}
.bn_fb a{
	width: 95%;
	display: block;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	background-color: #375794;
	border-radius: 7px;
	text-align: center;
	padding-top: 7px;
	vertical-align: middle;
	padding-bottom: 2px;
}
.bn_fb a:hover{
	opacity:0.9;
}
.bn_fb img{
	max-height: 90px;
	max-width: 100%;
	padding-bottom: 5px;
}
/*　iticketバナー　*/
.bn_iticket{
	width: 100%;
}
.bn_iticket a{
	width: 95%;
	display: block;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	border-radius: 7px;
	text-align: center;
	padding-top: 7px;
	border: 3px solid #93C366;
}
.bn_iticket a:hover{
	opacity:0.9;
}
.bn_iticket img{
	max-height: 100%;
    max-width: 100%;
	padding-bottom:5px;
}
.testfooter{
	background-image: url(images/common/img_cl_02.png);
}
.bg_aqua{
	background-color: rgba(215,230,244,0.62);
}
.bn_machinet{
	width: 100%;
	max-width: 1000px;
	padding: 10px
}
.bg_w_h {
    background-color: rgba(255,255,255,0.80);	
}

.ul_01 {
	text-decoration: underline;
}

.font_10px {
	font-size: 10px;
}
.font_12px {
	font-size: 12px;
}

.p_gray{
	color: #ACACAC;
}
@media screen and (min-width: 680px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 680px){   
  .pc { display:none; }
  .sp { display:block; }
	.header_box{
		min-width: 95vw!important;
	}
}
.text_shadow_wh{
    text-shadow:2px  2px 4px #ffffff,-2px  2px 4px #ffffff,2px -2px 4px #ffffff,-2px -2px 4px #ffffff,2px  0px 4px #ffffff,0px  2px 4px #ffffff,-2px  0px 4px #ffffff,0px -2px 4px #ffffff;
}
.text_kankaku_01 {
	letter-spacing: 0.1em;
}

.bg_pink {
	background-color: rgba(255,214,214,0.60);
	color: rgba(142,0,2,1.00);
	font-weight: bold;
}

.bg_gray {
	background-color: #E0E0E0;
}
