
@charset "utf-8";
/*---------------------------グローバル設定--*/
*{
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
}
body{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック体",  YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
	font-size: 15px;
	line-height: 1.618em;
	color: #1e1e1e;
	overflow-x:hidden;
	background: url(images/bg.jpg) repeat #F39800 0% 0%;
	background-attachment: scroll;
}
button,input,textarea{
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック体",  YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}

a,a:link,a:visited{
	text-decoration: none;
	color: #2274A5;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
a:hover{
	text-decoration: none;
	color: #F39800;
	text-shadow: 1px 1px 0px #eee;
}
p a{
	position: relative;
	bottom: 0px;
}
p a:hover{
	bottom:1px;
}
.text_left{
	text-align: left;
}
.text_center{
	text-align: center;
}
.text_right{
	text-align: right;
}
.float_left{
	float: left;
}
.float_right{
	float: right;
}
.cfx:after{
	content: '';
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}
.hidden_sp{
	display: block;
	visibility: visible;
}
.visible_sp{
	display: none;
	visibility: hidden;
}
p.mt{
	margin-top: 20px;
}
p.mb{
	margin-bottom: 20px;
}
div.inner{
	width: 1080px;
	height: auto;
	padding: 0 50px;
	margin: 0 auto;
	display: block;
	position: relative;
}

@media screen and (max-width: 1080px){
	body{
		font-size: 13px;
	}
	.hidden_sp{
		display: none;
		visibility: hidden;
	}
	.visible_sp{
		display: block;
		visibility: visible;
	}
	div.inner{
		width: 100%;
		height: auto;
		padding: 0px;
		margin: 0 auto;
		display: block;
		position: relative;
	}
}

/*---------------------------グローバル設定end--*/

/*---------------------------------アイキャッチ--*/
div#eyecatch{
	width: 100%;
	height: 600px;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
h2#sitename{
	color: #fff;
	font-size: 11px;
	padding-left: 5px;
	position: absolute;
	z-index: 11;
	top:0px;
}
h3#catch_copy{
	position: absolute;
	z-index: 11;
	font-size: 60px;
	color: #fff;
	top: 300px;
	left: 50%;
	margin-left: 0px;
	letter-spacing: -0.1em;
	line-height: 1em;
	text-align: left;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
	    -ms-transform: rotate(-3deg);
	     -o-transform: rotate(-3deg);
	        transform: rotate(-3deg);
}
h3#catch_copy span{
	font-size: 1.6em;
}
iframe#share{
	background: transparent;
	width: 100%;
	height: 65px;
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 20;
}
div#socialbuttons{
	position: absolute;
	top:10px;
	right:0px;
	z-index: 15;
}
div#socialbuttons div{
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
}
div#socialbuttons div.facebook_like{
	margin: 0 0px 0 0;
}

ul#topimg{
	display: block;
	text-align: center;
	position: relative;
	background: url(images/bg.jpg) repeat #F39800 0% 0%;
}
ul#topimg_sp{
	display: none;
}
li.slides{
	width: 100%;
	height: 600px;
	background-size: cover;
	background-attachment: scroll;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}
li.slide1{
	display: block;
	background: url(images/demo1.jpg) no-repeat 50% 50%;
}
li.slide2{
	display: block;
	background: url(images/demo2.jpg) no-repeat 50% 50%;
}
li.slide3{
	display: block;
	background: url(images/demo3.jpg) no-repeat 50% 50%;
}
li.slide4{
	display: block;
	background: url(images/demo4.jpg) no-repeat 50% 50%;
}
@media screen and (max-width: 1080px){
	div#eyecatch{
		width: 100%;
		height: auto;
		background-color: #fff;
		position: relative;
		z-index: 1;
	}
	h2#sitename{
		color: #fff;
		font-size: 11px;
		padding-left: 5px;
		position: absolute;
		z-index: 11;
		top:0px;
	}
	h3#catch_copy{
		position: absolute;
		z-index: 11;
		font-size: 36px;
		color: #fff;
		top: 45%;
		left: 55%;
		margin-left: 0px;
		letter-spacing: -0.16em;
		line-height: 1em;
		text-align: left;
		-webkit-transform: rotate(-2deg);
		   -moz-transform: rotate(-2deg);
		    -ms-transform: rotate(-2deg);
		     -o-transform: rotate(-2deg);
		        transform: rotate(-2deg);
	}
	h3#catch_copy span{
		font-size: 1em;
	}
	iframe#share{
		display: none;
	}
	ul#topimg{
		display: none;
	}
	ul#topimg_sp{
		display: block;
		text-align: center;
		position: relative;
		background: url(images/bg.jpg) repeat #F39800 0% 0%;
	}
	li.slides{
		width: 100%;
		min-width:360px;
		height: auto;
		background-size: cover;
		background-attachment: scroll;
		margin: 0;
		padding: 0;
		position: relative;
		z-index: 1;
	}
	li.slide1_sp{
		display: block;
	}
	li.slide2_sp{
		display: block;
	}
	li.slide3_sp{
		display: block;
	}
}

/*---------------------------------アイキャッチend--*/


/*----------------------------------ヘッダー--*/
header{
	width: 100%;
	height: 182px;
	background: url(images/headmenu_bg.png) no-repeat 50% 50% transparent;
	background-size: cover;
	margin: -91px auto 0;
	position: relative;
	z-index: 9;
}
header .inner{
	position: relative;
}
h1{
	position: absolute;
	top: -24px;
	z-index: 11;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
h1:hover{
	top: -36px;
}
header .inner nav{
	display: block;
	position: relative;
	width: 1080px;
	z-index: 10;
	padding-top: 80px;
	-webkit-transform: rotate(-2deg);
	   -moz-transform: rotate(-2deg);
	    -ms-transform: rotate(-2deg);
	     -o-transform: rotate(-2deg);
	        transform: rotate(-2deg);
}
header .inner nav li{
	list-style-type: none;
	display: inline-block;
	margin: 0 30px;
	position: relative;
	font-size: 20px;
}
header .inner nav li:after{
	content: '／';
	color: #fff;
	text-shadow: 0px 0px 1px #b76e00;
	right: -40px;
	position: absolute;

}
header .inner nav li:last-child:after{
	content: none;
}
header .inner nav li a{
	color: #fff;
	padding: 4px 0;
	text-shadow: 0px 0px 1px #b76e00;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
}
header .inner nav li a:link,
header .inner nav li a:visited{
	color: #fff;
}
header .inner nav li a.current:hover,
header .inner nav li a:hover{
	color: #FFF839;
	text-shadow: 1px 1px 1px #b76e00;
	border-top: 2px solid #FFF839;
	border-bottom: 2px solid #FFF839;
}
header .inner nav li a.current{
	color: #fff;
	text-shadow: 1px 1px 1px #b76e00;
	border-top: 2px solid transparent;
	border-bottom: 2px solid #FFF839;
}
div#trial{
	width: 224px;
	height: 224px;
	position: absolute;
	top:-40px;
	right: -88px;
	z-index: 10;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
div#trial:hover{
	position: absolute;
	top:-40px;
	right: -82px;
}


@media screen and (max-width: 1080px){
	header{
		width: 100%;
		height: auto;
		padding: 0px 0 0px;
		background: none #F39800;
		background-size: cover;
		margin: 0px auto 0;
		position: relative;
		z-index: 9;
	}
	header .inner{
		position: relative;
	}
	h1{
		width: 100px;
		height: 30px;
		background: url(images/logo_mini.png);
		background-size: cover;
		position: absolute;
		top: -28px;
		left: 5%;
		z-index: 11;
		border-radius: 4px 4px 0 0;
	}
	h1:hover{
		top: -28px;
	}
	a h1 img{
		display: none;
	}
	header .inner nav{
		text-align: left;
		display: block;
		position: relative;
		width: 70%;
		z-index: 10;
		padding:15px 0;
		margin-left: 5%;
		-webkit-transform: rotate(0deg);
		   -moz-transform: rotate(0deg);
		    -ms-transform: rotate(0deg);
		     -o-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	header .inner nav li{
		list-style-type: none;
		display: inline-block;
		margin: 0 1%;
		position: relative;
		font-size: 15px;
	}
	header .inner nav li:after{
		content: none;

	}
	header .inner nav li:last-child:after{
		content: none;
	}
	header .inner nav li a{
		color: #fff;
		padding: 4px 0;
		text-shadow: 0px 0px 1px #b76e00;
		text-decoration: none;
		font-weight: normal;
		font-style: normal;
		-webkit-transition: all .25s ease;
		   -moz-transition: all .25s ease;
		    -ms-transition: all .25s ease;
		     -o-transition: all .25s ease;
		        transition: all .25s ease;
		border-top: 2px solid transparent;
		border-bottom: 2px solid transparent;
		line-height: 2em;
	}
	header .inner nav li a:link,
	header .inner nav li a:visited{
		color: #fff;
	}
	header .inner nav li a.current:hover,
	header .inner nav li a:hover{
		color: #FFF839;
		text-shadow: 1px 1px 1px #b76e00;
		border-top: 2px solid transparent;
		border-bottom: 2px solid #FFF839;
	}
	header .inner nav li a.current{
		color: #fff;
		text-shadow: 1px 1px 1px #b76e00;
		border-top: 2px solid transparent;
		border-bottom: 2px solid #FFF839;
	}
	div#trial{
		width: 20%;
    	height: auto;
		position: absolute;
		top: 50%;
		left: 75%;
		margin-top: -10%;
		z-index: 10;
		-webkit-transition: all .25s ease;
		   -moz-transition: all .25s ease;
		    -ms-transition: all .25s ease;
		     -o-transition: all .25s ease;
		        transition: all .25s ease;
	}
	div#trial:hover{
		position: absolute;
		top: 50%;
		left: 76%;
		margin-right: 6px;
	}
	div#trial a img{
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 566px){
	h1{
		width: 100px;
		height: 30px;
		background: url(images/logo_mini.png);
		background-size: cover;
		position: absolute;
		top: -28px;
		left: 2%;
		z-index: 11;
	}
	header .inner nav{
		text-align: left;
		display: block;
		position: relative;
		width: 68%;
		z-index: 10;
		padding:15px 0;
		margin-left: 2%;
		-webkit-transform: rotate(0deg);
		   -moz-transform: rotate(0deg);
		    -ms-transform: rotate(0deg);
		     -o-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	header .inner nav li{
		list-style-type: none;
		display: inline-block;
		margin: 0 5px;
		position: relative;
		font-size: 13px;
	}
	header .inner nav li a:hover{
		color: #FFF839;
		text-shadow: 1px 1px 1px #b76e00;
		border-top: 2px solid transparent;
		border-bottom: 2px solid #FFF839;
	}
	div#trial{
		width: 96px;
		height: 96px;
		position: absolute;
		top: 50%;
		left: 70%;
		margin-top: -48px;
		z-index: 10;
		-webkit-transition: all .25s ease;
		   -moz-transition: all .25s ease;
		    -ms-transition: all .25s ease;
		     -o-transition: all .25s ease;
		        transition: all .25s ease;
	}
	div#trial:hover{
		position: absolute;
		top: 50%;
		left: 71%;
	}
	div#trial a img{
		width: 96px;
		height: 96px;
	}
}
/*----------------------------------ヘッダーend--*/

/*------------------------------------アバウト--*/
div#about{
	background: url(images/bg.jpg) repeat;
}
div#about .inner{
	padding: 80px 0 160px;
}
div#about .inner h2{
	text-align: center;
}
div#about .inner section{
	display: block;
	margin: 36px auto 0px;
	padding: 50px 75px;
	position: relative;
	background-color: rgba(255,255,255,1);
	border-top: 5px solid #F39800;
	border-bottom: 5px solid #F39800;
}
div#about .inner section:before{
	position: absolute;
	content: '';
	width: 120px;
	height: 37px;
	background: url(images/logo_mini.png);
	background-size: cover;
}
div#about .inner section:before{
	top: -37px;
	left: 0px;
}
div#about .inner section p{
	font-size: 16px;
	line-height: 2em;
	padding: 0 35px;
}
div#about .inner section p span{
	padding: 0px 0px 0 6px;
	position: relative;
	z-index: 10;
}
div#about .inner section p span:after{
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 5px;
	left: 0%;
	top: 17px;
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg);
}
div#about .inner section p span.orange_line:after{
	background-image: linear-gradient(
		90deg,
		rgba(255,98,25,0.2) 0%,
		rgba(255,98,25,0.4) 100%
	);
}
div#about .inner section p span.blue_line:after{
    background-image: linear-gradient(
		90deg,
		rgba(31,164,242,0.2) 0%,
		rgba(31,164,242,0.4) 100%
	);
}
div#about .inner section p.large{
	font-size: 24px;
	margin: 50px auto;
	padding: 0px;
	line-height: 1em;
	letter-spacing: 16px;
	font-weight: bold;
}
div#about .inner section p.large span{
	padding: 10px 20px;
	position: relative;
	z-index: 10;
}
div#about .inner section p.large span:after{
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 10px;
	left: 0%;
	top: 30px;
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg);
	background-image: linear-gradient(
		90deg,
		rgba(255,248,57,0.4) 0%,
		rgba(255,248,57,1) 100%
	);
}
ul.about_list{
	display: block;
	margin: 30px auto;
}
ul.about_list li{
	list-style: none;
	margin: 20px 5px;
	font-size: 12px;
	width: 300px;
	float: left;
}
ul.about_list li img{
	width: 300px;
	height: auto;
}
div#about .inner section a.button{
	text-decoration: none;
	text-align: center;
	display: block;
	width: 500px;
	height: 24px;
	padding: 10px 20px;
	position: relative;
	bottom: 0;
	right: 0;
	display: block;
	margin: 50px auto 30px;
	border: 3px solid #FEEF34;
	border-radius: 0px;
	box-shadow: 3px 3px 0px #F39801;
	background-color: #FEEF34;
	font-size: 18px;
	color: #1e1e1e;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
div#about .inner section a.button:hover{
	box-shadow: 5px 5px 0px #F39801;
	width: 500px;
	height: 24px;
	bottom: 2px;
	right: 2px;
	margin: 50px auto 28px;
	cursor: pointer;
	border: 3px solid #FEEF34;
	border-radius: 0px;
	text-shadow: none;
	padding: 11px 21px;
}

@media screen and (max-width: 1080px){
	div#about{
		background: url(images/bg.jpg) repeat;
	}
	div#about .inner{
		padding: 0px;
	}
	div#about .inner h2{
		text-align: center;
		margin: 0;
		padding: 0;
	}
	div#about .inner h2 img{
		width: 300px;
		position: relative;
		z-index: 15;
	}
	div#about .inner section{
		display: block;
		margin: 0px auto 0px;
		padding: 25px 5px;
		position: relative;
		background-color: rgba(255,255,255,1);
		border-top: 5px solid #F39800;
		border-bottom: 5px solid rgba(255,255,255,1);
	}
	div#about .inner section:before{
		position: absolute;
		content: none;
		width: 60px;
		height: 18px;
		background: url(images/logo_mini.png);
		background-size: cover;
	}
	div#about .inner section:before{
		top: 0px;
		left: 0px;
	}
	div#about .inner section p{
		font-size: 13px;
		line-height: 1.618em;
		padding: 0 2%;
	}
	div#about .inner section p span{
		border-bottom: 3px solid rgba(255,248,57,1);
		padding: 0px 0px 0 0px;
		position: relative;
		z-index: 10;
	}
	div#about .inner section p span:after{
		display: none;
	}
	div#about .inner section p span.orange_line:after{
		display: none;
	}
	div#about .inner section p span.blue_line:after{
		display: none;
	}
	div#about .inner section p.large{
		font-size: 15px;
		margin: 30px auto;
		padding: 0px;
		line-height: 1.6em;
		letter-spacing: 2px;
		font-weight: bold;
	}
	div#about .inner section p.large span{
		padding: 10px 10px 0;
		position: relative;
		z-index: 10;
	}
	div#about .inner section p.large span:after{
		display: none;
	}
	ul.about_list{
		display: block;
		margin: 30px auto;
	}
	ul.about_list li{
		list-style: none;
		margin: 20px auto;
		font-size: 11px;
		width: 90%;
		display: block;
		float: none;
	}
	ul.about_list li img{
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	div#about .inner section a.button{
		position: relative;
		bottom: 0;
		right: 0;
		display: block;
		width: 90%;
		margin: 50px auto 30px;
		border: 3px solid #FEEF34;
		border-radius: 0px;
		box-shadow: 3px 3px 0px #F39801;
		text-decoration: none;
		display: block;
		padding: 10px 10px;
		background-color: #FEEF34;
		font-size: 14px;
		color: #1e1e1e;
		-webkit-transition: all .25s ease;
		   -moz-transition: all .25s ease;
		    -ms-transition: all .25s ease;
		     -o-transition: all .25s ease;
		        transition: all .25s ease;
	}
	div#about .inner section a.button:hover{
		width: 90%;
		box-shadow: 5px 5px 0px #F39801;
		bottom: 2px;
		right: 2px;
		cursor: pointer;
		border: none;
		border-radius: 0px;
	}
}

/*------------------------------------アバウトend--*/


/*----------------------------------------画像Slider---*/
div.flexslider{
    width: 100%;
	height: auto;
	padding: 50px 0 50px;
	background-color: #FEEF34;
	position: relative;
}
div.flexslider:before{
	position: absolute;
	top:0px;
	left: 0;
	margin-left:0px;
	content: '';
	width:  0px;
	height: 0px ;
	border-style: solid;
	border-width: 100px 1000px 0 0;
	border-color: #f39800 transparent transparent transparent;
}
div.flexslider h2{
	margin-top: -30px;
	margin-bottom: 5px;
}
ul.slides{
	position: relative;
	z-index:5;
	margin: 0px;
}
ul.slides li.item {
	margin: 0px 0px 0 0px;
	position: relative;
	list-style-type: none;
	display: block;
	z-index: 10;
	border:3px solid #FEEF34;
	 overflow: hidden;
}
ul.slides li.item div.descr{
	width: 100%;
	height: 10%;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	background-color: rgba(110,203,230,0);
	font-size:20px;
	color: transparent;
	padding: 5px 15px;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
ul.slides li.item:hover div.descr{
	width: 100%;
	height: 10%;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	background-color: rgba(110,203,230,0.9);
	font-size:20px;
	color: #FFFD3B;
	padding: 5px 15px;
}

@media screen and (max-width: 1080px){
	div.flexslider{
	    width: 100%;
		height: auto;
		padding: 50px 0 50px;
		background-color: #FEEF34;
		position: relative;
	}
	div.flexslider:before{
		position: absolute;
		top:0px;
		left: 0;
		margin-left:0px;
		content: '';
		width:  0px;
		height: 0px ;
		border-style: solid;
		border-width: 32px 320px 0 0;
		border-color: #f39800 transparent transparent transparent;
	}
	div.flexslider h2{
		margin-top: -30px;
		margin-bottom: 5px;
	}
	div.flexslider h2 img{
		width: 300px;
		height: auto;
	}
	ul.slides{
		position: relative;
		z-index:5;
		margin: 0px;
	}
	ul.slides li.item {
		margin: 0px 0px 0 0px;
		position: relative;
		list-style-type: none;
		display: block;
		z-index: 10;
		border:3px solid #FEEF34;
		 overflow: hidden;
	}
	ul.slides li.item div.descr{
		width: 100%;
		height: 20%;
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 10;
		background-color: rgba(110,203,230,0);
		font-size:13px;
		line-height: 1.2em;
		color: transparent;
		padding: 5px;
		-webkit-transition: all .25s ease;
		   -moz-transition: all .25s ease;
		    -ms-transition: all .25s ease;
		     -o-transition: all .25s ease;
		        transition: all .25s ease;
	}
	ul.slides li.item:hover div.descr{
		width: 100%;
		height: 20%;
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 10;
		font-size:13px;
		background-color: rgba(110,203,230,0.9);
		font-size:13px;
		color: #FFFD3B;
		padding: 5px;
	}
}

/*----------------------------------------画像Slider end---*/

/*-------------------------------------各ページヘのリンク--*/

div#pages{
	padding: 80px 0;
}
div#pages .inner{
	width: 1180px;
	padding: 0;
}
div.to_pages{
	margin: 25px;
	width: 540px;
	float: left;
	text-align: center;
	padding-bottom: 50px;
}
div.to_pages h5{
	margin-bottom: 36px;
	text-align: center;
}
div.to_pages h5 img{
	width: 480px;
	height: auto;
}
div.to_pages p{
	font-size: 18px;
	line-height: 2em;
	letter-spacing: 3px;
}
div.to_page_bg{
	margin: 40px 0;
	width: 540px;
	height: 380px;
	background: url(images/to_pages_bg_retina.jpg) transparent;
	background-size: cover;
	position: relative;
	z-index: 9;
}
div.to_pages a .to_page_bg{
	opacity: 1;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
div.to_pages a:hover .to_page_bg{
	opacity: 0.8;
}
.to_page_bg img{
	width: 540px;
	height: 324px;
}
.to_page_bg .instr_imgbox{
	display: block;
	width: 540px;
	height: 324px;
	overflow: hidden;
	position: relative;
}
.instructor a .to_page_bg .instr_imgbox img{
	display: block;
	width: 540px;
	height: 324px;
	position: absolute;
	bottom: 0px;
	left: 0;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.instructor a:hover .to_page_bg .instr_imgbox img{
	width: 567px;
	height: 340px;
	position: absolute;
	bottom: -0px;
	left: -10px;
}
div#howmuch{
	width: 334px;
	height: 211px;
	background: url(images/howmuch_retina.png) 0% 0% no-repeat transparent;
	background-size: cover;
	position: absolute;
	top: -36px;
	left: -20px;
}
div#info_badge{
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
	background-color:#feef34;
	position: absolute;
	z-index: 11;
	top: -36px;
	right: -36px;
	box-shadow: 4px 4px 0px rgba(243,152,0,0.8);
}
div#info_badge i{
	color: #fff;
	text-shadow: -1px -1px 1px #d6c619;
	padding: 14px 20px;
}
div#map_glass{
		display: none;
}
div.blog iframe,
div.fb-page{
	margin-top: 20px;
	border: 5px solid #F39800;
}

@media screen and (max-width: 1080px){
	div#pages{
		padding: 50px 0;
	}
	div#pages .inner{
		width: 100%;
		padding: 0;
	}
	div.to_pages{
		margin: 10px auto;
		width: 90%;
		float: none;
		text-align: center;
		padding-bottom: 30px;
	}
	div.to_pages h5{
		margin-bottom: 18px;
		text-align: center;
	}
	div.to_pages h5 img{
		width: 270px;
		height: auto;
	}
	div.to_pages p{
		font-size: 13px;
		line-height: 2em;
		letter-spacing: 2px;
	}
	div.to_page_bg{
		margin: 20px 0;
		width: 100%;
		height: auto;
		background: url(images/to_pages_bg_retina.jpg) transparent 100% 100%;
		background-size: cover;
		position: relative;
		z-index: 9;
	}
	div.to_page_bg img{
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		padding-bottom: 10%;
	}
	div.to_pages a .to_page_bg{
		opacity: 1;
		-webkit-transition: all .25s ease;
		   -moz-transition: all .25s ease;
		    -ms-transition: all .25s ease;
		     -o-transition: all .25s ease;
		        transition: all .25s ease;
	}
	div.to_pages a:hover .to_page_bg{
		opacity: 0.8;
	}
	.to_page_bg .instr_imgbox{
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
	}
	.instructor a .to_page_bg .instr_imgbox img{
		display: block;
		width: 100%;
		height: auto;
		position: relative;
		bottom: 0;
		margin: 0;
		padding: 0;
		padding-bottom: 10%;
	}
	.instructor a:hover .to_page_bg .instr_imgbox img{
		display: block;
		width: 100%;
		height: auto;
		position: relative;
		bottom: 0;
		left: 0;
		margin: 0;
		padding: 0;
		padding-bottom: 10%;
	}
	div#howmuch{
		width: 52%;
		height: 46%;
		background: url(images/howmuch_retina.png) 0% 0% no-repeat transparent;
		background-size: cover;
		position: absolute;
		top: -5%;
		left: -2%;
	}
	div#info_badge{
		display: block;
		width: 50px;
		height: 50px;
		border-radius: 50px;
	    -webkit-border-radius: 50px;
	    -moz-border-radius: 50px;
		background-color:#feef34;
		position: absolute;
		z-index: 11;
		top: -25px;
		right: -10px;
		box-shadow: 4px 4px 0px rgba(243,152,0,0.8);
	}
	div#info_badge i{
		color: #fff;
		text-shadow: -1px -1px 1px #d6c619;
		padding: 7px 10px;
	}
	div#map_glass{
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 20;
	}
	.info div.to_page_bg{
		margin: 20px 0;
		width: 100%;
		height: auto;
		background: url(images/to_pages_bg_retina.jpg) transparent 100% 100% no-repeat;
		background-size: cover;
		position: relative;
		z-index: 9;
	}
	.info div.to_page_bg iframe{
		display: block;
		width: 100%!important;
		height: 324px;
		padding-bottom: 10%;
	}
}
@media screen and (max-width:630px){
	.info div.to_page_bg{
		margin: 20px 0;
		width: 100%;
		height: 370px;
		background: url(images/to_pages_bg_retina.jpg) #FEEF34 100% 100% no-repeat;
		background-size: 100%;
		position: relative;
		z-index: 9;
	}
	.info div.to_page_bg iframe{
		display: block;
		width: 100%!important;
		height: 324px;
		padding-bottom: 0;
	}
	div.blog iframe,
	div.fb-page{
		max-width: 100%!important;
		margin-top: 20px!important;
		border: 3px solid #F39800;
	}
	div.fb-page{
		border: none;
	}
	div.fb_iframe_widget_fluid{
		margin-top: 20px!important;
	}
}


/*
@media screen and (max-width: 540px){
	.info div.to_page_bg iframe{
		width: 100%!important;
		height: 260px;
		padding-bottom: 10%;
	}
}
@media screen and (max-width: 330px){
	.info div.to_page_bg iframe{
		width: 100%!important;
		height: 166px;
		padding-bottom: 10%;
	}
}
/*-------------------------------------各ページヘのリンク end--*/



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

footer{
	width: 100%;
	height: 285px;
	background: url(images/footer_bg.png) no-repeat 50% 50% transparent;
	background-size: cover;
	margin: -75px auto 0;
	position: relative;
	z-index: 10;
}
footer .inner{
	width: 1130px;
	height: 285px;
	padding: 0 25px;
	position: relative;
}
a#tw_link{
display: block;
background: url(images/tw_button01.png) 50% 30% no-repeat transparent;
position: absolute;
width: 150px;
height: 100px;
background-size: 150px;
top: -40px;
left: 50%;
transform: translateX(-550px);
z-index: 50;
}
a#tw_link:hover{
	transition: all 0.2s;
width: 157px;
height: 105px;
background-size: 157px;
top: -44px;
transform: translateX(-553px);
}
h3{
	position: absolute;
	bottom:0px;
}
h3 a img{
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
h3 a:hover img{
	-webkit-transform: rotate(-2deg);
	   -moz-transform: rotate(-2deg);
	    -ms-transform: rotate(-2deg);
	     -o-transform: rotate(-2deg);
	        transform: rotate(-2deg);
}
p#back_top a{
	color: #fff;
	font-weight: normal;
	width:150px;
	height: 40px;
	padding: 10px 0;
	background-color: #F39800;
	text-align: center;
	border-radius: 10px 10px 0 0;
	position: absolute;
	right:0px;
	top:-20px;
	z-index: 9;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
p#back_top a:hover{
	top:-25px;
	text-shadow: none;
}
nav#footnavi{
	display: block;
	position: relative;
	width: 800px;
	padding-top: 110px;
	margin-left: 280px;
	margin-right: auto;
}
nav#footnavi li{
	list-style-type: none;
	display: inline-block;
	margin: 0 10px;
	position: relative;
	font-size: 15px;
}
nav#footnavi li a{
	color: #fff;
	padding: 4px 0;
	text-shadow: 0px 0px 1px #b76e00;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
}
nav#footnavi li a:link,
nav#footnavi li a:visited{
	color: #fff;
}
nav#footnavi li a.current:hover,
nav#footnavi li a:hover{
	color: #FFF839;
	text-shadow: 1px 1px 1px #b76e00;
	border-top: 2px solid #FFF839;
	border-bottom: 2px solid #FFF839;
}
nav#footnavi li a.current{
	color: #fff;
	text-shadow: 1px 1px 1px #b76e00;
	border-top: 2px solid transparent;
	border-bottom: 2px solid #FFF839;
}
footer address{
	display: block;
	width: 400px;
	font-style: normal;
	margin-left: 290px;
	margin-top: 42px;
	margin-right: 0;
}
footer address p{
	color: #fff;
	line-height: 1.2em;
	margin-bottom: 10px;
}
footer small{
	width: 200px;
	display: block;
	position: absolute;
	text-align: right;
	bottom: 10px;
	right:0px;
	color: #fff;
	font-size: 13px;
}

@media screen and (max-width: 1080px){
	footer{
		width: 100%;
		height: auto;
		background: none #F39800;
		margin: 0px auto 0;
		position: relative;
		z-index: 10;
	}
	footer .inner{
		width: 96%;
		height: auto;
		padding: 0 0px;
	}
	a#tw_link{
		display: block;
		background: url(images/tw_button01.png) 50% 0% no-repeat transparent;
		position: absolute;
		overflow: hidden;
		width: 96px;
		height: 59px;
		background-size: 96px;
		top: -59px;
		left: 4%;
		transform: translateX(0px);
		z-index: 50;
	}
	a#tw_link:hover{
		transition: none;
		width: 96px;
		height: 59px;
		background-size: 96px;
		top: -59px;
		left: 4%;
		transform: translateX(0px);
		z-index: 50;
	}
	h3{
		position: relative;
		float: left;
		margin-top: 20px;
	}
	h3 a img{
		width: 100px;
		height: auto;
		-webkit-transition: all .25s ease;
		   -moz-transition: all .25s ease;
		    -ms-transition: all .25s ease;
		     -o-transition: all .25s ease;
		        transition: all .25s ease;
	}
	h3 a:hover img{
		-webkit-transform: rotate(-2deg);
		   -moz-transform: rotate(-2deg);
		    -ms-transform: rotate(-2deg);
		     -o-transform: rotate(-2deg);
		        transform: rotate(-2deg);
	}
	p#back_top a{
		color: #fff;
		font-weight: normal;
		width: 100px;
		height: 20px;
		padding: 5px 10px;
		background-color: #F39800;
		text-align: center;
		border-radius: 10px 10px 0 0;
		position: absolute;
		right:20px;
		top:-27px;
		z-index: 9;
		text-decoration: none;
		-webkit-transition: all .25s ease;
		   -moz-transition: all .25s ease;
		    -ms-transition: all .25s ease;
		     -o-transition: all .25s ease;
		        transition: all .25s ease;
	}
	p#back_top a:hover{
		top:-29px;
	}
	nav#footnavi{
		display: block;
		position: relative;
		width: 90%;
		padding-top:20px;
		margin: 0px;
		float: left;
	}
	nav#footnavi li{
		list-style-type: none;
		display: inline-block;
		margin: 0 1%;
		position: relative;
		font-size: 13px;
	}
	nav#footnavi li a{
		color: #fff;
		padding: 4px 0;
		text-shadow: 0px 0px 1px #b76e00;
		text-decoration: none;
		font-weight: normal;
		font-style: normal;
		line-height: 2em;
		-webkit-transition: all .25s ease;
		   -moz-transition: all .25s ease;
		    -ms-transition: all .25s ease;
		     -o-transition: all .25s ease;
		        transition: all .25s ease;
		border-top: 2px solid transparent;
		border-bottom: 2px solid transparent;
	}
	nav#footnavi li a:link,
	nav#footnavi li a:visited{
		color: #fff;
	}
	nav#footnavi li a.current:hover,
	nav#footnavi li a:hover{
		color: #FFF839;
		text-shadow: 1px 1px 1px #b76e00;
		border-top: 2px solid transparent;
		border-bottom: 2px solid #FFF839;
	}
	nav#footnavi li a.current{
		color: #fff;
		text-shadow: 1px 1px 1px #b76e00;
		border-top: 2px solid transparent;
		border-bottom: 2px solid #FFF839;
	}
	footer address{
		display: block;
		width: auto;
		font-style: normal;
		float: left;
		margin-left: 10px;
		margin-top: 30px;
		margin-right: 0;
		margin-bottom: 30px;
	}
	footer address p{
		color: #fff;
		line-height: 1.2em;
		margin-bottom: 0px;
	}
	footer small{
		width: auto;
		display: block;
		position: absolute;
		text-align: right;
		bottom: 0px;
		right:0px;
		color: #fff;
		font-size: 13px;
	}
}

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

/*-------------------------------------各ページ用ヘッダ--*/
div#sub_eyecatch{
	width: 100%;
	height: 300px;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
h3#catch_copy_inst{
	position: absolute;
	z-index: 11;
	font-size: 60px;
	color: #fff;
	top: 110px;
	left: 50%;
	margin-left: 0px;
	letter-spacing: 0.1em;
	line-height: 1em;
	text-align: left;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
	    -ms-transform: rotate(-3deg);
	     -o-transform: rotate(-3deg);
	        transform: rotate(-3deg);
}
div#sub_topimg1{
	display: block;
	width: 100%;
	height: 300px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: url(images/inst_top.jpg) 50% 50% no-repeat transparent;
	background-size: cover;
}

@media screen and (max-width: 1080px){
	div#sub_eyecatch{
		width: 100%;
		height: 100px;
		background-color: #fff;
		position: relative;
		z-index: 1;
	}
	h3#catch_copy_inst{
		position: absolute;
		z-index: 11;
		font-size: 50px;
		color: #fff;
		top: 10px;
		left: 50%;
		margin-left: 0px;
		letter-spacing: 0.2em;
		line-height: 1em;
		text-align: left;
		-webkit-transform: rotate(-3deg);
		   -moz-transform: rotate(-3deg);
		    -ms-transform: rotate(-3deg);
		     -o-transform: rotate(-3deg);
		        transform: rotate(-3deg);
	}
	div#sub_topimg1{
		display: block;
		width: 100%;
		height: 100px;
		margin: 0;
		padding: 0;
		position: relative;
		z-index: 1;
		overflow: hidden;
		background: url(images/inst_top.jpg) 50% 50% no-repeat transparent;
		background-size: cover;
	}
}
@media screen and (max-width: 500px){
	h3#catch_copy_inst{
		position: absolute;
		z-index: 11;
		font-size: 28px;
		color: #fff;
		top: 40px;
		left: 50%;
		margin-left: 0px;
		letter-spacing: 0.2em;
		line-height: 1em;
		text-align: left;
	}
}

/*-------------------------------------各ページ用ヘッダend--*/

/*--------------------------------------講師紹介--*/
div.inst{
	padding: 50px 0;
	position: relative;
	z-index: 1;
}
#instructor1{
}
#instructor2{
	background-color: rgba(244,164,189,0.2);
}
#instructor3{
	height: 900px;
	background-color: #fff;
}
div.parallelogram{
	position: relative;
	width: 300px;
	height: 400px;
	display: block;
	overflow: hidden;
	background-color: transparent;
	margin: 60px auto 60px 125px;
	border: 5px solid #fff;
}
div.parallelogram img{
	width: auto;
	height: 100%;
	position: absolute;
	z-index: 2;
	  display: block;
	  top: 0%;
	  left: -50%;
	  right: -50%;
	  margin: 0 auto;
}
div.nagai img{
	width: auto;
	height: 100%;
	position: absolute;
	z-index: 2;
	  display: block;
	  top: 0%;
	  left: -10%;
	  right: -90%;
	  margin: 0 auto;
}
div.gotou img{
	width: auto;
	height: 100%;
	position: absolute;
	z-index: 2;
	  display: block;
	  top: 0%;
	  left: -50%;
	  right: -50%;
	  margin: 0 auto;
}
div.profile{
	position: absolute;
	z-index: 5;
	right: 155px;
	top: 140px;
	border: 5px solid #FFF839;
	background-color: #fff;
	padding: 15px 20px;
	max-width: 470px;
}
div.profile:before{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 50px solid #FFF839;
	border-left: 50px solid transparent;
	left: -100px;
}
p.name{
	font-size: 18px;
	font-weight: bold;
}
div.social_link{
	padding: 20px 0;
	position: absolute;
	right: -10px;
	bottom: -36px;
}
div.social_link p{
	background-color: #FFF839;
	padding: 5px 20px;
	float: left;
	margin: 0 0 0 15px;
	box-shadow: 1px 2px 3px #ccc;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
	    -ms-transform: rotate(-3deg);
	     -o-transform: rotate(-3deg);
	        transform: rotate(-3deg);
}
div#vertical{
	margin: 50px auto;
	padding: 0;
}
h5.interview{
	float: right;
	text-align: left;
	font-size: 24px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	padding: 30px 50px;
	margin: 0 auto;
	font-weight: normal;
	color: #303030;
	writing-mode: tb-rl; /* IE独自仕様 */
	writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
}
div#vertical p {
	float: right;
	text-align: left;
	height: 305px;
	margin-bottom: 30px;
	writing-mode: tb-rl; /* IE独自仕様 */
	writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
}
p.question{
	padding: 0 15px;
	color: #303030;
}
p.answer{
	padding: 0 15px;
	color: #000;
}
p.answer span{
	font-weight: bold;
	padding-bottom: 1.5em;
	line-height: 2em;
}
@media screen and (max-width: 1080px){
	div.inst{
		padding: 40px 0;
		position: relative;
		z-index: 1;
	}
	div.inst h2 img{
		width: 300px;
	}
	#instructor1{
	}
	#instructor2{
		background-color: rgba(244,164,189,0.2);
	}
	#instructor3{
		height: auto;
		background-color: #fff;
	}
	div.parallelogram{
		position: relative;
		width: 90%;
		height: 300px;
		display: block;
		overflow: hidden;
		background-color: transparent;
		margin: 30px auto 10px;
		border: none;
	}
	div.parallelogram img{
		width: auto;
		height: 100%;
		position: absolute;
		z-index: 2;
		  display: block;
		  top: 0%;
		  left: -50%;
		  right: -50%;
		  margin: 0 auto;
	}
	div.profile{
		position: relative;
		z-index: 5;
		right: 0px;
		top: 0px;
		border: 5px solid #FFF839;
		background-color: #fff;
		padding: 10px 10px 30px;
		max-width: 90%;
		display: block;
		margin: 0 auto 20px;
	}
	div.profile:before{
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-top: 40px solid transparent;
		border-bottom: 40px solid #FFF839;
		border-right: 12px solid transparent;
		border-left: 12px solid transparent;
		left: 50%;
		top:-80px;
		margin-left: -12px;
	}
	p.name{
		font-size: 18px;
		font-weight: bold;
	}
	div.social_link{
		padding: 20px 0;
		position: absolute;
		right: -3px;
		bottom: -46px;
	}
	div.social_link p{
		background-color: #FFF839;
		padding: 3px 10px;
		float: left;
		margin: 0px 0 4px -5px;
		box-shadow: 1px 2px 3px #ccc;
		-webkit-transform: rotate(-3deg);
		   -moz-transform: rotate(-3deg);
		    -ms-transform: rotate(-3deg);
		     -o-transform: rotate(-3deg);
		        transform: rotate(-3deg);
	}
	div#vertical{
		margin: 10px auto;
		padding: 0;
	}
	h5.interview{
		float: none;
		text-align: center;
		font-size: 16px;
		font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
		padding: 15px 10px 35px;
		margin: 0 auto;
		font-weight: bold;
		color: #303030;
		letter-spacing: -1px;
		writing-mode: tb-rl; /* IE独自仕様 */
		writing-mode: horizontal-tb;
		-moz-writing-mode: horizontal-tb;
		-o-writing-mode: horizontal-tb;
		-webkit-writing-mode: horizontal-tb;
	}
	div#vertical img{
		max-width:50%;
		margin: 0 10px 8px 8px;

	}
	div#vertical p {
		float: none;
		text-align: left;
		height: auto;
		margin-bottom: 30px;
		writing-mode: tb-rl; /* IE独自仕様 */
		writing-mode: horizontal-tb;
		-moz-writing-mode: horizontal-tb;
		-o-writing-mode: horizontal-tb;
		-webkit-writing-mode: horizontal-tb;
	}
	p.question{
		padding: 0 8px;
		color: #303030;
	}
	p.answer{
		padding: 0 8px;
		color: #000;
	}
	p.answer span{
		font-weight: bold;
		padding-bottom: 1.5em;
		line-height: 2em;
	}
}


/*--------------------------------------講師紹介end--*/

/*-------------------------------------------料金・コース--*/
div#sub_topimg2{
	display: block;
	width: 100%;
	height: 300px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: url(images/price_top.jpg) 50% 20% no-repeat transparent;
	background-size: cover;
}
#sub_eyecatch h3#catch_copy_price{
	position: absolute;
	z-index: 11;
	font-size: 60px;
	color: #2274A5;
	top: 150px;
	left: 52%;
	margin-left: 0px;
	letter-spacing: -0.1em;
	line-height: 1em;
	text-align: left;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
	    -ms-transform: rotate(-3deg);
	     -o-transform: rotate(-3deg);
	        transform: rotate(-3deg);
}
div#price1{
	margin-top: 100px;
	padding-bottom: 100px;
}
div#price1 .inner section{
	display: block;
	margin: 36px auto 0px;
	padding: 50px 40px;
	position: relative;
	background-color: rgba(255,255,255,1);
	border-top: 5px solid #F39800;
	border-bottom: 5px solid #F39800;
}
div#price1 .inner section:before{
	position: absolute;
	content: '';
	width: 120px;
	height: 37px;
	background: url(images/logo_mini.png);
	background-size: cover;
}
div#price1 .inner section:before{
	top: -37px;
	left: 0px;
}
div.course{
	padding-top: 10px;
	padding-left: 150px;
	padding-right: 150px;
}
div.course p{
	margin-top: 20px;
	padding: 5px 530px 5px 20px;
	height: 24px;
	overflow: hidden;
	background: url(images/bg.jpg) repeat;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}
div.course p:hover{
	padding: 5px 20px;
	background: url(images/bg.jpg) repeat;
}
div.course p span{
	display: inline-block;
	width: 130px;
	font-weight: bold;
}
td.course_name{
	position: relative;
}
td.course_name div{
	display: none;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}
td.course_name:hover div{
	text-align: left;
	display: block;
	position: absolute;
	z-index: 10;
	width: 225px;
	height: auto;
	padding:10px;
	background-color: #fff;
	border: 3px solid #63D1ED;
	top: 50%;
	margin-top: -45px;
	right: -245px;
	border-radius: 5px;
}
td.course_name:hover div:before{
	content: '';
	display: inline-block;
	border: 15px solid transparent;
	border-right: 30px solid #63D1ED;
	position: absolute;
	left: -45px;
	top: 25px;
}




table#prices{
	width: 1000px;
	margin: 50px auto;
}
tr.topend td{
	background-color: #FFF839;
	padding: 20px 0px;
	text-align: center;
	border: 5px solid #FFF839;
	width: 20%;
	font-weight: bold;
}
tr.topend td span{
	border-bottom: 3px solid #F39700;
}
tr.topend td.orange{
	background-color: #F39700;
	border: 5px solid #FFF839;
	color: #fff;
}
tr.topend td.rightend{
	border-right: none;
}
tr.middle td{
	padding: 20px 0px;
	text-align: center;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 20%;
	line-height: 2em;
	vertical-align: middle;
}
tr.middle td.lh2em{
	line-height: 2.6em;
}
tr.middle td.rightend{
	border-right: none;
}
span.aperson{
	display: block;
	font-size: 13px;
	margin: -13px 0 10px;
}
span.bby{
	border-bottom: 3px solid #FFF839;
}
span.bd{
	font-weight: bold;
}
span.lg{
	font-size: 36px;
	vertical-align: bottom;
}
span.del{
	text-decoration: line-through;
}
span.orange{
	color: #F39700;
}
span.vabtm{
	position: relative;
	top: 5px;
}
span.shogetsu{
	font-size: 18px;
	color: #fff;
	background-color: #F39700;
	padding: 5px 10px;
	border-radius: 4px;
}
span.shogetsu span{
	font-weight: bold;
	font-size: 20px;
}
div.campaign{
	width: 600px;
	margin: 0 auto;
}
div.campaign h4{
	padding-bottom: 10px;
	border-bottom: 3px solid #F39700;
	width:280px;
	margin: 50px auto 20px;
	font-size: 18px;
}
.centerText01{
	width: 92%;
	max-width: 480px;
	margin: 0 auto;
}

div.campaign p{
	width: 480px;
	margin: 0 auto;
}

div.campaign p.pair{
	width: 480px;
	margin: 10px auto;
}
div#trial_lesson{
	background-color: #fff;
	padding-bottom: 150px;
}
div#trial_lesson .inner p.large{
	font-size: 18px;
	margin: 50px auto;
	padding: 0px;
	line-height: 1em;
	letter-spacing: 5px;
	font-weight: bold;
}
div#trial_lesson .inner p.large span{
	padding: 10px 20px;
	position: relative;
	z-index: 10;
}
div#trial_lesson .inner p.large span:after{
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 10px;
	left: 0%;
	top: 30px;
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg);
	background-image: linear-gradient(
		90deg,
		rgba(255,248,57,0.4) 0%,
		rgba(255,248,57,1) 100%
	);
}

div.trial{
	height: auto;
	padding: 50px 0px 50px;
	margin: 100px 170px;
	background-color: #63d1ed;
	background-image: linear-gradient(
		0deg,
		rgba(255,248,57,0.4) 0%,
		#63d1ed 80%,
		#63d1ed 100%
	);
	border-radius: 2px 2px 20px 2px;
	position: relative;
}
div.trial h3{
	display: block;
	position: absolute;
	top:-24px;
	left:0;
	padding: 10px 20px;
	height: 24px;
	border: 4px solid #63d1ed;
	background-color: #fff;
	border-radius: 15px 2px 15px 2px;
}
div.trial div{
	padding: 20px 50px 40px;
	margin: 30px 20px 40px;
	background-color: #fff;
	border-radius: 10px;
	-webkit-transform: skewY(-2deg);
	   -moz-transform: skewY(-2deg);
	    -ms-transform: skewY(-2deg);
	     -o-transform: skewY(-2deg);
	        transform: skewY(-2deg);
}
div.trial div:last-child{
	margin: 30px 20px 20px;
}
div.trial div h6{
	font-size: 20px;
	border-bottom: 1px solid #ccc;
	padding: 10px 0px 5px;
	margin-bottom: 20px;
	-webkit-transform: skewY(2deg);
	   -moz-transform: skewY(2deg);
	    -ms-transform: skewY(2deg);
	     -o-transform: skewY(2deg);
	        transform: skewY(2deg);
}
div.trial div p{
	text-align: left;
	-webkit-transform: skewY(2deg);
	   -moz-transform: skewY(2deg);
	    -ms-transform: skewY(2deg);
	     -o-transform: skewY(2deg);
	        transform: skewY(2deg);
}
div#trial_lesson .inner a.button{
	text-decoration: none;
	text-align: center;
	display: block;
	height: 24px;
	padding: 10px 20px;
	position: relative;
	bottom: 0;
	right: 0;
	display: block;
	margin: 50px 170px 30px;
	border: 3px solid #FEEF34;
	border-radius: 0px;
	box-shadow: 3px 3px 0px #F39801;
	background-color: #FEEF34;
	font-size: 18px;
	color: #1e1e1e;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
div#trial_lesson .inner a.button:hover{
	box-shadow: 5px 5px 0px #F39801;
	height: 24px;
	bottom: 2px;
	right: 2px;
	margin: 50px 150px 28px;
	cursor: pointer;
	border: 3px solid #FEEF34;
	border-radius: 0px;
	text-shadow: none;
	padding: 11px 21px;
}

p.ongen{
	padding-left: 170px;
	margin-bottom: 5px;
}

@media screen and (max-width: 1080px){
	div#sub_topimg2{
		display: block;
		width: 100%;
		height: 100px;
		margin: 0;
		padding: 0;
		position: relative;
		z-index: 1;
		overflow: hidden;
		background: url(images/price_top.jpg) 50% 20% no-repeat transparent;
		background-size: cover;
	}
	#sub_eyecatch h3#catch_copy_price{
		position: absolute;
		z-index: 11;
		font-size: 30px;
		color: #2274A5;
		top: 30px;
		left: 52%;
		margin-left: 0px;
		letter-spacing: -0.1em;
		line-height: 1em;
		text-align: left;
		-webkit-transform: rotate(-3deg);
		   -moz-transform: rotate(-3deg);
		    -ms-transform: rotate(-3deg);
		     -o-transform: rotate(-3deg);
		        transform: rotate(-3deg);
	}
	div#price1{
		margin-top: 50px;
		padding-bottom: 50px;
	}
	div#price1 .inner section{
		display: block;
		margin: 26px auto 0px;
		padding: 30px 10px;
		position: relative;
		background-color: rgba(255,255,255,1);
		border-top: 5px solid #F39800;
		border-bottom: 5px solid #F39800;
	}
	div#price1 .inner section:before{
		position: absolute;
		content: '';
		width: 60px;
		height: 18px;
		background: url(images/logo_mini.png);
		background-size: cover;
		top:0;
		left:0;
	}
	div#price1 h2 img{
		width: 300px;
	}
	table#prices{
		width: auto;
		margin: 20px auto;
		display: block;
		overflow-x:auto;
		white-space: nowrap;
	}
	tr.topend td{
		background-color: #FFF839;
		padding: 20px 8px;
		text-align: center;
		border: 3px solid #FFF839;
		font-weight: bold;
	}
	tr.topend td span{
		border-bottom: 3px solid #F39700;
	}
	tr.topend td.orange{
		background-color: #F39700;
		border: 3px solid #FFF839;
		color: #fff;
	}
	tr.topend td.rightend{
		border-right: none;
	}
	tr.middle td{
		padding: 10px 8px;
		text-align: center;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		line-height: 1.6em;
		vertical-align: middle;
	}
	tr.middle td.lh2em{
		line-height: 2.6em;
	}
	tr.middle td.rightend{
		border-right: none;
	}
	span.aperson{
		display: block;
		font-size: 13px;
		margin: -6px 0 10px;
	}
	span.bby{
		border-bottom: 3px solid #FFF839;
	}
	span.bd{
		font-weight: bold;
	}
	span.lg{
		font-size: 36px;
		vertical-align: bottom;
	}
	span.del{
		text-decoration: line-through;
	}
	span.orange{
		color: #F39700;
	}
	span.vabtm{
		position: relative;
		top: 5px;
	}
	span.shogetsu{
		font-size: 18px;
		color: #fff;
		background-color: #F39700;
		padding: 5px 10px;
		border-radius: 4px;
	}
	span.shogetsu span{
		font-weight: bold;
		font-size: 20px;
	}
	p.pls_flick{
		font-size: 11px;
	}
	div.campaign{
		width: 100%;
		margin: 0 auto;
	}
	div.campaign h4{
		padding-bottom: 10px;
		border-bottom: 3px solid #F39700;
		width:100%;
		margin: 50px auto 20px;
		font-size: 18px;
	}
	div.campaign p{
		width: 100%;
		margin: 0 auto;
	}
	div.campaign p.pair{
		width: 100%;
		margin: 10px auto;
	}
	div#trial_lesson{
		background-color: #fff;
		padding-bottom: 50px;
	}
	div#trial_lesson .inner p.large{
		font-size: 13px;
		margin: 20px auto;
		padding: 0px;
		line-height: 1.2em;
		letter-spacing: 1px;
		font-weight: bold;
	}
	div#trial_lesson .inner p.large span{
		padding: 10px 20px;
		position: relative;
		z-index: 10;
	}
	div#trial_lesson .inner p.large span:after{
		content: none;
	}
	div.trial{
		height: auto;
		padding: 30px 0px 30px;
		margin: 80px auto 20px;
		width: 90%;
		background-color: #63d1ed;
		background-image: linear-gradient(
			0deg,
			rgba(255,248,57,0.4) 0%,
			#63d1ed 80%,
			#63d1ed 100%
		);
		border-radius: 2px 2px 20px 2px;
		position: relative;
	}
	div.trial h3{
		display: block;
		position: absolute;
		top:-48px;
		left:0;
		padding: 10px 20px;
		height: 24px;
		border: 4px solid #63d1ed;
		background-color: #fff;
		border-radius: 15px 2px 15px 2px;
	}
	div.trial div{
		padding: 20px 15px 40px;
		margin: 15px;
		background-color: #fff;
		border-radius: 10px;
		-webkit-transform: skewY(-2deg);
		   -moz-transform: skewY(-2deg);
		    -ms-transform: skewY(-2deg);
		     -o-transform: skewY(-2deg);
		        transform: skewY(-2deg);
	}
	div.trial div h6{
		text-align: left;
		font-size: 15px;
		border-bottom: 1px solid #ccc;
		padding: 10px 0px 5px;
		margin-bottom: 20px;
		-webkit-transform: skewY(2deg);
		   -moz-transform: skewY(2deg);
		    -ms-transform: skewY(2deg);
		     -o-transform: skewY(2deg);
		        transform: skewY(2deg);
	}
	div.trial div p{
		text-align: left;
		-webkit-transform: skewY(2deg);
		   -moz-transform: skewY(2deg);
		    -ms-transform: skewY(2deg);
		     -o-transform: skewY(2deg);
		        transform: skewY(2deg);
	}

	div#trial_lesson .inner a.button{
		position: relative;
		bottom: 0;
		right: 0;
		display: block;
		width: 90%;
		margin: 50px auto 30px;
		border: 3px solid #FEEF34;
		border-radius: 0px;
		box-shadow: 3px 3px 0px #F39801;
		text-decoration: none;
		display: block;
		padding: 10px 10px;
		background-color: #FEEF34;
		font-size: 13px;
		color: #1e1e1e;
	}
	div#trial_lesson .inner a.button:hover{
		position: relative;
		bottom: 0;
		right: 0;
		display: block;
		width: 90%;
		margin: 50px auto 30px;
		border: 3px solid #FEEF34;
		border-radius: 0px;
		box-shadow: 3px 3px 0px #F39801;
		text-decoration: none;
		display: block;
		padding: 10px 10px;
		background-color: #FEEF34;
		font-size: 13px;
		color: #1e1e1e;
	}

	p.ongen{
		padding: 0px 20px;
		margin-bottom: 0px;
	}
}
@media screen and (max-width: 500px){
	div#sub_topimg2{
		display: block;
		width: 100%;
		height: 100px;
		margin: 0;
		padding: 0;
		position: relative;
		z-index: 1;
		overflow: hidden;
		background: url(images/price_top.jpg) 50% 0% no-repeat transparent;
		background-size: cover;
	}
	#sub_eyecatch h3#catch_copy_price{
		position: absolute;
		z-index: 11;
		font-size: 24px;
		color: #2274A5;
		top: 30px;
		left: 52%;
		margin-left: 0px;
		letter-spacing: -0.1em;
		line-height: 1em;
		text-align: left;
		-webkit-transform: rotate(-3deg);
		   -moz-transform: rotate(-3deg);
		    -ms-transform: rotate(-3deg);
		     -o-transform: rotate(-3deg);
		        transform: rotate(-3deg);
	}
}
/*-------------------------------------------料金・コースend--*/

/*-------------------------------------karaoke--*/
div#sub_topimg3{
	display: block;
	width: 100%;
	height: 300px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: url(images/karaoke_top.jpg) 50% 50% no-repeat transparent;
	background-size: cover;
}

h3#catch_copy_karaoke{
	position: absolute;
	z-index: 11;
	font-size: 60px;
	color: #fff;
	top: 50px;
	left: 40%;
	margin-left: 0px;
	letter-spacing: -0.16em;
	line-height: 1em;
	text-align: left;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
	    -ms-transform: rotate(-3deg);
	     -o-transform: rotate(-3deg);
	        transform: rotate(-3deg);
}

div.karaoke_3points{
	padding: 100px 0;
	position: relative;
	z-index: 1;
}
div#karaoke_top{
	width: 100%;
	height: 500px;
	margin-bottom: 0px;
	background: url(images/karaoke_bg.jpg) 50% 0% no-repeat transparent;
	background-size: cover;
}
div.points{
	width: 540px;
	padding: 100px 0 0;
	float: right;
}
section.point{
	display: block;
	width: 540px;
	height: 150px;
	margin: 0;
	padding: 0;
}
section.point h6 a img{
	padding-top: 15px;
	border-bottom: none;
	padding-bottom: 5px;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
section.point h6 a:hover img{
	padding-top: 15px;
	padding-bottom: 5px;
	border-bottom: 5px solid #F39800;
}
section.point1 h6 a span{
	display: block;
	float: left;
	width: 152px;
	height: 56px;
	margin-right: 30px;
	background: url(images/point1_off.png) 0% 0% no-repeat transparent;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
section.point1 h6 a:hover span{
	background: url(images/point1_on.png) 0% 0% no-repeat transparent;
}
section.point2 h6 a span{
	display: block;
	float: left;
	width: 152px;
	height: 56px;
	margin-right: 30px;
	background: url(images/point2_off.png) 0% 0% no-repeat transparent;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
section.point2 h6 a:hover span{
	background: url(images/point2_on.png) 0% 0% no-repeat transparent;
}
section.point3 h6 a span{
	display: block;
	float: left;
	width: 152px;
	height: 56px;
	margin-right: 30px;
	background: url(images/point3_off.png) 0% 0% no-repeat transparent;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
section.point3 h6 a:hover span{
	background: url(images/point3_on.png) 0% 0% no-repeat transparent;
}
div.karaoke_3points .inner{
	height: 450px;
}
div.karaoke_3points h4{
	margin-bottom: 30px;
}
div.karaoke_3points h4 img{
	padding-top: 15px;
	padding-bottom: 5px;
	border-bottom: 5px solid #F39800;
}
div.karaoke_3points .inner img.float_left{
	width: 530px;
	height: 290px;
	border: 5px solid #fafafa;
	box-shadow: 0px 1px 4px #ccc;
}
div.karaoke_3points p{
	width: 410px;
	padding-left: 30px;
	margin-bottom: 1.618em;
}
div.karaoke_3points p{
	border: none;
	background-color: transparent;
	margin-top: 0px;
}
div.karaoke_3points p a{
	text-align: center;
	display: block;
	border: 2px solid #000;
	width: 200px;
	padding: 10px 0;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	background-color: transparent;
	position: relative;
	bottom: 0;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
div.karaoke_3points p a:hover{
	display: block;
	border: 2px solid #000;
	width: 200px;
	padding: 15px 0;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	background-color: #FFF839;
	bottom: 0;
	text-shadow:none;
}
div#karaoke1 h4 span{
	display: block;
	float: left;
	width: 152px;
	height: 56px;
	margin-right: 30px;
	background: url(images/point1_on.png) 0% 0% no-repeat transparent;
}
div#karaoke2 h4 span{
	display: block;
	float: left;
	width: 152px;
	height: 56px;
	margin-right: 30px;
	background: url(images/point2_on.png) 0% 0% no-repeat transparent;
}
div#karaoke3 h4 span{
	display: block;
	float: left;
	width: 152px;
	height: 56px;
	margin-right: 30px;
	background: url(images/point3_on.png) 0% 0% no-repeat transparent;
}
div#karaoke1{
	padding: 100px 0 100px;
	margin-bottom: 100px;
}
div#karaoke2{
	padding: 100px 0 200px;
	margin-bottom: 0px;
	background-color:  rgba(244,164,189,0.2);
}
div#karaoke3{
	padding: 100px 0 100px;
	margin-bottom: 100px;
}
div#karaoke4{
	padding: 200px 0;
	background-color: #fff;
}
div#karaoke4 .inner{
	height: auto;
}
div#karaoke4 h4 a img{
	border-bottom: none;
	margin-bottom: 50px;
	opacity: 1;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
div#karaoke4 h4 a:hover img{
	opacity: 0.7;
}
@media screen and (max-width: 1080px){
	div#sub_topimg3{
		display: block;
		width: 100%;
		height: 100px;
		margin: 0;
		padding: 0;
		position: relative;
		z-index: 1;
		overflow: hidden;
		background: url(images/karaoke_top.jpg) 50% 50% no-repeat transparent;
		background-size: cover;
	}
	h3#catch_copy_karaoke{
		position: absolute;
		z-index: 11;
		font-size: 30px;
		color: #fff;
		top: 0px;
		left: 45%;
		margin-left: 0px;
		letter-spacing: -0.16em;
		line-height: 1em;
		text-align: left;
		-webkit-transform: rotate(-3deg);
		   -moz-transform: rotate(-3deg);
		    -ms-transform: rotate(-3deg);
		     -o-transform: rotate(-3deg);
		        transform: rotate(-3deg);
    }
	div.karaoke_3points{
		padding: 30px 0;
		position: relative;
		z-index: 1;
	}
	div#karaoke_top{
		width: 100%;
		height: 300px;
		margin-bottom: 0px;
		background: url(images/karaoke_bg.jpg) 40% 50% no-repeat transparent;
		background-size: cover;
	}
	div#karaoke_top h2 img{
		width: 300px;
	}
	div.points{
		width: 100%;
		padding: 30px 0 0;
		float: none;
	}
	section.point{
		display: block;
		width: 90%;
		height: 50px;
		margin: 0 auto;
	}
	section.point h6 a img{
		background-color: rgba(255,255,255,0.5);
		height: 18px;
		width: auto;
		padding-top: 6px;
		padding-bottom: 5px;
		padding-left: 10px;
		margin-bottom: 5px;
		border-bottom: 3px solid transparent;
		float: right;
		-webkit-transition: all .25s ease;
		   -moz-transition: all .25s ease;
		    -ms-transition: all .25s ease;
		     -o-transition: all .25s ease;
		        transition: all .25s ease;
	}
	section.point h6 a:hover img{
		padding-top: 6px;
		padding-bottom: 5px;
		padding-left: 10px;
		margin-bottom: 5px;
		border-bottom: 3px solid #F39800;
	}

	section.point1 h6 a span{
		display: block;
		float: right;
		width: 76px;
		height: 28px;
		margin: 0 0 0 100%;
		background: url(images/point1_off.png) 0% 0% no-repeat transparent;
		background-size: cover;
		-webkit-transition: all .25s ease;
		   -moz-transition: all .25s ease;
		    -ms-transition: all .25s ease;
		     -o-transition: all .25s ease;
		        transition: all .25s ease;
	}
	section.point1 h6 a:hover span{
		background: url(images/point1_on.png) 0% 0% no-repeat transparent;
		background-size: cover;
	}
	section.point2 h6 a span{
		display: block;
		float: right;
		width: 76px;
		height: 28px;
		margin: 0 0 0 100%;
		background: url(images/point2_off.png) 0% 0% no-repeat transparent;
		background-size: cover;
		-webkit-transition: all .25s ease;
		   -moz-transition: all .25s ease;
		    -ms-transition: all .25s ease;
		     -o-transition: all .25s ease;
		        transition: all .25s ease;
	}
	section.point2 h6 a:hover span{
		background: url(images/point2_on.png) 0% 0% no-repeat transparent;
		background-size: cover;
	}
	section.point3 h6 a span{
		display: block;
		float: right;
		width: 76px;
		height: 28px;
		margin: 0 0 0 100%;
		background: url(images/point3_off.png) 0% 0% no-repeat transparent;
		background-size: cover;
		-webkit-transition: all .25s ease;
		   -moz-transition: all .25s ease;
		    -ms-transition: all .25s ease;
		     -o-transition: all .25s ease;
		        transition: all .25s ease;
	}
	section.point3 h6 a:hover span{
		background: url(images/point3_on.png) 0% 0% no-repeat transparent;
		background-size: cover;
	}
	div.karaoke_3points .inner{
		height: auto;
		padding: 0px;
		margin: 0;
	}
	div.karaoke_3points h4{
		margin-bottom: 30px;
		padding-left: 10px;
	}
	div.karaoke_3points h4 img{
		height: 14px;
		width: auto;
		padding-top: 7px;
		padding-bottom: 5px;
		border-bottom: 3px solid #F39800;
	}
	div.karaoke_3points .inner img.float_left{
		border: 5px solid #fafafa;
		box-shadow: 0px 1px 4px #ccc;
		float: none;
		display: block;
		margin: 0 auto 15px;
		width: 90%;
		max-width: 540px;
		height: auto;
	}
	div.karaoke_3points p{
		text-align: center;
		width: 96%;
		display: block;
		margin: 0 auto;
		float: none;
		padding-left: 0px;
		margin-bottom: 1.618em;
		text-align: left;
	}
	div.karaoke_3points p a{
		display: block;
		text-align: center;
		border: none;
		background-color: transparent;
		margin: 10px auto 0;
	}
	div.karaoke_3points p a{
		display: block;
		border: 2px solid #000;
		width: 150px;
		padding: 8px 0;
		font-size: 16px;
		font-weight: bold;
		color: #000;
		background-color: transparent;
		position: relative;
		bottom: 0;
		-webkit-transition: all .25s ease;
		   -moz-transition: all .25s ease;
		    -ms-transition: all .25s ease;
		     -o-transition: all .25s ease;
		        transition: all .25s ease;
	}
	div.karaoke_3points p a:hover{
		display: block;
		border: 2px solid #000;
		width: 150px;
		padding: 12px 0;
		font-size: 16px;
		font-weight: bold;
		color: #000;
		background-color: #FFF839;
		bottom: 0;
		text-shadow:none;
	}
	div#karaoke1 h4 span{
		display: block;
		float: left;
		width: 76px;
		height: 28px;
		margin-right: 5px;
		background: url(images/point1_on.png) 0% 0% no-repeat transparent;
		background-size: cover;
	}
	div#karaoke2 h4 span{
		display: block;
		float: left;
		width: 76px;
		height: 28px;
		margin-right: 5px;
		background: url(images/point2_on.png) 0% 0% no-repeat transparent;
		background-size: cover;
	}
	div#karaoke3 h4 span{
		display: block;
		float: left;
		width: 76px;
		height: 28px;
		margin-right: 5px;
		background: url(images/point3_on.png) 0% 0% no-repeat transparent;
		background-size: cover;
	}
	div#karaoke1{
		padding: 30px 0 50px;
		margin-bottom: 50px;
	}
	div#karaoke2{
		padding: 30px 0 80px;
		margin-bottom: 0px;
		background-color:  rgba(244,164,189,0.2);
	}
	div#karaoke3{
		padding: 30px 0 50px;
		margin-bottom: 50px;
	}
	div#karaoke4{
		padding: 100px 0;
		background-color: #fff;
	}
	div#karaoke4 .inner{
		height: auto;
	}
	div#karaoke4 h4{
		padding: 0;
		margin: 0;
	}
	div#karaoke4 h4 a img{
		border-bottom: none;
		padding: 0;
		margin: 0;
		opacity: 1;
		width: 100%;
		height: auto;
		-webkit-transition: all .25s ease;
		   -moz-transition: all .25s ease;
		    -ms-transition: all .25s ease;
		     -o-transition: all .25s ease;
		        transition: all .25s ease;
	}
	div#karaoke4 h4 a:hover img{
		opacity: 0.7;
	}
}
@media screen and (max-width: 500px){
	h3#catch_copy_karaoke{
		position: absolute;
		z-index: 11;
		font-size: 22px;
		color: #fff;
		top: 20px;
		left: 45%;
		margin-left: 0px;
		letter-spacing: -0.16em;
		line-height: 1em;
		text-align: left;
		-webkit-transform: rotate(-3deg);
		   -moz-transform: rotate(-3deg);
		    -ms-transform: rotate(-3deg);
		     -o-transform: rotate(-3deg);
		        transform: rotate(-3deg);
    }
}
/*-------------------------------------karaoke end--*/

/*-------------------------------------教室案内アクセス--*/
#sub_topimg4{
	display: block;
	width: 100%;
	height: 300px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: url(images/info_top.jpg) 50% 50% no-repeat transparent;
	background-size: cover;
}
h3#catch_copy_info{
	position: absolute;
	z-index: 11;
	font-size: 60px;
	color: #fff;
	padding: 5px 10px 0;
	top: 160px;
	left: 50%;
	margin-left: 0px;
	letter-spacing: 0.1em;
	line-height: 1em;
	text-align: left;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
	    -ms-transform: rotate(-3deg);
	     -o-transform: rotate(-3deg);
	        transform: rotate(-3deg);
}
div.information{
	padding: 50px 0;
	position: relative;
	z-index: 1;
}
div.information h2{
	margin-bottom: 50px;
}

div#info1{
	padding-bottom: 0px;
	border-bottom: 2px solid #F39800;
}

div#info4{
	padding-top:100px;
	padding-bottom:200px;
	border-bottom: 2px solid #F39800;
}
div.photobox{
	width: 1080px;
	margin: 0px auto;
	border-bottom: 2px solid #F39800;
	padding-bottom: 30px;
}
div.photobox .caption{
	float: left;
	width: 340px;
	margin: 10px;
	background-color: #fff;
	box-shadow: 0px 0px 3px #ededed;
	border-radius: 4px;
}
div.photobox img{
	display: block;
	margin: 20px auto 10px;
	width: 300px;
	height: 220px;
}
div.photobox .caption p{
	padding-left: 20px;
	padding-bottom: 30px;
	font-size: 12px;
}
dl {
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    padding: 15px 0;
}
.kaisha dt {
    float: left;
    width: 30%;
    clear: both;
    padding: 15px 3% 15px 2%;
    position: relative;
    text-align: right;
}
.kaisha dt span{
	font-weight: bold;
	padding: 0 10px;
    position: relative;
}
.kaisha dd {
    float: right;
    width: 60%;
    padding: 15px 2% 15px 3%;
}
.kaisha:before {
    content: "";
    width: 1px;
    position: absolute;
    border-left: 2px solid #F39800;
    top: 0;
    bottom: 0;
    left: 35%;
}
.kaisha dt:before {
    content: "";
    width: 30px;
    position: absolute;
    top: -5px;
    right: -15px;
}
.kaisha dt:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #FFF839;
    border: 2px solid #F39800;
    position: absolute;
    border-radius: 10px;
    top: 20px;
    right: -8px;
}
div#info2{
	padding-bottom: 100px;
	background-color: #fff;
}
.ggmp{
	width: 50%;
}
.googlemaps {
position: relative;
padding-bottom: 90%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.access{
	width: 50%;
}
.access section{
	display: block;
	padding-left: 5px;
	margin-left: 15px;
	margin-right: 30px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.access section h6{
	margin-bottom: 5px;
}
.access section h6 span{
	position: relative;
	padding: 0 10px;
}
.access section h6 span:after{
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 10px;
	left: 0%;
	top: 10px;
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg);
	background-image: linear-gradient(
		90deg,
		rgba(255,248,57,0.4) 0%,
		rgba(255,248,57,1) 100%
	);
}
.access section p{
	padding-left: 5px;
	margin-left: 15px;
}
@media screen and (max-width: 1080px){
	#sub_topimg4{
		display: block;
		width: 100%;
		height: 150px;
		margin: 0;
		padding: 0;
		position: relative;
		z-index: 1;
		overflow: hidden;
		background: url(images/info_top.jpg) 50% 50% no-repeat transparent;
		background-size: cover;
	}
	h3#catch_copy_info{
		position: absolute;
		z-index: 11;
		font-size: 30px;
		color: #fff;
		top: 40px;
		left: 50%;
		margin-left: 0px;
		padding: 5px 10px 5px;
		letter-spacing: 0.1em;
		line-height: 1em;
		text-align: left;
		-webkit-transform: rotate(-3deg);
		   -moz-transform: rotate(-3deg);
		    -ms-transform: rotate(-3deg);
		     -o-transform: rotate(-3deg);
		        transform: rotate(-3deg);
	}
	div.information{
		padding: 30px 0;
		position: relative;
		z-index: 1;
	}
	div.information h2{
		margin-bottom: 0px;
	}
	div.information h2 img{
		width: 300px;
		height: auto;
	}
	div#info1{
		padding-bottom: 0px;
		border-bottom: 2px solid #F39800;
	}

	div.photobox{
		display: block;
		text-align: center;
		width: 100%;
		padding: 0;
		margin: 0px auto;
		border-bottom: 2px solid #F39800;
		padding-bottom: 15px;
	}
	div.photobox .caption{
		float: none;
		display: inline-block;
		width: 260px;
		margin: 10px;
		background-color: #fff;
		box-shadow: 0px 0px 3px #ededed;
		border-radius: 4px;
	}
	div.photobox img{
		width: 240px;
		height: auto;
		display: block;
		margin: 10px auto 10px;
	}
	div.photobox .caption p{
		padding-left: 20px;
		padding-bottom: 30px;
		font-size: 12px;
		text-align: left;
	}
	dl {
	    margin: 0px auto;
	    overflow: hidden;
	    position: relative;
	    font-size: 13px;
	    padding: 15px 0;
	}
	.kaisha dt {
	    float: left;
	    width: 32%;
	    clear: both;
	    padding: 15px 3% 15px 0%;
	    position: relative;
	    text-align: right;
	}
	.kaisha dt span{
		font-weight: bold;
		padding: 0 10px;
	    position: relative;
	}
	.kaisha dd {
	    float: right;
	    width: 58%;
	    padding: 15px 2% 15px 5%;
	}
	.kaisha:before {
	    content: "";
	    width: 1px;
	    position: absolute;
	    border-left: 2px solid #F39800;
	    top: 0;
	    bottom: 0;
	    left: 35%;
	}
	.kaisha dt:before {
	    content: "";
	    width: 30px;
	    position: absolute;
	    top: -5px;
	    right: -15px;
	}
	.kaisha dt:after {
	    content: "";
	    width: 10px;
	    height: 10px;
	    background: #FFF839;
	    border: 2px solid #F39800;
	    position: absolute;
	    border-radius: 10px;
	    top: 20px;
	    right: -8px;
	}
	div#info2{
		padding-bottom: 20px;
		background-color: #fff;
	}
	.ggmp{
		margin: 20px 0;
		width: 100%;
	}
	.googlemaps {
	position: relative;
	padding-bottom: 90%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	}

	.googlemaps iframe,
	.googlemaps object,
	.googlemaps embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
	.access{
		width: 100%;
	}
	.access section{
		display: block;
		padding-left: 5px;
		margin-left: 15px;
		margin-right: 30px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #ddd;
	}
	.access section h6{
		margin-bottom: 5px;
	}
	.access section h6 span{
		position: relative;
		padding: 0 10px;
	}
	.access section h6 span:after{
		content: '';
		display: block;
		position: absolute;
		z-index: -1;
		width: 100%;
		height: 10px;
		left: 0%;
		top: 10px;
		-webkit-transform: skewX(-30deg);
		transform: skewX(-30deg);
		background-image: linear-gradient(
			90deg,
			rgba(255,248,57,0.4) 0%,
			rgba(255,248,57,1) 100%
		);
	}
	.access section p{
		padding-left:0px;
		margin-left: 10px;
	}
}

/*-------------------------------------教室案内アクセス end--*/

/*----------------------------------------------------- Rss feed -*/


/*-----------------------------------追記20160209---*/

strong.larger{
	font-size: 1.6em;
	padding-top: 10px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #F39700;
}

a.pdf{
	display: block;
	width: 100%;
	margin-bottom: 5rem;
}
a.pdf img{
	width: 100%;
}
@media screen and (max-width: 1080px){
	a.pdf{
		display: block;
		width: 94%;
		margin: 2rem auto 2rem;
	}
}



/*------20190424追記--------*/
.news_banner{
	padding: 16px 0 80px;
}

.news_banner h6{
	font-size: 20px;
	letter-spacing: 0.24em;
	padding: 0 4px 4px 8px;
	border-bottom: 4px solid #F39700;
	margin: 0 auto 24px;
	display: table;
}
.news_banner a{
	display: table;
	margin: 0 auto;
}
.news_banner img{
	width: 100%;
	max-width: 560px;
	margin: 24px auto 0;
	display: block;
}

/*------20220924追記--------*/

/****************************************************************

margin/padding

****************************************************************/
/*------------------------------------------------
top
------------------------------------------------*/
	.mt00 { margin-top:  0px !important; }    .pt00 { padding-top:  0px !important; }
	.mt05 { margin-top:  5px !important; }    .pt05 { padding-top:  5px !important; }
	.mt10 { margin-top: 10px !important; }    .pt10 { padding-top: 10px !important; }
	.mt15 { margin-top: 15px !important; }    .pt15 { padding-top: 15px !important; }
	.mt20 { margin-top: 20px !important; }    .pt20 { padding-top: 20px !important; }
	.mt25 { margin-top: 25px !important; }    .pt25 { padding-top: 25px !important; }
	.mt30 { margin-top: 30px !important; }    .pt30 { padding-top: 30px !important; }
	.mt35 { margin-top: 35px !important; }    .pt35 { padding-top: 35px !important; }
	.mt40 { margin-top: 40px !important; }    .pt40 { padding-top: 40px !important; }
	.mt45 { margin-top: 45px !important; }    .pt45 { padding-top: 45px !important; }
	.mt50 { margin-top: 50px !important; }    .pt50 { padding-top: 50px !important; }
	.mt55 { margin-top: 55px !important; }    .pt55 { padding-top: 55px !important; }
	.mt60 { margin-top: 60px !important; }    .pt60 { padding-top: 60px !important; }
	.mt65 { margin-top: 65px !important; }    .pt65 { padding-top: 65px !important; }
	.mt70 { margin-top: 70px !important; }    .pt70 { padding-top: 70px !important; }
	.mt75 { margin-top: 75px !important; }    .pt75 { padding-top: 75px !important; }
	.mt80 { margin-top: 80px !important; }    .pt80 { padding-top: 80px !important; }
	.mt85 { margin-top: 85px !important; }    .pt85 { padding-top: 85px !important; }
	.mt90 { margin-top: 90px !important; }    .pt90 { padding-top: 90px !important; }
	.mt95 { margin-top: 95px !important; }    .pt95 { padding-top: 95px !important; }
	.mt100{ margin-top:100px !important; }    .pt100{ padding-top:100px !important; }

/*------------------------------------------------
right
------------------------------------------------*/
	.mr00 { margin-right:  0px !important; }  .pr00 { padding-right:  0px !important; }
	.mr05 { margin-right:  5px !important; }  .pr05 { padding-right:  5px !important; }
	.mr10 { margin-right: 10px !important; }  .pr10 { padding-right: 10px !important; }
	.mr15 { margin-right: 15px !important; }  .pr15 { padding-right: 15px !important; }
	.mr20 { margin-right: 20px !important; }  .pr20 { padding-right: 20px !important; }
	.mr25 { margin-right: 25px !important; }  .pr25 { padding-right: 25px !important; }
	.mr30 { margin-right: 30px !important; }  .pr30 { padding-right: 30px !important; }
	.mr35 { margin-right: 35px !important; }  .pr35 { padding-right: 35px !important; }
	.mr40 { margin-right: 40px !important; }  .pr40 { padding-right: 40px !important; }
	.mr45 { margin-right: 45px !important; }  .pr45 { padding-right: 45px !important; }
	.mr50 { margin-right: 50px !important; }  .pr50 { padding-right: 50px !important; }
	.mr55 { margin-right: 55px !important; }  .pr55 { padding-right: 55px !important; }
	.mr60 { margin-right: 60px !important; }  .pr60 { padding-right: 60px !important; }
	.mr65 { margin-right: 65px !important; }  .pr65 { padding-right: 65px !important; }
	.mr70 { margin-right: 70px !important; }  .pr70 { padding-right: 70px !important; }
	.mr75 { margin-right: 75px !important; }  .pr75 { padding-right: 75px !important; }
	.mr80 { margin-right: 80px !important; }  .pr80 { padding-right: 80px !important; }
	.mr85 { margin-right: 85px !important; }  .pr85 { padding-right: 85px !important; }
	.mr90 { margin-right: 90px !important; }  .pr90 { padding-right: 90px !important; }
	.mr95 { margin-right: 95px !important; }  .pr95 { padding-right: 95px !important; }
	.mr100{ margin-right:100px !important; }  .pr100{ padding-right:100px !important; }

/*------------------------------------------------
bottom
------------------------------------------------*/
	.mb00 { margin-bottom:  0px !important; } .pb00 { padding-bottom:  0px !important; }
	.mb05 { margin-bottom:  5px !important; } .pb05 { padding-bottom:  5px !important; }
	.mb10 { margin-bottom: 10px !important; } .pb10 { padding-bottom: 10px !important; }
	.mb15 { margin-bottom: 15px !important; } .pb15 { padding-bottom: 15px !important; }
	.mb20 { margin-bottom: 20px !important; } .pb20 { padding-bottom: 20px !important; }
	.mb25 { margin-bottom: 25px !important; } .pb25 { padding-bottom: 25px !important; }
	.mb30 { margin-bottom: 30px !important; } .pb30 { padding-bottom: 30px !important; }
	.mb35 { margin-bottom: 35px !important; } .pb35 { padding-bottom: 35px !important; }
	.mb40 { margin-bottom: 40px !important; } .pb40 { padding-bottom: 40px !important; }
	.mb45 { margin-bottom: 45px !important; } .pb45 { padding-bottom: 45px !important; }
	.mb50 { margin-bottom: 50px !important; } .pb50 { padding-bottom: 50px !important; }
	.mb55 { margin-bottom: 55px !important; } .pb55 { padding-bottom: 55px !important; }
	.mb60 { margin-bottom: 60px !important; } .pb60 { padding-bottom: 60px !important; }
	.mb65 { margin-bottom: 65px !important; } .pb65 { padding-bottom: 65px !important; }
	.mb70 { margin-bottom: 70px !important; } .pb70 { padding-bottom: 70px !important; }
	.mb75 { margin-bottom: 75px !important; } .pb75 { padding-bottom: 75px !important; }
	.mb80 { margin-bottom: 80px !important; } .pb80 { padding-bottom: 80px !important; }
	.mb85 { margin-bottom: 85px !important; } .pb85 { padding-bottom: 85px !important; }
	.mb90 { margin-bottom: 90px !important; } .pb90 { padding-bottom: 90px !important; }
	.mb95 { margin-bottom: 95px !important; } .pb95 { padding-bottom: 95px !important; }
	.mb100{ margin-bottom:100px !important; } .pb100{ padding-bottom:100px !important; }

/*------------------------------------------------
left
------------------------------------------------*/
	.ml00 { margin-left:  0px !important; }   .pl00 { padding-left:  0px !important; }
	.ml05 { margin-left:  5px !important; }   .pl05 { padding-left:  5px !important; }
	.ml10 { margin-left: 10px !important; }   .pl10 { padding-left: 10px !important; }
	.ml15 { margin-left: 15px !important; }   .pl15 { padding-left: 15px !important; }
	.ml20 { margin-left: 20px !important; }   .pl20 { padding-left: 20px !important; }
	.ml25 { margin-left: 25px !important; }   .pl25 { padding-left: 25px !important; }
	.ml30 { margin-left: 30px !important; }   .pl30 { padding-left: 30px !important; }
	.ml35 { margin-left: 35px !important; }   .pl35 { padding-left: 35px !important; }
	.ml40 { margin-left: 40px !important; }   .pl40 { padding-left: 40px !important; }
	.ml45 { margin-left: 45px !important; }   .pl45 { padding-left: 45px !important; }
	.ml50 { margin-left: 50px !important; }   .pl50 { padding-left: 50px !important; }
	.ml55 { margin-left: 55px !important; }   .pl55 { padding-left: 55px !important; }
	.ml60 { margin-left: 60px !important; }   .pl60 { padding-left: 60px !important; }
	.ml65 { margin-left: 65px !important; }   .pl65 { padding-left: 65px !important; }
	.ml70 { margin-left: 70px !important; }   .pl70 { padding-left: 70px !important; }
	.ml75 { margin-left: 75px !important; }   .pl75 { padding-left: 75px !important; }
	.ml80 { margin-left: 80px !important; }   .pl80 { padding-left: 80px !important; }
	.ml85 { margin-left: 85px !important; }   .pl85 { padding-left: 85px !important; }
	.ml90 { margin-left: 90px !important; }   .pl90 { padding-left: 90px !important; }
	.ml95 { margin-left: 95px !important; }   .pl95 { padding-left: 95px !important; }
	.ml100{ margin-left:100px !important; }   .pl100{ padding-left:100px !important; }

/*------------------------------------------------
all 全方位
------------------------------------------------*/
	.ma00{ margin: 0 !important; }   .pa00{ padding: 0 !important; }

/*------------------------------------------------
センター寄せ
------------------------------------------------*/
.mc{ margin: 0 auto;}

/*****************************************

	フォントカラー　color

*****************************************/
.red{ color:#f00 !important; }
.black{ color:#000 !important;}
.colorOrange{
	color: #DE630B !important;
}

.caution{ color:#f00 !important; }

/*****************************************

	フォントサイズ　font-size

*****************************************/
.font9px{ font-size: 9px; }    .font10px{ font-size: 10px; }
.font11px{ font-size: 11px; }  .font12px{ font-size: 12px; }
.font13px{ font-size: 13px; }  .font14px{ font-size: 14px; }
.font15px{ font-size: 15px; }  .font16px{ font-size: 16px; }
.font17px{ font-size: 17px; }  .font18px{ font-size: 18px; }
.font19px{ font-size: 19px; }  .font20px{ font-size: 20px; }
.font21px{ font-size: 21px; }  .font22px{ font-size: 22px; }
.font23px{ font-size: 23px; }  .font24px{ font-size: 24px; }
.font25px{ font-size: 25px; }  .font26px{ font-size: 26px; }
.font27px{ font-size: 27px; }  .font28px{ font-size: 28px; }
.font29px{ font-size: 29px; }  .font30px{ font-size: 30px; }

.font120{ font-size: 120%; }


