@charset "utf-8";
@media only screen and (min-width: 801px) {
	/*PC-Setting*/
}

/*==========================================
PAGE-/02_08_03.html
===========================================*/
html {
    scroll-padding-top: 200px;
}

.table-wrap {
  max-height: 1020px;
  margin: 5px 20px;
  overflow: scroll;
  /*border: solid 1px #333;
  border-width: 1px 0 1px 1px;*/
}
table.filterTable {
  position: relative;
  width: 100%;
  /*text-align: center;*/
  border-spacing: 0;
	border-collapse:separate;
}
table.filterTable thead {
  position: sticky;
  top:0;
}
/*table.filterTable tr {
  &:last-child {
    td {
      border-bottom: 0;
    }
  }
}*/
table.filterTable th {
  padding: 5px 10px;
  /*background: #ececec;*/
  /*border: solid 1px #333;
  border-width: 0 1px 1px 0;*/
}
table.filterTable th.bgC1 {
	border-top: 1px solid #666;
	background: #fff;
	padding: 4px 0 0;
	padding: 5px 0 6px;
	padding: 8px 0;
	
	display: flex;
    justify-content: center;
	    flex-wrap: wrap;
    align-items: center;
	width: 100%;

}
table.filterTable th.bgC2 {
	font-size: .9em;
	background: #eee;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	padding: 3px 0;
}
table.filterTable th.bgC3 {
	font-size: .9em;
	background: #ffdcdd;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
table.filterTable th.bgC3 a{
	text-decoration: none;
}
table.filterTable th.bgC3 img{
	height: 1em;
	width: auto;
}
table.filterTable td {
  padding: 5px;
  /*border: solid 1px #333;
  border-width: 0 1px 1px 0;*/
}
table.filterTable td.area {
	padding-top: 130px;
    margin-top: -130px;
}
table.filterTable td #first{
	padding-top: 110px;
    margin-top: -110px;
}
.filterTable #tags2{
	margin: 0;
	padding: 0 0 2px;
	border: none;
	background: none;
		display: flex;
	align-items: center;
	justify-content: flex-start;
	justify-content: center;

}

.filterTable #tags2 span {
	display: inline-block;
  /*margin: 0 10px 10px 0;
  padding: 5px 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 0px 10px 0px #999; 
  -moz-box-shadow: inset 0px 0px 10px 0px #999;
  box-shadow: inset 0px 0px 10px 0px #999;
  background: #eee;*/
  cursor: pointer;
  /*padding: 1px 10px;
	background: #ff999a;*/
	margin: 0 0 0 15px;
	padding: 0 0 3px 0;
}
.filterTable #tags2 span img{
	vertical-align: bottom;
}
.filterTable #tags2 span#all {
	font-size: .8em;
	line-height: 1;
  padding: 5px 10px;
  background: #f34773;
	color: #fff;
	margin-bottom: 2px;
}

.filterTable #tags2 span.select {
  color: #fff;
  background: #f34773;
	}

#filter2 span.circle02 {
    border-bottom: 3px solid #ddd;
    display: inline-block;
    margin-bottom: 0px;
    margin-left: 0;
    padding: 0 10px 2px 20px;
}
.pagetop {
    clear: both;
    text-align: right;
    margin: 0px 12px 0 0;
    font-size: 11px;
}

.coach_box {
	border: 1px solid #999;
	margin: 0 0 20px 0;
}
.coach_box,
.coach_info ul{
	display: flex;
	align-items:flex-start;
	
}
.coach_info ul li.coach_info01{
	width: 50px;
	
}
.name {
	padding-left: 10px;
}


.filterTable .coach_border {
        width: 100%;
        border: none;
        margin: 4px 0 4px 0;
        border: 0;
        border-bottom: 2px solid #999;
        background:none;
}


/*==========================================
PAGE-/test-n
===========================================*/

#noCoachMessage {
  margin: 50px 0;
	text-align: center;
}



.coach-card {
	    margin: 10px 0 50px 0px;
}
.area {
	margin: 30px 0 0;
}


.selectbox-css {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox-css::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox-css select {
    appearance: none;
	width: 50%;
    min-width: 200px;
    height: 2.3em;
    padding: .4em calc(.5em + 2px) .4em .8em;
    border: 1px solid #ff3399;
    background-color: #fff;
    color: #333333;
    font-size: .9em;
    cursor: pointer;
	margin: 0 5px;
}

#clearFilter {
    height: 2.3em;
    padding: 2px 8px;
    border: 1px solid #999;
    color: #333333;
    font-size: .9em;
    cursor: pointer;
    margin: 0 5px;
	background: #eee;
	width: 100%;
}



@media only screen and (max-width: 600px) {
table.filterTable th.bgC1 div:first-child{box-sizing: border-box; width: 60%;}
table.filterTable th.bgC1 div:last-child{box-sizing: border-box; width: 40%; padding: 0 20px 0 10px;}
.selectbox-css select {	width: 90%; min-width: 165px; margin: 3px auto;}
#clearFilter {
	height: auto;
	padding: 10px;

	}
}

