@charset "utf-8";
body {
	font: normal 18px/1.7 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	 color:#000;
	 height:100%;
  /* #wrapper-all / div end */
}
@media screen and (max-width: 640px) {
  body {
    font: normal 17px/1.7 ;
  }
}
.sp-item {
    display: none !important; }
.pc-item {
    display: block !important; }

#contents{
     padding-bottom:65px;
}

@media screen and (max-width: 640px) {
	body {
		min-width: inherit;
		height:100%;
	}

	.sp-item {
		display: block !important; }
	.pc-item {
		display: none !important; }

	#contents{
		padding-bottom:25px;
	}
}

.btn:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/*-------------------------------------------------------*/
/*  header
/*-------------------------------------------------------*/

header {
	width: 100%;
/*
	background-color: #000;
	padding: 20px 0;
	line-height:1;
*/
}
.header_in {
	width:98%;
	max-width: 900px;
	height:54px;
	margin:0 auto;
	color:#fff;
}
.header_logo{
	max-width:400px;
	float:left;
}

.header_right{
	width:400px;
	float:right;
}
.header_logo .h_logo{
	margin-top:10px;
}
.header_logo .unlimi{
	font-size:12px;
}
.header_tel {
	width:230px;
	float:left;
	color:#fff;
}
.header_tel .time {
	font-size:16px;
	margin-bottom:10px;
}
.header_tel .tel {
	font-size:25px;
}

.header_mail a {
	float:right;
	width:11em;
	background-color:#fff;
	padding:20px 0;
	text-align:center;
	color:#000;
	font-size:15px;
	border-radius:5px;
	display: block;
	text-decoration:none;
}
.header_mail a:link {
	text-decoration:none;
}
.header_mail a:visited {
	text-decoration:none;
}
.header_mail a:hover {
	text-decoration:none;
}

@media screen and (max-width: 767px) {
	header {
/*		padding:5px 0 11px;*/
	}
	.header_in {
		width:90%;
		height:auto;
		margin:0 auto;
		color:#fff;
	}
	.header_logo{
		width:95%;
		float:none;
		margin:0 auto 8px;;
	}
	.header_right{
		width:100%;
		margin:0 auto;
		float:none;
	}
	.header_logo .h_logo{
		float:left;
		margin-top:0;
		width:40%;
	}
	.header_logo .h_logo img{
		width:100%;
	}
	.header_logo .unlimi{
		float:right;
		font-size:11px;
		width:15.5em;
		text-align:right;
		padding-top:7px;
	}
	.header_tel {
		width:95%;
		margin:0 auto;
		float:none;
		color:#fff;
	}
	.header_tel .time {
		float:left;
		font-size:14px;
		margin-bottom:8px;
	}
	.header_tel .tel {
		font-size:14px;
		float:right;
	}
	.header_mail a {
		float:none;
		width:95%;
		background-color:#fff;
		padding:8px 0;
		text-align:center;
		color:#000;
		font-size:13px;
		border-radius:5px;
		display: block;
		text-decoration:none;
		margin:0 auto;
	}
}

@media screen and (max-width: 320px) {
	.header_logo .unlimi {
		font-size: 10px;
	}
	.header_tel .time {
		font-size: 12px;
	}
}

.notice{
  padding-top: 1em;
  background-color: rgb(255, 241, 231);
	  /*background-color: #ffffff;*/
  /*background-color: #f9f8e1;*/
	
text-align:center;
}

.img-flex-3{
    text-align: center;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.img-part {
	display: inline-block;
	padding: 3px;
}
@media screen and (max-width: 600px) {
	.img-part{
	    width: 14.2%;
		padding: 0;
	}
	.img-part img { width: 100%; }
	.img-part a { width: 100%; }
	.img-part a img { width: 100%; }
}
@media screen and (max-width: 640px) {
	.voice .box {
		padding-bottom: .1rem;	
	}
	.img-part{
	    width: 14.2%;
		padding: 0;
	}
}

.movie {
	background-color:#fff;
	text-align:center;
	padding:30px 0 10px 0;
	/*padding:30px 0 35px 0;
	margin-bottom:30px;*/
}
.movie_in {
	width:780px;
	margin:0 auto;
}

.yaji{
		position: relative;
		margin-bottom: -8%;
		z-index: 10;
	}
@media screen and (max-width: 767px) {
	.movie {
	background-color:#fff;
	text-align:center;
	padding:10px 0 10px 0;
	/*margin-bottom:30px;*/
}

	.yaji{
		position: relative;
		margin-bottom: -13%;
		z-index: 10;
	}
	


.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.iframe-wrapper {
	position: relative;
	width: 100%; 
	margin-right:auto;
	margin-left:auto;
	margin-top:20px;
	margin-bottom:20px;
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
}
iframe[name="classtream"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
	.timer img{
  width:90%;
}
}
/*-------------------------------------------------------*/
/*  form
/*-------------------------------------------------------*/


.caution {
    font-size: .9rem;
}

ul.caution {
    margin-left: 1em;
}
ul.caution li:before {
    content: "※";
    margin-left: -1em;
}

.wrap {
    width: 590px;
    margin: 0 auto;
    padding-top: 1.5em;
    /*padding-bottom: 1.5em;*/
	padding-bottom: 0px;
}

@media screen and (max-width: 640px) {
    .wrap {
        width: 92%;
    }
}






img.schedule_ttl {
    padding-top: 20px;
}

.schedule table {
    width: 95%;
    max-width: 590px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 auto;
    margin-top: 20px;
}

.schedule table th,
.schedule table td {
    font-size: 17px;
}
@media screen and (max-width: 640px) {
.schedule table th,
.schedule table td {
    font-size: 16px;
}
}

.schedule th {
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background: #727171;
    border: 1px solid #000;
    padding: 10px;
}

th.nittei {width:22%;}
th.kaijo  {width:12%;}
th.jikan  {width:48%;}
th.teiin  {width:18%;}

.schedule td {
    text-align: center;
	padding: 16px 4px;
	border: 1px solid #000;
}

@media screen and (min-width: 641px) {
table br {display: none;}
}

@media screen and (max-width: 640px) {
th.nittei {width:28%;}
th.kaijo  {width:17%;}
th.jikan  {width:35%;}
th.teiin  {width:20%;}

.schedule td {
    padding: 8px 6px;
}
.schedule td.sp-tl {
    text-align: left;
}
}


.btn-area {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 24px;
}

.btn-area img {
    padding-bottom: 12px;
}
.btn-area a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}




.form {
	margin:0 auto;
	position:relative;
	width:896px;
	height:622px;
	margin-top: -16px;
}

.form-s {
	margin:0 auto;
	position:relative;
	width:640px;
	height:449px;
}

.form .form_inner {
	position:absolute;
	top:230px;
	left:68px;
	width:770px;
	margin:0 auto;
	padding:0;
	font-weight:bold;
}

.form-s .form_inner {
	position:absolute;
	width: 548px;
	top: 163px;
	left: 42px;
	margin:0 auto;
	padding:0;
	font-weight:bold;
}

.form .inputText {
	width: 97%;
	height: 145px;
	border: 2px solid #ff9900;
	background-color: #fff;
	font-size: 29px;
	padding-left: 3%;
	text-align: left;
	margin-top:10px;
}

.form-s .inputText {
	width: 525px;
	height: 103px;
}

.btn {
	margin-top:10px;
}


.innner_1{
width: 90%;	
margin: auto;	
	
}


@media screen and (max-width: 895px) {
	.form {
		width:100%;
		height:auto;
	}
	.form .form_inner {
		width: 84%;
		top:37%;
		left:8%;
	}
	.form .inputText {
		width: 95%;
		height: 125px;
	}
}

@media screen and (max-width: 640px) {
	.form {
		margin-top: -10px;
	}
	.form-s {
		width:100%;
		height:auto;
	}
	.form-s .form_inner {
		width: 84%;
		top:37%;
		left:8%;
	}
	.form .inputText,
	.form-s .inputText {
		width: 95%;
		height: 55px;
		font-size: 19px;
		margin-top: 6px;
	}
	.btn {
		margin-top:6px;
	}
}

@media screen and (max-width: 320px) {
	.form .inputText,
	.form-s .inputText {
		height: 40px;
		font-size: 18px;
	}
}

.kiyaku {
	width:680px;
	margin:20px auto;
	font-size:0.8em;
}

.kiyaku-s {
	width:590px;
}

.kiyaku h2 {
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
}

.kiyaku ul {
	list-style: none outside;
	padding: 0px;
	margin-top:14px;
}

.kiyaku li {
	/*background: url(../images/kiyaku_list.png) no-repeat ;*/
	background-position:0px 4px;
	/*padding: 0 0 5px 28px;*/
	padding: 0 0 0px 28px;
	margin-bottom:10px;
}

@media screen and (max-width: 767px) {
	.kiyaku {
	width:90%;
	margin:10px auto;
	/*font-size:0.8em;*/
	font-size:0.4em;
	line-height:1.5;
}
.kiyaku h2 {
	font-size:1em;
}

.kiyaku ul {
	list-style: none outside;
	padding: 0px;
	margin-top:10px;
}
.kiyaku li {
	background-position:0px 4px;
	/*background-size:15px auto;*/
	background-size:10px auto;
	/*padding: 1px 0 5px 18px;*/
	padding: 2px 0 0px 18px;
	margin-bottom:0px;
}
}


/*-------------------------------------------------------*/
/*  コンテンツ
/*-------------------------------------------------------*/

section img {
	display: block;
	margin: 0 auto;
	max-width: 100%
}

.box01 {
	width: 90%;
	max-width: 593px;
	margin: 0 auto;
	padding-top: 1.5em;
}




.box02 {
	width: 90%;
	max-width: 593px;
	margin: 0 auto;
	padding-top: 0.3em;
	padding-bottom: 0.6em;
}

.box03 {
	width: 90%;
	max-width: 593px;
	margin: 0 auto;
	padding-top: 0.9em;
	padding-bottom: 1em;
}

.box04 {
	width: 90%;
	max-width: 593px;
	margin: 0 auto;
	padding-top: 0.9em;
	padding-bottom: 0.7em;
}


.v-box-1, .v-box-3, .v-box-5, .v-box-7, .v-box-9 {
    background: #fffff5;
}
.v-box-1 {
    margin-top: -20px;
    padding-top: 20px;
    padding-bottom: 36px;
}
.v-box-2, .v-box-3,.v-box-4,.v-box-5,.v-box-6,.v-box-7,.v-box-8 ,.v-box-9{
    padding-top: 34px;
    padding-bottom: 36px;
}
@media screen and (max-width: 640px) {
.v-box-1, .v-box-2, .v-box-3,.v-box-4,.v-box-5,.v-box-6,.v-box-7,.v-box-8,.v-box-9 {
    padding-bottom: 0;
}
}









.sec04{
background-color: #fdf9f1;	
}

.sec05{
background-color: #;	
}





.box01 p {
	padding-bottom: 1.5em;
}

.box02 p {
	padding-bottom: 1.5em;
}

.box03 p {
	padding-bottom: 1.5em;
}

.box04 p {
	padding-bottom: 1.5em;
}

.box05 p {
	padding-bottom: 1.5em;
}

.box06 p {
	padding-bottom: 1.5em;
}


.sec09 .box01{
	padding-top: 0px;
	padding-bottom: 0px;
}

/*
@media screen and (min-width: 641px) {
	.voice h2 {
		background: url(../images/voice_ttl_bg.png) repeat-x;
	}
}
*/

.voice-wrap {
	padding-top: 0.5em;
	padding-bottom: 1.5em;
}
@media screen and (max-width: 640px) {
.voice-wrap {
	padding-bottom: 0;
}
}

.voice-wrap img.fl {
	max-width: 40%;
	padding-right: 0.5em;
}

ul.list {
	/*font-size:1.2em;*/
	font-weight: bold;
	line-height:1.5em;
	list-style: none outside;
	padding: 0px;
	margin-top:1em;
}

ul.list li {
	background: url(../images/list01.png) no-repeat ;
	background-position:0px 4px;
	padding: 2px 0 5px 28px;
	margin-bottom:20px;
}

ul.list2 {
	/*font-size:1.2em;*/
	font-weight: bold;
	line-height:1.5em;
	list-style: none outside;
	padding: 0px;
	margin-top:1em;
}

ul.list2 li {
	background: url(../images/list02.png) no-repeat ;
	background-position:0px 4px;
	padding: 2px 0 5px 28px;
	margin-bottom:20px;
}
@media screen and (max-width: 640px) {
	ul.list {
	/*font-size:1.1em;*/
	list-style: none outside;
	padding: 0px;
	margin-top:20px;
}

ul.list li {
	background-size:14px 14px;
	background-position:0px 4px;
	padding: 0px 0 5px 20px;
	margin-top:7px;
	margin-bottom:10px;
}
}

.box01 p.first::first-letter {
	font-size: 1.5em;
	font-weight: bold;
}

.sec07 .bg {
	background: #fafaf5;
	padding-top: 1em;
	margin-bottom: 1.5em;
}

table {
	margin: 0 auto;
	table-layout: fixed;
	margin-top:25px;
}

table th {
	padding: 10px;
	border: 1px solid #ccc;
	background: #eee;
	vertical-align: middle;
	line-height:130%;
	text-align:left;
}

table td {
	padding: 10px;
	border: 1px solid #ccc;
}
table td.ac {
	text-align: center;
}
@media screen and (max-width: 640px) {
	table {
		font-size:0.8em;
		margin-top:15px;
	}
	table th {
		padding: 6px;
		border: 1px solid #ccc;
		background: #eee;
		vertical-align: middle;
		line-height:130%;
		text-align:left;
	}

	table td {
		padding: 6px;
		border: 1px solid #ccc;
	}
}

/*-------------------------------------------------------*/
/*  フッター
/*-------------------------------------------------------*/

#footer {
  background: #221715;
  color: #fff;
  padding: 15px 0;
}
#footer .contents {
  width: 98%;
  max-width: 900px;
  margin: 0 auto;
  background: #221715;
}
#footer .contents .logo {
  margin-bottom: 8px;
}
#footer .contents .copy {
  font-size: 10px;
}
#footer .contents .link {
  float: right;
  font-size: 12px;
}
#footer .contents .link a {
  color: #fff;
  text-decoration: none;
}
.unlimi_f{
	font-size:12px;
}

@media screen and (max-width: 767px) {
	#footer {
		padding: 10px 0;
		text-align:center;
	}
	#footer .contents {
		width: 100%;
		margin: 0 auto;
		padding: 0 0;
		background: #221715;
	}
	#footer .contents .logo {
		margin-bottom: 8px;
	}
	#footer .contents .copy {
		font-size: 10px;
	}
	#footer .contents .link {
		float: none;
		font-size: 12px;
		line-height:2.4;
	}
	#footer .contents .link a {
		color: #fff;
		text-decoration: none;
	}
	.unlimi_f{
		font-size:12px;
	}
}

/*　*/
:placeholder-shown {
    color: #CCC;
	font-weight:bold;}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #CCC;
	font-weight:bold; }

/* Firefox 18- */
:-moz-placeholder {
    color: #CCC; opacity: 1;
	font-weight:bold;}

/* Firefox 19+ */
::-moz-placeholder {
    color: #CCC; opacity: 1;
	font-weight:bold; }

/* IE 10+ */
:-ms-input-placeholder {
    color: #CCC;
	font-weight:bold;}