@charset "UTF-8";
#winter2016 .page_header.no_catch {
  height: 352px;
}
#winter2016 .lead_block .img_heading {
  text-align: left;
  padding-top: 60px;
}
#winter2016 .lead_block .flow {
  overflow: hidden;
  padding-left: 20px;
}
#winter2016 .lead_block .flow .side.left {
  width: 500px;
  float: left;
}
#winter2016 .lead_block .flow .side .title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 60px;
  height: 60px;
  margin-bottom: 0;
  position: relative;
}
#winter2016 .lead_block .flow .side .title:after {
  content: url("../images/program_summer/cut01.png");
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: 0;
  top: 0;
}
#winter2016 .lead_block .flow .side .text {
  font-size: 16px;
  font-size: 1rem;
}
#winter2016 .lead_block .flow .img {
  text-align: right;
  margin: 0;
}
#winter2016 .program_calendar .month .mon_title {
  text-align: center;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  margin: 0 0 20px 0;
}
#winter2016 .program_calendar .month .mon_title span {
  font-size: 40px;
  font-size: 2.5rem;
  padding-right: 10px;
}
#winter2016 .program_calendar .month.july .mon_title {
  color: #448807;
}
#winter2016 .program_calendar .month.august .mon_title {
  color: #3755a2;
}
#winter2016 .program_calendar .days {
  width: 946px;
  margin: 0 auto;
}
#winter2016 .program_calendar .days ul {
  margin: 0 0 0 -26px;
  overflow: hidden;
}
#winter2016 .program_calendar .days ul li {
  float: left;
  margin: 0 0 26px 26px;
}
#winter2016 .information {
  width: 980px;
  margin: 0 auto 35px auto;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
}
#winter2016 .information .col {
  width: 489px;
  float: left;
  padding: 0 17px 20px 30px;
}
#winter2016 .information .col:first-child {
  padding: 0 30px 20px 17px;
  border-right: 1px solid #cccccc;
}
#winter2016 .information .title {
  font-size: 20px;
  font-size: 1.25rem;
  color: #448807;
  margin: 0 0 0.7em 0;
}
#winter2016 .information .title span {
  font-size: 16px;
  font-size: 1rem;
}
#winter2016 .information .text {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 1.5em 0;
}
#winter2016 .information .course {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #bfc0c0;
}
#winter2016 .information .course th, #winter2016 .information .course td {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  font-weight: normal;
  border: 1px solid #bfc0c0;
  padding: 4px 7px;
}
#winter2016 .information .course th:first-child {
  width: 69%;
}
#winter2016 .information .course span {
  font-size: 12px;
  font-size: 0.75rem;
}
#winter2016 .information .table_notice {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0.5em 0 1.5em 0;
}
#winter2016 .entry .title {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  color: #448807;
  margin: 0 0 0.7em 0;
}
#winter2016 .entry .text {
  font-size: 14px;
  font-size: 0.875rem;
  width: 644px;
  margin: 0 auto 3em auto;
}
#winter2016 .entry .download {
  clear: both;
  text-align: center;
  margin: 0 auto 3em auto;
}
#winter2016 .entry .download a {
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  text-align: center;
  line-height: 64px;
  display: inline-block;
  width: 644px;
  padding: 0 20px 0 30px;
  background: #ed6d00 url("../images/common/arrow_right01.png") 8% center no-repeat;
}
#winter2016 .contact .title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #ed6d00;
  text-align: center;
  margin: 0;
}
#winter2016 .contact .time {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  margin: 0 0 1em 0;
}
#winter2016 .contact ul {
  text-align: center;
}
#winter2016 .contact ul li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 64px;
  display: inline-block;
  padding: 0 0 0 30px;
  height: 65px;
}
#winter2016 .contact ul li span {
  font-size: 30px;
  font-size: 1.875rem;
  color: #ed6d00;
  font-weight: bold;
}
#winter2016 .contact ul li:first-child {
  padding: 0 30px 0 0;
  border-right: 1px solid #cccccc;
}
.balloon-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.balloon {
  position: relative;
  display: inline-block;
  margin: 0 0 0 15px;
  padding: 15px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #dc3545;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #dc3545;
  border-radius: 7px;
  box-sizing: border-box;
}
.balloon:before {
  content: "";
  position: absolute;
  top: 58%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}
.balloon:after {
  content: "";
  position: absolute;
  top: 58%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #dc3545;
  z-index: 1;
}
.balloon p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
.balloon-flex .balloonWrap {
  flex:0 0 30%;
}
.balloon-flex .courseWrap {
  flex:0 0 68%;
}
#winter2016 .information .balloon-flex .courseWrap .course th:first-child {
  width:50%;
}
#winter2016 .contact ul li:nth-child(odd) {
    padding: 0 30px 0 0;
    border-right: 1px solid #cccccc;
}
#winter2016 .contact ul li:nth-last-of-type(2) {
    border:none;
}

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

  #winter2016 .page_header.no_catch {
    height: auto;
  }
  #winter2016 .page_header.no_catch .mv {
    height: 119px;
  }
  #winter2016 .page_header.no_catch .mv .inner {
    width: 100%;
  }
  #winter2016 .page_header.no_catch .head_block {
    height: 119px;
    padding-top: 85px;
  }
  #winter2016 .lead_block .img_heading {
    text-align: left;
    width: 90%;
    margin: 0 auto;
  }
  #winter2016 .lead_block .img_heading img {
    width: 100%;
    height: auto;
  }
  #winter2016 .lead_block .flow {
    overflow: inherit;
    padding-left: 0;
  }
  #winter2016 .lead_block .flow .side.left {
    width: 100%;
    float: none;
  }
  #winter2016 .lead_block .flow .side .title {
    font-size: 13px;
    font-size: 0.8125rem;
    text-align: center;
    line-height: normal;
    height: auto;
    margin: 20px 0 10px 0;
  }
  #winter2016 .lead_block .flow .side .title:after {
    display: block;
    vertical-align: top;
    position: static;
    margin: 1em 0 1em 0;
    zoom: 0.5;
  }
  #winter2016 .lead_block .flow .side .text {
    font-size: 10px;
    font-size: 0.625rem;
  }
  #winter2016 .lead_block .flow .img {
    text-align: center;
    margin: 0 8%;
  }
  #winter2016 .program_calendar .month .mon_title {
    font-size: 13px;
    font-size: 0.8125rem;
    margin: 15px 0;
  }
  #winter2016 .program_calendar .month .mon_title span {
    font-size: 20px;
    font-size: 1.25rem;
    padding-right: 5px;
  }
  #winter2016 .program_calendar .days {
    width: 100%;
    margin: 0 auto;
  }
  #winter2016 .program_calendar .days ul {
    margin: 0;
    overflow: hidden;
  }
  #winter2016 .program_calendar .days ul li {
    float: none;
    margin: 0 0 20px 0;
  }
  #winter2016 .information {
    width: 100%;
    margin: 20px auto 20px auto;
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
  }
  #winter2016 .information .col {
    width: 100%;
    float: none;
    padding: 0 0 20px 0;
  }
  #winter2016 .information .col:first-child {
    padding: 0 0 20px 0;
    border-right: none;
  }
  #winter2016 .information .title {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 0.5em 0;
  }
  #winter2016 .information .title span {
    font-size: 12px;
    font-size: 0.75rem;
  }
  #winter2016 .information .text {
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0 0 1.5em 0;
  }
  #winter2016 .information .course th, #winter2016 .information .course td {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  #winter2016 .information .course span {
    font-size: 8px;
    font-size: 0.5rem;
  }
  #winter2016 .information .table_notice {
    font-size: 10px;
    font-size: 0.625rem;
  }
  #winter2016 .entry .title {
    font-size: 16px;
    font-size: 1rem;
  }
  #winter2016 .entry .text {
    font-size: 12px;
    font-size: 0.75rem;
    width: 100%;
    margin: 0 auto 2em auto;
  }
  #winter2016 .entry .download {
    clear: both;
    text-align: center;
    margin: 0 auto 1.5em auto;
    width: auto;
  }
  #winter2016 .entry .download a {
    font-size: 14px;
    font-size: 0.875rem;
    background: #ed6d00 url("../images/common/arrow_right01.png") 8% center no-repeat;
    width: 100%;
    line-height: normal;
    padding: 5px 0;
  }
  #winter2016 .contact .title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  #winter2016 .contact .time {
    font-size: 12px;
    font-size: 0.75rem;
  }
  #winter2016 .contact ul {
    text-align: center;
  }
  #winter2016 .contact ul li {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: normal;
    display: block;
    padding: 0;
    height: auto;
  }
  #winter2016 .contact ul li span {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
  }
  #winter2016 .contact ul li:first-child {
    padding: 0;
    border-right: none;
  }
  .balloon {
    min-width: 0;
  }
  .balloon-flex .balloonWrap {
    flex: 0 0 26%;
  }
}

/*---------------------------------
GKC長期休暇プログラム★SPRING FUN FUN 2020
---------------------------------*/
#winter2016 .program_calendar img{
  /*width: 80%;*/
  width: 100%;
}
#winter2016 .contact ul{
  display: flex;
}
#winter2016 .contact ul li,
#winter2016 .contact ul li:nth-child(odd) {
  padding: 0 15px 0 15px;
}
  #winter2016 .contact ul li span{
  font-size: 24px;
}
#winter2016 .contact ul li:nth-last-of-type(2) {
  border-right: 1px solid #cccccc;
}
#winter2016 .contact ul li:nth-child(3) {
  padding: 0 0 0 15px;
  border-right: 0;
}


@media only screen and (max-width: 768px) {
  #winter2016 .program_calendar img{
    width: 100%;
  }
  #winter2016 .contact ul{
    display: block;
  }
  #winter2016 .contact ul li,
  #winter2016 .contact ul li:nth-last-of-type(2) {
    border-right: 0;
  }


}

/*-------------------------------
GKC長期休暇プログラム 2020.06.16追加
---------------------------------*/
.font13{
  font-size: 13px;
}
#winter2016 .information .font15{
  font-size: 15px;
}
.red-bold{
  color: red;
  font-weight: bold;
}
.mbt25{
  margin-bottom:25px;
}

/*-------------------------------
GKC長期休暇プログラム 2020.10.21追加
---------------------------------*/
#winter2016 .contact ul.tel-flex li{
  width: 33%;
  line-height: normal;
  height: auto;
}

@media screen and (max-width:750px) {
  #winter2016 .days .sp{
    margin-top: 20px;
  }

  #winter2016 .contact ul.tel-flex li{
    width: 100%;
  }

  #winter2016 .page_header.no_catch .mv .inner{
    text-align: center;
  }
}
