@charset "utf-8";
/* =============================================================================
共通
========================================================================== */
form legend{
display: none;
}

#under {
padding-bottom: 0;
}
a.underline {
color: #0c5081;
text-decoration: underline;
}
a.underline:hover {
text-decoration: none;
}

section {
margin: 80px 0;
}
@media screen and (max-width: 767px) {
section {
margin: 40px 0;
}
}
section h2 {
display: flex;
align-items: center;
}
section h3 {
color: #22611e;
position: relative;
padding-left: 36px;
margin-top: 30px;
margin-bottom: 15px;
}
section h3:before {
background: #22611e;
position: absolute;
content: "";
top: 13px;
left: 0;
width: 20px;
height: 2px;
}
section h3.greenTxt {
color: #22611e;
}
section h3.greenTxt:before {
background: #22611e;
}
section h3.yellowTxt {
color: #d9ac00;
}
section h3.yellowTxt:before {
background: #d9ac00;
}
section h3.blueTxt {
color: #0c5081;
}
section h3.blueTxt:before {
background: #0c5081;
}
section table {
max-width: 850px;
width: 100%;
border-collapse: collapse;
margin: 20px 0;
}
td, th {
vertical-align: middle;
}

/*スクロールテーブル*/
section .scroll table {}
@media screen and (max-width: 767px) {
section .scroll {
overflow: auto;
white-space: nowrap;
margin: 20px 0;
}
section .scroll table {
display: block;
clear: both;
overflow: scroll;
margin: 0;
}
}

/*短期スポーツ一覧*/

.ichiran {
padding: 15px 30px;
border: solid 3px #0c5081;
font-size: 1.1rem;
margin-bottom: 30px;
line-height: 1.8em;
}
.ichiran p {
font-size: 1.2rem;
color: #0c5081;
}
.ichiran span {
color: #8d3439;
}
@media screen and (max-width: 767px) {
.ichiran {
font-size: 1rem;
}
.ichiran p {
font-size: 1.2rem;
}
}





section table.blueTbl caption {
background: #0c5081;
color: #fff;
font-size: 1rem;
padding: 20px 10px;
text-align: center;
font-weight: bold;
border-bottom: 2px solid #fff;
}
section table.blueTbl th {
background: #0c5081;
color: #fff;
font-size: 1rem;
padding: 10px;
border-bottom: 2px solid #fff;
}
section table.blueTbl td {
background: #f8f8f8;
padding: 10px;
padding-left: 25px;
line-height: 2em;
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
font-feature-settings: "palt";
}
section table.blueTbl .blueBg {
background: #d4edff;
white-space: nowrap;
}

section table.greenTbl th {
background: #80b17d;
color: #fff;
font-size: 1rem;
padding: 10px;
border-bottom: 2px solid #fff;
}
section table.greenTbl td {
background: #f8f8f8;
padding: 10px;
padding-left: 25px;
line-height: 2em;
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
font-feature-settings: "palt";
}
section table.greenTbl .greenBg {
background: #c1e4be;
white-space: nowrap;
}

section table.yellowTbl th {
background: #f7ce33;
color: #fff;
font-size: 1rem;
padding: 10px;
border-bottom: 2px solid #fff;
}
section table.yellowTbl td {
background: #f8f8f8;
padding: 10px;
padding-left: 25px;
line-height: 2em;
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
font-feature-settings: "palt";
}
section table.yellowTbl .yellowBg {
background: #f7e9b1;
}

section table.tableType1 {}
section table.tableType1 td {
padding-top: 20px;
padding-bottom: 20px;
}

section table.tableType2 {
max-width: 1100px;
}

section table.tableType3 {
max-width: 540px;
}
section table.tableType3 td {
padding-top: 20px;
padding-bottom: 20px;
}

section table .borderR {
border-right: 2px solid #fff;
}
section table .tCenter {
text-align: center;
padding-left: 25px !important;
padding-right: 25px !important;
}
section table .tCenter2 {
text-align: center;
padding-left: 10px !important;
padding-right: 10px !important;
}
section table .tRight {
text-align: right;
padding-left: 25px !important;
padding-right: 25px !important;
}
section table .space {
background: #fff !important;
}
section table .empha {
background: #fff !important;
}
@media screen and (max-width: 1030px) {
section table .tCenter {
padding-left: 10px !important;
padding-right: 10px !important;
}
section table .tRight {
padding-left: 10px !important;
padding-right: 10px !important;
}
}

.btnMachine {
padding: 20px 0;
margin: 0 auto;
}
.btnMachine a{
background: #0c5081;
color: #fff;
font-weight: bold;
padding: 1.3em 5em;
line-height: 1.0;
border: none;
width: auto;
display: inline-block;
}
.btnMachine a:hover{
background: #DDDC2D;
}


/*row2Box*/
.row2Box {
display: flex;
justify-content: space-between;
max-width: 900px;
}
.row2Box .row {
width: 46%;
}
@media screen and (max-width: 1030px) {
.row2Box {
flex-direction: column;
}
.row2Box .row {
width: 100%;
}
}



/*shisetsuTtl*/
.shisetsuTtl {
margin-bottom: 30px;
}
.shisetsuTtl.blueBg {
background: #0c5081;
}
.shisetsuTtl.greenBg {
background: #80b17d;
}
.shisetsuTtl.yellowBg {
background: #f7ce33;
}
.shisetsuTtl .flex {
position: relative;
display: flex;
align-items: center;
}
.shisetsuTtl .flex .img {
width: 50%;
}
.shisetsuTtl .flex .img img {
width: 100%;
}
.shisetsuTtl .flex .txt {
width: 50%;
box-sizing: border-box;
padding: 0 20px 0 60px;
color: #fff;
}
.shisetsuTtl .flex .ico {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
@media screen and (max-width: 1030px) {
.shisetsuTtl .flex .txt {
padding: 5px 20px 5px 40px;
}
.shisetsuTtl .flex .txt .pc {
display: none;
}
}
@media screen and (max-width: 767px) {
.shisetsuTtl {
margin-bottom: 30px;
}
.shisetsuTtl .flex {
flex-direction: column;
}
.shisetsuTtl .flex .img {
width: 100%;
}
.shisetsuTtl .flex .txt {
width: 100%;
padding: 30px 20px 20px 20px;
}
.shisetsuTtl .flex .ico {
top: 110px;
width: 50px;
height: 50px;
}
}
@media screen and (max-width: 400px) {
.shisetsuTtl .flex .ico {
top: 100px;
}
}

/*btnLink*/
.btnLink {
margin-top: 20px;
margin-bottom: 20px;
display: inline-block;
}
.btnLink a {
border: 1px solid #cfcfcf;
background: #fff;
font-size: 1rem;
padding: 10px;
width: auto;
display: flex;
align-items: center;
}
.btnLink a img {
padding-right: 10px;
}

/*picList*/
.picList {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.picList:after {
content: "";
display: block;
width: 48%;
}
.picList li {
margin: 20px 0;
width: 48%;
}
@media screen and (max-width: 767px) {
.picList li {
margin: 10px 0;
}
}

/*progressbar*/
.progressbar {
display: flex;
flex-wrap: wrap;
overflow: hidden;
margin-top: 30px;
}
.progressbar .item {
position: relative;
width: 33%;
text-align: center;
position: relative;
align-items: center;
justify-content: center;
padding: 13px 0;
line-height: 1.5;
background: #e6f1fa;
color: #0c5081;
font-weight: bold;
}
.progressbar .item span {
font-size: 1.1em;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
position: absolute;
z-index: 2;
top: 0;
bottom: 0;
left: 100%;
content: '';
border: 37px solid transparent;
border-left: 20px solid #e6f1fa;
margin: auto;
}
.progressbar .item:not(:last-child)::before {
margin-left: 1px;
border-left-color: #FFF;
}
@media screen and (max-width: 767px) {
.progressbar .item {
line-height: 1.4;
padding: 10px 0;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
border-width: 25px;
border-left-width: 12px;
}
}
/* active */
.progressbar .item.active {
z-index: 1;
background: #0c5081;
color: #FFF;
}
.progressbar .item.active:not(:last-child)::after {
border-left-color: #0c5081;
}
.progressbar .item.active:not(:last-child)::before {
border-left: none;
}

/*schoolSec01*/
#under .schoolSec01 {}
#under .schoolSec01 h2 {
display: block;
border-bottom: none;
text-align: center;
margin-bottom: 0;
padding-bottom: 30px;
}
#under .schoolSec01 h2 span {
display: block;
font-size: 0.9rem;
color: #0c5081;
margin-top: 8px;
}
#under .schoolSec01 ul {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#under .schoolSec01 li {
width: 32%;
margin-top: 40px;
}
#under .schoolSec01 li .img img {
width: 100%;
}
#under .schoolSec01 li .img {
position: relative;
text-align: center;
}
#under .schoolSec01 li .img:hover {
opacity: 1.0;
filter: alpha(opacity=100);
-moz-opacity: 1.0;
}
#under .schoolSec01 li .img:before {
background-color: rgba(0,0,0,0.3);
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: ' ';
}
#under .schoolSec01 li .more {
position: absolute;
display: block;
width: 65%;
color: #fff;
text-align: center;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
padding: 30px 0;
font-weight: bold;
font-size: 1.2em;
border: 2px solid #fff;
}
#under .schoolSec01 li a:hover .more {
background:rgba(255,255,255,0.8);
color: #0f0f0f;
}
#under .schoolSec01 li .text {
padding-top: 10px;
}
#under .schoolSec01 li .text h4 {
font-weight: bold;
color: #0c5081;
font-size: 1.2em;
margin-bottom: 5px;
}
@media screen and (max-width: 1030px) {
#under .schoolSec01 li {
width: 48%;
}
}
@media screen and (max-width: 767px) {
#under .schoolSec01 ul {
flex-direction: column;
}
#under .schoolSec01 li {
width: 100%;
margin-top: 30px;
}
}

/*schoolSec02*/
#under .schoolSec02 {}
#under .schoolSec02 .flexBox {
display: flex;
}
#under .schoolSec02 .flexBox figure {
margin-right: 40px;
}
#under .schoolSec02 .flexBox .text {
flex: 1;
}
#under .schoolSec02 .flexBox .text table {
margin-bottom: 0;
}
#under .schoolSec02 .flexBox .text table th {
white-space: nowrap;
}
#under .schoolSec02 .flexBox .text p a {
color: #0c5081;
text-decoration: underline;
}
@media screen and (max-width: 767px) {
#under .schoolSec02 .flexBox {
flex-direction: column;
}
#under .schoolSec02 .flexBox figure {
margin-right: 0;
margin-bottom: 20px;
}
}

/*schoolSec03*/
#under .schoolSec03 {
background: #f2f2f2;
margin: 0;
padding: 60px 0;
}
#under .schoolSec03 h2 {
display: block;
border-bottom: none;
text-align: center;
margin-bottom: 0;
padding-bottom: 30px;
}
#under .schoolSec03 h2 span {
display: block;
font-size: 0.9rem;
color: #0c5081;
margin-top: 8px;
}
#under .schoolSec03 ul {
margin: 30px auto 0 auto;
width: 80%;
display: flex;
justify-content: space-around;
}
#under .schoolSec03 li {
width: 40%;
text-align: center;
}
#under .schoolSec03 li a {
display: block;
color: #fff;
padding: 20px 0;
margin-bottom: 10px;
display: flex;
align-items: center;
justify-content: center;
}
#under .schoolSec03 li a span {
margin-right: 10px;
}
#under .schoolSec03 li.tel a {
background: #fff;
border: 1px solid #ccc;
}
#under .schoolSec03 li.tel a:hover {
background: #ccc;
}
#under .schoolSec03 li.contact a {
background: #8d3439;
border: 1px solid #8d3439;
}
#under .schoolSec03 li.contact a:hover {
background: #0c5081;
}
@media screen and (max-width: 1030px) {
#under .schoolSec03 ul {
margin: 30px auto 0 auto;
width: 100%;
}
#under .schoolSec03 li {
width: 45%;
}
}
@media screen and (max-width: 767px) {
#under .schoolSec03 ul {
margin: 0 auto;
width: 80%;
flex-direction: column;
}
#under .schoolSec03 li {
width: 100%;
margin-top: 30px;
}
}

/*instructorsSec02*/
#under .instructorsSec02 .pointBox {
max-width: 850px;
width: 100%;
border: 1px solid #bbb;
padding: 20px;
display: flex;
align-items: center;
}
#under .instructorsSec02 .pointBox h4 {
margin-right: 30px;
background: #80b17d;
color: #fff;
font-weight: bold;
font-size: 1.2em;
padding: 15px 30px;
}
#under .instructorsSec02 .pointBox p {
flex: 1;
}
@media screen and (max-width: 767px) {
#under .instructorsSec02 .pointBox {
flex-direction: column;
}
#under .instructorsSec02 .pointBox h4 {
margin-right: 0;
margin-bottom: 15px;
font-size: 1.2em;
padding: 10px 30px;
}
}

/*contactSec01*/
#under .contactSec01 .inner {
padding: 0 50px;
}
#under .contactSec01 .inner p.tel {
font-size: 2.2rem;
color: #005e8f;
}
#under .contactSec01 .inner p.tel a {
color: #005e8f;
}
#under .contactSec01 .inner p.tel span {
font-size: 1.4rem;
padding-right: 10px;
}
@media screen and (max-width: 767px) {
#under .contactSec01 .inner {
padding: 0 15px;
}
}

/*accessSec01*/
#under .accessSec01 .inner {
max-width: 850px;
width: 100%;
margin: 0 auto;
}
#under .accessSec01 .inner h2 {
border-bottom: none !important;
padding-bottom: 0 !important;
}
#under .accessSec01 .inner ul {
margin-bottom: 20px;
}
#under .accessSec01 .inner li {
margin-bottom: 10px;
}
#under .accessSec01 .inner li span {
width: 25px;
color: #4cb029;
display: inline-block;
}

/*facilitySec01*/
#under .facilitySec01 .flex {
padding-top: 40px;
display: flex;
justify-content: center;
}
#under .facilitySec01 .flex li {
width: 30%;
margin: 0 15px;
}
#under .facilitySec01 .flex li a {
padding: 26px 0px;
border: 2px solid #cfcfcf;
display: flex;
align-items: center;
justify-content: center;
height: 88px;
}
#under .facilitySec01 .flex li img {
margin-right: 10px;
}
@media screen and (max-width: 767px) {
#under .facilitySec01 .flex {
padding-top: 20px;
flex-direction: column;
}
#under .facilitySec01 .flex li {
width: 100%;
margin: 10px 0;
}
}







/*汎用スタイル*/
.marT20 {
margin-top: 20px;
}
.fontBoldGreen {
font-weight: bold;
color: #22611e;
}
.fontBoldBlue {
font-weight: bold;
color: #0c5081;
}
.fontPink {
color: #ff3690;
}
.textCenterLeft {
text-align: center;
}
@media screen and (max-width: 767px) {
.textCenterLeft {
text-align: left;
}
}

/*form*/
form {
margin-top: 40px;}
form .inp100 { width:100% !important;}
form .inp90 { width:90% !important;}
form .inp70 { width:70% !important;}
form .inp50 { width:50% !important;}
form .inp30 { width:30% !important;}
form .inp10 { width:10% !important;}
form .imeActive { ime-mode: active; /* 全角モード */}
form .imeInactive { ime-mode: inactive; /* 半角モード */}
::placeholder {
color: #b4b4b4;}
form input[type=text], form input[type=email], form input[type=search], form input[type=tel], form input[type=url], form input[type=date], form input[type=submit], form textarea{
-webkit-appearance: none;
font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
font-size:100%;
width:100%;
border-radius: 0;
box-sizing: border-box;
line-height: 1.5em;
border:1px solid #999;
padding:8px;}
form select {
font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
font-size:100%;
width:100%;
border-radius: 0;
box-sizing: border-box;
line-height: 1.5em;
border:1px solid #999;
padding:8px;}
form label {
align-items: center;
margin-right: 20px;}
form input[type=checkbox], form input[type=radio] {
vertical-align:0;
margin-right:5px;
-webkit-appearance: auto;}
form .req{
margin-left: 15px;
font-size: 0.875em;
font-weight: normal;
padding: 3px 5px;
background: #fff;
color: #8d3439;}
form table th {
text-align: left;
padding: 20px 25px !important;}
form table td {
padding: 20px 25px !important;}
form .btn{
padding: 20px 0;
text-align:center;
margin: 0 auto;}
form .btn input[type=submit] {
background: #0c5081;
color: #fff;
font-weight: bold;
cursor:pointer;
transition: all 0.2s linear;
padding: 1.3em 5em;
line-height: 1.0;
border: none;
width: auto;
display: inline-block;}
form .btn input[type=submit]:hover {
background: #000;}
form .btnBack{
text-align:center;
margin: 0 auto;}
form .btnBack input[type=submit] {
background: #CCC;
cursor:pointer;
transition: all 0.2s linear;
border-radius: 5px;
padding: 1.0em 3em;
line-height: 1.0;
border: none;
width: auto;
display: inline-block;}
form .btnBack input[type=submit]:hover {
background: #111;
color: #fff;}
@media only screen and (max-width: 767px) {
form table th {
padding: 15px 15px !important;
display: block;
width: 100%;
border-right: none !important;}
form table td {
display: block;
width: 100%;
padding: 15px 15px !important;
border-right: none !important;}
form .btn{
width: 90%;}
form .btn input[type=submit] {
display: block;
width: 100%;}
}






/* =============================================================================

========================================================================== */
@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
