@charset "UTF-8";

/* ================================================================================================
　共通設定
================================================================================================ */
/*ベース設定*/
body{
	/*background: #eee;*/
	background: #eaeaea;
}
h3{
	border-left: 5px solid #ccc;
	margin: 15px 0 10px 0;
	font-weight: bold;
	text-indent: 1em;
}
h4{
	font-weight: bold;
	margin: 10px 5px 5px 5px;
	font-size: 85%;
}
a {
  color: #7f0416;
}
a:visited {
}
a:hover {
  color: #985860;
  text-decoration:underline;
}
.textblocks {
  font-size: 85%;
  margin: 8px;
  line-height: 140%;
}
.imgblocks img{
	width: auto;
}

.returntotop{
	width: 100%;
	text-align:right;
	margin:10px auto 10px auto;
	font-size:75%;
}
.returntotop a span{
	cursor:pointer;
}
.returntotop a img{
	width:auto;
}

.grayzone{
	background-image: url(/images/bg_dot.gif);
	padding: 25px;
	margin-top: 70px;
}
.footer-link span a{
	color: #fff;
}
.footer-bottom{
	width:100%;
}
.headers{
		/*background-color: #004DA1;*/
		background-color: #003366;
		width: 100%;

}
/* ================================================================================================
　スマホレイアウト
================================================================================================ */
.allwrapper{
	/*width: 95%;*/
	margin:auto auto;
	background: #fff;
}
.maincontents{
	margin: auto auto;
	padding: 10px 10px 20px 10px;
}
.maincontents img{
	width: 100%;
	height: auto;
}
.maincontents-top img{
	width: 100%;
	height: auto;
}

.separate{
	vertical-align: top;
	margin: 5px;
	font-size: 85%;
}
.separate.banners{
	margin: auto;
}
.threediv{
	font-size: 85%;
	vertical-align: top;
	margin: 5px;
}

.hd-inner{
		margin: auto auto;
		padding: 10px 0 20px 0;
}
.hd-right{
	display: none;
}

.logoimages{
	display: block;
	margin-bottom: 10px;
}
.logoimages img{
	width: 40%;
	cursor: pointer;
	height: auto;
}

.newsblock{
		margin: 10px auto 10px auto;
		padding: 10px;
}
.newsblock ul{
	height: 100%;
	max-height: 400px;
	overflow: auto;
}
.newsblock ul li{
		border-bottom: 1px dotted #ccc;
		padding: 8px 0px;
		list-style: none;
		margin-bottom: 0px;
		font-size: 80%;
		text-indent: 1em;
}
.infoDate{
}
.infoNews{
	background: #f58a00;
	color: #fff;
	font-size: 75%;
	padding: 3px;
	border-radius: 3px;
}
.infoEvent{
	background: #145dba;
	color: #fff;
	font-size: 75%;
	padding: 3px;
	border-radius: 3px;
}
.infoSroom{
	background: #009765;
	color: #fff;
	font-size: 75%;
	padding: 3px;
	border-radius: 3px;
}
.infoTitle{
	margin: 5px 0 3px 0;
}
.infoTxt{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 1em;
}

.topics{
		padding: 10px 10px 10px 0;
		border-bottom: dotted 1px #ccc;
}
.topics h3{
		color: #003366;
		border-left: none;
		margin: auto;
}

.banners{
	margin: 5px auto;
}

.footer-inner{
	margin: auto auto;
	padding: 10px;height: 100px;
	height: auto;
}
.footer-link{
		text-align: right;
		color: gray;
		font-size:75%;
		padding: 20px 0 20px 0;
}
.footer-box{
	background-color: #003366;
}
.copyrights{
		width: 310px;
		height: 22px;
		text-align: right;
		padding-top: 20px;
		background-image: url(/images/fotter_logo.png);
		background-position: 0 20px;
		background-repeat: no-repeat;
		float: right;
		float:none;
		padding:20px;
		margin:auto auto;
}

.pagetitle{
		padding: 10px;
		border-bottom: solid 2px #ccc;
		margin-bottom: 5px;
}
.pagetitle h2{
		font-weight: bold;
}

/*グローバルナビ*/
.navbutton li a{
	font-size:75%;
	/*border-left: 1px solid #fff;*/

	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0;
	font-weight: bold;
	color: #fff;
	text-align: center;
	/*
	background-color: #e5e5e5;
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
	background-repeat: repeat-x;
	border-bottom: 1px solid #d5d5d5;
	*/

	position: relative;
	display: block;
	padding: 10px 15px;

	text-decoration: none;
}
.navbutton li a:hover{
	color: #fff;
	text-decoration: underline;
}
#globalnavi_cr{
	display: block;
	width: 15%;
	height: 41px;
	cursor:pointer;
	font-size: 80%;
	font-weight: bold;
	color: #777;
	text-align: center;
	border-radius: 5px;
	text-align: center;
	background-color: #e5e5e5;
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
	text-decoration: none;
	position: relative;
	position: absolute;
	top:10px;
	right: 18px;
	background: none;
}
.globalnavi{
	display: none;
}

/*テーブルレイアウト　共通設定*/
th, td {
	padding: 8px;
}
td {
	border-right: 1px dotted #ccc;
	border-bottom: 1px solid #ccc;
}
th {
	color: #000;
	font-weight: normal;
	text-align: center;
	border-right: 1px dotted #fff;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
/*テーブルレイアウト　教室を探す*/
/*
table.lsts   { width: 100%;font-size: 70%; }
.lsts { 
	display: block; 
	width: 100%; 
	margin: 0 -10px;
	overflow-x: scroll;
}
.lsts thead{ 
	display: block; 
	float: left;
	overflow-x:scroll;
}
.lsts tbody{ 
	display: block; 
	width: auto; 
	overflow-x: auto; 
	white-space: nowrap;
}
.lsts th{ 
	display: block;
	width:auto;
}
.lsts tbody tr{ 
	display: inline-block; 
	margin: 0 -3px;
}
.lsts td{ 
	display: block;
}*/
.lsts {
		clear: both;
		margin-bottom: 20px;
		border: 1px solid #ccc;
}
table.lsts {
		border-collapse: collapse;
		font-size: 70%;
}

.table-inst,.seriestable{
	width: 2800px;
}


/*テーブル関連のレイアウト　個人教室・教室MAP*/
.lst {
		clear: both;
		margin-bottom: 20px;
		border: 1px solid #ccc;
}
table.lst {
		border-collapse: collapse;
		font-size: 75%;
}

.t-scroll {
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		padding: 5px 0;
}
.cdefault{
	font-size: 140%;
	cursor: default;
}
.cfsize{
	  font-size: 140%;
 }
.cbackground{
	background-color: #F8E0F1;
}

  
.form-reg-sheet dd{
		-webkit-margin-start: 5px;
		word-wrap: break-word;
		line-height: 145%;
	}
.ct {
  text-align: center;
}

.btn-def {
  display: block;
  margin: auto auto;
  padding: 0 16px;
  font-size: 80%;
  color: #0d0015;
  background-color: #e7e7eb;
  border: 1px solid #dcd6d9;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  behavior: url(/admin_test/Templates/css/PIE.htc);
  position: relative;
}

.btn-def_sc {
  display: inline-block;
  margin: 5px auto;
  padding: 10px 16px;
  font-size: 80%;
  color: #0d0015;
  background-color: #e7e7eb;
  border: 1px solid #dcd6d9;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  behavior: url(/admin_test/Templates/css/PIE.htc);
  position: relative;
  width: 36%;
}
.bannerarea{
	width: 90%;
	margin: auto auto;
}


/* ================================================================================================
　PCレイアウト
================================================================================================ */
@media screen and (min-width: 767px){
	.hd-inner{
		width: 800px;
	}
	.hd-left{
		float: left;
	}
	.hd-right{
		display: block;
		float: right;
	}
	.hd-menu{
		font-size: 75%;
	}
	ul.hd-menu li {
	  float: left;
	  border-right: 1px solid #d9d9d9;
	  padding: 0 7px 0 7px;
	}
	ul.hd-menu li:first-child {
	  border-left: 1px solid #d9d9d9;
	}
	.navbutton{
		/*background-color: #eee;
		border: 1px solid #ccc;
		border-radius: 5px;*/
		max-height: 41px;
		width: 100%;
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
	}
	.navbutton li{
		display: table-cell;
		width: 1%;
		float: none;
		list-style: none;
	}
	.navbutton li a{
	border-right: 1px solid #d5d5d5;
	}
	.navbutton li:first-child > a,.navbutton li a{
		border: none;
		font-weight:normal;
	}
	
	.banners{
		display: inline-block;
		margin: 5px;
		width: 31%;
	}

	.footer-inner{
		width: 800px;
		padding-top: 20px;
	}

	.allwrapper{
		/*width:950px;*/
		width: 100%;
	}

	.logoimages img{
		width: auto;
	}

	.globalnavi{
		display: block;
		width: 800px;
		margin: auto auto;
		clear:none;
		padding-top:5px;
	}

	#globalnavi_cr{
		display: none;
	}
	.returntotop{
		width: 800px;
	}

	.maincontents-top{
		/*width: 800px;*/
		min-height: 500px;
	}
	.maincontents{
		width: 800px;
		min-height: 500px;
	}
	.pickup{
		width: 780px;
		margin: auto auto;
	}
	.newsblock{
		width: 780px;
	}
	.infoTxt{
		width: 700px;
		height: auto;
	}
	.bannerarea{
		width: 780px;
		margin: 10px auto 10px auto;
		padding: 10px;
	}
	.bannerarea img{
		cursor: pointer;
	}
	.bannerarea img:hover,
	.bannerarea img:focus{
		opacity:0.75;filter:alpha(opacity=75);
	}
	.banners img:hover,
	.banners img:focus{
		cursor: pointer;
		opacity:0.75;filter:alpha(opacity=75);
	}

	.mainimage{
		/*width: 1500px;*/
		max-width: 1500px;
		margin: auto auto;
		clear: left;
	}
	.mainimage img{
		width: auto;
		cursor: pointer;
	}
	.slick-slide img{
		width: 100%;
	}
	.mainimage img:hover,
	.mainimage img:focus{
		opacity:0.75;filter:alpha(opacity=75);
	}

	.mainimage .slick-prev,
	.mainimage .slick-prev:hover,
	.mainimage .slick-prev:visited,
	.mainimage .slick-prev:link,
	.mainimage .slick-prev:focus,
	.mainimage .slick-prev:active,
	.mainimage .slick-next,
	.mainimage .slick-next:hover,
	.mainimage .slick-next:link,
	.mainimage .slick-next:active,
	.mainimage .slick-next:focus,
	.mainimage .slick-next:visited
	{
		background-color: #777;
		color: #777;
	}


	.separate{
		display: inline-block;
		width: 48%;
		line-height: 140%;
	}
	.separate.banners{
		margin: auto;
	}
	.threediv{
		display: inline-block;
		width: 31%;
		line-height: 140%;
	}


	.form-reg-sheet{
		font-size: 85%;
	}
	.form-reg-sheet dt{
		/*
		float: left;
		margin-right: 20px;
		*/
	}
	#intro{
		font-size:85%;
		line-height: 140%;
	}
	.textblocks {
	  font-size: 85%;
	  margin: 8px;
	  line-height: 150%;
	}
	.imgblocks img{
		width: auto;
	}
	.imgblocks-am img{
		width: 16%;
		cursor: pointer;
	}
	.imgblocks-am img:hover{
		opacity:0.75;filter:alpha(opacity=75);
	}
	.imgblocks-am{
		text-align: center;
	}
	.site-map{
		padding: 20px;
	}
	.site-map ul{
		padding: 0 0 0 10px;
	}
	.site-map ul li{
		font-size: 80%;
		border-bottom: dotted 1px #ddd;
		padding: 10px 0;
		list-style: none;
	}
	.lst{
	width: 800px;
	}
	.lsts{
	width: 800px;
	}
	.lsts img{
	width: auto;
	}
	.mapimages{
		width : 550px;
		margin: auto auto;
	}
	.btn-def_sc {
		width: 20%;
  }
  
  .footer-link{
		margin-right: 20px;
}
}



/* ================================================================================================
　お問い合わせ
================================================================================================ */

.contact-h2 {
	height: auto;
	margin-bottom: 20px;
	padding: 5px 0;
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
	text-align: center;
}

#contact-area {
	margin: 0 auto 30px auto;
}
.contact-form-att {
	margin: 5px;
	color: red;
	font-size: 80%;
}
#contact-area dt {
	height: 30px;
	margin-bottom: 10px;
	text-indent: 1em;
	font-size: 14px;
	line-height: 30px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	behavior: url(/Templates/css/pc/PIE.htc);
	/*position: relative;*/
	background-color: #e5e5e5;
}
#contact-area dd {
	margin: auto auto  20px auto ;

}
.contact-input-name {
	width: 178px;
	margin-right: 10px;
}
.contact-input-txt {
	/*width: 440px;*/
}
.contact-label-birth {
	margin: 0 10px;
}
.contact-evidence {
	margin-bottom: 10px;
}
.contact-input-att {
	color: #666;
}
.contact-form-err {
	margin-top: 10px;
	padding: 0 5px;
	line-height: 24px;
	color: #a94442;
	background-color: #f2dede;
	border: 1px solid #ebccd1;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior: url(/Templates/css/pc/PIE.htc);
	position: relative;
}
#contact-privacy-area {
	/*width: 430px;
	height: 200px;*/
	margin-bottom: 20px;
	padding: 9px;
	background-color: #f7f7f7;
	border: 1px solid #333;
	overflow: auto;
	  font-size: 80%;
}
.contact-privacy-tit {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #333;
}
.contact-put-att {
	margin-bottom: 20px;
}
.contact-cf {
	margin-left: 1em;
}
.contact-msg-comp {
	padding: 20px 0;
	text-align: center;
}

/* ================================================================================================
 フォーム要素
================================================================================================ */

input[type="text"],
input[type="email"],
input[type="button"],
textarea {
	display: block;
	padding: 4px;
	margin-bottom: 2px;
	border: 1px solid #8a8a8a;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',MS GOTHIC,sans-serif;
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior: url(/Templates/css/pc/PIE.htc);
	/*position: relative;*/
}
input[type="email"] {
	width: 98%;
}
input[type="button"] {
	background-color: #f7f7f7;
	cursor: pointer;
}
select {
	padding: 4px;
	border: 1px solid #8a8a8a;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',MS GOTHIC,sans-serif;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior: url(/Templates/css/pc/PIE.htc);
	/*position: relative;*/
}
textarea {
	/*width: 440px;
	height: 140px;*/
	width: 98%;
	height: 150px;
}
input[type="text"]:focus,
textarea:focus,
input[type="file"]:focus,
select:focus {
  color: #333;
  background-color: #fffaee;
}
label { margin-right: 10px; }
input[type="submit"],
button {
	/*width: 450px;*/
	margin-bottom: 20px;
	line-height: 40px;
	color: #333;
	text-align: center;
	cursor: pointer;
	background-color: #ececec;
	border-top: 1px solid #ababab;
	border-right: 1px solid #ababab;
	border-bottom: 3px solid #ababab;
	border-left: 1px solid #ababab;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	behavior: url(/Templates/css/pc/PIE.htc);
	position: relative;
}
button {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',MS GOTHIC, sans-serif;
}
input[type="submit"]:hover,
button:hover {
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)";
}
input[type="submit"]:focus,
button:focus {
	border-bottom: 1px solid #ababab;
}
.subbutton{
	display: block;
	margin: auto auto 5px auto;
}


/* ================================================================================================
 スマホでのメニュー開閉
================================================================================================ */

#panel-btn-icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  transition: .2s;
  background:#fff;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  transition: .3s;
  background:#fff;
}
#panel-btn-icon:before{
  margin-top: -6px;
}
#panel-btn-icon:after{
  margin-top: 4px;
}

.btn-def_sp{
	  width: 80%;
	  text-align: center;
	  background-color: #003366;
	  color: #fff;
  }
 a.btn-def_sp{
	color: #fff;
 }
  .btn-def_sp:hover{
	  opacity:0.75;filter:alpha(opacity=75);
	  color: #fff;
  }

