/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
	font-family: メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Open Sans", 游ゴシック, YuGothic, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #505050;
	position: relative;
}
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
a:hover img {
	opacity: 0.7;
	filter: menu_right(opacity=70);
	-ms-filter: "menu_left(opacity=70)";
}
p{font-size:15px;line-height:1.6}
/*h1,h2,h3,h4,h5,h6{font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;text-transform:uppercase;font-weight:700}*/
h1,h2,h3,h4,h5,h6{font-family: メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Open Sans", 游ゴシック, YuGothic, sans-serif;text-transform:none;}
h1 {
	margin: 0;
	padding: .5em 0;
	font-weight: 500;
/*	font-size: 22px;*/
	font-size: 1.6em;
}
h1.common {
/*	font-family: 'Sawarabi Mincho', sans-serif;*/
/*	font-size: 28px;*/
	font-size: 1.8em;
	color: #fff;
	text-align: center;
	padding: 1.25em;
}

h2 {
	margin: 0;
}
h2.index {
	font-family: Impact,sans-serif;
	font-size: 2em;
	letter-spacing: .05em;
	color: #fff;
	border-bottom: 1px solid #fff;
}
h2.index span {
	font-size: .5em;
	color: #aaa;
	float: right;
}
h2.about {
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	line-height: 2;
	text-align: center;
	border-bottom: 1px solid #fff;
}
h2.privacy {
	font-size: 1.4em;
	color: #fff;
	margin-bottom: .5em;
}
h2.wp {
	color: #fff;
}
h3 {
	font-weight: 700;
	font-size: 1.4em;
	margin: 0;
}
h3.privacy {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
/*	font-size: 16px;*/
	font-size: 1.1em;
	font-weight: 500;
	color: #D7001D;
	margin-bottom: 0.5em;
}
h4 {
	font-weight: 700;
/*	font-size: 15px;*/
	font-size: 1.1em;
}


.check { border: 1px solid red; }

.img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

/*
.no-gutter > [class*='col-'] {
	padding-right: .3em;
    padding-left: .3em;
}
*/

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}




/* CUSTOMIZE THE SLIDER
-------------------------------------------------- */




/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.container {
	border: none;
}
.navbar {
/*    padding: 15px 10px;*/
/*    background: #fff;*/
    border: none;
    border-radius: 0;
/*    margin-bottom: 40px;*/
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	border-bottom: 5px solid #009944;
}

.navbar-wrapper, .navbar-wrapper a {
	background-color: #1A1A1A;
	color: #fff;
/*	font-size: 14px;*/
	font-size: 1em;
}
.dropdown-menu {
	background-color: #1A1A1A;
	width: 13em;
}

.sp.nav-fill .nav-item {
	text-align: left;
	margin: 8px 0;
}

/* 768px未満 */
/*
@media (max-width: 768px) {
	.navbar .nav li a {
		margin: 8px auto;
		text-align: left;
	}
}
*/


/* 768px以上 */
@media (min-width: 992px){
	.navbar .nav li.nav-item {
		display: table-cell;
		float: none;
		vertical-align: middle;
		padding: 0;
	}
	.navbar .nav li.nav-item a:after {
		position: absolute;
		bottom: -5px;
		left: 0;
		content: '';
		width: 100%;
		height: 3px;
		background: #D7001D;
		transform: scale(0, 1);
		transform-origin: left top;
		transition: transform .3s;
	}
	.navbar .nav li.nav-item a:hover:after {
		transform: scale(1, 1);
	}
	.navbar .nav li.nav-item a {
		font-size: 1em;
	}
}
/* 992px以上 */
@media (min-width: 992px){
		.nav-fill .nav-item {
	text-align: center;
}
}

.navbar-toggler {
/*	background-color: red;*/
/*	border: 1px solid #fff;*/
}
.custom-hamburger .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

@media (max-width: 992px) {
	.navbar-brand {
		background: url("img/header_logo.png") no-repeat left center;
		background-size: contain;
		width: 160px;
	}
}
.dropdown:hover > .dropdown-menu{
  display: block;
}



/* CUSTOMIZE FOR SIDEBAR
-------------------------------------------------- */
.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 200px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #1A1A1A;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -200px;
}

#sidebar .sidebar-header {
    padding: 13px;
}

#sidebar ul.components {
    padding: 20px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 5px 10px;
	font-family: Impact,sans-serif;
	letter-spacing: .05em;
    font-size: 1.4em;
	color: #fff;
    display: block;
}

#sidebar ul li a:hover {
    color: #009944;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #1A1A1A;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
/*    padding-left: 50px !important;*/
/*    background: #4D71B7;*/
}

ul.CTAs {
/*    padding: 20px;*/
/*	padding: 5px 10px;*/
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
/*    margin-bottom: 5px;*/
}
ul.CTAs a:hover {
	background: none!important;
}

a.download {
    background: #fff;
    color: #4D71B7;
}

a.article,
a.article:hover {
    background: #4D71B7 !important;
    color: #fff !important;
}






/* CUSTOMIZE FOR MAIN
-------------------------------------------------- */

/* header */
/*
header {
	position: fixed;
	z-index: 999;
	padding-bottom: 50px;
}
header, header a {
	color: #3759A7;
}
*/


/* main */
#h_content {
    left: 200px;
	padding-right: 18px;
    transition: all 0.3s;
	background-color: #fff;
	border-bottom: 5px solid #6C92CB;
}
#content {
    width: calc(100% - 200px);
/*    padding: 40px;*/
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
/*	border: 1px solid red;*/
}

#content.active {
    width: 100%;
}

.breadcrumb {
	background: transparent;
	font-weight: 600;
/*	font-size: 12px;*/
	font-size: 1em;
	color: #3759a7;
}
.breadcrumb li+li:before {
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	color: #3759a7;
}
/*
.breadcrumb li:first-child a:before {
	font-family: FontAwesome;
	content: '\f015';
	font-weight: normal;
	font-size: 1.3em;
}
*/

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#pageTop i {
  padding-top: 6px;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 5px 0 0;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  background-color: #009944;
  color: #fff;
  font-weight: bold;
/*  font-size: 20px;*/
  font-size: 1.4em;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.m_40 {
	padding-top: 93px;
/*	border-bottom: 5px solid #6C92CB;*/
}
.bg_common {
	background-color: #3759A7;
/*	border-top: 5px solid #6C92CB;*/
/*	padding-top: 36px;*/
/*	border: 1px solid red;*/

}


/* side */

hr { margin: 0; padding: 0; }

.side_menu {
	border-top: 1px solid #ccc;
	margin-top: 15px;
}
/*
.btn_about {
    display: inline-block;
	width: 100%;
    text-decoration: none;
	font-size: 15px;
	line-height: 3;
	color: #3E3A39;
	background: none;
	border-bottom: 1px solid #ccc;
	border-left: 5px solid #fff;
	padding-left: 1em;
}
.btn_about:hover {
	border-left: 5px solid #D7001D;
}
*/

.p_side1 {
	font-size: .9em;
	color: #fff;
	line-height: 1.9;
}



/* footer */
.bg_footer {
	background-color: #2F2725;
}
.footer_menu {
	line-height: 2;
	letter-spacing: -.1em;
/*	font-size: 11px;*/
	font-size: .8em;
	padding-left: 5px;
	padding-bottom: 30px;
}
.p_thick, .p_thick a {
	font-weight: 700;
	font-size: 13px;
	color: #3759A7;
	margin-bottom: .5em;
}
footer{
	margin: 0;
	line-height: 1.4;
	font-weight: 500;
	color: #fff;
}
footer a, footer a:hover { color: #fff; line-height: 2; }
footer a:hover { text-decoration: underline !important; }
footer .copyright {
	line-height: 2em;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
/*	text-align: center;*/
}

.btn_fmenu {
    display: inline-block;
	width: 100%;
    text-decoration: none;
	font-weight: 600;
/*	font-size: 1.2em;*/
	line-height: 2.3;
	color: #3759A7;
	background-color: #fff;
/*	border: 1px solid #3759A7;*/
	border-bottom: 1px solid #3759A7;
	padding-left: 1em;
/*	margin-bottom: 2px;*/
}
.btn_fmenu:hover {
/*	border-left: 5px solid #E6328C;*/
	background-color: #3759A7;
	color: #fff;
}



/* CUSTOMIZE FOR MEDIAQUERIES
-------------------------------------------------- */
@media (max-width: 992px) {
    #sidebar {
        margin-left: -200px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 200px);
    }
    #sidebarCollapse span {
        display: none;
    }
}


/* INDEX.PHP
-------------------------------------------------- */
.bg_index1 {
	background-color: #2F2725;
}

.bg_index3 {
	background-color: #3C3736;
}
.p_index1 {
	font-weight: 600;
	color: #fff;
}
.p_index2 {
	font-weight: 600;
	font-size: 1.5em;
	color: #fff;
}
.box_index1 {
	background-color: #fff;
	padding: 1em;
}
/*
.btn_index1 {
	display: inline-block;
	padding: .5em 1em;
	width: 60%;
    text-decoration: none;
	text-align: center;
	font-size: 1.2em;
    color: #3759A7;
	background-color: none;
    border: solid 1px #3759A7;
    transition: .4s;
	margin: 1em auto;
}
.btn_index1:hover {
	background: none;
	color: #fff;
	background-color: #3759A7;
	border: solid 1px #3759A7;
}
.btn_index2 {
	display: inline-block;
	padding: .5em 1em;
	width: 60%;
    text-decoration: none;
	text-align: center;
	font-size: 1.2em;
    color: #fff;
	background-color: #3759A7;
    border: solid 1px #fff;
    transition: .4s;
	margin: 1em auto;
}
.btn_index2:hover {
	background: none;
	color: #3759A7;
	background-color: #fff;
	border: solid 1px #fff;
}
*/


.ggmap {
	position: relative;
/*	padding-bottom: 56.25%;*/
/*	padding-bottom: 37.5%;*/
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 1em auto;
}
.ggmap_l {
	padding-bottom: 56.25%;
}
.ggmap_s {
	padding-bottom: 37.5%;
}
.ggmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important;
}



/* concept.html
-------------------------------------------------- */


/* lineup/uniform/index.html
-------------------------------------------------- */
.bg_common {
	background-color: #1A1A1A;
}
.btn_uniform1 {
	display: inline-block;
	padding: 1em 1em;
	width: 100%;
    text-decoration: none;
	text-align: center;
	font-size: 1.5em;
    color: #fff;
	background-color: #1A1A1A;
    border: solid 1px #1A1A1A;
    transition: .4s;
	margin: 1em auto;
}
.btn_uniform1:hover {
	background: none;
	color: #1A1A1A;
	background-color: #fff;
	border: solid 1px #1A1A1A;
}
/* lineup/uniform/soccer.html
-------------------------------------------------- */
.p_common1 {
	color: #fff;
	text-align: center;
}


/* support.html
-------------------------------------------------- */
.p_support1 {
/*	font-family: Bahnschrift,sans-serif;*/
	font-family: Impact,sans-serif;
	font-size: 2em;
	letter-spacing: .05em;
	color: #fff;
	text-align: center;
}
/* about.html
-------------------------------------------------- */
table.tbl_about1>tbody>tr>th,
table.tbl_about1>tbody>tr>td {
	color: #fff;
}
table.tbl_about1>tbody>tr>th {
	font-weight: 400;
	text-align: center;
}
/*
table.tbl_about2>tbody>tr>th,
table.tbl_about2>tbody>tr>td {
	color: #fff;
}
table.tbl_about2>tbody>tr>th {
	font-weight: 400;
}
*/
/*
table.tbl_boys1>tbody>tr>th {
	background-color: #fffaed;
	font-weight: 400;
	font-size: 1.3em;
	color: #3759A7;
	vertical-align: middle;
	border-bottom: 1px solid #3759A7;
}
table.tbl_boys2>tbody>tr>th {
	background-color: #e5f2e2;
	font-weight: 400;
	font-size: 1.3em;
	color: #3759A7;
	vertical-align: middle;
	border-bottom: 1px solid #3759A7;
}
table.tbl_boys1>tbody>tr>th:first-child,
table.tbl_boys2>tbody>tr>th:first-child {
	text-align: center;
}
table.tbl_boys1>tbody>tr>td,
table.tbl_boys2>tbody>tr>td {
	background-color: #fff;
	color: #3759A7;
	vertical-align: middle;
	border-bottom: 1px solid #3759A7;
}
*/




/* contact.php
-------------------------------------------------- */

/* privacy.html
-------------------------------------------------- */
.privacy_text {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	margin-top: 5px;
	margin-bottom: 30px;
	font-size: 1em;
}
.p_privacy1 {
	color: #fff;
	line-height: 2;
}
.p_privacy2 {
	font-weight: 500;
	color: #009944;
}



/* index.php
-------------------------------------------------- */
/* --- WordPress新着記事 --- */
.index-title {
/*	margin: .3em auto;*/
	transition: .4s;
}
.index-title a {
/*	font-weight: 600;*/
/*	font-size: 1.1em;*/
	color: #fff;
}
.index-title a:hover {
	color: #009944;
	text-decoration: underline;
}
.index-date {
	font-size: .9em;
	color: #fff;
/*	font-family: Bahnschrift,sans-serif;
	font-size: 1.3em;
	color: #fff;
	line-height: 1.4;
	margin-top: .5em;*/
}
.article-date {
	color: #fff;
}
.article-content {
	color: #fff;
}
.btn_index1 {
	display: inline-block;
	padding: .5em 1em;
	width: 60%;
    text-decoration: none;
	text-align: center;
	font-size: 1.2em;
    color: #fff;
	background-color: #2F2725;
    border: solid 1px #fff;
    transition: .4s;
	margin: 1em auto;
}
.btn_index1:hover {
	background: none;
	color: #2F2725;
	background-color: #fff;
	border: solid 1px #fff;
}

.notFound{
margin-top:40px;
margin-bottom:60px;
}
.notFound p{
margin:10px 0;
	color: #fff;
}
.notFound strong{
font-size:40px!important;
}

/* ページネーションプラグイン WP-PageNavi */
/*
.wp-pagenavi {
	clear: both;
	text-align:center;
	margin: 50px auto;
}
.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
	font-size: 13px;
	color: #D7001D;
	background-color: #fff;
	padding: 5px 10px;
	margin: 0 2px;
	white-space: nowrap;
	-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;
	border: 1px solid #D7001D;
}
.wp-pagenavi a:hover{
	display: inline-block;
	color: #fff;
	background-color: #D7001D;
}
.wp-pagenavi span.current{
	display: inline-block;
	color: #fff;
	background-color: #D7001D;
}
*/


/* cms-pagination */
.cms-pagination {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
	font-size: 13px;
}
.cms-pagination ul {
    position: relative;
    float: left;
    left: 50%;
    margin-bottom: 12px;
}
.cms-pagination ul li {
    position: relative;
    float: left;
    left: -50%;
    width: 34px;
    height: 38px;
    display: table;
    margin: 0 2px;
    display: none;
}
.cms-pagination ul li.pagination-no-num {
    width: 50px;
    display: table;
}
.cms-pagination ul li.pagination-no-num span {
    background: #eee;
    border: 1px solid #ddd;
    color: #ccc;
}
.cms-pagination ul li.pagination-sp {
    display: table;
}
.cms-pagination ul li a,
.cms-pagination ul li span {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    border: 1px solid #999;
    background: #fff;
}
/*
.cms-pagination ul li a:before,
.cms-pagination ul li span:before {
    position: absolute;
    display: block;
    content: '';
    width: 96%;
    height: 2px;
    background: #ccc;
    bottom: -3px;
    left: 2%;
}
*/
.cms-pagination ul li span {
    background: #555;
    border: 1px solid #555;
    color: #fff;
}
.pagination-txt {
    clear: both;
    text-align: center;
    margin-bottom: 40px;
	font-size: 13px;
}
.pagination-txt span {
    color: #999;
}
@media print,screen and (min-width: 1024px) {
    .cms-pagination ul li {
        width: 40px;
        height: 44px;
        margin: 0 3px;
        display: table;
    }
    .cms-pagination ul li a {
        -webkit-transition: background 0.3s ease;
        -moz-transition: background 0.3s ease;
        transition: background 0.3s ease;
    }
    .cms-pagination ul li a:hover {
        background: #ccc;
        -webkit-transition: background 0.3s ease;
        -moz-transition: background 0.3s ease;
        transition: background 0.3s ease;
    }
    .cms-pagination ul li.pagination-no-num {
        width: 60px;
    }
    .pagination-txt {
        margin-bottom: 60px;
    }
}





/* contact.php
-------------------------------------------------- */
/* --- お問い合わせフォーム --- */
/* デザインカスタマイズ */
div.wpcf7 { color: #505050; /*border:2px solid #505050;*/ padding:0px; padding-bottom: 2em; }
div.wpcf7 p { font-size: .9em; padding:15px 30px 0; margin:0; color: #fff; }
div.wpcf7 input, .wpcf7 select, .wpcf7 textarea { border:1px solid #505050; padding:8px; font-size:14px; }
div.wpcf7 number { border:1px solid #505050; padding:8px; font-size:1em; }
div.wpcf7 textarea { width:97.5%; height:100px; }
/* 544px以下の場合 */
@media screen and (max-width:544px){
/*	div.wpcf7 input, div.wpcf7 p, div.wpcf7 text { width:97.5%; }*/
	div.wpcf7 input[type="p"],
	div.wpcf7 input[type="text"],
	div.wpcf7 input[type="email"] { width:97.5%; }
	div.wpcf7 input[type="number"] { width:80%; }
}
div.wpcf7 input.wpcf7-submit {
   cursor:pointer; display: inline-block; padding: 0.3em 1em; text-decoration: none;
   background: none; color: #fff; font-weight: 500; border: solid 2px #fff; border-radius: 3px; transition: .4s;
}
div.wpcf7 input.wpcf7-submit:hover { background: #505050; color: white; }
.wpcf7 input.wpcf7-submit:active { box-shadow:none; bottom:-2px; position:relative; }
.wpcf7 input:focus, .wpcf7 textarea:focus { border:1px solid #505050; }
.wpcf7-captchac { border:1px solid #505050; }

/* ラジオボタン縦表示 */
.wpcf7-list-item {
    display: block;
}

/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid { background: #ffb6c1; }
.wpcf7 span.wpcf7-not-valid-tip {font-size: 80%;}
.wpcf7 .wpcf7-response-output {margin: 0 0 0; padding: 8px 35px 8px 14px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);}
.wpcf7 .wpcf7-validation-errors {color: #B94A48; background-color: #F2DEDE; border: 1px solid #EED3D7;}
.wpcf7 .wpcf7-mail-sent-ok {color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1;}

/* 必須赤色表示 */
.wpcf7 .required { color: #f00; font-weight: 700; font-size: .8em; }
/* 任意緑色表示 */
.wpcf7 .any{ color: #080; font-weight: 700; font-size: .8em; }

.wpcf7 .message { font-size: .8em; }

