@charset "utf-8";

/*============================================
全般的なスタイル
============================================*/
* {
	margin:0; padding:0; 		/*全要素のマージン・パディングをリセット*/
}


div#pagebody {
	/*width:1000px; margin:0 auto;	/*内容全体をセンタリング*/
	background-color:#ffffff;	/*内容全体の背景色*/
	background-image:url("images/bg_pagebody.png");	/*コンテンツ全体の背景画像*/
	background-repeat:repeat-y;	/*背景画像を縦方向に繰り返す*/
    */
}

/*============================================
ヘッダ
============================================*/
div#header {
	height:40px;			/*ヘッダ部分の高さ*/
}
div#header h1 {
	padding:10px 0px 5px 20px;	/*見出しの位置調整*/
	font-size:14px;			/*フォントのサイズ*/
	font-family:Arial, Helvetica, sans-serif;	/*フォントの種類*/
}
div#header h1 a {text-decoration:none;} /*リンクの下線を無くす*/
img {border:0;} 			/*画像のボーダーを0にする*/
h1 {
	font-size:14px;			/*文字サイズ*/
	width:100%;			/*横幅*/
	padding:5px 0px 10px 20px;	/*パディング*/
    margin-bottom: 0px;	
	color:black;			/*文字色*/
	border-radius:3px;		/*角丸にする*/
}



/*============================================
メインメニュー
============================================*/
.menu {
    display: grid;
	display: -ms-grid;
    grid-template-columns: 1fr 1fr 1fr 1fr ;
    grid-template-rows:auto auto;
 	gap: 0px 0px 0px 0px;
	margin:0px 0px; /*上下マージン0px、左右マージン20px */
    padding:0px 10px 0px 0px ;/*上パディング*/
    font-size: 1em;     
    }
	

.menu li {
	list-style-type:none;		/*リストマーカー無しにする*/
	display:inline;			/*リスト項目をインライン表示にする*/
	float:left;			/*リスト項目を横に並べる*/
}
.menu li a {
	background-color:#2a14a2;		/*背景色*/
	color:#ffffff;			/*文字色*/
	display:block;			/*リンク部分をブロック表示にする*/
    font-size:14px;
	width:100%; height:8%;	/*幅と高さ*/
	padding:2px 0px 17px 0px;	/*上パディング*/
	text-align:center;		/*テキストをセンター揃えにする*/
	text-decoration:none;		/*リンク部分を下線無しにする*/
	background-image:url(images/bg_menu1.png);	/*背景画像を指定*/
	background-repeat:no-repeat; 	/*背景画像を繰り返さない*/
       
}
.menu li a:hover {
	background-color:#564eb9; 	/*リンクにマウスが乗ったら背景色を変更する*/
	background-image:url(images/bg_menu2.png); /*リンクにマウスが乗ったら背景画像を変更する*/
}


/*ul#menu {
	width:960px; height:50px; 	/*メインメニュー部分の幅と高さ*/
	margin:0px 20px; 		/*上下マージン0px、左右マージン20px*/
}
#menu li {
	list-style-type:none;		/*リストマーカー無しにする*/
	display:inline;			/*リスト項目をインライン表示にする*/
	float:left;			/*リスト項目を横に並べる*/
}
#menu li a {
	background-color:darkgreen;		/*背景色*/
	color:#ffffff;			/*文字色*/
	display:block;			/*リンク部分をブロック表示にする*/
	/*width:240px; height:35px;	幅と高さ*/
    width:100%; height:8%;	幅と高さ*/

	padding:15px 0px 0px 0px;	/*上パディング*/
	text-align:center;		/*テキストをセンター揃えにする*/
	text-decoration:none;		/*リンク部分を下線無しにする*/
	background-image:url(images/bg_menu1.png);	/*背景画像を指定*/
	background-repeat:no-repeat; 	/*背景画像を繰り返さない*/
}
#menu li a:hover {
	background-color:#50842a; 	/*リンクにマウスが乗ったら背景色を変更する*/
	background-image:url(images/bg_menu2.png); /*リンクにマウスが乗ったら背景画像を変更する*/
}
*/


/*============================================
各位イベントカラム
============================================*/

.info {
    margin:0px 0px; /*上下マージン0px、左右マージン20px */
    padding:0px 10px 0px 0px ;/*上パディング*/
    font-size: 1em;     
	width:960px;			/*幅の指定*/
	float:left;			/*カラムを左寄せにする*/	
}
.main{    
   width:100%;
   
}

h2 {
 	font-size:14px;			/*文字サイズ*/
    width:92%;			/*横幅*/
    height: 15px;
	margin:0px 0px 0px 0px;		/*マージン:左余白*/
	padding:5px 10px 10px 40px;	/*パディング*/
	background-color:#564eb9;	/*背景色*/
	color:#ffffff;			/*文字色*/
	border-radius:3px;		/*角丸にする*/
}

   

.container{
    display: grid;
	display: -ms-grid;
    grid-template-columns: 1fr 1fr 1fr 1fr ;
    grid-template-rows:auto auto;
 	
	margin:10px 10px 10px 10px; /*上下マージン0px、左右マージン20px */
    padding:10px 0px 0px 20px ;/*上パディング*/
    font-size: 1em;     
	width:960px;			/*幅の指定*/
		
} 
.poster{
    width: 100%;
    grid-column: 1/2;
    grid-row: 1/3; 
    
}


.img_picture{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows:auto auto;
    gap: 0 10px;
    width: 100%;    
}

.img_picture img{
    width: 100%;
}
    


p {
	margin:10px 0px 0px 0px;			/*マージン*/
    padding:0px 10px 0px 20px ;/*
	text-indent:2em;		/*インデント幅*/
    
}


.infoimg_index {
	/*width:200px; height:150px;	画像の表示サイズを指定*/
	width:95%;
    height:95%;	
	float:right;			/*画像を右寄せにする*/
}
.infoimg_subpage {
	width:400px; height:300px;	/*画像の表示サイズを指定*/
	margin:0px 20px 20px 0px;	/*マージン*/
	float:left;			/*画像を左寄せにする*/
}
.infoimg_tel {
	display:block;			/*ブロック表示にする*/
	width:400px; height:80px;	/*画像の表示サイズを指定*/

}

hr {
	clear:both;			/*フロート配置をクリアする*/
	width:680px;			/*幅の指定*/
	margin:10px 0px;		/*マージン*/
	border:1px dotted #cccccc;	/*内容の区切りをグレーの点線表示にする*/
}



/*============================================
フッタ
============================================*/
div#footer {
	clear:both;			/*フロート配置をクリアする*/
	height:40px;			/*高さの指定*/
	padding:10px 0px 0px 0px;	/*パディング*/
	font-size:x-small;		/*フォントサイズを小さくする*/
	text-align:center;		/*センタリング*/
}

