@charset "utf-8";
/* CSS Document */

body {
	font-family: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	text-align:center;
}

#wrap{
	width: 1000px;
	padding: 0px;
	text-align: left;
	border: 1px solid #999;
	background-color: #FFFFFF;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/

* html .clearfix { height: 1%; }

.clearfix {display:block;}
/* end MacIE5 */


/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
	padding-right: 15px;
	padding-left: 15px;
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}
/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #6E6C64;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
	color: #4D7AFF;
}


/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-right: 0px;
}
.clearrt {
	clear:right;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right:20px;
}
.fl_chuta{ /* 2024のみCHUTA画像が縦長の画像のため崩れてしまうので追加しました。（不要の場合はクラスごと消してください） */
	object-fit: cover;
	object-position: 10% 16%; 
}
.clearlft {
	clear:left;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#head {
	height: 72px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 980px;
	position: relative;
}

#head h1 {
	font-size: xx-small;
	text-indent: -9999px;
	background-image: url(../images/header_img.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 63px;
	width: 339px;
	float: left;
}

#head h1 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 63px;
	width: 339px;
}



#navi {
	float: right;
	width: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#foot {
	border-top: solid 1px #ccc;
	text-align: center;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	clear: both;
	float: left;
	width: 98%;
	margin: 0px;
	color: #FFF;
	background-color: #000;
}


/*section*/

#count {
	float: left;
	width: 180px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-size: 10px;
	line-height: normal;
	margin-top: 0px;
}
#page-top {  
     position: fixed;  
     bottom: 10px;  
     right: 0px;  
     font-size: 77%;  
}  

#page-top a {  
     background-image: url(../images/to_top.png);
	 background-repeat: no-repeat; 
     text-decoration: none;  
     color: #333333;  
     width: 54px; 
	 height: 25px;
     padding: 0px 0;  
     text-align: center;  
     display: block;  
     border-radius: 0px;  
}  

#page-top a:hover {  
     text-decoration: none;  
    
}  
#navi ul li {
	display: inline;
	font-size: 12px;
	line-height: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}

#navi ul li:last-child {
border-right:none;
}


#index {
	margin: 0px;
	width: 100%;
	padding: 0px;
}
#index h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#index p {
	font-size: 12px;
	line-height: 18px;
}
#i-main {
	margin-top: 15px;
	margin-right: 80px;
	margin-bottom: 20px;
	margin-left: 85px;
	padding: 0px;
	
}
#i-main p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	line-height: 1.8em;
	padding: 0px;
}
#i-main p span{
	color: red;
	font-weight: bold;
	font-size: 15px;
}

#other {
	padding: 0px;
	height: auto;
	width: 800px;
	margin-right: 100px;
	margin-left: 100px;
}
#other #main {
	margin: 0px;
	padding: 0px;
}
#other #event {
	padding: 0px;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#gmap {
	clear: left;
	height: 500px;
	width: 800px;
	font-size: 12px;
	line-height: 18px;
}
#other #main h2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #069;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 28px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#other #main p {
	font-size: 12px;
	line-height: 18px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
}
#other #main p span{
	color: red;
	font-weight: bold;
}

.font11 {
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #000;
}
.red { color: #FF0000;}
#event h2 {
	font-size: 15px;
	font-weight: bold;
	line-height: normal;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: -18px;
}
#event h3 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #069;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#event p {
	font-size: 12px;
	line-height: 18px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
}
#event table td {
	margin: 0px;
	font-size: 12px;
	line-height: 18px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.tdbgcoloer {
	background-color: #DAE6ED;
}
#event table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-left-color: #999;
}
#event table th {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
}
.event-title {
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
	margin-left: -14px;	
}
#credit {
	font-size: 10px;
	line-height: 11px;
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 0px;
	float: right;
	width: 50%;
	clear: right;
}

.bold {
	font-weight: bold;
}
#itembox {
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#itembox-koen {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#itembox h3 {
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#itembox-koen h3 {
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	margin-left: 210px;
	letter-spacing: 0.1em;
}

h3 img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 10px;
}
#modoru {
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: auto;
	font-size: 11px;
	line-height: normal;
	white-space: nowrap;
	text-align: right;
}
.fontred14 {
	font-size: 14px;
	color: #C00;
	line-height: 20px;
}
.syatoru {
	text-align: center;
	font-size: 18px!important;
	line-height: 1.4em!important;
}