/* View Small */

html {
	min-height: 100vh;
	font-size: 15px !important;
}
body {
	min-width: 100%;
	min-height: 100vh;
	font-size: 15px !important;
}
.only_pc {
	display: none !important;
}
.only_mobile {
	display: block;
}
table .only_mobile {
	display: table-cell;
}
.only_mobile.inline {
	display: inline-block;
}
.inner {
	padding: 0 40px;
	padding: 0 30px;
}
#menu_switch {
	display: block;
	position: fixed;
	right: 30px;
	top: 40px;
	top: 30px;
}

#header {
	display: none;
	float: none;
	width: 100%;
	min-height: 0;
	height: auto;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
}
.expanded #header {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
}
#header .inner {
	padding: 40px 30px;
}
#header_logo {
	margin-bottom: 1.5em;
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1.5em;
}

#waist {
	float: none;
	padding-top: 40px;
	width: 100%;
}

.student_panes,
.teacher_panes {
	gap: 1.2rem 0%;
}
.student_pane,
.teacher_pane {
	width: 100%;
}
.student_pane:hover,
.teacher_pane:hover {
	transform: scale(1);
}
.student_pane a,
.teacher_pane a {
	padding: 1.6em 1.9em;
	padding: 1.4em 1.7em;
}
.student_pane a::before,
.teacher_pane a::before {
	right: -100px;
	width: 300px;
	height: 300px;
}

.lesson_list_date {
	display: block;
	margin-bottom: 0.65em;
	width: 100%;
	font-size: 0.85em;
}
.lesson_list_teacher {
	display: block;
	width: 100%;
}
.lesson_list li {
	padding: 1em 0;
}

.buttons {
	margin-top: 4.5em;
	text-align: center;
}
.buttons .button {
	margin-right: 0 !important;
	min-width: 300px;
}
.buttons .button a {
	min-width: 300px;
}
.buttons .button:not(:last-of-type) {
	margin-bottom: 1.5em;
}

#_reg-lesson-form,
#_reg-form-front {
	padding: 2em;
	background: #fff;
	border-radius: 20px;
}
.submit-btn-styled,
.acf-form-submit input[type='submit'] {
	margin: 1.5em auto 2em auto;
}

.ticket_table {
	font-size: 0.9em;
}
.ticket_table_ymd {
	width: 28%;
}
.ticket_table_teacher {
	width: 35%;
}
.ticket_table_student {
	width: 37%;
}

#footer {
	padding-left: 0;
}