body{
	width: 640px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 30px;
    line-height: 50px;
	color: #333;
}

p a {
	color: #143367;
	}

a:hover{
opacity:0.9;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}

a img:hover {
	opacity:0.8;
	}
	

/*___________________ 画像 _____________________*/


#now{
	width: 95%;
	height: auto;
	border: solid 1px #f5f5f5;
	margin: 30px auto 30px;
	display: block;
}
.sp{
    display: none;
}
/*___________________ 文字 _____________________*/
h1{
	font-size: 40px;
	line-height: 50px;
	text-align: center;/**/
	margin-top: 50px;
	margin-bottom: 50px;
    display: block;
	
}
.exhi{
	font-family: 'Lobster', cursive;
	font-size: 70px;
    font-weight: bold;
	line-height: 71px;
    margin-bottom: 20px;/**/
    display: block;
}
.ttl{
	font-family: 'Lobster', cursive;
	font-size: 50px;
	line-height: 61px;
    margin-bottom: 20px;
    display: block;
}
.ttl2{
	font-family: "ヒラギノ角ゴ Pro W8", "Hiragino Kaku Gothic Pro", "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 30px;
	line-height: 40px;
    margin-bottom: 20px;
    display: block;
}
.m{
    font-size: 35px;
	font-weight: bold;
    line-height: 45px;
}

/*___________________ コンテンツ  _____________________*/
#contents{
	width: 600px;
	background-color: #f5f5f5;
	border-radius: 10px; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 20px auto 30px;
	overflow: hidden;
	display: block;
}
.box1{
	width: 560px;
	text-align: center;
	margin: 0 auto;
}
.box1 p{
	text-align: center;
	margin-bottom: 20px;
}
#info{
    background: #d3d3d3;
	width: 540px;
	border-radius: 10px; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    padding: 40px 30px;
	margin: 0px auto 30px;
	overflow: hidden;
	display: block;
}
#info p{
    font-size: 15px;
    line-height: 26px;
}
#info2{
    background: #EEE;
	width: 540px;
	border-radius: 10px; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    padding: 40px 30px;
	margin: 0px auto 30px;
	overflow: hidden;
	display: block;
}
#info2 p{
    font-size: 15px;
    line-height: 26px;
}


/*___________________ フッター _____________________*/


footer{
	background-color: #000;
	width: 100%;
	text-align: center;
	padding: 10px 0px 15px;
    margin: 0px auto 0px;
    overflow: hidden;
	display: block;
}
small{
	font-size: 13px;
	color: #FFF;
    margin: 0px auto 0px;
    display: block;
	
}
/*--------- ナビ -----------*/
header{
    background-image: url("../images/top.gif");
	background-repeat: no-repeat;
    background-position: right 0px;
    width: 100%;
    height: 200px;
    margin-bottom: 40px;
    top:0;
    
}

#logo_wrap{
    width: 100%;
    /*height: 30px;*/
    padding: 30px 0px 0px;
    margin: 200px auto 30px;
    position: fixed;
}

header .inner{
    background-color: #000;
    width: 640px;
	justify-content: space-between;
	align-items: center;
    display: flex;
}
#global_nav {
    width: 100%;
    position: fixed;
}

/*メニュー部分*/
#g_nav{
        position: absolute;
        background-color: rgba(255,255,255,0.8);
        width: 640px; /*これが要*/
		top: 65px;
		left: 0px;
        display: none;
	}
#g_nav ul{
    list-style-type: none;
		margin: 0 auto;
        display: block;
	}
#g_nav ul li{
        background-color: rgba(255,255,255,0.8);
    width: 640px;
		text-align: center;
		border-bottom: 1px solid #CCC;
        margin: 0 auto;
	}
#g_nav ul li:last-child{
		border: none;
	}
#g_nav ul li a{
    font-size: 35px;
	font-weight: bold;
	line-height: 45px;
    text-decoration: none;
    color: #000;
    padding: 20px;
	display: block; 
}
#g_nav ul li a:hover {
	color: #4682b4;
    text-decoration:none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.here{
    color: #4682b4;
}		
/*--------開閉ボタンこれ以上いじらない-------*/
	#nav_toggle{
        /*background: #0D007F;*/
        position: relative;
		display: block;
		width: 52px;
		height: 50px;
		padding: 14px 10px 0px;
		top: 0px;
        left: 560px; /*--ハンバーガー右端--*/
		z-index: 100;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 6px;
		background: #FFF;
		position:absolute;
		width: 100%;
		left: 5px;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
        top:15px;
	}
	#nav_toggle span:nth-child(3){
        top:30px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
        
			top: 15px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
            top: 15px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
/*----------- ページトップへボタンここから ---------------*/

#page-top {
	position: fixed;
	opacity:0.8;
	right: 3%;
	bottom: 0;
}
#page-top a {
}
#page-top a:hover {
	text-decoration: none;
	opacity:0.5;
}
