@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*=================================================================================
    reset css
=================================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: bottom;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html{overflow-y: scroll; width: 100%;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;}
caption, th{text-align: left;}
a{ text-decoration: none; color: #1a1a1a; }
a:hover{text-decoration: underline;}
a:focus {outline:none;}


/*=================================================================================
    float解除
=================================================================================*/
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height:0;
}


/*=================================================================================
    common
=================================================================================*/
body {
  font-family: 'Noto Sans JP', sans-serif, 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS PGothic', arial, helvetica;
  font-size: 1em;
  width: 100%;
  height: 100%;
}

#wrap{
	margin: 0 auto;
}

#content{
	width: 1110px;
	margin: 0 auto 60px;
	letter-spacing: 1px;
}

.innr{
	width: 1076px;
	margin: 0 auto;
}

.gray{
	background-color: #f8f7f7;
}

a img:hover{
	filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.pc_only{ display: block !important; }
.sp_only{ display: none !important; }
.db{	display: block !important; }
.mb0{ margin-bottom: 0 !important; }
.mr0{	margin-right: 0 !important; }
.bln{ border-left: none !important; }
.brn{	border-right: none !important; }
.taL{	text-align: left !important; }
.taR{	text-align: right !important; }
.taC{	text-align: center !important; }
.fnt10{ font-size: 0.8em; }
.fnt100{ font-size: 100%!important; }
.bold{ font-weight:700!important;}
.red{ color:#e31423!important; }
.orange{ color:#ff7f00!important;}
.aqua{ color:#00AE95!important;}
.mgT2vh{ margin-top:2vh; }
.mgB2vh{ margin-bottom:2vh; }
.mgT1vh{ margin-top:1vh; }
.mgB1vh{ margin-bottom:1vh; }
.letter0{	letter-spacing: 0!important;}
.middle{ vertical-align:middle!important;}
.in_block{display:inline-block!important;}
.bg_none{ background:none!important;}
.link_color{ color:#999;}
.thead_pd{ padding-bottom:1em!important;}

.titleBl{
	width: 1110px;
	margin: 40px auto;
	overflow: hidden;
}

.title{
	font-size: 2.3em;
	letter-spacing: 8px;
	font-weight: bold;
	color: #00AE95;
	margin-bottom: 30px;
	text-align: center;
}

.title_txt{
	text-align: center;
	line-height: 2em;
	letter-spacing: 1px;
}

.sub_title{
  position: relative;
  margin-bottom: 30px;
  text-align: left;
}
.sub_title p{
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 1% 0 0;
  background-color: #fff;
  text-align: left;
  color: #00AE95;
  font-size: 1.4em;
  line-height: 1em;
  letter-spacing: 4px;
  font-weight: 500;
}
.sub_title:before{
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #00AE95;
}

.top .sub_title p{
  font-size: 1.8em;
  font-weight: bold;
}

.sub_title span{
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 1% 0 0;
  background-color: #fff;
  text-align: left;
  color: #1a1a1a;
  letter-spacing: 2px;
  font-weight: 500;
  vertical-align: sub;
}

#pc_mainImg{
	position: relative;
}

#pc_mainImg img{
	width: 100%;
	height: auto;
}

#sp_mainImg{
	display: none;
}
.flex-container{
  display: -webkit-flex; /* Safari */
  display: flex;
}
.flex-row{
  -webkit-flex-direction: row; /* Safari */
  flex-direction:row;
}/* 横並び */

.flex-space-between {
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
}/* 等間隔 */

.column{
  display: -webkit-flex; /* Safari */
  display: flex;
   -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
  margin-top:3vh;
}
.column img{
	width:100%;
	height:auto;
}
.column_2 li{
	width:50%;
}

.column_2{
	margin: 3vh auto;
}
.column_2 div{
	width: 45%;	
}
.column_3 li{
	width: 30%;
}
.column_3 div{
	width: 30%;
}
.subpage .readmore, .subpage .timetable{
  background:#00AE95;
  width:20%;
  margin:auto;
  padding:5px 0;
  color:#fff;
  text-align:center;
  display:block;
  text-decoration: none;
}
.subpage .readmore:after, .subpage .timetable:after{
  content: "";
  background:url("../images/arU_wh.png") no-repeat;
  display: inline-block;
  margin-left: 10px;
  width:8px;
  height:8px;
  background-size: contain;
  vertical-align: middle;
  text-decoration: none;
}
.subpage .close:after, .subpage .table_close:after {
  content: "";
  background:url("../images/arT_wh.png") no-repeat;
  margin-left: 10px;
  display: inline-block;
  width:8px;
  height:8px;
  background-size: contain;
  vertical-align: middle;
  text-decoration: none;
}

@media screen and (min-width:760px) and ( max-width:1024px) {
  body{
    min-width: 1140px;
  }
}

@media only screen and (max-width: 760px) {
	#wrap{ width: 100%; }
	#content{
    width: 96%; 
    margin-bottom: 0;
		padding-bottom: 40px;
  }
	.innr{ width: 100%; }

	.titleBl{
		width: 100%;
		margin: 4% auto;
	}
	.title{
		font-size: 4.5vw;
		letter-spacing: 8px;
		margin-bottom: 3%;
	}

	.pc_only{ display: none !important; }
	.sp_only{ display: block !important; }

	.sub_title{
		width: 98%;
		margin: 0 auto 3%;
	}

	.sub_title p{
		font-size: 4vw;
	}
	.top .sub_title p{
		font-size: 6vw;
	}
	.top .sub_title span{
		font-size: 4vw;
		letter-spacing: 2px;
	}

	.sub_title:before{
	  position: absolute;
	  top: 60%;
	}
	.top .sub_title:before{
	  position: absolute;
	  top: 65%;
	}

	#pc_mainImg{
		display: none;
	}
	#sp_mainImg{
		display: block;
		position: relative;
	}
	#sp_mainImg img{
		width: 100%;
		height: auto;
	}
	.subpage .sub_title span{
		font-size:50%;
	}
  .subpage .readmore, .subpage .timetable{
	width:28%;
	}
}

/*Nexus, iphone6以下のスマホ*/
@media only screen and (max-width: 420px) {
  .column{
    margin-top:1vh;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap:wrap;
  }
  .column_2 {
  	width:100%;
  }
  .column_2 li{
  	margin-bottom:1vh;
  }
  .column_2 div{
  	width:100%;
  	margin-bottom:1vh;	
  }
  .column_3 li{
  	width:49%;
  	margin-bottom:1vh;
  }
  .subpage .readmore, .subpage .timetable{
  	width:40%;
  	font-size:3vw;
  }
}

/*=================================================================================
    header
=================================================================================*/
header{
	background-color: rgba(0,174,149,0.85);
	color: #fff;
	font-size: 14px;
}
header a{ color: #fff; }
header .innr{
	position: relative;
	width: 1100px;
	margin: 0 auto;
    padding: 8px 0 14px;
}
header .logo{
	clear: both;
	font-size: 13px;
}
header .logo a{
	display: block;
}
header .logo p{
	margin: 6px 0;
  font-size:96%;
}
ul li.link_join a{
	display: inline-table;
	position: relative;
}
ul li.link_join{
	background: url(../images/icon_join.png) no-repeat;
	background-position: 0 50%;
	background-size: 10%;
}
ul li.link_inquiry{
	background: url(../images/icon_inquiry.png) no-repeat;
	background-position: 0 50%;
	background-size: 16%;
}
ul li.link_member{
	background: url(../images/icon_member.png) no-repeat;
	background-position: 0 50%;
	background-size: 11%;
}
ul li.tel{
	width: 18%;
  margin-bottom:-2px;
	text-align: center;
}

.fixed{
  position: fixed;
  width: 100%;
  height: 100%;
}
.toggle{
  position: fixed;
  top: 20px;
  right: 20px;
  width: 80px;
  height: 40px;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 2;
}
.menu ul{
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling:touch;
}
.menu li{
  list-style: none;
  text-align: center;
  color: #fff;
}
header.fixed .innr{
  padding: 0;
}
header.fixed .logo{
  float: left;
}
header.fixed .logo a{
  margin-top: 0;
}
header.fixed .navBl{
  top: 0;
}
ul li.tel img{
	display: block;
	margin-bottom: 5px;
}

header.fixed{
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0px;
  z-index: 9999;
}
header.fixed .logo p{
	display: none;
}
header.fixed .logo a img{
	width: 83%;
	height: auto;
	margin-top: 10px;
}
header.fixed .menu{
	display: none;
}
header.fixed nav ul li.dropdown01,
header.fixed nav ul li.dropdown02{
	margin-top: 23px;
	padding-bottom: 23px;
}
header.fixed nav ul li ul{
	display: none;
	top: 37px;
}

@media only screen and (min-width: 760px) {
	ul li.tel{
		padding:0 11px!important;
  }
	.link_member{
		padding-right:11px!important;
	}	
}

@media only screen and (max-width: 760px) {
	header{
		background-color: rgba(0,174,149,0.9);
	}
	header.fixed{
		width: 100%;
		position: fixed;
		top: 0;
		height: auto;
		z-index: 9999;
	}
	header .logo{
		float: none;
		line-height: normal;
	}
  header.fixed .logo{
    float: none;
  }
  header.fixed .logo a img{
  	width: 100%;
  	margin-top: 0;
  }

  /* SPの4つのメニューのスタイル、リンク範囲を広げる設定 */
  ul.menu li{
    background-position: 50% 45%;
    background-size: 30%;
  }
  ul li.link_member{
    padding: 17% 0 6% !important;
  }
  ul li.tel{
    padding: 17% 0 6% !important;
    background: url(../images/icon_tel.png) no-repeat;
    background-position: 50% 45%;
    background-size: 30%;
  }
  .sp_menu .menu li{
    position: relative;
    line-height: 38vw;
  }
  .sp_menu .menu li a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
  }
  .sp_menu nav ul{
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

@media only screen and (max-width: 360px) {
  .sp_menu .menu li{
    font-size: 0.8em;
  }
}

header .navBl{
  position: absolute;
  top: 17px;
  right: 0; 
}
header ul.menu{
	text-align: right;
}
header ul.menu li{
	display: inline-table;
	text-align: center;
	cursor: default;
	padding: 0 22px;
}
header nav ul{
	text-align: right;
}
header nav ul li{
	position: relative;
	display: inline-table;
	cursor: default;
	vertical-align: middle;
	padding: 0 12px;
}
header nav ul li.link_try{
	padding: 0 0 0 6px;
  margin-top:-1px;
}
header nav ul li ul li:hover{
  background-color: #ccc;
  cursor: pointer;
}
header nav ul li ul li a:hover{
	text-decoration: none;
}
header nav ul li:hover ul{ display: block; }
header nav ul li:hover ul:after{
	content: '';
  position: absolute;
  top: -12px;
  width: 0;
  height: 0;
  margin: 5px;
	border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #fff;
}
header nav ul li.dropdown01:hover ul:after{
	left: 23%;
}
header nav ul li.dropdown02:hover ul:after{
	left: 5%;
}
header nav ul li ul{
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 41px;
	background-color: #fff;
	text-align: left;
	z-index: 9999;
	box-shadow:0px 2px 2px -1px #000000;
	-moz-box-shadow:0px 2px 2px -1px #000000;
	-webkit-box-shadow:0px 2px 2px -1px #000000;
}

header nav ul li.dropdown01,
header nav ul li.dropdown02{
	margin-top: 23px;
	padding-bottom: 25px;
}
header nav ul li.dropdown01 ul{
	left: 7%;
	width: 314px;
	background-color: #fff;
}
header nav ul li.dropdown01 ul li{
	display: block;
	float: none;
	padding: 10px 17px;
}
header nav ul li.dropdown01 ul li a{
	color: #1a1a1a;
}
header nav ul li ul li a:before{
	content: ">";
	margin-right: 5px;
}
header nav ul li.dropdown02 ul{
	width: 240px;
}
header nav ul li.dropdown02 ul li{
	display: block;
	float: none;
	padding: 10px;
}
header nav ul li.dropdown02 ul li a{
	color: #1a1a1a;
}

.pc_menu{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.sp_menu{
	display: none;
}

@media only screen and (max-width: 760px) {
  header.fixed .menu{
      display: block;
    }
	header{
    position: relative;
    z-index: 9999;
    height: 100%;
    overflow: hidden;
	}
  .open header{
    overflow-y: scroll;
  }
	header .innr{
		width: 100%;
    padding: 0;
	}
	header .logo p{
		display: none;
	}
	header .logo a{
		width: 43%;
        margin: 0;
		padding: 4% 2%;
		float: left;
	}
	header .logo a img{
		width: 100%;
		height: auto;
	}

	.pc_menu{
		display: none !important;
	}
	.sp_menu{
		width: 100%;
		display: block;
		position: fixed;;
		top: 0;
		z-index: 1000;
	}
    
  .open{
    height: 100%;
  }
	.sp_menu a.link_try{
		width: 34%;
		float: left;
		margin-top: 4%;
		margin-left: 4%;
	}
	.sp_menu a.link_try img{
		width: 100%;
		height: auto;
	}

	header .navBl{
    position: static;
		width: 100%;
		float: none;
	}
  header nav{
    display: none;
    width: 100%;
    text-align: left;
  }
	header nav ul li{
		position: static;
		cursor: default;
		vertical-align: middle;
		padding: 0 1.2%;
		border-top: 1px solid #fff;
		box-sizing: border-box;
		font-size: 1em;
	}
	header nav ul li a{
		display: block;
		text-decoration: none;
		color: #fff;
		padding-left: 2%;
	}
	nav ul li.on:after{
		position: absolute;
		left: 48%;
		bottom: 0;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-bottom: 6px solid #fff;
	}

	.sp_menu .button{
		width: 10%;
		height: 10vw;
		float: right;
		padding: 3% 2% 0 0;
	}
	.sp_menu .button a{
		display: block;
		width: 100%;
		height: 100%;
		background: url("../images/btn_menu.png") no-repeat;
		background-position: 100%;
		background-size: 100%;
		font-size: 0;
		text-indent: -9999px;
		text-decoration: none;
		overflow: hidden;
	}
	.sp_menu .active a{
		background:url("../images/btn_close.png") no-repeat;
		background-position: 80% 40%;
		background-size: 100%;
	}
	.sp_menu .menu li{
		display: inline-block;
		width: 33.333%;
		height: 20vw;
		float: left;
		border-right: 1px solid #fff;
		box-sizing: border-box;
		padding: 17% 0 6%;
		vertical-align: bottom;
		text-align: center;
	}
	.sp_menu .menu li:nth-child(1){
		border-left: 1px solid #fff;
	}
	.sp_menu nav ul li{
		width: 100%;
		margin: 0;
		padding: 5.1% 0 5.1% 2%;
		border-top: 1px solid #fff;
		text-align: left;
	}
	.sp_menu .menu02 li{	
		font-size: 1.2em;	
	}
}

/*  画面の高さに応じたスクロールバーの表示非表示の設定  */
@media screen and (max-width: 760px) and (min-height: 1000px) {
  .fixed .open header{
    height: initial !important;
  }
}
@media screen and (max-width: 760px) and (min-height: 600px) {
  .fixed .open header{
    height: inherit;
    overflow-y: scroll;
  }
}

/* SNS */
.sns{
  padding: 13px 0;
  background-color: #00AE95;
  overflow: hidden;
  text-align: center;
}
.sns a{
  display: inline-table;
  margin-right: 2.5%;
}
.sns a img{
  width: 65%;
  height: auto;
}

@media only screen and (max-width: 760px) {
  .sns{
    max-width: 100%;
  }
}
/* /SNS */


/*=================================================================================
    footer
=================================================================================*/
footer{
	border-top: 1px solid #fff;
	background-color: #e0e0e0;
	font-size: 0.75em;
	letter-spacing: 2px;
}
footer .link_innr{
	width: 1110px;
	margin: 0 auto;
	overflow: hidden;
}
footer ul{
	height: 90px;
	float: left;
	padding: 12px 45px;
	border-right: 1px solid #fff;
}
footer ul:nth-child(1){
	width: 316px;
	border-left: 1px solid #fff;
}
footer ul:nth-child(2){
	width: 316px;
}
footer ul:nth-child(3){
	width: 204px;
}
footer ul li a{
	display: block;
	text-indent: 1em;
}
footer ul li.tit a{
	text-indent: inherit;
	font-weight: bold;
}
footer .info{
	overflow: hidden;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
footer .innr{
	width: 1110px;
	margin: 0 auto;
  overflow: hidden;
}
footer .info p{
	float: left;
	padding: 15px 0;
}
footer .info p:nth-child(1){
	width: 408px;
	padding-top: 23px;
}
footer .info p:nth-child(2){
	width: 408px;
}
footer .info p:nth-child(3){
	width: 294px;
}
footer .name{
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
}
footer .cr{
	font-size: 0.8em;
	padding: 10px 0;
	width:50%;
	float:left;
}
footer .privacy{
	font-size: 0.8em;
	padding: 10px 0;
	width:50%;
	float:right;
	text-align:right;
}
footer .privacy a{
	padding-right:2em;	
}

@media only screen and (max-width: 760px) {
    footer{
        padding-bottom: 90px;
    }
	footer .link_innr{
		display: none;
	}
	footer .innr{
		width: 100%;
	}
	footer .info .innr{
		display: block;
		width: 94%;
		padding: 3%;
	}
	footer .info .innr p{
		float: none;
		padding: 1.5% 0;
	}
	footer .info p:nth-child(1){
		width: auto;
	}
	footer .info p:nth-child(2){
		width: auto;
	}
	footer .info p:nth-child(3){
		width: auto;
	}
	footer .info .innr .name{
		font-size: 2em;
		text-align: center;
	}
	footer .cr{
		text-align: center;
	}
}

@media only screen and (max-width: 420px) {
  footer .cr{
  	width:100%;
  	float:none;
  }
  footer .privacy{
  	padding:6px 0;
  	width:100%;
  	text-align:center;
  	float:none;
  	border-bottom:1px solid #fff;
  }
}

/* トップページへ戻る */
#returnTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 77%;
  z-index: 9998;
}
#returnTop a {
	display: block;
	width: 53px;
}
#returnTop a img {
	vertical-align: baseline;
}
#returnTop a:hover {
  text-decoration: none;
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

@media only screen and (max-width: 760px) {
	#returnTop {
  	bottom: 1.2%;
	}
}
/* /トップページへ戻る */


/*=================================================================================
    体験レッスン申し込みボタン btn_fix
=================================================================================*/
.btn_fix {
	display: block;
	background-color: #00AE95;
	border-radius: 10px 0 0 10px;
	position: fixed;
	top: 250px;
	right: 0;
	z-index: 1000;
	/* padding: 3.9% 1.15% 1.9% 1.15%; */
	padding: 73px 18.5px 20px 18.5px;
	text-decoration: none;

	opacity: 0;
    transform: translateY(0);
    transition: all 0.7s ease 0s;
}

.btn_fix:hover {
	text-decoration: none;
	opacity: .7!important;
}

.btn_fix_txt {
	color: #fff;
	text-align: center;
	position: relative;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 24px;
	letter-spacing: .05em;
}

.btn_fix_txt::before {
	content: '';
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url(../images/icon_try.svg) no-repeat;
	position: absolute;
	top: -46px;
	left: 0;
}

@media screen and (min-width:760px) and (max-width:1024px) {
	.btn_fix {
		padding: 63px 18.5px 20px 18.5px;
	}

	.btn_fix_txt {
		font-size: 20px;
	}

	.btn_fix_txt::before {
		width: 30px;
		height: 30px;
		top: -41px;
	}
}


@media only screen and (max-width: 760px) {
	.btn_fix {
		top: auto;
		left: 0;
		right: 0;
		bottom: 30px;
		padding: 12.5px;
		width: 90%;
		box-sizing: border-box;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 10px;
	}

	.btn_fix:hover {
		opacity: 1!important;
	}
	

	.btn_fix_txt {
		font-size: 17px;
		-ms-writing-mode: initial;
		writing-mode: initial;
		padding-left: 33px;
	}

	.btn_fix_txt::before {
		width: 28px;
		height: 28px;
		top: -1px;
	}

}

