@charset "UTF-8";
/* CSS Document */
/* GENERAL */
body {
	color: #333;
	font: 12px/1.4;
	font-family: 'Noto Sans', sans-serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a img {
	vertical-align: bottom;
}
a {
	outline: none;
}
img {
	vertical-align: bottom;
}
a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 3%;
	right: 3%;
}
#back-top span {
	width: 35px;
	height: 35px;
	display: block;
}
/* ------------------------------------------
TOP
------------------------------------------ */
header {
	width: 980px;
	margin: auto;
	overflow:hidden;
}
p.contact a {
	text-align: center;
	float: right;
	background: #004EA2;
	color: #FFF;
	width: 180px;
	height: 50px;
	line-height: 50px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	font-weight: 700;
	font-size: 18px;
}
p.contact a:hover {
	opacity: 0.7;
}
header h1 a img {
	position: absolute;
	left: 50%;
	width: 160px;
	text-align: center;
	/* margin: 20px 0 0 -90px; */
	margin: 20px 0 0 -80px;
	z-index: 999;
}
header h1 a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
header nav {
	text-align: center;
	font-size: 12px;
	margin: auto;
	width: 980px;
	overflow: hidden;
}
header nav ul {
	/* position: relative;
	left: 50%;
	float: left; */
	display: flex;
}
header nav ul li {
	/* position: relative;
	float: left;
	padding: 40px 40px 20px 40px;
	left: -50%; */
	flex: 0 0 20%;
	padding: 40px 0;
}
header nav ul li#nav2 {
	/* padding: 40px 0 0 40px; */
}
header nav ul li a {
	color: #1a1a1a;
}
header nav ul li a:hover {
	color: #004EA2;
}
header nav ul li.now a {
	color: #004EA2;
}
.menu {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	display: block;
}
.news {
	width: 100%;
	background: #e2e9ee;
	overflow: hidden;
}
.banner {
	width: 100%;
	background:#D6D6D6;
	overflow: hidden;
}
.banner p{ display:inline; float:left;}
.banner p.t{ margin-right:25px;}
.news1 {
	width: 210px;
	float: left;
	margin-right: 25px;
	padding-bottom: 30px;
}
.news1 img, .news2 img {
	margin-bottom: 10px;
}
.news2 {
	width: 210px;
	float: left;
	margin-right: 15px;
	padding-bottom: 30px;
}
.sankaku a {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 47.5px 0 47.5px 25px;
	border-color: transparent transparent transparent #004EA2;
	float: left;
	margin-top: 37.5px;
}
.supporters p {
	display: inline;
	margin-right: 30px;
}
.supporters p.last {
	display: inline;
	margin-right: 0px;
}
.wrapper h2 {
	font-size: 24px;
	color: #1a1a1a;
	margin-bottom: 20px;
}
.wrapper {
	width: 960px;
	margin: auto;
	padding: 30px 10px;
	overflow: hidden;
}
.wrapper p {
	font-size: 14px;
	line-height: 1.5;
}
footer {
	background: #004EA2;
	margin-top: 50px;
	color: #FFF;
	padding-bottom: 10px;
}
footer nav {
	overflow: hidden;
}
footer nav ul li a {
	color: #FFF;
	font-size: 18px;
	float: left;
	margin: 30px 20px 30px 0;
}
footer nav ul li a:hover {
	text-decoration: underline;
}
.fb {
	float: left;
	margin-right: 5px;
	margin-bottom: 30px;
}
.tw {
	margin-right: 30px;
	display: inline;
	float: left;
}
.add {
	color: #FFF;
	float: left;
	overflow: hidden;
}
.add a {
	color: #FFF;
}
.right {
	clear: both;
}
.likebox {
	float: right;
	background: #FFF;
}
/* ------------------------------------------
TOP　Slider
------------------------------------------ */

.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.wideslider ul, .wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}
.wideslider ul li img {
	width: 100%;
	display: none;
}
.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
}
.slider_prev, .slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {
	background: #fff url(../img/prev.jpg) no-repeat right center;
}
.slider_next {
	background: #fff url(../img/next.jpg) no-repeat left center;
}
.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}
.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #FFF;
}
.pagination a.active {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.wideslider ul {
	display: inline-block;
	overflow: hidden;
}
/* ------------------------------------------
ABOUT
------------------------------------------ */
.title {
	background: #e2e9ee;
	width: 100%;
	height: 90px;
	overflow: hidden;
}
.title h2 {
	line-height: 30px;
	font-size: 20px;
	color: #1a1a1a;
}
.pan {
	margin-bottom: 50px;
	line-height: 1.0;
}
.pan li {
	display: inline;
	font-size: 12px;
}
.pan li a {
	color: #666;
	text-decoration: none;
}
.pageimg {
	float: right;
	margin-left: 40px;
	margin-bottom: 30px;
}
.wrapper h3 {
	margin: 10px 0;
	padding: 5px 5px 5px 15px;
	background: #004EA2;
	color: #FFF;
	border-radius: 5px;
	width: 130px;
	height: 20px;
	line-height: 20px;
}
/* ------------------------------------------
COACH
------------------------------------------ */
p.soccer {
	font-size: 16px;
	margin: 5px 0;
	border-bottom: solid #1a1a1a 1px;
	font-weight: bold;
	width: 500px;
}
p.coachimg{ width:450px;
float: right;
	margin-left: 40px;
	margin-bottom: 30px;}

/* ------------------------------------------
TIME
------------------------------------------ */
p.price {
	font-size: 16px;
	margin: 20px 0;
	border-bottom: solid #1a1a1a 1px;
	font-weight: bold;
	width: 300px;
}
table.pricetable {
	width: 700px;
	margin: 10px 0 20px;
}
table.pricetable td {
	width: 200px;
	text-align: center;
	border: #FFF solid 1px;
}
table.pricetable td.class {
	background: #004EA2;
	color: #FFF;
	height: 30px;
	line-height: 30px;
}
table.pricetable td.bg {
	background: #E2E9EE;
}
table.pricetable td.bg1 {
	background: #c8d5de;
}
.space {
	line-height: 4;
}
.small {
	font-size: 12px;
}
/* ------------------------------------------
ACCESS
------------------------------------------ */
p.place a{color: #004EA2; font-size:18px; font-weight:bold;}
p.place a:hover{ opacity:0.5;}
p.placename {
	font-size: 20px;
	margin: 20px 0;
	border-bottom: solid #1a1a1a 1px;
	font-weight: bold;
	width: 370px;
}
p.bottm{ margin-bottom:50px;}
/* ------------------------------------------
NEWS
------------------------------------------ */
.infobox {
	width: 980px;
	margin: auto;
	overflow: hidden;
	margin-bottom: 30px;
	line-height: 1.5;
	font-size: 14px;
}
.infobox a {
	color: #1a1a1a;
	text-decoration: underline;
}
.infobox a:hover {
	color: #7BC8FE;
}
.infobox h3 {
	font-size: 20px;
	font-weight: normal;
	border-bottom: dotted #7bc8fe 2px;
	padding-bottom: 5px;
}
.infobox p {
	display: inline;
}
.new {
	background: #7bc8fe;
	color: #FFF;
	text-align: center;
	padding: 0 10px;
	height: 16px;
	line-height: 18px;
	border-radius: 16px;
	margin-left: 10px;
}
p.date {
	display: block;
	margin-top: 10px;
}
p.taiken {
	font-size: 16px;
	margin: 20px 0;
	border-bottom: solid #1a1a1a 1px;
	font-weight: bold;
	width: 370px;
}
p.taiken a {
	color: #004EA2;
}
table.taiken {
	margin: 10px 0 50px;
}
table.taiken td {
	width: 175px;
	text-align: center;
	border: #FFF solid 1px;
}
table.taiken td.class {
	background: #004EA2;
	color: #FFF;
	height: 30px;
	line-height: 30px;
}
table.taiken td.bg {
	background: #E2E9EE;
}
table.taiken td.bg1 {
	background: #c8d5de;
}
p.tel, p.mail{ font-size:25px; color: #004EA2; font-weight:bold;}
p.tel, p.mail a{color: #004EA2; }
p.contact_btn a{ font-size:18px;background: #004EA2; color:#FFF; text-align:center; width:300px; border-radius:5px; padding:10px 40px; }
p.contact_btn a:hover{ opacity:0.5;}
.red{ color:#F60408; font-size:18px;}
/* ------------------------------------------
CONTACT
------------------------------------------ */
table#conform {
	width: 700px;
	margin-top: 50px;
	font-size: 90%;
	line-height: 150%;
}
table#conform th {
	width: 100px;
	vertical-align: top;
}
table#conform th, td {
	text-align: left;
	padding: 5px;
}
table#conform a {
	color: #004EA2;
	font-weight: 700;
	text-decoration: none;
}
table#conform td.btn {
	text-align: center;
}
p.contact_m {
	margin-top: 50px;
	font-size: 90%;
	line-height: 150%;
}
.blue {
	color: #004EA2;
}
table#conform th {
	vertical-align: top;
}
table#conform th, td {
	text-align: left;
	padding: 5px;
}
table#conform td.btn {
	text-align: left;
}
 .text, textarea, {
 border:1px solid #777;
 padding: 5px;
 background: #fff;
}
input[type="button"], input[type="reset"], input[type="submit"], input[type="text"] {
	-webkit-appearance: none;
}
input[type="button"], input[type="reset"], input[type="submit"] {
	border: 1px solid #777;
	padding: 4px 10px;
	color: #fff;
	cursor: pointer;
	background: #004EA2;
	border-radius: 5px;
	margin-bottom: 50px;
}
