@charset "UTF-8";
/* ==================================

css：index.htmlスタイル

================================== */
/* --- 見出し --- */
h1 {
  font-size: 1em;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 40px;
  padding-left: 45px;
  background-position: 15px 8px;
  background-repeat: no-repeat;
}

.under_space {
  position: absolute;
  width: 930px;
  height: 5px;
  bottom: 0px;
  right: 0px;
  border-top: 1px solid #01489d;
  border-right: 3px solid #01489d;
  box-sizing: border-box;
}

/* -----コンテンツ----- */
#contents {
  width: 100%;
  min-width: 1000px;
  height: auto;
  background-image: url(../img/common_img/contents_bg_rp.jpg);
  background-position: top;
  background-repeat: repeat-x;
  background-color: #78bd36;
}

#contents_inner {
  width: 1000px;
  overflow: hidden;
  height: auto;
  margin: 0 auto;
}

#primary {
  position: relative;
  width: 1000px;
  height: auto;
  background: #FFF;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  behavior: url(htc/PIE.htc);
}

#primary_inner {
  width: 940px;
  margin: 0 auto;
}

#title {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.title_wrapper {
  position: relative;
  width: 100%;
  height: auto;
  border-top: 3px solid #2763ac;
  border-bottom: 3px solid #2763ac;
  box-sizing: border-box;
}

#title h1 {
  padding: 0;
  line-height: normal;
  background: none;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 1.75em;
  font-size: 2.8rem;
  font-weight: bold;
  border-bottom: 1px dotted #2763ac;
  box-sizing: border-box;
  padding-top: 12px;
  padding-bottom: 10px;
}

.title_sub {
  width: 100%;
  height: 37px;
  text-align: center;
  padding-top: 3px;
}

.title_sub p {
  width: 100%;
  line-height: 37px;
  text-align: center;
  font-size: 1.1875em;
  font-size: 1.9rem;
  font-weight: bold;
  color: #2763ac;
}

.futsal_logo {
  position: absolute;
  top: 50%;
  margin-top: -45px;
  left: 215px;
}

.float_wrapper:after {
  height: 0;
  clear: both;
  visibility: hidden;
  display: block;
  content: ".";
}

section .content h2 {
  font-size: 1em;
  font-size: 1.6rem;
  color: #01489d;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 3px double #01489d;
}

/* テーブル共通 */
section .content table {
  width: 100%;
  height: auto;
  border-top: 1px solid #a0a0a0;
  border-collapse: collapse;
}

section .content table tr:first-child th:first-child {
  width: 15%;
}

section .content table th {
  height: auto;
  padding: 10px 15px 10px 0px;
  vertical-align: middle;
  text-align: right;
  font-size: 1em;
  font-size: 1.6rem;
  font-weight: bold;
  color: #2763ac;
  background: url(../img/common_img/table_bg_light_rp.gif);
  border-left: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
}

section .content table th.center {
  text-align: center;
  padding-right: 0px;
}

section .content table th:first-child {
  border-left: none;
}

section .content table td {
  height: auto;
  text-align: center;
  padding: 8px 0px;
  font-size: 1em;
  font-size: 1.6rem;
  color: #3f3f3f;
  border-left: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
}

/*
section .content table td:first-child{
	border-left:none;
}
*/
section .content table td.bg {
  background: url(../img/common_img/table_bg_light_rp.gif);
}

section .content table td.space,
section .content table th.space {
  background: url(../img/common_img/table_bg_deep_rp.gif);
}

section .content table .row {
  border-right: 1px solid #a0a0a0;
}

/* テーブル共通ここまで */
section .content table.admission .long {
  width: 42%;
  text-align: left;
  padding-left: 20px;
}

section .content table.monthly .long {
  width: 45%;
  text-align: left;
  padding-left: 20px;
}

section .content table.yearly .long {
  width: 45%;
  text-align: left;
  padding-left: 20px;
}

#futsal_player .content table.futsal tr:first-child th:first-child {
  width: 5%;
}

#futsal_player .content table.futsal th {
  height: auto;
  vertical-align: middle;
  text-align: center;
  padding: 5px 0;
  font-size: 1em;
  font-size: 1.6rem;
  font-weight: bold;
  color: #2763ac;
  background: url(../img/common_img/table_bg_light_rp.gif);
  border-right: 1px solid #a0a0a0;
  border-left: 1px solid #a0a0a0;
}

#futsal_player .content table.futsal th.space {
  background: url(../img/common_img/table_bg_deep_rp.gif);
}

#futsal_player .content table.futsal td {
  width: 3%;
  height: auto;
  text-align: center;
  padding: 8px 0px;
  font-size: 0.75em;
  font-size: 1.2rem;
  color: #3f3f3f;
  border-right: 1px solid #a0a0a0;
  border-left: 1px solid #a0a0a0;
}

#futsal_player .content table.futsal td.time {
  font-weight: bold;
}

#futsal_player .content table.futsal td.futsal {
  color: #FFFFFF;
  background-color: #ea7902;
  font-weight: bold;
}

#futsal_player .content table.futsal td.athletic {
  color: #FFFFFF;
  background-color: #033a83;
  font-weight: bold;
}

#futsal_player .content table.futsal td.taraflex {
  color: #FFFFFF;
  background-color: #14a83b;
  font-weight: bold;
}

#futsal_player .content p {
  text-align: right;
  font-size: 0.875em;
  font-size: 1.4rem;
  margin-top: 10px;
}

#futsal_player .content p .futsal {
  font-size: 1em;
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #ea7902;
}

#futsal_player .content p .athletic {
  font-size: 1em;
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #033a83;
}

#futsal_player .content p .taraflex {
  font-size: 1em;
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #14a83b;
}

#futsal_player .content p .futsal:before,
#futsal_player .content p .futsal:after,
#futsal_player .content p .athletic:before,
#futsal_player .content p .athletic:after,
#futsal_player .content p .taraflex:before,
#futsal_player .content p .taraflex:after {
  content: "　";
}

#anchor {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

#anchor ul {
  margin-right: -5px;
  display: flex;
}

#anchor ul li {
  margin-right: 5px;
  box-shadow: 0 0px 5px #f5f5f5;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  behavior: url(htc/PIE.htc);
}

#anchor ul li:hover {
  box-shadow: 0 0px 10px #d4d4d4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  behavior: url(htc/PIE.htc);
}

#anchor ul:after {
  height: 0;
  clear: both;
  visibility: hidden;
  display: block;
  content: ".";
}

#anchor ul li img {
  width: 152px;
  height: 164px;
}

#charge {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

#charge h1 {
  background-image: url(../img/common_img/event_marker.gif);
}

.content {
  width: 920px;
  height: auto;
  margin: 0 auto;
}

#charge .content p {
  width: 100%;
  height: auto;
  padding: 20px 0px 20px 0px;
  font-size: 0.875em;
  font-size: 1.4rem;
}

#charge .content table {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
}

#charge .content tr {
  border-bottom: 1px solid #a0a0a0;
}

#charge .content th {
  width: 20.66%;
  height: auto;
  padding-right: 15px;
  vertical-align: middle;
  text-align: right;
  font-size: 1em;
  font-size: 1.6rem;
  font-weight: bold;
  color: #2763ac;
  background: url(../img/common_img/table_bg_light_rp.gif);
  border-right: 1px solid #a0a0a0;
}

#charge .content td {
  width: 10%;
  height: auto;
  text-align: center;
  padding: 8px 0px;
  font-size: 0.875em;
  font-size: 1.4rem;
  color: #3f3f3f;
  border-right: 1px solid #a0a0a0;
}

#charge .content td.school {
  width: 18%;
  font-weight: bold;
}

#charge .content td.entry,
#charge .content td.yearly,
#charge .content td.insurance,
#charge .content td.monthly,
#charge .content td.weekly2,
#charge .content td.set {
  background: url(../img/common_img/table_bg_light_rp.gif);
}

#charge .content td.space {
  background: url(../img/common_img/table_bg_deep_rp.gif);
}

#charge .content table .end {
  border-right: none;
}

#class {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

#class h1 {
  background-image: url(../img/common_img/school_marker.gif);
  padding-left: 50px;
}

#class .content {
  margin-top: 20px;
}

#class .content p {
  font-size: 0.875em;
  font-size: 1.4rem;
}

#class .content p strong {
  display: block;
  font-size: 1.5em;
  font-size: 2.4rem;
  color: #01489d;
  font-weight: normal;
  margin-bottom: 5px;
}

#class .class_wrapper {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

#class .class_wrapper ul {
  margin-right: -20px;
  overflow: hidden;
}

#class .class_wrapper ul:after {
  display: block;
  clear: both;
  content: ".";
  height: 0;
  visibility: hidden;
}

#class .class_wrapper ul li.img_wrapper {
  width: 450px;
  height: auto;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}

#class .class_wrapper ul li.img_wrapper p {
  margin-top: 5px;
  font-size: 0.875em;
  font-size: 1.4rem;
}

#class .class_wrapper ul li.img_wrapper p strong {
  font-size: 1em;
  font-size: 1.6rem;
  font-weight: bold;
}

#class .class_wrapper ul li.img_wrapper ul {
  width: 450px;
  height: auto;
}

#class .class_wrapper ul li.img_wrapper ul li {
  float: none;
  font-size: 0.875em;
  font-size: 1.4rem;
}

#class .class_wrapper ul li.img_wrapper ul li:before {
  content: "●";
  color: #01489d;
}

#futsal_player {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

#futsal_player h1 {
  background-image: url(../img/common_img/school_marker.gif);
  padding-left: 50px;
}

#coach {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

#coach h1 {
  background-image: url(../img/common_img/school_marker.gif);
  padding-left: 50px;
}

#coach .content {
  margin-top: 20px;
}

#coach .content p {
  font-size: 0.875em;
  font-size: 1.4rem;
}

#coach .content p strong {
  display: block;
  font-size: 1.5em;
  font-size: 2.4rem;
  color: #01489d;
  font-weight: normal;
  margin-bottom: 5px;
}

#coach .content .coach_wrapper {
  margin-top: 20px;
}

/*#coach .content .coach_wrapper ul{
	margin-right:-20px;
	overflow:hidden;
}

#coach .content .coach_wrapper ul:after{
	display:block;
	clear:both;
	content:".";
	height:0;
	visibility:hidden;
}*/
#coach .content .coach_wrapper ul li.img_wrapper {
  width: 100%;
  margin-right: 20px;
  margin-bottom: 20px;
}

#coach .content .coach_wrapper ul li.img_wrapper:after {
  display: block;
  clear: both;
  content: ".";
  height: 0;
  visibility: hidden;
}

#coach .content .coach_wrapper ul li.img_wrapper img {
  width: 215px;
  height: 190px;
  float: left;
}

#coach .content .coach_wrapper ul li.img_wrapper .content_wrapper {
  width: 685px;
  height: auto;
  padding-top: 10px;
  margin-left: 20px;
  float: left;
}

#coach .content .coach_wrapper ul li.img_wrapper .content_wrapper p.name {
  margin-bottom: 15px;
}

#coach .content .coach_wrapper ul li.img_wrapper .content_wrapper p.name + p {
  margin-bottom: 15px;
}

#coach .content .coach_wrapper ul li.img_wrapper .content_wrapper p {
  margin-bottom: 5px;
}

#coach .content .coach_wrapper ul li.img_wrapper .content_wrapper b {
  font-weight: bold;
}

#coach .content .coach_wrapper ul li.img_wrapper .content_wrapper p strong {
  font-size: 1em;
  font-size: 1.6rem;
  font-weight: bold;
}

#junior_high_school_futsal {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

#junior_high_school_futsal h1 {
  background-image: url(../img/common_img/school_marker.gif);
  padding-left: 50px;
}

#junior_climbing_school {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

#junior_climbing_school h1 {
  background-image: url(../img/common_img/school_marker.gif);
  padding-left: 50px;
}

#junior_climbing_school .content table .long,
#junior_tennis_school .content table .long {
  width: 55%;
  text-align: left;
  padding-left: 20px;
}

#junior_tennis_school {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

#junior_tennis_school h1 {
  background-image: url(../img/common_img/school_marker.gif);
  padding-left: 50px;
}

#schedule {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

#schedule h1 {
  background-image: url(../img/common_img/event_marker.gif);
}

#schedule .content table.futsal {
  width: 100%;
  height: auto;
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
}

#schedule .content table.futsal tr {
  border-bottom: 1px solid #a0a0a0;
}

#schedule .content .img_wrapper ul {
  margin-right: -20px;
}

#schedule .content table.futsal {
  width: 100%;
}

#schedule .content .img_wrapper ul li {
  margin-right: 20px;
  float: left;
}

#schedule .content .img_wrapper ul li ul li {
  margin-bottom: 5px;
  float: none;
}

#schedule .content .img_wrapper ul li ul li.text {
  width: 240px;
  margin-top: 13px;
  font-size: 0.625em;
  font-size: 1rem;
  line-height: 12px;
}

#schedule .content table.tennis {
  width: 100%;
  height: auto;
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
}

#schedule .content table.tennis tr {
  border-bottom: 1px solid #a0a0a0;
}

#schedule .content table.tennis th {
  height: auto;
  vertical-align: middle;
  text-align: center;
  padding: 5px 0;
  font-size: 1em;
  font-size: 1.6rem;
  font-weight: bold;
  color: #2763ac;
  background: url(../img/common_img/table_bg_light_rp.gif);
  border-right: 1px solid #a0a0a0;
  border-left: 1px solid #a0a0a0;
}

#schedule .content table.tennis th.space {
  background: url(../img/common_img/table_bg_deep_rp.gif);
}

#schedule .content table.tennis td {
  width: 3%;
  height: auto;
  text-align: center;
  padding: 8px 0px;
  font-size: 0.875em;
  font-size: 1.4rem;
  color: #3f3f3f;
  border-right: 1px solid #a0a0a0;
  border-left: 1px solid #a0a0a0;
}

#schedule .content table.tennis td.time {
  font-weight: bold;
}

#schedule .content table.climbing {
  width: 100%;
  height: auto;
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
}

#schedule .content table.climbing tr {
  border-bottom: 1px solid #a0a0a0;
}

#schedule .content table.climbing th {
  height: auto;
  vertical-align: middle;
  text-align: center;
  padding: 5px 0;
  font-size: 1em;
  font-size: 1.6rem;
  font-weight: bold;
  color: #2763ac;
  background: url(../img/common_img/table_bg_light_rp.gif);
  border-right: 1px solid #a0a0a0;
  border-left: 1px solid #a0a0a0;
}

#schedule .content table.climbing th.space {
  background: url(../img/common_img/table_bg_deep_rp.gif);
}

#schedule .content table.climbing td {
  width: 3%;
  height: auto;
  text-align: center;
  padding: 8px 0px;
  font-size: 0.875em;
  font-size: 1.4rem;
  color: #3f3f3f;
  border-right: 1px solid #a0a0a0;
  border-left: 1px solid #a0a0a0;
}

#schedule .content table.climbing td.time {
  font-weight: bold;
}

.bg_color {
  background: #fffcd1;
}

#secondly {
  position: relative;
  width: 1000px;
  height: auto;
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 20px 0;
  background: #FFFFFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  behavior: url(htc/PIE.htc);
}

#secondly:after {
  clear: both;
  visibility: hidden;
  content: ".";
  height: 0;
  display: block;
}

#secondly ul {
  position: relative;
  float: left;
  left: 50%;
}

#secondly ul li {
  position: relative;
  float: left;
  left: -50%;
  margin-left: 20px;
}

/*-----------------------------
下記より#sch_main
------------------------------*/
#sch_main h1 {
  padding-left: 50px;
  background-image: url(../img/common_img/school_marker.gif);
}

#sch_main {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

#sch_main h2 {
  margin: 30px 0;
}

/*2022年3月追加*/
section .content .kaihi {
  position: relative;
  margin-bottom: 30px;
}

section .content .kaihi table {
  margin: auto;
  width: 80%;
  height: auto;
  border-top: none;
  border-collapse: collapse;
}

section .content .kaihi table tr {
  border-bottom: 1px solid #01489d;
}

section .content .kaihi table td {
  height: auto;
  text-align: left;
  padding: 5px;
  font-size: 1.6rem;
  color: #3f3f3f;
  border-left: none;
  border-bottom: none;
}

section .content .kaihi table td:nth-of-type(1) {
  font-weight: bold;
}

section .content .kaihi table td:nth-of-type(3) {
  text-align: right;
}/*# sourceMappingURL=kids_school.css.map */