body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
	line-height:25px;
	background:#f5f5f5;
	}

span{
	display: inline-block;
	}

img{
	width: 100%;
	}

a:hover{
	text-decoration:none;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 992px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


	
.jumbotron {
	background:url("../img_k/main.jpg") center no-repeat;
	background-size: cover;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.2rem;
	color:#fff;
	margin-bottom:40px;
}



/*********** navber途中から固定 ************/
.nav-wrapper { /* .navの領域確保用 */
    height: 80px;
}
.nav {
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
	z-index: 10;
}
.nav.is-fixed {
    position: fixed;
}
.akabg{
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
	margin-right:8px;
	margin-left:8px;
	background-color:#7F0002;
	border-radius: 5px;
}

.menuen{
font-family: 'Noto Sans JP', sans-serif;
font-size: 1.1em;
width:120px;
margin-top: 0px;
text-align: center;
	color:white;
}
.menujp{
text-align: center;
font-size: 0.5em;
line-height: 1em;
	color:white;
}

@media screen and (max-width:576px){
.menuen{
width:100px;
font-size: 0.7em;
line-height: 1em;
}
.nav-item{
	margin-right:3px;
	margin-left:3px;
}
}
/*********** navber途中から固定の終わり ************/




#rightContents {
width: 100%;
float: right;
margin: 10px 0 20px 0;
font-size:80%;
line-height:1.3rem;
}

#rightSpace{
width: 100%;
background: #fff;
border: 1px solid #888;
}

#rightInner {
width: 90%;
margin: 40px auto ;
}

#lineBg{
background: #645041;
width: 100%;
height: 5px;
margin-bottom: 10px;
}


h3{
font-size:1rem;
margin-top:30px;
}

.galco{
margin-top:30px;
}

.galco a{
color:black;
}