@charset "UTF-8";

.d-md-none {
  display: none;
}


.title-img {
  margin-bottom: 3%
}

#main-content.history {
  /* font-size: 1.2vw; */
  /* line-height: 2.1vw */
  font-size: 18px;
}

#main-content.history span {
  display: inline-block;
  margin: 1% 0
}

#main-content.history span>img {
  width: 50%
}

#main-content.history .left-align-img {
  float: left;
  margin-right: 2%
}

#main-content.history .right-align-img {
  float: right;
  margin-left: 2%
}

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

.d-md-none {
  display: initial;
}
.d-sp-none {
  display: none!important;
}


  #conts {
    margin-top: 14vw;
  }


  #main-content.history {
    font-size: 14px;
    line-height: 4.5vw
  }

  #main-content.history span {
    margin: 2% 0
  }

  #main-content.history .left-align-img,
  #main-content.history .right-align-img {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15%;
    float: none;
    margin-bottom: 4%
  }

  #main-content.history .left-align-img {
    margin-right: 0
  }

  #main-content.history .right-align-img {
    margin-left: 0
  }
}

#main-content.leader_board {
  padding-top: 3%
}

#main-content.leader_board .winners {
  width: 100%
}

#main-content.leader_board .winners .winners-wrap {
  width: 100%;
  margin-top: 3%
}

#main-content.leader_board .winners .winners-info {
  width: 52%;
  float: left
}

#main-content.leader_board .winners .winners-info>span {
  display: inline-block;
  width: 100%;
  font-weight: 700;
  border-bottom: 1px dashed #000;
  /* font-size: 1.2vw; */
  font-size: 18px;
  padding-bottom: 1%;
  margin-bottom: 4%
}

#main-content.leader_board .winners .winners-info>span>span {
  display: inline-block;
  margin-left: 2%;
  font-weight: 400
}

#main-content.leader_board .winners .winners-info>.stats {
  font-weight: 400
}

#main-content.leader_board .winners img.winners-img {
  float: right;
  width: 45%
}

#main-content.leader_board table {
  margin-top: 4%
}

#main-content.leader_board tbody>:nth-child(even) {
  background: #fbf8e8
}

#main-content.leader_board tbody td {
  padding: 2% 1%
}

#main-content.leader_board tbody>:nth-child(1) {
  background: #a0931d;
  color: #fff;
  text-align: center
}

#main-content.leader_board tbody tr>:nth-child(4) {
  text-align: center
}

@media screen and (max-width:764px) {
  #main-content.leader_board .winners img.winners-img {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5%;
    margin-top: 3%
  }

  #main-content.leader_board .winners .winners-info {
    width: 100%
  }

  #main-content.leader_board .winners .winners-info>span {
    font-size: 14px;
    margin-bottom: 2%
  }
}

#main-content.leader_board_summary {
  padding-top: 4%
}

#main-content.leader_board_summary>a {
  width: 48.5%;
  margin-bottom: 3%
}

#main-content.leader_board_summary>:nth-child(even) {
  float: right
}

#main-content.leader_board_summary>:nth-child(odd) {
  float: left
}

@media screen and (max-width:764px) {
  #main-content.leader_board_summary {
    padding-top: 4%
  }

  #main-content.leader_board_summary>a {
    width: 100%;
    margin-bottom: 3%;
    float: none !important
  }

  #main-content.leader_board_summary>:nth-child(even) {
    float: right
  }

  #main-content.leader_board_summary>:nth-child(odd) {
    float: left
  }
}

body {
  max-width: 100vw
}

#main-content {
  position: relative;
  display: block
}

#header,
.swiper-container,
.swiper-wrapper {
  width: 100%
}

.carousel-wapper {
  width: 80vw;
  margin: 0 10% 8%
}

.carousel-wapper>.final-title {
  margin-bottom: 2%
}

@media screen and (max-width:764px) {
  .carousel-wapper {
    width: 100vw;
    margin: 0 0 20%
  }

  .carousel-wapper>.final-title {
    width: 90%;
    margin: 0 5% 3%
  }
}

#header {
  margin: 1% 0
}

.final-phot {
  position: relative;
  width: 80vw
}


.menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20%
}

.menu .sns,
.menu>a+a {
  margin-left: 3%
}
.menu .sns>a,
.menu>a+a>a {
  width: 28%;
  margin-top: 30%;
  vertical-align: bottom
}
.menu .sns>:nth-child(even),
.menu>a+a>:nth-child(even) {
  margin: 0 8%
}

.sp-humber-menu .menu-content {
  display: flex;
  align-items: center;
}
.sp-humber-menu .menu-content> a+a {
  margin-left: 3%;
}
.sp-humber-menu .menu-content .sns {
  margin-left: 3%;
}

.sp-humber-menu .menu-content .sns>a,
.sp-humber-menu .menu-content>a+a>a {
  width: 28%;
  margin-top: 30%;
  vertical-align: bottom
}

.sp-humber-menu .menu-content .sns>:nth-child(even) {
  margin: 0 8%
}

.gn-champion-ship-Question,
.news-ticker {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%
}

.news-ticker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #0b517a;
  padding: 1% 20%;
  margin-bottom: 5%;
  color: #fff
}

.news-ticker>img {
  height: auto;
  margin-right: 2%
}

.news-ticker>.text {
  width: 100%
}

#footer span,
.news-ticker>.text>span {
  display: inline-block;
  width: 100%
}

#main-content {
  margin: 0 20%;
  width: 60%
}

.gn-champion-ship-Question {
  position: relative;
  border: 2px solid #000
}

.gn-champion-ship-Question>span {
  font-size: 17px;
  line-height: 1.6;
  display: inline-block;
  padding: 6% 1.5% 1.5%
}

.gn-champion-ship-Question>img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 50%;
  background: #fff;
  padding: 0 1%;
  margin: -7% auto 0
}

.gn-champion-ship-info,
.local-Tournament {
  width: 100%;
  margin-top: 5%;
  font-size: 18px;
}

.gn-champion-ship-info>img,
.local-Tournament>img {
  width: 100%;
  margin-bottom: 1%
}

.youkou,
.youkou>img,
table {
  width: 100%
}

table {
  font-size: 17px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #000
}

table td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4% 1%
}

table tr>:first-child {
  width: 15%
}

.local-Tournament>span {
  display: inline-block;
  margin-bottom: 1%
}

.local-Tournament tbody>:nth-child(1) {
  background: #333;
  text-align: center;
  color: #fff
}

.final table tr:nth-child(2n-1),
.local-Tournament tbody tr:nth-child(2n),
.youkou table tr:nth-child(2n-1) {
  background-color: #eee
}

.local-Tournament tbody tr>:first-child,
.local-Tournament tbody tr>:nth-child(3),
.local-Tournament tbody tr>:nth-child(4),
.local-Tournament tbody tr>:nth-child(6),
.local-Tournament tbody tr>:nth-child(5) {
  text-align: center
}

.local-Tournament tbody tr>:nth-child(2) {
  width: 30%
}

.local-Tournament tbody tr>:nth-child(3),
.local-Tournament tbody tr>:nth-child(4),
.local-Tournament tbody tr>:nth-child(5),
.local-Tournament tbody tr>:nth-child(6) {
  width: 12%
}

.final,
.youkou {
  margin-top: 5%
}

.final>img,
.youkou>img {
  margin-bottom: 2%
}

#footer,
.gn-links {
  width: 100%;
  margin-top: 5%
}

.gn-links>a {
  width: 48%
}

.gn-links a+a {
  margin-left: 4%
}

#footer {
  margin-top: 4%;
  color: #fff;
  background: #222;
  text-align: center;
  padding: 2% 0
}

#footer span+span {
  margin-top: 1.5%
}

.sp-item {
  display: none
}

.kyouryoku>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}



.kyouryoku a+a {
  /* margin-left: 3% */
}

.news-ticker {
  font-size: 16px;
}

.news-ticker>img {
  width: 15%
}

.course-agenda {
  position: relative;
  /* line-height: 2vw */
}

.course-agenda dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  letter-spacing: -0.05em;
}
.course-agenda dl dt {
  width: 20%!important;
}
.course-agenda dl dd {
  width: 80%!important;
  margin: 0;
}

.course-agenda span,
.course-agenda span>span {
  display: inline-block;
  width: 100%
}

.course-agenda span>span img {
  display: inline;
  width: 9%;
  margin-left: 1%;
  margin-bottom: .6%;
  vertical-align: middle;
}

.new-course {
  position: absolute;
  width: 38%;
  top: 2%;
  right: 2%;
  text-align: center;
  font-size: .9vw
}

.column>img,
.new-course>span {
  width: 100%
}

.romaro-logo>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

.romaro-logo>div>a {
  width: 25%;
  float: left
}

.column {
  margin-top: 5%
}

.column .colmn-cell {
  margin-top: 1%;
  line-height: 1.5vw
}

.column .colmn-cell>img {
  width: 16%;
  float: left
}

.column .colmn-cell span {
  display: inline-block;
  width: 83%;
  float: right
}

.column .colmn-cell>:nth-child(2) {
  font-size: 1.14vw;
  font-weight: 700;
  color: #005182
}

.column .colmn-cell>:nth-child(3) {
  font-size: .9vw
}

.column .colmn-cell a {
  width: 30%
}

.final td[rowspan="6"] {
  width: 45%
}

.pdf-area {
  width: 100%;
  margin-top: 2%
}

.pdf-area img {
  float: left;
  width: 30px
}

.pdf-area>a {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width:764px) {
  .pdf-area {
    margin-top: 2%
  }

  .pdf-area img {
    float: left;
    width: 20px !important
  }

  .pdf-area>a {
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto!important;
  }

  .column {
    margin-top: 5%;
    margin-bottom: 2%
  }

  .column>img,
  .romaro-logo div a>img {
    width: 100%
  }

  .column .colmn-cell {
    line-height: 4vw;
    margin-top: 3%
  }

  .column .colmn-cell>img {
    width: 30%;
    float: left
  }

  .column .colmn-cell span {
    display: inline-block;
    width: 67%;
    float: right
  }

  .column .colmn-cell>:nth-child(2) {
    font-size: 3vw;
    font-weight: 700;
    color: #005182
  }

  .column .colmn-cell a {
    margin-top: 3%;
    display: inline-block;
    width: 45%;
    float: right
  }

  .kyouryoku>div,
  .new-course img,
  .romaro-logo div {
    width: 100% !important
  }

  .romaro-logo div {
    flex-wrap: wrap;
    display: flex;
  }

  .romaro-logo div a {
    width: 45% !important
  }

  .course-agenda {
    position: relative;
  }
  .course-agenda dl {
  }
  .course-agenda dl dt {
    width: 25%!important;
  }
  .course-agenda dl dd {
    width: 75%!important;
    text-align: left;
  }


  .course-agenda span,
  .course-agenda span>span {
    display: inline-block;
    width: 100%
  }

  .course-agenda span>span img {
    display: inline;
    width: 12%;
    margin-left: 1%
  }

  .new-course {
    position: absolute;
    width: 93% !important;
    top: auto;
    right: 0;
    left: 0;
    bottom: 3%;
    margin: 0 auto;
    text-align: center
  }

  .gn-links a,
  .kyouryoku>div a>img,
  .new-course>span {
    width: 100%
  }

  .final-course-img>img {
    margin: 0 auto;
    width: 95% !important;
  }

  .new-course,
  .news-ticker,
  table {
    font-size: 14px;
  }

  .news-ticker>img {
    width: 15%;
  }

  .kyouryoku>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .kyouryoku a+a {
    /* margin-left: 3% */
  }

  #header {
    font-size: 3.4vw;
    margin: 0;
  }

  #header span {
    padding: 5% 0
  }

  #header .sns,
  table td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  #header .sns {
    width: 95%;
    padding: 0 5%
  }

  #header .sns>a {
    margin-top: 10%
  }

  .angle-center {
    text-align: center
  }

  .angle-left {
    text-align: left !important
  }

  table td {
    padding: 4% 2%
  }

  table tbody {
    line-height: 5vw
  }

  table tbody td:first-child {
    width: 22%
  }

  table tbody tr>:first-child {
    text-align: center
  }

  .sp-humber-menu {
    position: fixed;
    width: 60%;
    background: #fff;
    height: 100%;
    right: -100%;
    top: 2%;
    z-index: -1;
    -webkit-transition: all .3s 0s ease;
    -o-transition: all .3s 0s ease;
    transition: all .3s 0s ease
  }

  .sp-humber-menu .menu-content {
    margin-top: 50%;
    display: block;
  }
  .sp-humber-menu .menu-content>a {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    width: 100%;
    padding: 3% 0;
    margin: 3% 0;
    text-align: center;
    border-bottom: 1px solid #000
  }

  .sp-humber-menu .menu-content> a+a {
    margin-left: 0;
  }

  .pc-item {
    display: none
  }
  .sp-item {
    display: inline-block
  }

  #menu-checkbox {
    display: none
  }







  .menu.pc-item {
    display: none;
  }
  .menu.sp-item {
    position: fixed;
    top: 0;
    left: 0;
    padding: 3% 5%;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .menu.sp-item>.logo {
    width: 27%
  }

  .menu.sp-item>a+a {
    float: right
  }

  #main-content {
    position: relative
  }

  .news-ticker {
    padding: 1% 5%;
    /* margin-bottom: 10%; */
    width: 100%
  }

  .gn-champion-ship-Question {
    padding-top: 6%
  }

  .gn-champion-ship-Question>span {
    line-height: 1.6;
    font-size: 14px;
    padding: 6% 3.5% 3.5%
  }

  .gn-champion-ship-Question img {
    margin-top: -10%;
    width: 85%
  }

  .local-Tournament>span {
    font-size: 14px;
    display: inline-block;
    margin: 3% 0
  }

  .local-Tournament .cell {
    width: 100%;
    border: 1px solid #000;
    margin: 3% 0;
    font-size: 14px;
  }

  .local-Tournament .cell>span,
  .local-Tournament .course-days {
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .local-Tournament .cell>span {
    color: #42498f;
    padding: 3% 2%
  }

  .local-Tournament .cell>span>span {
    color: #000
  }

  #main-content {
    width: 90%;
    margin: 0 5%
  }

  .local-Tournament .cell .celBtnBox {
    width: 90%;
    margin: 0 5%
  }

  .local-Tournament .course-days {
    padding: 2%;
    border-bottom: 1px dashed #000
  }

  .gn-links>a+a {
    margin: 5% 0 0
  }

  input:checked+.sp-humber-menu {
    right: 0
  }

  #footer {
    font-size: 12px;
    padding: 6% 2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
}

@media screen and (max-width:764px) {
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .menu-trigger {
    height: 7vw;
    position: relative;
    width: 10%
  }

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000;
    border-radius: 4px
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0
  }

  .menu-trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    margin: auto 0 !important
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 0
  }

  input:checked~.menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(2vw) rotate(-45deg);
    -ms-transform: translateY(2vw) rotate(-45deg);
    transform: translateY(2vw) rotate(-45deg)
  }

  input:checked~.menu-trigger span:nth-of-type(2) {
    opacity: 0
  }

  input:checked~.menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-4.1vw) rotate(45deg);
    -ms-transform: translateY(-4.1vw) rotate(45deg);
    transform: translateY(-4.1vw) rotate(45deg)
  }
}

.dummy {
  position: static !important;
  opacity: 0;
  z-index: -1 !important
}

body,
img {
  padding: 0;
  margin: 0
}

body {
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif
}

a,
div,
img {
  vertical-align: bottom
}

img {
  width: 100%;
  height: auto;
  border: 0;
  display: block
}

a,
div {
  display: inline-block
}

.dummy {
  position: static !important;
  opacity: 0 !important
}

a {
  -webkit-transition: all .6s 0s ease;
  -o-transition: all .6s 0s ease;
  transition: all .6s 0s ease
}

a:hover:not([href^="javascript:void(0)"]) {
  opacity: .7
}

a[href^="javascript:void(0)"] {
  cursor: default
}







/* flexTableZone */

table .flexTableCover {
  padding: 0!important;
  box-sizing: border-box;
}
table .flexTableCover * {
  box-sizing: border-box;
}
.flexTableZone {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#tableType1 .flexTableZone > div {
  padding: 4% 1%;
}
#tableType1 .flexTableZone > div:first-of-type {
  width: calc(15% - 1px);
}
#tableType1 .flexTableZone > div:not(:first-of-type) {
  width: calc(85% + 1px);
  margin-left: auto;
  border-left: 1px solid;
}
#tableType1 .flexTableZone > .flexTableZone {
  padding: 0 1%;
}

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

  table .flexTableCover {
    padding: 0!important;
  }

  #tableType1 .flexTableZone {
    width: 100%!important;
  }
  #tableType1 .flexTableZone > div {
    padding: 4% 2%;
  }
  #tableType1 .flexTableZone .flexTableChild {
    width: 100%!important;
  }
  #tableType1 .flexTableZone .flexTableChild:first-of-type {
    border-bottom: 1px solid;
    justify-content: center;
  }
  #tableType1 .flexTableZone > div:not(:first-of-type) {
    border-left: none;
  }
  #tableType1 .flexTableZone > .flexTableZone {
    padding: 0 0%;
  }

  #tableType2 #imgCell {
    display: table-cell;
  }
}



/* applyBtn */
.applyBtn {
  position: relative;
  width: 100%;
  padding-top: 50%;
  margin: 10px auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/apply_btn.png');
}
.applyBtn.passive {
  pointer-events: none;
  background-image: url('../img/stanby_btn.png');
}
.applyBtn.closed {
  pointer-events: none;
  background-image: url('../img/end_btn.png');
}



.pairingBtn {
  position: relative;
  width: 100%;
  padding-top: 50%;
  margin: 10px auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/pairing_btn.png?001');
}
.pairingBtn.passive {
  display: none;
}



/* .resultBtn.active {
  position: relative;
  width: 100%;
  padding-top: 81.74%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/result_btn.png?001');
  background-position: center;
}
 */

@media screen and (max-width:764px) {
  .applyBtn {
    padding-top: 10.81%;
    background-image: url('../img/sp_apply_btn.png');
  }
  .applyBtn.passive {
    pointer-events: none;
    background-image: url('../img/sp_stanby_btn.png');
  }
  .applyBtn.closed {
    pointer-events: none;
    background-image: url('../img/sp_end_btn.png');
  }


  .pairingBtn {
    padding-top: 10.81%;
    background-image: url('../img/sp_pairing_btn.png?001');
  }



/*   .resultBtn.active {
    padding-top: 10.81%;
    background-image: url('../img/sp_result_btn.png?001');
  } */


}
