@charset "UTF-8";
/* program CSS */
/* _setting CSS */
/* program common-------------------------------------------- */
.title_program {
  width: 750px;
  height: 50px;
  border-radius: 3px;
  font-size: 20px;
  line-height: 50px;
  padding-left: 20px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 25px;
}

.price_box h4 {
  font-size: 13px;
  color: #6f828d;
  font-weight: bold;
  padding: 10px;
  border-bottom: 2px solid #a5b3bb;
  background: #eef1f3;
}
.price_box > dl {
  border-bottom: 1px dotted #ddd;
  overflow: hidden;
}
.price_box > dl dt {
  padding: 8px 7px;
  float: left;
  width: 120px;
  font-size: 13px;
}
.price_box > dl dd {
  text-align: right;
  padding: 8px 7px;
  width: 120px;
  float: right;
  font-size: 12px;
  font-weight: bold;
}
.price_box > dl dd:before {
  width: 5px;
  height: 8px;
  padding-right: 5px;
  content: url(../images/common/deco_slash.png);
}

#sub #banner_area {
  margin-top: 20px;
}
#sub #sub_schedulebtn {
  margin-bottom: 20px;
}
#sub #sub_schedulebtn li {
  margin-bottom: 10px;
}
#sub #sub_schedulebtn li a {
  line-height: 60px;
  height: 60px;
}

.calendarbtn {
  background: url(../images/common/icon_calendar.png) 20px center no-repeat;
}

.schedulebtn {
  background: url(../images/common/icon_schedule.png) 18px center no-repeat;
}

/*体験ボタン*/
#trial_btn_area {
  width: 770px;
  height: 280px;
  position: relative;
  margin-top: -50px;
  background: url(../images/program/trial_area_bg.png) center center no-repeat;
}
#trial_btn_area h3 {
  display: none;
}
#trial_btn_area .btn_area {
  overflow: hidden;
  position: absolute;
  top: 185px;
  left: 150px;
}
#trial_btn_area .btn_area li {
  width: 240px;
  float: left;
  margin-right: 10px;
}
#trial_btn_area .btn_area li a {
  line-height: 50px;
  height: 50px;
  width: 240px;
}
#trial_btn_area .btn_area .trialschedule_btn {
  background: url(../images/common/icon_trial.png) 30px center no-repeat #fff;
}

#movie_sec {
  padding: 60px 0;
  background-color: #f9fafb;
}
#movie_sec .title {
  display: block;
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  width: 163px;
  height: 35px;
  margin: 0 auto 25px auto;
  background-image: url(../images/top/title_movie.png);
}
#movie_sec .caps {
  margin: 0 auto 35px auto;
  font-size: 15px;
  text-align: center;
}
#movie_sec .movie_list {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
#movie_sec .movie_list li {
  position: relative;
  border: solid 1px #dedede;
}
#movie_sec .movie_list li.insta {
  pointer-events: visible;
  width: 120px;
  height: 60px;
}
#movie_sec .movie_list li.insta a {
  display: block;
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/btn_insta_qr.png);
  background-size: cover;
  background-position: center;
}
#movie_sec .movie_list li.fb {
  pointer-events: visible;
  width: 120px;
  height: 60px;
}
#movie_sec .movie_list li.fb a {
  display: block;
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/btn_fb_qr.png);
  background-size: cover;
  background-position: center;
}

/* program index -------------------------------------------- */
#program #mtitle {
  height: 410px;
  background-image: url(../images/program/mvisual_program.jpg);
}
#program #mtitle_text {
  margin-top: 95px;
}
#program #mtitle_text h2 {
  height: 130px;
  background-image: url(../images/program/mtitle_program.png);
}
#program .box01 {
  overflow: hidden;
  margin: 0 -25px 40px 0;
}
#program .box01 div {
  width: 510px;
  height: 420px -70px;
  border: 1px solid #ddd;
  float: left;
  margin-right: 25px;
  padding-top: 70px;
  position: relative;
  text-align: center;
}
#program .box01 div span {
  font-size: 18px;
  padding-right: 15px;
  margin-right: 10px;
  position: relative;
}
#program .box01 div span:after {
  width: 15px;
  height: 23px;
  display: block;
  content: url(../images/program/program_slash.png);
  position: absolute;
  top: -3px;
  right: 0;
}
#program .box01 div h3 {
  text-align: center;
  color: #2c72b1;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: bold;
}
#program .box01 div p {
  display: inline-block;
  color: #2c72b1;
  font-size: 14px;
  border-bottom: 2px solid #2c72b1;
  margin: 0 auto 37px;
}
#program .box01 div a {
  height: 235px;
  display: block;
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}
#program .box01 div a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
  text-decoration: none;
}
#program .box01 div:after {
  width: 120px;
  height: 15px;
  display: block;
  content: url(../images/program/program_sbtitle.png);
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
#program .box02 {
  overflow: hidden;
  margin: 0 -20px 105px 0;
}
#program .box02 div {
  width: 333px;
  height: 359px;
  border: 1px solid #ddd;
  float: left;
  margin-right: 20px;
  padding-top: 46px;
}
#program .box02 div h3 {
  text-align: center;
  color: #2c72b1;
  font-size: 22px;
  margin-bottom: 25px;
  font-weight: bold;
}
#program .box02 div p {
  width: 310px;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  color: #6e818c;
  margin: 0 auto 65px;
}
#program .box02 div a {
  height: 200px;
  display: block;
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}
#program .box02 div a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
  text-decoration: none;
}
#program .program_general a {
  background: url(../images/program/program_general.jpg) center bottom no-repeat;
}
#program .program_kids a {
  background: url(../images/program/program_kids.jpg) center bottom no-repeat;
}
#program .program_mekimeki a {
  background: url(../images/program/program_mekimeki.jpg) center bottom no-repeat;
}
#program .program_league p {
  margin-bottom: 40px !important;
}
#program .program_league a {
  background: url(../images/program/program_league.jpg) center bottom no-repeat;
}
#program .program_private p {
  margin-bottom: 40px !important;
}
#program .program_private a {
  background: url(../images/program/program_private.jpg) center bottom no-repeat;
}
#program #contents02 {
  background: #eef1f3;
  padding-top: 50px;
  padding-bottom: 80px;
}
#program #contents02 .content_inner {
  overflow: hidden;
}
#program #contents02 .movie_area {
  width: 740px;
  height: 240px;
  float: left;
  overflow: hidden;
}
#program #contents02 .movie_area .lead {
  color: #8a9fac;
  font-size: 14px;
}
#program #contents02 .movie_area h3 {
  color: #2c72b1;
  font-size: 30px;
  margin: 10px 0 15px;
  font-weight: bold;
}
#program #contents02 .movie_area p {
  font-size: 14px;
  line-height: 1.8;
  color: #6e818c;
}
#program #contents02 .movie_area .btn {
  margin-top: 25px;
  height: 60px;
  width: 160px;
}
#program #contents02 .movie_area .btn a {
  line-height: 60px;
}
#program #contents02 .movie_area .box1 {
  float: left;
  width: 370px;
}
#program #contents02 .movie_area .box2 {
  padding-left: 390px;
  width: 375px;
}
#program #contents02 .jogging_banner {
  float: right;
  display: block;
  width: 280px;
}

/*#program*/
/* general index -------------------------------------------- */
#general #mtitle {
  background-image: url(../images/program/mvisual_general.jpg);
}
#general #mtitle_text h2 {
  background-image: url(../images/program/mtitle_general.png);
}
#general #contents01 {
  margin-bottom: 80px;
}
#general #contents01 .visual {
  margin-top: -27px;
  margin-bottom: 30px;
}
#general #contents01 .stitle {
  font-weight: 700;
  color: #215e7e;
}
#general #contents01 .level_table {
  width: 770px;
  margin-bottom: 10px;
  background: #f8f9fb;
}
#general #contents01 .level_table th {
  height: 45px;
  width: 63px;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
}
#general #contents01 .level_table td {
  padding: 0 25px;
  font-size: 14px;
  line-height: 1.8;
  color: #6e818c;
  vertical-align: middle;
}
#general #contents01 .level_table td:nth-child(2) {
  padding: 0 18px;
  width: 170px;
  font-size: 16px;
  color: #525e65;
  font-weight: bold;
  border-bottom: 1px solid #d7dde0;
  border-right: 1px dotted #d7dde0;
}
#general #contents01 .level_table .level_a th {
  height: 110px;
  background: url(../images/program/level_a.png) no-repeat;
}
#general #contents01 .level_table .level_a td:nth-child(2) {
  border-bottom: none;
}
#general #contents01 .level_table .level_b1 {
  background: url(../images/program/level_b1.png) no-repeat;
}
#general #contents01 .level_table .level_b2 {
  background: url(../images/program/level_b2.png) no-repeat;
}
#general #contents01 .level_table .level_c {
  background: url(../images/program/level_c.png) no-repeat;
}
#general #contents01 .level_table .level_d {
  background: url(../images/program/level_d.png) no-repeat;
}
#general #contents01 .level_table .level_e {
  background: url(../images/program/level_e.png) no-repeat;
}
#general #contents01 .classroomLevel {
  width: 770px;
  margin-bottom: 10px;
  background: #f8f9fb;
}
#general #contents01 .classroomLevel th {
  position: relative;
  padding: 0 0 0 35px;
  height: 45px;
  width: 190px;
  vertical-align: middle;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #c2c2c4;
}
#general #contents01 .classroomLevel th::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 100%;
  background-color: #cccccc;
  border-bottom: 1px solid #f8f9fb;
}
#general #contents01 .classroomLevel .beginnerLevel::after {
  background-color: #7ccb35;
}
#general #contents01 .classroomLevel .basicsLevel::after {
  background-color: #5ac991;
}
#general #contents01 .classroomLevel .upperBasicsLevel::after {
  background-color: #e8ca4a;
}
#general #contents01 .classroomLevel .intermediateLevel::after {
  background-color: #6ad0d9;
}
#general #contents01 .classroomLevel .upperIntermediateLevel::after {
  background-color: #6686c7;
}
#general #contents01 .classroomLevel .advancedLevel::after {
  background-color: #b789db;
}
#general #contents01 .classroomLevel tr:last-child th {
  border-bottom: none;
}
#general #contents01 .classroomLevel td {
  padding: 0 0 0 40px;
  font-size: 14px;
  line-height: 1.58;
  color: #6e818c;
  vertical-align: middle;
  text-align: left;
  border-left: 1px dotted #c2c2c4;
}
#general #contents01 .classroomLevel .beginnerLevelTxt {
  height: 110px;
}
#general #contents01 .btn_area {
  overflow: hidden;
  display: block;
  margin: 20px -10px 40px 0;
}
#general #contents01 .btn_area li {
  width: 230px;
  float: left;
  margin-right: 10px;
}
#general #contents01 .btn_area li a {
  height: 60px;
  line-height: 60px;
}
#general #contents02 {
  margin-bottom: 60px;
}
#general #contents02 .trial_title {
  width: 770px;
  height: 100px;
  margin-bottom: 20px;
  display: block;
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/program/general_trial_title.png) 0 0 no-repeat;
}
#general #contents02 p {
  font-size: 14px;
  line-height: 1.8;
  color: #6e818c;
  margin-bottom: 20px;
  padding-left: 5px;
}
#general #contents02 .trial_voice {
  background: url(../images/program/general_voiceimg.jpg) right 30px no-repeat;
}
#general #contents02 .trial_voice dl {
  width: 440px;
  padding: 20px;
  border-radius: 5px;
  background: #f7f3e6;
  margin: 15px 0 10px;
  position: relative;
}
#general #contents02 .trial_voice dl dt {
  font-weight: bold;
  font-size: 14px;
  color: #70706e;
  margin-bottom: 10px;
  padding-bottom: 12px;
  border-bottom: 1px dotted #bebcb7;
}
#general #contents02 .trial_voice dl dt span {
  margin-bottom: 10px;
  display: block;
}
#general #contents02 .trial_voice dl dd {
  font-size: 14px;
  color: #70706e;
  line-height: 1.8;
}
#general #contents02 .trial_voice dl:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border: 18px solid transparent;
  border-left: 22px solid #f7f3e6;
  right: -30px;
  top: 35px;
}
#general #contents02 .trial_voice .link_btn {
  margin-left: 345px;
}
#general #contents02 .trial_voice .link_btn a {
  font-size: 14px;
  color: #8a9fac;
  display: block;
  text-decoration: underline;
  padding-left: 13px;
  background: url(../images/common/icon_arrow.png) left center no-repeat;
}
#general #flextime .title_program,
#general #freeticket .title_program,
#general #gameclass .title_program {
  background: url(../images/program/general_title_bg.png) 0 0 repeat;
}
#general #flextime .text_area,
#general #freeticket .text_area,
#general #gameclass .text_area {
  width: 460px;
  float: left;
}
#general #flextime .text_area p,
#general #freeticket .text_area p,
#general #gameclass .text_area p {
  padding-left: 5px;
  font-size: 14px;
  line-height: 1.8;
  color: #6e818c;
  margin-bottom: 20px;
}
#general #flextime .text_area p span,
#general #freeticket .text_area p span,
#general #gameclass .text_area p span {
  font-size: 13px;
}
#general #flextime .text_area .btn a,
#general #freeticket .text_area .btn a,
#general #gameclass .text_area .btn a {
  width: 230px;
  height: 60px;
  line-height: 60px;
}
#general #flextime .price_box,
#general #freeticket .price_box,
#general #gameclass .price_box {
  width: 270px;
  float: right;
}
#general #flextime .data_box,
#general #freeticket .data_box,
#general #gameclass .data_box {
  padding: 12px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
#general #flextime .data_box dl,
#general #freeticket .data_box dl,
#general #gameclass .data_box dl {
  width: 120px;
  display: inline-block;
}
#general #flextime .data_box dl dt,
#general #freeticket .data_box dl dt,
#general #gameclass .data_box dl dt {
  padding-right: 20px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #b4d000;
}
#general #flextime .data_box dl dd,
#general #freeticket .data_box dl dd,
#general #gameclass .data_box dl dd {
  display: inline-block;
  font-size: 14px;
}
#general #freeticket,
#general #flextime {
  margin-bottom: 60px;
}

/* kids  -------------------------------------------- */
#kids #mtitle,
#kids_activation #mtitle {
  background-image: url(../images/program/mvisual_kids.jpg);
}
#kids #mtitle_text h2,
#kids_activation #mtitle_text h2 {
  background-image: url(../images/program/mtitle_kids.png);
}
#kids #mtitle_text p,
#kids_activation #mtitle_text p {
  color: #6e818c;
  text-shadow: 0 0 0 #292929;
}

#kids {
  /*#contents01*/
  /* #redclass*/
  /* #orangeclass*/
  /* #greenclass*/
  /* #greenclass*/
}
#kids #contents01 {
  margin-bottom: 80px;
}
#kids #contents01 .visual {
  margin-bottom: 30px;
}
#kids #contents01 .contents_area {
  padding-left: 100px;
}
#kids #contents01 .contents_area h3 {
  font-weight: bold;
  font-size: 20px;
  color: #2c72b1;
  border-bottom: 1px solid #ddd;
  padding: 0 0 15px 30px;
  margin-bottom: 15px;
}
#kids #contents01 .contents_area p {
  padding-left: 30px;
  font-size: 14px;
  line-height: 1.8;
  color: #6e818c;
}
#kids #contents01 .btn_area {
  position: relative;
}
#kids #contents01 .btn_area h5 {
  height: 290px;
  display: block;
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  margin: -130px 0 50px -20px;
  background: url(../images/program/kids_contents_img.png) 0 0 no-repeat;
}
#kids #contents01 .btn_area .btn {
  position: absolute;
  right: 30px;
  bottom: 40px;
}
#kids #contents01 .btn_area .btn a {
  height: 50px;
  line-height: 50px;
  width: 120px;
}
#kids #contents01 .stitle {
  color: #215e7e;
}
#kids #contents01 .text {
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 35px;
}
#kids #contents01 .playstay_area {
  overflow: hidden;
}
#kids #contents01 .playstay_area dl {
  width: 466px;
  float: left;
}
#kids #contents01 .playstay_area dl dt {
  color: #215e7e;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
  padding: 12px 15px;
  background: #f0f2f5;
}
#kids #contents01 .playstay_area dl dd {
  font-size: 14px;
  line-height: 1.8;
  color: #6e818c;
  margin-bottom: 50px;
  padding: 0 5px;
}
#kids #contents01 .playstay_area dl dd ul li {
  padding-left: 20px;
  margin-bottom: 15px;
  position: relative;
}
#kids #contents01 .playstay_area dl dd ul li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background: #8a9fac;
  position: absolute;
  left: 5px;
  top: 10px;
}
#kids #contents01 .playstay_area img {
  float: right;
  display: block;
}
#kids #redclass,
#kids #orangeclass,
#kids #greenclass,
#kids #yellowclass {
  position: relative;
  margin-bottom: 70px;
}
#kids #redclass .title_program,
#kids #orangeclass .title_program,
#kids #greenclass .title_program,
#kids #yellowclass .title_program {
  margin-bottom: 30px;
}
#kids #redclass .age_box,
#kids #orangeclass .age_box,
#kids #greenclass .age_box,
#kids #yellowclass .age_box {
  position: absolute;
  right: 11px;
  top: 11px;
  display: inline-block;
  padding: 7px 17px;
  border-radius: 3px;
  text-align: right;
  color: #fff;
  font-weight: bold;
  font-size: 14px !important;
}
#kids #redclass .text_area,
#kids #orangeclass .text_area,
#kids #greenclass .text_area,
#kids #yellowclass .text_area {
  width: 345px;
  float: left;
}
#kids #redclass .text_area li,
#kids #orangeclass .text_area li,
#kids #greenclass .text_area li,
#kids #yellowclass .text_area li {
  padding: 0 5px 18px;
  margin-bottom: 18px;
  border-bottom: 1px dotted #ddd;
}
#kids #redclass .text_area li h5,
#kids #orangeclass .text_area li h5,
#kids #greenclass .text_area li h5,
#kids #yellowclass .text_area li h5 {
  padding: 0 0 5px 35px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
}
#kids #redclass .text_area li h3,
#kids #orangeclass .text_area li h3,
#kids #greenclass .text_area li h3,
#kids #yellowclass .text_area li h3 {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #525e65;
}
#kids #redclass .text_area li p,
#kids #orangeclass .text_area li p,
#kids #greenclass .text_area li p,
#kids #yellowclass .text_area li p {
  font-size: 14px;
  line-height: 1.8;
  color: #6e818c;
}
#kids #redclass .text_area li:last-child,
#kids #orangeclass .text_area li:last-child,
#kids #greenclass .text_area li:last-child,
#kids #yellowclass .text_area li:last-child {
  border: none;
  margin-bottom: 0;
}
#kids #redclass .rule_box,
#kids #orangeclass .rule_box,
#kids #greenclass .rule_box,
#kids #yellowclass .rule_box {
  width: 390px;
  float: right;
}
#kids #redclass .rule_box ul,
#kids #orangeclass .rule_box ul,
#kids #greenclass .rule_box ul,
#kids #yellowclass .rule_box ul {
  height: 310px;
  margin: 0 -10px 20px 0;
}
#kids #redclass .rule_box ul li,
#kids #orangeclass .rule_box ul li,
#kids #greenclass .rule_box ul li,
#kids #yellowclass .rule_box ul li {
  float: left;
  height: 310px;
  width: 190px;
  margin-right: 10px;
}
#kids #redclass .rule_box .btn,
#kids #orangeclass .rule_box .btn,
#kids #greenclass .rule_box .btn,
#kids #yellowclass .rule_box .btn {
  margin-left: 100px;
}
#kids #redclass .rule_box .btn a,
#kids #orangeclass .rule_box .btn a,
#kids #greenclass .rule_box .btn a,
#kids #yellowclass .rule_box .btn a {
  width: 285px;
  height: 60px;
  line-height: 60px;
}
#kids #redclass .title_program {
  background: url(../images/common/red_title_bg.jpg) 0 0 repeat;
}
#kids #redclass .age_box {
  background: #d92230;
}
#kids #redclass .text_area li h5 {
  color: #f54552;
  background: url(../images/common/icon_ball_red.png) 0 2px no-repeat;
}
#kids #orangeclass .title_program {
  background: url(../images/common/orange_title_bg.jpg) 0 0 repeat;
}
#kids #orangeclass .age_box {
  background: #ee731a;
}
#kids #orangeclass .text_area li h5 {
  color: #ee731a;
  background: url(../images/common/icon_ball_orange.png) 0 2px no-repeat;
}
#kids #greenclass .title_program {
  background: url(../images/common/green_title_bg.jpg) 0 0 repeat;
}
#kids #greenclass .age_box {
  background: #0c9467;
}
#kids #greenclass .text_area li h5 {
  color: #0c9467;
  background: url(../images/common/icon_ball_green.png) 0 2px no-repeat;
}
#kids #yellowclass .title_program {
  background: url(../images/common/yellow_title_bg.jpg) 0 0 repeat;
}
#kids #yellowclass .age_box {
  background: #e6ae00;
}
#kids #yellowclass .text_area li h5 {
  color: #ecb406;
  background: url(../images/common/icon_ball.png) 0 2px no-repeat;
}
#kids #contents02 {
  margin-bottom: 80px;
}
#kids #selection {
  height: 300px;
  background: url(../images/program/kids_selection_img.jpg) right bottom no-repeat;
}
#kids #selection .title_ball {
  margin-bottom: 30px;
}
#kids #selection p {
  font-size: 14px;
  line-height: 1.8;
  color: #6e818c;
  margin-bottom: 25px;
}
#kids #selection dl dt {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
}
#kids #selection dl dd {
  padding-right: 400px;
  font-size: 14px;
  line-height: 1.8;
  color: #6e818c;
}

/* kids_activation  -------------------------------------------- */
#kids_activation #contents01 {
  margin-bottom: 80px;
}
#kids_activation #contents01 h3 {
  background: url(../images/program/activation_title01.png) 0 0 no-repeat;
  width: 770px;
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 50px;
}
#kids_activation #contents01 ul li {
  height: 130px;
  margin-bottom: 25px;
  background: right center no-repeat #f0f2f5;
  padding: 90px 370px 0 25px;
  position: relative;
}
#kids_activation #contents01 ul li h4 {
  position: absolute;
  top: -7px;
  left: 15px;
  width: 410px;
  height: 73px;
  margin: 0 0 20px 0;
  display: block;
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}
#kids_activation #contents01 ul li p {
  font-size: 14px;
  line-height: 1.8;
  color: #6e818c;
  color: #2c72b1;
}
#kids_activation #contents01 ul .point01 {
  background-image: url(../images/program/kids_point01_img.jpg);
}
#kids_activation #contents01 ul .point01 h4 {
  background: url(../images/program/kids_point01.png) 0 0 no-repeat;
}
#kids_activation #contents01 ul .point02 {
  background-image: url(../images/program/kids_point02_img.jpg);
}
#kids_activation #contents01 ul .point02 h4 {
  background: url(../images/program/kids_point02.png) 0 0 no-repeat;
}
#kids_activation #contents01 ul .point03 {
  background-image: url(../images/program/kids_point03_img.jpg);
}
#kids_activation #contents01 ul .point03 h4 {
  background: url(../images/program/kids_point03.png) 0 0 no-repeat;
}
#kids_activation #contents02 h3 {
  background: url(../images/program/activation_title02.png) 0 0 no-repeat;
  width: 770px;
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 50px;
}
#kids_activation #contents02 img {
  margin-bottom: 30px;
}
#kids_activation #contents02 p {
  font-size: 14px;
  line-height: 1.8;
  color: #6e818c;
}
#kids_activation #contents02 p span {
  color: #ff9218;
}

/* tennisprogram  -------------------------------------------- */
#tennisprogram #mtitle {
  background-image: url(../images/program/mvisual_tennisprogram.jpg);
}
#tennisprogram #mtitle_text h2 {
  background-image: url(../images/program/mtitle_tennisprogram.png);
}
#tennisprogram #mekimeki,
#tennisprogram #league {
  margin-bottom: 70px;
}
#tennisprogram #mekimeki .visual,
#tennisprogram #league .visual {
  margin-bottom: 30px;
}
#tennisprogram #mekimeki .stitle,
#tennisprogram #league .stitle {
  color: #215e7e;
}
#tennisprogram #mekimeki .text_area,
#tennisprogram #league .text_area {
  width: 460px;
  float: left;
}
#tennisprogram #mekimeki .text_area p,
#tennisprogram #league .text_area p {
  padding-left: 5px;
  font-size: 14px;
  line-height: 1.8;
  color: #6e818c;
  margin-bottom: 20px;
}
#tennisprogram #mekimeki .text_area p span,
#tennisprogram #league .text_area p span {
  font-size: 13px;
}
#tennisprogram #mekimeki .price_box,
#tennisprogram #league .price_box {
  width: 270px;
  float: right;
}
#tennisprogram #mekimeki .price_box .gentei,
#tennisprogram #league .price_box .gentei {
  margin-top: 8px;
  color: #ff9218;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
}
#tennisprogram #league .gentei_box {
  overflow: hidden;
  margin-top: 40px;
  border: 1px solid #ddd;
  padding: 30px 25px;
}
#tennisprogram #league .gentei_box h4 {
  font-weight: bold;
  font-size: 18px;
  color: #215e7e;
  margin-bottom: 20px;
}
#tennisprogram #league .gentei_box dl {
  width: 360px;
  float: left;
}
#tennisprogram #league .gentei_box dl dt {
  width: 130px;
  float: left;
  font-size: 14px;
  color: #6eb92b;
  font-weight: bold;
  padding: 12px 0 12px 5px;
}
#tennisprogram #league .gentei_box dl dd {
  font-size: 14px;
  padding: 12px 0 12px 130px;
  border-bottom: 1px dotted #ddd;
}
#tennisprogram #league .gentei_box dl dd img {
  margin-top: 10px;
}
#tennisprogram #league .gentei_box dl dt:nth-child(5),
#tennisprogram #league .gentei_box dl dd:last-child {
  border: none;
}
#tennisprogram #league .gentei_box ul {
  width: 320px;
  float: right;
}
#tennisprogram #league .gentei_box ul li {
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px;
  margin-bottom: 7px;
}
#tennisprogram #privatelesson .visual {
  margin-bottom: 30px;
}
#tennisprogram #privatelesson h3 {
  font-size: 16px;
  color: #6eb92b;
  font-weight: bold;
  margin-bottom: 15px;
}
#tennisprogram #privatelesson .price_table {
  margin-bottom: 35px;
}
#tennisprogram #privatelesson .price_table .midasi01 th {
  height: 30px;
}
#tennisprogram #privatelesson .price_table .midasi02 th {
  height: 15px;
  font-size: 13px;
  font-weight: normal;
}
#tennisprogram #privatelesson .price_table th:first-child {
  width: 110px;
}
#tennisprogram #privatelesson .btn {
  margin: 0 auto;
  width: 250px;
  height: 60px;
  line-height: 60px;
}

/* calendar  -------------------------------------------- */
.calendar {
  width: 770px;
  padding: 50px 0 30px 0;
  overflow: hidden;
}
.calendar iframe {
  margin-left: -8px;
}