@charset "UTF-8";



body {
	font-weight: bold;
	color: #333;
	background: #fff;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

a {
	color: #038;
	font-weight: bold;
	font-size: 115%;
}

table.schedule a {
	color: #038;
	font-weight: normal;
	font-size: 100%;
}

header {
	width: 100%;
	padding: 147px 0px 100px 0px;
	text-align: center;
	box-shadow: 0px 2px 5px #aa9;
	background: url(images/woman_spring.png) no-repeat left bottom, linear-gradient(to right, #327, #57d);/*冬*/
	background: url(images/woman_spring.png) no-repeat left bottom, linear-gradient(to right, #339, #88e, #dbd);/*初春*/
	background: url(images/woman_spring.png) no-repeat left bottom, linear-gradient(to right, #ca9f8a, #fedbca);/*春*/
	background: url(images/woman_fall.png) no-repeat left bottom, linear-gradient(45deg, #74d, #adf);/*初夏*/
	background: url(images/woman_summer.png) no-repeat left bottom, linear-gradient(to bottom, #08f, #bcf);/*夏*/
	background: url(images/woman_fall.png) no-repeat left bottom, linear-gradient(to right, #752, #e84);/*秋*/
	background-size: contain;
}

#logo {
	margin: 0px 0px 70px 0px;
	width: 92%;
	max-width: 400px;
}

#intro {
	color: #000;/*春夏*/
	text-shadow: 0px 0px 7px #fff;/*春夏*/
	color: #fff;/*秋冬*/
	text-shadow: 0px 0px 7px #300;/*秋冬*/
}


.wrapper {
}

.container {
	max-width: 1000px;
	margin: 0px auto 0px auto;
	padding: 0% 2% 0% 2%;
}

section {
	margin: 0px 0px 50px 0px;
}

.mark {
	margin: -15px 0px -20px 0px;
	padding: 0px 0px 0px 0px;
	font-size:	2.2rem;
	line-height: 2.7;
}

.en .mark {
	margin: -15px 0px -20px 0px;
	padding: 0px 0px 0px 0px;
	font-size:	2.2rem;
	line-height: 2.7;
}

h2 {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size:	2.7rem;
	line-height: 1.3;
	font-weight: bold;
	-webkit-text-size-adjust: 100%;
}
 h2 span {
	font-size:	2.0rem;
	line-height: 1.3;
}

h3 {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size:	1.9rem;
	line-height: 1.2;
	font-weight: bold;
	-webkit-text-size-adjust: 100%;
}

h3 span.note {
	font-size:	1.5rem;
	line-height: 1.8;
	font-weight: normal;
	color: #734;
}

section p {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size:	1.6rem;
	line-height: 1.9;
	-webkit-text-size-adjust: 100%;
}

section ul {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size:	1.6rem;
	line-height: 1.9;
}

.en section p {
	font-size:	1.7rem;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}



table.schedule {
	width: 100%;
	margin: 5px 0px 5px 0px;
	padding: 1px 1px 1px 1px;
/*
	table-layout: fixed;
	border-right: none;
	border-left: none;
	border-collapse: collapse;
*/
	font-size:	1.5rem;
	font-weight: normal;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	background: #f5f8f0;
	border-radius: 3px;
}

.calendarhead {
	margin: 0px 0px 5px 0px;
	padding: 3px 0px 3px 0px;
	font-size:	2.5rem;
	color: #fff;
	background: #c147c3;
	text-align: center;
	border-radius: 3px;
}

table.schedule th {
	padding: 15px 1px 15px 1px;
	vertical-align: middle;
	font-size:	1.8rem;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

table.schedule td {
	position: relative;
	height: 22em;
	padding: 8px 1px 8px 1px;
	vertical-align: top;
	font-size:	2.4rem;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

.w14 {
	width: 14%;
}

.w15 {
	width: 15%;
}

.w16 {
	width: 16%;
}

.w10 {
	width: 10%;
}

.en table.schedule {
	font-size:	1.8rem;
}

table.schedule td.h4em {
	height: 4em !important;
}

table.schedule td.h7em {
	height: 7em !important;
}

table.schedule td.h12em {
	height: 12em !important;
}

table.schedule td.h20em {
	height: 20em;
}

table.schedule td.h24em {
	height: 24em;
}

table.schedule td.h28em {
	height: 28em;
}

.lesson {
	font-weight: normal;
	font-size:	1.5rem;
	line-height: 1.5;
}

.en .lesson {
	font-size:	1.6rem;
}

.lessondayAN {
	background: #ffdaef;
}

.lessondayZ {
	background: #ffeacf;
}

.lessondayNah {
	background: #ffda8f;
}

/*花北*/
.lessondayHK {
	background: #dfef99;
}

/*カゲツ*/
.lessondayKG {
	background: #bfdafa;
}

/*西大通り*/
.lessondayWS {
	background: #f8fae0;
}

.blankday {
	background: #fff;
}

.day {
	color: #777;
	font-weight: normal;
}

.lessonday {
/*
	font-weight: bold;
*/
}


/*昼に違うスタジオでレッスンのばあい*/
.insertDay {
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
	font-weight: normal;
	font-size:	1.5rem;
	line-height: 1.5;
	border-top: 1px dashed #bbb
}
.en .insertDay {
	font-size:	1.6rem;
	line-height: 1.6;
}

/*夜は違うスタジオでレッスンのばあい*/
.insert {
	position: absolute;
	bottom: 0px;
	width: 99%;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
	font-weight: normal;
	font-size:	1.5rem;
	line-height: 1.5;
	border-top: 1px dashed #bbb
}
.en .insert {
	font-size:	1.6rem;
	line-height: 1.6;
}



.after201904 {
	margin: 20px 0px 0px 0px;
	padding: 10px 5px 10px 20px;
	border: 2px dotted #d8a;
	border-radius: 3px;
	background: #f0f7f7;
}

.after201904 span {
	color: #f00;
}

.after201904 span {
	color: #f00;
}

.after202002 {
	margin: 20px 0px 0px 0px;
	padding: 10px 5px 10px 20px;
	border: 2px dotted #d8a;
	border-radius: 3px;
	background: #fdf7e0;
}

.after202002 span {
	font-weight: normal;
}

iframe {
	margin: 10px 0px 0px 0px;
	max-width: 998px;
	border: 1px solid #aaa;
	border-radius: 3px;
}

footer {
	margin: 100px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

footer p,
footer dl {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size:	1.4rem;
}

.en footer p,
.en footer dl {
	font-size:	1.5rem;
}

.title {
	font-size:	1.2rem;
}

.en .title {
	font-size:	1.4rem;
}

.nao {
	display: block;
	width: 20%;
	max-width: 100px;
	margin: 10px auto;
}

.qr {
	display: block;
	width: 40%;
	max-width: 170px;
	margin: 50px auto;
}


.lessonPic {
	width: 100%;
	text-align: center;
	line-height: 1;
	background: #123;
}

.lessonPic img {
	width: 100%;
	height: 100%;
	max-width: 1000px;
	margin: 0px auto;
	vertical-align: bottom;
	border: 1px solid #789;
	border-radius: 3px;
}



/*Navigation*/
nav {
	position: fixed;
	top: 2%;
	right: 0px;
	z-index: 2;
}

ul#gnav {
	position: fixed;
	top: 12%;
	right: -26em;
	width: 26em;
	padding: 7px 0px 0px 7px;
	list-style-type: none;
	background: rgba(255,255,255,0.5);
	border-radius: 7px 0px 0px 7px / 7px 0px 0px 7px;
	transition: left .2s, right .2s;
}

#gnav li {
	width: 26em;
	margin: 0px 0px 5px 0px;
}

#gnav li a {
	display:inline-block;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 10px 8px 10px;
	color: #000;
	background: #fff;
	border: 1px solid #aaa;
	text-decoration: none;
	border-radius: 5px 0px 0px 5px / 5px 0px 0px 5px;
}

#gnav li a:hover {
	color: #fff;
	background: #051845;
	border: 1px solid #051845;
	transition: 0.8s;
}

.toggle {
	font-size: 30px;
	margin: 0px 0px 0px 0px;
	padding: 7px 10px 7px 15px;
	cursor: pointer;
	color: #fff;
	background: #182447;
	border-radius: 5px 0px 0px 5px / 5px 0px 0px 5px;
}
 
.toggle: hover {
	text-decoration: none;
}
 
#open {
	display: none;
}
 
#open:checked + #gnav {
	right: 0px;
}

/*お願い*/
.caution {
	font-size: 175%;
	line-height: 1.8;
	font-weight: bold;
}

.en section p.caution {
	font-size: 175%;
	line-height: 1.5;
	font-weight: bold;
}



del {
    background-image: linear-gradient(#f99, #f99);
    background-position: 0 50%;
    background-size: 100% 3px;
    background-repeat: repeat-x;
    color: #777;
    text-decoration: none;
}
	.txtRed {
		color: #ff0000;
	}


.sm {
	display: none;
}



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

	.sm {
		display: block;
	}

/*
	.calendar {
		height: 50em;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
*/
	.calendar table th {
		position: sticky;
		top: 0;
		height: 2em;
		z-index: 500;
		padding: 10px 1px 10px 1px;
		color: #fff;
		background: #c147c3;
		border-bottom: 1px solid #888;
	}

	.calendar table td {
	}

}



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

	.calendar {
		overflow-x: scroll;
	}

	.calendar table {
		width: 200%;
	}

	.calendar table th {
	}

	.calendar table td {
		padding: 8px 0px 8px 0px;
	}


}

