@charset "UTF-8";
/*まつり紀行～19年バージョン～ダークモード

19.10.07 　H3右寄せ赤文字追加
22.06.26　div "red" 赤文字追加
22.07.06 スマホのH2部分角丸を復活
23.03.01 container のwidthを800pxに
23.06.15 微調整
24.02.06 右寄せ追加
24.02.07 最下段メニュー拡張
---------------------------------------------------------------------------*/

body{
	color: #d1d1d1;/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	margin-bottom: 50px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;/*フォント種類*/
	font-size: 100%;/*文字サイズ*/
	line-height: 1;/*行間*//*文字サイズ・行間・フォント設定*/
	background-image: url(../image/bg01.gif);/*背景画像の読み込み*/
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/

a{
	color: aqua;/*リンクテキストの色*/
	text-decoration: none;
}

a:hover{
	color: #ff5353;/*マウスオン時の文字色（全体）*/
	text-decoration: none;/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}
/*h1タグの設定*/

.kikou_logo{
	font-size: 24px;/*文字サイズ*/
	font-weight: normal;/*太字を標準にする設定*/
	margin: 0px 5px 5px 0px;
	color: red;
	text-align: center;
}

.sub_title{
	width: 95%;
	margin: 0 auto;
}

h2{
  color: red;
  text-align: left;
  font-size: 105%;
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: red;
  font-weight : normal;
}

h3{
  font-weight : normal;
		text-align: left;
			padding-left: 0px;
			padding-top:0px;
			padding-bottom:20px;
		color:red;
			font-size : 110%;/*文字サイズ*/
		  	font-family: "Folk Regular","UD デジタル 教科書体 NK-R","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;/*フォント種類*/
}
.day{
	font-size: 90%;
}

.tiku{
	font-size: 100%;
	padding-left: 7px;
	padding-right: 10px;
	color: yellow;
}

.sairei{
	font-size: 130%;
	color: yellow;
}

.intro{
	width: 600px;
	max-width: 90%;
	font-size: 105%;
	line-height: 150%;
	color:yellow;
	text-align: left;
	border: 1px solid #575757;
	margin-top: 15px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: left;
}

.intro p{
	margin-top: 5px;
	color:yellow;
  	font-family: "Jun 201","UD デジタル 教科書体 NK-R","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;/*フォント種類*/
}

.red{
	color:red;
}
/*コンテナー（本文のブロック）
---------------------------------------------------------------------------*/

.container{
	width: 800px;/*ボックス幅*/
	margin: 0 auto 0;
	margin-top: 0px;
	padding: 5px;/*ボックス内の余白*/
	background-color: #111;/*背景色*/
	border-radius: 10px;/*角丸のサイズ*/
/*-----------枠線の影を辞めるとHPBが軽くなるので完成時に戻せば良い？
	box-shadow: 3px 3px 5px #AAA;/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定*/-------------*/
}
/*コンテンツ（mainを囲むブロック）
---------------------------------------------------------------------------*/

.container P{
	padding: 8px 0px 0px 20px;/*左から、上、右、下、左への余白*/
	line-height: 170%;
}
/*次へ戻るのナビボタン
---------------------------------------------------------------------------*/

.navi{
	width: 350px;
	max-width: 100%;
	font-size: 90%;
	color: silver;
	margin-left: auto;
	margin-right: auto;
	line-height: 300%;
	margin-bottom: 5px;
	margin-top: 10px;
}

.navi img{
	border-width: 0px;
}

.navi a{
	color: silver;
}

.navi a:hover{
	text-decoration: none;
	color: red;
}

.rev3{
	display: block;
	background-image: url(../image/rev01-m.png);
	background-repeat: no-repeat;
	width: 120px;
	height: 60px;
	float: left;
	background-position: center top;
	text-align: center;
}

.rev3 a{
	display: block;
	background-image: url(../image/rev01-m.png);
	background-repeat: no-repeat;
	width: 120px;
	height: 60px;
	background-position: center top;
}

.rev3 a:hover{
	background-image: url(../image/rev01-c.png);
	background-repeat: no-repeat;
}

.fwd3{
	display: block;
	background-image: url(../image/fwd01-m.png);
	background-repeat: no-repeat;
	width: 160px;
	height: 60px;
	float: right;
	background-position: center top;
	text-align: center;
}

.fwd3 a{
	display: block;
	background-image: url(../image/fwd01-m.png);
	background-repeat: no-repeat;
	width: 160px;
	height: 60px;
	background-position: center top;
}

.fwd3 a:hover{
	background-image: url(../image/fwd01-c.png);
	background-repeat: no-repeat;
}

.mnu3{
	display: block;
	background-image: url(../image/mnu01-m.png);
	background-repeat: no-repeat;
	width: 160px;
	height: 60px;
	background-position: center top;
	float: right;
}

.mnu3 a{
	display: block;
	background-image: url(../image/mnu01-m.png);
	background-repeat: no-repeat;
	width: 160px;
	height: 60px;
	background-position: center top;
}

.mnu3 a:hover{
	background-image: url(../image/mnu01-c.png);
	background-repeat: no-repeat;
}
/*その他
---------------------------------------------------------------------------*/

strong{
	color: red;
	font-size: 120%;
}

.clear{
	clear: both;
}

.pr{
	font-size: 10px;
}

img{
	max-width: 100%;
	height: auto;
}

.migiyose{
	margin-top: 10px;
	margin-left: 30%;
	margin-right: 5px;
	margin-bottom: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(217, 217, 217);
	padding: 5px 5px 5px 3px;
	line-height: 120%;
	font-size: 75%;
	text-align: left;
	background-color: ccc;
}

.migiyose p{
	margin: 0;
	padding: 0;
}


/*==================================================
ここからタブレット用（481px～800px）環境の設定
==================================================*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:481px) and (max-width:800px){

/*ヘッダー
---------------------------------------------------------------------------*/
#header{
	margin-bottom: 0px;
}

/*コンテナー（コンテンツを囲むブロック）
---------------------------------------------------------------------------*/
.container{
	width: auto;
	margin: 10px;
}

/*h1タグの設定*/
.sub_title{
	width:auto;
margin:0 auto;
}

h2{
	background-color: #0010a8;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: linear-gradient(#00c1e8, #0008ce 49%, #0010a8 50%);			/*グラデーション*/
}
/*フッター設定
---------------------------------------------------------------------------*/
#footer{
		margin-top:30px;

}
}
/*==================================================
ここからスマートフォン用（480px以下）環境の設定
==================================================*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){

/*全体の設定
---------------------------------------------------------------------------*/
body{
	/*--------background: url(none);  壁紙は表示する-----*/

}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
#header{
	margin-bottom: 0px;
}

/*ロゴ画像*/
#header .logo img{
	width: 80%;		/*画像幅*/
}

.kikou_logo img{
	width: 70%;		/*画像幅*/
}

/*コンテナー（コンテンツを囲むブロック）
---------------------------------------------------------------------------*/
.container{
	width: auto;
	padding: 5px;	/*ボックス内の余白*/
	border-radius: 0px;	/*角丸のサイズ*/
	box-shadow: none;
}

/*コンテンツ（mainを囲むブロック）
---------------------------------------------------------------------------*/
.contents{
	width: auto;
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
.main{
	float: none;
	width: auto;
}

.main p{
	padding-right:10px;
}

/*h1タグの設定*/


.day{
	font-size:70%;
	letter-spacing:-1px;
}




.tiku{
	font-size:70%;
	padding-left: 5px;
	padding-right: 5px;
	color: yellow;
}

.sairei{
	font-size: 90%;
	color: yellow;
}


h2{
		border-radius: 4px;/*角丸のサイズ*/
	color: #FFF;/*文字色*/
	/*  line-height: 36px;  行間*/
	box-shadow: 2px 3px 15px red;/*影の設定。それぞれ右へ、下へ、ぼかし幅の設定*/
	border: 1px solid #a5aa00;/*枠線の幅、線種、色*/
	font-size: 130%;/*文字サイズ*/
	font-weight: normal;

	background-color: #0010a8;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: linear-gradient(#00c1e8, #0008ce 49%, #0010a8 50%);			/*グラデーション*/
	padding: 0px 5px 0px 10px;	/*左から、上、右、下、左側への余白*/
	margin: 0px 0px0px 0px;

}

/*フッター設定
---------------------------------------------------------------------------*/
#footer{
		margin-top:30px;

}

}



