html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1.5;
    color: #525252;
}
ol, ul {
	list-style: none;
}
li{list-style: none;}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
    font-family: 'Noto Sans JP', sans-serif;
    color: #222222;
    font-size: 14px;
}
a{
    color: #707070;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
img{
    max-width: 100%;
}
ul{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    padding: 0;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
/* max-width: 414px -> max-width: 812px に変更 */
@media screen and ( max-width: 812px ){
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}
/*ヘッダーコンテンツ*/
header{
    background: #2D874A;
    height: 156px;
    border-bottom: 10px solid #FFF500;
/*
    position: fixed;
    top: 0;
*/
}
.logo-area {
    width: 20%;
    float: left;
    /* margin: 1%; */
    height: 100%;
}
.logo-area img{
    margin-top: 3%;
    margin-left: 8%;
}
.g-area{
    float: left;
    /* margin-top: 10px; */
    width: 74%;
    height: 100%;
    margin-left: 6%;
}
.head1{
    background: #3F9B5D;
    height: 60px;
}
.head2{
    height: 90px;
}
.head2 nav{
    height: 100%;
}
.header-tell > div{
    display: inline-block;
}
main-head{
    background: #3F9B5D;
}
#main-head .tell{
    position: relative;
    font-size: 160%;
    font-weight: 500;
    margin-right: 12px;
    padding-left: 20px;
    display: inline-block;
    padding-top: 10px;
}
#main-head .tell-content{
    display: inline-block;
}
#main-head .tell:before{
    content: '';
    background: url('https://www.hayabusa11.net/wp-content/themes/hayabusacustom/images/header/tel.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 40px;
    position: absolute;
    left: 0;
}
.g-area .member,
.g-area .login{
    width: 160px;
    padding: 0 6px;
    display: inline-block;
}
.g-contact{
    float: right;
}
.g-navi{
    height: 100%;
}
.g-navi{
    height: calc(100% - 4px);
}
/*.g-navi > li{
    padding: 0 30px;
    border-right: 1px solid #3F9B5D;
    text-align: center;
    height: 100%;
    font-size: 16px;
    font-weight: 600;
    vertical-align: top;
    float: left;
}*/
.g-navi > li {
    padding: 0 30px;
    border-right: 1px solid #3F9B5D;
    text-align: center;
    height: 100%;
    font-size: 14px;
    font-weight: 600;
    vertical-align: top;
    float: left;
    width: calc(100% / 7);
}
.g-navi li div{
    margin-top: 28px;
    vertical-align: top;
}
.g-navi li div a{
    color: #fff;
}
.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 85px;
    width: 200%;
    background: #2D874A;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    left: 0;
    opacity: 0;
}

li.menu__single:hover ul.menu__second-level {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 100;
}
li.menu__single:hover ul.menu__second-level li{
    display: block;
    padding: 12px;
    text-align: left;
}
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sns-area a{
    display: inline-block;
}
.sns-area a img{
    margin: 8px 12px 0 8px;
}
.offer-area{
    height: 60px;
}
.offer-area > div{
    display: inline-block;
    padding: 0 48px;
    height: 100%;
}
.offer-area > div a{
    width: 100%;
    height: 100%;
    display: block;
}
.fan{
    background: #FFFCBC;
}
.sponcor{
    background: #FFF535
}
.fan a,
.sponcor a{
    color: #2D874A;
    font-weight: 600;
    padding-top: 18px;
}
/*
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
*/
/*ヘッダーコンテンツ*/
/*フッターコンテンツ*/
#main-footer{
    background: #2D874A;
}
.footer-navi ul{
    width: 33.3333%;
    float: left;
}
.about-footer img{
    width: 280px;
}
.about-footer p a,
.footer-navi li a{
    color: #fff;
}
.about-footer ul li{
    width: 28px;
    display: inline-block;
    margin-right: 24px;
    font-family: 'Oswald', sans-serif;
}
.about-footer p{
    margin-bottom: 16px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}
.footer-navi li{
    margin-bottom: 16px;
}
#main-footer{
    padding: 3% 0;
}
/*フッターコンテンツ*/
/*メインコンテンツ*/
.main-area{
    width: 100%;
    background: #2D2E36;
    padding: 24px 0;
}
.main-area2{
    width: 100%;
    background: #2e6d36;
    padding: 24px 0;
}
.slick-dotted.slick-slider{
    margin-bottom: 0;
}
.slick-track > div{
    position: relative;
}
.slick-track > div img{
    position: relative;
}
.slick-track > div .slide-content{
    position: absolute;
    bottom: 5%;
    text-align: center;
    width: 100%;
    color: #fff;
    z-index: 1;
}
.slick-track > div .slide-content a{
    color: #fff;
}
.slick-track > div:after{
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    /* background: rgba(27, 26, 26, 0.5); */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0)), to(#222222));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0) 25%, #222222 100%);
    z-index: 0;
    opacity: .5;
}
.font-en{
    font-family: 'Oswald', sans-serif;
}
.back-wh{
    background: #fff;
}
.ttl{
    font-size: 40px;
    line-height: .7;
    font-weight: 600;
    color: #525252;
}
.ttl span.small-text{
    font-size: 40%;
}
.game-list li div.gamecontent{
    border: 1px solid #BCBCBC;
    padding: 3%;
    background: #FAFAFA;
    margin: 1%;
}
.game-list li:first-child .gamecontent{
    border-top: 10px solid #FFF535 !important;
    background: none;
    padding: 2%;
}
.game-list li:first-child .gamecontent .color-grey{
    color: #868686;
    text-align: center;
}
.color-wh{
    color: #fff;
}
.color-grey{
    color: #868686;
}
.game-date{
    font-size: 24px;
    color: #666666;
    font-weight: 600;
}
.game-date span{
    font-size: 200%;
}
.game-place{
    font-size: 14px;
}
.game-list2 > div{
    margin-top: .5rem;
}
.game-list2 > div:first-child{
    margin-top: 0;
}
.game-list2 .game-date{
    font-size: 16px;
    color: #666666;
    font-weight: 600;
}
.game-list2 .game-date span{
    font-size: 100%;
}
.game-all-link{
    width: 80%;
    margin: 5% auto 0 !important;
    border: #555555 1px solid;
    padding: 12px;
}
.media-list{
    border: 1px solid #BCBCBC;
    padding: 3%;
}
.tw h2{
    text-align: center;
    font-size: 120%;
    background: #1aa2f3;
    color: #fff;
    padding: 3%;
    font-weight: 600;
}
.fb h2{
    text-align: center;
    font-size: 120%;
    background: #3b5999;
    color: #fff;
    padding: 3%;
    font-weight: 600;
}
.tw{
    height: 500px;
    overflow-y: scroll;
    border: 1px solid #fafafa;
    position: relative;
}
.fb{
    height: 500px;
    overflow-y: scroll;
    border: 1px solid #fafafa;
    position: relative;
    margin-top: 1rem;
}
.blog-cat{
    margin: .5rem auto;
}
.cat-base{
    background: #F81B5F;
    color: #fff;
    font-size: 80%;
    padding: 0 4px;
}
.blog-ttl h3{
    font-size: 135%;
    line-height: 1;
}
.blog-description{
    margin-top: .5rem;
}
.blog-description p{
    font-weight: 300;
    font-size: 80%;
}
.blog-image{
    width: 100%;
    height: 160px;
    background-size: cover;
    background-position: center;
}
.member-image{
    width: 100%;
    height: 280px;
    background-size: cover;
    background-position: center;
}
.member-ttl{
    text-align: center;
}
.member-ttl h3{
    font-size: 1.4rem;
    line-height: .8;
    margin-top: 5%;
}
.member-ttl h3 span{
    font-size: 70%;
}
.member-description table{
    width: 100%;
}
.member-description table td{
    display: block;
    text-align: center;
    padding: 8px;
}
.member-description table td:first-child{
    background: #f5f5f5;
}
.modal-footer button{
    margin: 0 auto;
}
.member-link{
    background: #f5f5f5;
    margin: 1rem auto;
    display: block;
    font-size: 80%;
}
.member-ttl1{
    background: #2d2e36;
    padding: 12px 0;
    color: #fff;
    margin-bottom: 1rem;
}
.service-ttl1{
    background: #2e6d36;
    color: #fff;
    display: block;
    height: 100%;
    margin: 0 !important;
}
.service-ttl1 h3{
    margin: 0 !important;
}
.back-grey{
    background: #f5f5f5;
}
.m-photo{
    width: 40%;
    float: left;
}
.m-discription{
    width: 55%;
    float: left;
    margin-left: 5%;
}
.d1{
    background: #333;
    padding: 2px 8px;
    color: #fff;
    display: inline-block;
}
.d2{
    margin-top: 8px;
    font-size: 24px;
    line-height: .8;
}
.d2 span{
    font-size: 12px;
}
.d3{
    margin-top: 8px;
}
.d4{
    margin-top: 8px;
}
.d4 strong{
    font-weight: 600;
}
.table-green td{
    background: #444444;
    border: 1px solid #fff;
    padding: 2%;
    color: #fff;
}
.table-green td:first-child{
    width: 20%;
}
.blog-list div.col-sm-4,
.sponcor-area div.col-sm-3{
    margin-top: 1.5rem;
}
.blog-list a{
    color: #333;
}
.movie-area{
    background: #EAEAEA;
    padding: 3rem;
}
.sponcor-area{
    background: #2D2E36;
    padding: 3rem;
}
/*　CSSはこちら　*/
.player {
position: relative;
height: 0;
padding-bottom: 56.25%;
margin-bottom:40px;
}
.player iframe {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.fb iframe{
    display: block;
    margin: 1rem auto;
}
/*シングルコンテンツ*/
.single-ttl{
    border-bottom: 3px solid #333;
    padding-bottom: 1rem;
}
.single-ttl h1{
    font-size: 1.5rem;
    font-weight: 600;
}
.single-content td{
    border: 1px solid #888888;
    padding: 12px;
}
.single-content table{
    margin: 1.5rem 0;
}
.single-content ol{
    padding-left: 1rem;
    margin: 1.5rem 0;
}
.single-content ol li{
    list-style: decimal;
    padding: .3rem;
}
.single-content h2{
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: .5rem;
    margin-top: 1rem;
}
.single-fv{
    margin: 1rem auto 0;
}
.single-list li{
    color: #999999;
    display: inline-block;
    margin-right: 1rem;
}
.single-list li.cat{
    background: #999999;
    color: #fafafa;
    padding: 2px 4px;
    font-size: 90%;
}
.line-height18{
    line-height: 180%;
}
/*シングルコンテンツ*/
/* max-width: 414px -> max-width: 812px に一部コンテンツを移動 */
@media screen and ( max-width: 414px ){
    .footer-navi{
        display: none;
    }
    .about-footer{
        text-align: center;
    }
    #main-footer{
        padding: 10% 0;
    }
    .blog-ttl h3{
        font-size: 100%;
    }
}
/* max-width: 414px -> max-width: 812px に変更 */
@media screen and ( max-width: 812px ){
    #main-head{
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 1000;
        height: 76px;
    }
    .logo-area img {
        margin-top: 1%;
        margin-left: 3%;
        width: 60px !important;
    }
    /* ハンバーガーメニュー*/
    .header {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 40px;
      background-color: #fff;
      box-shadow: 0 2px 6px rgba(0,0,0,.16);
    }
    main{
        margin-top: 70px;
    }
    .global-nav {
      position: fixed;
      right: -320px; /* これで隠れる */
      top: 0;
      width: 300px; /* スマホに収まるくらい */
      height: 100vh;
      padding-top: 40px;
      background-color: #2D874A;
      transition: all .6s;
      z-index: 200;
      overflow-y: auto; /* メニューが多くなったらスクロールできるように */
    }
    .hamburger {
      position: absolute;
      right: 0;
      top: 16%;
      width: 40px; /* クリックしやすいようにちゃんと幅を指定する */
      height: 40px; /* クリックしやすいようにちゃんと高さを指定する */
      cursor: pointer;
      z-index: 300;
    }
    .global-nav__list {
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .global-nav__item {
      text-align: center;
    }
    .global-nav__item a {
      display: block;
      padding: 8px 0;
      text-decoration: none;
      color: #fff;
    }
    .global-nav__item a:hover {
      background-color: #eee;
    }
    .hamburger__line {
          position: absolute;
          left: 11px;
          width: 24px;
          height: 1px;
          background-color: #111;
          transition: all .6s;
    }
    .hamburger__line--1 {
        top: 10px;
    }
    .hamburger__line--2 {
        top: 20px;
        width: 14px;
        right: 0;
    }
    .hamburger__line--3 {
        top: 30px;
    }
    .black-bg {
          position: fixed;
          left: 0;
          top: 0;
          width: 100vw;
          height: 100vh;
          z-index: 100;
          background-color: #000;
          opacity: 0;
          visibility: hidden;
          transition: all .6s;
          cursor: pointer;
    }
    /* 表示された時用のCSS */
    .nav-open .global-nav {
      right: 0;
    }
    .nav-open .black-bg {
      opacity: .8;
      visibility: visible;
    }
    .nav-open .hamburger__line--1 {
      transform: rotate(45deg);
      top: 20px;
    }
    .nav-open .hamburger__line--2 {
      width: 0;
      left: 50%;
    }
    .nav-open .hamburger__line--3 {
      transform: rotate(-45deg);
      top: 20px;
    }
    .g-area li{
        float: none;
        text-align: left;
    }
    .g-area li a{
        padding: 5%;
    }
    .global-nav__list li:nth-child(even){
        background: #3F9B5D;
    }
/*    ロゴのサイズを最大240pxで制御*/
    .logo-area{
        width: 50%;
        max-width: 240px;
    }
    .login-btn{
        background: #51d26e !important;
    }
    /*812pxの場合電話ボタンが離れるのでサイズを変更*/
    .sp-call{
        position: absolute;
        width: 20px;
        right: 10%;
        top: 1%;
    }
      /* ハンバーガーメニュー*/
    .main-area{
        padding: 2%;
    }
}
/*スマホ用の電話ボタンの位置調整*/
/*追加分*/
.top-sponcor div.col-6:first-child,
.top-sponcor div.col-6:nth-child(2){
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.sponcor-area div.col-6 img{
    display: block;
    margin: 0 auto;
    max-width: 300px;
}
.img-back{
    background: #fff;
    padding: 1% 0;
}
.schedule-list li{
    margin: 1rem 0;
    background: #f5f5f5;
    padding: 1rem;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.merchant-list{
    padding: 0 5%;
    margin: 5% 0;
}
.merchant-list table{
    border: 3px solid #f5f5f5;
    width: 100%;
    margin-bottom: 1.5rem;
}
.merchant-list table tr:nth-child(even){
    background: #f5f5f5;
}
.merchant-list table td{
    padding: 16px;
}
.merchant-list table td:first-child{
    width: 35%;
}
.tenmei{
    font-size: 120%;
    font-weight: 700;
}
    .img-back img{
        display: block;
        margin: 0 auto;
        height: 100px;
    }
    .slick2 .slick-track > div:after{
        background: none;
    }
@media screen and ( max-width: 414px ){
    .sp-call{
        position: absolute;
        width: 20px;
        right: 17%;
        top: 1%;
    }
    .emblem{
        max-width: 30px;
    }
    .gamecontent .col-4 .col-4{
        padding: 0;
    }
    .game-place{
        font-size: 16px;
        font-weight: 600;
    }
    .game-date{
        font-size: 20px;
    }
    .movie-area,
    .sponcor-area{
        padding: 3rem .5rem;
    }
    .tw,
    .fb{
        height: 300px;
        overflow-x: hidden;
    }
    .about-footer ul li {
        width: 28px;
        display: inline-block;
        margin-right: 12px;
        font-family: 'Oswald', sans-serif;
        margin-left: 12px;
    }
    .slick-track > div .slide-content{
        padding: 0 5%;
    }
    .slide-content h2{
        font-size: 1.5rem;
    }
    .slide-content p{
        font-size: 80%;
        padding-bottom: 1rem;
    }
    .media-list h2{
        padding-top: 2.5rem;
    }
    .single article{
        padding-top: 40px;
    }
    .member-image{
        width: 100%;
        height: 200px;
        background-size: 140%;
        background-position: 50% 20%;
    }
    .merchant-list table td:first-child {
        width: 40%;
    }
    .merchant-list table td{
        font-size: 80%;
        word-break: break-all;
    }
}
.wpcf7-form{
    background: #f5f5f5;
    padding: 5% 5% 0 5%;
}
.wpcf7-form p{
    line-height: 2.5;
    margin-bottom: 4%;
}
.wpcf7-form p input,
.wpcf7-form p textarea{
    border: none;
    width: 100%;
}
.wpcf7-form [type="submit"] {
    background: #45c056;
    color: #fff;
    font-size: 1.4rem;
}
.item-movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.item-movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.plan1{
    background: #196d5b;
    color: #fff;
    padding: 24px;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    min-height: 180px;
}
.plan2{
    background: #169e81;
    color: #fff;
    padding: 24px;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    min-height: 180px;
}
.button{
    font-weight: bold;
/*    background: #bf1b1b;*/
    background: #058867;
    padding: 24px;
    font-size: 20px;
    display: block;
    text-align: center;
    margin-top: 40px;
    color: #fff;
}
.button a{
    color: #fff;
}

@media screen and ( max-width: 480px ){
    .table-responsive-sm table{width: 1200px;}
    .img-back img{
        display: block;
        margin: 0 auto;
    }
}

.sponsorlist div.col-sm-6:first-child{
    flex: 0 0 100%;
    max-width: 100%;
}
.team__name div p{
        font-size: 100%;
}
.team__name div p.font-big{
    font-size: 240%;
}
.team__name > div{
    width: calc(100% / 3);
    float: left;
}
.team_name_txt{
    height: 42px;
}
.gamecontent a.btn{font-size: 80%;}