@charset "UTF-8";

/*デフォルトの設定--------------------------------------------------------*/

html body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image: url("image/background.jpeg");
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover{
	color: #000000;
	text-decoration: underline;
}

.f-container {
	flex-wrap:nowrap;
}

/*--------------------------------------------------------*/









.link{display: flex}

.link p {
	display: inline-block;
	margin-left:2em;
}




#g_navi{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	
}

#g_navi li{
	display: inline-block;
	width:33%;
	background-color: #27A8F1;
	text-align: center;
	
	
}

.top{width: 100%;
	background-image: url("image1/top.jpg");
	background-repeat: no-repeat;
	background-size: 800px;
	height: 500px;
	padding-top: 20px;
	margin-top: 20px;}

.title{
	padding-left: 810px;
	font-size: 45px;
	color:#27A8F1;
	
	
}
.sabutitle{
	padding-left: 830px;
	font-size: 25px;
	color:#27A8F1;
}

.sabu{
	font-size: 30px;
	margin-left: 30px;
	color: #3C3939;
	margin-top: 30px;
	margin-bottom: 50px;
	
    }

.naiyou{
	font-size: 20px;
	margin-left: 30px;
	color: #3C3939;
	margin-top: 30px;
	margin-bottom: 50px;
	margin-right: 590px;
	
    }

.last{
	text-align: center;
	font-size: 20px;
	margin-top: 150px;    
     }

.matome{
	color: #0A0909;
}

.all{
	background-color: #E0D8D8;
	margin-bottom: 100px;
	padding-bottom: 100px;
	background-image: url("image1/naiyou.jpg");
	background-repeat: no-repeat;
	background-size: 580px;
	background-position: right;
}










