/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/

/* ------ Web Font ------ */

/* http://icon.condense-c.com/ */

/* IE */
@font-face {
  font-family: iconfont;
  src: url(CONDENSEicon.eot);
}

/* Firefox, Opera, Safari */
@font-face {
  font-family: iconfont;
  src: url(CONDENSEicon.otf) format("truetype");
}

.icon {
  font-family: iconfont;
  font-weight: normal;
}

.icon-download:before {
  content: "\00ed";
}

.icon-customize:before {
  content: "w";
}

.icon-iphone:before {
  content: "T";
}

/* ------ General Settings ------ */

img {
  max-width: 100%;
  height: auto;
}

body {
  background: url(../images/bg.png) repeat-y center top #000;
}

.text-center {
  text-align: center;
}

#wrapper {
  width: 100%;
}

/* ------ Header ------ */

header {
  width: 100%;
}

#header-inner {
  width: 930px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}

#tagline {
  float: right;
  padding-top: 10px;
  line-height: 160%;
  font-size: 105%;
  color: #999;
}

#logo {
  padding: 15px 0;
}

#logo a {
  display: block;
  max-width: 150px;
}

#gnav {
  clear: both;
  width: 930px;
  margin: 0 auto;
  background: #424242;
  /* Old browsers */
  background: -moz-linear-gradient(top, #424242 1%, #0e0e0e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #424242),
    color-stop(100%, #0e0e0e)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #424242 1%, #0e0e0e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #424242 1%, #0e0e0e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #424242 1%, #0e0e0e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #424242 1%, #0e0e0e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#0e0e0e', GradientType=0);
  /* IE6-9 */
}

@media screen and (max-width: 947px) {
  #gnav {
    width: 100%;
  }
}

#gnav nav {
  width: 930px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}

#gnav nav ul {
  float: left;
}

#gnav nav ul li {
  float: left;
}

#gnav nav ul li a {
  display: block;
  padding: 8px 35px 6px;
  font-size: 83%;
  color: #fff;
  text-decoration: none;
}

#gnav nav ul li a:link,
#gnav nav ul li a:visited {
  background: #424242;
  /* Old browsers */
  background: -moz-linear-gradient(top, #424242 1%, #0e0e0e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #424242),
    color-stop(100%, #0e0e0e)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #424242 1%, #0e0e0e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #424242 1%, #0e0e0e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #424242 1%, #0e0e0e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #424242 1%, #0e0e0e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#0e0e0e', GradientType=0);
  /* IE6-9 */
}

#gnav nav ul li a:hover,
#gnav nav ul li a:active,
#gnav nav ul li a.current {
  background: #606060;
  /* Old browsers */
  background: -moz-linear-gradient(top, #606060 1%, #0e0e0e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #606060),
    color-stop(100%, #0e0e0e)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #606060 1%, #0e0e0e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #606060 1%, #0e0e0e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #606060 1%, #0e0e0e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #606060 1%, #0e0e0e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#606060', endColorstr='#0e0e0e', GradientType=0);
  /* IE6-9 */
}

/* ------ Mainvisual ------ */

#mainvisual {
  width: 930px;
  margin: 0 auto;
  *zoom: 1;
}

/* ------ Contents ------ */

#contents {
  width: 930px;
  margin: 0 auto;
  padding-top: 30px;
  overflow: hidden;
  *zoom: 1;
}

#left-column {
  float: left;
  width: 690px;
  padding-bottom: 20px;
}

article section {
  padding: 0 0 30px;
}

article section:first-child {
  border-top: none;
}

article section h2 {
  margin-bottom: 20px;
  font-size: 100%;
  font-weight: bold;
  line-height: 140%;
  color: #000;
  -webkit-text-shadow: 0px 1px 0px #fff;
  text-shadow: 0px 1px 0px #fff;
  border-top: solid 1px #fff;
}

#contents-title {
  padding: 10px 0 0;
  font-size: 130%;
  font-weight: bold;
  line-height: 140%;
  color: #000;
  -webkit-text-shadow: 0px 1px 0px #fff;
  text-shadow: 0px 1px 0px #fff;
  border-top: none;
}

p {
  font-size: 90%;
  line-height: 160%;
  color: #333;
}

.column-set {
  width: 730px;
  *margin-bottom: 30px;
  overflow: hidden;
  *zoom: 1;
}

.column1 {
  float: left;
  width: 210px;
  margin: 0 30px 30px 0;
}

section .third {
  margin-right: 0;
}

.column1 .icon-l {
  margin-bottom: 20px;
  text-align: center;
  font-size: 80px;
  line-height: 80px;
  color: #000;
}

.column1 h3 {
  margin-bottom: 10px;
  font-size: 100%;
  font-weight: bold;
  line-height: 140%;
  color: #000;
  -webkit-text-shadow: 0px 1px 0px #fff;
  text-shadow: 0px 1px 0px #fff;
}

.column1 p {
  font-size: 83%;
}

.box {
  margin-bottom: 30px;
  padding: 0 20px 20px;
  border-top: none;
  border-bottom: solid 1px #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15) inset;
}

article .box h2 {
  padding: 20px 0 5px;
  border-top: none;
}

article .box p {
  font-size: 83%;
}

.news-box {
  font-size: 83%;
  color: #555;
  line-height: 160%;
}

.news-box dt {
  float: left;
  width: 10em;
}

.news-box dd {
  margin-left: 10em;
}

.btn {
  width: 250px;
  height: 40px;
  margin: 20px auto 0;
  padding: 5px;
  background-color: #ccc;
  border-bottom: solid 1px #fff;
  font-size: 90%;
}

.btn a {
  display: block;
  width: 250px;
  height: 40px;
  border-bottom: solid 1px #800;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  -webkit-text-shadow: 0px -1px 0px #700;
  text-shadow: 0px -1px 0px #700;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.btn a:link,
.btn a:visited {
  color: #333;
  text-decoration: none;
  background: -moz-linear-gradient(top, #ffaa40, #900);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffaa40),
    to(#ff8e00)
  );
  background: -webkit-linear-gradient(top, #ffaa40, #ff8e00);
  background: linear-gradient(to bottom, #ffaa40, #ff8e00);
}

.btn a:hover,
.btn a:active {
  color: #333;
  text-decoration: none;
  background: url(../images/bg_gradient.png) repeat-x #ffaa40;
  background: -moz-linear-gradient(top, #ffaa40, #900);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffaa40),
    to(#ff8e00)
  );
  background: -webkit-linear-gradient(top, #ffaa40, #ff8e00);
  background: linear-gradient(to bottom, #ffaa40, #ff8e00);
}

/* ------ Right Column ------ */

#right-column {
  float: right;
  width: 210px;
  padding-bottom: 20px;
}

#right-column .box {
  margin-bottom: 20px;
  padding: 0 15px 15px;
}

#right-column .box h2 {
  padding: 20px 0 0;
  margin-bottom: 10px;
  font-weight: bold;
  color: #000;
}

#right-column .box p {
  font-size: 76%;
  line-height: 160%;
  color: #555;
}

#right-column .box .tel {
  margin-top: 10px;
  font-size: 120%;
  font-weight: bold;
  color: #c00;
  text-align: center;
  line-height: 100%;
}

#right-column .btn {
  width: auto;
  height: 30px;
  margin: 10px auto 0;
  border-radius: 5px;
}

#right-column .btn a {
  width: auto;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  border-radius: 5px;
}

#right-column .ad {
  margin-bottom: 20px;
  padding: 10px 0 0;
}

#right-column .ad li {
  padding-bottom: 15px;
  text-align: center;
}

/* ------ Footer ------ */

footer {
  width: 100%;
  background: url(../images/body_bg.gif);
}

#footer-inner {
  width: 930px;
  margin: 0 auto;
  padding: 40px 0 20px;
}

footer nav,
#copyright {
  text-align: center;
  margin-bottom: 10px;
}

footer ul li {
  display: inline-block;
  *display: inline;
  *margin-bottom: 12px;
  padding: 0 10px 0 15px;
  line-height: 100%;
  font-size: 67%;
  color: #999;
  border-left: solid 1px #ccc;
  *zoom: 1;
}

footer ul li:first-child {
  border-left: none;
}

/* ------ Other ------ */

.table01 th {
  background-color: #e4e4e4;
}

.agreement,
.nyukai {
  margin: 0 30px;
}

.div_nyukai01 {
  margin: 20px;
  padding: 20px;
}

.sp-hidden {
  display: block !important;
}

.pc-hidden {
  display: none !important;
}

/*-----------------------------------------------------	*/
/*	for - 979px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 979px) {
  #header-inner {
    width: 90%;
  }

  #gnav nav {
    width: 90%;
  }

  #gnav nav ul li a {
    padding: 8px 20px 6px;
  }

  #mainvisual {
    width: 100%;
  }

  #contents {
    width: 100%;
  }

  #left-column {
    float: none;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 0;
  }

  .column-set {
    width: 105%;
  }

  .column1 {
    width: 29%;
    margin-right: 4.1%;
  }

  #right-column {
    float: none;
    width: 90%;
    margin: 0 auto;
    *margin: 0 auto 20px;
    overflow: hidden;
    *zoom: 1;
  }

  #right-column-inner {
    width: 105%;
  }

  #right-column .box {
    float: left;
    width: 24%;
    margin-right: 4.1%;
    padding: 0 2.5% 15px;
  }

  #right-column .ad {
    width: 26%;
    padding: 10px 1.5% 0;
    float: left;
  }

  #footer-inner {
    width: 100%;
  }

  .nyukai {
    margin: 0;
  }

  .div_nyukai01 {
    margin: 15px 0;
  }
}

/*-----------------------------------------------------	*/
/*	for - 767px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 767px) {
  /*#header-inner {
		width: 100%;
	}

	#tagline {
		float: none;
		padding: 15px 0 5px;
		text-align: center;
	}

	#logo {
		padding: 0 0 15px;
	}

	#logo a {
		margin: 0 auto;
	}*/

  #gnav {
    width: 100%;
  }

  #gnav nav {
    width: 100%;
  }

  #gnav nav ul {
    float: none;
    width: 100%;
    border-left: none;
    border-right: none;
  }

  #gnav nav ul li {
    float: left;
    width: 50%;
    *width: 49.9%;
  }

  #gnav nav ul li a {
    display: block;
    padding: 8px 0 6px;
    text-align: center;
    border: solid 1px #000;
  }

  .column1 {
    width: 45.5%;
    margin-right: 4%;
  }

  #right-column .box {
    width: 39.5%;
    margin-right: 4%;
    padding: 0 3% 15px;
  }

  #right-column .ad {
    width: 41.5%;
    padding: 10px 2% 0;
  }

  .top_staff {
    width: 100%;
  }

  .tableRes01 thead {
    display: none;
  }

  .tableRes01 tbody tr {
    display: block;
    margin-bottom: 30px;
  }

  .tableRes01 tbody td {
    display: list-item;
    border: none;
    margin-left: 30px;
  }

  .tableRes01 tbody th {
    list-style-type: none;
    margin-bottom: 10px;
    display: list-item;
    border: none;
    border-bottom: 2px solid #000;
    background-color: #e4e4e4;
    text-align: left;
  }

  .tableCourse01 tbody td:nth-of-type(1):before {
    content: "対象：\A";
    white-space: pre;
  }

  .tableCourse01 tbody td:nth-of-type(2):before {
    content: "レッスン時間：\A";
    white-space: pre;
  }

  .tableCourse01 tbody td:nth-of-type(3):before {
    content: "レベル：\A";
    white-space: pre;
  }

  /* 	.tablePrice01 tbody td:nth-of-type(1):before { content: "時間：\A"; white-space: pre; } */
  .tablePrice01 tbody td:nth-of-type(1):before {
    content: "週3(月12回)：\A";
    white-space: pre;
  }

  .tablePrice01 tbody td:nth-of-type(2):before {
    content: "フリー：\A";
    white-space: pre;
  }

  #footer-inner li {
    display: block;
    text-align: left;
    margin-top: -1px;
    font-size: 90%;
  }

  #footer-inner li a {
    display: block;
    padding: 20px;
    border: 1px solid #efefef;
    border-collapse: collapse;

    background: #ffffff;
    background: -moz-linear-gradient(
      top,
      #ffffff 0%,
      #f6f6f6 47%,
      #ededed 100%
    );
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0%, #ffffff),
      color-stop(47%, #f6f6f6),
      color-stop(100%, #ededed)
    );
    background: -webkit-linear-gradient(
      top,
      #ffffff 0%,
      #f6f6f6 47%,
      #ededed 100%
    );
    background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: linear-gradient(
      to bottom,
      #ffffff 0%,
      #f6f6f6 47%,
      #ededed 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
  }

  #footer-inner li a::after {
    content: "＞";
    /* content: url(../images/arrow.png);*/
    float: right;
  }

  .agreement {
    margin: 0;
  }

  .pc-br {
    display: none !important;
  }

  .sp-hidden {
    display: none !important;
  }

  .pc-hidden {
    display: block !important;
  }
}

/*-----------------------------------------------------	*/
/*	for - 479px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 479px) {
  .box {
    padding: 0 20px 20px;
  }

  #contents-title {
    font-size: 110%;
  }

  .btn {
    width: auto;
  }

  .btn a {
    width: auto;
  }

  .column-set {
    width: 100%;
    *margin-bottom: 0;
  }

  .column1 {
    float: none;
    width: 100%;
  }

  .box {
    margin-bottom: 20px;
  }

  .news-box dt {
    float: none;
    width: auto;
  }

  .news-box dd {
    margin: 0 0 10px 0;
  }

  #right-column {
    *margin-bottom: 0;
  }

  #right-column-inner {
    width: 100%;
  }

  #right-column .box {
    float: none;
    width: auto;
    margin-right: 0;
    padding: 0 20px 20px;
  }

  #right-column .box p {
    font-size: 83%;
  }

  #right-column .box .tel {
    font-size: 150%;
  }

  #right-column .btn {
    height: 40px;
    margin: 10px auto 0;
    border-radius: 5px;
    font-size: 90%;
  }

  #right-column .btn a {
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
  }

  #right-column .ad {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
  }
}

/* 191128 customize */
#tagline {
  display: none;
}

/* 191220 customize */
.side-info-kisogawa {
  display: none;
}
