@charset "UTF-8" ;

*{
    margin: 0;
    padding: 0;
}

p{
    line-height: 1.8em ;
    font-size: 19px;
    font-family: "ヒラギノ角ゴ W3 JIS2004";
    letter-spacing: 0.05em ;
    padding: 0.2em 18px;
    display: inline-block ;
    text-align: center;
    width: 65%; 
}

.p-form{
    font-size: 18px;
    font-family: "ヒラギノ角ゴ W3 JIS2004";
    padding: 0.2em 5px;
    width: 100%;
}

.p-back{
    background: #000ba8;
    font-family: "ヒラギノ角ゴ W3 JIS2004";
    color: #fafafa ;
    font-size: 17px;
    display: inline-block;
    text-align: center;
    width: 50px;
    padding: 2px 2px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

h1{
    padding-top: 0.2em ;
    font-family: "G2 サンセリフ-B";
    font-size: 26px;
    color: #fafafa ;
    letter-spacing: 0.05em ;
}


h2 {
    font-family: "ゴシックMB101 M", Arial, Helvetica;
    font-size: 27px;
    color: #fafafa ;
    letter-spacing: 0.05em ;
    margin: 2.0em 0 0.5em 0;
    padding: 0.3em 0 0.3em 0 ;
    background: rgb(223, 63, 63);
    border-radius: 7px 7px 0 0 ;
    border: none;
    box-shadow: 0 0 4px #c0c8d6;
}

h3 {
    font-family: "ゴシックMB101 M", Arial, Helvetica;
    font-size: 18px;
    color: #fafafa ;
    line-height: 3em ;
    letter-spacing: 0.05em ;
}

h4{
    font-family: "ゴシックMB101 M", Arial, Helvetica;
    font-size: 27px;
    line-height: 1em ;
    letter-spacing: 0.05em ;
    position: relative;
    color: rgb(77, 77, 77);
    display: inline-block;
    margin: 50px 0;
    text-shadow: 0 0 2px white;

}

h5{
    font-family: "ゴシックMB101 M";
    font-size: 17px;
    color: black ;
    line-height: 1.5em ;
    letter-spacing: 0.05em ;
    margin: 1.8em 0 2.5em 0;
}

.fire-mk{
	display: block;
    margin: 20px auto;
    
    color: #fff;
	
	background-size: 100px;
    background-repeat:  no-repeat;  
    background-position: center center;

    background-image: url(../img/mk-fire.svg);
}

.flex-box{
    max-width: 1260px;
    margin: 0 auto;
    border-radius: 5px;
    width: 85%;
    background-color: rgb(240, 240, 240);
    box-shadow: 0 0 3px #c0c8d6;
}

.flex-item{
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: space-around; 
    
    align-items: center;

    list-style-type: none ;
    flex-wrap: wrap;   
    flex-direction: row; /* 横並び */
    height: auto;
    
}

.flex-item li{
    margin: 20px 0;
}

.flex-item > li > a{
    font-family: "新ゴ B";
    font-size: 21px;
    position: relative;
    
    transition: .5s;
    padding: 5px 5px 1px 5px;
    margin: 5px 5px 5px 0px;
    text-decoration: none;
}

.flex-item > li > a::after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 1px;
    background-color: #070707;
    transition: .3s;
}

.flex-item > li > a:link{
    color: #525252;
}

.flex-item > li > a:visited{
    color: #525252;
}

.flex-item > li > a:hover{
    color: #ec626d;
}

.flex-item > li > a:hover::after {
    width: 100%;
}

table{
    font-family: "ヒラギノ角ゴ W3 JIS2004";
    width: 100%;
    font-size: 25px;
    border-collapse: collapse;
    table-layout: auto;
    
}

tr:last-child{
    border-bottom: solid 1px rgb(212, 212, 212);
}

tr:nth-child(even){
    background: rgb(240, 240, 240);
}

th{ /* tabel header*/
    padding: 15px 10px;
    font-size: 17px;
    letter-spacing: 0.12em ;
    color: white;
    background: rgb(223, 63, 63);
}
th:nth-child(1){
    border-radius: 10px 0 0 0;
    border-right: solid 1px rgb(212, 212, 212);
}

th:nth-child(2){
    border-right: solid 1px rgb(212, 212, 212);
}
th:nth-child(4){
    border-radius: 0 10px 0 0;
    border-left: solid 1px rgb(212, 212, 212);
}

td{
    padding: 20px 9px;      
    letter-spacing: 0.05em ;
}

td:nth-child(1){
    
    font-size: 17px;
    border-right: solid 1px rgb(212, 212, 212);
}
td:nth-child(2){
    
    font-size: 22px;
    border-right: solid 1px rgb(212, 212, 212);
}
td:nth-child(3){
    font-size: 22px;
}
td:nth-child(4){
    
    font-size: 28px;
    border-left: solid 1px rgb(212, 212, 212);
}

.team-game{
    max-width: 840px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
/*
#sec1{
    text-align: center;
}
*/

.under-line{
    position: relative;
    padding-bottom: 3px;
    border-bottom: solid 1px #B99622;
    animation: line-show 1s both;
    width: 0;
}

.inner {
    max-width: 1260px;
    margin: 0 auto;
    position: relative;
    width: 99%;
    z-index: 1;
    text-align: center;
}


#section-header-schedule{
    padding-top: 25px ;
    height: 190px;
    background: linear-gradient(90deg, rgba(10, 118, 212, 0.5), rgba(17, 45, 73, 0.85)) ,url(../img/back02.jpg) no-repeat bottom center;
    background-size: cover;
    text-align: center;
    
}

.img-body img{
    margin-top: 30px;
}

.img-meeting{
    width: 30%;
}

/* page top button */
#page_top{
    width: 60px;
    height: 55px;
    position: fixed;
    right: 0;
    bottom: 0;
    opacity: 0.6;
    border: 3px solid #df5e08;
    border-radius: 15px;
}
#page_top a{
    position: relative;
    display: block;
    width: 60px;
    height: 55px;
    text-decoration: none;
}
#page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f062';
    font-size: 25px;
    color: #df5e08;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -25px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
#page_top a::after{
    content: 'PAGE TOP';
    font-size: 13px;
    color: #df5e08;
    position: absolute;
    top: 29px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    line-height: 1.0em ;
    text-align: center;
}
  

/* pc */
@media only screen and (min-width: 768px) {
    img{    
        width: 55%; 
    }
    
    .schedule h1{
        padding-top: 1.3em;
    }
}

/* mobile */
@media only screen and (max-width: 767px) {
    .flex-item{
        display: flex;
        flex-direction: column;         
    }
    
    .flex-item li{
        margin: 8px 0;
    }
    .flex-item > li > a{
        font-family: "新ゴ B";
        font-size: 18px;
    }
    h4{
        font-size: 21px;
    }
    p{
        width: 90%;
        font-size: 17px;
    }
    td{
        padding: 13px 7px; 
    }
    td:nth-child(1){
        font-size: 13px;
    }
    td:nth-child(2){
        font-size: 15px;
    }
    td:nth-child(3){
        font-size: 15px;
    }
    td:nth-child(4){
        font-size: 16px;
    }
    h2{
        font-size: 22px;
    }
    #section-header-schedule{
        height: 140px;
    }
    

}

@media only screen and (max-width: 600px) {
   
    h2{ font-size: 20px; }
   
}
@media only screen and (max-width: 350px){
    
    h2{
        font-size: 18px;
    }
}