@charset "utf-8";

	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-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}
	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
		color: #ffffff;
	}
	body:before{
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		height:100vh;
		background-color: #2e3141;
		background-image: linear-gradient(to top, rgba(46, 49, 65, 0.1), rgba(46, 49, 65, 0.1)), url("../images/bg.jpg");
		background-size: auto, cover;
		background-attachment: fixed, fixed;
		background-repeat: no-repeat;
	}
	/*-------------------------------------------------------------------
		レスポンシブ【 max-width: 1050px 】
	---------------------------------------------------------------------*/
		@media screen and (max-width: 1050px) {
			body:before{
				background:url(../images/bg.jpg) center/cover no-repeat;
				-webkit-background-size:cover;
			}
		}
	/*-------------------------------------------------------------------
		レスポンシブ【 max-width: 380px 】
	---------------------------------------------------------------------*/
		@media screen and (max-width: 380px) {
			body:before{
				background-position: unset;
			}
		}
/*-------------------------------------------------------------------

	外枠

---------------------------------------------------------------------*/
	#page-wrapper {
		-webkit-transition: -webkit-filter 0.25s ease;
		transition: filter 0.25s ease;
	}

		/*-------------------------------------------------------------------
			header（ヘッダー）
		---------------------------------------------------------------------*/
			#header {
				-webkit-transition: background-color 0.2s ease-in-out;
				transition: background-color 0.2s ease-in-out;
				background-color: rgba(70, 151, 188, 0.95);
				height: 3.5em;
				left: 0;
				line-height: 3.5em;
				padding: 0 1.25em;
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 10000;
			}
				#header h1 {
					-webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s;
					transition: opacity 0.2s ease-in-out, visibility 0.2s;
					border-bottom: 0;
					font-size: 0.8em;
					margin-bottom: 0;
					opacity: 1;
					visibility: visible;
				}
					#header h1 a {
						border: 0;
						font-size: 1.2rem;
						line-height: 2.0em;
					}

				#header nav {
					font-family: Raleway, Helvetica, sans-serif;
					font-size: 0.8em;
					font-weight: 700;
					height: 3em;
					letter-spacing: 0.1em;
					line-height: 3em;
					position: absolute;
					right: 4.0em;
					text-transform: uppercase;
					top: 0.7em;
				}
				/*-------------------------------------------------------------------
					レスポンシブ【 max-width: 640px 】
				---------------------------------------------------------------------*/
					@media screen and (max-width: 640px) {
						#header nav {
							right: 5.0em;
						}
					}

					#header nav a {
						border: 0;
						display: inline-block;
						padding: 0 1em;
					}
						#header nav a:before {
							float: right;
							margin-left: 0.75em;
						}
						#header nav a[href="#menu"] {
							text-decoration: none;
							-webkit-transition: background-color 0.2s ease-in-out;
							transition: background-color 0.2s ease-in-out;
/*
							border-radius: 5px;
							box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.125);
*/
							padding: 0 1.35em;
						}
						/*-------------------------------------------------------------------
							レスポンシブ【 max-width: 380px 】
						---------------------------------------------------------------------*/
							@media screen and (max-width: 380px) {
								#header nav a[href="#menu"] {
									padding: 0 1.0em;
								}
							}

							#header nav a[href="#menu"]:before {
								-webkit-font-smoothing: antialiased;
								font-family: FontAwesome;
								font-style: normal;
								font-weight: normal;
								text-transform: none !important;
							}
							#header nav a[href="#menu"]:before {
								content: '\f0c9';
								font-size:20px;
							}
							#header nav a[href="#menu"]:hover {
								background-color: rgba(255, 255, 255, 0.025);
							}
							#header nav a[href="#menu"]:active {
								background-color: rgba(255, 255, 255, 0.075);
							}

				#header.alt {
					background-color: transparent;
				}
/*
					#header.alt h1 {
						opacity: 0;
						visibility: hidden;
					}
*/

				/*-------------------------------------------------------------------
					Facebook Instagramアイコン枠
				---------------------------------------------------------------------*/
					div#header-icon {
						display: -webkit-flexbox;
						display: flex;

						position: absolute;
						right: 11em;
						top: 0.7em;
					}
					/*-------------------------------------------------------------------
						レスポンシブ【 max-width: 640px 】
					---------------------------------------------------------------------*/
						@media screen and (max-width: 640px) {
							div#header-icon {
								right: 12em;
							}
						}
					/*-------------------------------------------------------------------
						レスポンシブ【 max-width: 380px 】
					---------------------------------------------------------------------*/
						@media screen and (max-width: 380px) {
							div#header-icon {
								right: 10.5em;
							}
						}

						div#header-icon a {
							display: -webkit-flexbox;
							display: flex;

							text-decoration: none;
						}
							div#header-icon a img {
								margin-right: 0.5em;
							}
							div#header-icon a:hover img {
								opacity: 0.5;
							}

			/*-------------------------------------------------------------------
				レスポンシブ【 max-width: 736px 】
			---------------------------------------------------------------------*/
				@media screen and (max-width: 736px) {
					#header nav {
						top: 0;
/*
						right: 4.0em;
*/
						right: 3.0em;
						height: inherit;
						line-height: inherit;
					}
						#header nav a[href="#menu"]:hover, #header nav a[href="#menu"]:active {
							background-color: inherit;
						}
				}
			/*-------------------------------------------------------------------
				レスポンシブ【 max-width: 640px 】
			---------------------------------------------------------------------*/
				@media screen and (max-width: 640px) {
					#header nav a[href="#menu"] {
						width: 8em;
						white-space: nowrap;
						text-indent: 0em;
						position: relative;
					}
						#header nav a[href="#menu"]:before {
							width: inherit;
							position: absolute;
							top: 0;
							left: 0;
							text-indent: 0;
							text-align: right;
							margin-left: 0;
							padding-right: 1.25em;
						}
				}
			/*-------------------------------------------------------------------
				レスポンシブ【 max-width: 380px 】
			---------------------------------------------------------------------*/
				@media screen and (max-width: 380px) {
					#header nav a[href="#menu"] {
						width: 7em;
					}
				}

		/*-------------------------------------------------------------------
			menu（メニュー）
		---------------------------------------------------------------------*/
			#menu {
				display: -webkit-flex;
				display: flex;
				-webkit-align-items: center;
				align-items: center;
				-webkit-justify-content: center;
				justify-content: center;
				-webkit-pointer-events: none;
				pointer-events: none;
				-webkit-transition: opacity 0.35s ease, visibility 0.35s;
				transition: opacity 0.35s ease, visibility 0.35s;
				-webkit-user-select: none;
				user-select: none;
				-webkit-tap-highlight-color: transparent;
				background: rgba(46, 49, 65, 0.8);
				cursor: default;
				height: 100%;
				left: 0;
				opacity: 0;
				position: fixed;
				text-align: center;
				top: 0;
				visibility: hidden;
				width: 100%;
			}
				#menu .inner {
					padding: 2.5em 1.5em 0.5em 1.5em ;
					-webkit-transform: translateY(0.5em);
					transform: translateY(0.5em);
					-webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
					transition: opacity 0.35s ease, transform 0.35s ease;
					-webkit-overflow-scrolling: touch;
					background: #0e58d8;
					border-radius: 5px;
					display: block;
					max-width: 100%;
					opacity: 0;
					position: relative;
					width: 18em;
				}
				#menu h2 {
					border-bottom: solid 2px rgba(255, 255, 255, 0.125);
					padding-bottom: 1em;
				}
				#menu .close {
					background-image: url("../images/close.svg");
					background-position: 75% 25%;
					background-repeat: no-repeat;
					background-size: 2em 2em;
					border: 0;
					content: '';
					display: block;
					height: 4em;
					overflow: hidden;
					position: absolute;
					right: 0;
					text-align: center;
					text-indent: 4em;
					top: 0;
					width: 4em;
				}
				#menu .links {
					list-style: none;
					margin-bottom: 1.5em;
					padding: 0;
				}
					#menu .links li {
						padding: 0;
					}
						#menu .links li a {
							border-radius: 5px;
							border: 0;
							display: block;
							font-size: 0.8em;
							font-weight: 200;
							letter-spacing: 0.1em;
							line-height: 1.85em;
							padding: 0.75em 0;
							text-transform: uppercase;
						}
						#menu .links li a:hover {
							background: #45558d;
						}

				@media screen and (max-width: 736px) {
					#menu .inner {
						max-height: 100%;
						overflow-y: auto;
						overflow-x: hidden;
					}
						#menu .inner .close {
							background-size: 1.5em 1.5em;
						}
				}

		/*-------------------------------------------------------------------
			menuボタンクリック時
		---------------------------------------------------------------------*/
			body.is-menu-visible #page-wrapper {
				-webkit-filter: blur(1.5px);
				filter: blur(1.5px);
			}

			body.is-menu-visible #menu {
				-webkit-pointer-events: auto;
				pointer-events: auto;
				opacity: 1;
				visibility: visible;
			}
				body.is-menu-visible #menu .inner {
					-webkit-transform: translateY(0);
					transform: translateY(0);
					opacity: 1;
				}



/*-------------------------------------------------------------------

	第１セクション

---------------------------------------------------------------------*/
	/*-------------------------------------------------------------------
		セクション共通
	---------------------------------------------------------------------*/
		.wrapper .inner {
			padding: 3em 0 1em 0 ;
			margin: 0 auto;
			max-width: 840px;
		}
		/*-------------------------------------------------------------------
			レスポンシブ【 max-width: 1200px 】
		---------------------------------------------------------------------*/
			@media screen and (max-width: 1200px) {
				.wrapper .inner {
					width: 90%;
				}
			}

			.wrapper.spotlight:before {
				box-shadow: inset 0 -1px 0 0 #4c5c96, 0 1px 0 0 #4c5c96;
			}
			.wrapper.spotlight:after {
				box-shadow: inset 0 -1px 0 0 #4c5c96, 0 1px 0 0 #4c5c96;
			}

			#class,
			#teacher,
			#information,
			#gallery,
			#qanda,
			#contact {
				margin-top:-80px;
				padding-top:80px;
			}

		/*-------------------------------------------------------------------
			外枠
		---------------------------------------------------------------------*/
			#banner {
				padding: 5em 0 4.75em 0 ;
				position: relative;
			}
			/*-------------------------------------------------------------------
				レスポンシブ【 max-width: 950px 】
			---------------------------------------------------------------------*/
				@media screen and (max-width: 950px) {
					#banner {
						padding: 5em 0 1.0em 0 ;
					}
				}


				section#contact-link {
					position: fixed;
/*
					top: 56px;
*/
					top: 60px;
					right: 0;
					width: 40px;
					z-index: 10;
				}
				section.header-contact-top {
					right: unset!important;
					top: 56px!important;
					width: 100%!important;
				}

					section#contact-link a {
						background: #417abe;
						border: 1px solid #417abe;
						box-sizing: border-box;
						display: block;
						height: 200px;
						transition: all .7s;
						overflow: hidden;
						position: relative;
						text-align: center;
						width: 40px;
					}
					@media screen and (max-width: 480px) {
						section#contact-link a {
							opacity: 0.7;
						}
					}
					section#contact-link a.header-contact-top {
						background: #417abe!important;
						height: 40px;
						opacity: 1;
						width: 100%;
					}
						section#contact-link a.header-contact-top span {
								color: #fff!important;
						}
						section#contact-link a span {
							color: #fff;
							font-size: 0.9rem;
							line-height: 1.2em;
							overflow: hidden;
							padding: 0.5em 0;
							position: absolute;
							top: 50%;
							left: 50%;
							transform: translate(-50%,-50%);
							width: 100%;
						}
					section#contact-link a:hover {
						background: #fff;
					}
						section#contact-link a:hover span {
							color: #417abe;
						}

			/*-------------------------------------------------------------------
				上部メッセージ「福井バレエスタジオは…」
			---------------------------------------------------------------------*/
				section#header-msg {
					font-family: 'Noto Serif JP', serif;
					font-size: 1.3rem;
					font-weight: bold;
					line-height: 1.8em;
					text-align: center;
				}
				/*-------------------------------------------------------------------
					レスポンシブ【 max-width: 480px 】
				---------------------------------------------------------------------*/
					@media screen and (max-width: 480px) {
						section#header-msg {
							font-size: 1.0rem;
						}
					}

			/*-------------------------------------------------------------------
				上部円イメージ枠
			---------------------------------------------------------------------*/
				section#header-outer {
					display: -webkit-flexbox;
					display: flex;
					-webkit-justify-content: flex-end;
					justify-content: flex-end;

					margin: 0em auto 10em;
					max-width: 544px;
				}
				/*-------------------------------------------------------------------
					レスポンシブ【 max-width: 950px 】
				---------------------------------------------------------------------*/
					@media screen and (max-width: 950px) {
						section#header-outer {
							margin: 0em auto 5.0em;
						}
					}
				/*-------------------------------------------------------------------
					レスポンシブ【 max-width: 860px 】
				---------------------------------------------------------------------*/
					@media screen and (max-width: 860px) {
						section#header-outer {
							margin: 0em auto 1.5em;
						}
					}
				/*-------------------------------------------------------------------
					レスポンシブ【 max-width: 640px 】
				---------------------------------------------------------------------*/
					@media screen and (max-width: 640px) {
						section#header-outer {
							max-width: 460px;
						}
					}
				/*-------------------------------------------------------------------
					レスポンシブ【 max-width: 460px 】
				---------------------------------------------------------------------*/
					@media screen and (max-width: 460px) {
						section#header-outer {
							max-width: 340px;
						}
					}

					section#header-center {
						position: relative;
						text-align: center;
						width: 100%;
					}
						.header-center-circle {
							opacity: 0.6;
						}
						/*-------------------------------------------------------------------
							レスポンシブ【 max-width: 860px 】
						---------------------------------------------------------------------*/
							@media screen and (max-width: 860px) {
								.header-center-circle {
									width: 100%;
								}
							}

						section#header-center-inner {
							position: absolute;
							top: 50%;
							-webkit-transform: translateY(-50%);
							transform: translateY(-50%);
							text-align: center;
							margin: 0 auto;
							width: 100%;
						}
							section#header-center-logo {
								margin-bottom: 1.0em;
								text-align: center;
							}
							section#header-center-company-name-outer {
							}
								div#header-center-company-name-jp {
									font-family: 'Noto Serif JP', serif;
									font-size: 3.2rem;
									letter-spacing: 0.3em;
									line-height: 1.0em;
									margin-bottom: 0.2em;
								}
								/*-------------------------------------------------------------------
									レスポンシブ【 max-width: 480px 】
								---------------------------------------------------------------------*/
									@media screen and (max-width: 480px) {
										div#header-center-company-name-jp {
											font-size: 2.2rem;
										}
									}
								/*-------------------------------------------------------------------
									レスポンシブ【 max-width: 400px 】
								---------------------------------------------------------------------*/
									@media screen and (max-width: 400px) {
										div#header-center-company-name-jp {
											font-size: 1.8rem;
										}
									}

								div#header-center-company-name-en {
									font-size: 1.7rem;
									letter-spacing: 0.4em;
									line-height: 1.5em;
								}
								/*-------------------------------------------------------------------
									レスポンシブ【 max-width: 480px 】
								---------------------------------------------------------------------*/
									@media screen and (max-width: 480px) {
										div#header-center-company-name-en {
											font-size: 1.5rem;
										}
									}
								/*-------------------------------------------------------------------
									レスポンシブ【 max-width: 400px 】
								---------------------------------------------------------------------*/
									@media screen and (max-width: 400px) {
										div#header-center-company-name-en {
											font-size: 1.2rem;
										}
									}

								section#header-center-catch {
									font-family: 'Noto Serif JP', serif;
									font-size: 1.7rem;
									letter-spacing: 0.2em;
									line-height: 1.5em;
								}
								/*-------------------------------------------------------------------
									レスポンシブ【 max-width: 480px 】
								---------------------------------------------------------------------*/
									@media screen and (max-width: 480px) {
										section#header-center-catch {
											font-size: 1.2rem;
										}
									}

		/*-------------------------------------------------------------------
			レスポンシブ【 max-width: 480px 】
		---------------------------------------------------------------------*/
			@media screen and (max-width: 480px) {
	 			br.sp-br-clear {
	 				display: none;
	 			}
			}

		section#one .text02 {
			font-size: 1.0rem;
			font-weight: bold;
			line-height: 2.0em;
			margin-bottom: 3.0em!important;
			text-align: center!important;
		}
		/*-------------------------------------------------------------------
			レスポンシブ【 max-width: 480px 】
		---------------------------------------------------------------------*/
			@media screen and (max-width: 480px) {
				section#one .text02 {
					text-align: left!important;
				}
			}

/*-------------------------------------------------------------------

	CLASSセクション TEACHERセクション

---------------------------------------------------------------------*/
	/*-------------------------------------------------------------------
		第２セクション背景
	---------------------------------------------------------------------*/
		section#two,
		section#outer-section02 {
			background-image: url(../images/section02_bg.jpg);
			background-repeat: no-repeat;
			background-size: cover;
			min-width: 100%;
		}
		.wrapper.style2 {
			background-color: #353849;
		}
			.wrapper.style2:before, .wrapper.style2:after {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23353849%3B' /%3E%3C/svg%3E");
			}
			.wrapper.style2:before {
				box-shadow: inset 0 -1px 0 0 #353849, 0 1px 0 0 #353849;
			}
			.wrapper.style2:after {
				box-shadow: inset 0 -1px 0 0 #353849, 0 1px 0 0 #353849;
			}

	/*-------------------------------------------------------------------
		CLASSセクション
	---------------------------------------------------------------------*/
		/*-------------------------------------------------------------------
			クラス別説明（写真、テキスト）
		---------------------------------------------------------------------*/
			ul.class-ul01 {
				display: -webkit-flexbox;
				display: flex;
				-webkit-justify-content: space-between;
				justify-content: space-between;
				-webkit-flex-wrap: wrap;
				flex-wrap: wrap;

				margin: 0 auto;
				width: 100%;
			}
				ul.class-ul01 li {
					display: -webkit-flexbox;
					display: flex;
					-webkit-flex-wrap: wrap;
					flex-wrap: wrap;

					margin-bottom: 2.0em;
					width: 48%;
				}
				/*-------------------------------------------------------------------
					レスポンシブ【 max-width: 768px 】
				---------------------------------------------------------------------*/
					@media screen and (max-width: 768px) {
						ul.class-ul01 li {
							width: 100%;
						}
					}

					section.class-ul01-img {
						width: 100%;
					}
						section.class-ul01-img img {
							height: 100%;
							width: 100%;
						}
					section.class-ul01-textouter {
						min-height: 130px;
						padding: 2.0em;
						width: 100%;
					}
					/*-------------------------------------------------------------------
						レスポンシブ【 max-width: 480px 】
					---------------------------------------------------------------------*/
						@media screen and (max-width: 480px) {
							section.class-ul01-textouter {
								padding: 1.0em;
							}
						}
					section.class-ul01-color01 {
						background: #b8579d;
					}
					section.class-ul01-color02 {
						background: #009169;
					}
					section.class-ul01-color03 {
						background: #009169;
					}
					section.class-ul01-color04 {
						background: #417abe;
					}
					section.class-ul01-color05 {
						background: #c28c38;
					}
					section.class-ul01-color06 {
						background: #574b9d;
					}
						section.class-ul01-title {
							font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
							font-size: 1.0rem;
							font-weight: bold;
							line-height: 1.5em;
						}
						/*-------------------------------------------------------------------
							レスポンシブ【 max-width: 480px 】
						---------------------------------------------------------------------*/
							@media screen and (max-width: 480px) {
								section.class-ul01-title {
									font-size: 0.9rem;
								}
							}

						section.class-ul01-title-sp01 {
							display: -webkit-flexbox;
							display: flex;

							text-align: right;
						}
						section.class-ul01-underline {
							border-top: 1px solid #fff;
							height: 1px;
							margin: 0.5em 0;
						}
						section.class-ul01-text01 {
							font-size: 1.0rem;
							font-weight: bold;
							line-height: 1.5em;
						}
						/*-------------------------------------------------------------------
							レスポンシブ【 max-width: 480px 】
						---------------------------------------------------------------------*/
							@media screen and (max-width: 480px) {
								section.class-ul01-text01 {
									font-size: 0.8rem;
								}
							}

		/*-------------------------------------------------------------------
			スケジュール枠
		---------------------------------------------------------------------*/
			section#schedule-outer {
				background: #005bac;
				margin: 0 auto 5.0em;
				padding: 2.0em 0;
				width: 100%;
			}
				section#schedule-title {
					font-size: 1.0rem;
					line-height: 2.0em;
					margin-bottom: 1.0em;
					text-align: center;
				}
				/*-------------------------------------------------------------------
					レスポンシブ【 max-width: 480px 】
				---------------------------------------------------------------------*/
					@media screen and (max-width: 480px) {
						section#schedule-title {
							font-size: 0.9rem;
						}
					}

				section#schedule-title span {
					font-weight: bold;
				}

				section#schedule-sec-outer {
					display: -webkit-flexbox;
					display: flex;
					-webkit-justify-content: space-around;
					justify-content: space-around;
					-webkit-flex-wrap: wrap;
					flex-wrap: wrap;

					padding: 0 2.0em;
				}
				/*-------------------------------------------------------------------
					レスポンシブ【 max-width: 480px 】
				---------------------------------------------------------------------*/
					@media screen and (max-width: 480px) {
						section#schedule-sec-outer {
							padding: 0 1.0em;
						}
					}

					section#schedule-sec-left {
					}
						table.schedule-table01 {
							font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
						}
							table.schedule-table01 tr {
							}
								table.schedule-table01 tr td,
								table.schedule-table01 tr th {
									font-size: 1.0rem;
									font-weight: bold;
									line-height: 2.0em;
								}
								table.schedule-table01 tr td span.span-mark01 {
									font-size: 1.1rem;
								}
								/*-------------------------------------------------------------------
									レスポンシブ【 max-width: 768px 】
								---------------------------------------------------------------------*/
									@media screen and (max-width: 768px) {
										table.schedule-table01 td:last-child {
											border-bottom: 1px solid #fff;
											margin-bottom: 1.0em;
											padding-bottom: 0.5em;
										}
									}
								/*-------------------------------------------------------------------
									レスポンシブ【 max-width: 768px 】
								---------------------------------------------------------------------*/
									@media screen and (max-width: 768px) {
										table.schedule-table01 tr td,
										table.schedule-table01 tr th {
											display: block;
											font-size: 1.5rem;
											width: 100%;
										}
										table.schedule-table01 tr th br {
											display: none;
										}
										table.schedule-table01 tr td span.span-mark01 {
											font-size: 1.8rem;
										}
									}
								/*-------------------------------------------------------------------
									レスポンシブ【 max-width: 480px 】
								---------------------------------------------------------------------*/
									@media screen and (max-width: 480px) {
										table.schedule-table01 tr td,
										table.schedule-table01 tr th {
											font-size: 0.8rem;
										}
										table.schedule-table01 tr td span.span-mark01 {
											font-size: 1.0rem;
										}
									}

								table.schedule-table01 tr th {
									text-align: left;
								}

						/*-------------------------------------------------------------------
							レスポンシブ【 max-width: 768px 】
						---------------------------------------------------------------------*/
							@media screen and (max-width: 768px) {
								table.schedule-table01 tr th.schedule-td-classname {
									display: block;
									width: 100%;
								}
							}

						/*-------------------------------------------------------------------
							レスポンシブ【 max-width: 768px 】
						---------------------------------------------------------------------*/
							@media screen and (max-width: 768px) {
								table.schedule-table01 tr td.schedule-td-space,
								table.schedule-table01 tr td.schedule-td-line {
									display: none;
								}
							}

					table.schedule-table01 br.brclear01 {
						display: none;
					}
					@media screen and (max-width: 640px) {
						table.schedule-table01 br.brclear01 {
							display: block;
						}
					}

					section#schedule-sec-right {
					}

	/*-------------------------------------------------------------------
		TEACHERセクション
	---------------------------------------------------------------------*/
		section.section02-inner {
			display: -webkit-flexbox;
			display: flex;
			-webkit-justify-content: space-around;
			justify-content: space-around;
			-webkit-box-align: flex-end;
			align-items: flex-end;

			margin-bottom: 3.0em;
		}
		/*-------------------------------------------------------------------
			レスポンシブ【 max-width: 860px 】
		---------------------------------------------------------------------*/
			@media screen and (max-width: 860px) {
				section.section02-inner {
					-webkit-flex-wrap: wrap;
					flex-wrap: wrap;

					margin-bottom: 5.0em;
				}
			}

			section.section02-left {
				width: 66%;
			}
			/*-------------------------------------------------------------------
				レスポンシブ【 max-width: 860px 】
			---------------------------------------------------------------------*/
				@media screen and (max-width: 860px) {
					section.section02-left {
						width: 100%;
					}
				}

			section.section02-right {
				width: 29%;
			}
			/*-------------------------------------------------------------------
				レスポンシブ【 max-width: 860px 】
			---------------------------------------------------------------------*/
				@media screen and (max-width: 860px) {
					section.section02-right {
						width: 50%;
					}
				}

				section.section02-right img {
					width: 100%;
				}

/*-------------------------------------------------------------------

	INFORMATIONセクション GALLERYセクション

---------------------------------------------------------------------*/
	/*-------------------------------------------------------------------
		第３セクション背景
	---------------------------------------------------------------------*/
		section#three,
		section#outer-section03 {
			background-image: url(../images/section03_bg.jpg);
			background-repeat: no-repeat;
			background-position: center top;
			background-size: cover;
			min-width: 100%;
		}

		/*-------------------------------------------------------------------
			INFORMATIONセクション
		---------------------------------------------------------------------*/
			section#facebook-outer {
				margin: 0 auto 3.0em auto;
				max-width: 500px;
				text-align: center;
/*
				padding-bottom: 80px;
*/
			}

		/*-------------------------------------------------------------------
			GALLERYセクション
		---------------------------------------------------------------------*/
			ul.class-ul02 {
				display: -webkit-flexbox;
				display: flex;
				-webkit-justify-content: space-around;
				justify-content: space-around;
				-webkit-flex-wrap: wrap;
				flex-wrap: wrap;
			}
				ul.class-ul02 li {
					margin-bottom: 1.8em;
				}
					ul.class-ul02 li img {
					}

		/*-------------------------------------------------------------------
			GALLERY 注釈
		---------------------------------------------------------------------*/
			div#three-text01 {
				font-size: 1.1rem;
				line-height: 1.8em;
				padding-bottom: 2.0em;
				text-align: center;
			}
			/*-------------------------------------------------------------------
				レスポンシブ【 max-width: 480px 】
			---------------------------------------------------------------------*/
				@media screen and (max-width: 480px) {
					div#three-text01 {
						font-size: 0.8rem;
					}
				}
			/*-------------------------------------------------------------------
				レスポンシブ【 max-width: 380px 】
			---------------------------------------------------------------------*/
				@media screen and (max-width: 380px) {
					div#three-text01 {
						font-size: 0.7rem;
					}
				}

/*-------------------------------------------------------------------

	Q&Aセクション お問い合わせセクション

---------------------------------------------------------------------*/
	/*-------------------------------------------------------------------
		第４セクション背景
	---------------------------------------------------------------------*/
		section#four,
		section#outer-section04 {
			background-image: url(../images/section04_bg.jpg);
			background-repeat: no-repeat;
			background-position: center top;
			background-size: cover;
			min-width: 100%;
		}

		/*-------------------------------------------------------------------
			Q&Aセクション
		---------------------------------------------------------------------*/
			section.section04-inner {
				display: -webkit-flexbox;
				display: flex;
				-webkit-justify-content: space-between;
				justify-content: space-between;
			}
			/*-------------------------------------------------------------------
				レスポンシブ【 max-width: 860px 】
			---------------------------------------------------------------------*/
				@media screen and (max-width: 860px) {
					section.section04-inner {
						-webkit-flex-wrap: wrap;
						flex-wrap: wrap;
					}
				}

				section.section04-left {
					width: 68%;
				}
				/*-------------------------------------------------------------------
					レスポンシブ【 max-width: 860px 】
				---------------------------------------------------------------------*/
					@media screen and (max-width: 860px) {
						section.section04-left {
							width: 100%;
						}
					}

					section.section04-inner span {
						font-family: Raleway, Helvetica, sans-serif;
					}

				ul.section04-right {
				}
					ul.section04-right {
						display: -webkit-flexbox;
						display: flex;
						-webkit-flex-direction: column;
						flex-direction: column;

						width: 25%;
					}
					/*-------------------------------------------------------------------
						レスポンシブ【 max-width: 860px 】
					---------------------------------------------------------------------*/
						@media screen and (max-width: 860px) {
							ul.section04-right {
								-webkit-flex-direction: row;
								flex-direction: row;
								-webkit-justify-content: space-around;
								justify-content: space-around;
								width: 100%;
							}
						}

						ul.section04-right li {
							margin-bottom: 2.0em;
							width: 100%;
						}
						/*-------------------------------------------------------------------
							レスポンシブ【 max-width: 860px 】
						---------------------------------------------------------------------*/
							@media screen and (max-width: 860px) {
								ul.section04-right li {
									width: 28%;
								}
							}

						ul.section04-right li img {
							width: 100%;
						}

		/*-------------------------------------------------------------------
			Q&Aセクション、プライバシーポリシーセクションで使用
		---------------------------------------------------------------------*/
			section.message-underline02 {
				border-top: 1px solid #fff;
				height: 1px;
				margin: 0 auto 2.0em;
			}

		/*-------------------------------------------------------------------
			お問い合わせフォームセクション
		---------------------------------------------------------------------*/
			form {
				margin: 0 auto 5.0em;
				width: 90%;
			}
				section.form-inner {
				}
				div.field {
					margin-bottom: 1.0em;
				}
				input[type="submit"] {
					background-color: transparent;
					border-radius: 15px;
					border: 2px solid #fff;
					color: #ffffff !important;
					cursor: pointer;
					display: inline-block;
					font-size: 1.2rem;
					line-height: 1.5em;
					padding: 0.5em 1.8em;
					text-align: center;
					text-decoration: none;
					text-transform: uppercase;
				}

				label {
					color: #ffffff;
					display: block;
					font-family: Raleway, Helvetica, sans-serif;
					font-size: 0.8em;
					font-weight: 700;
					letter-spacing: 0.1em;
					margin: 0 0 0.7em 0;
					text-transform: uppercase;
				}

				span.str-red {
					color: #f00;
					font-size: 1.0rem;
				}

				input[type="text"],
				input[type="password"],
				input[type="email"],
				input[type="tel"],
				select,
				textarea {
					-webkit-appearance: none;
					appearance: none;
					background: rgba(255, 255, 255, 0.025);
					border-radius: 5px;
					border: none;
					border: solid 2px rgba(255, 255, 255, 1);
					-webkit-box-sizing: border-box;
					box-sizing: border-box;
					color: inherit;
					display: block;
					outline: 0;
					padding: 0 1em;
					text-decoration: none;
					width: 100%;
				}
				input[type="text"]:invalid,
				input[type="password"]:invalid,
				input[type="email"]:invalid,
				input[type="tel"]:invalid,
				select:invalid,
				textarea:invalid {
					box-shadow: none;
				}
				input[type="text"]:focus,
				input[type="password"]:focus,
				input[type="email"]:focus,
				input[type="tel"]:focus,
				select:focus,
				textarea:focus {
					border-color: #5b6ba6;
				}
				select option {
					color: #ffffff;
					background: #2e3141;
				}
				input[type="text"],
				input[type="password"],
				input[type="email"],
				input[type="tel"],
				select {
					height: 2.75em;
				}
				textarea {
					padding: 0.75em 1em;
				}
				input[type="checkbox"],
				input[type="radio"] {
					-moz-appearance: none;
					-webkit-appearance: none;
					-ms-appearance: none;
					appearance: none;
					display: block;
					float: left;
					margin-right: -2em;
					opacity: 0;
					width: 1em;
					z-index: -1;
				}
				input[type="checkbox"] + label,
				input[type="radio"] + label {
					text-decoration: none;
					color: #ffffff;
					cursor: pointer;
					display: inline-block;
					font-size: 1em;
					font-family: "Source Sans Pro", Helvetica, sans-serif;
					text-transform: none;
					letter-spacing: 0;
					font-weight: 300;
					padding-left: 2.4em;
					padding-right: 0.75em;
					position: relative;
				}
				input[type="checkbox"] + label:before,
				input[type="radio"] + label:before {
					-moz-osx-font-smoothing: grayscale;
					-webkit-font-smoothing: antialiased;
					font-family: FontAwesome;
					font-style: normal;
					font-weight: normal;
					text-transform: none !important;
				}
				input[type="checkbox"] + label:before,
				input[type="radio"] + label:before {
					background: rgba(255, 255, 255, 0.025);
					border-radius: 5px;
					border: solid 2px rgba(255, 255, 255, 0.125);
					content: '';
					display: inline-block;
					height: 1.65em;
					left: 0;
					line-height: 1.58125em;
					position: absolute;
					text-align: center;
					top: 0;
					width: 1.65em;
				}
				input[type="checkbox"]:checked + label:before,
				input[type="radio"]:checked + label:before {
					background: #ffffff;
					border-color: #ffffff;
					content: '\f00c';
					color: #2e3141;
				}
				input[type="checkbox"]:focus + label:before,
				input[type="radio"]:focus + label:before {
					border-color: #4c5c96;
				}
				input[type="checkbox"] + label:before {
					border-radius: 5px;
				}
				input[type="radio"] + label:before {
					border-radius: 100%;
				}

			ul.actions {
				cursor: default;
				list-style: none;
				margin-top: 1.0em;
				padding-left: 0;
			}
				ul.actions li {
					display: inline-block;
					padding: 0 1em 0 0;
					vertical-align: middle;
				}
					ul.actions li:last-child {
						padding-right: 0;
					}
					@media screen and (max-width: 640px) {
						ul.actions {
							margin: 0 0 2em 0;
						}
							ul.actions li {
								padding: 1em 0 0 0;
								display: block;
								text-align: center;
								width: 100%;
							}
								ul.actions li:first-child {
									padding-top: 0;
								}

								ul.actions li > * {
									width: 100%;
									margin: 0 !important;
								}
					}

				input[type="submit"]:hover,
				.button:hover {
					background-color: rgba(0, 255, 255, 0.025);
				}

				div#mail-send_result {
					color: #f9a95c;
					font-size: 1.6rem;
					font-weight: bold;
					line-height: 1.8em;
					text-align: center;
				}
					div#mail-send_result span {
					}

		/*-------------------------------------------------------------------
			お問い合わせ先、GoogleMapセクション
		---------------------------------------------------------------------*/
			section#contact-outer {
				font-size: 1.2rem;
				line-height: 1.5em;
				margin: 0 auto;
				text-align: center;
				width: 90%;
			}
				section#googlemap-outer {
					height: 0;
					overflow: hidden;
					padding-bottom: 56.25%;
					padding-top: 30px;
					position: relative;
				}
					section#googlemap-outer iframe,
					section#googlemap-outer object,
					section#googlemap-outer embed {
						left: 0;
						height: 100%;
						position: absolute;
						top: 0;
						width: 100%;
					}

		/*-------------------------------------------------------------------
			プライバシーポリシーセクション
		---------------------------------------------------------------------*/
			ul.class-ul03 {
				font-size: 0.85rem;
				line-height: 2.0em;
				margin: 0 auto 1.0em;
				width: 80%;
			}
			/*-------------------------------------------------------------------
				レスポンシブ【 max-width: 480px 】
			---------------------------------------------------------------------*/
				@media screen and (max-width: 480px) {
					ul.class-ul03 {
						font-size: 0.80rem;
					}
				}

				ul.class-ul03 li {
					list-style: none;
					margin: 0;
					padding: 0;
				}
				ul.class-ul03 li:before {
					content: "";
					width: 15px;
					height: 15px;
					display: inline-block;
					background-color: #fff;
					border-radius: 50%;
					left: -18px;
					position: relative;
					top: 1px;
					margin-right: -13px;
				}

				.privacy-text01 {
					font-size: 0.85em;
					line-height: 2.0em;
					margin-bottom: 1.0em;
					text-align: center;
				}
				/*-------------------------------------------------------------------
					レスポンシブ【 max-width: 640px 】
				---------------------------------------------------------------------*/
					@media screen and (max-width: 640px) {
						.privacy-text01 {
							font-size: 0.85em;
							line-height: 2.0em;
							margin-bottom: 1.0em;
							text-align: left;
						}
					}
				/*-------------------------------------------------------------------
					レスポンシブ【 max-width: 480px 】
				---------------------------------------------------------------------*/
					@media screen and (max-width: 480px) {
						.privacy-text01 {
							font-size: 0.7em;
						}
					}

		/*-------------------------------------------------------------------
			Copyright枠
		---------------------------------------------------------------------*/
			section.copyright-outer {
				font-size: 0.9rem;
				line-height: 1.5em;
				text-align: center;
			}

				/*-------------------------------------------------------------------
					Facebook枠（レスポンシブ対応）
				---------------------------------------------------------------------*/
					section#facebook-outer {
					}
						.fb_iframe_widget,
						.fb_iframe_widget span,
						.fb_iframe_widget iframe[style]{
						    width: 100% !important;
						}

/*-------------------------------------------------------------------

	共通項目

---------------------------------------------------------------------*/
					/*-------------------------------------------------------------------
						共通 hタグ
					---------------------------------------------------------------------*/
						h1 {
							color: #ffffff;
							font-family: Raleway, Helvetica, sans-serif;
							font-size: 3.2rem;
							text-transform: uppercase;
						}
						h2 {
							color: #ffffff;
							font-family: Raleway, Helvetica, sans-serif;
							font-size: 1.6rem;
							font-weight: bold;
							letter-spacing: 0.1em;
							line-height: 1.5em;
							margin-bottom: 0.5em;
							text-align: center;
							text-transform: uppercase;
						}
						/*-------------------------------------------------------------------
							レスポンシブ【 max-width: 640px 】
						---------------------------------------------------------------------*/
							@media screen and (max-width: 640px) {
								h2 {
									font-size: 1.4rem;
								}
							}
						/*-------------------------------------------------------------------
							レスポンシブ【 max-width: 480px 】
						---------------------------------------------------------------------*/
							@media screen and (max-width: 480px) {
								h2 {
									font-size: 1.2rem;
								}
							}

						h1.major, h2.major, h3.major, h4.major, h5.major, h6.major {
							padding-bottom: 1em;
							border-bottom: solid 2px rgba(255, 255, 255, 1);
						}

					/*-------------------------------------------------------------------
						共通テキスト
					---------------------------------------------------------------------*/
						.text01 {
							font-size: 0.85rem;
							line-height: 2.0em;
						}
						.text02 {
							font-size: 1.0rem;
							line-height: 2.0em;
						}
						.text03 {
							font-size: 1.2rem;
							line-height: 1.5em;
						}
						/*-------------------------------------------------------------------
							レスポンシブ【 max-width: 480px 】
						---------------------------------------------------------------------*/
							@media screen and (max-width: 480px) {
								.text03 {
									font-size: 0.9rem;
								}
							}

						.text04 {
							font-size: 1.4rem;
							line-height: 1.5em;
						}
						/*-------------------------------------------------------------------
							レスポンシブ【 max-width: 640px 】
						---------------------------------------------------------------------*/
							@media screen and (max-width: 640px) {
								.text04 {
									font-size: 1.2rem;
								}
							}
						/*-------------------------------------------------------------------
							レスポンシブ【 max-width: 480px 】
						---------------------------------------------------------------------*/
							@media screen and (max-width: 480px) {
								.text04 {
									font-size: 0.8rem;
								}
							}

						.text05 {
							font-size: 1.6rem;
							line-height: 1.5em;
						}
						.text06 {
							font-size: 0.9rem;
							line-height: 2.0em;
						}
						/*-------------------------------------------------------------------
							レスポンシブ【 max-width: 640px 】
						---------------------------------------------------------------------*/
							@media screen and (max-width: 640px) {
								.text06 {
									font-size: 0.8rem;
								}
							}
						.text07 {
							font-size: 1.2rem;
							font-weight: bold;
							line-height: 1.5em;
						}
						/*-------------------------------------------------------------------
							レスポンシブ【 max-width: 640px 】
						---------------------------------------------------------------------*/
							@media screen and (max-width: 640px) {
								.text07 {
									font-size: 1.2rem;
								}
							}
						/*-------------------------------------------------------------------
							レスポンシブ【 max-width: 480px 】
						---------------------------------------------------------------------*/
							@media screen and (max-width: 480px) {
								.text07 {
									font-size: 1.0rem;
								}
							}

						.textFontBold {
							font-weight: bold;
						}
					/*-------------------------------------------------------------------
						共通マージン
					---------------------------------------------------------------------*/
						.marginBottom00 {
							margin-bottom: 0!important;
						}
						.marginBottom01 {
							margin-bottom: 1.0em!important;
						}
						.marginBottom02 {
							margin-bottom: 2.0em!important;
						}
						.marginBottom03 {
							margin-bottom: 3.0em!important;
						}
						.marginBottom04 {
							margin-bottom: 4.0em!important;
						}
						.marginBottom05 {
							margin-bottom: 5.0em!important;
						}
						.marginBottom06 {
							margin-bottom: 6.0em!important;
						}
						.marginBottom07 {
							margin-bottom: 7.0em!important;
						}

						.marginLeft00 {
							margin-left: 1.6em!important;
						}

						.marginTop00 {
							margin-top: 0.0em!important;
						}
						.marginTop01 {
							margin-top: 1.0em!important;
						}
						.marginTop02 {
							margin-top: 2.0em!important;
						}
						.marginTop03 {
							margin-top: 3.0em!important;
						}

					/*-------------------------------------------------------------------
						共通テキスト　横位置
					---------------------------------------------------------------------*/
						.textalignleft {
							text-align: left!important;
						}
						.textaligncenter {
							text-align: center!important;
						}
						.textalignright {
							text-align: right!important;
						}

					/*-------------------------------------------------------------------
						共通フォント
					---------------------------------------------------------------------*/
						.gothic {
							font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
						}
						.mincho {
							font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
						}

					a {
						-moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
						-webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
						-ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
						transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
						color: #ffffff;
						text-decoration: none;
					}

