@charset "utf-8";
/* **************************************************

Create: 2016.01.11
Update: 2016.01.11

Copyright 2016 Avec moi.

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

/* content===========================================

[01] All Setting
[02] Base Setting
[03] Text Setting
[04] Layout Setting
[05] Header
[06] Menu
[07] Lesson
[08] Profile
[09] Information
[10] Privacy
[11] Footer
[12] page top
[13] Button
 
===================================================== */


/* 1: All Setting
=========================================================================================== */
html {
	margin: 0%;
	padding: 0%;
	font-size: 12px;
	line-height: 1.7em;
	background-color: #ffffff;
}

body {
	-webkit-text-size-adjust: 100%;
	height: 100%;
	margin: 0%;
	padding: 0%;
	color: #666666;
	font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;  
	text-align: center;
}


/* 2: Base Setting
=========================================================================================== */
img {
	border: none;
	vertical-align: top;
}

ul {
	list-style: none;
	margin: 0%;
	padding: 0%;
	font-size: 1.0em;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
}

h1,h2,h3,h4,h5 {
	margin: 0%;
	padding: 0%;
}

p {
	margin: 0%;
	padding: 0%;
	font-size: 1.0em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	width: 100%;
	font-size: 1.0em;
}

#contents th {
	vertical-align: top;
}

div {
	margin: 0%;
	padding: 0%;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
}

.clearfix:after {  
  content: " ";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
.clearfix { /height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  

.clear {
	clear: both;
}

.clearL {
	clear: left;
}

.clearR {
	clear: right;
}

.floatR {
	float: right;
}

.floatL {
	float: left;
}

.alignR {
	text-align: right;
}

.alignL {
	text-align: left;
}


#header li a:hover img,
#menu li a:hover img,
#contents a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}


@media screen and (min-width: 640px) {
	.smpBR {
		display:none;
	}
}


/* for Smartphone */
@media screen and (max-width: 640px) {
	ul {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
	
	div {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
	
	.pcBR {
		display:none;
	}
}


/* 3: Text Setting
=========================================================================================== */
a {
	color: #ff9160;
	font-size: 1.0em;
	text-decoration: none;
}

a:hover {
	color: #ffb696;
}

h1 img {
	width: 100%;
	height: auto;
}

#contents p {
	margin: 0em 0em 1.0em 0em;
	line-height: 1.8em;
}

#contents li p {
	line-height: 1.8em;
}

#contents p.img {
	line-height: 100%;
	margin: 0%;
}

#contents .telSmp {
	cursor: text;
	color: #333333;
}

#contents .smpBR {
	display: none;
}

/* for Smartphone */
@media screen and (max-width: 640px) {	
	/*.section br:not(.nmlBR) {
		display: none;
	}*/
	
	body:not(#idMap) #contents .telSmp {
		color: #006699;
	}
}
@media screen and (max-width: 360px) {
	#contents h1 img {
		width: 130%;
		height: auto;
	}
	
	#contents .smpBR {
		display: block;
	}
}


/* 4: Layout Setting
=========================================================================================== */
html, body {
	height: 100%;
}

#wrapper {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0px auto;
}

#contents {
	clear: both;
	padding: 12px 0px 0px 0px;
}

.section {
	clear: both;
	padding: 25px 0px 0px 0px;
}

#wrapper:after,
#container:after,
#menu:after,
#contents:after,
.section:after,
#footer:after {  
  content: " ";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}  
  
#wrapper,
#container,
#menu,
#contents,
.section,
#footer { display: inline-table; }  
  
/* Hides from IE-mac \*/  
#wrapper,
#container,
#menu,
#contents,
.section,
#footer { /height: 1%; }  
#wrapper,
#container,
#menu,
#contents,
.section,
#footer { display: block; }  
/* End hide from IE-mac */  

/* for Tablet */
@media screen and (max-width: 780px) {
	#wrapper {
		width: 100%;
		border: none;
	}
	
	#container {
		padding-left: 0%;
		padding-right: 0%;
	}
}
/* for Smartphone */
@media screen and (max-width: 640px) {
	#wrapper {
		width: 100%;
		min-height: inherit;
	}
	
	#container {
		padding-bottom: 20px;
	}
	
	#contents {
		overflow: hidden;
		padding-top: 0%;
	}
	
	.section {
		margin: 0% 2%;
		padding-top: 1.2em;
	}
}


/* 5: Header
=========================================================================================== */
#header {
	width:100%;
	border-top:#ff9160 solid 10px;
	position: relative;
	margin-bottom:50px;
}

#header .btnContact {
    width:210px;
    font-size:14px;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    color:#fff;
    background-color:#ff9160;
    border-radius:5px;
	position:absolute;
    right: 30px;
    top: 10px;
}

.lead {
	margin-bottom:70px;
}

h2 {
	margin-bottom:50px;
}

.lead p {
	font-size:14px;
	line-height:1.8em;
}


@media screen and (min-width: 641px) {
	#smp_header {
		display:none;
	}
	
	h2 .smp_mds {
		display:none;
	}
}

@media screen and (max-width: 640px) {
	#header {
		display:none;
	}
	
	#smp_header {
		width:100%;
		border-top:#a3939a solid 10px;
	}
	
	.smp_menu .child {
		display: none;
	}
	
	.smp_menu .toggle {
		height:40px;
		width:100%;
		background-color:#ff9160;
		color:#ffffff;
		font-size:16px;
		line-height:2.4em;
		text-align:left;
		padding-left:15px;
	}
	
	.smp_menu ul li {
		padding:10px 0 10px 0;
		border-bottom:#D5D5D5 1px solid;
		font-size:15px;
	}
	
	.smp_mainImg {
		width:100%;
		height:auto;
		margin-bottom:30px;
	}
	
	.smp_mainImg img {
		width:100%;
		height:auto;
	}
	
	.lead {
		width:85%;
		margin:0 auto;
		margin-bottom:40px;
	}
	
	h2 .pc_mds {
		display:none;
	}
	
	h2 {
		margin-bottom:30px;
	}
	
	h2 .smp_mds {
		width:80%;
		height: auto;
	}
	
	h2 .smp_mds img {
		width:100%;
		height: auto;
	}
	
	.lead p {
		text-align:left;
	}
	
	#menu {
		display:none;
	}
}



/* 6: Menu
=========================================================================================== */
#menu {
	width:523px;
	margin:0 auto;
	margin-bottom:30px;
}

#menu li {
	float: left;
	width:173px;
	border-left:#999999 solid 1px;
}

#menu .naviEnd {
	border-right:#999999 solid 1px;
}

#menu li a {
	display: block;
	overflow: hidden;
}


/* 7: Lesson
=========================================================================================== */
h3 {
	width:100%;
	height:40px;
	background-color:#ff9160;
	margin-bottom:30px;
}

h4 {
	text-align:left;
	margin:20px 0 20px 0;
	border-bottom:#999999 1px solid;
	padding-bottom:10px;
}

h5 {
	font-size:16px;
	font-weight:normal;
	color:#c78060;
	text-align:left;
	margin-bottom:15px;
}

.Boxwrap {
	width:920px;
	margin:0 auto;
}

.Boxwrap:after {  
  content: " ";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.Boxwrap .section {
	height:380px;
}

#lesson .lead {
	margin-bottom:20px;
}

#lesson p {
	font-size:14px;
	line-height:1.8em;
}

#lesson .FBlink a {
	color:#455a9e;
}

#lesson .schedule {
	font-size:13px;
}

#lesson .schedule a {
	text-decoration:underline;
}

#lesson .schedule ul {
	margin-bottom:20px;
}

#lesson .schedule li {
	line-height:1.8em;
}

#lesson .boxL {
	float:left;
	width:390px;
	padding:0 30px 0px 30px;
}

#lesson .boxL p {
	font-size:13px;
	text-align:left;
}

#lesson .boxR {
	float:left;
	width:390px;
	padding:0 30px 0px 30px;
}

#lesson .boxR p {
	font-size:13px;
	text-align:left;
}

#lesson .news {
	width:920px;
	margin:0 auto;
	background:#ebf2f0;
	border:#cbdfd9 solid 1px;
	margin-bottom:70px;
}

#lesson .news:after {  
  content: " ";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

#lesson .news .fb-page {
	margin-top:10px;
	margin-bottom:10px;
}

#lesson .news .boxR img {
	margin-bottom:20px;
}

#lesson .news .boxR p {
	text-align:center;
	margin-bottom:20px;
}

#lesson .news .btnContact {
    width:210px;
    font-size:14px;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    color:#fff;
    background-color:#ff9160;
    border-radius:5px;
	margin:0 auto;
	margin-bottom:20px;
}

#lesson .news .boxR .tel {
	font-size:18px;
	color:#ff9160;
}


#lesson .news .boxR .note {
	font-size:12px;
	text-align:left;
	padding-left:1em;
	text-indent:-1em;
}



@media screen and (max-width: 780px) {
	#lesson {
		width:100%;
	}
	
	#lesson .Boxwrap {
		width: 100%;
		margin:0 auto;
	}
	
	#lesson  .lessonImg {
		width:95%;
		height:auto;
	}
	
	#lesson .boxL {
		float:left;
		width:40%;
		padding:0 30px 0 30px;
	}
	
	#lesson .boxR {
		float:left;
		width:40%;
		padding:0 30px 0 30px;
	}
	
	#lesson .news {
		width:95%;
	}
	
	#lesson .news .boxL {
		width:40%;
		height:auto;
	}

	#lesson .news .boxR {
		width:40%;
		height:auto;
	}
	
	#lesson .news img {
		width:100%;
		height:auto;
	}
}

@media screen and (max-width: 640px) {
	#lesson .lead {
		text-align:left;
		width:85%;
	}
	
	#lesson .schedule {
		text-align:left;
		width:85%;
		margin:0 auto;
	}
	
	#lesson .Boxwrap {
		width:85%;
		margin:0 auto;
	}
	
	#lesson .Boxwrap .section {
		height: auto;
		margin-bottom:30px;
	}
	
	#lesson .boxL {
		float:left;
		width:100%;
		padding:0;
	}
	
	#lesson .boxR {
		float:left;
		width:100%;
		padding:0;
	}
	
	#lesson  .lessonImg {
		width:100%;
		height:auto;
	}
	
	#lesson .news {
		width:85%;
	}
	
	#lesson .news .boxL {
		width:100%;
		height:auto;
	}

	#lesson .news .boxR {
		width:100%;
		height:auto;
	}
	
	#lesson .news img {
		width:100%;
		height:auto;
	}
}

@media screen and (min-width: 321px) {
	#lesson .Boxwrap .section .smpTtl3 {
		display:none;
	}
}

@media screen and (max-width: 320px) {
	#lesson .Boxwrap .section .pcTtl3 {
		display:none;
	}
	
	
	#lesson h3 img {
		width:85%;
		height:auto;
	}
}

/* 8: Profile
=========================================================================================== */

#profile {
	margin-bottom:30px;
}

#profile:after {  
  content: " ";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

#profile .profWrap {
	width:920px;
	margin:0 auto;
}

#profile .profWrap .boxL {
	float:left;
	width:210px;
	padding:0 0 0px 90px;
}

#profile .profWrap .name {
	border-bottom:#666666 1px solid;
	padding-bottom:5px;
	margin-bottom:10px;
}

#profile .profWrap .boxR {
	float:left;
	width:500px;
	padding:0 0 0 30px;
}

#profile .profWrap .boxR p {
	font-size:13px;
	text-align:left;
	line-height:1.7em;
}

#profile .profWrap ul {
	text-align:left;
	margin-top:30px;
	line-height:1.7em;
}

@media screen and (max-width: 780px) {
	#profile .profWrap {
		width: 95%;
		margin:0 auto;
	}
	
	#profile .profWrap .boxL {
		width:30%;
		height:auto;
		padding:0px;
	}
	
	#profile .profWrap .boxR {
		width:67%;
		height:auto;
		padding-left:3%;
	}
}

@media screen and (max-width: 640px) {
	#profile .profWrap {
		width:85%;
		margin:0 auto;
	}
	
	#profile .profWrap .boxL {
		width:100%;
		height:auto;
		padding:0px;
	}
	
	#profile .profWrap .boxR {
		width:100%;
		height:auto;
		padding:0px;
		margin-top:30px;
	}
}

@media screen and (max-width: 320px) {

	#profile h3 img {
		width:85%;
		height:auto;
	}
}


/* 9: Information
=========================================================================================== */
#info {
	margin-bottom:30px;
}

#info:after {  
  content: " ";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

#info .infoWrap {
	width:750px;
	text-align:left;
	margin:0 auto;
}

#info .infoWrap .boxL {
	float:left;
	width:130px;
	padding:0 0 0 0;
}

#info .infoWrap .boxC {
	float:left;
	width:330px;
	padding:10px 0 0 30px;
}

#info .infoWrap .boxR {
	float:left;
	width:230px;
	padding:0 0 0 20px;
}

#info .infoWrap .boxR .btnContact {
    width:210px;
    font-size:14px;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    color:#fff;
    background-color:#ff9160;
    border-radius:5px;
	margin:0 auto;
	margin-bottom:20px;
}

@media screen and (max-width: 780px) {
	#info .infoWrap {
		width:95%;
		margin:0 auto;
	}
	
	#info .infoWrap .boxL {
		width:20%;
		height:auto;
		padding:0;
		text-align:center;
	}
	
	#info .infoWrap .boxC {
		width:40%;
		height:auto;
		padding:0;
	}
	
	#info .infoWrap .boxR {
		width:20%;
		height:auto;
		padding:0;
	}
}

@media screen and (max-width: 640px) {
	#info .infoWrap {
		width:80%;
		margin:0 auto;
	}
	
	#info .infoWrap .boxL {
		width:100%;
		height:auto;
		padding:0;
		text-align:center;
	}
	
	#info .infoWrap .boxC {
		width:100%;
		height:auto;
		padding:0;
		margin-top:30px;
	}
	
	#info .infoWrap .boxR {
		width:100%;
		height:auto;
		padding:0;
	}
	
	#info .infoWrap .boxR .btnContact {
		margin-top:30px;
	}
}

@media screen and (max-width: 320px) {	
	#info h3 {
		padding-top:10px;
	}
	
	#info h3 img {
		width:85%;
		height:auto;
	}
}


/* 10: Privacy 
=========================================================================================== */
#privacy h2 {
	width:100%;
	height:40px;
	background-color:#ff9160;
	margin-bottom:30px;
}

#privacy .wrapper {
	width:750px;
	height:auto;
	margin:0 auto;
	text-align:left;
}

#privacy h3 {
	background:none;
	margin-bottom:0px;
	padding-bottom:0px;
}

#privacy .mds {
	font-size:15px;
	margin:5px 0 5px 0;
}

#privacy p {
	margin-bottom:10px;
}

#privacy .btnTop {
	margin-top:20px;
}

@media screen and (max-width: 640px) {
	#privacy .wrapper  {
		width:85%;
		margin:0 auto;
		margin-bottom:40px;
	}
}


@media screen and (max-width: 320px) {
	#privacy h2 {
		padding-top:10px;
	}
	
	#privacy h2 img {
		width:85%;
		height:auto;
	}
}

/* 11: Footer
=========================================================================================== */
#footer {
	width:100%;
	height:auto;
	border-top:#4e4e4e double;
}

#footer .copyright {
	width:920px;
	text-align:right;
	font-size:10px;
	margin:0 auto;
}

@media screen and (max-width: 780px) {
	#footer .copyright {
		width:100%;
		padding-right:15px;
	}
}

@media screen and (max-width: 640px) {
	#footer .copyright {
		width:100%;
		padding-right:15px;
	}
}


/* 12: page top
=========================================================================================== */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	}
	
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 70px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	}
	
#page-top a:hover {
	text-decoration: none;
	background: #999;
	}


/* 13: Button
=========================================================================================== */	
.btnTop {
    width:210px;
    font-size:14px;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    color:#fff;
    background-color:#ff9160;
    border-radius:5px;
	margin:0 auto;
	margin-bottom:20px;
}

.btnTop:hover {
    background-color:#ffb696;
}

.btnTop a {
	color: #ffffff;
	text-decoration:none;
}

.btnTop a:hover {
	color: #ffffff;
}

.btnContact:hover {
    background-color:#ffb696;
}

.btnContact a {
	color: #ffffff;
	text-decoration:none;
}

.btnContact a:hover {
	color: #ffffff;
}
