/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0;
    background: #F09;
    color: #000;
    padding: 0;
	line-height:50px;
	
	position:fixed;
	height:50px;
	width:100%;
	
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}


/*
 * ///////// global style //////////
 */
 
#logInBut a, #instInfo a {
	background: rgb(243,197,189); /* Old browsers */
background: -moz-linear-gradient(top, rgb(243,197,189) 0%, rgb(232,108,87) 50%, rgb(234,40,3) 51%, rgb(255,102,0) 75%, rgb(199,34,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgb(243,197,189) 0%,rgb(232,108,87) 50%,rgb(234,40,3) 51%,rgb(255,102,0) 75%,rgb(199,34,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgb(243,197,189) 0%,rgb(232,108,87) 50%,rgb(234,40,3) 51%,rgb(255,102,0) 75%,rgb(199,34,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#logInBut a:hover, #instInfo a:hover {
	background: rgb(199,34,0); /* Old browsers */
background: -moz-linear-gradient(top, rgb(199,34,0) 0%, rgb(255,102,0) 25%, rgb(234,40,3) 49%, rgb(232,108,87) 50%, rgb(243,197,189) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgb(199,34,0) 0%,rgb(255,102,0) 25%,rgb(234,40,3) 49%,rgb(232,108,87) 50%,rgb(243,197,189) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgb(199,34,0) 0%,rgb(255,102,0) 25%,rgb(234,40,3) 49%,rgb(232,108,87) 50%,rgb(243,197,189) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#logInBut a:active, #instInfo a:active {
	background: rgb(199,34,0); /* Old browsers */
background: -moz-linear-gradient(top, rgb(199,34,0) 0%, rgb(255,102,0) 25%, rgb(234,40,3) 49%, rgb(232,108,87) 50%, rgb(243,197,189) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgb(199,34,0) 0%,rgb(255,102,0) 25%,rgb(234,40,3) 49%,rgb(232,108,87) 50%,rgb(243,197,189) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgb(199,34,0) 0%,rgb(255,102,0) 25%,rgb(234,40,3) 49%,rgb(232,108,87) 50%,rgb(243,197,189) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#instWrapper {
	background: rgb(249,252,247); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(249,252,247,1) 0%, rgba(245,249,240,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#f5f9f0',GradientType=0 ); /* IE6-9 */
}

/* システムをご利用の方へ */
#infoWrapper {	
	background: rgb(214,240,253); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(214,240,253,1) 0%, rgba(242,249,254,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(214,240,253,1) 0%,rgba(242,249,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(214,240,253,1) 0%,rgba(242,249,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	}
	
#bookInfo .infoBox a {
	background: rgb(164,179,87); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(164,179,87,1) 0%,rgba(117,137,12,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(164,179,87,1) 0%,rgba(117,137,12,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b357', endColorstr='#75890c',GradientType=0 ); /* IE6-9 */
	}
	
#bookInfo .infoBox a:hover {
	background: rgb(117,137,12); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(117,137,12,1) 0%, rgba(164,179,87,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(117,137,12,1) 0%,rgba(164,179,87,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(117,137,12,1) 0%,rgba(164,179,87,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75890c', endColorstr='#a4b357',GradientType=0 ); /* IE6-9 */
}

#bookInfo .infoBox a:active {
	background: rgb(117,137,12); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(117,137,12,1) 0%, rgba(164,179,87,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(117,137,12,1) 0%,rgba(164,179,87,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(117,137,12,1) 0%,rgba(164,179,87,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75890c', endColorstr='#a4b357',GradientType=0 ); /* IE6-9 */
}

/* ------global main visual style------ */
#panel1 {
	background:#C90;
}

#panel2 {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(135,224,253,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(135,224,253,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(135,224,253,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#87e0fd',GradientType=0 ); /* IE6-9 */
}

#panel3 {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(251,177,71,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(251,177,71,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(251,177,71,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fbb147',GradientType=0 ); /* IE6-9 */
}

#panel4 {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(175,59,58,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(175,59,58,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(175,59,58,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#af3b3a',GradientType=0 ); /* IE6-9 */
}

#panel5 {
	background: rgb(96,166,233); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(96,166,233,1) 0%, rgba(6,4,53,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(96,166,233,1) 0%,rgba(6,4,53,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(96,166,233,1) 0%,rgba(6,4,53,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60a6e9', endColorstr='#060435',GradientType=0 ); /* IE6-9 */
}

#playAgain {
	display:none;
}

#mainVis {
	/*display:none;*/
}

#preLoader {
	/*display:none;*/
}

/* >>>>>>>>>>>>>>>>>> event summer global <<<<<<<<<<<<<<<<<<< */
#eventSec {
	background:#9FC;
	margin:0;
}

#eventSec h2, #eventSec h3{
	margin:0;
	padding:0;
}


#eventInfoSec a {
	outline:none;
}








/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 319px) and (max-width: 470px) {
	
	/* --- event section under 470px start --- */
	#eventSec {
		padding:40px 0;
	}
	
	#informTitle {
		text-align:center;
		font-size:1.6em;
		margin:0 0 10px 0;
		font-weight:bold;
	}

	#eventwrapper {
		width:90%;
		margin:0 auto;
		padding:0;
		background:#fff;
		border:1px solid #009;
		position:relative;
		overflow:hidden;
	}
	
	#eventwrapper h2 {
		background:#30F;
		color:#FFF;
		padding:10px 0;
		line-height:24px;
		text-align:center;
		font-size:1.2em;
	}
	
	#eventwrapper h2 span {
		display:block;
	}
	
	#eventwrapper h3 {
		background:#FFF;
		color:#30F;
		line-height:40px;
		margin:0 0 0 0;
		padding:0 0 100px 0;
		font-size:1em;
		text-align:center;
		background:url(../img/event_girl_03.jpg) 0 bottom;
		background-size:100% auto;
		
		text-shadow:0 0 4px #fff;
	}
	
	#eventwrapper h3 span {
		font-size:1.4em;
	}
	
	#eventwrapper p {
		margin:0 20px 10px 20px;
		padding:5px 0 0 0;
		line-height:1.4em;
		font-size:0.9em;
		color:#000;
	}
	
	#eventwrapper img {
		display:none;
	}
	
	#eventInfoSec {
		background:#FCF;
		/*height:200px;*/
		color:#fff;
		padding:0 0 0 0;
		margin:0;
	}
	
	#eventInfoSec a {
		display:block;
		background:#fff;
		width:250px;
		height:55px;
		line-height:24px;
		/*float:right;*/
		margin:10px auto 20px;
		padding:5px 0 0 0;
		text-align:center;
		text-decoration:none;
		color:#F00;
		font-size:0.9em;
		
		-webkit-border-radius:30px;
		-moz-border-radius:30px;
		-o-border-radius:30px;
		border-radius:30px;
		
		-webkit-box-shadow:3px 3px 5px #000;
		-moz-box-shadow:3px 3px 5px #000;
		box-shadow:3px 3px 5px #000;
		
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefcea+0,f1da36+100;Gold+3D */
background: rgb(254,252,234); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,252,234,1) 0%, rgba(241,218,54,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */

	}
	
	#eventInfoSec a:hover {
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f1da36+0,fefcea+100 */
background: rgb(241,218,54); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(241,218,54,1) 0%, rgba(254,252,234,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(241,218,54,1) 0%,rgba(254,252,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(241,218,54,1) 0%,rgba(254,252,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1da36', endColorstr='#fefcea',GradientType=0 ); /* IE6-9 */


	}
	
	#eventInfoSec a b {
		font-weight:normal;
		display:block;
	}
	
	#eventInfoSec a em {
		font-size:1.4em;
	}
	
	/* --- event section under 470px end --- */
	
	header {
		width:100%;
		background:#3aaf5d;
		position:fixed;
		height:100px;
		top:0;
		z-index:1000;
	}
	
	header #logInArea {
		padding:10px 0 0 0;
	}
	
	header #logInArea h1 {
		margin:0;
		float:none;
		color:#fff;
		font-size:1.2em;
		margin:0 0 0 10px;
		line-height:40px;
		background:url(../img/logo.svg) no-repeat 0 0;
		padding:0 0 0 45px;
		
		-webkit-background-size:40px 32px;
		-moz-background-size:40px 32px;
		-o-background-size:40px 32px;
		background-size:40px 32px;
	}
	
	#logInBut a {
		float:none;
		display:block;
		width:80%;
		line-height:30px;
		padding:0 20px;
		margin:5px auto;
		color:#fff;
		font-weight:bold;
		font-size:1em;
		text-align:center;
		text-shadow:1px 1px #333;
		text-decoration:none;
		outline:0;
		cursor:pointer;
		
		-webkit-border-radius:15px;
		-moz-border-radius:15px;
		border-radius:15px;
		
		-webkit-box-shadow:3px 5px 5px rgba(0,0,0,.5);
		-moz-box-shadow:3px 5px 5px rgba(0,0,0,.5);
		box-shadow:3px 5px 5px rgba(0,0,0,.5);


	}
	
	/* ====================Main visual under 470 ======================= */
	
	#mainVis {
		width:100%;
		/*min-width:315px;*/
		margin:100px 0 0 0;
		padding:0;
		height:200px;
		background:#eee;
		overflow:hidden;
		position:relative;
	}
	
	#mainVis .panel {
		position:absolute;
		width:100%;
		height:200px;
		/*overflow:hidden;*/
	}
	
	#logo {
		width:150px;
		height:121px;
		margin:0 auto;
		padding:10px 0 0 0;
	}
	
	#panel1 img {
		position:relative;
		width:150px;
		height:auto;
	}
	
	#panel1 h2 {
		font-size:30px;
		margin:0;
		text-align:center;
		color:#fff;
		position:relative;
	}
	
	#panel2_inner, #panel3_inner, #panel4_inner, #panel5_inner {
		width:319px;
		height:200px;
		margin:0 auto;
		padding:0;
	}
	
	#panel2 img {
		position:relative;
		height:140px;
		width:auto;
		top:0;
		left:5px;
		float:left;
	}
	
	#panel2_right {
		/*float:right;*/
		float:left;
		width:170px;
		margin:0 0 0 10px;
		padding:10px 0 0 0;
	}
	
	#panel2 h3 {
		position:relative;
		font-size:20px;
		margin:0;
		text-align:center;
		line-height:60px;
	}
	
	#panel2_right p {
		position:relative;
		font-size:14px;
		margin:0;
		line-height:26px;
	}
	
	#panel3 img {
		position:relative;
		height:100px;
		width:auto;
		top:0;
		left:5px;
		float:left;
	}
	
	#panel3 h3 {
		position:relative;
		font-size:20px;
		margin:0;
		padding:20px 0 20px 0;
		text-align:center;
		line-height:30px;
	}
	
	#panel3 h3 span {
		display:block;
	}
	
	#panel3_right {
		float:left;
		width:130px;
		margin:0 0 0 20px;
		padding:10px 0 0 0;
	}
	
	#panel3_right p {
		position:relative;
		font-size:14px;
		margin:0;
		line-height:22px;
	}
	
	#panel4 h3 {
		position:relative;
		font-size:20px;
		margin:0;
		text-align:center;
		line-height:82px;
	}
	
	
	#panel4 img {
		position:relative;
		height:120px;
		width:auto;
		top:0;
		left:5px;
		float:left;
	}
	
	#panel4_right {
		float:left;
		width:170px;
		margin:0 0 0 10px;
		padding:0 0 0 0;
	}
	
	#lowPrice {
		position:relative;
		font-size:20px;
		font-weight:bold;
		width:140px;
		background:#fff;
		text-align:center;
		padding:2px 5px;
		margin:0 0 20px 0;
		border:2px solid #6F6;
		color:#C00;
		
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
	}
	
	#panel4_right p {
		position:relative;
		font-size:14px;
		margin:0;
		line-height:22px;
		color:#fff;
	}
	
	#panel5_right h3 {
		position:relative;
		font-size:20px;
		margin:0;
		color:#fff;
	}
	
	#panel5 img {
		position:relative;
		height:170px;
		width:auto;
		top:30px;
		left:5px;
		float:left;
	}
	
	#panel5_right {
		float:left;
		width:125px;
		margin:0 0 0 5px;
		padding:20px 0 0 0;
	}
	
	#panel5_right p {
		position:relative;
		font-size:14px;
		margin:0;
		line-height:20px;
		color:#fff;
	}
	
	#playAgain {
		position:absolute;
		width:100px;
		/*height:40px;*/
		background:#fff;
		margin:0;
		padding:0;
		right:10px;
		bottom:10px;
		cursor:pointer;
		
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border-radius:5px;
	}
	
	#playAgain .play_icon {
		width:14px;
		height:14px;
		position:relative;
		top:3px;
		left:5px;
		margin:0 5px 0 0;
		padding:0;
	}
	
	#playAgain p {
		display:inline-block;
		color:#5592d3;
		margin:0;
		padding:4px 0;
		font-size:12px;
	}
	
	#playAgain:hover .play_icon circle {
		stroke:#C00;
	}
	
	#playAgain:hover .play_icon path {
		fill:#C00;
	}
	
	#playAgain:hover p {
		color:#C00;
	}
	
	#preLoader {
		width:100%;
		margin:0;
		padding:0;
		/*height:200px;*/
		background:#eee;
		/*position:relative;*/
	}
	
	#square_outer {
		width:30px;
		height:30px;
		margin:0 auto;
		position:relative;
		top:85px;
		border:1px solid #CCC;
	}
	
	.square_1, .square_2, .square_3, .square_4 {
		width:13px;
		height:13px;
		background:#666;
		position:relative;
		float:left;
		border:1px solid #eee;
	}
	
	/* ====================英語が話せると世界が広がる under 470 ======================= */
	#topWrapper {
		width:100%;
		background:#fff;
	}
	
	#mainSec {
		width:100%;
	}
	
	.mainInner {
		float:none;
		margin:20px 0;
		
	}
	
	#mainSec .subInner {
		margin:0 20px;
		clear:both;
	}
	
	#mainSec .icon {
		float:none;
		width:30%;
		margin:0 auto;
	}
	
	#mainSec h2 {
		font-size:1.2em;
		text-align:center;
		margin:1em 0 0 0;
	}
	
	#mainSec em {
		display:block;
		font-size:0.8em;
		text-align:center;
		margin:0 0 0 0;
	}
	
	#mainSec h3 {
		font-size:1em;
		text-align:center;
		padding:0 0 0 0;
	}
	
	#mainSec p {
		font-size:1em;
		line-height:1.6em;
		padding:0 0 0 0;
	}
	
	/* ====================予約システム under 470 ======================= */
	#yoyakuArea {
		clear:both;
		margin:0;
	}
	
	#palBg {
		background:url(../img/yoyaku_S_2x.jpg) no-repeat center bottom;
		width:100%;
		height:100%;
		position:fixed;
		top:0;
		left:0;
		z-index:-100;
		
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
	}
	
	#yoyakuArea .yoyakuInner {
		width:100%;
	}
	
	#yoyakuArea .yoyakuInner h2 {
		font-size:1.2em;
		padding:0.3em 0 0.6em 0;
		text-align:center;
		color:#fff;
		line-height:1.4em;
		text-shadow:2px 2px 4px #000;
	}
	
	#yoyakuArea .yoyakuInner h2 span {
		display:block;
	}
	
	#yoyakuArea .yoyakuInner p {
		width:70%;
		float:none;
		background:rgba(0,0,0,0.4);
		padding:30px;
		margin:0 auto 50px;
		font-size:1em;
		color:#fff;
		line-height:1.8em;
		
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
		
		-webkit-box-shadow:5px 5px 10px rgb(0,0,0);
		-moz-box-shadow:5px 5px 10px rgb(0,0,0);
		box-shadow:5px 5px 10px rgb(0,0,0);
	}
	
	/* ====================チケット制だから安心 under 470 ======================= */
	#ticketWrapper {
		width:100%;
		background:#fff;
	}
	
	#ticketArea {
		width:100%;
		padding:20px 0 40px 0;
		background:none;
	}
	
	#ticketArea h2 {
		font-size:1.2em;
		text-align:center;
	}
	
	#ticketArea h2 span {
		display:block;
	}
	
	#ticketArea h3 {
		background:#f7ce6a;
		width:70%;
		margin:0 auto 30px;
		text-align:center;
		padding:10px;
		font-size:1.2em;
		color:#fff;
		
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
	}
	
	#ticketArea h3 span {
		display:block;
	}
	
	#ticketArea ul {
		list-style-type:none;
		margin:0 0 0 3%;
		padding:0;
		width:96%;
		font-size:1em;
	}
	
	#ticketArea ul li {
		padding:5px 0 5px 30px;
		background:url(../img/icon_check.svg) no-repeat left 4px;
		
		-webkit-background-size:24px 20px;
		-moz-background-size:24px 20px;
		-o-background-size:24px 20px;
		background-size:24px 20px;
	}
	
	/*  ==================== システムをご利用の方へ under 470  ==================== */
	#infoWrapper {
		border-top:1px solid #BFE8FC;
		width:96%;
		margin:0;
		padding:30px 2%;
		
	}
	
	#bookInfo {
		width:94%;
		margin:0 auto;
		padding:20px 0;
		border:2px solid #aae0fa;
		background:#efeded;
		
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
	}
	
	#bookInfo .infoBox {
		float:none;
		width:90%;
		background:#fff;
		margin:10px auto;
		
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
	}
	
	#bookInfo .infoBox a {
		display:inline-block;
		padding:0 10px;
		margin:5px 5px 10px 5px;
		border:1px solid #360;
		text-decoration:none;
		color:#fff;
		outline:0;
		
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border-radius:5px;
		
		-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.7);
		-moz-box-shadow:2px 2px 3px rgba(0,0,0,0.7);
		box-shadow:2px 2px 3px rgba(0,0,0,0.7);
	}
	
	#bookingCondition {
		background:#fff;
		width:90%;
		margin:10px auto;
		padding:0 0 20px 0;
		
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
	}
	
	#bookInfo h2 {
		font-size:1.4em;
		text-align:center;
	}
	
	#bookInfo .infoBox h3, #bookingCondition h3 {
		padding:20px 20px 0 20px;
		margin:0;
		font-size:1em;
	}
	
	#bookInfo .infoBox h3 em {
		display:block;
		font-style:normal;
	}
	
	#bookInfo .infoBox p {
		padding:5px 20px 20px 20px;
		margin:0;
		font-size:1em;
	}
	
	#bookingCondition p {
		padding:5px 20px 0 20px;
		margin:0;
		font-size:1em;
	}
	
	#instInfo a {
		display:block;
		width:90%;
		margin:40px auto 20px;
		height:40px;
		line-height:40px;
		text-align:center;
		color:#fff;
		font-size:1em;
		font-weight:bold;
		text-decoration:none;
		outline:0;
		
		-webkit-border-radius:25px;
		-moz-border-radius:25px;
		border-radius:25px;
		
		-webkit-box-shadow:3px 3px 5px rgba(0,0,0,0.6);
		-moz-box-shadow:3px 3px 5px rgba(0,0,0,0.6);
		box-shadow:3px 3px 5px rgba(0,0,0,0.6);
		
		-webkit-text-shadow:1px 1px #000;
		-moz-text-shadow:1px 1px #000;
		text-shadow:1px 1px #000;
	}
	
	.ie9 #instInfo a {
		
	}
	
	.ie9 #instInfo a:hover {
		
	}
	
	/* ===================== Who is your teacher under 470 ================== */
	#instWrapper {
		width:100%;
		margin:0;
		padding:10px 0 50px 0;
		border-top:1px solid #ccc;

	}
	
	#instWrapper h2 {
		margin:0 0 20px 0;
		padding:0;
		font-size:1.4em;
		text-align:center;
	}
	
	#instWrapper .instSec {
		width:90%;
		margin:0 auto;
		padding:0;
	}
	
	#instWrapper .instInner {
		float:none;
		width:100%;
		margin:0 5% 30px 5px;
		padding:100px 0 0 0;
		min-height:110px
	}
	
	#instWrapper .ja {
		background:url(../img/inst_face_2x_sm_yu.png) no-repeat center top;
		
		-webkit-background-size:100px 100px;
		-moz-background-size:100px 100px;
		-o-background-size:100px 100px;
		background-size:100px 100px;
	}
	
	#instWrapper .ke {
		background:url(../img/inst_face_2x_sm_ke.png) no-repeat center top;
		
		-webkit-background-size:100px 100px;
		-moz-background-size:100px 100px;
		-o-background-size:100px 100px;
		background-size:100px 100px;
	}
	
	#instWrapper .cy {
		background:url(../img/inst_face_2x_sm_cy.png) no-repeat center top;
		
		-webkit-background-size:100px 100px;
		-moz-background-size:100px 100px;
		-o-background-size:100px 100px;
		background-size:100px 100px;
	}
	
	#instWrapper .we {
		background:url(../img/inst_face_2x_sm_we.png) no-repeat center top;
		
		-webkit-background-size:100px 100px;
		-moz-background-size:100px 100px;
		-o-background-size:100px 100px;
		background-size:100px 100px;
	}
	
	#instWrapper h3 {
		margin:5px 0 0 0;
		font-size:1.2em;
		text-align:center;
	}
	
	#instWrapper h3 span {
		/*display:block;*/
	}
	
	#instWrapper p {
		margin:0;
		line-height:20px;
		font-size:1em;
	}
	
	/* ==================== ユニークなレッスン内容 under 470 ==================== */
	#lessonArea {
		background:url(../img/lesson_S_2x.jpg) no-repeat right center;
		padding:50px 20px;
		
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
	}
	
	#lessonArea .lessonInner {
		width:90%;
		margin:20px auto;
		padding:3% 3%;
		background:rgba(255,255,255,0.8);
		
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
		
		-webkit-box-shadow:5px 5px 8px rgba(0,0,0,0.6);
		-moz-box-shadow:5px 5px 8px rgba(0,0,0,0.6);
		box-shadow:5px 5px 8px rgba(0,0,0,0.6);
	}
	
	#lessonArea em {
		display:block;
		font-size:0.8em;
		text-align:center;
		margin:0;
		font-style:normal;
	}
	
	#lessonArea h2 {
		font-size:1.2em;
		text-align:center;
		margin:0;
	}
	
	#lessonArea .lessonInBox {
		margin-bottom:20px;
	}
	
	#lessonArea .lessonListLeft {
		float:none;
		width:80%;
		margin:0;
		padding:0;
		list-style-type:none;
	}
	
	#lessonArea .lessonListRight {
		float:none;
		width:100%;
		margin:0;
		padding:0;
		list-style-type:none;
	}
	
	#lessonArea .lessonListLeft li, #lessonArea .lessonListRight li {
		padding:3px 0 3px 26px;
		background:url(../img/icon_box.svg) no-repeat left 3px;
		font-size:1em;
		
		-webkit-background-size:15px;
		-moz-background-size:15px;
		-o-background-size:15px;
		background-size:15px;
	}
	
	#lessonArea h3 {
		font-size:1em;
		margin:0 0 0 0;
	}
	
	#lessonArea p {
		font-size:1em;
		margin:5px 0 30px 0;
	}
	
	/* ================== OK-英会話へのお問い合わせ under 470 ====================== */
	#asideWrapper {
		width:100%;
		background:#fff;
	}
	
	#contactArea {
		width:90%;
		margin:0 auto;
		padding-bottom:40px;
	}
	
	#contactArea h3 {
		font-size:1.2em;
		text-align:center;
	}
	
	#contactArea .leftSide {
		float:none;
		width:94%;
		margin:0 auto;
	}
	
	#contactArea .rightSide {
		float:none;
		width:94%;
		margin:0 auto;
	}
	
	#contactArea .rightSide p {
		font-size:0.9em;
	}
	
	#contactArea .toCustomer {
		display:block;
		width:98%;
		margin:0 auto 20px;
		padding:20px 0;
		text-align:center;
		border:2px solid #3aaf5d;
		
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
		
		-webkit-box-shadow:2px 2px 5px rgba(0,0,0,0.5);
		-moz-box-shadow:2px 2px 5px rgba(0,0,0,0.5);
		box-shadow:2px 2px 5px rgba(0,0,0,0.5);
	}
	
	#contactArea .tel, #contactArea .comToUs {
		font-size:1.2em;
		margin:0;
	}
	
	#contactArea .tel a {
		background:url(../img/icon_tel.svg) no-repeat left 1px;
		padding:0 0 0 38px;
		text-decoration:none;
		color:#333;
		cursor:default;
		
		-webkit-background-size:30px;
		-moz-background-size:30px;
		-o-background-size:30px;
		background-size:30px;
	}
	
	#contactArea .meLink {
		margin:0;
		position:relative;
	}
	
	#contactArea .meLink a {
		font-size:1.2em;
		text-decoration:none;
		color:#333;
		padding:0 0 0 38px;
	}
	
	#contactArea .meLink .smIcon {
		width:30px;
		height:22px;
		margin:0;
		position:absolute;
		top:2px;
		left:0;
		fill:#000;
	}
	
	#contactArea .meLink a:hover {
		color:#0C0;
	}
	
	#contactArea .meLink a:hover .smIcon {
		fill:#0C0;
	}
	
	#contactArea .meLink a:active {
		color:#0C0;
	}
	
	#contactArea .meLink a:active .smIcon {
		fill:#0C0;
	}
	
	#map {
		width:100%;
		height:450px;
		margin:10px auto 10px;
		background:#999;
	}
	
	/* ===================== footer area under 470 ========================= */
	footer {
		clear:both;
		background:#3aaf5d;
		padding:30px 0;
	}
	
	footer p {
		max-width:1100px;
		margin:0 auto 10px;
		text-align:center;
		color:#fff;
		font-size:0.8em;
	}
	
	/*footer a {
		text-decoration:none;
		color:#fff;
		font-size:16px;
	}
	
	footer p img {
		width:30px;
		height:auto;
		margin:0 5px;
	}*/
	
	#Social, #pastEvent {
		width:300px;
		margin:0 auto 20px;
	}
	
	#Social ul, #pastEvent ul {
		list-style:none;
		padding:0;
		margin:0;
	}
	
	#Social p, #pastEvent p {
		text-align:left;
		margin:0 0 5px 0;
		font-size:14px;
	}
	
	#Social ul li, #pastEvent ul li {
		padding:0 0 5px 0;
	}
	
	#Social ul li a, #pastEvent ul li a {
		text-decoration:none;
		color:#fff;
		font-size:14px;
	}
	
	#Social ul li a img {
		width:30px;
		height:auto;
		margin:0 5px;
	}
	
	
	
}


@media only screen and (min-width: 471px) and (max-width: 600px) {
	
	/* --- event section 471px to 600px start --- */
	#eventSec {
		padding:40px 0;
	}
	
	#informTitle {
		text-align:center;
		font-size:1.6em;
		margin:0 0 10px 0;
		font-weight:bold;
	}

	#eventwrapper {
		width:90%;
		margin:0 auto;
		padding:0;
		background:#fff;
		border:1px solid #009;
		position:relative;
		overflow:hidden;
	}
	
	#eventwrapper h2 {
		background:#30F;
		color:#FFF;
		padding:10px 0;
		line-height:24px;
		text-align:center;
		font-size:1.2em;
	}
	
	#eventwrapper h2 span {
		display:block;
	}
	
	#eventwrapper h3 {
		background:#FFF;
		color:#30F;
		line-height:40px;
		margin:0 0 0 0;
		padding:5px 0 150px 0;
		font-size:1.2em;
		text-align:center;
		background:url(../img/event_girl_03.jpg) 0 bottom;
		background-size:100% auto;
	}
	
	#eventwrapper h3 span {
		font-size:1.4em;
	}
	
	#eventwrapper p {
		margin:0 40px 10px 20px;
		padding:5px 0 0 0;
		line-height:1.4em;
		font-size:0.9em;
		color:#000;
	}
	
	#eventwrapper img {
		display:none;
	}
	
	#eventInfoSec {
		background:#FCF;
		/*height:200px;*/
		color:#fff;
		padding:0 0 0 0;
		margin:0;
	}
	
	#eventInfoSec a {
		display:block;
		background:#fff;
		width:300px;
		height:55px;
		line-height:24px;
		/*float:right;*/
		margin:10px auto 20px;
		padding:5px 0 0 0;
		text-align:center;
		text-decoration:none;
		color:#F00;
		font-size:0.9em;
		
		-webkit-border-radius:30px;
		-moz-border-radius:30px;
		-o-border-radius:30px;
		border-radius:30px;
		
		-webkit-box-shadow:3px 3px 5px #000;
		-moz-box-shadow:3px 3px 5px #000;
		box-shadow:3px 3px 5px #000;
		
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefcea+0,f1da36+100;Gold+3D */
background: rgb(254,252,234); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,252,234,1) 0%, rgba(241,218,54,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */

	}
	
	#eventInfoSec a:hover {
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f1da36+0,fefcea+100 */
background: rgb(241,218,54); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(241,218,54,1) 0%, rgba(254,252,234,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(241,218,54,1) 0%,rgba(254,252,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(241,218,54,1) 0%,rgba(254,252,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1da36', endColorstr='#fefcea',GradientType=0 ); /* IE6-9 */


	}
	
	#eventInfoSec a b {
		font-weight:normal;
		display:block;
	}
	
	#eventInfoSec a em {
		font-size:1.4em;
	}
	
	/* --- event section 471px to 600px end --- */
	
	
    header {
		width:100%;
		background:#3aaf5d;
		position:fixed;
		height:60px;
		top:0;
		z-index:1000;
	}
	
	header #logInArea {
		padding:10px 0 0 0;
	}
	
	header #logInArea h1 {
		margin:0;
		float:left;
		color:#fff;
		font-size:1.2em;
		margin:0 0 0 10px;
		line-height:40px;
		background:url(../img/logo.svg) no-repeat 0 0;
		padding:0 0 0 45px;
		
		-webkit-background-size:40px 32px;
		-moz-background-size:40px 32px;
		-o-background-size:40px 32px;
		background-size:40px 32px;
	}
	
	#logInBut a {
		float:right;
		display:block;
		width:200px;
		line-height:30px;
		padding:0 20px;
		margin:0 10px 5px 0;
		color:#fff;
		font-weight:bold;
		font-size:1em;
		text-align:center;
		text-shadow:1px 1px #333;
		text-decoration:none;
		outline:0;
		cursor:pointer;
		
		-webkit-border-radius:15px;
		-moz-border-radius:15px;
		border-radius:15px;
		
		-webkit-box-shadow:3px 5px 5px rgba(0,0,0,.5);
		-moz-box-shadow:3px 5px 5px rgba(0,0,0,.5);
		box-shadow:3px 5px 5px rgba(0,0,0,.5);


	}
	
	/* ====================Main visual 471 to 600 ======================= */
	
	#mainVis {
		width:100%;
		/*min-width:470px;*/
		margin:60px 0 0 0;
		padding:0;
		height:250px;
		background:#eee;
		overflow:hidden;
		position:relative;
	}
	
	#mainVis .panel {
		position:absolute;
		width:100%;
		height:250px;
		/*overflow:hidden;*/
	}
	
	#logo {
		width:200px;
		height:162px;
		margin:0 auto;
		padding:10px 0 0 0;
	}
	
	#panel1 img {
		position:relative;
		width:200px;
		height:auto;
	}
	
	#panel1 h2 {
		font-size:46px;
		margin:0;
		text-align:center;
		color:#fff;
		position:relative;
	}
	
	#panel2_inner, #panel3_inner, #panel4_inner, #panel5_inner {
		width:470px;
		margin:0 auto;
		padding:0;
	}
	
	#panel2 img {
		position:relative;
		height:170px;
		width:auto;
		top:0;
		left:20px;
		float:left;
	}
	
	#panel2_right {
		/*float:right;*/
		float:left;
		width:280px;
		margin:0 0 0 40px;
		padding:30px 0 0 0;
	}
	
	#panel2 h3 {
		position:relative;
		font-size:30px;
		margin:0;
		text-align:center;
		line-height:80px;
	}
	
	#panel2_right p {
		position:relative;
		font-size:16px;
		margin:0;
		line-height:26px;
	}
	
	#panel2_right p span {
		display:block;
	}
	
	#panel3 img {
		position:relative;
		height:170px;
		width:auto;
		top:0;
		left:20px;
		float:left;
	}
	
	#panel3 h3 {
		position:relative;
		font-size:24px;
		margin:0;
		padding:0;
		text-align:center;
		line-height:80px;
	}
	
	#panel3_right {
		float:left;
		width:190px;
		margin:0 0 0 40px;
		padding:50px 0 0 0;
	}
	
	#panel3_right p {
		position:relative;
		font-size:16px;
		margin:0;
		line-height:26px;
	}
	
	#panel4 h3 {
		position:relative;
		font-size:24px;
		margin:0;
		text-align:center;
		line-height:80px;
	}
	
	
	#panel4 img {
		position:relative;
		height:170px;
		width:auto;
		top:0;
		left:20px;
		float:left;
	}
	
	#panel4_right {
		float:left;
		width:220px;
		margin:0 0 0 40px;
		padding:10px 0 0 0;
	}
	
	#lowPrice {
		position:relative;
		font-size:26px;
		font-weight:bold;
		width:170px;
		background:#fff;
		text-align:center;
		padding:10px 15px;
		margin:0 0 20px 0;
		border:3px solid #6F6;
		color:#C00;
		
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
	}
	
	#panel4_right p {
		position:relative;
		font-size:16px;
		margin:0;
		line-height:26px;
		color:#fff;
	}
	
	#panel5_right h3 {
		position:relative;
		font-size:28px;
		margin:0;
		color:#fff;
	}
	
	#panel5 img {
		position:relative;
		height:220px;
		width:auto;
		top:30px;
		left:20px;
		float:left;
	}
	
	#panel5_right {
		float:left;
		width:200px;
		margin:0 0 0 25px;
		padding:40px 0 0 0;
	}
	
	#panel5_right p {
		position:relative;
		font-size:16px;
		margin:0;
		line-height:26px;
		color:#fff;
	}
	
	#playAgain {
		position:absolute;
		width:110px;
		/*height:40px;*/
		background:#fff;
		margin:0;
		padding:0;
		right:20px;
		bottom:20px;
		cursor:pointer;
		
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
	}
	
	#playAgain .play_icon {
		width:16px;
		height:16px;
		position:relative;
		top:3px;
		left:5px;
		margin:0 5px 0 0;
		padding:0;
	}
	
	#playAgain p {
		display:inline-block;
		color:#5592d3;
		margin:0;
		padding:4px 0;
		font-size:14px;
	}
	
	
	#playAgain:hover .play_icon circle {
		stroke:#C00;
	}
	
	#playAgain:hover .play_icon path {
		fill:#C00;
	}
	
	#playAgain:hover p {
		color:#C00;
	}
	
	#preLoader {
		width:100%;
		min-width:470px;
		margin:0;
		padding:0;
		height:250px;
		background:#eee;
		/*position:relative;*/
	}
	
	#square_outer {
		width:30px;
		height:30px;
		margin:0 auto;
		position:relative;
		top:120px;
		border:1px solid #CCC;
	}
	
	.square_1, .square_2, .square_3, .square_4 {
		width:13px;
		height:13px;
		background:#666;
		position:relative;
		float:left;
		border:1px solid #eee;
	}
	
	
	
	/* 英語が話せると世界が広がる 471 to 600 */
	#topWrapper {
		width:100%;
		background:#fff;
	}
	
	#mainSec {
		width:100%;
	}
	
	.mainInner {
		float:none;
		margin:20px 0;
		
	}
	
	#mainSec .subInner {
		margin:0 20px;
		clear:both;
	}
	
	#mainSec .icon {
		float:left;
		width:30%;
		margin:0;
	}
	
	#mainSec h2 {
		font-size:1.2em;
		text-align:center;
		margin:1em 0 0 0;
	}
	
	#mainSec em {
		display:block;
		font-size:0.8em;
		text-align:center;
		margin:0 0 0 0;
	}
	
	#mainSec h3 {
		font-size:1em;
		text-align:left;
		padding:10px 0 0 35%;
	}
	
	#mainSec p {
		font-size:1em;
		line-height:1.6em;
		padding:0 0 0 35%;
	}
	
	/* 予約システム  471 to 600 */
	#yoyakuArea {
		clear:both;
		margin:0;
	}
	
	#palBg {
		background:url(../img/yoyaku_S_2x.jpg) no-repeat center bottom;
		width:100%;
		height:100%;
		position:fixed;
		top:0;
		left:0;
		z-index:-100;
		
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
	}
	
	#yoyakuArea .yoyakuInner {
		width:100%;
	}
	
	#yoyakuArea .yoyakuInner h2 {
		font-size:1.2em;
		padding:0.3em 0 0.6em 0;
		text-align:center;
		color:#fff;
		line-height:1.4em;
		text-shadow:2px 2px 4px #000;
	}
	
	#yoyakuArea .yoyakuInner h2 span {
		display:block;
	}
	
	#yoyakuArea .yoyakuInner p {
		width:70%;
		float:none;
		background:rgba(0,0,0,0.4);
		padding:30px;
		margin:0 auto 50px;
		font-size:1em;
		color:#fff;
		line-height:1.8em;
		
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
		
		-webkit-box-shadow:5px 5px 10px rgb(0,0,0);
		-moz-box-shadow:5px 5px 10px rgb(0,0,0);
		box-shadow:5px 5px 10px rgb(0,0,0);
	}
	
	/* チケット制だから安心 471 to 600 */
	#ticketWrapper {
		width:100%;
		background:#fff;
	}
	
	#ticketArea {
		width:100%;
		padding:20px 0 40px 0;
		/*padding-bottom:70px;*/
		/*background:url(../img/pointing_girl_s.jpg) no-repeat right bottom;
		background-size:203px 350px;*/
		background:none;
	}
	
	#ticketArea h2 {
		font-size:1.2em;
		text-align:center;
	}
	
	#ticketArea h2 span {
		display:block;
	}
	
	#ticketArea h3 {
		background:#f7ce6a;
		width:70%;
		margin:0 auto 30px;
		text-align:center;
		padding:10px;
		font-size:1.2em;
		color:#fff;
		
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
	}
	
	#ticketArea h3 span {
		display:block;
	}
	
	#ticketArea ul {
		list-style-type:none;
		margin:0 3% 0 3%;
		padding:0;
		width:93%;
		font-size:1em;
	}
	
	#ticketArea ul li {
		padding:5px 0 5px 30px;
		background:url(../img/icon_check.svg) no-repeat left 4px;
		
		-webkit-background-size:24px 20px;
		-moz-background-size:24px 20px;
		-o-background-size:24px 20px;
		background-size:24px 20px;
	}
	
	/* システムをご利用の方へ 471 to 600 */
	#infoWrapper {
		border-top:1px solid #BFE8FC;
		width:96%;
		margin:0;
		padding:30px 2%;
		
	}
	
	#bookInfo {
		width:80%;
		margin:0 auto;
		padding:20px 30px;
		border:2px solid #aae0fa;
		background:#efeded;
		
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
	}
	
	#bookInfo .infoBox {
		float:none;
		width:90%;
		background:#fff;
		margin:10px auto;
		
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
	}
	
	#bookInfo .infoBox a {
		display:inline-block;
		padding:0 10px;
		margin:5px 5px 10px 5px;
		border:1px solid #360;
		text-decoration:none;
		color:#fff;
		outline:0;
		
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border-radius:5px;
		
		-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.7);
		-moz-box-shadow:2px 2px 3px rgba(0,0,0,0.7);
		box-shadow:2px 2px 3px rgba(0,0,0,0.7);
	}
	
	#bookingCondition {
		background:#fff;
		width:90%;
		margin:10px auto;
		padding:0 0 20px 0;
		
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
	}
	
	#bookInfo h2 {
		font-size:1.6em;
		text-align:center;
	}
	
	#bookInfo h2 span {
		/*display:block;*/
	}
	
	#bookInfo .infoBox h3, #bookingCondition h3 {
		padding:20px 20px 0 20px;
		margin:0;
		font-size:1em;
	}
	
	#bookInfo .infoBox h3 em {
		display:block;
		font-style:normal;
	}
	
	#bookInfo .infoBox p {
		padding:5px 20px 20px 20px;
		margin:0;
		font-size:1em;
	}
	
	#bookingCondition p {
		padding:5px 20px 0 20px;
		margin:0;
		font-size:1em;
	}
	
	#instInfo a {
		display:block;
		width:350px;
		margin:40px auto 20px;
		height:50px;
		line-height:50px;
		text-align:center;
		color:#fff;
		font-size:1.2em;
		font-weight:bold;
		text-decoration:none;
		outline:0;
		
		-webkit-border-radius:25px;
		-moz-border-radius:25px;
		border-radius:25px;
		
		-webkit-box-shadow:3px 3px 5px rgba(0,0,0,0.6);
		-moz-box-shadow:3px 3px 5px rgba(0,0,0,0.6);
		box-shadow:3px 3px 5px rgba(0,0,0,0.6);
		
		-webkit-text-shadow:1px 1px #000;
		-moz-text-shadow:1px 1px #000;
		text-shadow:1px 1px #000;
	}
	
	.ie9 #instInfo a {
		
	}
	
	.ie9 #instInfo a:hover {
		
	}
	
	/*Who is your teacher 471 to 600 */
	#instWrapper {
		width:100%;
		margin:0;
		padding:10px 0 50px 0;
		border-top:1px solid #ccc;

	}
	
	#instWrapper h2 {
		margin:0;
		padding:0;
		font-size:1.6em;
		text-align:center;
	}
	
	#instWrapper .instSec {
		width:90%;
		margin:0 auto;
		padding:0;
	}
	
	#instWrapper .instInner {
		float:none;
		max-width:100%;
		margin:0 5% 30px 0;
		padding:0 0 0 110px;
		min-height:110px
	}
	
	#instWrapper .ja {
		background:url(../img/inst_face_2x_sm_yu.png) no-repeat left top;
		
		-webkit-background-size:100px 100px;
		-moz-background-size:100px 100px;
		-o-background-size:100px 100px;
		background-size:100px 100px;
	}
	
	#instWrapper .ke {
		background:url(../img/inst_face_2x_sm_ke.png) no-repeat left top;
		
		-webkit-background-size:100px 100px;
		-moz-background-size:100px 100px;
		-o-background-size:100px 100px;
		background-size:100px 100px;
	}
	
	#instWrapper .cy {
		background:url(../img/inst_face_2x_sm_cy.png) no-repeat left top;
		
		-webkit-background-size:100px 100px;
		-moz-background-size:100px 100px;
		-o-background-size:100px 100px;
		background-size:100px 100px;
	}
	
	#instWrapper .we {
		background:url(../img/inst_face_2x_sm_we.png) no-repeat left top;
		
		-webkit-background-size:100px 100px;
		-moz-background-size:100px 100px;
		-o-background-size:100px 100px;
		background-size:100px 100px;
	}
	
	#instWrapper h3 {
		margin:10px 0;
		font-size:1.2em;
	}
	
	#instWrapper h3 span {
		/*display:block;*/
	}
	
	#instWrapper p {
		margin:0;
		line-height:24px;
		font-size:1em;
	}
	
	/* ユニークなレッスン内容 471 to 600 */
	#lessonArea {
		background:url(../img/lesson_S_2x.jpg) no-repeat right center;
		padding:50px 20px;
		
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
	}
	
	#lessonArea .lessonInner {
		width:80%;
		margin:20px auto;
		padding:20px 20px;
		background:rgba(255,255,255,0.8);
		
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
		
		-webkit-box-shadow:5px 5px 8px rgba(0,0,0,0.6);
		-moz-box-shadow:5px 5px 8px rgba(0,0,0,0.6);
		box-shadow:5px 5px 8px rgba(0,0,0,0.6);
	}
	
	#lessonArea em {
		display:block;
		font-size:1em;
		text-align:center;
		margin:0;
		font-style:normal;
	}
	
	#lessonArea h2 {
		font-size:1.2em;
		text-align:center;
		margin:0;
	}
	
	#lessonArea .lessonInBox {
		margin-bottom:20px;
	}
	
	#lessonArea .lessonListLeft {
		float:none;
		width:80%;
		margin:0;
		padding:0;
		list-style-type:none;
	}
	
	#lessonArea .lessonListRight {
		float:none;
		width:100%;
		margin:0;
		padding:0;
		list-style-type:none;
	}
	
	#lessonArea .lessonListLeft li, #lessonArea .lessonListRight li {
		padding:3px 0 3px 26px;
		background:url(../img/icon_box.svg) no-repeat left 3px;
		font-size:1em;
		
		-webkit-background-size:15px;
		-moz-background-size:15px;
		-o-background-size:15px;
		background-size:15px;
	}
	
	#lessonArea h3 {
		font-size:1em;
		margin:0 0 0 0;
	}
	
	#lessonArea p {
		font-size:1em;
		margin:5px 0 30px 0;
	}
	
	/* OK-英会話へのお問い合わせ 471 to 600 */
	#asideWrapper {
		width:100%;
		background:#fff;
	}
	
	#contactArea {
		width:90%;
		margin:0 auto;
		padding-bottom:40px;
	}
	
	#contactArea h3 {
		font-size:1.2em;
		text-align:center;
	}
	
	#contactArea .leftSide {
		float:none;
		width:94%;
		margin:0 auto;
	}
	
	#contactArea .rightSide {
		float:none;
		width:94%;
		margin:0 auto;
	}
	
	#contactArea .rightSide p {
		font-size:1em;
	}
	
	#contactArea .toCustomer {
		display:block;
		width:98%;
		margin:0 auto 20px;
		padding:20px 0;
		text-align:center;
		border:2px solid #3aaf5d;
		
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
		
		-webkit-box-shadow:2px 2px 5px rgba(0,0,0,0.5);
		-moz-box-shadow:2px 2px 5px rgba(0,0,0,0.5);
		box-shadow:2px 2px 5px rgba(0,0,0,0.5);
	}
	
	#contactArea .tel, #contactArea .comToUs {
		font-size:1.2em;
		margin:0;
	}
	
	#contactArea .tel a {
		background:url(../img/icon_tel.svg) no-repeat left 1px;
		padding:0 0 0 38px;
		text-decoration:none;
		color:#333;
		cursor:default;
		
		-webkit-background-size:30px;
		-moz-background-size:30px;
		-o-background-size:30px;
		background-size:30px;
	}
	
	#contactArea .meLink {
		margin:0;
		position:relative;
	}
	
	#contactArea .meLink a {
		font-size:1.2em;
		text-decoration:none;
		color:#333;
		padding:0 0 0 38px;
	}
	
	#contactArea .meLink .smIcon {
		width:30px;
		height:22px;
		margin:0;
		position:absolute;
		top:2px;
		left:0;
		fill:#000;
	}
	
	#contactArea .meLink a:hover {
		color:#0C0;
	}
	
	#contactArea .meLink a:hover .smIcon {
		fill:#0C0;
	}
	
	#contactArea .meLink a:active {
		color:#0C0;
	}
	
	#contactArea .meLink a:active .smIcon {
		fill:#0C0;
	}
	
	#map {
		width:100%;
		height:450px;
		margin:10px auto 10px;
		background:#999;
	}
	
	/* footer area 471 to 600 */
	footer {
		clear:both;
		background:#3aaf5d;
		padding:30px 0;
	}
	
	footer p {
		max-width:1100px;
		margin:0 auto 10px;
		text-align:center;
		color:#fff;
		font-size:0.8em;
	}
	
	/*footer a {
		text-decoration:none;
		color:#fff;
		font-size:16px;
	}
	
	footer p img {
		width:30px;
		height:auto;
		margin:0 5px;
	}*/
	
	#Social, #pastEvent {
		width:300px;
		margin:0 auto 20px;
	}
	
	#Social ul, #pastEvent ul {
		list-style:none;
		padding:0;
		margin:0;
	}
	
	#Social p, #pastEvent p {
		text-align:left;
		margin:0 0 5px 0;
		font-size:16px;
	}
	
	#Social ul li, #pastEvent ul li {
		padding:0 0 5px 0;
	}
	
	#Social ul li a, #pastEvent ul li a {
		text-decoration:none;
		color:#fff;
		font-size:16px;
	}
	
	#Social ul li a img {
		width:30px;
		height:auto;
		margin:0 5px;
	}
	
	
}

@media only screen and (min-width: 601px) and (max-width: 1000px) {
	/* --- event section 601px to 1000px start --- */
	#eventSec {
		padding:40px 0;
	}
	
	#informTitle {
		text-align:center;
		font-size:1.8em;
		margin:0 0 10px 0;
		font-weight:bold;
	}

	#eventwrapper {
		width:90%;
		margin:0 auto;
		padding:0;
		background:#fff;
		border:1px solid #009;
		position:relative;
		overflow:hidden;
	}
	
	#eventwrapper h2 {
		background:#30F;
		color:#FFF;
		padding:0;
		line-height:60px;
		text-align:center;
		font-size:1.6em;
	}
	
	#eventwrapper h3 {
		background:#FFF;
		color:#30F;
		line-height:40px;
		margin:5px 0 0 230px;
		font-size:1.4em;
	}
	
	#eventwrapper h3 span {
		font-size:1.4em;
	}
	
	#eventwrapper p {
		margin:0 40px 10px 20px;
		padding:5px 0 0 0;
		line-height:1.4em;
		font-size:0.9em;
		color:#000;
	}
	
	#eventwrapper img {
		height:250px;
		width:auto;
		position:absolute;
		left:5px;
		top:45px;
	}
	
	#eventInfoSec {
		background:#FCF;
		/*height:200px;*/
		color:#fff;
		padding:0 0 0 210px;
		margin:0;
	}
	
	#eventInfoSec a {
		display:block;
		background:#fff;
		width:300px;
		line-height:40px;
		/*float:right;*/
		margin:10px auto 20px;
		padding:0;
		text-align:center;
		text-decoration:none;
		color:#F00;
		font-size:0.9em;
		
		-webkit-border-radius:25px;
		-moz-border-radius:25px;
		-o-border-radius:25px;
		border-radius:25px;
		
		-webkit-box-shadow:3px 3px 5px #000;
		-moz-box-shadow:3px 3px 5px #000;
		box-shadow:3px 3px 5px #000;
		
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefcea+0,f1da36+100;Gold+3D */
background: rgb(254,252,234); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,252,234,1) 0%, rgba(241,218,54,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */

	}
	
	#eventInfoSec a:hover {
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f1da36+0,fefcea+100 */
background: rgb(241,218,54); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(241,218,54,1) 0%, rgba(254,252,234,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(241,218,54,1) 0%,rgba(254,252,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(241,218,54,1) 0%,rgba(254,252,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1da36', endColorstr='#fefcea',GradientType=0 ); /* IE6-9 */


	}
	
	#eventInfoSec a b {
		font-weight:normal;
	}
	
	#eventInfoSec a em {
		font-size:1.4em;
	}
	
	/* --- event section 601px to 1000px end --- */
	
    header {
		width:100%;
		background:#3aaf5d;
		position:fixed;
		height:80px;
		top:0;
		z-index:1000;
	}
	
	header #logInArea {
		padding:15px 0 0 0;
	}
	
	header #logInArea h1 {
		margin:0;
		float:left;
		color:#fff;
		font-size:1.6em;
		margin:0 0 0 10px;
		line-height:60px;
		background:url(../img/logo.svg) no-repeat 0 0;
		padding:0 0 0 65px;
		
		-webkit-background-size:60px 49px;
		-moz-background-size:60px 49px;
		-o-background-size:60px 49px;
		background-size:60px 49px;
	}
	
	#logInBut a {
		float:right;
		width:200px;
		line-height:40px;
		padding:0 20px;
		margin:3px 10px 0 0;
		color:#fff;
		font-weight:bold;
		font-size:1em;
		text-shadow:1px 1px #333;
		text-decoration:none;
		text-align:center;
		outline:0;
		cursor:pointer;
		
		/*border:1px solid #999;*/
		
		-webkit-border-radius:30px;
		-moz-border-radius:30px;
		border-radius:30px;
		
		-webkit-box-shadow:3px 5px 5px rgba(0,0,0,.5);
		-moz-box-shadow:3px 5px 5px rgba(0,0,0,.5);
		box-shadow:3px 5px 5px rgba(0,0,0,.5);


	}
	
	/* ==================man visual Middle screen 601px to 1000px====================== */
	#mainVis {
		width:100%;
		margin:80px 0 0 0;
		padding:0;
		height:350px;
		background:#eee;
		overflow:hidden;
		position:relative;
	}
	
	#mainVis .panel {
		position:absolute;
		width:100%;
		height:350px;
		/*overflow:hidden;*/
	}
	
	#logo {
		width:250px;
		height:202px;
		margin:0 auto;
		padding:30px 0 0 0;
	}
	
	#panel1 img {
		position:relative;
		width:250px;
		height:auto;
	}
	
	#panel1 h2 {
		font-size:70px;
		margin:0;
		text-align:center;
		color:#fff;
		position:relative;
	}
	
	#panel2_inner, #panel3_inner, #panel4_inner, #panel5_inner {
		width:600px;
		margin:0 auto;
	}
	
	#panel2 img {
		position:relative;
		height:270px;
		width:auto;
		top:0;
		left:0;
		float:left;
	}
	
	#panel2_right {
		/*float:right;*/
		float:left;
		width:340px;
		margin:0 0 0 30px;
		padding:100px 0 0 0;
	}
	
	#panel2 h3 {
		position:relative;
		font-size:46px;
		margin:0;
		text-align:center;
		line-height:80px;
	}
	
	#panel2_right p {
		position:relative;
		font-size:22px;
		margin:0;
		line-height:36px;
	}
	
	#panel2_right p span {
		display:block;
	}
	
	#panel3 img {
		position:relative;
		height:270px;
		width:auto;
		top:0;
		left:20px;
		float:left;
	}
	
	#panel3 h3 {
		font-size:30px;
		margin:0;
		padding:0;
		text-align:center;
		line-height:80px;
	}
	
	#panel3_right {
		float:left;
		width:190px;
		margin:0 0 0 40px;
		padding:100px 0 0 0;
	}
	
	#panel3_right p {
		position:relative;
		font-size:20px;
		margin:0;
	}
	
	#panel4 h3 {
		position:relative;
		font-size:36px;
		margin:0;
		text-align:center;
		line-height:80px;
	}
	
	
	#panel4 img {
		position:relative;
		height:270px;
		width:auto;
		top:0;
		left:20px;
		float:left;
	}
	
	#panel4_right {
		float:left;
		width:280px;
		margin:0 0 0 40px;
		padding:50px 0 0 0;
	}
	
	#lowPrice {
		position:relative;
		font-size:30px;
		font-weight:bold;
		width:200px;
		background:#fff;
		text-align:center;
		padding:10px 20px;
		margin:0 0 20px 0;
		border:3px solid #6F6;
		color:#C00;
		
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
	}
	
	#panel4_right p {
		position:relative;
		font-size:20px;
		margin:0;
		line-height:40px;
		color:#fff;
	}
	
	#panel5_right h3 {
		position:relative;
		font-size:38px;
		margin:0;
		color:#fff;
	}
	
	#panel5 img {
		position:relative;
		height:300px;
		width:auto;
		top:50px;
		left:20px;
		float:left;
	}
	
	#panel5_right {
		float:left;
		width:230px;
		margin:0 0 0 15px;
		padding:100px 0 0 0;
	}
	
	#panel5_right p {
		position:relative;
		font-size:20px;
		margin:0;
		line-height:30px;
		color:#fff;
	}
	
	#playAgain {
		position:absolute;
		width:130px;
		/*height:40px;*/
		background:#fff;
		margin:0;
		padding:0;
		right:20px;
		bottom:20px;
		cursor:pointer;
		
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
	}
	
	#playAgain .play_icon {
		width:20px;
		height:20px;
		position:relative;
		top:4px;
		left:10px;
		margin:0 10px 0 0;
		padding:0;
	}
	
	#playAgain p {
		display:inline-block;
		color:#5592d3;
		margin:0;
		padding:4px 0;
		font-size:16px;
	}
	
	
	#playAgain:hover .play_icon circle {
		stroke:#C00;
	}
	
	#playAgain:hover .play_icon path {
		fill:#C00;
	}
	
	#playAgain:hover p {
		color:#C00;
	}
	
	#preLoader {
		width:100%;
		margin:0;
		padding:0;
		height:350px;
		background:#eee;
		/*position:relative;*/
	}
	
	#square_outer {
		width:40px;
		height:40px;
		margin:0 auto;
		position:relative;
		top:170px;
		border:1px solid #CCC;
	}
	
	.square_1, .square_2, .square_3, .square_4 {
		width:18px;
		height:18px;
		background:#666;
		position:relative;
		float:left;
		border:1px solid #eee;
	}
	
	/* 英語が話せると世界が広がる Middle screen 601px to 1000px (fixed width, h3 and p padding at 8/23) */
	#topWrapper {
		width:100%;
		background:#fff;
		padding:0 0 50px 0;
	}
	
	#mainSec {
		width:100%;
	}
	
	.mainInner {
		float:none;
		margin:20px 0;
		
	}
	
	#mainSec .subInner {
		margin:0 20px;
		clear:both;
	}
	
	#mainSec .icon {
		float:left;
		/*width:30%;*/
		width:170px;
		margin:0;
	}
	
	#mainSec h2 {
		font-size:2em;
		text-align:center;
		margin:1em 0 0 0;
	}
	
	#mainSec em {
		display:block;
		font-size:1em;
		text-align:center;
		margin:0 0 1em 0;
	}
	
	#mainSec h3 {
		font-size:1.2em;
		text-align:left;
		/*padding:0 0 0 35%;*/
		padding:20px 0 0 200px;
	}
	
	#mainSec p {
		font-size:1em;
		line-height:1.6em;
		/*padding:0 0 0 35%;*/
		padding:0 0 0 200px;
	}
	
	/* 予約システム  Middle screen 601px to 1000px */
	#yoyakuArea {
		clear:both;
		margin:0;
	}
	
	#palBg {
		background:url(../img/yoyaku_M_2x.jpg) no-repeat center bottom;
		width:100%;
		height:100%;
		position:fixed;
		top:0;
		left:0;
		z-index:-100;
		
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
	}
	
	#yoyakuArea .yoyakuInner {
		width:100%;
	}
	
	#yoyakuArea .yoyakuInner h2 {
		font-size:1.8em;
		padding:0.3em 0 0.6em 0;
		text-align:center;
		color:#fff;
		line-height:1.4em;
		text-shadow:2px 2px 4px #000;
	}
	
	#yoyakuArea .yoyakuInner h2 span {
		display:block;
	}
	
	#yoyakuArea .yoyakuInner p {
		width:70%;
		float:none;
		background:rgba(0,0,0,0.4);
		padding:30px;
		margin:0 auto 50px;
		font-size:1em;
		color:#fff;
		line-height:1.8em;
		
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
		
		-webkit-box-shadow:5px 5px 10px rgb(0,0,0);
		-moz-box-shadow:5px 5px 10px rgb(0,0,0);
		box-shadow:5px 5px 10px rgb(0,0,0);
	}
	
	/* チケット制だから安心 Middle screen 601px to 1000px */
	#ticketWrapper {
		width:100%;
		background:#fff;
		padding:30px 0 0 0;
	}
	
	#ticketArea {
		width:100%;
		padding:0 0 70px 0;
		/*padding-bottom:70px;*/
		background:url(../img/pointing_girl_s.jpg) no-repeat right bottom;
		
		-webkit-background-size:203px 350px;
		-moz-background-size:203px 350px;
		-o-background-size:203px 350px;
		background-size:203px 350px;
	}
	
	#ticketArea h2 {
		font-size:1.4em;
		text-align:center;
	}
	
	#ticketArea h3 {
		background:#f7ce6a;
		width:70%;
		margin:0 auto 30px;
		text-align:center;
		padding:10px;
		font-size:1.2em;
		color:#fff;
		
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
	}
	
	#ticketArea h3 span {
		display:block;
	}
	
	#ticketArea ul {
		list-style-type:none;
		margin:0 0 0 3%;
		padding:0;
		width:60%;
		font-size:1em;
	}
	
	#ticketArea ul li {
		padding:5px 0 5px 30px;
		background:url(../img/icon_check.svg) no-repeat left 4px;
		
		-webkit-background-size:24px 20px;
		-moz-background-size:24px 20px;
		-o-background-size:24px 20px;
		background-size:24px 20px;
	}
	
	/* システムをご利用の方へ Middle screen 601px to 1000px */
	#infoWrapper {
		border-top:1px solid #BFE8FC;
		width:96%;
		margin:0;
		padding:30px 2%;
		
	}
	
	#bookInfo {
		width:86%;
		margin:0 auto;
		padding:20px 30px;
		border:2px solid #aae0fa;
		background:#efeded;
		
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
	}
	
	#bookInfo .infoBox {
		float:none;
		width:90%;
		background:#fff;
		margin:10px auto;
		
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
	}
	
	#bookInfo .infoBox a {
		display:inline-block;
		padding:0 10px;
		margin:5px 5px 10px 5px;
		border:1px solid #360;
		text-decoration:none;
		color:#fff;
		outline:0;
		
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border-radius:5px;
		
		-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.7);
		-moz-box-shadow:2px 2px 3px rgba(0,0,0,0.7);
		box-shadow:2px 2px 3px rgba(0,0,0,0.7);
	}
	
	#bookingCondition {
		background:#fff;
		width:90%;
		margin:20px auto 10px;
		padding:0 0 20px 0;
		
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
	}
	
	#bookInfo h2 {
		font-size:1.6em;
		text-align:center;
	}
	
	#bookInfo h2 span {
		/*display:block;*/
	}
	
	#bookInfo .infoBox h3, #bookingCondition h3 {
		padding:20px 20px 0 20px;
		margin:0;
		font-size:1.2em;
	}
	
	#bookInfo .infoBox h3 em {
		display:block;
		font-style:normal;
	}
	
	#bookInfo .infoBox p {
		padding:5px 20px 20px 20px;
		margin:0;
		font-size:1em;
	}
	
	#bookingCondition p {
		padding:5px 20px 0 20px;
		margin:0;
		font-size:1em;
	}
	
	#instInfo a {
		display:block;
		width:65%;
		margin:40px auto 20px;
		height:50px;
		line-height:50px;
		text-align:center;
		color:#fff;
		font-size:1.2em;
		font-weight:bold;
		text-decoration:none;
		outline:0;
		
		-webkit-border-radius:25px;
		-moz-border-radius:25px;
		border-radius:25px;
		
		-webkit-box-shadow:3px 3px 5px rgba(0,0,0,0.6);
		-moz-box-shadow:3px 3px 5px rgba(0,0,0,0.6);
		box-shadow:3px 3px 5px rgba(0,0,0,0.6);
		
		-webkit-text-shadow:1px 1px #000;
		-moz-text-shadow:1px 1px #000;
		text-shadow:1px 1px #000;
	}
	
	.ie9 #instInfo a {
		
	}
	
	.ie9 #instInfo a:hover {
		
	}
	
	
	/* Who is your teacher Middle screen 601px to 1000px */
	#instWrapper {
		width:100%;
		margin:0;
		padding:20px 0 50px 0;
		border-top:1px solid #ccc;

	}
	
	#instWrapper h2 {
		margin:0;
		padding:0;
		font-size:2.2em;
		text-align:center;
	}
	
	#instWrapper .instSec {
		width:90%;
		margin:0 auto;
		padding:0;
	}
	
	#instWrapper .instInner {
		float:none;
		max-width:100%;
		min-height:200px;
		margin:0 5% 50px 0;
		padding:0 0 0 210px;
		
	}
	
	#instWrapper .ja {
		background:url(../img/inst_face_2x_mid_yu.png) no-repeat left top;
		
		-webkit-background-size:180px 180px;
		-moz-background-size:180px 180px;
		-o-background-size:180px 180px;
		background-size:180px 180px;
	}
	
	#instWrapper .ke {
		background:url(../img/inst_face_2x_mid_ke.png) no-repeat left top;
		
		-webkit-background-size:180px 180px;
		-moz-background-size:180px 180px;
		-o-background-size:180px 180px;
		background-size:180px 180px;
	}
	
	#instWrapper .cy {
		background:url(../img/inst_face_2x_mid_cy.png) no-repeat left top;
		
		-webkit-background-size:180px 180px;
		-moz-background-size:180px 180px;
		-o-background-size:180px 180px;
		background-size:180px 180px;
	}
	
	#instWrapper .we {
		background:url(../img/inst_face_2x_mid_we.png) no-repeat left top;
		
		-webkit-background-size:180px 180px;
		-moz-background-size:180px 180px;
		-o-background-size:180px 180px;
		background-size:180px 180px;
	}
	
	#instWrapper h3 {
		margin:10px 0;
		font-size:1.2em;
	}
	#instWrapper p {
		margin:0;
		line-height:26px;
		font-size:1em;
	}
	
	#instInfo a {
		display:block;
		width:80%;
		margin:30px auto 0;
		height:50px;
		line-height:50px;
		text-align:center;
		color:#fff;
		font-size:1em;
		font-weight:bold;
		text-decoration:none;
		outline:0;
		
		-webkit-border-radius:25px;
		-moz-border-radius:25px;
		border-radius:25px;
		
		-webkit-box-shadow:3px 3px 5px rgba(0,0,0,0.6);
		-moz-box-shadow:3px 3px 5px rgba(0,0,0,0.6);
		box-shadow:3px 3px 5px rgba(0,0,0,0.6);
		
		-webkit-text-shadow:1px 1px #000;
		-moz-text-shadow:1px 1px #000;
		text-shadow:1px 1px #000;
	}
	
	/* ユニークなレッスン内容 Middle screen 601px to 1000px */
	#lessonArea {
		background:url(../img/lesson_M_2x.jpg) no-repeat right center;
		padding:50px 20px;
		
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
	}
	
	#lessonArea .lessonInner {
		width:80%;
		margin:20px auto;
		padding:20px 40px;
		background:rgba(255,255,255,0.8);
		
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
		
		-webkit-box-shadow:5px 5px 8px rgba(0,0,0,0.6);
		-moz-box-shadow:5px 5px 8px rgba(0,0,0,0.6);
		box-shadow:5px 5px 8px rgba(0,0,0,0.6);
	}
	
	#lessonArea em {
		display:block;
		font-size:1.2em;
		text-align:center;
		margin:0;
		font-style:normal;
	}
	
	#lessonArea h2 {
		font-size:2em;
		text-align:center;
		margin:0;
	}
	
	#lessonArea .lessonInBox {
		margin-bottom:20px;
	}
	
	#lessonArea .lessonListLeft {
		float:none;
		width:80%;
		margin:0;
		padding:0;
		list-style-type:none;
	}
	
	#lessonArea .lessonListRight {
		float:none;
		width:80%;
		margin:0;
		padding:0;
		list-style-type:none;
	}
	
	#lessonArea .lessonListLeft li, #lessonArea .lessonListRight li {
		padding:3px 0 3px 26px;
		font-size:1em;
		background:url(../img/icon_box.svg) no-repeat left 3px;
		
		-webkit-background-size:20px;
		-moz-background-size:20px;
		-o-background-size:20px;
		background-size:20px;
	}
	
	#lessonArea h3 {
		font-size:1.4em;
		margin:0 0 0 0;
	}
	
	#lessonArea p {
		font-size:1em;
		margin:0 0 30px 0;
	}
	
	/* OK-英会話へのお問い合わせ Middle screen 601px to 1000px */
	#asideWrapper {
		width:100%;
		background:#fff;
	}
	
	#contactArea {
		width:90%;
		margin:0 auto;
		padding-bottom:40px;
	}
	
	#contactArea h3 {
		font-size:2em;
		text-align:center;
	}
	
	#contactArea .leftSide {
		float:none;
		width:80%;
		margin:0 auto;
	}
	
	#contactArea .rightSide {
		float:none;
		width:80%;
		margin:0 auto;
	}
	
	#contactArea .toCustomer {
		display:block;
		width:98%;
		margin:0 auto 20px;
		padding:20px 0;
		text-align:center;
		border:2px solid #3aaf5d;
		
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
		
		-webkit-box-shadow:2px 2px 5px rgba(0,0,0,0.5);
		-moz-box-shadow:2px 2px 5px rgba(0,0,0,0.5);
		box-shadow:2px 2px 5px rgba(0,0,0,0.5);
	}
	
	#contactArea .tel, #contactArea .comToUs {
		font-size:1.6em;
		margin:0;
	}
	
	#contactArea .tel a {
		background:url(../img/icon_tel.svg) no-repeat left 1px;
		padding:0 0 0 44px;
		text-decoration:none;
		color:#333;
		cursor:default;
		
		-webkit-background-size:40px;
		-moz-background-size:40px;
		-o-background-size:40px;
		background-size:40px;
	}
	
	#contactArea .meLink {
		margin:0;
		position:relative;
	}
	
	#contactArea .meLink a {
		font-size:1.4em;
		text-decoration:none;
		color:#333;
		padding:0 0 0 44px;
	}
	
	#contactArea .meLink .smIcon {
		width:40px;
		height:22px;
		margin:0;
		position:absolute;
		top:5px;
		left:0;
		fill:#000;
	}
	
	#contactArea .meLink a:hover {
		color:#0C0;
	}
	
	#contactArea .meLink a:hover .smIcon {
		fill:#0C0;
	}
	
	#contactArea .meLink a:active {
		color:#0C0;
	}
	
	#contactArea .meLink a:active .smIcon {
		fill:#0C0;
	}
	
	#map {
		width:100%;
		height:450px;
		margin:10px auto 10px;
		background:#999;
	}
	
	/* footer area Middle screen 601px to 1000px */
	footer {
		clear:both;
		background:#3aaf5d;
		padding:30px 0;
	}
	
	footer p {
		max-width:1100px;
		margin:0 auto 15px;
		text-align:center;
		color:#fff;
		font-size:0.8em;
	}
	
	/*footer a {
		text-decoration:none;
		color:#fff;
		font-size:16px;
	}
	
	footer p img {
		width:30px;
		height:auto;
		margin:0 5px;
	}*/
	
	#Social, #pastEvent {
		width:300px;
		margin:0 auto 20px;
	}
	
	#Social ul, #pastEvent ul {
		list-style:none;
		padding:0;
		margin:0;
	}
	
	#Social p, #pastEvent p {
		text-align:left;
		margin:0 0 5px 0;
		font-size:16px;
	}
	
	#Social ul li, #pastEvent ul li {
		padding:0 0 5px 0;
	}
	
	#Social ul li a, #pastEvent ul li a {
		text-decoration:none;
		color:#fff;
		font-size:16px;
	}
	
	#Social ul li a img {
		width:30px;
		height:auto;
		margin:0 5px;
	}
	
	
	
	
}

@media only screen and (min-width: 1001px) {
	
	/* --- event section 1001px up start --- */
	#eventSec {
		padding:40px 0;
	}
	
	#informTitle {
		text-align:center;
		font-size:2em;
		margin:0 0 10px 0;
		font-weight:bold;
	}

	#eventwrapper {
		max-width:1000px;
		width:90%;
		margin:0 auto;
		padding:0;
		background:#fff;
		border:1px solid #009;
		position:relative;
		overflow:hidden;
	}
	
	#eventwrapper h2 {
		background:#30F;
		color:#FFF;
		padding:0;
		line-height:60px;
		text-align:center;
		font-size:1.8em;
	}
	
	#eventwrapper h3 {
		background:#FFF;
		color:#30F;
		/*text-align:center;*/
		line-height:50px;
		margin:20px 0 0 320px;
		font-size:1.6em;
	}
	
	#eventwrapper h3 span {
		font-size:1.8em;
	}
	
	#eventwrapper p {
		margin:0 40px 10px 20px;
		padding:10px 0 0 0;
		line-height:1.8em;
		font-size:1em;
		color:#000;
	}
	
	#eventwrapper img {
		height:340px;
		width:auto;
		position:absolute;
		left:10px;
		top:10px;
	}
	
	#eventInfoSec {
		background:#FCF;
		/*height:200px;*/
		color:#fff;
		padding:0 0 0 300px;
		margin:0;
	}
	
	#eventInfoSec a {
		display:block;
		background:#fff;
		width:400px;
		line-height:50px;
		/*float:right;*/
		margin:10px auto 20px;
		padding:0;
		text-align:center;
		text-decoration:none;
		color:#F00;
		font-size:1.2em;
		
		-webkit-border-radius:25px;
		-moz-border-radius:25px;
		-o-border-radius:25px;
		border-radius:25px;
		
		-webkit-box-shadow:3px 3px 5px #000;
		-moz-box-shadow:3px 3px 5px #000;
		box-shadow:3px 3px 5px #000;
		
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefcea+0,f1da36+100;Gold+3D */
background: rgb(254,252,234); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,252,234,1) 0%, rgba(241,218,54,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */

	}
	
	#eventInfoSec a:hover {
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f1da36+0,fefcea+100 */
background: rgb(241,218,54); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(241,218,54,1) 0%, rgba(254,252,234,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(241,218,54,1) 0%,rgba(254,252,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(241,218,54,1) 0%,rgba(254,252,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1da36', endColorstr='#fefcea',GradientType=0 ); /* IE6-9 */


	}
	
	#eventInfoSec a b {
		font-weight:normal;
	}
	
	#eventInfoSec a em {
		font-size:1.4em;
	}
	

	/* --- event section 1001px up end --- */
	
	header {
		width:100%;
		background:#3aaf5d;
		position:fixed;
		height:100px;
		top:0;
		z-index:1000;
	}
	
	header #logInArea {
		max-width:1100px;
		margin:0 auto;
		padding:20px 0 0 0;
	}
	
	header #logInArea h1 {
		margin:0;
		float:left;
		color:#fff;
		font-size:2.6em;
		margin:0 0 0 15px;
		line-height:80px;
		background:url(../img/logo.svg) no-repeat 0 0;
		padding:0 0 0 90px;
		
		-webkit-background-size:80px 65px;
		-moz-background-size:80px 65px;
		-o-background-size:80px 65px;
		background-size:80px 65px;
	}
	
	#logInBut a {
		float:right;
		line-height:60px;
		padding:0 40px;
		margin:0 15px 0 0;
		color:#fff;
		font-weight:bold;
		font-size:1.6em;
		text-shadow:1px 1px #333;
		text-decoration:none;
		outline:0;
		cursor:pointer;
		
		/*border:1px solid #999;*/
		
		-webkit-border-radius:30px;
		-moz-border-radius:30px;
		border-radius:30px;
		
		-webkit-box-shadow:3px 5px 5px rgba(0,0,0,.5);
		-moz-box-shadow:3px 5px 5px rgba(0,0,0,.5);
		box-shadow:3px 5px 5px rgba(0,0,0,.5);


	}
	
	.no-cssgradients #logInBut a { /* ie9 */
		border:none;
		text-indent:-9999px;
		width:306px;
		height:58px;
		padding:0;
		margin:0 15px 0 0;
		box-shadow:none;
		background:url(../img/button_top.gif) no-repeat 0 0;
		outline:0;
	}
	
	.no-cssgradients #logInBut a:hover { /* ie9 */
		background:url(../img/button_top.gif) no-repeat 0 -60px;
	}
	
	/* =============== Main visual animation area 1001px up ================ */
	#mainVis {
		width:100%;
		margin:100px 0 0 0;
		padding:0;
		height:600px;
		background:#eee;
		overflow:hidden;
		position:relative;
	}
	
	#mainVis .panel {
		position:absolute;
		width:100%;
		height:600px;
	}
	
	#logo {
		width:400px;
		height:323px;
		margin:0 auto;
		padding:40px 0 0 0;
	}
	
	#panel1 img {
		position:relative;
		width:400px;
	}
	
	#panel1 h2 {
		font-size:100px;
		margin:0;
		text-align:center;
		color:#fff;
		position:relative;
	}
	
	#panel2_inner, #panel3_inner, #panel4_inner, #panel5_inner {
		width:100%;
		max-width:1100px;
		margin:0 auto;
	}
	
	#panel2 img {
		position:relative;
		height:500px;
		width:auto;
		top:0;
		left:20px;
		float:left;
	}
	
	#panel2_right {
		/*float:right;*/
		float:left;
		width:500px;
		margin:0 0 0 50px;
		padding:200px 0 0 0;
	}
	
	#panel2 h3 {
		position:relative;
		font-size:50px;
		margin:0;
		text-align:center;
		line-height:100px;
	}
	
	#panel2 p {
		position:relative;
		font-size:24px;
		margin:0;
		line-height:44px;
	}
	
	#panel3 img {
		position:relative;
		height:400px;
		width:auto;
		top:0;
		left:20px;
		float:left;
	}
	
	#panel3 h3 {
		position:relative;
		font-size:50px;
		margin:0;
		text-align:center;
		line-height:200px;
	}
	
	#panel3_right {
		float:left;
		width:300px;
		margin:0 0 0 40px;
		padding:150px 0 0 0;
	}
	
	#panel3_right p {
		position:relative;
		font-size:30px;
		margin:0;
	}
	
	#panel4 h3 {
		position:relative;
		font-size:50px;
		margin:0;
		text-align:center;
		line-height:150px;
	}
	
	
	#panel4 img {
		position:relative;
		height:450px;
		width:auto;
		top:0;
		left:20px;
		float:left;
	}
	
	#panel4_right {
		float:left;
		width:380px;
		margin:0 0 0 60px;
		padding:100px 0 0 0;
	}
	
	#lowPrice {
		position:relative;
		font-size:40px;
		font-weight:bold;
		width:260px;
		background:#fff;
		text-align:center;
		padding:15px 30px;
		margin:0 0 20px 0;
		border:3px solid #6F6;
		color:#C00;
		
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
	}
	
	#panel4_right p {
		position:relative;
		font-size:30px;
		margin:0;
		line-height:40px;
		color:#fff;
	}
	
	#panel5_right h3 {
		position:relative;
		font-size:60px;
		margin:0;
		color:#fff;
	}
	
	#panel5 img {
		position:relative;
		height:450px;
		width:auto;
		top:150px;
		left:20px;
		float:left;
	}
	
	#panel5_right {
		float:left;
		width:350px;
		margin:0 0 0 10px;
		padding:140px 0 0 0;
	}
	
	#panel5_right p {
		position:relative;
		font-size:30px;
		margin:0;
		line-height:40px;
		color:#fff;
	}
	
	#playAgain {
		position:absolute;
		width:170px;
		/*height:40px;*/
		background:#fff;
		margin:0;
		padding:0;
		right:20px;
		bottom:20px;
		cursor:pointer;
		
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
	}
	
	#playAgain .play_icon {
		width:20px;
		height:20px;
		position:relative;
		top:4px;
		left:20px;
		margin:0 20px 0 0;
		padding:0;
	}
	
	#playAgain p {
		display:inline-block;
		color:#5592d3;
		margin:0;
		padding:4px 0;
		font-size:18px;
	}
	
	
	#playAgain:hover .play_icon circle {
		stroke:#C00;
	}
	
	#playAgain:hover .play_icon path {
		fill:#C00;
	}
	
	#playAgain:hover p {
		color:#C00;
	}
	
	#preLoader {
		width:100%;
		margin:0;
		padding:0;
		height:600px;
		background:#eee;
		/*position:relative;*/
	}
	
	#square_outer {
		width:50px;
		height:50px;
		margin:0 auto;
		position:relative;
		top:310px;
		border:1px solid #CCC;
	}
	
	.square_1, .square_2, .square_3, .square_4 {
		width:23px;
		height:23px;
		background:#666;
		position:relative;
		float:left;
		border:1px solid #eee;
	}
	
	
	/* event section 1001 up */
	
	
	/* 英語が話せると世界が広がる 1001px up */
	#topWrapper {
		width:100%;
		background:#fff;
		padding:0 0 50px 0;
	}
	
	#mainSec {
		max-width:1100px;
		margin:0 auto;
		padding:0 0 0 1%;
	}
	
	.mainInner {
		float:left;
		width:32%;
		margin:0 1% 0 0;
	}
	
	#mainSec .subInner {
		margin:0 20px;
	}
	
	#mainSec h2 {
		font-size:3em;
		text-align:center;
		margin:1em 0 0 0;
	}
	
	#mainSec em {
		display:block;
		font-size:1em;
		text-align:center;
		margin:0 0 2em 0;
	}
	
	#mainSec h3 {
		font-size:1.2em;
		text-align:center;
	}
	
	#mainSec p {
		font-size:1em;
		line-height:1.6em;
	}
	
	#mainSec .icon {
		width:80%;
		margin:0 auto;
	}
	
	
	
	/* 予約システム 1001px up */
	#yoyakuArea {
		clear:both;
		margin:0;
		padding:0 0 50px 0;
	}
  
  	#palBg {
		background:#666 url(../img/yoyaku_L.jpg) no-repeat center center;
		width:100%;
		height:100%;
		position:fixed;
		top:0;
		left:0;
		z-index:-100;
		
		-webkit-background-size:100% 100%;
		-moz-background-size:100% 100%;
		-o-background-size:100% 100%;
		background-size:100% 100%;
	}
	
@media (min--moz-device-pixel-ratio: 1.5),
    (-o-min-device-pixel-ratio: 3/2),
    (-webkit-min-device-pixel-ratio: 1.5),
    (min-device-pixel-ratio: 1.5),
    (min-resolution: 144dpi),
    (min-resolution: 1.5dppx) {
		
		#palBg {
			background:#666 url(../img/yoyaku_L_2x.jpg) no-repeat center center;
			width:100%;
			height:100%;
			position:fixed;
			top:0;
			left:0;
			z-index:-100;
			
			-webkit-background-size:100% 100%;
			-moz-background-size:100% 100%;
			-o-background-size:100% 100%;
			background-size:100% 100%;
			
		}

  }
	
	#yoyakuArea .yoyakuInner {
		max-width:1100px;
		margin:0 auto;
	}
	
	#yoyakuArea .yoyakuInner h2 {
		font-size:2.6em;
		padding:1em 0 0.6em 0;
		text-align:center;
		color:#fff;
		text-shadow:2px 2px 4px #000;
	}
	
	#yoyakuArea .yoyakuInner p {
		width:40%;
		float:right;
		background:rgba(0,0,0,0.4);
		padding:30px;
		margin:0 5% 5% 0;
		font-size:1,2em;
		color:#fff;
		line-height:1.8em;
		
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
		
		-webkit-box-shadow:5px 5px 10px rgb(0,0,0);
		-moz-box-shadow:5px 5px 10px rgb(0,0,0);
		box-shadow:5px 5px 10px rgb(0,0,0);
	}
	
	/* チケット制だから安心 1001px up */
	#ticketWrapper {
		width:100%;
		background:#fff;
		padding:30px 0 0 0;
	}
	
	#ticketArea {
		max-width:1100px;
		margin:0 auto;
		padding:0 0 70px 0;
		/*padding-bottom:70px;*/
		background:url(../img/pointing_girl.jpg) no-repeat right bottom;
		
		-webkit-background-size:320px;
		-moz-background-size:320px;
		-o-background-size:320px;
		background-size:320px;
	}
	
	#ticketArea h2 {
		font-size:2.6em;
		text-align:center;
	}
	
	#ticketArea h3 {
		background:#f7ce6a;
		width:50%;
		margin:0 0 50px 5%;
		text-align:center;
		padding:20px;
		font-size:2em;
		color:#fff;
		
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
	}
	
	#ticketArea h3 span {
		display:block;
	}
	
	#ticketArea ul {
		list-style-type:none;
		margin:0 0 0 2%;
		padding:0;
	}
	
	#ticketArea ul li {
		padding:5px 0 5px 30px;
		background:url(../img/icon_check.svg) no-repeat left 4px;
		
		-webkit-background-size:24px 20px;
		-moz-background-size:24px 20px;
		-o-background-size:24px 20px;
		background-size:24px 20px;
	}
	
	/* システムをご利用の方へ 1001px up */
	#infoWrapper {
		border-top:1px solid #BFE8FC;
		width:96%;
		margin:0;
		padding:30px 2%;
		
	}
	
	#bookInfo {
		max-width:1040px;
		margin:0 auto;
		padding:20px 30px;
		border:2px solid #aae0fa;
		background:#efeded;
		
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
	}
	
	#bookInfo .infoBox {
		float:left;
		width:46%;
		background:#fff;
		margin:10px 2%;
		
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
	}
	
	#bookInfo .infoBox a {
		display:inline-block;
		padding:0 10px;
		margin:0 5px 3px;
		border:1px solid #360;
		text-decoration:none;
		color:#fff;
		outline:0;
		
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border-radius:5px;
		
		-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.7);
		-moz-box-shadow:2px 2px 3px rgba(0,0,0,0.7);
		box-shadow:2px 2px 3px rgba(0,0,0,0.7);
	}
	
	.ie9 #bookInfo .infoBox a {
		border-radius:0;
	}
	
	#bookingCondition {
		background:#fff;
		margin:10px 2%;
		padding:0 0 20px 0;
		
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
	}
	
	#bookInfo .clearAll {
		clear:both;
	}
	
	#bookInfo h2 {
		font-size:2em;
		text-align:center;
	}
	
	#bookInfo h2 span {
		/*display:block;*/
	}
	
	#bookInfo .infoBox h3, #bookingCondition h3 {
		padding:20px 20px 0 20px;
		margin:0;
		font-size:1.2em;
	}
	
	#bookInfo .infoBox h3 em {
		display:block;
		font-style:normal;
	}
	
	#bookInfo .infoBox p {
		padding:5px 20px 20px 20px;
		margin:0;
		font-size:1em;
	}
	
	#bookingCondition p {
		padding:5px 20px 0 20px;
		margin:0;
		font-size:1em;
	}
	
	#instInfo a {
		display:block;
		max-width:700px;
		width:65%;
		margin:40px auto 20px;
		height:50px;
		line-height:50px;
		text-align:center;
		color:#fff;
		font-size:1.4em;
		font-weight:bold;
		text-decoration:none;
		outline:0;
		
		-webkit-border-radius:25px;
		-moz-border-radius:25px;
		border-radius:25px;
		
		-webkit-box-shadow:3px 3px 5px rgba(0,0,0,0.6);
		-moz-box-shadow:3px 3px 5px rgba(0,0,0,0.6);
		box-shadow:3px 3px 5px rgba(0,0,0,0.6);
		
		-webkit-text-shadow:1px 1px #000;
		-moz-text-shadow:1px 1px #000;
		text-shadow:1px 1px #000;
	}
	
	.ie9 #instInfo a {
		display:block;
		width:713px;
		max-width:713px;
		margin:40px auto 20px;
		height:58px;
		line-height:50px;
		text-align:center;
		color:#fff;
		text-decoration:none;
		outline:0;
		text-indent:-9999px;
		background:url(../img/button_big.gif) no-repeat 0 0;
		
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;
		
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
	}
	
	.ie9 #instInfo a:hover {
		background:url(../img/button_big.gif) no-repeat 0 -70px;
	}
	
	
	/* Who is your teacher 1001px up */
	#instWrapper {
		width:100%;
		margin:0;
		padding:30px 0 50px 0;
		border-top:1px solid #ccc;

	}
	
	#instWrapper h2 {
		margin:0 0 20px 0;
		font-size:2.6em;
		text-align:center;
	}
	
	#instWrapper .instSec {
		max-width:1080px;
		margin:0 auto;
		padding:0;
	}
	
	#instWrapper .instInner {
		float:left;
		width:20%;
		margin:0 2.5% 50px 2.5%;
		padding:220px 0 0 0;
		
	}
	
	#instWrapper .ja {
		background:url(../img/inst_face_yu.png) no-repeat center top;
		
		-webkit-background-size:200px 200px;
		-moz-background-size:200px 200px;
		-o-background-size:200px 200px;
		background-size:200px 200px;
	}
	
@media (min--moz-device-pixel-ratio: 1.5),
    (-o-min-device-pixel-ratio: 3/2),
    (-webkit-min-device-pixel-ratio: 1.5),
    (min-device-pixel-ratio: 1.5),
    (min-resolution: 144dpi),
    (min-resolution: 1.5dppx) {
		
		#instWrapper .ja {
		  background:url(../img/inst_face_2x_yu.png) no-repeat center top;
		  
		  -webkit-background-size:200px 200px;
		  -moz-background-size:200px 200px;
		  -o-background-size:200px 200px;
		  background-size:200px 200px;
		}

  }
	
	#instWrapper .ke {
		background:url(../img/inst_face_ke.png) no-repeat center top;
		
		-webkit-background-size:200px 200px;
		-moz-background-size:200px 200px;
		-o-background-size:200px 200px;
		background-size:200px 200px;
	}
	
@media (min--moz-device-pixel-ratio: 1.5),
    (-o-min-device-pixel-ratio: 3/2),
    (-webkit-min-device-pixel-ratio: 1.5),
    (min-device-pixel-ratio: 1.5),
    (min-resolution: 144dpi),
    (min-resolution: 1.5dppx) {
		
		#instWrapper .ke {
		  background:url(../img/inst_face_2x_ke.png) no-repeat center top;
		  
		  -webkit-background-size:200px 200px;
		  -moz-background-size:200px 200px;
		  -o-background-size:200px 200px;
		  background-size:200px 200px;
		}

  }
	
	#instWrapper .cy {
		background:url(../img/inst_face_cy.png) no-repeat center top;
		
		-webkit-background-size:200px 200px;
		-moz-background-size:200px 200px;
		-o-background-size:200px 200px;
		background-size:200px 200px;
	}
	
@media (min--moz-device-pixel-ratio: 1.5),
    (-o-min-device-pixel-ratio: 3/2),
    (-webkit-min-device-pixel-ratio: 1.5),
    (min-device-pixel-ratio: 1.5),
    (min-resolution: 144dpi),
    (min-resolution: 1.5dppx) {
		
		  #instWrapper .cy {
			background:url(../img/inst_face_2x_cy.png) no-repeat center top;
			 
			-webkit-background-size:200px 200px;
			-moz-background-size:200px 200px;
			-o-background-size:200px 200px;
			background-size:200px 200px;
		  }

  }
  
    #instWrapper .we {
		/*margin:0 0 50px 0;*/
		background:url(../img/inst_face_we.png) no-repeat center top;
		
		-webkit-background-size:200px 200px;
		-moz-background-size:200px 200px;
		-o-background-size:200px 200px;
		background-size:200px 200px;
	}
	
@media (min--moz-device-pixel-ratio: 1.5),
    (-o-min-device-pixel-ratio: 3/2),
    (-webkit-min-device-pixel-ratio: 1.5),
    (min-device-pixel-ratio: 1.5),
    (min-resolution: 144dpi),
    (min-resolution: 1.5dppx) {
		
		#instWrapper .we {
		  /*margin:0 0 50px 0;*/
		  background:url(../img/inst_face_2x_we.png) no-repeat center top;
		   
		  -webkit-background-size:200px 200px;
		  -moz-background-size:200px 200px;
		  -o-background-size:200px 200px;
		  background-size:200px 200px;
		}

  }
		
	#instWrapper h3 {
		margin:10px 0;
		font-size:1.2em;
	}
	#instWrapper p {
		margin:0;
		line-height:26px;
		font-size:1em;
	}
	
	
	/* ユニークなレッスン内容 1001px up */
	#lessonArea {
		background:url(../img/lesson_L.jpg) no-repeat center center;
		padding:50px 20px;
		
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
	}
	
@media (min--moz-device-pixel-ratio: 1.5),
    (-o-min-device-pixel-ratio: 3/2),
    (-webkit-min-device-pixel-ratio: 1.5),
    (min-device-pixel-ratio: 1.5),
    (min-resolution: 144dpi),
    (min-resolution: 1.5dppx) {
		
		#lessonArea {
			background:url(../img/lesson_L_2x.jpg) no-repeat center center;
			
			-webkit-background-size:cover;
			-moz-background-size:cover;
			-o-background-size:cover;
			background-size:cover;
		}

  }
	
	#lessonArea .lessonInner {
		max-width:900px;
		margin:20px auto;
		padding:20px 40px;
		background:rgba(255,255,255,0.8);
		
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
		
		-webkit-box-shadow:5px 5px 8px rgba(0,0,0,0.6);
		-moz-box-shadow:5px 5px 8px rgba(0,0,0,0.6);
		box-shadow:5px 5px 8px rgba(0,0,0,0.6);
	}
	
	#lessonArea em {
		display:block;
		font-size:1.4em;
		text-align:center;
		margin:0;
		font-style:normal;
	}
	
	#lessonArea h2 {
		font-size:3em;
		text-align:center;
		margin:0;
	}
	
	#lessonArea .lessonInBox {
		margin-bottom:20px;
	}
	
	#lessonArea .lessonListLeft {
		float:left;
		width:45%;
		margin:0;
		padding:0;
		list-style-type:none;
	}
	
	#lessonArea .lessonListRight {
		float:right;
		width:45%;
		margin:0;
		padding:0;
		list-style-type:none;
	}
	
	#lessonArea .lessonListLeft li, #lessonArea .lessonListRight li {
		padding:3px 0 3px 26px;
		background:url(../img/icon_box.svg) no-repeat left 3px;
		
		-webkit-background-size:20px;
		-moz-background-size:20px;
		-o-background-size:20px;
		background-size:20px;
	}
	
	#lessonArea h3 {
		font-size:1.4em;
		margin:0 0 0 0;
	}
	
	#lessonArea p {
		font-size:1em;
		margin:0 0 30px 0;
	}
	
	/* OK-英会話へのお問い合わせ 1001px up */
	#asideWrapper {
		width:100%;
		background:#fff;
	}
	
	#contactArea {
		max-width:1100px;
		margin:0 auto;
		padding-bottom:40px;
	}
	
	#contactArea h3 {
		font-size:2em;
		text-align:center;
	}
	
	#contactArea .leftSide {
		float:left;
		width:38%;
		margin:0 0 0 2%;
	}
	
	#contactArea .rightSide {
		float:right;
		width:58%;
		margin:0 2% 0 0;
	}
	
	#contactArea .toCustomer {
		display:inline-block;
		padding:20px 20px;
		border:2px solid #3aaf5d;
		
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
		
		-webkit-box-shadow:2px 2px 5px rgba(0,0,0,0.5);
		-moz-box-shadow:2px 2px 5px rgba(0,0,0,0.5);
		box-shadow:2px 2px 5px rgba(0,0,0,0.5);
	}
	
	#contactArea .tel, #contactArea .comToUs {
		font-size:1.6em;
		margin:0;
	}
	
	#contactArea .tel a {
		background:url(../img/icon_tel.svg) no-repeat left 1px;
		padding:0 0 0 44px;
		text-decoration:none;
		color:#333;
		cursor:default;
		
		-webkit-background-size:40px;
		-moz-background-size:40px;
		-o-background-size:40px;
		background-size:40px;
	}
	
	#contactArea .meLink {
		margin:0;
		position:relative;
	}
	
	#contactArea .meLink a {
		font-size:1.4em;
		text-decoration:none;
		color:#333;
		padding:0 0 0 44px;
	}
	
	#contactArea .meLink .smIcon {
		width:40px;
		height:22px;
		margin:0;
		position:absolute;
		top:5px;
		left:0;
		fill:#000;
	}
	
	#contactArea .meLink a:hover {
		color:#0C0;
	}
	
	#contactArea .meLink a:hover .smIcon {
		fill:#0C0;
	}
	
	#map {
		width:94%;
		height:500px;
		margin:0 auto;
		background:#999;
	}
	
	/* footer area 1001px up */
	footer {
		clear:both;
		background:#3aaf5d;
		padding:30px 0;
	}
	
	footer p {
		max-width:1100px;
		margin:0 auto 20px;
		text-align:center;
		color:#fff;
		font-size:0.8em;
	}
	
	/*footer a {
		text-decoration:none;
		color:#fff;
		font-size:16px;
	}*/
	
	/*footer p img {
		width:30px;
		height:auto;
		margin:0 5px;
	}*/
	
	#Social, #pastEvent {
		width:300px;
		margin:0 auto 20px;
	}
	
	#Social ul, #pastEvent ul {
		list-style:none;
		padding:0;
		margin:0;
	}
	
	#Social p, #pastEvent p {
		text-align:left;
		margin:0 0 5px 0;
		font-size:16px;
	}
	
	#Social ul li, #pastEvent ul li {
		padding:0 0 5px 0;
	}
	
	#Social ul li a, #pastEvent ul li a {
		text-decoration:none;
		color:#fff;
		font-size:16px;
	}
	
	#Social ul li a img {
		width:30px;
		height:auto;
		margin:0 5px;
	}
	
}




@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
