@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p,
address, em, img, q,
small, strong, sub, sup,
dl, dt, dd, ol, ul, li,
form, label,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figcaption, figure,
footer, header, menu, nav, section,
time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-family: 'NotoSansCJKjp-Regular';
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  color: #313131;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@font-face {
  font-family: 'NotoSansCJKjp-Regular';
  font-style: normal;
  font-weight: 100;
  src: url("../../fonts/NotoSansCJKjp-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../../fonts/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../../fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'NotoSansCJKjp-Bold';
  font-style: normal;
  font-weight: 100;
  src: url("../../fonts/NotoSansCJKjp-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../../fonts/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'NotoSansCJKjp-Black';
  font-style: normal;
  font-weight: bold;
  src: url("../../fonts/NotoSansCJKjp-Black.eot");
  /* IE9 Compat Modes */
  src: url("../../fonts/NotoSansCJKjp-Black.eot?#iefix") format("embedded-opentype"), url("../../fonts/NotoSansCJKjp-Black.woff") format("woff"), url("../../fonts/NotoSansCJKjp-Black.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Poppins-Bold';
  font-style: normal;
  font-weight: 100;
  src: url("../../fonts/Poppins-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Poppins-Bold.woff") format("woff"), url("../../fonts/Poppins-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animated {
  opacity: 0;
  -webkit-animation-duration: 2s !important;
  animation-duration: 2s !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

header {
  position: fixed;
  z-index: 2;
  width: 100%;
}

header .header_top_wrap {
  background-color: #fff;
}

header .header_top {
  margin: 0 auto;
  overflow: hidden;
}

header .header_top h1 {
  float: left;
}

header #countdown {
  display: flex;
}

header #countdown #result_day {
  padding: 0 2px;
}

header #countdown .txt_01,
header #countdown .txt_02 {
  font-weight: bold;
}

header #countdown .h {
  background: url(../../images/common/day_bg.png) no-repeat -2px 0;
  color: #fff;
}

header .btn li {
  display: table;
}

header .btn span {
  display: block;
}

header .btn .en {
  font-family: 'Poppins-Bold';
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 2.5px;
}

header .btn .jp {
  font-size: 9px;
}

header .btn a {
  width: 160px;
  color: #fff;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  text-align: center;
  line-height: 1.3;
  padding-left: 10px;
}

header .btn .ticket a {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e22f54+0,ec6969+100 */
  background: #e22f54;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#e22f54), to(#ec6969));
  background: linear-gradient(to right, #e22f54 0%, #ec6969 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e22f54', endColorstr='#ec6969',GradientType=1 );
  /* IE6-9 */
}

/*チケット情報オフ
header .btn .ticket a {
  pointer-events: none;
  background: #e4e5e6;
  background: -webkit-gradient(linear, left top, right top, from(#e4e5e6), to(#cfd0d2));
  background: linear-gradient(to right, #e4e5e6 0%, #cfd0d2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e5e6', endColorstr='#cfd0d2',GradientType=1 );
}*/


header .btn .ticket a:before {
  content: "";
  background: url(../../images/common/icon_ticket.png) no-repeat 0 0;
  width: 30px;
  display: block;
  height: 14px;
  position: absolute;
  left: 20px;
  top: 19px;
}

header .btn .results {
  margin-left: 2px;
}

header .btn .results a {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2d7fc1+0,098f9f+100 */
  background: #2d7fc1;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#2d7fc1), to(#098f9f));
  background: linear-gradient(to right, #2d7fc1 0%, #098f9f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d7fc1', endColorstr='#098f9f',GradientType=1 );
  /* IE6-9 */
}

header .btn .results a:before {
  content: "";
  background: url(../../images/common/icon_result.png) no-repeat 0 0;
  width: 26px;
  display: block;
  height: 26px;
  position: absolute;
  left: 20px;
  top: 13px;
}

header .menu_wrap {
  background: #313131;
}

header .menu_wrap .menu {
  margin: 0 auto;
  position: relative;
}


/*header .menu_wrap ul.menu_list li:nth-child(3) a {
  opacity: 0.5;
  pointer-events: none;
}*/
header .menu_wrap ul.menu_list a span {
  display: block;
  line-height: 1.3;
}

header .menu_wrap ul.menu_list a .en {
  color: #f4acac;
  font-family: 'Poppins-Bold';
  font-size: 13px;
}

header .menu_wrap ul.menu_list a .jp {
  color: #fff;
  font-size: 9px;
}

header .menu_wrap .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .menu_wrap .sns li + li {
  margin-left: 13px;
}

footer {
  border-top: 6px solid #2d7fc1;
  background: #313131;
}

footer ul {
  text-align: center;
}

footer small {
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  display: block;
}

#page-top a {
  position: fixed;
  text-align: center;
  font-family: 'Poppins-Bold';
  background: #2d7fc1;
  color: #fff;
  display: block;
}

#page-top a:before {
  content: "";
  display: block;
  position: relative;
}

.tit .tit_in {
  overflow: hidden;
}

.tit h2 {
  position: relative;
  text-align: center;
  float: right;
}

.tit h2:before {
  content: "";
  background: url(../../images/common/icon_ball.png) no-repeat 0 0;
  position: absolute;
}

.tit h2 span {
  display: block;
}

.tit h2 .en {
  font-weight: bold;
  font-family: 'Poppins-Bold';
  font-weight: bold;
  margin-bottom: 10px;
}

#comming_soon {
  clear: both;
  background: #e5e5e5;
}

#comming_soon p {
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}

@media all and (min-width: 769px) {
  .sp {
    display: none;
  }
  header .header_top {
    width: 1280px;
  }
  header .header_top h1 {
    margin: 5px 0 0 15px;
  }
  header .header_top h1 img {
    width: 270px;
    height: auto;
  }
  header .header_right {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header #countdown {
    margin: 12px 20px 0 0;
  }
  header #countdown .txt_01,
  header #countdown .txt_02 {
    margin-top: 12px;
    font-size: 12px;
  }
  header #countdown .h {
    font-size: 18px;
    width: 64px;
    height: 26px;
    display: block;
    letter-spacing: 11px;
    padding: 4px 0 0 5px;
  }
  header .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header .btn.sp {
    display: none;
  }
  header .btn li {
    display: table;
  }
  header .btn span {
    display: block;
  }
  header .btn .en {
    font-family: 'Poppins-Bold';
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 2.5px;
  }
  header .btn .jp {
    font-size: 13px;
  }
  header .btn a {
    color: #fff;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
    line-height: 1.3;
    padding-left: 16px;
  }
  header .btn .ticket a:before {
    content: "";
    width: 30px;
    display: block;
    height: 14px;
    position: absolute;
    left: 6px;
    top: 19px;
  }
  header .btn .results {
    margin-left: 2px;
  }
  header .btn .results a:before {
    content: "";
    width: 26px;
    display: block;
    height: 26px;
    position: absolute;
    left: 20px;
    top: 13px;
  }
  header .menu_wrap {
    background: #313131;
    height: 50px;
  }
  header .menu_wrap .menu {
    width: 1280px;
    margin: 0 auto;
    position: relative;
  }
  header .menu_wrap ul.menu_list {
    width: 770px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .menu_wrap ul.menu_list li {
    display: table;
  }
/*  header .menu_wrap ul.menu_list li:nth-child(3) a {
    opacity: 0.5;
    pointer-events: none;
  }*/
  header .menu_wrap ul.menu_list a {
    display: table-cell;
    vertical-align: middle;
    width: 132px;
    text-align: center;
    height: 50px;
  }
  header .menu_wrap ul.menu_list a span {
    display: block;
    line-height: 1.3;
  }
  header .menu_wrap ul.menu_list a .en {
    color: #f4acac;
    font-family: 'Poppins-Bold';
    font-size: 13px;
  }
  header .menu_wrap ul.menu_list a .jp {
    color: #fff;
    font-size: 9px;
  }
  header .menu_wrap .sns {
    position: absolute;
    right: 13px;
    top: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .menu_wrap .sns li + li {
    margin-left: 13px;
  }
  footer {
    padding: 30px 0;
  }
  footer ul {
    text-align: center;
    margin-bottom: 80px;
  }
  footer ul li {
    display: inline;
    margin: 0 20px;
  }
  footer small {
    font-size: 12px;
  }
  #page-top a {
    bottom: 50px;
    right: 50px;
    padding-top: 33px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    font-size: 13px;
  }
  #page-top a:before {
    left: 38px;
    top: -11px;
    width: 23px;
    height: 32px;
    background: url(../../images/common/arrow_to_top.png) no-repeat 0 0;
  }
  .tit {
    width: 840px;
    margin: -36px auto 125px;
  }
  .tit .tit_in {
    padding: 36px 36px 0 0;
  }
  .tit h2:before {
    width: 36px;
    height: 36px;
    top: -35px;
    right: -30px;
  }
  .tit h2 .en {
    font-size: 46px;
    letter-spacing: 2.5px;
  }
  .tit h2 .jp {
    font-size: 14px;
  }
  #comming_soon {
    padding: 80px 0;
    margin-bottom: 600px;
  }
  #comming_soon p {
    font-size: 32px;
  }
}

@media all and (max-width: 768px) {
  .pc {
    display: none;
  }
  header .header_top {
    border-bottom: 2px solid #313131;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .header_top h1 {
    margin: 2vw 0 0 5vw;

  }
  header .header_top h1 img {
    width: 13.85vw;
    height: auto;
  }
  header #countdown {
    margin: 3vw -29vw 0 0;
  }
  header #countdown .txt_01,
  header #countdown .txt_02 {
    margin-top: 2vw;
    font-size: 3vw;
  }
  header #countdown .h {
    font-size: 4.3vw;
    width: 15vw;
    height: 7vw;
    display: block;
    letter-spacing: 2.5vw;
    padding: 1vw 0 0 1.3vw;
    background-size: 100%;
  }
  header .btn.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .btn.sp li {
    width: calc(99.7% / 2);
  }
  header .btn.sp span {
    display: block;
  }
  header .btn.sp .en {
    font-family: 'Poppins-Bold';
    font-weight: bold;
    font-size: 4.2vw;
    letter-spacing: 2.5px;
    margin-left: 5%;
  }
  header .btn.sp .jp {
    font-size: 2.7vw;
  }
  header .btn.sp a {
    color: #fff;
    height: 13.3vw;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
    line-height: 1.3;
    padding-left: 0;
  }
  header .btn.sp .ticket a:before {
    content: "";
    background: url(../../images/common/icon_ticket_sp.png) no-repeat 0 0;
    width: 7.9vw;
    display: block;
    height: 4.6vw;
    position: absolute;
    left: 4vw;
    top: 4.3vw;
    background-size: 100%;
  }
  header .btn.sp .results {
    margin-left: 0;
  }
  header .btn.sp .results a:before {
    content: "";
    background: url(../../images/common/icon_result_sp.png) no-repeat 0 0;
    width: 7.8vw;
    display: block;
    height: 7.8vw;
    position: absolute;
    left: 5vw;
    top: 2.8vw;
    background-size: 100%;
  }
  header #nav-toggle {
    width: 12vw;
    height: 11.5vw;
    padding: 2.2vw 3.3vw;
    cursor: pointer;
    z-index: 1000;
    background: #313131;
  }
  header #nav-toggle > div {
    position: relative;
  }
  header #nav-toggle span {
    background: #fff;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, top .5s ease;
    transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
    width: 5.5vw;
  }
  header #nav-toggle span:nth-child(1) {
    top: 2.5vw;
  }
  header #nav-toggle span:nth-child(2) {
    top: 4.9vw;
  }
  header .open #nav-toggle {
    background: none;
  }
  header .menu_wrap {
    bottom: 0;
    background: #fff;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 25vw;
    -webkit-transition: opacity .3s ease, visibility .3s ease;
    transition: opacity .3s ease, visibility .3s ease;
    visibility: hidden;
    z-index: 990;
    padding: 14.6vw 8vw 3vw;
    overflow-y: auto;
  }
  header .menu_wrap ul.menu_list {
    margin: 0 auto 19.9vw;
  }
  header .menu_wrap ul.menu_list li:nth-child(3) a{
    display: block;
  }
  header .menu_wrap ul.menu_list a {
    text-align: center;
  }
  header .menu_wrap ul.menu_list a span {
    display: block;
    line-height: 1.3;
  }
  header .menu_wrap ul.menu_list a .en {
    font-size: 4.7vw;
    margin-bottom: 0.5vw;
    color: #313131;
  }
  header .menu_wrap ul.menu_list a .jp {
    font-size: 3.1vw;
    color: #313131;
  }
  header .menu_wrap ul.menu_list li + li {
    margin-top: 9.3vw;
  }
  header .menu_wrap .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .menu_wrap .sns li {
    margin: 0 4vw;
  }
  header .menu_wrap .sns img {
    width: 13.3vw;
    height: 13.3vw;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .open .menu_wrap {
    opacity: 1;
    visibility: visible;
    width: 100%;
  }
  footer {
    padding: 5.9vw 0 2.6vw;
  }
  footer ul {
    text-align: center;
    margin-bottom: 18.7vw;
  }
  footer ul li img {
    width: 54.6vw;
    height: auto;
  }
  footer ul li + li {
    margin-top: 20px;
  }
  footer small {
    font-size: 2.3vw;
  }
  #page-top a {
    bottom: 45px;
    right: 30px;
    padding-top: 6vw;
    width: 20vw;
    height: 20vw;
    border-radius: 10vw;
    font-size: 2.6vw;
  }
  #page-top a:before {
    left: 7.7vw;
    top: -3vw;
    width: 5.6vw;
    height: 8vw;
    background: url(../../images/common/arrow_to_top_sp.png) no-repeat 0 0;
    background-size: 100%;
  }
  #hero.comming {
    padding-top: 25vw;
  }
  .tit {
    margin: -2.9vw auto 14.6vw;
    width: 76%;
  }
  .tit .tit_in {
    padding: 5.9vw 5.9vw 0 0;
  }
  .tit h2:before {
    width: 5.9vw;
    height: 5.9vw;
    top: -4vw;
    right: -4vw;
    background-size: 100%;
  }
  .tit h2 .en {
    font-size: 7.7vw;
    letter-spacing: 2.5px;
  }
  .tit h2 .jp {
    font-size: 2.7vw;
  }
  #comming_soon {
    padding: 17.3vw 0;
    margin-bottom: 300px;
  }
  #comming_soon p {
    font-size: 5.5vw;
  }
}

@media all and (max-width: 414px) {
  header #nav-toggle {
    height: 11.7vw;
  }
}

@media all and (max-width: 375px) {
  header #nav-toggle {
    height: 11.6vw;
  }
}

@media all and (max-width: 320px) {
  header #nav-toggle {
    height: 11.7vw;
  }
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0;
  }
}

#hero img.hero_img {
  width: 100%;
  height: auto;
}

#hero h2 {
  color: #fff;
  position: absolute;
}

#hero h2 span {
  display: block;
}

#hero h2 .en {
  font-weight: bold;
  font-family: 'Poppins-Bold';
  font-weight: bold;
}

#course .photo{
 text-align:center;
 }

#course .pink {
  background-color: #f5e2e8;
}

#course .pink h4 {
  font-weight: bold;
  color: #e22f54;
  text-align: center;
}

#course .pink p {
  line-height: 1.8;
  text-align: center;
}

#course .tyuui p {
  font-weight: bold;
}

#course .tyuui ul li span {
  color: #e22f54;
}

#course .kounyu h4 {
  border-bottom: 1px solid #000;
}



#course .how{
 margin-bottom:70px;
 }

#course .how h4 {
  line-height:2;
  border-top:2px solid #000;
  border-bottom:1px dotted #000;
}

#course .how h4.train {
  background:url("../../images/access/icon_train.png") no-repeat left;
}

#course .how h4.shutsujo {
text-align:center;
background-color:#e22f54;
color:#fff;
border:none;
border-radius:32px;  
margin-top:80px;
}

#course .how .box1{
display: flex;
flex-direction: row-reverse;
}

#course .how .box2{
padding:0 8%;}

#course .how .box1 img{
width:23%;
height:auto;}

#course .how p{
    line-height:1.8;
    text-align:left;
    font-weight:bold;
    color:#e22f54;
}

#course .how p span{
display:block;
margin-top:10px;
color:#000;}

.event_about{
text-align:center;
line-height:1.8;}

#course .store:before {
  color: #e22f54;
}

#course .detail_wrap {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#course .cord {
  color: #fff;
  background-color: #e22f54;
  text-align: center;
  border-radius: 20px;
  display: inline-block;
}

#course .txt {
  line-height: 1.8;
}

#course .btn_cell {
  padding-left: 24px;
}

#course .btn {
  background: #d7d7d7;
}

#course .btn a {
  background: #313131;
  color: #fff;
  font-weight: bold;
  display: block;
  text-align: center;
  position: relative;
}

#course .btn a::before {
  content: "";
  position: absolute;
  background: url(../../images/tickets/arrow_01.png) no-repeat 0 0;
}

#course .net_store {
  margin-bottom: 40px;
}

#course table.hole{
width:100%;
border-top:1px solid #000;
border-right:1px solid #000;
margin-top:50px;
}

#course table.hole td{
border-bottom:1px solid #000;
border-left:1px solid #000;
padding:10px 5px;
text-align:center;
}

#course table.hole td.outcourse{
background-color:#FFCA4B;
color:#fff;
font-weight:bold;
}

#course table.hole td.incourse{
background-color:#C84A37;
color:#fff;
font-weight:bold;
}

#course table.hole tr.hole{
background-color:#4A5977;
color:#fff;
}

#course table.hole tr.par{
background-color:#58BA6C;
color:#fff;
}

/*本戦出場選手*/
#course div.junior_result_shutsujo{
display:flex;
flex-wrap: wrap;
justify-content: space-between;
}

#course .how .box1{
display: block;
text-align:center;
}

#course .how .box2{
padding:0 20px;}

#course .how .box1 img{
width:80%;
height:auto;}



#course div.junior_result_shutsujo div{
width:47%;
font-size:90%;
margin:30px 0 40px;
background: #fcec7d;
padding:20px;
border-radius:20px;
}

#course div.junior_result_shutsujo h5{
color:#d04157;
line-height:1.7;
font-size:150%;
text-align:center;
}

#course div.junior_result_shutsujo h5 span{
font-size:90%;
font-weight:bold;
background-color:#d04157;
color:#fff;
padding:5px 20px;
border-radius:20px;
}

#course div.junior_result_shutsujo div p{
text-align:left;
padding:15px 0 0 0;
}

#course div.junior_result_shutsujo div p.en{
text-align:center;
padding:15px 0 0 0;
  font-family: 'Poppins-Bold';
  font-style: normal;
  font-weight: 100;
  font-size:150%;
  line-height:1;
}

#course div.junior_result_shutsujo div p.courseimg{
text-align:center;
padding:0;
}

#course div.junior_result_shutsujo div p img{
width:100%;
vertical-align:top;
margin-top:10px;
border:5px #fff solid;
}

#course div.junior_result_shutsujo div p.midokoro{
padding:8px;
font-size:90%;
margin-top:10px;}

/*本戦出場選手*/
#course div.junior_result_v{
display:block;
}

#course div.junior_result_v div{
width:100%;
font-size:90%;
margin:10px 0 0;
padding:10px;
}

#course div.junior_result_v h5{
font-size:130%;
font-weight:bold;
background-color:#2d7fc1;
color:#fff;
padding:15px;
text-align:center;
width:100%;
}

.box_sp{
display:flex;}

#course div.junior_result_v div p{
text-align:left;
padding:15px 0 0 0;
}

#course div.junior_result_v div p.en{
text-align:center;
padding:15px 0 0 0;
  font-family: 'Poppins-Bold';
  font-style: normal;
  font-weight: 100;
  font-size:150%;
  line-height:1;
}

#course div.junior_result_v div p.courseimg{
text-align:center;
padding:0;
}

#course div.junior_result_v div p img{
width:260px;
vertical-align:top;
margin-top:0;
}

#course div.junior_result_v div p.midokoro{
padding:0 0 0 8px;
margin-top:0;
text-align:left;
font-size:110%;
color:#000;
font-weight:normal;}


#toujitsu {
  background: #d5e6f4;
  margin-bottom: 70px;
}

#toujitsu .in {
  border-top: 6px solid #006cc2;
}

#toujitsu h3 {
  color: #006bc1;
}

#toujitsu .store:before {
  color: #006bc1;
}

#course .in,
#toujitsu .in {
  background: #fff;
  margin: 0 auto;
}

#course h3,
#toujitsu h3 {
  font-weight: bold;
  text-align: center;
}

#course .txt_01,
#toujitsu .txt_01 {
  line-height: 1.8;
}

#course .txt_01 span,
#toujitsu .txt_01 span {
  font-weight: bold;
  border-bottom: 1px solid #000;
}

#course .store,
#toujitsu .store {
  text-align: left;
  font-weight: bold;
  position: relative;
}

#course .store:before,
#toujitsu .store:before {
  position: absolute;
  left: 3px;
  content: "■";
}

#course .tel,
#toujitsu .tel {
  color: #303030;
  border: 2px solid #303030;
  text-align: center;
  border-radius: 20px;
  display: inline-block;
}

#course .tel a,
#toujitsu .tel a {
  color: #303030;
}

#course .golf_store .tel_cell,
#toujitsu .golf_store .tel_cell {
  text-align: right;
}

#course table,
#toujitsu table {
  width: 100%;
}

#course th, #course td,
#toujitsu th,
#toujitsu td {
  vertical-align: top;
}

#tyuui h3 {
  text-align: center;
}

#tyuui ul {
  margin: 0 auto;
}

@media all and (min-width: 769px) {
    

  .tit {
    width: 840px;
    margin: -36px auto 85px;
  }
  #hero h2 {
    top: 210px;
    right: 16%;
  }
  #hero h2 .en {
    margin-bottom: 10px;
    font-size: 46px;
    letter-spacing: 2.5px;
  }
  #hero h2 .jp {
    font-size: 14px;
  }
  #tickets {
    background: url(../../images/tickets//bg_01.png) no-repeat 0 0;
    background-size: cover;
    padding: 50px 0 54px;
  }
  #tickets h2 {
    margin-bottom: 45px;
  }
  #tickets h2 .en {
    font-size: 46px;
    letter-spacing: 2.5px;
    margin-bottom: 10px;
  }
  #tickets h2 .jp {
    font-size: 14px;
  }
  #tickets ul {
    width: 970px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #course .txt_01 {
    margin-bottom: 40px;
  }
  #course .pink {
    padding: 50px 40px;
    margin-bottom: 50px;
  }
  #course .pink h4 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  #course .pink p.txt_02 {
    margin-bottom: 20px;
  }
  #course .tyuui {
    margin-bottom: 60px;
  }
  #course .tyuui p {
    margin-bottom: 10px;
  }
  #course .tyuui ul li + li {
    margin-top: 8px;
  }
  #course .kounyu h4 {
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #course .kounyu_01 {
    margin-bottom: 80px;
  }
  #course .kounyu_02 {
    margin-bottom: 50px;
  }
  #course .how h4 {
    font-size: 21px;
    padding-bottom: 10px;
    padding-top:10px;
    padding-left:30px;
    margin-bottom: 20px;
    text-align:center;
  }
  .taikai p{
      margin:5px;
  } 
  .taikai a{
    background-color:#58BA6C;
    color:#fff;
    padding:10px 20px;    
  }
  #course .cord {
    font-size: 16px;
    padding: 7px 16px;
  }
  #course .txt {
    font-size: 15px;
  }
  #course .btn {
    padding-bottom: 3px;
    padding-right: 3px;
    width: 187px;
  }
  #course .btn a {
    font-size: 16px;
    width: 185px;
    height: 50px;
    line-height: 50px;
    margin: -1px 0 0 -1px;
  }
  #course .btn a::before {
    width: 18px;
    height: 12px;
    right: 12px;
    top: 20px;
  }
   #course,
  #toujitsu {
    padding: 0 0px;
  }
  #course .in,
  #toujitsu .in {
    width: 955px;
    padding: 60px 0 0px;
  }
  #course h3,
  #toujitsu h3 {
    font-size: 32px;
    margin-bottom: 45px;
  }
  #course .store,
  #toujitsu .store {
    font-size: 15px;
    width: 220px;
    padding-left: 27px;
  }
  #course .store:before,
  #toujitsu .store:before {
    left: 3px;
    font-size: 13px;
  }
  #course .tel,
  #toujitsu .tel {
    font-size: 16px;
    padding: 7px 16px;
    margin-left: 10px;
  }
  #course .tel a,
  #toujitsu .tel a {
    pointer-events: none;
  }
  #course .golf_store .tel_cell,
  #toujitsu .golf_store .tel_cell {
    padding-right: 5px;
  }
  #course .golf_store .tel,
  #toujitsu .golf_store .tel {
    width: 185px;
  }
  #course table,
  #toujitsu table {
    width: 100%;
  }
  #course th, #course td,
  #toujitsu th,
  #toujitsu td {
    padding-bottom: 20px;
    vertical-align: top;
    border-bottom: 1px dashed #313131;
  }
  #course tr + tr th, #course tr + tr td,
  #toujitsu tr + tr th,
  #toujitsu tr + tr td {
    padding-top: 30px;
  }
  #tyuui {
    padding-bottom: 150px;
  }
  #tyuui h3 {
    font-size: 21px;
    margin-bottom: 30px;
  }
  #tyuui ul {
    width: 577px;
  }
  #tyuui li {
    font-size: 15px;
    line-height: 1.8;
  }
}

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

#course .photo img{
width:100%;
height: auto;}
  #hero h2 {
    top: 35vw;
    right: 11vw;
  }
  #hero h2 .en {
    margin-bottom: 10px;
    font-size: 7.7vw;
    letter-spacing: 2.5px;
  }
  #hero h2 .jp {
    font-size: 2.7vw;
  }
  .tit {
    margin: -2.9vw auto -4.4vw;
  }
  #tickets {
    background: url(../../images/top/bg_01_sp.png) no-repeat 0 0;
    padding: 10.7vw 0;
  }
  #tickets ul {
    width: 90vw;
    margin: 0 auto 7.9vw;
  }
  #tickets ul li + li {
    margin-top: 5.3vw;
  }
  #tickets ul img {
    width: 100%;
  }
  #tickets .txt {
    padding: 13vw 0;
  }
  #tickets p {
    font-size: 4.7vw;
  }
  #course .txt_01 {
    margin-bottom: 7vw;
    font-size: 3.3vw;
  }
  #course .pink {
    padding: 5vw 2vw;
    margin-bottom: 5vw;
  }
  #course .pink p.txt_03 {
    font-size: 3.3vw;
  }
  #course .tyuui {
    margin-bottom: 5vw;
  }
  #course .tyuui p {
    margin-bottom: 1.5vw;
    font-size: 3.8vw;
  }
  #course .tyuui ul li {
    font-size: 3.3vw;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.8;
  }
  #course .tyuui ul li + li {
    margin-top: 2vw;
  }
  #course .how h4 {
    padding-bottom: 5px;
    padding-top:5px;
    padding-left:0;
    text-align:center;
  }
  #course h4 {
    font-size: 3.5vw;
    margin-bottom: 3vw;
  }
  #course .cord {
    font-size: 2.5vw;
    padding: 7px 16px;
  }
  #course .detail_wrap {
    padding-left: 3vw;
  }
  #course .txt {
    font-size: 3.3vw;
    padding-left: 3vw;
  }
  #course .btn_cell {
    border-bottom: 1px dashed #313131;
  }
  #course .btn {
    padding-bottom: 3px;
    padding-right: 3px;
    width: 36.5vw;
    margin: 0 auto;
  }
  #course .btn a {
    font-size: 2.7vw;
    margin: -1px 0 0 -1px;
    width: 36vw;
    height: 9vw;
    line-height: 9vw;
    display: block;
  }
  #course .btn a::before {
    width: 18px;
    height: 12px;
    right: 12px;
    top: 3.1vw;
  }
  #toujitsu {
    margin-bottom: 7vw;
  }
  #course,
  #toujitsu {
    padding: 10vw 3vw 1vw;
  }
  #course .in,
  #toujitsu .in {
    width: 94%;
    padding: 6vw 0 8vw;
  }
  #course h3,
  #toujitsu h3 {
    font-size: 4.5vw;
    margin-bottom: 6vw;
  }
  #course .store,
  #toujitsu .store {
    font-size: 3.3vw;
    padding-left: 3.5vw;
  }
  #course .store:before,
  #toujitsu .store:before {
    left: 0;
    font-size: 3vw;
    top: 0.5vw;
  }
  #course .tel,
  #toujitsu .tel {
    font-size: 2.4vw;
    padding: 7px 16px;
    margin-left: 2vw;
  }
  #course .golf_store .tel_cell,
  #toujitsu .golf_store .tel_cell {
    text-align: left;
    padding-left: 3vw;
    border-bottom: 1px dashed #313131;
  }
  #course .golf_store .tel,
  #toujitsu .golf_store .tel {
    width: 35vw;
    margin-left: 0;
  }

  #course .ad,
  #toujitsu .ad {
    padding-left: 3vw;
    font-size: 2.8vw;
  }

  #course table.hole{
width:100%;
border-top:1px solid #000;
border-right:1px solid #000;
margin-top:0px;
}

#course table.hole td{
border-bottom:1px solid #000;
border-left:1px solid #000;
padding:8px 2px;
text-align:center;
font-size:80%;
}

#course table.hole td.outcourse{
background-color:#FFCA4B;
color:#fff;
font-weight:bold;
}

#course table.hole td.incourse{
background-color:#C84A37;
color:#fff;
font-weight:bold;
}

#course table.hole tr.hole{
background-color:#4A5977;
color:#fff;
}

#course table.hole tr.par{
background-color:#58BA6C;
color:#fff;
}


/*本戦出場選手*/

#course div.junior_result_shutsujo{
display:block;
}

#course div.junior_result_shutsujo div{
width:100%;
font-size:90%;
margin:30px 0 40px;
background-color:#f8e4e8;
padding:20px;
}

#course div.junior_result_shutsujo h5{
color:#970b28;
font-size:120%;
}

#course div.junior_result_shutsujo div p{
text-align:left;
padding:15px 0 0 0;
}

#course div.junior_result_shutsujo div p.courseimg{
text-align:center;
padding:0;
}

#course div.junior_result_shutsujo div p img{
width:100%;
vertical-align:top;
}

/*本戦出場選手*/

#course div.junior_result_shutsujo{
display:block;
}

#course div.junior_result_shutsujo div{
width:100%;
font-size:90%;
margin:30px 0 40px;
background-color:#f8e4e8;
padding:20px;
}

#course div.junior_result_shutsujo h5{
color:#970b28;
font-size:120%;
}

#course div.junior_result_shutsujo div p{
text-align:left;
padding:15px 0 0 0;
}

#course div.junior_result_shutsujo div p.courseimg{
text-align:center;
padding:0;
}

#course div.junior_result_shutsujo div p img{
width:100%;
vertical-align:top;
}

/*優勝選手*/

#course div.junior_result_v{
}

#course div.junior_result_v div{
border-radius:5px;
}

#course div.junior_result_v h5{
color:#fff;
font-size:110%;
}

#course div.junior_result_v h5 span{
display:block;
font-size:70%;
padding:2px 5px;;
line-height:1.4;
border-radius:3px;}

#course div.junior_result_v div p{
text-align:left;
padding:15px 0 0 0;
}

#course div.junior_result_v div p.courseimg{
text-align:center;
padding:0;
}
#course div.junior_result_v div p.midokoro{
font-size:106%;
font-weight:bold;
line-height:1.4;}

#course div.junior_result_v div p img{
width:120px;
vertical-align:top;
}

 .taikai p{
      margin:0px;
  } 
  .taikai a{
    background-color:#58BA6C;
    color:#fff;
    padding:10px 20px;    
  }


}


@media (min-width: 768px){
#course .how .box1 img{
width:60%;
height:auto;}
}
/*# sourceMappingURL=style.css.map */