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

header.mobile {
  position: fixed;
  right: 0;
  top: 0;
  width: 20%;
  z-index: 99999999999;
  -webkit-transition: .3s;
  transition: .3s;
}

header.mobile .logo {
  display: inline-block;
  position: relative;
  top: 18px;
  left: 25px;
  width: calc(240px / 2);
}

header.mobile .logo a {
  display: block;
}

header.mobile .logo img {
  width: calc(240px / 2);
  height: auto;
}

header.mobile .headerNav {
  position: fixed;
  right: -100%;
  /* これで隠れる */
  top: 0;
  width: 100%;
  /* スマホに収まるくらい */
  height: 100vh;
  padding-top: 10px;
  background-color: #FFF;
  -webkit-transition: all .6s;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto;
  /* メニューが多くなったらスクロールできるように */
  opacity: 0;
}

header.mobile .headerNav .btn--reservation {
  width: 240px;
}

header.mobile .headerNav .nav__block {
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

header.mobile .headerNav .nav__block li {
  text-align: center;
  padding: 0 14px;
}

header.mobile .headerNav .nav__block li a {
  letter-spacing: .15rem;
  display: block;
  padding: 12px 0;
  font-weight: 700;
  border-bottom: 1px solid lightern(#B8AC14, 30%);
  text-decoration: none;
}

header.mobile .headerNav .nav__block--access {
  text-align: center;
}

header.mobile .headerNav .nav__block--access .logo--access {
  width: 140px;
  height: auto;
  margin-bottom: 16px;
}

.hamburger {
  position: absolute;
  right: 0px;
  top: 0px;
  /* クリックしやすいようにちゃんと幅を指定する */
  height: 18px;
  /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
  background: #004FA5;
  width: 50px;
  height: 50px;
}

.hamburger__line {
  position: absolute;
  top: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  width: 30px;
  height: 4px;
  background-color: #fff;
  -webkit-transition: all .6s;
  transition: all .6s;
  color: #fff;
}

.hamburger__line--1 {
  top: 16px;
}

.hamburger__line--2 {
  top: 24px;
}

.hamburger__line--3 {
  top: 32px;
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .6s;
  transition: all .6s;
  cursor: pointer;
}

/* 表示された時用のCSS */
.nav-open header.mobile .headerNav {
  right: 0;
  opacity: 1;
  width: 100%;
  background: #004FA5;
}

.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}

.nav-open .hamburger__line--1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 22px;
  left: 12px;
}

.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}

.nav-open .hamburger__line--3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 22px;
  left: 12px;
}



@media (min-width: 940px) {
  header.mobile {
    display: none;
  }
  header.pc {
    display: block;
    width: 940px;
    margin: 24px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header.pc .logo {
    width: 240px;
    height: auto;
  }
  header.pc .logo img {
    width: 100%;
  }
  header.pc .nav__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  header.pc .nav__block li {
    text-align: right;
  }
  header.pc .nav__block li + li {
    margin-left: 36px;
  }
  header.pc .nav__block li a {
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: .15rem;
  }
  header.pc .nav__block li a.active {
    color: #B8AC14;
  }
  header.pc .nav__block li a:hover {
    background: none;
    opacity: 1;
    color: #B8AC14;
  }
  header.pc .nav__block--1 {
    margin-bottom: 24px;
  }
  header.pc .nav__block--2 {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 24px;
  }
  header.pc .nav__block--2 li a {
    font-size: 1.1rem;
  }
  header.pc .nav__block--2 li .btn--reservation {
    width: 197px;
    font-size: 1.5rem;
  }
}






@media screen and (max-width: 768px) {

.sp{
	display:block;
	}

.pc{
	display:none;
	}

header{
background: none;
background-size: 40%;
width: 100%;
padding: 30px 0 0 0;
}

.sp_navi{
padding-left: 10%;
margin-top: 20px;
font-size: 1.7rem;
}

.sp_navi > li{
margin-bottom: 15px;
}

.sp_navi > li::before{
font-family: "Font Awesome 5 Free";
content: '\f45d';
font-weight: 900;
margin-right: 3px;
color: #fff;
}

.sp_navi li a{
color: #fff;
}

.sp_navi_in{
display: flex;
flex-wrap: wrap;
font-size: 1.6rem;
margin-left: 1em;
margin-top: 5px;
}

.sp_navi_in li{
margin-right: 2em;
line-height: 170%;
margin-bottom: 5px;
}

.sp_navi_in > li a{
font-weight: normal;
}

.sp_navi_in > li a::before{
content: '・';
}

.nav_pc{
display: none;
}

.logo_box{
width: 90%;
margin: 0 auto;
margin-bottom: 10px;
}

.h_logo{
width: 250px;
}

.pc_navi{
display: none;
}

.top_main_section{
width: 95%;
margin: 0 auto;
padding: 20px 0;
}

.top_important_box div:first-child{
width: 100%;
background: #ED1C24;
text-align: center;
}

.top_important_box div:last-child{
width: 100%;
}

.top_important_box div h2{
color: #FFF100;
font-size: 1.9rem;
padding: 10px 0;
position: static;
top: auto;
left: auto;
transform: none;
-webkit-transform: none;
-ms-transform: none;
}

.top_important_box dl dt{
color: #003D71;
font-size: 1.7rem;
width:100%;
}

.top_important_box dl dd{
font-size: 1.7rem;
width: 100%;
margin-bottom: 10px;
}

.news_midashi_01{
font-size: 1.9rem;
color: #fff;
background: #0071BC;
width: 220px;
padding: 15px 10px 10px 10px;
border-radius: 10px 10px 0 0;
float: left;
margin-bottom: 5px;
}

.news_midashi_01 span{
font-family: 'Open Sans', sans-serif;
font-size: 1.0rem;
padding-left: 1em;
display: none;
}

.list_btn_01{
font-size: 1.6rem;
color: #0071BC;
font-weight: bold;
float: right;
margin-top: 20px;
}

.news_list_01 dt{
width: 100%;
border-bottom: none;
margin-bottom: 5px;
padding-bottom: 0px;
padding-right: 2%;
}

.news_list_01 dt a{
color: #fff;
text-align: center;
font-size: 1.6rem;
display: block;
padding: 1% 0;
width: 50%;
}

.news_list_01 dd{
width: 100%;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: #999999 1px dashed;
}

.data_01{
font-size: 1.6rem;
float: left;
margin-right: 15px;
}

.tittle_01{
font-size: 1.6rem;
color: #003D71;
font-weight: bold;
}

.news_honbun_01{
clear: both;
font-size: 1.4rem;
white-space: nowrap;  
 overflow: hidden;  
 text-overflow: ellipsis;  
 -webkit-text-overflow: ellipsis;  
 -o-text-overflow: ellipsis;  
 margin-top: 7px;
}

.tournament_section{
background: #fff  url("../img/top/ba_05.png") no-repeat;
background-size: 100% 100%;
padding: 20px 20px 20px 20px;
position: relative;
margin-top: 80px;
}

.tournament_tittle{
font-size: 3.0rem;
color: #fff;
background: #ED1C24;
font-family: 'Open Sans', sans-serif;
display: inline;
padding: 1% 4%;
line-height: 100%;
position: absolute;
top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.month_01{
font-size: 2.5rem;
font-weight: bold;
margin-bottom: 5px;
}

.tournament_table_01 tr{
border-bottom: #000000 1px solid;
padding: 2% 0;
display: block;
}

.tournament_table_01 tr:first-child{
display: none;
}

.tournament_table_01 th{
border: #000000 1px solid;
font-size: 1.4rem;
background: #FFF9AC;
text-align: center;
padding: 3px 0;
font-weight: bold;
display: none;
}

.tournament_table_01 td{
border: none;
font-size: 1.8rem;
padding: 0% 2%;
vertical-align: middle;
display: block;
}

.tournament_table_01 td:nth-of-type(1){
text-align: left;
width: auto;
}

.tournament_table_01 td:nth-of-type(1)::before{
content: '期日　　：';
font-weight: bold;
color: #003D71;
}

.tournament_table_01 td:nth-of-type(2){
width: auto;
}

.tournament_table_01 td:nth-of-type(2)::before{
content: '大会名　：';
font-weight: bold;
color: #003D71;
}

.tournament_table_01 td:nth-of-type(3){
width: auto;
}

.tournament_table_01 td:nth-of-type(3)::before{
content: '会場　　：';
font-weight: bold;
color: #003D71;
}

.tournament_table_01 td:nth-of-type(4){
width: auto;
text-align: left;
}

.tournament_table_01 td:nth-of-type(4)::before{
content: '申込締切：';
font-weight: bold;
color: #003D71;
}

.tournament_table_01 td:nth-of-type(5){
width: auto;
text-align: left;
}

.tournament_table_01 td:nth-of-type(5)::before{
content: '組合せ　：';
font-weight: bold;
color: #003D71;
}

.tournament_table_01 td:nth-of-type(6){
width: auto;
text-align: left;
}

.tournament_table_01 td:nth-of-type(6)::before{
content: '備考　　：';
font-weight: bold;
color: #003D71;
}

.tournament_table_01 td img{
width: 15px;
}


.f_link_01{
width: 100%;
background: url("../img/top/ba_04.png") no-repeat;
background-size: cover;
padding: 30px 0;
}

.f_link_01 ul{
width: 90%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.f_link_01 ul li{
width: 45%;
background: #fff;
text-align: center;
margin: 0 2%;
padding: 20px 0 15px 0;
font-size: 1.8rem;
border-radius: 10px;
position: relative;
}

.bana_section{
background: #E6E6E6;
width: 100%;
padding: 15px 0;
}

.bana_section ul{
width: 90%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.bana_section ul li{
width: 48%;
margin-bottom: 10px;
}


.f_box{
width: 90%;
margin: 0 auto;
display: flex;
flex-direction: row-reverse;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
padding: 30px 0;
}

.f_box div:last-child{
width: 100%;
font-size: 1.8rem;
color: #fff;
}

.f_box div span{
font-size: 1.4rem;
margin-left: 0;
}

.copyright{
font-size: 1.1rem;
color: #fff;
margin-top: 20px;
}

.f_box div:first-child{
width: 100%;
font-size: 1.5rem;
color: #fff;
margin-bottom: 20px;
}

.f_box div a{
color: #fff;
}

.new_link_btn{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 100%;
margin: 0 auto;
margin-top: 10%;
}

.new_link_btn li{
width: 48%;
}

.new_link_btn li a{
background: #003D71;
color: #fff;
font-size: 2.0rem;
text-align: center;
display: block;
width: 100%;
padding: 5% 0;
border-radius: 10px;
}

}