@charset "UTF-8";
html {
	font-size: 62.5%;
}
body {
	color: #333333;
	font-size: 1.6rem;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-weight: 500;
	letter-spacing: 0.03rem;
	line-height: 2.5rem;
	min-height: 100%;
	width: auto;
}
ul {
	list-style: none;
}
#container{
	max-width: 1000px;
	margin-left: auto;
    margin-right: auto;
}

/*ヘッダー
-------------------------------------*/
header .band {
	background-color: #470033;
	background-image: url("../img/background01.jpg");
	background-repeat: repeat;
	text-align: center;
    min-height: 20px;
}
.logo{
	margin-left: auto;
    margin-right: auto;
	max-width: 1000px;
}
.logo img {
	text-align: left;
	max-width: 100%;
}
nav{
	text-align: center;
	margin: 5px auto 15px;
}
nav ul{
	margin: 0 ;
	padding: 0 ;
}
nav li{
	margin-top: 1.0rem;
	list-style: none;
	display: inline-block;
	min-width: 245px;
}
nav li:not(:last-child){
	border-left:1px solid #000;
}
nav li:last-child{
	border-right:1px solid #000;
	border-left:1px solid #000;
}
nav a{
	text-decoration: none;
	color: #000;
}
	nav a.current{
	color: #D69C4D;
}
	nav a:hover{
	color:#D69C4D;
}
/*フッター
-------------------------------------*/
footer{
	color: #fff;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; 
}
footer .line{
	display: block;
	background-color: #D69C4D;
	min-height: 5px;
}
footer .band{
	background-color: #470033;
	background-image: url("../img/background01.jpg");
	background-repeat: repeat;
	text-align: center;
    padding: 3rem 0 7rem;
}
#footerNav{
	width: 70%;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0px 0px 40px;
}
.footerNavItem{
	display: inline-block;
	padding: 5px;
	text-align: center;
	line-height: 1;
}
.footerNavLink{	
	color: #fff;
	font-weight: 600
}
.footerNavLink:hover{
	   text-decoration: none;
	}
footer p {
	font-size: 1.5rem;
	line-height: 2.0rem;
}
p.secretariat{
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 2.8rem;
	margin-bottom: 0.8rem;
}
p.copyright{ 
	font-size: 1.2rem;
	margin: 0.5rem;
}

/* RESPONSIVE */
/* -------------------------------------------------- */
.pc { display: block !important; }
.sp { display: none !important; }

@media screen and (max-width: 999px) {
	.pc { display: none !important; }
	.sp { display: block !important; }
	/*ヘッダー
	-------------------------------------*/	
	nav li:not(:last-child){
		border-left: none;
		border-bottom: 1px solid #000;
	}
	nav li:last-child{
		border-right: none;
		border-left: none;
		border-bottom: 1px solid #000;
	}
}