@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;800&display=swap');
@charset "UTF-8";

/* Common Style
==================================================================================== */
/* Global Reset
------------------------------------------------------ */
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: inherit;
}
ol, ul {list-style: none;}
table {border-collapse: collapse;border-spacing: 0;}
main {display: block;}
*:focus {outline: none;}

/* Common Style
------------------------------------------------------ */
html {
  font-size: 62.5%;
  height: 100%;
  width: 100%;
}
body {
  font-size: 1.6em;
	line-height: 1.6;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo,  sans-serif;
}
img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
a {color: #000;}
a:link {color: #000;text-decoration: none;}
a:visited {color: #000;text-decoration: none;}
a:hover, a img:hover {opacity: 0.8;transition: all 0.3s ease;}
a:active {color: #000;text-decoration: none;}

.all_wrapper{
	overflow: hidden;  
}
.all_wrapper span {
	font-size: 100%;
}
.container {
	width: 95%;
	max-width: 1100px;
	margin: auto;
}

/* font */
.font-gothic {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo,  sans-serif;
}
.font-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
.font-minchoBold {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	font-weight: 800;
}
.font-normal {
	font-weight: 400;
}
.font-bold {
	font-weight: 600;
}
.Android .font-mincho {
	font-family: "Noto Serif JP", serif;
}
.Android .font-bold {
	font-weight: 800 !important;
}
.Android .font-minchoBold {
	font-family: "Noto Serif JP", serif;
	font-weight: 800 !important;
}
strong {font-weight: 600;}
.Android strong {font-weight: 800 !important;}
@media screen and (-ms-high-contrast: none) {
	.font-bold {
		font-weight: 800 !important;
	}
}

/* device */
@media screen and (max-width: 768px)  {
	.spOnly {display: block;}
	.pcOnly {display: none;}
}
@media screen and (min-width: 769px)  {
	.pcOnly {display: block;}
	.spOnly {display: none;}
}
@media screen and (max-width: 640px)  {
	.pc_640 {display: none;}
	.sp_640 {display: block;}
}
@media screen and (min-width: 641px)  {
	.pc_640 {display: block;}
	.sp_640 {display: none;}
}


/* ======================================================
/* Header
------------------------------------------------------ */
header {
  display: grid;
  grid-template-rows: 60px auto;
  grid-template-columns: 67% 33%;
	width: 100%;
}
header #logo {
  grid-row: 1;
  grid-column: 1;
	background: #51d2d8;
	box-sizing: border-box;
	padding: 0 15px 0 10px;
	display: flex;
	align-items: center;
}
header #subNavi {
  grid-row: 1;
  grid-column: 2;
}
header #gNavi {
  grid-row: 2;
  grid-column: 1 / 3;
}
header #logo a {
	max-width: 275px;
}
header #logo a:hover, header #logo img:hover {
	opacity: 1 !important;
}
@media screen and (max-width: 980px)  {
header #subNavi ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 50%;
	max-width: 60px;
	margin: 16px auto 0;
}
header #subNavi li span{
	display: none;
}
}
@media screen and (min-width: 981px)  {
header {
  height: 100px;
  grid-template-rows: 40px auto;
  grid-template-columns: 270px auto;
    display: -ms-grid;
    -ms-grid-rows: 37px auto;
    -ms-grid-columns: 270px auto;
}
header #logo {
  grid-row: 1 / 3;
  grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column: 1 / 3;
}
header #subNavi {
  grid-row: 1;
  grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-column: 2 / 3;
}
header #gNavi {
  grid-row: 2;
  grid-column: 2 / 3;
    -ms-grid-row: 2;
    -ms-grid-column: 2 / 3;
}
header #subNavi {
	margin-left: auto;
}
header #subNavi ul {
	display: flex;
	align-items: center;
	margin-top: 10px;
}
header #subNavi ul li {
	margin-right: 35px;
	font-size: 1.3rem;
	line-height: 18px;
}
header #subNavi li i {
	margin-right: 5px;
}
}
@media screen and (min-width: 1200px)  {
	header {
		grid-template-columns: 290px auto;
			-ms-grid-columns: 290px auto;
	}
}

/* GlobalNavi */
#gNavi ul a {
	display: block;
	height: 100%;
}
#gNavi ul a:hover {
	opacity: 1;
}
@media screen and (max-width: 980px)  {
	#gNavi ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: center;
		align-items: center;
		width: 100%;
		border-top: solid 1px #eee;
	}
	#gNavi ul li {
		box-sizing: border-box;
		width: 33%;
		height: 35px;
		font-size: 1.3rem;
		line-height: 35px;
		text-align: center;
		white-space: nowrap;
		border-bottom: solid 1px #eee;
	}
	#gNavi ul li:nth-child(2), #gNavi ul li:nth-child(5) {
		width: 34%;
		border-left: solid 1px #eee;
		border-right: solid 1px #eee;
	}
	@media screen and (max-width: 360px)  {
	#gNavi ul li {
		width: 50%;
	}
	#gNavi ul li:nth-child(2), #gNavi ul li:nth-child(4), #gNavi ul li:nth-child(6) {
		width: 50%;
		border-left: solid 1px #eee;
		border-right: none;
	}
	#gNavi ul li:nth-child(5) {
		width: 50%;
		border-left: none;
		border-right: none;
	}
	}
}
@media screen and (min-width: 981px)  {
	#gNavi ul {
		display: flex;
		flex-wrap: wrap;
		height: 60px;
	}
	#gNavi ul li {
		box-sizing: border-box;
		font-size: 1.4rem;
		line-height: 1.4;
		white-space: nowrap;
		margin-top: 12px;
		margin-left: 25px;
		padding: 0 3px;
	}
	#gNavi ul li:hover {
		border-bottom: solid 4px #51d2d8;
	}
	#class #gNavi ul li:nth-child(1) {border-bottom: solid 4px #51d2d8;}
	#studio #gNavi ul li:nth-child(2) {border-bottom: solid 4px #51d2d8;}
	#teachers #gNavi ul li:nth-child(3) {border-bottom: solid 4px #51d2d8;}
	#gallery #gNavi ul li:nth-child(4) {border-bottom: solid 4px #51d2d8;}
	#voice #gNavi ul li:nth-child(5) {border-bottom: solid 4px #51d2d8;}
	#concours #gNavi ul li:nth-child(6) {border-bottom: solid 4px #51d2d8;}
}
@media screen and (min-width: 1200px)  {
	#gNavi ul li {
		font-size: 1.6rem;
		margin-left: 40px;
		padding: 0 5px;
	}
}

/*----- social icon -----*/
.icon-access {
	display: inline-block;
	width: 21px;
	height: 20px;
	background: url(../images/icon_access.svg) top left no-repeat;
	background-size: auto 20px;
	vertical-align: middle;
}
.icon-schedule {
	display: inline-block;
	width: 21px;
	height: 20px;
	background: url(../images/icon_schedule.svg) top left no-repeat;
	background-size: auto 20px;
	vertical-align: middle;
}
.icon-tel {
	display: inline-block;
	width: 21px;
	height: 20px;
	background: url(../images/icon_tel_head.svg) top left no-repeat;
	background-size: auto 20px;
	vertical-align: middle;
}
.icon-contact {
	display: inline-block;
	width: 21px;
	height: 16px;
	background: url(../images/icon_contact.svg) top left no-repeat;
	background-size: auto 16px;
	vertical-align: middle;
}
.icon-instergram {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: url(../images/icon_instagram.svg) top left no-repeat;
	background-size: auto 35px;
}
@media screen and (min-width: 981px)  {
.icon-access {
	width: 18px;
	height: 20px;
	background: url(../images/icon_access.svg) top left no-repeat;
	background-size: auto 18px;
}
.icon-schedule {
	width: 14px;
	height: 16px;
	background: url(../images/icon_schedule.svg) top left no-repeat;
	background-size: auto 14px;
}
.icon-tel {
	width: 18px;
	height: 20px;
	background: url(../images/icon_tel_head.svg) top left no-repeat;
	background-size: auto 18px;
}
.icon-contact {
	width: 14px;
	height: 10px;
	background: url(../images/icon_contact.svg) top left no-repeat;
	background-size: auto 10px;
}
}

/*----- See moreボタン -----*/
.btn_seemore {
	background: #14b6bd;
	max-width: 250px;
	height: 45px;
	text-align: center;
	transition: all  0.3s ease;
	margin-top: 10px;
}
.btn_seemore:hover {
	background: #8e897d;
}
.btn_seemore a {
	display: block;
	position: relative;
	font-size: 1.8rem;
	line-height: 45px;
	color: #fff;
}
.btn_seemore a:hover {
	opacity: 1;
}
.btn_seemore a::after {
	position: absolute;
	top: calc(50% - 7px);
	right: 10px;
	display: inline-block;
	content: "";
	background: url("../images/arrow_w.svg") no-repeat;
	background-size: 10px auto;
	width: 10px;
	height: 15px;
}
.centerLine {
	max-width: 350px;
	margin: auto;
}


/* ======================================================
/* 下層ページ共通設定
------------------------------------------------------ */
/* breadcrumb　パンくず */  
#breadcrumb {
	width: 100%;
	background: #eeeee7;
	padding: 7px 0 7px 15px;
}
#breadcrumb ol {
	display: flex;
}
#breadcrumb ol li {
	padding: 0 10px 0 0;
	font-size: 1.2rem;
	line-height: 1;
}
#breadcrumb ol li:not(:last-child)::after {
	content:"\03e";
	display: inline-block;
	margin-left: 10px;
}
#breadcrumb ol li a:hover {
	text-decoration: underline;
}
@media screen and (min-width: 769px) {
#breadcrumb {
	padding: 10px 0 10px 30px;
}
#breadcrumb ol li {
	font-size: 1.3rem;
}
}

/* ページタイトル */  
#page_ttl {
	position: relative;
	text-align: center;
	padding: 40px 0 45px 0;
}
#page_ttl .v_line {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 30px;
	background-color: #000;
}
#page_ttl h2 {
	font-size: 2.1rem;
	line-height: 1;
}
@media (min-width: 769px) {
#page_ttl {
	padding: 70px 0 65px 0;
}
#page_ttl .v_line {
	height: 40px;
}
#page_ttl h2 {
	font-size: 3rem;
}
}


/* ======================================================
/* ページ下部共通お問合せ
------------------------------------------------------ */
#footContactArea {
	background: #a5e3e6;
	margin-top: 50px;
	padding: 30px 0;
}
#footContactArea h3 {
	font-size: 2rem;
	text-align: center;
}
#footContactArea .container {
	width: 90%;
	max-width: 1040px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#footContactArea .container section {
	box-sizing: border-box;
	width: 100%;
	background: #fff;
	margin-top: 20px;
	padding: 20px;
}
#footContactArea .container section .tel_number {
	font-size: 2.4rem;
	line-height: 36px;
	text-align: center;
}
#footContactArea .container section .tel_number a::before {
	display: inline-block;
	content: "";
	background: url("../images/icon_tel.svg") no-repeat;
	background-size: 36px auto;
	width: 36px;
	height: 36px;
	margin-right: 10px;
	vertical-align: middle;
}
#footContactArea .container section .tel_txt {
	font-size: 1.5rem;
	line-height: 1.6;
	margin-top: 10px;
}
#footContactArea .btn {
	background: #2a80b2;
	height: 50px;
	transition: all  0.3s ease;
}
#footContactArea .btn:nth-child(2) {
	background: #7d6739;
	margin-top: 10px;
}
#footContactArea .btn:hover {
	background: #8e897d;
}
#footContactArea .btn a {
	display: block;
	font-size: 1.8rem;
	line-height: 50px;
	color: #fff;
}
#footContactArea .btn a::before {
	display: inline-block;
	content: "";
	background: url("../images/icon_mail.svg") no-repeat;
	background-size: 36px auto;
	width: 36px;
	height: 26px;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
}
@media (min-width: 769px) {
	#footContactArea {
		margin-top: 100px;
		padding: 50px 0;
	}
	#footContactArea h3 {
		font-size: 3rem;
	}
	#footContactArea .container section {
		width: 49%;
		max-width: 500px;
		height: 200px;
		margin-top: 30px;
		padding: 30px;
	}
}
@media (min-width: 900px) {
	#footContactArea {
		padding: 60px 0 65px 0;
	}
	#footContactArea h3 {
		font-size: 3rem;
	}
	#footContactArea .container section {
		margin-top: 40px;
	}
	#footContactArea .container section .tel_number {
		font-size: 3.2rem;
		line-height: 48px;
	}
	#footContactArea .container section .tel_number a::before {
		background-size: 48px auto;
		width: 48px;
		height: 48px;
		margin-right: 15px;
	}
	#footContactArea .container section .tel_txt {
		margin-top: 20px;
	}
	#footContactArea .btn {
		height: 65px;
	}
	#footContactArea .btn a {
		font-size: 2rem;
		line-height: 65px;
	}
	#footContactArea .btn a::before {
		background-size: 48px auto;
		width: 48px;
		height: 35px;
		vertical-align: middle;
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media (min-width: 1200px) {
	#footContactArea .container section {
		padding: 30px 50px;
	}
	#footContactArea .btn a {
		font-size: 2.3rem;
	}
}


/* ======================================================
/* フッター
------------------------------------------------------ */
footer {
	background: #eee;
	padding: 30px 0;
	color: #333;
}
footer .container{
	width: 90%;
}
footer a {
	color: #333 !important;
}
footer img:hover {
	opacity: 1;
}
footer .site_name {
	display: table-cell;
	vertical-align: middle;
	width: 70%;
	max-width: 400px;
}
footer .sns {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
	padding-top: 7px;
}
footer .site_map {
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0;
}
footer .site_map li {
	margin-right: 3em;
}
footer .site_map li a {
	font-size: 1.4rem;
	line-height: 2.4;
}
footer .site_map li a::before {
	display: inline-block;
	content: "\03e";
	font-size: 1.2rem;
	margin-right: 5px;
	vertical-align: top;
}
footer .footer_contact {
	margin-top: 2.5em
}
footer .footer_contact h5 {
	font-size: 1.6rem;
	line-height: 30px;
}
footer .footer_contact h5::before {
	display: inline-block;
	content: "";
	background: url("../images/icon_tel.svg") no-repeat;
	background-size: 30px auto;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	vertical-align: middle;
}
footer .tel_number {
	font-size: 2.4rem;
	line-height: 1;
}
footer .tel_number span {
	font-size: 1.6rem;
	padding-left: 5px;
}
footer .tel_number a {
	display: block;
	margin-top: 10px;
}
footer .tel_txt {
	font-size: 1.5rem;
	line-height: 1.6;
	margin-top: 20px;
}
footer .btn {
	background: #89092d;
	max-width: 250px;
	height: 45px;
	text-align: center;
	transition: all  0.3s ease;
	margin-top: 10px;
}
footer .btn:nth-child(2) {
	background: #7d6739;
}
footer .btn:nth-child(3) {
	background: #2a80b2;
}
footer .btn:hover {
	background: #8e897d;
}
footer .btn a {
	display: block;
	position: relative;
	font-size: 1.6rem;
	line-height: 45px;
	color: #fff !important;
}
footer .btn a::after {
	position: absolute;
	top: calc(50% - 7px);
	right: 10px;
	display: inline-block;
	content: "";
	background: url("../images/arrow_w.svg") no-repeat;
	background-size: 10px auto;
	width: 10px;
	height: 15px;
}

.copyright {
	margin: 2.5em 0 0 0;
	font-size: 1.4rem;
}
@media (max-width: 480px) {
	footer .site_map {
		justify-content: space-between;
	}
	footer .site_map li {
		width: 50%;
		margin-right: 0;
	}
}
@media (min-width: 769px) {
footer {
	padding: 60px 0;
}
footer .site_map {
	max-width: 620px;
	margin: 20px 0;
}
footer .site_map li {
	margin-right: 3em;
}
footer .site_map li a {
	font-size: 1.6rem;
}
footer .site_map li a::before {
	vertical-align: middle;
}
footer .btn {
	max-width: 300px;
	height: 50px;
}
footer .btn a {
	font-size: 1.8rem;
	line-height: 50px;
}
.copyright {
	font-size: 1.5rem;
}
}


/*===============================================================
#印刷用設定
============================================================== */
@media print{
	#gNavi .fixed {
		display: none;
	}
}
