@charset "UTF-8";

@import url("normalize.css");
@import url("font-awesome.css");
@import url("general.css");
@import url("style.css");
@import url("contents.css");


.pc,
.pcimage {
	display: none;
}


img {
	width: 100%!important;
}
p,
li {
	font-size: 12px!important;
}

div.container {
	width: 95%;
	padding: 0 auto;
}



nav#globalNav {
	display: none;
}

section#keyvisual {
	margin-top: 0;
}

section#topicpath {
	margin-top: 60px;
}

section#headline h2 {
	padding-left: 20%;
}

section#headline figure {
	width: 15%;
	top: 0;
	left: 10px;
}

section.offer h2 {
	padding: 20px 0 0 0;
}

section.offer article {
	width: 93%;
}

section.offer div#grade,
section.offer div#subject,
section.freelessonoffer div#grade,
section.freelessonoffer div#subject {
	display: block;
	width: 50% !important;
}

section.offer div#grade,
section.freelessonoffer div#grade {
	float: left;
	padding: 0 2.5% 0 0 !important;
}

section.offer div#subject,
section.freelessonoffer div#subject {
	float: right;
	padding: 0 0 0 2.5% !important;
}

section.offer div#campaign,
section.freelessonoffer div#campaign {
	clear: both;
	display: block;
	width: 100% !important;
	padding: 2em 0 0 0;
}

section#area h2 {
	background-position: 80px 70px;
}

section#area h2 img {
	margin: 0;
}

section#area dl dd {
	font-size: 12px;
}

div#pagetop {
	display: none;
}

p#spOffer {
	display: block;
	margin-top: 1em;
	text-align: center;
	font-size: 12px;
	line-height: 100%;
}

p#spOffer img {
	margin-bottom: 0.5em;
}



section#attention main,
section#why main,
section#reason main,
section#satisfaction main,
section#reasons article div.element div.text,
section#message main {
	width: 100%;
}

section#attention aside
section#why aside,
section#reason aside,
section#satisfaction aside,
section#reasons article div.element div.image,
section#message aside {
	display: none;
}



section#teacherlist dl dd span {
	font-size: 10px;
}



section#stafflist {
	margin: 0 0 3.5em 0;
}

section#stafflist div.row {
	margin: 0;
}

section#stafflist dl {
	display: block;
	width: 100%;
}



section#andmore article ul li {
	display: block;
	padding: 0;
}



section#voices article {
	margin-bottom: 1.5em;
}

section#voices article figure {
	margin: 0 1em 0 0;
}

section#voices article figure.floatRight {
	margin: 0 0 0 1em;
}

section#voices article p {
	margin-top: 0;
}



section#voices article h3 {
	font-size: 14px;
}

section#voices article p.lead {
	font-size: 16px;
	line-height: 160%;
}

section#voices article p.lead strong {
	font-size: 20px;
	color: #d65fac;
}

section#voices article figure.sp {
	float: none;
	width: 100%;
}



section.freelessonoffer div.note h3 {
	padding: 1em;
}

section.freelessonoffer div.note figure {
	display: none
}



section#voice div.voice {
	width: 100%;
}

section#voice div.voice div.male,
section#voice div.voice div.female {
	padding: 0;
	background: none;
}



section#prepare article ul li, section#promise article ul li {
	padding: 0 0 20px 80px;
}



section#faqNav ul {
	display: block;
	margin: 0 auto;
	padding: 0;
}

section#faqNav ul li {
	display: inline-block;
	padding: 0 1em 0 0;
}



section#outline table td iframe {
	width: 100%;
}



section#application_form form table th,
section#application_form form table td,
section#registration_form form table th,
section#registration_form form table td {
	display: block;
	box-sizing: border-box;
}

section#application_form form table th,
section#application_form form table td.requir,
section#registration_form form table th,
section#registration_form form table td.requir {
	width: 100%;
	border-bottom: 0 none;
}

section#application_form form table th,
section#registration_form form table th {
	padding: 0;
}

section#application_form form table td input[type="text"],
section#registration_form form table td input[type="text"] {
	width: 100% !important;
	margin: 0 0 0.3em 0;
}

section#application_form form table td textarea,
section#registration_form form table td textarea {
	width: 100% !important;
}

section#application_form form textarea[readonly],
section#registration_form form textarea[readonly] {
	margin: 0;
}

section#application_form form table td span,
section#registration_form form table td span {
	display: block;
}




/* スマホ用ナビゲーション */
/* ----------------------------------------------------- */
/* 
] {
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 90px;
	top: 0;
	border-bottom: 1px solid #60687f;
	background: #fefcf3;
}
header div#description,
header div#header_utility {
	display: none;
}

header div.container {
	display: table;
}

header div#header_ci {
	display: table-cell;
	width: 90%;
	vertical-align: middle;
}

header div#spnav {
	display: table-cell;
	width: 10%;
	vertical-align: middle;
	position: relative;
}

header div#spnav a {
	border:1px solid #3d270c;
	text-decoration: none;
	color: #3d270c;
	text-transform: uppercase;
	padding: 0.4em 0.5em;
	border-radius: 4px;
}

header div#spnav a span {
	display: none;
}

header div#spnav span.button {
	cursor: pointer;
}

header div#spnav:before {
	display: block;
	content: "menu";
	margin: 0 0 0.5em 0;
	font-size: 9px;
}

nav#drawer ul {
	list-style:none;
}

nav#drawer ul li a {
	display: block;
	text-decoration: none;
	background: rgba(0,0,0,0.3);
	color: white;
	padding: 1em;
	margin-bottom: 1px;
}


.button {
	border:1px solid #3d270c;
	text-decoration: none;
	color: #3d270c;
	text-transform: uppercase;
	padding: 0.4em 0.5em;
	border-radius: 4px;
}
.menu-button-right {
    right: 0px;
}
*/

/* slidemenu */
/*
.slidemenu {
    background-color: #333;
}
.slidemenu li {
    list-style: none;
    border-top: 1px solid #4D4D4D;
    border-bottom: 1px solid #000;
    font-size:14px;
    line-height: 1.8;
}
.slidemenu li a {
    padding:10px 0 10px 20px;
    display: block;
    text-decoration: none;
    color: #fff;
}
.slidemenu li:first-child {
    border-top: none;
}
.slidemenu li:last-child {
    border-bottom: none;
}
.slidemenu .slidemenu-header {
    height: 49px;
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 3px rgba(34,25,25,.4);
    -moz-box-shadow: 0 1px 3px rgba(34,25,25,.4);
    -webkit-box-shadow: 0 1px 3px rgba(34,25,25,.4);
    background-color: #333;
}
.slidemenu .slidemenu-header div {
    padding: 17px 0px 0px 19px;
    text-decoration: none;
    color: #fff;
}
*/

/*plugin*/
/*
#main {
  z-index: 1;
}
.slidemenu {
  top: 0;
  width: 240px;
  position: fixed;
  visibility: hidden;
  z-index: -1;
}
.slidemenu .slidemenu-header {
  position: relative;
}
.slidemenu .slidemenu-body {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.slidemenu .slidemenu-body .slidemenu-content {
  position: relative;
}
.slidemenu-left {
    left: 0;
}
.slidemenu-right {
    right: 0;
}
*/


/* ▼ヘッダー */
/* ----------------------------------------------------- */
header {
	clear: both;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 10px 0 10px 0;
}
header ul.logo {
	display: table;
	margin: 0;
	padding: 0;
}
header ul.logo li {
	display: table-cell;
	padding: 0 5px 0 0;
}
header ul.logo li.end {
	display: block!important;

}



/* ▼キービジュアル */
/* ----------------------------------------------------- */
section#keyvisual_sp img {
	width: 100%!important;
	margin: 0!important;
	padding: 0!important;
}
section#keyvisual_sp {
	clear: both;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	margin: 0;
	padding: 0;
}



/* ▼フォーム */
/* ----------------------------------------------------- */
section.form img {
	width: 100%!important;
	margin: 0!important;
	padding: 0!important;
}
section.form div.form {
	margin: 10px 0 10px 0!important;
	border: 1px solid #F1C02E;
	padding: 0!important;
}

section.form div.form div.left {
	float: left;
	width: 29%;
	margin: 20px 0 0 1%;
}
section.form div.form div.right {
	float: right;
	width: 67%;
	margin: 20px 1% 0 0;
}
section.form div.form div.right p {
	margin: 0 0 0.5em 0;
	font-size: 10px!important;
}
section.form div.form form {
	padding: 0!important;
	margin: 0 auto 20px auto!important;
	width: 96%!important;
}
section.form div.form form input.textForm {
	clear: both;
	padding: 0!important;
	margin: 0 0 10px 0!important;
	width: 100%!important;
	font-size: 14px!important;
	line-height: 100%;
}
section.form div.form form input.submit {
	clear: both;
	padding: 0!important;
	margin: 0!important;
	width: 100%;
}
section.form div.form form p {
	text-align: center;
}



/* ▼コンテンツ */
/* ----------------------------------------------------- */
section#contents img {
	width: 100%!important;
	margin: 0!important;
	padding: 0!important;
}

section#contents {
	margin: 10px 0 0 0;
}

section#contents div.main {
	float: none;
	width: 100%;
	padding: 0;
}
section#contents div.main h2 {
	margin: 0 0 10px 0;
}
section#contents div.main div.list {
	padding: 0;
	margin: 0 0 10px 0;
}
section#contents div.main div.list ul {
	margin: 10px auto 10px auto;
	padding: 0;
	width: 96%;
}
section#contents div.main div.list ul li {
	font-size: 16px!important;
	margin: 0 0 0.8em 0;
	padding: 0 0 0 35px;
	min-height: 25px;
}

section#contents div.main div.list p.img {
	text-align: center!important;
	margin: 0 auto 10px auto!important;
	width: 50%!important;
}

section#contents div.main p img.floatRight {
	float: right;
	width: 50%!important;
	margin: 0 0 0.5em 10px;
}

section#contents div.oneCol {
	clear: both;
	padding: 10px 0 0 0;
}
section#contents div.oneCol h2 {
	clear: both;
	text-align: center;
	margin: 0 0 10px 0;
}
section#contents div.oneCol p img.floatRight {
	float: right!important;
	width: 50%!important;
	margin: 0 0 1em 20px;
}



/* ▼プロフィール */
/* ----------------------------------------------------- */
section#profile img {
	width: 100%!important;
	margin: 0!important;
	padding: 0!important;
}
section#profile div.profile {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}

section#profile div.profile div.left {
	float: none;
	width: 96%;
	margin: 0 auto;
	background: #FF7C7E;
	text-align: center;
}
section#profile div.profile div.left img {
	margin: 5px 0 5px 0;
	width: 60%!important;
}
section#profile div.profile div.right {
	float: none;
	width: 96%;%;
	margin: 0 auto 10px auto;
}
section#profile div.profile div.right h2 {
	margin: 20px 0 20px 0;
}
section#profile div.profile div.right div.texWrap {
	padding: 20px 15px 20px 15px;
}
section#profile div.profile div.right div.texWrap p {
	font-size: 14px;
	margin: 0 0 1em 0;
}


section#profile div.profile div.testi ul {
	width: 96%;
	margin: 0 auto;
}
section#profile div.profile div.testi ul li {
	display: block;
}
section#profile div.profile div.testi ul li img {
	width: 100%!important;
}



/* ▼サイドバー */
/* ----------------------------------------------------- */
section#sidebar div.sidebar img {
	width: 90%!important;
	margin: 0!important;
	padding: 0!important;
}
section#sidebar div.sidebar {
	width: 100%;
	border: 2px solid #D9EB3F;
/*	border: 2px solid #00FDFF; */
	box-sizing:border-box;
	background: #ffffff;
	text-align: center;
	padding: 20px 0 20px 0;
}
section#sidebar div.sidebar h2 {
	margin: 0 0 10px 0;
}
section#sidebar div.sidebar p {
	margin: 0 0 1em 0;
	text-align: center;
}
section#sidebar div.sidebar hr {
	border: none;
	border: 1px solid #D9EB3F;
/*	border: 1px solid #00FDFF; */
	margin: 10px auto 10px auto;
	width: 90%;
}
section#sidebar div.sidebar img.book {
	width: 50%!important;
}

section#sidebar div.sidebar:after {
	clear: both;
	display: table;
	content: "";
	border: 0 none;
}



/* ▼フッター */
/* ----------------------------------------------------- */
footer p,
footer p.name {
	font-size: 12px!important;
}
footer p img.floatLeft {
	float: left;
	width: auto !important;
	margin: 0 20px 2em 0;
}



/* ▼コピーライト */
/* ----------------------------------------------------- */
section#copyright p {
	font-size: 11px!important;
}



/* ▼登録フォーム */
/* ----------------------------------------------------- */
section#register div.container {
	padding: 3em 0 3em 0;
}



/* ▼登録完了 */
/* ----------------------------------------------------- */
section#register div#end h1 {
	padding: 0.5em 0 0.5em 0;
}
section#register div#end h1 img,
section#register div#end p img {
	width: 90%!important;
}
section#register div#end p#thanks {
	margin: 0 0 4em 0;
}
section#register div.tubutubu {
	background-image: url(../images/end_tubutubu_bg_02.png), url(../images/end_tubutubu_bg_01.png);
	background-repeat: no-repeat, repeat;
	background-position: top left, left;
	background-size: 100%, auto;
	margin: 0 0 2em 0;
}
section#register div.tushinkoza {
	background: url(../images/end_tushinkoza_bg.png) repeat top left;
	border: 2px solid #cccccc;
	padding: 30px 0 0 0;
	margin: 0 0 2em 0;
}

