@charset "utf-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"
}


body{
	background-image: url("../images/078a2464.jpg");
	
	}

.row {
	margin-left: 50px;
	margin-top: 50px;
}

.body-text{
	margin: 15px;
    height: 15vh;
 	 display: flex;
 	 justify-content: center; 
	align-items: center;  
}

.top-text{
  	background-color: antiquewhite;
	height: 100px;
	display: block;

}
.body-text2{
	margin-top: 50px;
	font-size:14px;
	line-height:15px;
	margin-left: 100px;
	margin-right: 30px;
	margin-bottom: 100px;
    text-align: center;
}


.style-nav ul {
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
}

.style-nav li a{
	text-decoration: none;
	text-align: center;
	color: #2E0809;
	text-transform: uppercase;
	display: inline-flex;
	padding: 5px;
	font-size:18px;
	line-height:20px;
	}

.link li{
	margin-top: 10px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	list-style-type: none;
	background-color: #7AC77E;
	background-size: contain;
	
}


.footer ul {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	list-style-type: none;
}

.footer li a{
	margin-top: 5px;
	text-decoration: none;
	text-align: center;
	color: #2E0809;
	text-transform: uppercase;
	display: block;
	padding: 5px;
	line-height:20px;
}
h1 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight:500;
	margin-bottom: 0px;
	letter-spacing: -2px;
	line-height: normal;
}

h2 {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 23px;
	line-height: normal;
}

h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 5px;
	line-height: normal;
}

h4 {
	font-size: 16px;
	font-weight: 400;
	margin-top: 0px;
	line-height: normal;
}

p {
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 0px;
	line-height: normal;
}




.ph{
	
}

/*Tabret View*/

@media (min-width: 768px){
	
.footer ul {
	display: inline-block;
}

.footer li {
	color: #2E0809;
	display: inline-block;
	align-content: center;
}

.link li{
	margin-left: 50px;
	margin-right: auto;
	list-style-type: none;
	display: inline-flex;
	align-content: auto;
	
}

}

/*Desktop View*/

@media (min-width: 1024px){
	
	
	
	
	
	
}