@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{
	margin-left: auto;
	margin-right: auto;
	background-image: url("../images/bg_A26V9493_bg.jpg");
	background-attachment: fixed;	
	}


.top-text{
  	background-color: antiquewhite;
	height: 70px;
	display: block;
    margin-bottom: 0px;
}

.row2{
	display: block;
	width: auto;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 0.5rem outset orange;
	background-color: aliceblue;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;

}



#photo {
	display: block;
	border-radius:10px 10px 10px 10px;
	box-shadow: 8px 8px 5px #9A9A7E;

}

.photo{
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;

}

.ph-line{
	margin-top: 15px;
	margin-bottom: 15px;
}

.ph{
	border-radius:10px 10px 10px 10px;
	box-shadow: 8px 8px 5px #9A9A7E;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;

	
}

hr{
	margin-top: 50px;
	height: 8px;
	background-color: antiquewhite;

}

.p1{
	font-size: 16px;
	padding-bottom: 30px;
	}

.p2{
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0px;
	line-height: normal;
	padding-left: 15px;
	padding-right: 15px;
	}	




.style-nav ul {
	margin-top: 30px;
	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 {
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	font-weight:450;
}

h2 {
	text-align: center;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 450;
	margin-bottom: 23px;
	line-height: normal;
	padding-top: 15px;

}

h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 15px;
	line-height: normal;
	padding-top: 15px;

}

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

p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0px;
	line-height: normal;

}

/*Tabret View*/

@media (min-width: 768px){
	
body {
		max-width: 778px;
	}

.text_column {
	width: 100%;
}

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



.body-text2{
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	}
	
.p1{
	font-size: 16px;
	padding-bottom: 30px;
	padding-left: 20px;
	}

.p2{
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0px;
	line-height: normal;
	padding-left: 20px;
	padding-right: 20px;
	}	
	
	
.row2{
	display: block;
	text-align: center;
	width: auto;
	margin-left: 5px;
	margin-right: 5px;
	border: 0.5rem outset orange;
	background-color: aliceblue;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;

}


	
	

.style-nav ul li {
		display: inline-flex;
	}
	
.style-nav ul {
		text-align: center;
	}
	

.footer ul {
	display: inline-flex;
}

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

.body-text{
	text-align: center;
	margin-top: 50px;
	display: block;
}

.body-text2{
	margin-top: 0px;
	font-size:14px;
	line-height:15px;
    text-align: left;
}

.p1{
		font-size: 16px;
		padding-bottom: 30px;
	}

.p2{
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0px;
	line-height: normal;
	padding-left: 40px;
	padding-right: 40px;
	}	

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

}

	
/*Desktop View*/

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

	
.p1{
	font-size: 16px;
	padding-bottom: 30px;
	}

.p2{
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0px;
	line-height: normal;
	padding-left: 90px;
	padding-right: 90px;
	}	

.row2{
	display: block;
	text-align: center;
	width: auto;
	margin-left: 5px;
	margin-right: 5px;
	border: 0.5rem outset orange;
	background-color: aliceblue;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;

}


	
	
h2 {
	font-size: 33px;
	text-transform: uppercase;
	font-weight: 450;
	margin-bottom: 23px;
	line-height: normal;

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

}


	
}
