@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;	
	}

#wrapper{
	max-width: 1024px;
	margin: auto;
}

.logo{
	text-align: left;
}

.img01 img{
	display: block;
	width: 100%;
	padding-bottom: 0px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;

}

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



.box{
	display: flex;
	gap:10px;
	
}

.club{
	margin-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
	background: #f2f2f2;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	text-align: justify;
	text-decoration: none;

}

.row {
	text-align: center;
	margin-left: 0px;
}


.row2{
	display: block;
	text-align: center;
	
}

.ph{
	border-radius:10px 10px 10px 10px;
	margin-top: 22px;
	margin-left: 10px;
	box-shadow: 8px 8px 5px #9A9A7E;
	vertical-align: middle;

}

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

}

.yamane{
	text-align: center;
	margin-top: 8px;
	
}



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

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: 768px;
	}

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


.footer ul {
	display: inline-block;
}

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

.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;
	}

#wrapper{
	max-width: 1024px;
	margin: 0 0 auto 20;
}
	
h2 {
	font-size: 33px;
	text-transform: uppercase;
	font-weight: 450;
	margin-bottom: 23px;
	line-height: normal;

}
	
	
}