@charset "utf-8";

/*---------------------------------------------
	Media All
  ---------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
}

ol, ul{
    list-style:none;
}

img {
	vertical-align: bottom;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}

.clearfix {
	min-height: 1px;
}

.clear {
	clear: both;
}

a {
	text-decoration: underline;
	color: #000;
}

a:hover {
	opacity: 0.8;
	color: #000;
}

b, strong, .bold {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
	font-family: "Segoe UI", Meiryo, sans-serif;
}

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

body {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	color: #444;
	font-size: 16px;
	line-height: 160%;
	text-align: left;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#wrap {
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

header, main, footer, .header_inner, section {
	width: 100%;
}

header {
	border-top: 5px solid #e15f00;
}

.bg01 {
	background-color: #000;
}

.bg03 {
	background-color: #fff7e8;
}

.btn a {
	display: block;
}

header h1 {
	font-family: 'Italianno', cursive;
	color: #e15f00;
}

.header_sec {
	color: #937140;
}

.header_sec_inner h2 {
	font-weight: 600;
}

.text01 {
	border-top: 1px solid #937140;
	border-bottom: 1px solid #937140;
	font-weight: 600;
}

.text01 span {
	font-weight: 600;
}

.text02 {
	font-weight: 600;
}

.sec01 ul li {
	font-weight: 600;
	color: #916528;
	border-bottom: 1px dotted #916528;
}

.sec01 ul {
	margin-bottom: 60px;
}

.btn_sec {
	text-align: center;
}

section h2 {
	text-align: center;
	color: #937140;
}

section h2 span {
	font-family: 'Italianno', cursive;
}

.lesson_sec {
	text-align: center;
}

.lesson {
	background-color: #FFF;
}

.lesson h3 {
	font-weight: 600;
	display: inline-block;
	border-bottom: 1px solid #000;
	line-height: 1.4em;
}

.lesson h4 {
	color: #e15f00;
	font-size: 24px;
	font-weight: 600;
	text-align: left;
	line-height: 1.4em;
}

.lesson ul {
	color: #937140;
	list-style: disc;
	list-style-position: outside;
	text-align: left;
}

.studio_sec {
	text-align: center;
}



.studio_txt p {
	font-size: 24px;
	line-height: 1.6em;
}

.fee {
	background: #FFF;
	border: 1px solid #937140;
	text-align: center;
	font-weight: 600;
}

.fee span {
	font-weight: 600;
}

.about_sec {
	text-align: center;
}

.about {
	text-align: left;
}

.about h3 {
	font-size: 32px;
	font-weight: 600;
}

.about_txt {
	line-height: 1.6em;
}

.other_img {
	margin-bottom: 30px;
}

.other_txt {
	color: #937140;
	line-height: 1.4em;
}

.other {
	text-align: left;
	border: 1px solid #937140;
}

.other h3 {
	color: #937140;
	font-weight: 600;
}

.other ul li {
	color: #e15f00;
	display: inline-block;
}

.other ul li a {
	color: #e15f00;
}

footer {
	background-color: #000;
	text-align: center;
}

footer p {
	color: #937140;
	font-size: 18px;
	padding: 0 0 20px 0;
}

.studio_sec h3 a {
	color: #0000ff;
}

.studio_sec h3 a:visited {
	color:#00ccff;
}

.fbtn a {
	display: block;
}

/* SP縦 */
@media screen and (max-width: 750px) {

.pc {
	display: none;
}

header h1 {
	font-size: 42px;
	text-align: center;
}

.inner {
	width: 96%;
	margin: 0 auto;
}

.mainbg {
	text-align: center;
	margin-bottom: 30px;
}

.mainbg img {
	width: 80%;
}

.header_inner {
	padding: 25px 0 15px;
}

.header_sec_inner {
	padding: 0 20px;
}

.header_sec_inner h2 {
	font-size: 36px;
	margin-bottom: 20px;
}

.text01 {
	font-size: 24px;
	padding: 5px 0;
	line-height: 1.6em;
	margin-bottom: 10px;
}

.text01 span {
	font-size: 36px;
}

.text02 {
	font-size: 24px;
	line-height: 1.4em;
}

section {
	padding: 30px 0;
}

.sec01 ul li {
	font-size: 24px;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
}

.sec01 ul li img {
	width: 40px;
	height: auto;
	padding: 0 10px 0 0;
}

.bg02 {
	background-color: #fff7e8;
}

.sec01 ul {
	list-style-image: url(../img/check02.png);
	list-style-position: outside;
	margin: 0 0 30px 35px;
}

.other_img img {
	width: 100%;
}

.btn {
	margin: 0 auto 20px;
	width: 90%;
}

.btn img {
	width: 100%;
}

.emtxt {
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.6em;
}

section h2 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 30px;
}

section h2 span {
	font-size: 40px;
}

.lesson {
	width: 96%;
	margin: 0 auto 30px;
}

.lesson h3 {
	font-size: 32px;
	margin-bottom: 30px;
	padding: 20px 0 0 0;
}

.lesson h4 {
	margin: 0 20px 20px;
}

.lesson ul {
	font-size: 20px;
	margin: 0 20px 0 40px;
	padding: 0 0 30px 0;
}

.studio_txt {
	padding: 20px;
	text-align: left;
}

.studio_sec h3 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}

.map {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

.map iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.fee {
	padding: 30px 0 20px;
	font-size: 28px;
	line-height: 1.4em;
	width: 96%;
	margin: 0 auto 30px;
}

.fee span {
	font-size: 48px;
}

.about h3 {
	text-align: center;
	margin-bottom: 20px;
}

.about_txt {
	font-size: 18px;
	width: 96%;
	margin: 0 auto 20px;
}

.about_img {
	width: 96%;
	margin: 0 auto;
}

.about_img img {
	width: 100%;
}

.other_txt {
	font-size: 20px;
	width: 96%;
	margin: 0 auto 20px;
}

.other {
	width: 96%;
	margin: 0 auto 20px;
}

.other h3 {
	font-size: 24px;
	margin: 20px 20px 0;
}

.other ul {
	padding: 15px;
}

.other ul li {
	font-size: 20px;
	padding: 0 10px 0 0;
	line-height: 1.6em;
}

.btns {
	position: fixed;
	right: 10px;
	bottom: 5px;
	width: 50px;
}

.fbtn img {
	width: 50px;
	height: auto;
}

.fbtn {
	margin-bottom: 10px;
}

}/* /SP縦 */

/* SP縦以外 */
@media screen and (min-width: 751px) {

.sp {
	display: none;
}

header h1 {
	font-size: 70px;
	margin: 35px 0 15px;
	text-align: right;
}

.inner {
	max-width: 960px;
	margin: 0 auto;
}

.mainbg img {
	margin: -50px 0 0 -100px;
}

.mainbg, .header_sec_inner {
	display: inline-block;
	vertical-align: middle;
}

.header_sec_inner {
	margin-left: 35px;
}

.header_sec_inner h2 {
	font-size: 54px;
	margin-bottom: 30px;
}

.text01 {
	font-size: 26px;
	padding: 10px 0;
	line-height: 1.8em;
	margin-bottom: 20px;
}

.text01 span {
	font-size: 50px;
}

.text02 {
	font-size: 20px;
	line-height: 1.8em;
}

section {
	padding: 80px 0;
}

.sec01 ul {
	list-style-image: url(../img/check.png);
	list-style-position: outside;
}

.sec01 ul li {
	font-size: 36px;
	padding: 0 0 10px 0;
	margin-bottom: 15px;
}

.sec01 ul li img {
	vertical-align: text-bottom;
	padding: 0 20px 0 0;
}

.bg02 {
	background: url(../img/sax.png) no-repeat;
	background-position: 95% 50%;
	background-color: #fff7e8;
}

.about, .about_img {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
	width: 40%;
}

.btn {
	display: inline-block;
	padding: 0 20px;
}

.emtxt {
	font-size: 44px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 60px;
}

section h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 80px;
}

section h2 span {
	font-size: 80px;
	padding: 0 20px 0 0;
}

.lesson {
	width: 38%;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px;
	padding: 50px 30px;
	height: 480px;
}

.lesson h3 {
	font-size: 36px;
	margin-bottom: 40px;
}

.lesson h4 {
	margin-bottom: 40px;
}

.lesson ul {
	font-size: 18px;
	margin: 0 0 0 20px;
}

.studio_txt, .map {
	display: inline-block;
	vertical-align: middle;
}

.studio_txt {
	padding: 0 30px 0 0;
	text-align: left;
}

.studio_sec h3 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 30px;
}

.fee {
	padding: 50px 0 30px;
	margin-bottom: 60px;
	font-size: 36px;
}

.fee span {
	font-size: 64px;
}

.about h3 {
	text-align: left;
	margin-bottom: 30px;
}

.about_txt {
	font-size: 16px;
}

.other_txt {
	font-size: 22px;
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb80 {
	margin-bottom: 80px;
}

.other {
	padding: 30px 40px;
}

.other h3 {
	font-size: 32px;
	margin-bottom: 30px;
}

.other ul li {
	font-size: 24px;
	padding: 0 15px 0 0;
	line-height: 1.8em;
}

.map iframe {
	height: 430px;
	width: 540px;
}

.btns {
	position: fixed;
	right: 2%;
	bottom: 0;
	width: 80px;
}

.fbtn {
	margin-bottom: 20px;
}

.fbtn img {
	width: 80px;
	height: auto;
}

.fbtn a {
	display: block;
}

}/* /SP縦以外 */