@charset "utf-8";
/*================================================
 *  CSSリセット
 ================================================*/
body,header,footer,section,article,div,p,ul,ol,li,h1,h2,h3,h4,h5,h6,a,figure,figcaption,img,table,tr,th,td,dl,dt,dd{
  margin:0;
  padding:0;
  box-sizing:border-box;
  color:#003139
}
h1,h2,h3,h4,h5,h6,th{font-weight:normal;color:#003139}

/*================================================
 *  一般・共通設定
 ================================================*/
body{
 font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
   line-height:1.4;
  -webkit-text-size-adjust: 100%;
}

#wrapper {
  /*display: flex;*/
  flex-direction: column;
  min-height: 100vh;
}

img{
  max-width:100%;
  vertical-align:top;
}
a{text-decoration:none;}
.link-hover{transition:opacity .2s ease;}
.link-hover:hover{opacity:.8;}

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

.hed-wrapper{
  max-width:1000px;
  padding-left: 1em ;
  margin:0 auto;
 }


#contents{
  max-width:1200px;
  padding:0 ;
  margin:0 auto;
    }
iframe{border:0;}



.bc-yellow {
	margin:0px auto;
	background-color:#fff7cc;
}

.bc-blue {
	margin:0px auto;
	background-color:#e4faff;
}

.bc-green {
	margin:0px auto;
	background-color:#e8f4e6;
}

h1 {
	font-size:28px;
	line-height:1.2;
}
h2 {
	margin:0 auto;
	font-size:24px;
	font-weight:bold;
	color:#000;
	text-align:center;
	}

h3 {
	color:#000;
	font-size:24px;
	font-weight:bold;
	}

h4 {
	margin-bottom:0.25em;
	font-size:18px;
	color:#fff;
	text-align:left;
}


h5 {
	margin-bottom:0.25em;
	font-size:18px;
	color:#fff;
}

h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}

p {
	margin:0 ;
	font-size:18px;
}
strong {
	font-weight:bold;
	color:#fff;
}

.tri-nav{
	display: block;
}

.pc-nav{
	margin: 5px auto;　　
text-align:center;
	display: flex;
	justify-content: flex-end;
	padding-right: 80px;
	}

.pc-nav li {
  padding: 0 30px 0 30px;	
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  font-size: 18px;	
}
.pc-nav li+ li {
  border-left: 0;
  border-right: 1px solid #333;
}


ul li {
	list-style:none;
}
ol li {
	list-style:none;
}

.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}

.pb30{padding-bottom: 30px;}
.width50{width: 50%;margin: 0 auto;}

html { scroll-behavior: smooth;}

/*================================================
 *  ヘッダー
 ================================================*/
.header{
	position: relative;
}

.header-main-pc{
	margin-bottom: 20px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    z-index: 1000;
	}
  .header-main-pc .box {
    max-width:1000px;
  padding:0 ;
  margin:0 auto;
  }
.header-main-sp{
	display: none;
	}

.box{
 display: flex;
justify-content: space-between;
text-align: center;	
}

.loopSlider .animal {
    position: absolute;
    top: 54%;
    left: 50%;
	transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
}

.under-pt {
  padding-top: 260px;
}


/* 202505 */
.tri-logo h1 img{
  max-width: 141px;
  width: 100%;
}
.header-outer .logo01{
  max-width: 141px;
  width: 100%;
}


/*================================================
 *  フッター
 ================================================*/
footer {
	margin-top: auto;
		}

.copyright {
    display: table-cell;
    font-size: 11px;
    color: #fff;
    vertical-align: middle;
    text-align: center;
}

#contents-f {
	display: table;
    width: 100%;
    max-width: 450px;
    margin: auto;
}

.foot-outer{
	display: flex;
    justify-content: space-between;
    padding: 30px 0;
}	
.foot-l{
	flex-basis: 48%;
}
.foot-r{
	flex-basis: 48%;
}

.fb-area{
	flex-basis: 45%;
    overflow: hidden;
}


/* 202505 */
.foot-l p.align-center img{
  max-width: 127px;
  width: 100%;
}

/*================================================
 *  トップページ
 ================================================*/
/* スライドショー */
/* ------------------------------
   loopSlider
------------------------------ */
.loopSliderWrap {
    top: 0;
    left: 0;
    height: 223px;
    overflow: hidden;
    position: absolute;
	margin-bottom: 20px;
}
 
.loopSlider {
    margin: 0 auto 0;
    /*width: 1920px;*/
    height: 223px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.loopSlider ul {
    height: 223px;
    float: left;
    overflow: hidden;
}
 
.loopSlider ul li {
    width: 322px;
    height: 223px;
    float: left;
    display: inline;
    overflow: hidden;
}
 
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}


/* コンテンツ
----------------------------------------- */
.top-line{
	width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    opacity: 0.8;
    z-index: 9996;
}

.top-mess{
	padding: 20px 0;
}

.main-ttl{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 20px;
}



.main-text{
	text-align: center;
	padding-bottom: 20px;
}

/* 202405新規追加：教室名リンクボタン、問い合わせ注意書き */
.empty{
  width: 100%;
  height: 36px;
}
.school_list{
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex_list{
  width: 40%;
}
.school_btn{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  padding-left: 30px;
}
.school_btn li{
  padding: 0 10px 4px 26px;
  position: relative;
}
.school_btn li::before{
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #9ac78a;
  border-right: 0;
  left: 10px;
  top: 30%;
  transform: translateY(-30%);
}
.school_btn li.no_trangle{
  padding-left: 0;
  padding-top: 20px;
  padding: 20px 10px 4px 0;
}
.school_btn li.no_trangle::before{
  display: none;
}
.school_btn li a{ 
  display: block;
  font-weight: bold;
}
.school_btn li a:hover{
  opacity: 0.5;
  cursor: pointer;
}
.hamburger-demo-menuwrap li{
  position: relative;
}
.hamburger-demo-menuwrap li::before{
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #9ac78a;
  border-right: 0;
  left: 14px;
  top: 60%;
  transform: translateY(-60%);
}
.hamburger-demo-menuwrap li{
  padding-left: 2em;
}
.hamburger-demo-menuwrap li.no_trangle{
  padding-left: 0;
  font-size: 16px;
}
.hamburger-demo-menuwrap li.no_trangle.p_t_14{
  padding-top: 14px;
}
.hamburger-demo-menuwrap li.no_trangle::before{
  display: none;
}
@media screen and (max-width:1024px) {
  .school_list{
    display: none;
  }
  /* 202406追加 */
  .hamburger-demo-menulist li.index{
    padding-top: 8px;
  }
  .hamburger-demo-menulist li a.under_bar{
    display: inline-block;
    padding-bottom: 0;
    border-bottom: 1px solid #000;
  }
}
.attention{
  text-align: center;
  line-height: 1.4;
  margin-top: 20px;
}
.attention span{
  display: block;
}
@media screen and (max-width: 768px) {
  .attention span{
    display: inline;
  }
}
/* 202405新規追加：教室名リンクボタン、問い合わせ注意書き ここまで */


.main1{
	padding:10px;
		}
		
.main-outer{
	display: flex;
    justify-content: space-between;
    padding: 30px 0;
}	
.main-l{
	flex-basis: 58%;
}
.main-r{
	flex-basis: 38%;
}

.col-head-type1 {
  width: 100%;
  }
 
.col-head-type1 th,
.col-head-type1 td {
  padding: 3px;
  vertical-align: top;	
}
 
.col-head-type1 th {
  text-align: left;
  width: 100px;
}
 

/* -------202505更新ここから------- */
/* トランポリンスクール */
.trampoline table{
  margin: 4px auto 40px !important;
}
/* -------202505更新ここまで------- */


article{
	max-width:1920px;
	padding:0 ;
  margin:0 auto;
}

.topics-area{
	margin: 30px 0;
	}

.topi-area{
	max-width:830px;
  padding:0 ;
  margin:20px auto;
  position: relative;	
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */

.main-ttl2{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 20px;
	
}
.irast-1 {
    width: 113px;
    height: 107px;
    margin: auto;
    position: absolute;
    top: 10px;
    left: -13%;
    }
.irast-2 {
    width: 143px;
    height: 98px;
    margin: auto;
    position: absolute;
    top: 10px;
    right: -13%;
}
.irast-3 {
    width: 71px;
    height: 85px;
    margin: auto;
    position: absolute;
    top: 450px;
    left: -13%;
    }
.irast-4 {
    width: 98px;
    height: 78px;
    margin: auto;
    position: absolute;
    top: 450px;
    right: -13%;
}

.cp_table *, .cp_table *:before, .cp_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 50px;
}
.cp_table th, .cp_table  td {
	border: 1px solid #dddddd;
	background: #fff;
}

.cp_table  th {
	padding: 10px;
	}

.cp_table  td {
	padding: 10px 30px;
	}

.cp_table th {
	width: 30%;
	text-align: center;
	background: #fff;
}

.cp_table *, .cp_table *:before, .cp_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_table {
	width: 100%;
	border-collapse: collapse;
}
.cp_table th {
	width: 32%;
	background: #f4f4f4;
	padding: 10px;
	border: 1px solid #dddddd;
}
.cp_table td {
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border: 1px solid #dddddd;
}
.cp_table td:first-child {
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}

/*お問い合わせ*/
#formWrap {
	width: 900px;
    margin: 0px auto;
    line-height: 120%;
    font-size: 100%;
    padding-bottom: 30px;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	text-align:left;
}

input {
	padding: 5px 0;
}

input[type="submit" i] {
    -webkit-appearance: push-button;
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: #ffffff;
    background-color: #333333;
    box-sizing: border-box;
    padding: 5px 10px;
    border-width: 2px;
    border-style: outset;
    border-color: #333333;
    border-image: initial;
}

table {
  width: 100%;
    border-collapse: collapse;
    margin-bottom: 50px;
}
.tbl-r02 th {
  border: 1px solid #dddddd;
    background: #fff;
  /*color: #fff;*/
  padding: 10px;
}
.tbl-r02 td {
　border: 1px solid #dddddd;
    background: #fff;
  padding: 10px;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:1500px) {
.loopSlider .animal {
    position: absolute;
    top: 54%;
    left: 32%;
	transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
}
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:1366px) {
	
.loopSlider {
    width: 100%;
    }
#contents{
	width:100%;
	padding: 10px;
	} 
	
.loopSlider .animal {
    position: absolute;
    top: 67%;
    left: 48%;
	transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
}
}


/*================================================
 *  タブレット向けデザイン
 ================================================*/

@media screen and (max-width:1024px) {
  .tb { display: block;}
.header-main-pc {
    display: none;
	}	
.header-main-sp {
    display: block;
    position: fixed;
    background-color: #fff;
    z-index: 9999;
    width: 100%;
}
	
.sp-logo{
	padding: 30px 20px 0;	
		
	}	
	
.header-outer{
	display: flex;
    justify-content: space-between;
    padding: 0 40px 10px 0;
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
}	

	.menu-view .header-outer {padding-top: 10px;}
	.menu-view {
		position: fixed;
		/* width: 100%; */
    /* height: 65px; */
		z-index: 9995;
		/* background-color: #fff7cc; */
		/* left: 0; */
    top: 3%;
    right: 0%;
	}	
	.menu-view img {
		max-width: 80%;
		margin-left: 20px;
		margin-top: -10px;
	}
	
.header-l{
	flex-basis: 48%;
	text-align: center;
}
.header-r{
	flex-basis: 48%;
	text-align: center;
}
	
.box{
  flex-direction: column;
}

.under-pt {
  padding-top: 160px;
}



	
/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 30px;
  top   : 20px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #00b7e7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(0,81,158,0.8);
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    font-size: 20px;
    font-weight: bold;
	visibility: hidden;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1.3em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}
}

@media screen and (min-width: 1025px) {
  .tb { display: none;}
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:768px) {
.loopSlider .animal {
    position: absolute;
    top: 80%;
    left: 48%;
	transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
}
	
#formWrap {
	width: 100%;
    }
table.formTable th {
    width: 20%;
    }
table.formTable td, table.formTable th {
    padding: 8px;
}
	
.irast-1 {
    display: none;
    }
.irast-2 {
    display: none;
}
.irast-3 {
    display: none;
    }
.irast-4 {
    display: none;
}

h2 {
	font-size:16px;
		}	
.header-main {
    margin-bottom: 20px;
    margin-top: 20px;
	}
/*	.box{
  flex-direction: column;
 }*/
.order1 {
  order: 1;
}
.order2 {
  order: 2;
}
.order3 {
  order: 3;
}


}


/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {

.hed-wrapper{
  max-width:100%;
  padding:0 20px;
  margin:0 auto;
  }

	.loopSlider .animal{display: none;}	
	
.main-outer{
	flex-direction: column;
}	
.main-l{
	flex-basis: 50%;
}
.main-r{
	flex-basis: 50%;
}

.under-pt {
  padding-top: 115px;
}



 .col-head-type1 tr,
  .col-head-type1 th,
  .col-head-type1 td {
    display: block;
    width: auto;
  }	
	
.order1 {
  order: 1;
}
.order2 {
  order: 2;
}
.order3 {
  order: 3;
}	
	
.pc { display: none !important; }
.sp { display: block !important; }	

/*.loopSlider{display:none;}*/
	
.pc { display:block; }
.sp { display:none; }	

/*お問い合わせ*/	
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:95%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
	
.foot-outer{
	flex-direction: column;
}	
.foot-l{
	flex-basis: 50%;
	margin-bottom: 20px;
}
.foot-r{
	flex-basis: 50%;
	text-align: center;
}	
	
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:569px) {
	
	h2 {
	font-size:16px;
	}

h3 {
	font-size:16px;
	}

h4 {
	font-size:20px;
	}

.text{text-align:left}


#contents{width:100%}
	
.cp_table {
		margin: 0;
	}
	.cp_table th, .cp_table td {
		width: 100%;
		display: block;
		border-top: none;
	}
	.cp_table tr:first-child th {
		border-top: 1px solid #dddddd;
	}
	
	
	
 

}
