@charset "utf-8";

/*
========================================
	Reset CSS
========================================
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, main, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
}

article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section {
	display: block;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	color: #333;
	font-family: "Kosugi Maru", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
	line-height: 1.7;
	font-size: 18px;
	transform: rotate(0.001deg);
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

ul, ol {
	list-style-type: none;
}

table {
	border-collapse: collapse; 
	border-spacing: 0;
}

img, input, select, textarea { 
	vertical-align: middle;
}

a {
	color: #59220d;
	transition: 0.5s;
}

a:hover {
	color: #d53e04;
}

a:hover img {
	opacity: 0.7;
	transition: 0.5s ;
}

/*
========================================
	レイアウト
========================================
*/

/* PC・タブレット・スマフォ
--------------------------- */

.container {
	max-width: 940px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
	box-sizing: border-box;
}

.container::after {
	content: "";
	display: block;
	clear: both;
}

.full{
	margin-left: -10px;
	margin-right: -10px;
}

@media screen and (min-width: 640px){
	.full{
		margin-left: 0;
		margin-right: 0;
	}
}

.sp {
	display: block;
}

.pc {
	display: none;
}

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

/* WEBフォント
--------------------------- */

.gfonts-mplus1p { font-family: "M PLUS 1p"; }

/*
========================================
	ヘッダー
========================================
*/

header {
	background: url(../images/header-lace.png) repeat-x top;
}

#header {
	background: url(../images/header-piano-green.jpg) no-repeat left bottom;
	background-size: auto 55%;
	height: 300px;
	margin-bottom: 30px;
}

@media screen and (min-width: 640px) {
	#header {
		background-size: auto;
		height: 520px;
	}
}

@media screen and (min-width: 940px) {
	header .container {
		max-width: 1200px;
	}
}

#header p.title-top {
	text-align: center;
	font-weight: bold;
	color: #999;
	font-size: 16px;
	padding-top: 50px;
	padding-bottom: 15px;
	line-height: 1;
}

@media screen and (min-width: 640px) {
	#header p.title-top {
		font-size: 22px;
		padding-top: 70px;
		padding-bottom: 20px;
	}
}

h1 {
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 0px #fff;
	line-height: 1;
	padding-bottom: 20px;
}

@media screen and (min-width: 640px) {
	h1 {
		font-size: 90px;
	}
}

#header p img {
	float: right;
	padding-right: 0px;
	max-width: 40%;
	height: auto;
}

@media screen and (min-width: 640px) {
	#header p img {
		max-width: 100%;
		padding-right: 20px;
	}
}

@media screen and (min-width: 940px) {
		#header p img {
			padding-right: 80px;
	}
}


/*
========================================
	メイン
========================================
*/

/* 共通
--------------------------- */

h2 {
	font-size: 28px;
	text-align: center;
	line-height: 0.9;
}

@media screen and (min-width: 640px) {
	h2 {
		font-size: 38px;
		line-height: 1;
	}
}

h2::before {
	content: "- ";
}

h2::after {
	content: " -";
}

.subtitle-btm {
	color: #999;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

@media screen and (min-width: 640px) {
	.subtitle-btm {
		font-size: 22px;
	margin-bottom: 30px;
	}
}

/* 教室の特徴
--------------------------- */

#feature-bg {
	background: #D6F5FF;
}

#feature {
	padding-top: 50px;
	padding-bottom: 50px;
}

.feature-text {
}

@media screen and (min-width: 640px) {
	.feature-text {
		font-size: 20px;
	}
}

#feature img {
	margin-bottom: 30px;
	border-radius: 3px;
}



/* 講師
--------------------------- */

#teacher-bg {
	background: #FFF;
}

#teacher {
	padding-top: 50px;
	padding-bottom: 50px;
}

.teacher-left {
	text-align: center;
	margin-bottom: 30px;
}

@media screen and (min-width: 640px) {
	.teacher-left {
		float: left;
		width: 32%;
	}
}

#teacher-right {
}

@media screen and (min-width: 640px) {
	#teacher-right {
		float: right;
		text-align: left;
		width: 66%;
	}
}

#teacher ul {
	list-style: circle;
	padding-left: 30px;
}

#teacher li {
}

@media screen and (min-width: 640px) {
	#teacher li {
		font-size: 20px;
	}
}
/* レッスン料
--------------------------- */

#lesson-bg {
	background: #D6F5FF;
}

#lesson {
	padding-top: 50px;
	padding-bottom: 50px;
}

.lesson-table {
	display: table;
	width: 100%;
	margin-bottom: 2px;
}

.lesson-cell {
	display: table-cell;
	text-align: center;
	padding: 10px 0;
	width: 25%;
	background: #fff;
	font-size: 12px;
}

@media screen and (min-width: 640px) {
	.lesson-cell {
		font-size: 20px;
	}
}

.lesson-table h3 {
	background: #15C5FF;
	color: #FFF;
	font-size: 15px;
}

@media screen and (min-width: 640px) {
.lesson-table h3 {
		font-size: 20px;
	}
}

.lesson-table h3.cell-color {
	background: #75DDFF;
}

/* アクセス
--------------------------- */

#access-bg {
	background: #FFF;
}

#access {
	padding-top: 50px;
	padding-bottom: 50px;
}

.map{
	border: #d8c7a0 1px solid;
	position: relative;
	padding-bottom: 70%;
}

.map iframe{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 640px) {
	.map{
		padding-bottom: 50%;
	}
	.map iframe{
		width: 100%;
	}
}

/* お問い合わせ
--------------------------- */

#contact-bg {
	background: #D6F5FF;
}

#contact {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 30px;
}
	
#contact dl {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: #CCC dotted 4px;
}

#contact dt {
	float: left;
	clear: left;
	width: 5em;
	font-size: 15px;
	color: #FFF;
	background: #15C5FF;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 10px;
}

@media screen and (min-width: 640px) {
	#contact dt {
		font-size: 20px;
	}
}

#contact dd {
	float: left;
	margin-left: 1em;
	padding-top: 8px;
	font-size: px;
}

@media screen and (min-width: 640px) {
	#contact dd {
		font-size: 20px;
		padding-top: 10px;
	}
}

#contact h3 {
	font-size: 15px;
	background: #15C5FF;
	color: #FFF;
	text-align: center;
	width: 11em;
	padding: 10px;
	margin-bottom: 50px;
}

@media screen and (min-width: 640px) {
	#contact h3 {
		font-size: 20px;
	}
}

/*
========================================
	フッター
========================================
*/

#footer {
	margin-bottom: 30px;
}

address {
	font-family: "M PLUS 1p";
	font-size: 24px;
	font-style: normal;
	text-align: center;
}





/*
========================================
	汎用
========================================
*/

/* 余白
--------------------------- */

.mb0  { margin-bottom:  0px !important;}
.mb5  { margin-bottom:  5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb45 { margin-bottom: 45px !important;}
.mb50 { margin-bottom: 50px !important;}

.pb0  { padding-bottom:  0px !important;}
.pb5  { padding-bottom:  5px !important;}
.pb10 { padding-bottom: 10px !important;}
.pb15 { padding-bottom: 15px !important;}
.pb20 { padding-bottom: 20px !important;}
.pb25 { padding-bottom: 25px !important;}
.pb30 { padding-bottom: 30px !important;}
.pb35 { padding-bottom: 35px !important;}
.pb40 { padding-bottom: 40px !important;}
.pb45 { padding-bottom: 45px !important;}
.pb50 { padding-bottom: 50px !important;}

/* 左右行揃え
--------------------------- */

.text-l { text-align:   left; }
.text-r { text-align:  right; }
.text-c { text-align: center; }


/* フロート／フロート解除
--------------------------- */

.fl { float: left; }
.fr { float:right; }
.fl-img { float: left; margin-right: 10px; margin-bottom: 10px;}
.fr-img { float: right; margin-left: 10px; margin-bottom: 10px;}
.clear { clear: both; }

/* clearfix
--------------------------- */

.clearfix{
	zoom:1;
}

.clearfix:after {
	content: ""; 
	display: block; 
	clear: both; 
}
