@charset "UTF-8";

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}


/* Body */
body {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding:0px;
	font-style: normal;
	font-weight: 200;
	font-size:1.5rem;
}
/* Container */
.container {
	width: 90%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
.mapClm {
	margin:30px;
	width:40%;
	float:left;
}

/* Navigation */
header {
	background-color: #fff;
}



.headerLeft {
	width:178px;
	height:152px;
	background-image: url("../images/base/header-left.png");
	float:left;
}

.headerRight {
	width:178px;
	height:152px;
	background-image: url("../images/base/header-right.png");
	float:right;
}
.logo {

	font-weight: bold;
	text-align: undefined;
	width: 305px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0px;
	padding-bottom:0px;

}

/* メニュー */
nav ul{
display: table;
margin: 0 auto;
padding: 0 ;
width: 80%;
text-align: center;
}
nav li{
display: table-cell;
min-width: 50px;
}
nav a{
display: block;
width: 100%;
text-decoration: none;
color: #555;
padding-bottom: 5px;
}
nav li.current{
border-bottom: 3px solid #92D050;
}
nav li:hover{
color: #E7DA66;
border-bottom: 3px solid #F0E475;
}


/* 各校タイトル */
.SchoolTitle {
  position: relative;
  text-align: center;
  border: 2px solid #000;
  background: #fff;
}

.SchoolTitle:before,
.SchoolTitle:after {
  position: absolute;
  content: '';
}

.SchoolTitle:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}

.SchoolTitle:after {
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 2px dashed #000;
  background: #fff;
}

.SchoolTitle i {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 60px;
  position: absolute;
  z-index: 2;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}

.SchoolTitle span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1.5rem;
}

.SchoolTitle span:before,
.SchoolTitle span:after {
  position: absolute;
  content: '';
}

.SchoolTitle span:before {
  top: -34px;
  left: calc(50% - 34px);
  width: 68px;
  height: 40px;
  border: 2px dashed #000;
  border-radius: 50vw 50vw 0 0;
}

.SchoolTitle span:after {
  position: absolute;
  top: 4px;
  left: calc(50% - 32px);
  width: 64px;
  height: 10px;
  background: #fff;
}
/* About Section */
.text_column_midashi {
	width: 100%;
	text-align: justify;
	font-size:2rem;
	font-weight: bold;
	line-height: 25px;
	float: left;
	padding-left: 0px;
	padding-right: 20px;
	color: #333;
}

.text_column {
	width: 100%;
	text-align: justify;
	font-size:1.5rem;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #333;
}

.text_right {
	width: 100%;
	font-size:1.5rem;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	text-align: right;
	color: #333;
}

.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	background-color: #fff;
	margin-top: 0px;
}

h2 {
  position: relative;
  display: inline-block;
  margin: 1rem 0 1rem -10px;
  padding: 0.5rem 3rem;
  color: #fff;
  border-radius: 0 80vh 80vh 0;
  background: #00d7c3;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
	font-size:2rem;
}

h2:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 10px solid #005276;
  border-left: 10px solid transparent;
}

.inner_sec {
	padding:20px 0px;
}

.SchoolLink {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 30px;
	padding-bottom:50px;
	display: inline-block;
	background-color: #fff;
	margin-top: 0px;
	width:100%;
}


.SchoolLinkOuter {
	width:400px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
}

a.btn-flat {
  overflow: hidden;

  padding: 1.5rem 6rem;

  color: #fff;
  border-radius: 0;
  background: #000;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 100px;
  height: 100px;

  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-80%) translateY(-25px);
  transform: translateX(-80%) translateY(-25px);

  border-radius: 50%;
  background: #eb6100;
}

a.btn-flat:hover:before {
  width: 400px;
  height: 400px;

  -webkit-transform: translateX(-1%) translateY(-175px);

  transform: translateX(-1%) translateY(-175px);
}

/* --- コース・料金ページ --- */

#classList table {
	border: solid 2px #006dd2; border-collapse: collapse;
}

#classList th,td {
	padding:5px;
	font-size:16px;
	text-align:left;
}

#classList th {
	background-color:#006dd2;
	color:#fff;
	margin:1px;
	border: solid 1px #fff
}

#classList td {
	border: solid 1px #006dd2;
	width:160px;
	text-align:center;
}

/* 講師 */
.profPhoto {
	width:25%;
	float:left;
	margin-left:0px;
}

.profText {
	width:65%;
	float:left;
	margin-left:5%;
}

.profText table {
	margin:0px;
	
}

.profText th {
	width:6em;
	line-height:1.5em;
	font-size:1.3rem;
	vertical-align:top;
	padding-top:2px;
}


.profText td {
	line-height:1.7em;
	font-size:1.3rem;
	vertical-align:top;
	padding:0px;
	margin:0px;
}

.profTitle {
  padding: 1rem 3rem;
  color: #fff;
  border-radius: 50vh;
  background-image: -webkit-gradient(linear, right top, left top, from(#f5b5c7), to(#ec76a2));
  background-image: -webkit-linear-gradient(right, #9be15d 0%, #00e3ae 100%);
  background-image: linear-gradient(to left, #f5b5c7 0%, #ec76a2 100%);
	font-size:1.2em;
	font-weight:bold;
	width:280px;
	margin-top:20px;
	margin-bottom:20px;
}

/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}


/* アクセス */

.access {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 30px;
	padding-bottom:50px;
	display: inline-block;
	background-color: #fff;
	margin-top: 0px;
	width:100%;
}

/* footer*/

.addressOuter {
	width:100%;
}
.addressClm {
	margin-left:5%;
	margin-right:5%;
	width:40%;
	float:left;
	color:#fff;
}
.addressClm a {
	color:#fff;
}
.address {
	margin:0px;
}

.addressText1 {
	font-size:20px;
	font-weight:bold;
}

.addressText2 {
	font-size:28px;
	font-weight:bold;
}

.addressText3 {
	font-size:12px;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #00d7c3;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-size:12px;
}
.footer_banner {
	background-color: #00d7c3;
	padding-top: 20px;
	padding-bottom: 20PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}

/* 清瀬 */
.ScheduleImg {
	width:500px;
	padding-bottom:30px;

}
.KiyoseScheduleImg {
	width:320px;
	padding-bottom:30px;

}

/* Mobile */
@media (max-width: 320px) {
.logo {
	text-align: undefined;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0px;
	padding-bottom:0px;
}
	
	.headerLeft {
	display: none;
}

.headerRight {
	display: none;
}



.footer_column {
	width: 100%;
	margin-top: 0px;
}

.banner {
	background-color: #2D9AB7;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}

	/* 講師 */
.profPhoto {
	width:80%;
	float:none;
	margin-left:0px;
}

.profText {
	width:100%;
	float:none;
	margin-left:0%;
}

.profText table {
	margin:0px;
	
}

.profText th {
	width:5em;
	line-height:1.5em;
	font-size:1.3rem;
	vertical-align:top;
	padding-top:2px;
	padding-left:0px;
}


.profText td {
	line-height:1.7em;
	font-size:1.3rem;
	vertical-align:top;
	padding:0px;
	margin:0px;
}
	
	/* 清瀬 */
.ScheduleImg {width:100%;}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	font-weight: bold;
	text-align: undefined;
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0px;
	padding-bottom:0px;
}

.headerLeft {
	width:104px;
	height:92px;
	background-image: url("../images/base/header-left-small.png");
	float:left;
}

.headerRight {
	width:104px;
	height:92px;
	background-image: url("../images/base/header-right-small.png");
	float:right;
}	
	

.footer_column {
	width: 100%;
	margin-top: 0px;
}


.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.footer_column {
	width: 100%;
}
	
.addressClm {
	margin-left:5%;
	margin-bottom:10%;
	width:90%;
	float:left;
	color:#fff;
}
	
	/* 講師 */
.profPhoto {
	width:25%;
	float:left;
	margin-left:0px;
}

.profText {
	width:65%;
	float:left;
	margin-left:5%;
}

.profText table {
	margin:0px;
	
}

.profText th {
	width:6em;
	line-height:1.5em;
	font-size:1.3rem;
	vertical-align:top;
	padding-top:2px;
}


.profText td {
	line-height:1.7em;
	font-size:1.3rem;
	vertical-align:top;
	padding:0px;
	margin:0px;
}
	
	
	
	/* 清瀬 */
.ScheduleImg {width:100%;
	max-width: 500px;
}
	
	
}


/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
	

	
.text_column {
	width: 100%;
}
.thumbnail {
	width: 50%;
}

.banner {
	margin-top: 0px;
	padding-top: 0px;
}
	
	/* 清瀬 */
.ScheduleImg {
	width: 500px;}
}

