@charset "UTF-8";

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

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

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

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

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



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

.link{display: flex}

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





.icon{
	margin-top: 20px;
    }
.title{
	width: 100%;
	background-image: url("image/Top.jpg");
	background-repeat: no-repeat;
	background-size: 780px;
	height: 500px;
	padding-top: 20px;
	margin-top: 20px;	
	}
.hajime{
	
	font-size: 45px;
	color: #27A8F1;
	margin-left: 800px;
	padding-top: 20px;
	margin-top: 10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.owari{
	line-height: 0px;
	font-size: 45px;
	color: #27A8F1;
	margin-left: 800px;
	padding-top: 60px;
	margin-top: 10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

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


.f-container{
	display:flex;
	justify-content: space-around;

}

.topbtn{
	width: 300px;
	padding: 20px;
	margin: 20px;
	border: thin solid #686868;
	border-radius: 20px;
	
}

.topbtn img{
	width: 100%;
	
   
}

.tamesi{
	text-align: center;
	margin-top: 50px;
}



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











