@charset "utf-8";
html {
 -webkit-text-size-adjust: 100%;	/*スマートフォン対応(フォントサイズの自動調整をオフ)*/
}

body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #FFF;
	font-size: 16px;
}

#MainContsWaku {
	display: flex;
	justify-content: center;
	margin: 0em;
	padding: 0em;
}

#PageContsWaku {
	width: 1000px;
	margin-top: 68px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 1.5em 0em 0em 0em;
	font-size:16px;
}

#PageContsWakuUC {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0.5em 0em 0em 0em;
	font-size:16px;
}

#wrapper nav {
	position: fixed;
	top: 0;
	right: -350px;
	width: 350px;
	height: 100%;
	padding-top: 50px;
	font-size: 16px;
	box-sizing: border-box;
	z-index: 2;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background-color: #5E0000;
}
#wrapper nav ul li {
	overflow: auto;
	display: block;
	padding-top: 0.1em;
	padding-right: 20px;
	padding-bottom: 0.1em;
	padding-left: 0px;
	/*padding: 20px 28px;*/
}
#wrapper nav ul li a {
	text-decoration: none;
	color: #ddd;
}
#wrapper .btn-gnavi {
	position: fixed;
	top: 5px;
	margin-top:0.5em;
	right: 20px;
	width: 30px;
	height: 24px;
	z-index: 3;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all 400ms;
	transition: all 400ms;
}
#wrapper .btn-gnavi span {
	position: absolute;
	width: 30px;
	height: 4px;
	border-radius: 10px;
	-webkit-transition: all 400ms;
	transition: all 400ms;
	background-color: #5E0000;
}
#wrapper .btn-gnavi span:nth-child(1) {
	top: 0;
}
#wrapper .btn-gnavi span:nth-child(2) {
	top: 10px;
}
#wrapper .btn-gnavi span:nth-child(3) {
	top: 20px;
}
#wrapper .btn-gnavi.open span {
	background: #fff;
}
#wrapper .btn-gnavi.open span {
	width: 24px;
}

/* 最初のspanをマイナス45度に */
#wrapper .btn-gnavi.open span:nth-child(1) {
	top: 10px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
#wrapper .btn-gnavi.open span:nth-child(2),
#wrapper .btn-gnavi.open span:nth-child(3) {
	top: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

#wrapper .contents section p {
	position: absolute;
	top: 50%;
	width: 30%;
	line-height: 1.4;
	font-size: 20px;
	color: #fff;
}
#wrapper .contents section:nth-child(odd) p {
	left: 10%
}
#wrapper .contents section:nth-child(even) p {
	right: 10%
}

a.AnchPosition{
	display: block;
	padding-top: 80px;
	margin-top: -80px;
}

a img {
	border: none;
}

a:active{color:#FFFF00;text-decoration:none;}/* Mouse click */
a:link{color:#003399;text-decoration:none;}/* Mouse lost focus */
a:visited{color:#003399;text-decoration:none;}/* Visited */
a:hover{color:#1CA429;text-decoration:none;}/* Mouse got focus */

#PageFooter {
	clear: both;
	color: #FFF;
	background-color: #000;
	font-size: 14px;
	text-align: center;
	padding: 1em 0em 1em 0em;
	margin: 0em;
}

#PageFooter a:active{
	color: #FFFFFF;
	text-decoration: underline;
}
#PageFooter a:link{
	color: #FFFFFF;
	text-decoration: underline;
}
#PageFooter a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}
#PageFooter a:hover{
	color: #FFCC00;
	text-decoration: underline;
}

#EventMidashi,#BlogMidashi,#TReportsMidashi {
	/*width: 600px;*/
	width: 24em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	margin-top: 0em;
	font-size: 18px;
	color: #333;
	padding-top: 1em;
	/*padding-right: 18px;*/
	padding-bottom: 0.2em;
	/*padding-left: 18px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

#EventMidashi_NoMsg,#BlogMidashi_NoMsg,#TReportsMidashi_NoMsg {
	/*width: 600px;*/
	width: 24em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	margin-top: 0em;
	font-size: 16px;
	color: #600;
	text-align: center;
	padding-top: 1em;
	/*padding-right: 18px;*/
	padding-bottom: 0.2em;
	/*padding-left: 18px;*/
}

#EventList {
	overflow: auto;
	/*width: 672px;*/
	max-height: 18em;
	color: #333;
	font-size: 16px;
	padding-top: 0.5em;
	padding-right: 18px;
	padding-bottom: 0.5em;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height:1.2em;
}

#BlogList {
	overflow: auto;
	/*width: 672px;*/
	max-height: 18em;
	color: #333;
	font-size: 15px;
	padding-top: 0.5em;
	padding-right: 18px;
	padding-bottom: 0.5em;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 1.2em;
}

#TReportsList {
	overflow: auto;
	/*width: 672px;*/
	max-height: 18em;
	color: #333;
	font-size: 15px;
	padding-top: 0.5em;
	padding-right: 18px;
	padding-bottom: 0.5em;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 1.2em;
}

#EventList li,#BlogList li,#TReportsList li {
	border-bottom-width: 0.5px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	margin-bottom: 0.3em;
	padding-bottom: 0.3em;
}

#EventList a {
	color: #063;
/*	text-decoration: none;*/
}

#BlogList a {
	color: #5B5485;/*	text-decoration: none;*/
}

#TReportsList a {
	color: #804000;/*	text-decoration: none;*/
}

.FBookWaku {
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.FBookMiadshi{
	font-size: 15px;
	background-color: #FFF;
	background-image: url(../images/FBMidashiW.png);
	background-repeat: repeat-x;
	height: 30px;
	width: 485px;
	line-height: 2.1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1em;
}

.FBook_B {
	margin: 0px;
	padding: 0px;
}

.FBook_M {
	margin: 0px;
	padding: 0px;
	display:none;
}

.FBook_S {
	margin: 0px;
	padding: 0px;
	display:none;
}

.EventInfoListWaku1 {
	background-color: #FFF;
	width: 98%;
	border: 1px solid #060;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.EventInfoHeader1 {
	color: #FFF;
	text-align:center;
	font-weight: bold;
	background-color: #060;
	padding: 0.2em;
}

.EventInfoListWaku2 {
	background-color: #FFF;
	width: 98%;
	border: 1px solid #666699;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.EventInfoHeader2 {
	color: #FFF;
	text-align:center;
	font-weight: bold;
	background-color: #666699;
	padding: 0.2em;
}

.EventInfoContainer {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #006699;
	margin-top: 0.2em;
}

.EventInfoTitle {
	color: #0066CC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006699;
	padding-bottom: 0.2em;
	text-align: center;
	padding-top: 0.2em;
}
 
.EventInfoAlert {
	/*color: #0066CC;*/
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006699;
	margin:0em 0em 1em 0em;
	padding:0.2em 0em 0.2em 0em;
	text-align: center;
}
 
.EventInfoHonbun {
	color: #505050;
	text-align: left;
	margin: 0.5em;
	padding: 0em 0em 0.5em 0em;
}

.EventInfoKoshi {
	font-weight: bold;
	color: #606060;
}

.EventInfoFStyle01{
	color: #2e8b57;
}
 
.EventInfoFStyle02{
	color: #6a5acd;
}
 
.EventInfoFStyle03{
	color: #dc143c;
}

.EventInfoFStyle0A{
	line-height: 1.5em;
	color: #8b0000;
}
 
.EventInfoFStyle0B{
	line-height: 1.5em;
	color: #8b0000;
	letter-spacing: 0.2em;
}
 
.EventInfoFStyle0C{
	line-height: 1.5em;
	color: #8b0000;
	letter-spacing: 0.3em;
}
 
.ContentsLink {
	font-size: 0.8em;
	text-align: right;
	margin: 0px;
	padding-top: 0em;
	padding-right: 0.5em;
	padding-bottom: 0.3em;
	padding-left: 0em;
}

.MidashiW01 {
	background-image: url(../images/Wall01L.png);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 9px;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: inset;
	border-top-color: #375623;
	border-bottom-color: #999;
	font-size: 20px;
	padding-left: 1em;
	margin-bottom: 1em;
	height: 28px;
	font-weight: bold;
}

.MidashiW11 {
	background-image: url(../images/Wall11L.png);
	background-repeat: repeat-x;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 6px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #375623;
	font-size: 18px;
	padding-left: 1em;
	margin-bottom: 1em;
	height: 23px;
}

.Midashi01 {
	width: fit-content;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 0em;
	font-weight: bold;
}

.GotoHomeOrTop {
	display: flex;
	justify-content: space-between;
	padding: 0em;
	margin-top: 2em;
	margin-right: 0.5em;
	margin-bottom: 1.25em;
	margin-left: 0.5em;
}
 
.GotoTop {
	display: flex;
	justify-content: right;
	padding: 0em;
	margin-top: 1em;
	margin-right: 0.5em;
	margin-bottom: 1.25em;
	margin-left: 0em;
}
 
/************************************************************
 *	幅1024px以下の解像度
 ************************************************************/
@media only screen and (max-width: 1024px) {
	#PageFooter {
		font-size: 13px;
	}

}

/************************************************************
 *	幅1000px以下の解像度
 ************************************************************/
@media only screen and (max-width: 1000px) {
	#PageContsWaku,#PageContsWakuUC {
		width: 96vw;
		font-size:15px;
	}
	
}

/************************************************************
 *	幅960px以下の解像度
 ************************************************************/
@media only screen and (max-width: 960px) {
	#EventMidashi,#BlogMidashi,#TReportsMidashi {
		/*width: 92vw;*/
		font-size: 17px;
		padding-right: 1vw;
		padding-left: 1vw;
	}
	
	#EventMidashi_NoMsg,#BlogMidashi_NoMsg,#TReportsMidashi_NoMsg {
		/*width: 92vw;*/
		font-size: 16px;
		/*padding-right: 1vw;*/
		/*padding-left: 1vw;*/
	}
	
	#EventList,#BlogList,#TReportsList {
	/*width: 92vw;*/
	font-size: 16px;
	padding-right: 2.4vw;
	}

}

/****************************************************
 *	幅640px以下の解像度
 ****************************************************/
@media only screen and (max-width: 640px) {
	.MidashiW01 {
		background-image: url(../images/Wall01M.png);
		padding-top: 10px;
		padding-bottom: 8px;
		border-top-width: 3px;
		font-size: 17px;
		padding-left: 0.7em;
		height: 26px;
	}

	.MidashiW11 {
		background-image: url(../images/Wall11M.png);
		padding-top: 8px;
		padding-right: 0px;
		padding-bottom: 5px;
		border-bottom-width: 2px;
		font-size: 16px;
		padding-left: 0.7em;
		margin-bottom: 0.7em;
		height: 22px;
	}
	
}

/****************************************************
 *	幅500px以下の解像度
 ****************************************************/
@media only screen and (max-width: 500px) {
	.FBookWaku {
		width: 460px;
	}
	
	.FBookMiadshi{
		font-size: 15px;
		height: 28px;
		width: 445px;
	}

	.FBook_B {
		display:none;
	}
	
	.FBook_M {
		display:block;
	}
	
	.FBook_S {
		display:none;
	}

}

/****************************************************
 *	幅490px以下の解像度
 ****************************************************/
@media only screen and (max-width: 490px) {
	/*#MainContsWaku {
		padding: 0.5em 0em 0em 0em;
	}*/
	
	#PageContsWaku {
		margin-top: 54px;
	}

	#PageFooter {
		font-size: 12px;
	}

	#EventMidashi,#BlogMidashi,#TReportsMidashi {
		font-size: 15px;
	}
	
	#EventMidashi_NoMsg,#BlogMidashi_NoMsg,#TReportsMidashi_NoMsg {
		font-size: 14px;
	}
	
	#EventList,#BlogList,#TReportsList {
		font-size: 14px;
	}

	.FBookWaku {
		width: 320px;
	}
	
	.FBookMiadshi{
		font-size: 12px;
		height: 20px;
		width: 308px;
		line-height:2em;
	}

	.FBook_B {
		display:none;
	}
	
	.FBook_M {
		display:none;
	}
	
	.FBook_S {
		display:block;
	}
	
	.MidashiW01 {
		background-image: url(../images/Wall01S.png);
		padding-top: 6px;
		padding-bottom: 5px;
		border-top-width: 3px;
		font-size: 15px;
		padding-left: 0.7em;
		height: 22px;
	}

	.MidashiW11 {
		background-image: url(../images/Wall11S.png);
		padding-top: 4px;
		padding-bottom: 1px;
		border-bottom-width: 2px;
		font-size: 15px;
		padding-left: 0.7em;
		margin-bottom: 0.7em;
		height: 22px;
	}
	
}