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

/* ----------- サブ共通CSS ----------- */

#top_img {
    padding-top: 15%;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
	background: #eff2f3;
}

#top_img .container{
	position: absolute;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
}

#top_img .container h1,
#top_img .container h2 {
	position: relative;
	display: inline-block;
	font-size: 40px;
	text-align: center;
	color: #333;
	bottom:0px;
	letter-spacing: 2px;
}

.breadcrumb{
	background: #ccc;
	padding: 10px 0;
	font-size: 10px;
}

.wp-pagenavi {
	clear: both;
	text-align:center;
	margin: 50px 0;
}

.wp-pagenavi a, .wp-pagenavi span {
	color: #333;
	background-color: #fff;
	border: 1px solid #333;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
}

.wp-pagenavi a:hover{
	color: #333;
	background-color: #fff;
	border-color: #333;
}

.wp-pagenavi span.current{
	color: #fff;
	background-color: #333;
	border-color: #333;
	font-weight: bold;
}

/* ----------- 新入生案内CSS ----------- */

#block04 table{
	width: 100%;
	border-bottom: 1px solid #d2d2d2;
}

#block04 table th,#block04 table td{
	padding: 20px 0;
	border-top: 1px solid #d2d2d2;
	line-height: 1.8;
}

#block04 table th{
	text-align: left;
	width: 20%;
}

#course table{
	width: 100%;
	border-bottom: 1px solid #d2d2d2;
}

#course table th,#course table td{
	padding: 20px 0;
	border-top: 1px solid #d2d2d2;
	line-height: 1.8;
}

#course table th{
	text-align: left;
	width: 20%;
}

#block05 .accordion ul {
	width:100%;
	padding:0;
}

#block05 .accordion li {
	position:relative;
	border-bottom:1px solid #ccc;
	list-style:none;
}
#block05 .accordion li:first-child {
	border-top:1px solid #ccc;
}

#block05 .accordion > ul > li > a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	position: relative;
}

#block05 .accordion > ul > li > a h5{
	font-size: 16px;
	line-height: 2.2;
	width: 85%;
}

#block05 .accordion > ul > li > a h5:hover {
	color: #005cff;
	text-decoration:none;
	filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

#block05 .accordion > ul > li > p {
	display: none;
	padding:0 .8em 1.4em 1em;
	line-height: 2.2;
}

#block05 .accordion li .accordion_icon,
#block05 .accordion li .accordion_icon span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}

#block05 .accordion li .accordion_icon {
	position: absolute;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 10px;
}

#block05 .accordion li .accordion_icon span {
	position: absolute;
    width: 100%;
	height: 1px;
    background-color: #ccc;
}

#block05 .accordion li .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

#block05 .accordion li .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

#block05 .accordion li .accordion_icon.active span:nth-of-type(1) {
	display:none;
}

#block05 .accordion li .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

#block06 p{
	line-height: 2.5;
	text-align: center;
}

/* ----------- 日程表CSS ----------- */
 
#block07 .gc-wrap {
    max-width: 1100px;
    margin: 3% auto;
}
 
#block07 .g-calendar {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 70%;
}
 
#block07 .g-calendar iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#block07 .sp{
	display: none;
}

#block07 .pc{
	display: block;
}

/* ----------- 試合結果CSS ----------- */

#result_area{
	background: #eff2f3;
	padding: 80px 0;
}

#block08 {
	background: url(../images/result/img01.jpg) repeat;
	padding: 80px 0;
}

#block08 .wrap{
	background: #fff;
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    padding: 50px;
    box-sizing: border-box;
}

#block08 h1{
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	margin-bottom: 30px;
}

#block08 h1 span{
	background: #0046b5;
	color: #fff;
	padding: 5px 10px;
	font-size: 90%;
	margin-right: 10px;
}

#block08 ul li.name{
	font-size: 16px;
	display: none;
}

#block08 .column-1{
	width: 30%;
	float: left;
	text-align: right;
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
}

#block08 .column-2{
	width: 15%;
	float: left;
	text-align: center;
}

#block08 .column-2 ul li.score{
	font-size: 48px;
	font-weight: bold;
	color: #0046b5;
	margin-bottom: 30px;
}

#block08 .column-2 ul li{
	font-weight: bold;
	color: #0046b5;
	margin-bottom: 15px;
}

#block08 .column-3{
	width: 10%;
	float: left;
	text-align: center;
	font-weight: bold;
}

#block08 .column-3 ul li.score{
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 30px;
}

#block08 .column-3 ul li{
	font-weight: bold;
	margin-bottom: 15px;
}

#block08 .column-4{
	width: 15%;
	float: left;
	text-align: center;
}

#block08 .column-4 ul li{
	font-weight: bold;
	margin-bottom: 15px;
}

#block08 .column-4 ul li.score{
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 30px;
}

#block08 .column-5{
	width: 30%;
	float: left;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
}

#block08 .column-6{
	clear: both;
    width: 70%;
    margin: 0 auto;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px dotted #333;
    font-size: 16px;
}

#block08 .column-6 ul li{
	margin-bottom: 30px;
}

#block08 .column-6 ul li span.time{
	float: left;
	width: 40px;
}

#block08 .column-6 ul li .fa-futbol{
	width: 20px;
	color: #0046b5;
}

#block08 .column-6 ul li .fa-walking{
	width: 25px;
	color: #0046b5;
}

#block08 .column-6 ul li span.time{
	float: left;
	width: 10%;
}

#block08 .column-6 ul li span.goal{
	float: right;
	width: 90%;
}

#block08 .column-6 ul li span.assist{
	float: right;
	width: 90%;
	margin-top: 10px;
}

#block08 h2.double-text{
	clear: both;
	margin: 0 0 30px;
	text-align: center;
}

#block08 .set{
	border-bottom: 1px dotted #ccc;
    margin-bottom: 30px;
    padding-top: 30px;
}

#block09 .comment{
	background: #f5f5f5;
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding:60px 30px 80px;
	margin-bottom: 50px;
}

#block09 .comment h3{
	text-align: center;
	color: #0046b5;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 60px;
}

#block09 .comment p{
	line-height: 2;
}

#block16{
	background: #fff;
	padding: 80px 0 100px;
}

#block16 .btn-area{
	width: 100%;
}

#block16 .btn-area a{
	float: left;
	width: 48%;
}

#block16 a.btn{
	margin: 20px 0 0;
}

#block16 a.btn:last-child{
	float: right;
}


/* ----------- チーム紹介CSS ----------- */

#block10 ul li{
	border: 1px solid #ccc;
	background: #fff;
	padding: 50px;
}

#block10 ul li:nth-child(n+2){
	margin-top: 50px;
}

#block10 ul li h3{
	font-size: 18px;
	line-height: 2.2;
	text-align: center;
	margin: 0 0 30px;
}

body {
  counter-reset: number 0;           /* number のカウンタを 0 にセット */
}

#block10 ul li h3.counter:before {
  counter-increment: number 1;      /* number カウンタを増加 */
  content: counter(number) "．";      /* 表示形式を指定 */
}

#block10 ul li p{
	line-height: 2.2;
	text-align: center;	
}

#block11 .img_box{
	float: left;
	width: 20%;	
}

#block11 .img_box img{
	width: 100%;
	height: auto;
}

#block11 .img_box h3{
	text-align: center;
}

#block11 .text_box{
	width: 70%;
	float: right;
}

#block11 .text_box p{
	line-height: 2.2;
}

#block11 .btn-area{
	width: 100%;
}

#block11 .btn-area a{
	float: left;
	width: 48%;
}

#block11 a.btn:last-child{
	float: right;
}

#block12 p{
	line-height: 2.2;
	text-align: center;	
	margin: 80px 0;
}

#block12 table{
	width: 100%;
	border: 1px solid #d2d2d2;
	background: #fff;
}

#block12 table tr:first-child{
	background: #003d69;
	color: #fff;
}

#block12 table th,#block12 table td{
	padding: 15px;
	border: 1px solid #ccc;
	line-height: 1.8;
	box-sizing: border-box;
	vertical-align: middle;
}

#block12 table th{
	text-align: left;
}

.member .table-wrap{
	overflow-x: scroll;
}

.member table{
	background: #fff;
	width: 100%;
	border-collapse: collapse;
	white-space: nowrap;
}

.member thead tr{
	background: #003d69;
	color: #fff;
}

.member thead th,
.member tbody td{
	padding: 5px 8px;
	border: 1px solid #ccc;
	line-height: 1.8;
	box-sizing: border-box;
	vertical-align: middle;
}

.member thead th:nth-child(-n+2),
.member tbody td:nth-child(-n+2){
	text-align: center;
	min-width: 20px;
}

.member tbody tr:nth-child(odd){
    background: #f3f3f3;
}

#block14 .img_box{
	width: 40%;
	float: right;
}

#block14 .img_box img {
	width: 100%;
	height: auto;
}

#block14 .text_box{
	width: 50%;
	float: left;
}

#block14 .text_box p{
	line-height: 2.2;
}

#block18 .left{
	float: left;
	width: 48%;	
}

#block18 .right{
	float: right;
	width: 48%;	
}

#block18 .img_box{
	width: 60%;
    margin: 0 auto;
    display: block;
}

#block18 .img_box img {
	width: 100%;
	height: auto;
}

#block18 .text_box p{
	line-height: 2.2;
}

/* ----------- アクセスCSS ----------- */

#block04 .ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

 
#block04 .ggmap iframe,
#block04 .ggmap object,
#block04 .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#block04 p{
	line-height: 2.2;
	margin: 20px 0;
}

#course p{
	line-height: 2.2;
	margin: 20px 0;
}

/* ----------- 選手・スタッフ紹介CSS ----------- */

#block19 .img_box{
	float: right;
	width: 30%;
	height: auto;
	position: relative;
}

#block19 .img_box h3{
	position: absolute;
    width: 100%;
    background: #003d69;
    padding: 20px 0;
    text-align: center;
    bottom: 0;
    left: 0;
    color: #fff;
    margin: 0;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

#block19 .img_box h3 span{
	display: block;
	font-size: 80%;
	margin-bottom: 10px;
}

#block19 .img_box .emblem{
	position: absolute;
	top:5px;
	left: 5px;
	width: 40px;
	height: auto;
}

#block19 .img_box img{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

#block19 .text_box{
	float: left;
	width: 60%;
}

#block19 h1.name{
	border-left: 10px solid #003d69;
    font-size: 36px;
    padding: 10px 0 10px 20px;
    margin: 0 0 40px 0;
    line-height: 1;
    font-weight: bold;
}

#block19 p{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 15px;
	margin-top: 20px;
	line-height: 1.8;
}

#block19 p.katagaki{
	font-weight: bold;
	color: #003d69;
	font-size: 18px;
}



/* ----------- お問い合わせCSS ----------- */

#contact_form{
	background: #eff2f3;
}

#contact_form .wrap {
    margin: 50px auto 80px;
    padding: 80px 80px 30px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 1px 1px 5px #d4d4d4;
}

#contact_form .mw_wp_form{
	width: 100%;
	color: #333;
}

#contact_form .mw_wp_form table.mailform-tbl{
	width: 100%;
	margin-bottom: 40px;
}

#contact_form .mw_wp_form table tr{
	width: 100%;
	border-bottom: 1px solid #e8e8e8;
	padding: 30px 0;
	font-weight: normal;
}

#contact_form .mw_wp_form table tr:first-child{
	border-top: 1px solid #e8e8e8;
}

#contact_form .mw_wp_form table th{
	padding: 20px 5px;
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
	width: 30%;
	float: left;
	font-weight: bold;
}

#contact_form .mw_wp_form table th .attention{
	font-size: 80%;
	margin-left: 10px;
	color: #ff0000;
	padding: 3px;
}

.mw_wp_form .error {
    color: #ff0000 !important;
    clear: both;
    padding-top: 10px;
    font-weight: bold;
}

#contact_form .text_area p{
	line-height: 2;	
}

#contact_form .text_area p.red{
	color:#ff0000;
	font-weight: bold;
	margin-top: 20px;
}

#contact_form .text_area{
	margin-bottom: 50px;
}

#contact_form .mw_wp_form table td{
	padding: 20px 0;
	width: 70%;
	float: left;
}

#contact_form .mw_wp_form table td.text input,#contact_form .mw_wp_form table td.text select{
	height: 38px;
    padding: 0 10px;
    background-color: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
}

.mw_wp_form input[type="file"] {
    padding: 10px 0;
}

#contact_form .mw_wp_form table td textarea{
    padding: 10px;
    background-color: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    float: left;
    width: 100%;
}

#contact_form .mw_wp_form #submit-button input {
   margin: 0 auto;
    display: block;
    padding: 10px 30px;
    border: 1px solid #003d69;
    background: #003d69;
    color: #fff;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 5px;
    font-size: 120%;
    font-weight: bold;
}

/* ----------- 404ページCSS ----------- */

#block17 ul{
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #333;
}

#block17 ul li{
	padding: 10px 0;
	line-height: 1.8;
	border-bottom: 1px dotted #ccc;
}

#block17 ul li:first-child{
	border-top: 1px dotted #ccc;
}

/* ----------- スクールページCSS ----------- */

#school_theme .img_box img {
    width: 100%;
    height: auto;
}

#school_theme p {
    line-height: 2.2;
    padding-top: 30px;
}

#flow ul{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    counter-reset: number 0;
}

#flow ul li{
	width: 48%;
	padding: 30px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	margin-bottom: 40px;
	margin-right: 4%;
	float: left;
	position: relative;
	background: #fff;
}

#flow ul li h3.counter:before {
	counter-increment: number 1;
    content: "ステップ" counter(number) "";
    color: darkblue;
    display: block;
    font-size: 80%;
    margin-bottom: 10px;
}

#flow ul li:nth-child(even){
	margin-right: 0;
}

#flow ul li h3{
	text-align: center;
    font-size: 140%;
	margin: 10px 0 30px;	
}

#flow ul li p{
	line-height: 2;
}

#school_top img{
	width: 100%;
	height: auto;
}

#school_top{
	margin-bottom: 100px;
}


@media (max-width: 599px) {
/* small devices */

/* ----------- サブ共通CSS ----------- */

#top_img {
    padding-top: 35%;
}

#top_img .container h1,
#top_img .container h2 {
	font-size: 30px;
}

/* ----------- お問い合わせCSS ----------- */

#contact_form .wrap {
    margin: 30px auto;
    padding: 30px;
    box-shadow: 1px 1px 3px #d4d4d4;
}

#contact_form .mw_wp_form table th{
	width: 100%;
	padding: 20px 0 0;
}

#contact_form .mw_wp_form table td{
	width: 100%;
	box-sizing: border-box;
}

#contact_form .mw_wp_form table td.text input,#contact_form .mw_wp_form table td.text select{
    width: 100%;
}

/* ----------- 選手・スタッフ紹介CSS ----------- */

#block19 .img_box{
	width: 100%;
}

#block19 .text_box{
	width: 100%;
	margin-bottom: 50px;
}

#block19 p{
	font-size: 14px;
}


/* ----------- チーム紹介CSS ----------- */

#block11 .img_box{
	width: 100%;
	margin-bottom: 40px;
}

#block11 .img_box img{
	width: 50%;
	margin: 0 auto 10px;
	display: block;
}

#block11 .text_box{
	width: 100%;
}

/* ----------- 日程表CSS ----------- */

#block07 .g-calendar {
	padding-bottom: 90%;
	height: 250px
}

#block07 .pc{
	display: none;
}

#block07 .sp{
	display: block;
}

/* ----------- 新入生案内CSS ----------- */

#block04 table th,#block04 table td{
	width: 100%;
	display: block;
}

#block04 table td{
	border-top:0;
	padding-top: 0;
}

#course table th,#course table td{
	width: 100%;
	display: block;
}

#course table td{
	border-top:0;
	padding-top: 0;
}

#block06 p {
    line-height: 2.2;
    text-align: left;
}

/* ----------- 試合結果CSS ----------- */

#block08 .wrap{
	padding: 30px;
}
#block08 h1{
	text-align: left;
}

#block08 h1 span{
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
}

#block08 ul li.name{
	display: block;
	height: 60px;
	padding-top: 30px;
}

#block08 .column-1{
	display: none;
}

#block08 .column-2{
	width: 40%;
}

#block08 .column-3{
	width: 20%;
}

#block08 .column-4{
	width: 40%;
}

#block08 .column-5{
	display: none;
}

#block08 .column-6{
	width: 100%;
	font-size: 14px;
}

#block08 .column-6 ul li span.time{
	width: 15%;
}

#block08 .column-6 ul li span.goal{
	width: 85%;
}

#block08 .column-6 ul li span.assist{
	width: 85%;
}

#block08 .set ul li.name{
	height: 20px;
	padding-top: 10px;
}

#block16 {
    padding: 40px 0 60px;
}

/* ----------- チーム紹介CSS ----------- */

#block10 ul li h3{
	font-size: 16px;
	text-align: left;
	margin-bottom: 30px;
}

#block10 ul li p{
	text-align: left;	
}

#block12 p{
	text-align: left;	
}

#block14 .img_box{
	width: 100%;
	float: none;
	margin-bottom: 40px;
}

#block14 .text_box{
	width: 100%;
	float: none;
}

#block18 .left{
	width: 100%;
	margin-bottom: 50px;	
}

#block18 .right{
	width: 100%;	
}

/* ----------- スクール共通CSS ----------- */

#block12 table.tbl-r05 .thead {
	display: none;
}
#block12 table.tbl-r05 tr {
	width: 100%;
}
#block12 table.tbl-r05 td {
	display: block;
	text-align: right;
	width: 100%;
}
#block12 table.tbl-r05 td:first-child {
	background: #003d69;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#block12 table.tbl-r05 td:before {
	content: attr(data-label);
	float: left;
	font-weight: bold;
	margin-right: 10px;
}
#block12 table.tbl-r05 tr:first-child {
	display: none;
}

#flow ul li{
	width: 100%;
	margin-right: 0;
}

}

@media (min-width: 600px) and (max-width: 959px) {
/* tablets */
 
/* ----------- サブ共通CSS ----------- */

#top_img {
    padding-top: 20%;
}

#top_img .container h1,
#top_img .container h2 {
	font-size: 30px;
}

/* ----------- 日程表CSS ----------- */

#block07 .g-calendar {
	padding-bottom: 90%;
}

/* ----------- 試合結果CSS ----------- */

#block08 h1 span{
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
}

#block08 ul li.name{
	display: block;
	height: 60px;
	padding-top: 30px;
}

#block08 .column-1{
	display: none;
}

#block08 .column-2{
	width: 35%;
}

#block08 .column-3{
	width: 30%;
}

#block08 .column-4{
	width: 35%;
}

#block08 .column-5{
	display: none;
}

#block08 .column-6{
	width: 100%;
}

/* ----------- お問い合わせCSS ----------- */

#contact_form .wrap {
    margin: 30px auto;
    padding: 30px;
    box-shadow: 1px 1px 3px #d4d4d4;
}

#contact_form .mw_wp_form table th{
	width: 100%;
	padding: 20px 0 0;
}

#contact_form .mw_wp_form table td{
	width: 100%;
	box-sizing: border-box;
}

#contact_form .mw_wp_form table td.text input,#contact_form .mw_wp_form table td.text select{
    width: 100%;
}

}

@media (min-width: 960px) and (max-width: 1280px) {
/* desktops */

}
