@charset "utf-8";

/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans');*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

html {
  box-sizing: border-box;
}
html,
body {
  font-size: 3.42857143vw;
}
@media only screen and (min-width: 48em ) {
  html,
  body {
    font-size: 1.33444537vw;
  }
}
@media only screen and (min-width: 75em ) { /*1200*/
  html,body {
    font-size: 100%;
  }
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}



body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
/*  font-family: "Noto Sans", "Noto Sans JP", sans-serif;*/
}

img {
  height: auto;
  max-width: 100%;
}
svg {
  height: 100%;
  width: 100%;
}
/*
img[srcset] {
  width: 100%;
}
*/
.st-Layout * {
  color: inherit;
  font-size: 1em;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition-duration: .5s;
  transition-property: none;
  transition-timing-function: ease-in-out;
}
.st-Layout *::before,
.st-Layout *::after {
  transition-duration: inherit;
  transition-property: inherit;
  transition-timing-function: inherit;
}
.st-Layout li {
  list-style-type: inherit;
}

.st-Wrapper {
  overflow: hidden;
  position: relative;
}
.st-Width {
  width: 100vw;
  padding-left:0;
  padding-right:0;
}
@media only screen and (min-width: 48em ) {
  .st-Width {
    width: 100vw;
    padding-left:calc(20em / 16);
    padding-right:calc(20em / 16);
  }
}
@media only screen and (min-width: 75em ) {
  .st-Width {
    margin-right: auto;
    margin-left: auto;
    width: calc(1200em / 16);
  }
}
.pc {
  display: none;
}
.sp {
  display: block;
}
@media only screen and (min-width: 48em ) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
.st-Header{
  width: 100%;
  position: relative;
  z-index: 99;
	border-bottom: 2px solid #58b5df;
}
.st-Header_Inner{
display:-webkit-box;
display:-webkit-flex;
display:flex;
-webkit-box-lines:multiple;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
}

.st-Logo{
  position: absolute;
  font-size: 1em;
  z-index: 999;
  background: #FFF;
  padding-left: calc(43em / 24);
  padding-right: calc(43em / 24);
  padding-top: calc(43em / 24);
  padding-bottom: calc(43em / 24);
  width: 100%;
}
.st-Logo img{
  width: calc(448em / 24);
}
@media only screen and (min-width: 48em ) {
  .st-Logo{
    width: calc(362em / 16);
    background: none;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-top: calc(20em / 16);
    margin-right: calc(15em / 16);
  }
  .st-Logo img{
    width: auto;
  }
}

@media only screen and (min-width: 48em ) {
  .st-Header_Inner_List{
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    margin-top: calc(40em / 16);
    width: calc(290em / 16);
  }
  .st-Header_Inner_List li{
    margin-right: calc(3em / 16);
    width: calc(89em / 16);
  }
  .st-Header_Inner_Form{
    margin-left: auto;
    width: calc(453em / 16);
    margin-top: calc(35em / 16);
  }
  .st-Header_Inner_Form form{
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    background: url(../img/ico_secrch.png) no-repeat 2% 50% #eeeeee;
  }
  .st-Header_Inner_Form .keywords{
    width: calc(360em / 16);
    padding-left: calc(28em / 16);
  }
  .st-Header_Inner_Form .sarch_btn{
    width: calc(83em / 16);
  }
  .st-Header_In_txt{
    width: calc(220em / 16);
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #000;
    padding-bottom: calc(3em / 16);
    text-align: center;
    font-weight: bold;
    margin-top: calc(10em / 16);
    margin-bottom: calc(10em / 16);
  }
  .st-Header_In_tel{
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;

  }
}
.st-Gnav_Inner{
  transition: .3s;
  margin-top:calc(125em / 24);
  position: absolute;
}
.st-Gnav_List{
  background:rgba(48,164,217,.9);
}
.st-Gnav_List > li{
  border-bottom: 1px solid #fff;
  position: relative;
}
.st-Gnav_List > li a{
  padding-left: calc(24em / 24);
  padding-right: calc(24em / 24);
  padding-top: calc(24em / 24);
  padding-bottom: calc(24em / 24);
  color: #fff;
  display: block;
}
/*.st-Gnav_List > li::after {
    background: url(../img/sp/ico_footer1.png) no-repeat;
    background-size: calc(10em / 24);
    content: '';
    width: calc(10em / 24);
    height: calc(21em / 24);
    position: absolute;
    right: calc(20em / 24);
    top:calc(29em / 24);
    color: #fff;
}*/
.st-Gnav_List > li > a{
    background: url(../img/sp/ico_footer1.png) no-repeat 95% 1.3em;
    background-size: calc(10em / 24);
}
.st-Gnav_List li.sarchArea{
    background: none;
}
.st-Gnav_List .sarch{
  background: #fff;
  margin-left:calc(70em / 24);
  margin-right:calc(70em / 24);
  margin-top:calc(70em / 24);
  margin-bottom:calc(70em / 24);
  height: calc(80em / 24);
}
.st-Gnav_List .keywords{
  height: calc(80em / 24);
  width: calc(490em / 24);
}
.st-Gnav_List .sarch_btn{
  width: calc(40em / 24);
}
.st-Gnav_List > li a.clicked{
    background: url(../img/sp/ico_on.png) no-repeat 95% 1.3em;
    background-size: calc(20em / 24);
}
.st-Gnav_List > li .second{
  display: none;
  background:rgba(88,181,223,.8);
  padding-left:  calc(20em / 24);
  padding-top:  calc(20em / 24);

}
/*****************/
.st-Label {
  background-size: calc(65em / 24);
  -webkit-box-ordinal-group: 2;
  order: 1;
  position: absolute;
  right: 0;
  z-index: 999;
  background: #FFF;
  padding-top: calc(40em / 24);
  padding-right: calc(40em / 24);
}
.st-Label_Icon {
  border-style: solid;
  border-width: calc(4em / 24) 0;
  border-color: #58b5df;
  display: block;
  height: calc(35em / 24);
  margin-right: auto;
  margin-left: auto;
  position: relative;
  transition-property: border-color;
  width: calc(50em / 24);
}
.st-Input:checked + .st-Label .st-Label_Icon {
  border-color: transparent;
}
.st-Label_Icon::before,
.st-Label_Icon::after {
  background-color: #58b5df;
  content: '';
  height: calc(4em / 24);
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.st-Input:checked + .st-Label .st-Label_Icon::before,
.st-Input:checked + .st-Label .st-Label_Icon::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.st-Input:checked + .st-Label .st-Label_Icon::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.st-ToggleMenu {
  overflow: auto;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  z-index: -1;
}
.st-Input:checked ~ .st-ToggleMenu {
  -webkit-transform: translateY(0);
  transform: translate(0);
  z-index: 99;
}
/*******************/
.st-Main{
  margin-top: calc(125em / 24);
		background: #efefef;
}
.home-Hero{
	background: #fff;
}
@media only screen and (min-width: 48em ) {
  .st-Main{
    margin-top: 0;
    background: #efefef;
  }
  .home-Hero{
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    -webkit-box-direction:reverse;
    -webkit-box-orient:vertical;
    -webkit-flex-direction:column-reverse;
    flex-direction:column-reverse;
  }
}
.home-Hero_Sl_1{
  padding-left: 0;
}
@media only screen and (min-width: 48em ) {
  .home-Hero_Sl{
    background: url(../img/bg_main.jpg) no-repeat;
    background-size: cover;
  }
  .home-Hero_Sl_1{
    margin-top: 0;
    margin-bottom: 0;
  }
}
.home-Hero_Txt{
  background: url(../img/sp/ico_main.png) no-repeat;
  background-position:90% top;
  background-size: calc(120em / 24);
  text-align: center;
  margin-top: calc(70em / 24);
	padding-bottom: calc(20em / 24);
}
@media only screen and (min-width: 48em ) {
  .home-Hero_Txt{
    background:url(../img/ico_main.png) no-repeat 50% 3em;
    padding-top: calc(90em / 16);
    margin-bottom: calc(30em / 16);
    margin-top: 0;
			padding-bottom: 0;
  }
}
.home-Hero_Txt h3{
  font-size:calc(28em / 24);
  letter-spacing: -.05em;
}
@media only screen and (min-width: 48em ) {
  .home-Hero_Txt h3{
    font-size:calc(30em / 16);
    letter-spacing:0;
    margin-bottom: 0;
  }
  /*.home-Hero_Txt h3 br:last-child{
    display: none;*/
  }
}
.home-Hero_Txt p{
  letter-spacing: -.05em;
}
@media only screen and (min-width: 48em ) {
  .home-Hero_Txt p{
    letter-spacing: 0;
    font-size:calc(18em / 16);
  }
  /*.home-Hero_Txt p br:last-child, .home-Hero_Txt p br:nth-last-child(3){
    display: none;
  }*/
}
/**************/
.home-Navi{
  background: #eeeeee;
  padding-left: calc(20em / 24);
  padding-right: calc(20em / 24);
  padding-top: calc(25em / 24);
  display:-webkit-box;
  display:-webkit-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
-webkit-box-pack:justify;
-webkit-flex-pack:justify;
-webkit-justify-content:space-between;
justify-content:space-between;
}
.home-Navi_Unit{
  width: 49.8%;
  background: #DD0D10;
  padding-left: calc(10em / 24);
  padding-top: calc(10em / 24);
  padding-bottom: calc(10em / 24);
  margin-bottom: calc(4em / 24);
  position: relative;
}
@media only screen and (min-width: 48em ) {
  .home-Navi{
    padding-left:calc(20em / 16);
    padding-right:calc(20em / 16);
  }
  .home-Navi_Unit{
    width: calc(285em / 16);
    margin-bottom: calc(8em / 16);
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.home-Navi_Unit a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 2em solid #eeeeee;
    border-left: 2em solid transparent;
}
.home-Navi_Unit a{
  display:-webkit-box;
  display:-webkit-flex;
  display:flex;
  -webkit-box-align:center;
  -webkit-align-items:center;
  align-items:center;
  text-decoration: none;
  color: #FFF;
}

@media only screen and (min-width: 48em ) {
  .home-Navi_Unit a{
    -webkit-box-direction:normal;
    -webkit-box-orient:vertical;
    -webkit-flex-direction:column;
    flex-direction:column;
    padding-left: calc(20em / 16);
    padding-right: calc(20em / 16);
    padding-top: calc(30em / 16);
    padding-bottom: calc(20em / 16);
    height: calc(320em / 16);
  }
}
.home-Navi_Unit img{
  width: calc(150em / 24);
  margin-right:calc(5em / 24);
}
@media only screen and (min-width: 48em ) {
  .home-Navi_Unit img{
    width: calc(125em / 16);
  }
}

.home-Navi_Unit_Txt h3{
  font-size: calc(26em / 24);
  line-height: 1.1em;
  letter-spacing: -.05em;
  margin: 0;
}
@media only screen and (min-width: 48em ) {
  .home-Navi_Unit_Txt{
    text-align: center;
    margin-top: calc(15em / 16);
  }
  .home-Navi_Unit_Txt h3{
    font-size: calc(23em / 16);
    letter-spacing:0;
  }
  .home-Navi_Unit_Txt h3 br{
    display: none;
  }
  .home-Navi_Unit_Txt2{
    font-size: calc(13em / 16);
    margin-top: calc(20em / 16);
    line-height: 1.3;
  }
  .home-Navi_Unit.Schedule .home-Navi_Unit_Txt{
    margin-top: calc(1em / 16);
  }
}
.home-Navi_Unit_Txt p{
  font-size: calc(17em / 24);
  margin-top: calc(10em / 17);
  margin-bottom: 0;
}

.home-Navi_Unit.Training{
  background: #f08300;
}
.home-Navi_Unit.Schedule{
  background: #eb6877;
}
.home-Navi_Unit.Result{
  background: #eeaa22;
}
.home-Navi_Unit.Contact{
  background: #58b5df;
}
.home-Navi_Unit.Outline{
  background: #8fc31f;
}
.home-Navi_Unit.Registration{
  background: #88abda;
}
.home-Navi_Unit.Referee{
  background: #0075a9;
}
.home-Navi_Unit.Application{
  background: #93949f;
}
/************/
.home-category{
  background: #eeeeee;
  padding-top: calc(85em / 24);
}
@media only screen and (min-width: 48em ) {
  .home-category{
  padding-top: calc(70em / 16);
  }
}
.home-category_ttl{
  margin-top: 0;
  font-weight: bold;
  font-size: calc(40em / 24);
  position: relative;
  width: calc(400em / 40);
  margin-left: auto;
  margin-right: auto;
  background: url(../img/sp/ico_football.png) no-repeat 8% 50%;
  background-size:calc(41em / 40);
  padding-left: calc(50em / 40);
  border-bottom: 2px solid #000;
  text-align: center;
}
@media only screen and (min-width: 48em ) {
  .home-category_ttl{
    font-size: calc(20em / 16);
    width: calc(330em / 20);
    letter-spacing: .5em;
    padding-bottom: calc(5em / 20);
  }
}
.home-category_txt{
  text-align: center;
  font-size: calc(24em / 24);
}
.home-category_List{
display:-webkit-box;
display:-webkit-flex;
display:flex;
-webkit-box-lines:multiple;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-pack:justify;
-webkit-flex-pack:justify;
-webkit-justify-content:space-between;
justify-content:space-between;
  padding-right: calc(20em / 24);
  padding-left: calc(20em / 24);
  padding-bottom: calc(60em / 24);
}
@media only screen and (min-width: 48em ) {
  .home-category_List{
    -webkit-box-pack:start;
    -webkit-flex-pack:start;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
    padding-right: calc(20em / 16);
    padding-left: calc(20em / 16);
  }
}
.home-cat_List_Unit{
  background: #4285f4;
  text-align: center;
  width: calc(218em / 24);
  height: calc(192em / 24);
  margin-bottom: calc(6em / 24);
}
@media only screen and (min-width: 48em ) {
  .home-cat_List_Unit{
    width: calc(230em / 16);
    margin-right: calc(2em / 16);
    margin-bottom: calc(3em / 16);
    height:auto;
  }
  .home-cat_List_Unit:nth-child(5){
    margin-right: 0;
  }
}
.home-cat_List_Unit a{
  color: #FFF;
  text-decoration: none;
  width: 100%;
  height: calc(192em / 24);
  display:-webkit-box;
  display:-webkit-flex;
  display:flex;
  -webkit-box-align:center;
  -webkit-align-items:center;
  align-items:center;
  -webkit-box-pack:center;
  -webkit-flex-pack:center;
  -webkit-justify-content:center;
  justify-content:center;
}
@media only screen and (min-width: 48em ) {
  .home-cat_List_Unit a{
    height:auto;
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    -webkit-box-direction:normal;
    -webkit-box-orient:vertical;
    -webkit-flex-direction:column;
    flex-direction:column;
    padding-top: calc(16em / 16);
    padding-bottom: calc(12em / 16);
  }
  .home-cat_List_Unit.Seven{
    letter-spacing: .5em;
  }
  .home-cat_List_Unit.Eleven{
    letter-spacing: .3em;
  }
  .home-cat_List_Unit br{
    display: none;
  }
  .home-cat_List_Unit span{
    font-size: calc(9em / 16);
    letter-spacing:0;
  }
}
.home-cat_List_Unit.Women{
  background: #ee8593;
}
.home-cat_List_Unit.Junior{
  background: #72b12e;
}
/*********/
.home-recom{
  background: url(../img/sp/bg_recom.jpg) no-repeat top center,url(../img/sp/bg_recom1.png) ;
  background-size: 100% auto;
  padding-top: calc(60em / 24);
  padding-bottom: calc(60em / 24);
  margin-bottom: calc(40em / 24);
}
@media only screen and (min-width: 48em ) {
  .home-recom{
    background: none;
    padding-bottom: calc(30em / 16);
    margin-bottom:0;
  }
  .home-recom_Innner{
    background: #FFF;
    padding-top: calc(55em / 16);
    padding-left: calc(10em / 16);
    padding-right: calc(10em / 16);
  }
}
.home-recom_ttl{
  margin-top: 0;
  font-weight: bold;
  font-size: calc(36em / 24);
  position: relative;
  width: calc(555em / 36);
  margin-left: auto;
  margin-right: auto;
  background: url(../img/sp/ico_recom.png) no-repeat 0% 50%;
  background-size: auto auto;
  background-size: calc(50em / 36);
  padding-left: calc(50em / 36);
  border-bottom: 2px solid #fff;
  color: #FFF;
  text-align: center;
  text-shadow: 0px 1px 6px rgba(0, 0, 0, 1);
  margin-bottom: 0;
}
@media only screen and (min-width: 48em ) {
  .home-recom_ttl{
    background: url(../img/ico_cat_ttl.png) no-repeat 3% 45%;
    font-size: calc(20em / 16);
    text-shadow:none;
    width: calc(330em / 20);
    color: #000;
    padding-bottom: calc(4em / 20);
    border-bottom: 2px solid #000;
  }
}
.home-recom_txt{
  text-shadow: 0px 1px 6px rgba(0, 0, 0, 1);
  text-align: center;
  background-size: calc(28em / 36);
  color: #FFF;
  margin-top: calc(20em / 36);
}
@media only screen and (min-width: 48em ) {
  .home-recom_txt{
    text-shadow: none;
    color: #000;
    font-size: calc(13em / 16);
    margin-bottom: calc(40em / 16);
  }
}
.home-recom_List_Unit_Wap{
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  flex-wrap:wrap;
  margin-left:calc(20em / 24);
  margin-right:calc(20em / 24);
  padding-left:calc(20em / 24);
  padding-right:calc(20em / 24);
  background: rgba(255,255,255,.9);
  padding-top: calc(20em / 24);
}
@media only screen and (min-width: 48em ) {
  .home-recom_List_Unit_Wap{
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
    align-items:flex-start;
    padding-top: calc(5em / 16);
    padding-bottom: calc(20em / 16);
  }
}
.home-recom_List_Unit{
  position: relative;
  margin-bottom: calc(20em / 24);
}
@media only screen and (min-width: 48em ) {
  .home-recom_List_Unit{
    border-bottom: 1px dotted #d2d2d2;
    /*margin-bottom: calc(40em / 16);*/
    margin-bottom:calc(40em / 16);
  }
}

.home-recom_List_Unit::before{
  content: "";
  background: url(../img/ico_new1.png) no-repeat;
  background-size: calc(70em / 24);
  width: calc(70em / 24);
  height: calc(65em / 24);
  position: absolute;
  z-index: 1;
  left:calc(40em / 24);
}
@media only screen and (min-width: 48em ) {
  .home-recom_List_Unit::before{
    background-size: calc(33em / 16);
  }
}
.home-recom_List_Unit::after{
/*	animation-name: flash;
	animation-duration: 1s;
	animation-iteration-count: infinite;*/
}
@keyframes flash {
	50%{
		background:none;
	}
}
.home-recom_List_Unit::after{
  content: "";
  background: url(../img/ico_new_txt.png) no-repeat;
  background-size: calc(45em / 20);
  width: calc(45em / 20);
  height: calc(20em / 20);
  position: absolute;
  z-index: 1;
  left:calc(40em / 20);
		top:calc(15em / 20);
}
@media only screen and (min-width: 48em ) {
  .home-recom_List_Unit::after{
  background: url(../img/ico_new_txt1.png) no-repeat;
  	background-size: calc(30em / 20);
			left:calc(40em / 20);
			top:calc(12em / 20);

  }
}
.home-recom_List_Unit.adjustment::before{
  content: "";
  background: url(../img/ico_adj.png) no-repeat;
  background-size: calc(70em / 24);
  width: calc(70em / 24);
  height: calc(65em / 24);
  position: absolute;
  z-index: 1;
  left:calc(40em / 24);
}
@media only screen and (min-width: 48em ) {
	.home-recom_List_Unit.adjustment::before{
  background-size: calc(33em / 16);
  width: calc(33em / 16);
  height: calc(30em / 16);
	}
}
.home-recom_List_Unit.adjustment::after{
	background: none;
}
.home-recom_List_Unit.endIcon::before{
  content: "";
  background: url(../img/ico_end.png) no-repeat;
  background-size: calc(70em / 24);
  width: calc(70em / 24);
  height: calc(65em / 24);
  position: absolute;
  z-index: 1;
  left:calc(40em / 24);
}
@media only screen and (min-width: 48em ) {
	.home-recom_List_Unit.endIcon::before{
  background-size: calc(33em / 16);
  width: calc(33em / 16);
  height: calc(30em / 16);
	}
}
.home-recom_List_Unit.endIcon::after{
	background: none;
}
.home-recom_List_Unit.waiting::before{
  content: "";
  background: url(../img/ico_can1.png) no-repeat;
  background-size: calc(70em / 24);
  width: calc(70em / 24);
  height: calc(65em / 24);
  position: absolute;
  z-index: 1;
  left:calc(40em / 24);
}
@media only screen and (min-width: 48em ) {
	.home-recom_List_Unit.waiting::before{
  background-size: calc(33em / 16);
  width: calc(33em / 16);
  height: calc(30em / 16);
	}
}
.home-recom_List_Unit.waiting::after{
	background: none;
}
.home-rec_Unit_Txt{
  width: calc(400em / 24);
}
@media only screen and (min-width: 48em ) {
  .home-rec_Unit_Txt{
    width: calc(680em / 16);
    padding-left: calc(40em / 16);
  }
  .home-rec_Unit_Txt br{
    display: none;
  }
}
.home-rec_Unit_Img-area{
  width: calc(220em / 24);
}
@media only screen and (min-width: 48em ) {
  .home-rec_Unit_Img-area{
    min-height: calc(289em / 16);
    width: calc(393em / 16);
  }
}
.home-rec_Unit_Img{
box-sizing: border-box;
-ms-flex-negative: 0;
flex-shrink: 0;
height: calc(200em / 24);
overflow: hidden;
position: relative;
width: 100%;
}
@media only screen and (min-width: 48em ) {
  .home-rec_Unit_Img{
    height: calc(163em / 16);
  }
  .home-rec_Unit_Img-area_txt{
    list-style: none;
    padding-left: 0;
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
    align-items:flex-start;
    margin-top: calc(3em / 16);
  }
  .home-rec_Unit_Img-area_txt li{
    width: calc(195em / 16);
  }
}
.home-rec_Unit_Img img {
margin: auto;
position: absolute;
right: calc(-100em / 24);
left: calc(-100em / 24);
top: calc(-100em / 24);
bottom: calc(-100em / 24);
min-width:calc(345em / 24);
}
@media only screen and (min-width: 48em ) {
  .home-rec_Unit_Img img {
    min-width: calc(397em / 16);
  }
}
.home-rec_Unit_Txt2{
  width: 100%;
  margin-top:calc(40em / 24);
}
@media only screen and (min-width: 48em ) {
  .home-rec_Unit_Txt2{
    width: calc(680em / 16);
    min-height:  calc(192em / 16);
    margin-top:calc(-205em / 16);
    position: relative;
			display:-webkit-box;
			display:-webkit-flex;
			display:flex;
			-webkit-box-lines:multiple;
			-webkit-flex-wrap:wrap;
			flex-wrap:wrap;
  }
}
.home-rec_Unit_Icon{
		width: calc(130em / 24);
	margin-right:calc(10em / 24);
}
@media only screen and (min-width: 48em ) {
	.home-rec_Unit_Icon{
		margin-right:calc(30em / 16);
		width: calc(87em / 16);
		margin-left: auto;
	}
}

.home-rec_Unit_ttl{
  color: #e60012;
  font-size: calc(32em / 24);
  margin-top:calc(50em / 32);
  margin-bottom: 0;
  line-height: 1.3;
}
@media only screen and (min-width: 48em ) {
  .home-rec_Unit_ttl{
  margin-top:0;
  }
}
.home-rec_Unit_txt{
  color: #4285f4;
  margin-top:calc(5em / 24);
  margin-bottom: 0;
}
@media only screen and (min-width: 48em ) {
  .home-rec_Unit_txt{
  }
}

.home-rec_Unit_Txt2_list{
  padding-left: 0;
  margin-top: calc(30em / 24);
  margin-bottom: calc(50em / 24);
  list-style: none;
}
@media only screen and (min-width: 48em ) {
  .home-rec_Unit_Txt2_list{
		padding-left:calc(50em / 16);
  	margin-top: calc(15em / 16);
			margin-bottom: calc(6em / 16);
  }
}
.home-rec_Unit_Txt2_list li{
  color: #000;
  font-weight: bold;
}
.home-rec_Unit_Txt2_list li a{
	color: #000;
	text-decoration: none;
	display: block;
	border: 1px solid #808080;
	margin-bottom: calc(10em / 16);
	border-radius: .2em;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: .5em;
	padding-right: .6em;
	position: relative;
}
.home-rec_Unit_Txt2_list li a::after{
	content: "▶︎";
	font-size: calc(10em / 16);
	position: absolute;
	right: calc(5em / 12);
	top: 50%;
	transform: translateY(-50%);
	color: #f08300;
}
.home-rec_Unit_Txt2_list li a:hover{
	color: #B3B3B3;
}
@media only screen and (min-width: 48em ) {
  .home-rec_Unit_Txt2_list li{
    background: url(../img/ico_ster.png) no-repeat 0 50%;
    padding-left: calc(30em / 22);
    font-size: calc(22em / 16);
  }
   .home-rec_Unit_Txt2_list li span{
    font-size: calc(13em / 22);
  }
	.home-rec_Unit_Txt2_list li a{
		text-decoration: underline;
		border:none;
		margin-bottom:0;
		padding-top: 0;
		padding-bottom:0;
		padding-left:0;
		padding-right:0;
	}
	.home-rec_Unit_Txt2_list li a::after{
		content: "";
	}
}
.home-rec_Unit_Txt2_btn{
  list-style: none;
  padding-left: 0;
display:-webkit-box;
display:-webkit-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
@media only screen and (min-width: 48em ) {
  .home-rec_Unit_Txt2_btn{
    width: 100%;
    bottom: 0;
    margin-bottom: 0;
  }
}

.home-rec_Unit_Txt2_btn li{
  border-radius: .25em;
  background-color: rgb(69, 176, 53);
  width: 24%;
  color: #FFF;
  text-align: center;
  margin-right:calc(8em / 24);
		margin-bottom: calc(8em / 24);
}
@media only screen and (min-width: 48em ) {
  .home-rec_Unit_Txt2_btn li{
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    align-items:center;
    height:calc(50em / 16);

  }
}

.home-rec_Unit_Txt2_btn li:nth-child(4n){
  margin-right:0;
}
.home-rec_Unit_Txt2_btn img{
  width: calc(80em / 24);
  margin-top: calc(16em / 24);
}
@media only screen and (min-width: 48em ) {
  .home-rec_Unit_Txt2_btn img{
    width: calc(25em / 16);
    margin-top: 0;
    margin-left: calc(10em / 16);
  }
}
.home-rec_Unit_Txt2_btn_box{
  font-size:calc(20em / 24);
  line-height: 1.2;
  margin-bottom:calc(10em / 24);
  letter-spacing: -.05em;
  height:calc(66em / 20);
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  width: calc(178em / 24);
  -webkit-box-pack:center;
  -webkit-flex-pack:center;
  -webkit-justify-content:center;
  justify-content:center;
}
.home-rec_Unit_Txt2_btn li p{
  margin: 0;
}
.home-rec_Unit_Txt2_btn_box .day::before{
  content: "試合日数 : ";
}
@media only screen and (min-width: 48em ) {
  .home-rec_Unit_Txt2_btn_box{
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    align-items:center;
    -webkit-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    width: 100%;
  }
  .home-rec_Unit_Txt2_btn_box .day::before{
    content: "";
  }
  .home-rec_Unit_Txt2_btn_box .pc-box{
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    align-items:center;
    -webkit-box-align:start;
-webkit-align-items:flex-start;
align-items:flex-start;

    font-size: calc(12em / 16);
    padding-left: 0;
    margin-bottom: -.5em;
    margin-top: -1.2em;
  }
  .home-rec_Unit_Txt2_btn_box .pc-box li{
    width: 50%;
    width: 50%;
  }
  .home-rec_Unit_Txt2_btn_box .pc-box .ico1, .home-rec_Unit_Txt2_btn_box .ico1{
    background: url(../img/ico_c-1.png) no-repeat 0 50%;
    padding-left:1.3em;
    margin-right: .2em;
  }
  .home-rec_Unit_Txt2_btn_box .pc-box .ico2, .home-rec_Unit_Txt2_btn_box .ico2{
    background: url(../img/ico_c-2.png) no-repeat 0 50%;
    padding-left:1.3em;
  }
}
.home-rec_Unit_Txt2_btn_box .ico1{
  background: url(../img/ico_c-1.png) no-repeat 0 50%;
  padding-left:1.3em;
  margin-right: .2em;
}
.home-rec_Unit_Txt2_btn_box .ico2{
  background: url(../img/ico_c-2.png) no-repeat 0 50%;
  padding-left:1.3em;
}

.home-rec_Unit_Txt2_btn li p span{
  font-size:calc(17em / 20);
}
@media only screen and (min-width: 48em ) {
  .home-rec_Unit_Txt2_btn li p span{
    width: 100%;
  }
}
.home-rec_Unit_Txt2_btn .turf{
  background:#45b035;
  background-size:calc(80em / 24);
}
.home-rec_Unit_Txt2_btn .buffet{
  background:#f08300;
  background-size:calc(80em / 24);
}
.home-rec_Unit_Txt2_btn .spring{
  background:#eb6877;
  background-size:calc(80em / 24);
}
.home-rec_Unit_Txt2_btn .calendar{
  background:#4285f4;
  background-size:calc(80em / 24);
}
.home-rec_Unit_Txt2_btn .tournament{
  background:#c08a33;
  background-size:calc(80em / 24);
}
.home-rec_Unit_Txt2_btn .savings{
  background:#a5cc38;
  background-size:calc(80em / 24);
}
.home-rec_Unit_Txt2_btn .night{
  background:#313131;
  background-size:calc(80em / 24);
}
.home-rec_Unit_Txt2_btn .swimming{
  background:#00b7ee;
  background-size:calc(80em / 24);
}
.home-rec_Unit_Txt2_btn .hanabi{
  background:#5f52a0;
  background-size:calc(80em / 24);
}
.home-rec_Unit_Txt2_btn .junior{
  background:#0075a9;
  background-size:calc(80em / 24);
}
@media only screen and (min-width: 48em ) {
  .home-rec_Unit_Txt2_btn .calendar ul{
    width: 100%;
  }
}
/******************/
.home-info{
    background:url(../img/sp/bg_recom.jpg) no-repeat top center,url(../img/sp/bg_recom1.png);
    background-size: 100% auto;
    padding-top: calc(60em / 24);
    padding-bottom: calc(10em / 24);
}
@media only screen and (min-width: 48em ) {
  .home-info{
    background:url(../img/cat_bg1.jpg) no-repeat top center,url(../img/bg2.jpg) center repeat-y;
    padding-left: calc(60em / 16);
    padding-right: calc(60em / 16);
  }
}
.home-info_ttl {
    margin-top: 0;
    font-weight: bold;
    font-size: calc(36em / 24);
    position: relative;
    width: calc(365em / 36);
    margin-left: auto;
    margin-right: auto;
    background: url(../img/sp/ico_recom.png) no-repeat 10% 50%;
    background-size: calc(50em / 36);
    padding-left: calc(40em / 36);
    border-bottom: 2px solid #fff;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 1px 6px rgba(0, 0, 0, 1);
    margin-bottom: 0;
}
@media only screen and (min-width: 48em ) {
  .home-info_ttl {
    background: url(../img/ico_cat_ttl2.png) no-repeat 10% 50%;
    width: calc(245em / 20);
    font-size: calc(20em / 16);
    text-shadow: none;
  }
}

.home-info_txt {
    text-shadow: 0px 1px 6px rgba(0, 0, 0, 1);
    text-align: center;
    background-size: calc(28em / 36);
    color: #FFF;
    margin-top: calc(20em / 36);
}
@media only screen and (min-width: 48em ) {
  .home-info_txt {
    font-size: calc(13em / 16);
    margin-bottom: calc(30em / 16);
    text-shadow:none;
  }
}
.home-info_sub{
  font-size: calc(28em / 24);
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: rgba(66,133,244,.9);
  padding-top:  calc(10em / 28);
  padding-bottom:  calc(10em / 28);
  margin-bottom: 0;
}
@media only screen and (min-width: 48em ) {
  .home-info_sub{
    text-align: left;
    font-size: calc(16em / 16);
    font-weight: 500;
    padding-left: calc(25em / 16);
    margin-bottom: calc(10em / 16);
  }
}
.home-info_sub.seven{
  background: url(../img/ttl_bg_list1.png) no-repeat rgba(66,133,244,.9) 13.2em;
  background-size: calc(266em / 24);
}
.home-info_sub.eleven{
  background: url(../img/ttl_bg_list2.png) no-repeat rgba(66,133,244,.9) 13.2em;
  background-size: calc(313em / 24);
}
.home-info_sub.over30{
  background: url(../img/ttl_bg_list3.png) no-repeat rgba(66,133,244,.9) 10em;
  background-size: calc(342em / 24);
}
.home-info_sub.masters{
  background: url(../img/ttl_bg_list4.png) no-repeat rgba(66,133,244,.9) 8em;
  background-size: calc(389em / 24);
}
.home-info_sub.ladies{
  background: url(../img/ttl_bg_list5.png) no-repeat rgba(238,133,147,.9) 12em;
  background-size: calc(288em / 24);
}
.home-info_sub.junioryouth{
  background: url(../img/ttl_bg_list6.png) no-repeat rgba(124,205,11,.9) 2em;
  background-size: calc(537em / 24);
}
.home-info_sub.junior{
  background: url(../img/ttl_bg_list7.png) no-repeat rgba(124,205,11,.9) 11.5em;
  background-size: calc(307em / 24);
}
@media only screen and (min-width: 48em ) {
  .home-info_List{
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-bottom: calc(30em / 16);

  }
}
.home-info_List.last .home-info_List_Unit:last-child{
  margin-bottom: calc(40em / 24);
}
.home-info_List_Unit {
    position: relative;
    margin-bottom: calc(20em / 24);
  background: rgba(255,255,255,.9);
  margin-left: calc(20em / 24);
  margin-right: calc(20em / 24);
  margin-bottom: calc(20em / 24);
  padding-left: calc(20em / 24);
  padding-right: calc(20em / 24);
  padding-bottom: calc(20em / 24);
}
.home-info_List_Unit a{
  text-decoration: none;
  color: #000;
  display: block;
}

@media only screen and (min-width: 48em ) {
	.home-info_List_Unit a{
  text-decoration: underline;
	}
}
.home-info_List_Unit a:hover{
	color: #B3B3B3;
}
@media only screen and (min-width: 48em ) {
  .home-info_List_Unit {
    width: calc(350em / 16);
  background: rgba(255,255,255,1);
    margin-left: 0;
    margin-right: 0;
    margin-right: calc(14em / 16);
    margin-bottom: calc(12em / 16);
    position: relative;
    padding-left: calc(20em / 16);
    padding-right: calc(20em / 16);
    padding-bottom: calc(20em / 16);
  }
  .home-info_List_Unit:nth-child(3n){
    margin-right:0;
  }
  .home-info_List.last .home-info_List_Unit:last-child{
    margin-bottom: calc(12em / 16);
  }
}
.home-info_List_Unit::before {
    content: "";
    background: url(../img/ico_new1.png) no-repeat;
    background-size: calc(70em / 24);
    width: calc(70em / 24);
    height: calc(87em / 24);
    position: absolute;
    z-index: 1;
    left: calc(40em / 24);
}

@media only screen and (min-width: 48em ) {
  .home-info_List_Unit::before {
    background: none;
  }
}
.home-info_List_Unit::after {
    content: "";
    background: url(../img/ico_new_txt.png) no-repeat;
    background-size: calc(45em / 20);
    width: calc(45em / 20);
    height: calc(20em / 20);
    position: absolute;
    z-index: 1;
    left: calc(41em / 20);
    top: calc(15em / 20);
}
@media only screen and (min-width: 48em ) {
	.home-info_List_Unit::after {
    background: url(../img/ico_new_txt1.png) no-repeat;
    background-size: calc(32em / 20);
    left: calc(28em / 20);
    top: calc(34em / 20);
	}
}
.home-info_List_Unit::after{
/*	animation-name: flash;
	animation-duration: 1s;
	animation-iteration-count: infinite;*/
}
@keyframes flash {
	50%{
		background:none;
	}
}
.home-info_List_Unit.adjustment::before {
    content: "";
    background: url(../img/ico_adj.png) no-repeat;
    background-size: calc(70em / 24);
    width: calc(70em / 24);
    height: calc(87em / 24);
    position: absolute;
    z-index: 1;
    left: calc(40em / 24);
}
@media only screen and (min-width: 48em ) {
	.home-info_List_Unit.adjustment::before {
		background: none;
	}
}
.home-info_List_Unit.adjustment::after{
	background: none;
}

@media only screen and (min-width: 48em ) {
	.adjustment .home-info_Unit_Txt_ttl{
    background: url(../img/ico_adj1.png) no-repeat;
    background-size: calc(32em / 20);
	}
}
.home-info_List_Unit.endIcon::before {
    content: "";
    background: url(../img/ico_end.png) no-repeat;
    background-size: calc(70em / 24);
    width: calc(70em / 24);
    height: calc(87em / 24);
    position: absolute;
    z-index: 1;
    left: calc(40em / 24);
}
@media only screen and (min-width: 48em ) {
	.home-info_List_Unit.endIcon::before {
		background: none;
	}
}
.home-info_List_Unit.endIcon::after{
	background: none;
}

@media only screen and (min-width: 48em ) {
.endIcon .home-info_Unit_Txt_ttl{
    background: url(../img/ico_end1.png) no-repeat;
    background-size: calc(32em / 20);
	}
}
.home-info_List_Unit.waiting::before {
    content: "";
    background: url(../img/ico_can.png) no-repeat;
    background-size: calc(70em / 24);
    width: calc(70em / 24);
    height: calc(87em / 24);
    position: absolute;
    z-index: 1;
    left: calc(40em / 24);
}
@media only screen and (min-width: 48em ) {
	.home-info_List_Unit.waiting::before {
		background: none;
	}
}
.home-info_List_Unit.waiting::after{
	background: none;
}

@media only screen and (min-width: 48em ) {
.waiting .home-info_Unit_Txt_ttl{
    background: url(../img/ico_can1.png) no-repeat;
    background-size: calc(32em / 20);
	}
}
.home-info_List_Unit:last-child{
  margin-bottom: calc(70em / 24);
}
.home-info_Unit_Txt{
  margin-left: calc(110em / 24);
  padding-top: calc(30em / 24);
}
@media only screen and (min-width: 48em ) {
  .home-info_List_Unit:last-child{
    margin-bottom: calc(12em / 16);
  }
  .home-info_Unit_Txt{
    margin-left: 0;
				min-height: calc(177em / 16);
  }
}
.home-info_Unit_Txt_ttl{
  font-size: calc(34em / 24);
  font-weight:600;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: -.05em;
}

.home-info_Unit_Txt_ttl a{
		border: 1px solid #808080;
		border-radius: .2em;
		padding-top: .3em;
		padding-bottom: .3em;
		padding-left: .5em;
		padding-right: .6em;
		position: relative;
}
.home-info_Unit_Txt_ttl a::after {
	content: "▶︎";
	font-size: calc(10em / 16);
	position: absolute;
	right: calc(5em / 12);
	top: 50%;
	transform: translateY(-50%);
	color: #f08300;
}

@media only screen and (min-width: 48em ) {
  .home-info_Unit_Txt_ttl{
    font-size: calc(19em / 16);
    background: url(../img/ico_new1.png) no-repeat;
    background-size: calc(30em / 20);
    padding-left: calc(30em / 16);
    line-height: 1.3;
  }
	.home-info_Unit_Txt_ttl a{
		border:none;
		border-radius: 0;
		padding-top: .2em;
		padding-bottom:.2em;
		padding-left: 0;
		padding-right: 0;
	}
	.home-info_Unit_Txt_ttl a::after {
		content: "";
	}
}
.home-info_Unit_Txt_txt{
  margin-top: calc(5em / 24);
  margin-bottom: 0;
  color: #505256;
}
.home-info_Unit_Txt_txt2{
  list-style: none;
  padding-left: 0;
  font-size: calc(28em / 24);
  margin-top: calc(10em / 24);
  color: #e60012;
  font-weight: bold;
  margin-bottom:calc(10em / 24);
}
@media only screen and (min-width: 48em ) {
	.home-info_Unit_Txt_txt{
		font-size: calc(14em / 16);
		width: calc(260em / 14);
	}
  .home-info_Unit_Txt_txt2{
  font-size: calc(15em / 16);
  font-weight: 100;
  }
}

.home-info_Unit_Icon{
	width: calc(85em / 24);
	position: absolute;
	left:calc(35em / 24);
	top: calc(100em / 24);
}
@media only screen and (min-width: 48em ) {
	.home-info_Unit_Icon{
	width: calc(61em / 16);
	left:auto;
	right:calc(13em / 16);
	top: calc(85em / 16);
	}
}
.home-info_Unit_btn{
  list-style: none;
  padding-left: 0;
  display:-webkit-box;
  display:-webkit-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  margin-top:calc(20em / 24);
  margin-bottom: 0;
}
@media only screen and (min-width: 48em ) {
  .home-info_Unit_btn{
    /*position: absolute;
    top:calc(160em / 16);*/
				margin-left: calc(-3em / 16);
				margin-right: calc(-3em / 16);
    margin-top:0;
  }
}
.home-info_Unit_btn li{
  border-radius: .125em;
  background-color: rgb(69, 176, 53);
  width: 49.4%;
  margin-right:calc(5em / 22);
  text-align: center;
  color: #FFF;
  margin-bottom:calc(5em / 22);
  font-size: calc(22em / 24);
  padding-top: calc(5em / 22);
  padding-bottom: calc(5em / 22);
  padding-left: calc(35em / 22);
  padding-right: calc(5em / 22);
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	align-items:center;
	text-align: center;
	-webkit-box-pack:center;
	-webkit-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
}
@media only screen and (min-width: 48em ) {
  .home-info_Unit_btn li{
    font-size: calc(12em / 16);
    width:calc(155em / 12);
    letter-spacing: -.05em;
  }
}
.home-info_Unit_btn li:nth-child(2n){
margin-right:0;
}
.home-info_Unit_btn li.turf{
  background: url(../img/ico_turf2.png) no-repeat #45b035 3% 50%;
  background-size: calc(31em / 22);
}
.home-info_Unit_btn li:nth-child(2n){
}
.home-info_Unit_btn li.buffet{
  background: url(../img/ico_buffet2.png) no-repeat #f08300 3% 50%;
  background-size: calc(21em / 22);
}
.home-info_Unit_btn li.spring{
  background: url(../img/ico_spring2.png) no-repeat #eb6877 3% 50%;
  background-size: calc(33em / 22);
}
.home-info_Unit_btn li.friendly {
    background: #e05193;
}
.home-info_Unit_btn li.calendar{
  background: url(../img/ico_calendar2.png) no-repeat #4285f4 3% 50%;
  background-size: calc(25em / 22);
}
.home-info_Unit_btn li.night{
  background: url(../img/ico_night.png) no-repeat #313131 2% 50%;
  background-size: calc(28em / 22);
}
.home-info_Unit_btn li.junior{
  background: url(../img/ico_junior2.png) no-repeat #0075a9 2% 50%;
  background-size: calc(34em / 22);
}
.home-info_Unit_btn li.tournament{
  background: url(../img/ico_tournament2.png) no-repeat #c08a33 2% 50%;
  background-size: calc(30em / 22);
}
.home-info_Unit_btn li.savings{
  background: url(../img/ico_savings2.png) no-repeat #a5cc38 2% 50%;
  background-size: calc(30em / 22);
}
.home-info_Unit_btn li.swimming{
  background: url(../img/ico_swimming2.png) no-repeat #00b7ee 2% 50%;
  background-size: calc(31em / 22);
}
.home-info_Unit_btn li.hanabi{
  background: url(../img/ico_hanabi2.png) no-repeat #5f52a0 2% 50%;
  background-size: calc(31em / 22);
}
@media only screen and (min-width: 48em ) {
  .home-info_Unit_btn li.turf{
    background-size: calc(17em / 16);
  }
  .home-info_Unit_btn li.buffet{
    background-size: calc(13em / 16);
  }
  .home-info_Unit_btn li.spring{
    background-size: calc(20em / 16);
  }
  .home-info_Unit_btn li.calendar{
    background-size: calc(14em / 16);
  }
  .home-info_Unit_btn li.night{
    background-size: calc(15em / 16);
  }
  .home-info_Unit_btn li.junior{
    background-size: calc(20em / 16);
  }
}


/************/

.home-bnr_sns{
  list-style: none;
  padding-left: 0;
display:-webkit-box;
display:-webkit-flex;
display:flex;
-webkit-box-pack:center;
-webkit-flex-pack:center;
-webkit-justify-content:center;
justify-content:center;
  margin-bottom: 0;
  margin-top: calc(60em / 24);
}

.home-bnr{
  background: #efefef;
  padding-top:calc(60em / 24);
  padding-bottom: calc(80em / 24);
}

.home-bnr-1{
  width: calc(650em / 24);
  margin-left: auto;
  margin-right: auto;
}
.home-bnr-1_a img{
  width: 100%;
}
@media only screen and (min-width: 48em ) {
  .home-bnr-1{
    background: #fff;
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    width: 100%;
    padding-top: calc(30em / 16);
    padding-left: calc(30em / 16);
    padding-right: calc(30em / 16);
    padding-bottom: calc(30em / 16);
  }
  .home-bnr-1_a{
    width: calc(353em / 16);
  }
  .home-bnr-1_fb{
    /*width: calc(353em / 16);*/
    width: calc(706em / 16);
  }
  .home-bnr-1_youtube{
    width: calc(353em / 16);
  }
  .home-bnr-2{
    margin-top: calc(35em / 16);
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
    align-items:flex-start;
  }
	.home-bnr-2 img{
		width: calc(279em / 16);
	}
}
@media only screen and (min-width: 48em ) {
  .home-bnr_sns{
    margin-top: calc(60em / 16);
  }
}
.home-bnr_sns li{
  width: calc(120em / 24);
  margin-right: calc(10em / 24);
}
.home-bnr_sns li img{
  width: 100%;
}
@media only screen and (min-width: 48em ) {
  .home-bnr_sns li{
    width: calc(111em / 16);
  }
}

.st-footer_Nav{
  padding-left: 0;
  list-style: none;
  background: #58b5df;
  margin: 0;
}
@media only screen and (min-width: 48em ) {
  .st-footer{
    padding-top: calc(40em / 16);
    padding-bottom: calc(60em / 16);
  }
  .st-footer_Nav_pc1{
    list-style: none;
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    -webkit-box-pack:center;
    -webkit-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
  }
  .st-footer_Nav_pc1 a{
    text-decoration: none;
    color: #000;
  }
  .st-footer_Nav_pc1 li{
    font-size: calc(15em / 16);
    padding-left: calc(10em / 15);
    padding-right: calc(10em / 15);
    border-left: 1px solid #000;
    line-height: 1em;
  }
  .st-footer_Nav_pc1 li:first-child{
    border-left: none;
  }
  .st-footer_Nav_pc2{
    list-style: none;
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    -webkit-box-pack:center;
    -webkit-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
  }
  .st-footer_Nav_pc2 a{
    text-decoration: none;
    color: #000;
  }
  .st-footer_Nav_pc2 li{
    font-size: calc(13em / 16);
    padding-left: calc(10em / 13);
    padding-right: calc(10em / 13);
    border-left: 1px solid #000;
    line-height: 1em;
  }
  .st-footer_Nav_pc2 li:first-child{
    border-left: none;
  }
}


.st-footer_Nav li{
  position: relative;
  border-bottom: 1px solid #fff;
}
.st-footer_Nav a{
  color: #fff;
  text-decoration: none;
  display: block;
  padding-top:calc(45em / 24);
  padding-bottom:calc(45em / 24);
  padding-left:calc(45em / 24);
}

.st-footer_Nav li::after{
  background: url(../img/sp/ico_footer1.png) no-repeat;
  background-size: calc(10em / 24);
  content: '';
  width: calc(10em / 24);
  height: calc(21em / 24);
  position: absolute;
  right: calc(20em / 24);
  top:37%;
  color: #fff;
}
.st-footer_logo{
  padding-top: calc(50em / 24);
  padding-bottom: calc(50em / 24);
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.st-footer_logo img{
  width: calc(358em / 24);
}
.st-footer_add{
  text-align: center;
  padding-top: calc(50em / 24);
  padding-bottom: calc(50em / 24);
}
.st-footer_add_Img{
  width: calc(310em / 24);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 48em ) {
  .st-footer_add_Img{
    width: calc(310em / 16);
    margin-bottom: calc(15em / 16);
  }
}
.st-footer_add p{
  font-size: calc(20em / 24);
}
@media only screen and (min-width: 48em ) {
  .st-footer_add p{
    margin-top: 0;
    margin-bottom: 0;
  }
  .st-footer_add p br{
    display: none;
  }
}
.fix-area{
  position:fixed;
  right: calc(20em / 24);
  bottom: calc(60em / 24);
  width: calc(50em / 24);
}
@media only screen and (min-width: 48em ) {
  .fix-area{
    right: 0;
    width: calc(60em / 16);
  }
}
.fix-area img{
  margin-bottom:calc(20em / 16);
}

/***大会一覧・詳細
****************************************************/
@media only screen and (min-width: 48em ) {
	.tournament-Main{
		display:-webkit-box;
		display:-webkit-flex;
		display:flex;
		-webkit-box-direction:reverse;
		-webkit-box-orient:horizontal;
		-webkit-flex-direction:row-reverse;
		flex-direction:row-reverse;
		-webkit-box-pack:justify;
		-webkit-flex-pack:justify;
		-webkit-justify-content:space-between;
		justify-content:space-between;
		-webkit-box-align:start;
		-webkit-align-items:flex-start;
		align-items:flex-start;
		padding-top: calc(50em / 16);
	}
}
.tournament-Contents{
	width: 100%;
	padding-left: calc(20em / 24);
	padding-right: calc(20em / 24);
	padding-top: calc(80em / 16);
}
@media only screen and (min-width: 48em ) {
	.tournament-Contents{
		width: calc(875em / 16);
		padding-left:0;
		padding-right:0;
		padding-top: 0;
	}
}
.tournament-Cont_ttl1{
	background: #58b5df;
	font-size: calc(34em / 24);
	padding-left: calc(18em / 34);
	padding-right: calc(15em / 34);
	padding-top: calc(18em / 34);
	padding-bottom: calc(18em / 34);
	color: #fff;
	margin-top: 0;
}
@media only screen and (min-width: 48em ) {
	.tournament-Cont_ttl1{
	font-size: calc(16em / 16);
	padding-left: calc(18em / 16);
	padding-right: calc(15em / 16);
	padding-top: calc(18em / 16);
	padding-bottom: calc(18em / 16);
	margin-bottom: calc(21em / 16);
	}
}
.tournament-Cont_Sec_ttl{
	font-size: calc(28em / 24);
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #4285f4;
	padding-top: calc(10em / 28);
	padding-bottom: calc(10em / 28);
	margin-bottom: 0;
}
@media only screen and (min-width: 48em ) {
	.tournament-Cont_Sec_ttl{
		text-align: left;
		font-size: calc(16em / 16);
		padding-top: calc(5em / 16);
		padding-bottom: calc(5em / 16);
		padding-left: calc(18em / 16);
		font-weight: 100;
		margin-top: 0;
	}
}
.tournament-Cont_Sec_ttl.seven {
	background: url(../img/ttl_bg_list1.png) no-repeat #4285f4 right;
	background-size: calc(266em / 24);
}
@media only screen and (min-width: 48em ) {
	.tournament-Cont_Sec_ttl.seven {
		background: url(../img/ttl_bg_list1.png) no-repeat #4285f4 8.2em;
		background-size: calc(135em / 16);
	}
}
.tournament-Cont_Sec_ttl.eleven {
	background: url(../img/ttl_bg_list2.png) no-repeat #4285f4 right;
	background-size: calc(313em / 24);
}
@media only screen and (min-width: 48em ) {
	.tournament-Cont_Sec_ttl.eleven {
		background: url(../img/ttl_bg_list2.png) no-repeat #4285f4 8.8em;
		background-size: calc(156em / 16);
	}
}
.tournament-Cont_Sec_ttl.over30 {
	background: url(../img/ttl_bg_list3.png) no-repeat #4285f4 right;
	background-size: calc(342em / 24);
}
@media only screen and (min-width: 48em ) {
	.tournament-Cont_Sec_ttl.over30 {
		background: url(../img/ttl_bg_list3.png) no-repeat #4285f4 6.8em;
		background-size: calc(170em / 16);
	}
}
.tournament-Cont_Sec_ttl.masters {
	background: url(../img/ttl_bg_list4.png) no-repeat #4285f4 right;
	background-size: calc(389em / 24);
}
@media only screen and (min-width: 48em ) {
	.tournament-Cont_Sec_ttl.masters {
	background: url(../img/ttl_bg_list4.png) no-repeat #4285f4 6.8em;
	background-size: calc(195em / 16);
	}
}
.tournament-Cont_Sec_ttl.ladies {
	background: url(../img/ttl_bg_list5.png) no-repeat #ee8593 right;
	background-size: calc(288em / 24);
}
@media only screen and (min-width: 48em ) {
	.tournament-Cont_Sec_ttl.ladies {
		background: url(../img/ttl_bg_list5.png) no-repeat #ee8593 6.8em;
		background-size: calc(144em / 16);
	}
}
.tournament-Cont_Sec_ttl.junioryouth {
	background: url(../img/ttl_bg_list6.png) no-repeat #8fc31f right;
	background-size: calc(537em / 24);
}
@media only screen and (min-width: 48em ) {
	.tournament-Cont_Sec_ttl.junioryouth {
		background: url(../img/ttl_bg_list6.png) no-repeat #8fc31f 8.2em;
		background-size: calc(308em / 16);
	}
}
.tournament-Cont_Sec_ttl.junior {
	background: url(../img/ttl_bg_list7.png) no-repeat #8fc31f right;
	background-size:calc(307em / 24);
}
@media only screen and (min-width: 48em ) {
	.tournament-Cont_Sec_ttl.junior {
		background: url(../img/ttl_bg_list7.png) no-repeat #8fc31f 14.8em;
		background-size: calc(308em / 16);
	}
}
.tournament-Cont_Unit{
	background: #fff;
	padding: calc(20em / 24);
	margin-bottom: calc(15em / 16);
	position: relative;
}
.tournament-Cont_Unit:last-child{
		margin-bottom: calc(40em / 16);
	}
@media only screen and (min-width: 48em ) {
	.tournament-Cont_Unit{
		padding: calc(23em / 16);
		margin-bottom: calc(17em / 16);
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-webkit-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	align-items:flex-start;
	-webkit-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	}

}
.tournament-Cont_Unit_box{
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-webkit-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	align-items:flex-start;
}
.tournament-Cont_Unit_box_Txt{
	width: 100%;
}
@media only screen and (min-width: 48em ) {
	.tournament-Cont_Unit_box_Txt{
		width: calc(447em / 16);
	}
}
.tournament-Cont_Unit_box_Icon{
	width: 100%;
	right: calc(10em / 16);
	top:calc(15em / 16);
}
@media only screen and (min-width: 48em ) {
	.tournament-Cont_Unit_box_Icon{
		display:-webkit-box;
		display:-webkit-flex;
		display:flex;
		-webkit-box-align:start;
		-webkit-align-items:flex-start;
		align-items:flex-start;
		width: calc(380em / 16);
		order: 2;
	}
}

.tournament-Cont_Unit_box_ttl{
	font-weight: 600;
	margin-top: 0;
	font-size: calc(34em / 24);
	margin-bottom: calc(5em / 20);
}
.tournament-Cont_Unit_box_ttl a{
	color: #000;
	text-decoration: none;
	border: 1px solid #808080;
	border-radius: .2em;
	padding-top: .3em;
	padding-bottom: .3em;
	padding-left: .5em;
	padding-right: .6em;
	position: relative;
	display: block;
	text-decoration: none;
}
.tournament-Cont_Unit_box_ttl a::after {
	content: "▶︎";
	font-size: calc(10em / 16);
	position: absolute;
	right: calc(5em / 12);
	top: 50%;
	transform: translateY(-50%);
	color: #f08300;
}
.tournament-Cont_Unit_box_ttl a:hover{
	color: #B3B3B3;
}
@media only screen and (min-width: 48em ) {
	.tournament-Cont_Unit_box_ttl{
	font-size: calc(20em / 16);
	}
	.tournament-Cont_Unit_box_ttl a{
	border: none;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
		text-decoration: underline;
	}
	.tournament-Cont_Unit_box_ttl a::after {
		content: "";
	}
}
.tournament-Cont_Unit_box_ttl1{
	margin-top: 0;
}
@media only screen and (min-width: 48em ) {
	.tournament-Cont_Unit_box_ttl1{
		font-size: calc(14em / 16);
	}
}
.tournament-Cont_Unit_box_Mark1{
	width: calc(130em / 24);
	margin-bottom: calc(20em / 24);
}
@media only screen and (min-width: 48em ) {
	.tournament-Cont_Unit_box_Mark1{
		margin-right: calc(5em / 16);
		width: calc(61em / 16);
	}
}
.tournament-Cont_Unit_box_Mark2{
	list-style: none;
	padding-left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
}
@media only screen and (min-width: 48em ) {
	.tournament-Cont_Unit_box_Mark2{
		width: calc(320em / 16);

	}
}
.tournament-Cont_Unit_box_Mark2 li{
	border-radius: .125em;
	background-color: rgb(69, 176, 53);
	width: 49.4%;
	margin-right: calc(5em / 22);
	text-align: center;
	color: #FFF;
	margin-bottom: calc(5em / 22);
	font-size: calc(22em / 24);
	padding-top: calc(5em / 22);
	padding-bottom: calc(5em / 22);
	padding-left: calc(35em / 22);
	padding-right: calc(5em / 22);
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	align-items:center;
	text-align: center;
	-webkit-box-pack:center;
	-webkit-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
}
@media only screen and (min-width: 48em ) {
	.tournament-Cont_Unit_box_Mark2 li{
		font-size: calc(12em / 16);
		width: calc(155em / 12);
		letter-spacing: -.05em;
		margin-right: calc(5em / 16);
		text-align: center;
		color: #FFF;
		margin-bottom: calc(5em / 16);
		padding-top: calc(5em / 16);
		padding-bottom: calc(5em / 16);
	}
}
.tournament-Cont_Unit_box_Mark2 li:nth-child(2n){
	margin-right: 0;
}
.tournament-Cont_Unit_box_Mark2 li.turf {
	background: url(../img/ico_turf2.png) no-repeat #45b035 3% 50%;
	background-size: calc(31em / 22);
}
.tournament-Cont_Unit_box_Mark2 li.buffet {
	background: url(../img/ico_buffet2.png) no-repeat #f08300 3% 50%;
	background-size: calc(21em / 22);
}
.tournament-Cont_Unit_box_Mark2 li.spring{
  background: url(../img/ico_spring2.png) no-repeat #eb6877 3% 50%;
  background-size: calc(37em / 22);
}
.tournament-Cont_Unit_box_Mark2 li.calendar{
  background: url(../img/ico_calendar2.png) no-repeat #4285f4 3% 50%;
  background-size: calc(25em / 22);
}
.tournament-Cont_Unit_box_Mark2 li.night{
  background: url(../img/ico_night.png) no-repeat #313131 2% 50%;
  background-size: calc(28em / 22);
}
.tournament-Cont_Unit_box_Mark2 li.junior{
  background: url(../img/ico_junior.png) no-repeat #0075a9 2% 50%;
  background-size: calc(34em / 22);
}
.tournament-Cont_Unit_box_Mark2 li.friendly{
  background: #e05193;
}
.tournament-Cont_Unit_box_Mark2 li.hanabi{
	background: #5f52a0;
}
.tournament-Cont_Unit_box_Mark2 li.pool{
  background: #00b7ee;
}
.tournament-Cont_Unit_day{
	list-style: none;
	padding-left: 0;
	margin-bottom: calc(20em / 24);
}
@media only screen and (min-width: 48em ) {
	.tournament-Cont_Unit_day{
	margin-bottom: 0;
		order: 3;
	}
}
.tournament-Cont_Unit_day li{
	float: left;
	margin-right: calc(15em / 16);
	color: #ff0000;
}
@media only screen and (min-width: 48em ) {
	.tournament-Cont_Unit_day li{
		font-size: calc(15em / 16);
	}
}
.tournament-Cont_Unit_day li::before{
	content: "●";
	font-size: calc(14em / 16);
}
/**Side
**********************************************************/
.tournament-Side{
	width: auto;
	margin-left:calc(20em / 24);
	margin-right:calc(20em / 24);
	background: #fff;
}
@media only screen and (min-width: 48em ) {
	.tournament-Side{
		width: calc(260em / 16);
	margin-left:0;
	}
}
.tournament-Side_ttl {
	background: url(../img/ico_side.png) no-repeat 28% 50%;
	font-size: calc(36em / 24);
	background-size: calc(28em / 36);
	font-weight: 100;
	letter-spacing: .05em;
	padding-top: calc(28em / 36);
	padding-bottom: calc(28em / 36);
	margin-bottom: 0;
	text-align: center;
}
@media only screen and (min-width: 48em ) {
	.tournament-Side_ttl {
	background: url(../img/ico_side.png) no-repeat 3% 45%;
	font-size: calc(20em / 16);
	background-size: calc(28em / 20);
	padding-top: 0;
	padding-bottom: 0;
	padding-left: calc(40em / 20);
	margin-left: calc(40em / 20);
	margin-top: calc(25em / 20);
	margin-bottom: calc(20em / 20);
	text-align: left;
	}
}
.tournament-Side_Cat_ttl{
	background: #4285f4;
	position: relative;
	color: #fff;
	font-weight: 100;
	padding-left: calc(21em / 15);
	padding-top: calc(5em / 15);
	padding-bottom: calc(5em / 15);
	width: 100%;
	position: relative;
}
@media only screen and (min-width: 48em ) {
	.tournament-Side_Cat_ttl{
	width: calc(222em / 15);
	font-size: calc(15em / 16);
	}
}
.tournament-Side_Cat_ttl span{
	display: inline-block;
	white-space: nowrap;
	margin-left: calc(12em / 13);
	background: #fff;
	color: #4285f4;
	border-radius: .2em;
	font-size: calc(13em / 15);
	padding: calc(2em / 13);
}
.tournament-Side_Cat_ttl::before{
	content: "";
	background: url(../img/bg_side_ttl.png) no-repeat;
	background-size: calc(18em / 15);
	width: calc(18em / 15);
	height: calc(11em / 15);
	left: calc(15em / 15);
	position: absolute;
	bottom:calc(-10em / 15);
}
.tournament-Side_Cat_ttl.ladies{
	background: #ee8593;
}
.tournament-Side_Cat_ttl.ladies::before{
	background: url(../img/bg_side_ttl2.png) no-repeat;
}
.tournament-Side_Cat_ttl.junior{
	background: #72b12e;
}
.tournament-Side_Cat_ttl.junior::before{
	background: url(../img/bg_side_ttl3.png) no-repeat;
}
.tournament-Side_Cat_ttl.junior2{
	background: #72b12e;
	width: calc(245em / 15);
}
.tournament-Side_Cat_ttl.junior2::before{
	background: url(../img/bg_side_ttl3.png) no-repeat;
}
.tournament-Side_Cat_ttl.info{
	background: #030000;
}
.tournament-Side_Cat_ttl.info::before{
	background: url(../img/bg_side_ttl4.png) no-repeat;
}
.tournament-Side_Cat_List{
	list-style: none;
	padding-left: 0;
	margin-left: calc(15em / 16);
	margin-right: calc(15em / 16);
	margin-bottom: calc(20em / 16);
}
.tournament-Side_Cat_List li{
	border-bottom: 1px solid #bfbfbf;
	background: url(../img/ico_side_list.png) right 50% no-repeat;
}
.tournament-Side_Cat_List li:hover{
	background: url(../img/ico_side_list.png) right 50% no-repeat #f8f8f8;
}
@media only screen and (min-width: 48em ) {
	.tournament-Side_Cat_List li{
	font-size: calc(15em / 16);
	}
}
.tournament-Side_Cat_List li:last-child{
	border-bottom:none;
}
.tournament-Side_Cat_List li a{
	color: #000;
	text-decoration: none;
	display: block;
	padding-top: calc(30em / 24);
	padding-bottom: calc(30em / 24);
}

@media only screen and (min-width: 48em ) {
	.tournament-Side_Cat_List li a{
	padding-top: calc(10em / 15);
	padding-bottom: calc(10em / 15);
	padding-left: calc(7em / 15);
	padding-right: calc(12em / 15);
	}
}
/**大会詳細
**********************************************************/
.tournament-Contents_detail{
	background: url(../img/detail/bg_detail.jpg) repeat-y top #fff;
	padding-top: calc(40em / 24);
	padding-bottom: calc(40em / 24);
	padding-left: calc(20em / 24);
	padding-right: calc(20em / 24);
}
@media only screen and (min-width: 48em ) {
	.tournament-Contents_detail{
		padding-top: calc(60em / 16);
		padding-bottom: calc(60em / 16);
		padding-left: calc(35em / 16);
		padding-right: calc(35em / 16);
	}
}
.tournament-Contents_detail_ttl{
	color: #e60012;
	font-size: calc(34em / 16);
	margin-top: 0;
}
@media only screen and (min-width: 48em ) {
	.tournament-Contents_detail_ttl{
		font-size: calc(40em / 16);
		margin-left: calc(35em / 40);
		margin-right: calc(35em / 40);
	}
}
.tournament-Contents_detail_list{
	padding-left: 0;
	list-style: none;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-box-direction:normal;
	-webkit-box-orient:horizontal;
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;

	margin-bottom: calc(45em / 16);
}
@media only screen and (min-width: 48em ) {
	.tournament-Contents_detail_list{
		margin-left: calc(35em / 16);
	}
}
.tournament-Contents_detail_list li{
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	align-items:center;
	-webkit-box-pack:center;
	-webkit-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-direction:normal;
-webkit-box-orient:vertical;
-webkit-flex-direction:column;
flex-direction:column;
	color: #fff;
	width: calc(140em / 20);
	height: calc(140em / 20);
	line-height: 1.2em;
	text-align: center;
	padding: calc(10em / 20);
	margin-right: calc(10em / 20);
	font-size:  calc(20em / 24);
	margin-bottom: calc(10em / 20);
}
@media only screen and (min-width: 48em ) {
	.tournament-Contents_detail_list li{
		font-size: calc(18em / 16);
		width: calc(120em / 18);
		height: calc(120em / 18);
		padding-left: calc(7em / 18);
		padding-right: calc(7em / 18);
		padding-top: calc(15em / 18);
		padding-bottom: calc(15em / 18);
		margin-right: calc(10em / 18);
	}
	.tournament-Contents_detail_list li:nth-child(6n){
		margin-right: 0;
	}
}
.tournament-Contents_detail_list .turf{
	background: url(../img/detail/ico_turf.png) no-repeat 50% 50%;
	background-size: calc(140em / 20);
}
@media only screen and (min-width: 48em ) {
	.tournament-Contents_detail_list .turf{
	background-size: calc(120em / 18);
	}
}
.tournament-Contents_detail_list .buffet{
	background: url(../img/detail/ico_buffet.png) no-repeat 50% 50%;
	font-size:  calc(16em / 20);
	background-size: calc(140em / 20);
	letter-spacing: -.05em;
}
@media only screen and (min-width: 48em ) {
	.tournament-Contents_detail_list .buffet{
	background-size: calc(120em / 18);
	font-size: calc(20em / 18);
	}
}
.tournament-Contents_detail_list .buffet span{
	font-size: calc(12em / 18);
}
.tournament-Contents_detail_list .spring{
	background: url(../img/detail/ico_spring.png) no-repeat 50% 50%;
	background-size: calc(140em / 20);
}
@media only screen and (min-width: 48em ) {
	.tournament-Contents_detail_list .spring{
		background-size: calc(120em / 18);
	}
}
.tournament-Contents_detail_list .calendar{
	background: url(../img/detail/ico_calendar.png) no-repeat 50% 50%;
	background-size: calc(140em / 20);
}
@media only screen and (min-width: 48em ) {
	.tournament-Contents_detail_list .calendar{
		background-size: calc(120em / 18);
	}
}
.tournament-Contents_detail_list .tournament{
	background: url(../img/detail/ico_tournament.png) no-repeat 50% 50%;
	background-size: calc(140em / 20);
}
@media only screen and (min-width: 48em ) {
	.tournament-Contents_detail_list .tournament{
		background-size: calc(120em / 18);
	}
}
.tournament-Contents_detail_list .savings{
	background: url(../img/detail/ico_savings.png) no-repeat 50% 50%;
	background-size: calc(140em / 20);
}
@media only screen and (min-width: 48em ) {
	.tournament-Contents_detail_list .savings{
		background-size: calc(120em / 18);
	}
}
.tournament-Contents_detail_list .night{
	background: url(../img/detail/ico_night.png) no-repeat 50% 50%;
	background-size: calc(140em / 20);
}
.tournament-Contents_detail_list .night span{
	font-size: calc(12em / 18);
}
@media only screen and (min-width: 48em ) {
	.tournament-Contents_detail_list .night{
		background-size: calc(120em / 18);
	}
}
.tournament-Contents_detail_list .swimming{
	background: url(../img/detail/ico_swimming.png) no-repeat 50% 50%;
	background-size: calc(140em / 20);
}
@media only screen and (min-width: 48em ) {
	.tournament-Contents_detail_list .swimming{
		background-size: calc(120em / 18);
	}
}
.tournament-Contents_detail_list .hanabi{
	background: url(../img/detail/ico_hanabi.png) no-repeat 50% 50%;
	background-size: calc(140em / 20);
}
@media only screen and (min-width: 48em ) {
	.tournament-Contents_detail_list .hanabi{
		background-size: calc(120em / 18);
	}
}
.tournament-Contents_detail_list .junior{
	background: url(../img/detail/ico_junior.png) no-repeat 50% 50%;
	background-size: calc(140em / 20);
}
@media only screen and (min-width: 48em ) {
	.tournament-Contents_detail_list .junior{
		background-size: calc(120em / 18);
	}
}

.tournament-Contents_detail_txt1{
	margin-left: 0;
	margin-right:0;
}
@media only screen and (min-width: 48em ) {
	.tournament-Contents_detail_txt1{
	margin-left: calc(35em / 16);
	margin-right: calc(35em / 16);
	margin-bottom: calc(70em / 16);
	}
}
.tournament-Contents_detail_Unit{
	background: rgba(255,255,255,.8);
	border: 1px solid #c9c9c9;
	padding-left: calc(20em / 24);
	padding-right: calc(20em / 24);
	padding-top: calc(20em / 24);
	padding-bottom: calc(20em / 24);
	margin-bottom: calc(30em / 16);
}

.tournament-Contents_detail_Unit table td{
	display: block;
	width: 100%;
	padding: 0;
	border: none;
}
/*.tournament-Contents_detail_Unit a{
background: url(../img/detail/ico_cr.png) no-repeat 0 50%;
background-size: auto auto;
background-size: calc(11em / 16);
padding-left: calc(15em / 16);
color: #000;
}*/
@media only screen and (min-width: 48em ) {
	.tournament-Contents_detail_Unit{
		font-size: calc(16em / 16);
	padding-left: calc(30em / 14);
	padding-right: calc(30em / 14);
	padding-top: calc(35em / 14);
	padding-bottom: calc(30em / 14);
	}
	.tournament-Contents_detail_Unit table td{
		display: table-cell;
		width: auto;
	}
}
.tournament-Contents_detail_Unit:last-child{
	margin-bottom:0
}
.tournament-Contents_detail_Unit_ttl{
	background: url(../img/detail/ico_tag.png) no-repeat 0 50%;
	background-size: calc(15em / 24);
	padding-left: calc(17em / 24);
	font-weight: 100;
	margin-top: 0;
}
@media only screen and (min-width: 48em ) {
	.tournament-Contents_detail_Unit_ttl{
	margin-left:calc(-10em / 16);
	margin-bottom: calc(30em / 16);
	background-size: calc(15em / 16);
	padding-left: calc(17em / 16);
	}
}


.tournament-Contents_detail_Unit_Day_ttl{
	margin-bottom: 0;
	color: #fd0202;
}
.Contents_detail_Unit_Day_list{
	color: #fd0202;
	list-style: none;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: calc(30em / 14);
}
@media only screen and (min-width: 48em ) {
	.Contents_detail_Unit_Day_list{
		display:-webkit-box;
		display:-webkit-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
		width: calc(635em / 14);
	}
}
.Contents_detail_Unit_Day_list li{
}
@media only screen and (min-width: 48em ) {
	.Contents_detail_Unit_Day_list li{
		width: 33.3%;
	}
}
.Contents_detail_Unit_Day_list li::before{
	content: "●";
	font-size: calc(12em / 14);
}

.tournament-Contents_detail_Unit_Img{
	list-style: none;
	padding-left: 0;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-top: calc(40em / 16);
	margin-bottom: 0;
}
.tournament-Contents_detail_Unit_Img a{
	background: none;
	padding-left:0;
}
.tournament-Contents_detail_Unit_Img li img{
	width: 100%;
}
.tournament-Contents_detail_Unit_Img li{
	width: 100%;
}
@media only screen and (min-width: 48em ) {
	.tournament-Contents_detail_Unit_Img li{
	width: calc(240em / 16);
	margin-right: calc(8em / 16);
	}
}
.tournament-Contents_detail_Unit_Img li:nth-child(3n){
	margin-right: 0;
}
.tournament-Contents_detail_Unit_Img .click{
	background: url(../img/detail/ico_plas.png) no-repeat;
	background-size: calc(15em / 12);
	padding-left: calc(18em / 12);
	margin-top: calc(5em / 12);
	margin-bottom: 0;
}
@media only screen and (min-width: 48em ) {
	.tournament-Contents_detail_Unit_Img .click{
	font-size: calc(12em / 16);
	}
}
.tournament-Contents_detail_Unit_Img .click a{
	color: #0578ab;
}
.tournament-Contents_detail_Unit_Img .detail{
	font-size: calc(12em / 16);
	background: url(../img/detail/ico_detail.png) no-repeat;
	background-size: calc(15em / 12);
	padding-left: calc(18em / 12);
	margin-top: calc(5em / 12);
	margin-bottom: 0;
	color: #0578ab;
}
.tournament-Contents_detail_Unit_Img .detail a{
	color: #0578ab;
}
.tournament-Contents_detail_btn{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: url(../img/detail/ico_app.png) no-repeat #58b5df 15% 50%;
		background-size: calc(24em / 24);
}
@media only screen and (min-width: 48em ) {
	.tournament-Contents_detail_btn{
	width: calc(580em / 14);
	background: url(../img/detail/ico_app.png) no-repeat #58b5df 15% 50%;
		background-size: calc(24em / 14);
	margin-top: calc(50em / 14);
	}
}
.tournament-Contents_detail_btn a{
	color: #fff;
	display: block;
	text-decoration: none;
	padding-top:  calc(30em / 24);
	padding-bottom:  calc(30em / 24);
}
@media only screen and (min-width: 48em ) {
	.tournament-Contents_detail_btn a{
	font-size: calc(24em / 14);
	}
}
.tournament-Contents_detail_btn a:hover{
	background: url(../img/detail/ico_app.png) no-repeat #81c4e2 15% 50%;
		background-size: calc(24em / 24);
}
.tournament-Contents_detail_form{
	text-align: center;
	color: #58b5df;
}
.tournament-Contents_detail_form a{
	background: none;
	padding-left: 0;
	color: #58b5df;
}
@media only screen and (min-width: 48em ) {
	.tournament-Contents_detail_form{
	font-size: calc(16em / 14);
	}
}
/*******************/

.clearfix:after {
  clear: both;
  content: '';
  display: block;
}

.featherlight .featherlight-image {
  height: auto !important;
  width: auto !important;
}

@media print {
  *,
  *::before,
  *::after,
  *::first-letter,
  *::first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

table.entry_form,
table.entry_form tbody,
table.entry_form tr {
  display: block;
  width: 100%;
}
table.entry_form th {
  display: block;
  font-weight: normal;
  text-align: left;
  padding: calc(10em / 14) calc(5em / 14) calc(5em / 14);
  width: 100%;
}
table.entry_form td {
  display: block;
  border-bottom: 1px solid #c9c9c9;
  padding: calc(5em / 14) calc(5em / 14) calc(10em / 14);
  width: 100%;
}
@media only screen and (min-width: 48em) {
  table.entry_form {
    border: 1px solid #c9c9c9;
    border-collapse: collapse;
    display: table;
  }
  table.entry_form tbody {
    display: table-row-group;
  }
  table.entry_form tr {
    display: table-row;
  }
  table.entry_form th {
    border: 1px solid #c9c9c9;
    display: table-cell;
    width: calc(150em / 14);
    padding: calc(10em / 14);
  }
  table.entry_form td {
    border: 1px solid #c9c9c9;
    display: table-cell;
    width: auto;
    padding: calc(10em / 14);
  }
}
.entry_form_tournament input[type=radio] {
  display: none;
}
.entry_form input[type=text],
.entry_form input[type=tel],
.entry_form input[type=email] {
  background: #fff;
  border: 1px solid #c9c9c9;
  max-width: 100%;
}
.entry_form input#zip {
  width: calc(80em / 14);
}
.entry_form input[type=number] {
  text-align: right;
  background: #fff;
  border: 1px solid #c9c9c9;
  width: calc(60em / 14);
  margin: calc(5em / 14) 0;
}
.entry_form textarea {
  background: #fff;
  border: 1px solid #c9c9c9;
  max-width: 100%;
}

.entry_submit,
.entry_back {
  text-align: center;
}
.entry_submit input[type=submit] {
  font-size: calc(18em / 14);
  background: #fff;
  border: 1px solid #c9c9c9;
  padding: calc(10em / 18) calc(20em / 18);
  margin: calc(10em / 18) 0; 
}
.entry_back input[type=submit] {
  font-size: calc(14em / 14);
  background: #fff;
  border: 1px solid #c9c9c9;
  padding: calc(7.5em / 14) calc(15em / 14);
  margin: calc(7.5em / 14) 0; 
}

h3.schedule_month {
  font-size: calc(18em / 16);
  padding: 0 0 calc(5em / 18);
  margin: 0;
}
table.schedule_table {
  display: block;
  padding: 0 0 calc(10em / 18);
}
table.schedule_table tbody {
  display: block;
}
table.schedule_table tr {
  display: block;
  border-bottom: 1px solid #c9c9c9;
  margin: calc(5em / 14) 0 0;
  padding: 0 0 calc(5em / 14);
}
table.schedule_table th {
  display: block;
}
table.schedule_table td {
  display: block;
}
table.schedule_table td.schedule_date {
  font-size: calc(14em / 16);
  color: #e60012;
}
table.schedule_table td.schedule_name {
  margin: 0.25em 0;
}
table.schedule_table td.schedule_name a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  background: none;
  border: 1px solid #808080;
  border-radius: 0.2em;
  padding: 0.5em 1.5em 0.5em 1em;
  position: relative;
}
table.schedule_table tr.waiting_list td.schedule_name a {
  position: relative;
  padding-left: calc(35em / 16);
}
table.schedule_table tr.waiting_list td.schedule_name a::before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(5em / 16);
  width: calc(28em / 16);
  height: 100%;
  background: url(../img/ico_can.png) 0 center no-repeat;
  background-size: contain;
}
table.schedule_table td.schedule_name a::after {
  content: "▶︎";
  font-size: calc(10em / 16);
  position: absolute;
  right: calc(5em / 16);
  top: 50%;
  transform: translateY(-50%);
  color: #f08300;
}
table.schedule_table td.schedule_team {
  font-size: calc(12em / 16);
}
@media only screen and (min-width: 48em) {
  h3.schedule_month {
    font-size: calc(18em / 14);
    padding: 0 0 calc(10em / 18);
    border-bottom: 0;
}
  table.schedule_table {
    display: table;
    border: 1px solid #c9c9c9;
    border-collapse: collapse;
    margin: 0 0 calc(10em / 14);
  }
  table.schedule_table tbody {
    display: table-row-group;
  }
  table.schedule_table tr {
    display: table-row;
    border-bottom: 0;
    padding: 0;
    margin: 0;
  }
  table.schedule_table th {
    display: table-cell;
  }
  table.schedule_table td {
    display: table-cell;
    vertical-align: middle;
    padding: calc(5em / 14);
    vertical-align: middle;
    border: 1px solid #c9c9c9;
  }
  table.schedule_table td.schedule_date {
    width: 28%;
    font-size: calc(14em / 14);
    color: #e60012;
  }
  table.schedule_table td.schedule_name {
    width: 44%;
    font-size: calc(18em / 14);
    margin: 0;
  }
  table.schedule_table td.schedule_name a {
    text-decoration: underline;
    border: 0;
    padding: 0;
  }
  table.schedule_table tr.waiting_list td.schedule_name a {
    padding-left: calc(35em / 14);
  }
  table.schedule_table tr.waiting_list td.schedule_name a::before {
    left: 0;
    width: calc(28em / 14);
  }
  table.schedule_table td.schedule_name a::after {
    content: none;
  }
  table.schedule_table td.schedule_team {
    width: 28%;
    font-size: calc(14em / 14);
  }
}
