/*

Common

Main Color: #
Sub Color #

*/

html {
	font-size: 15px;
}
body {
	position: relative;
	min-width: 1000px;
	min-width: 100%;
	width: 100%;
	height: 100%;
	font-family: 'Kumbh Sans', 'IBM Plex Sans JP', sans-serif;
	font-size: 15px;
	font-weight: 500;
	font-feature-settings: 'palt';
	letter-spacing: 0.08em;
	line-height: 1.85em;
	color: #111;
	background: #f0f0f0;
}
::selection {
	background: #adb2bf;
}
::-moz-selection {
	background: #adb2bf;
}
a {
	color: #434246 !important;
	text-decoration: none;
}
a:hover {
	color: #434246 !important;
	text-decoration: underline;
}
.inner {
	position: relative;
	margin: 0 auto;
	padding: 0 80px;
	padding: 0 50px;
	padding: 0 60px;
	max-width: 1500px;
	width: auto;
	box-sizing: border-box;
}
.inner.wider {
	padding: 0 80px;
	max-width: 100%;
	width: 100%;
}
.inset {
	max-width: 70%;
	width: 70%;
}
.section {
	position: relative;
	margin: 0 auto 6em auto;
}
.main {
	width: 66%;	
}
.side {
	width: 22%;
}

h2.title {
	font-size: 2.1em;
	font-weight: 700;
}
h3.title {
	margin-bottom: 1.5em;
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1.5em;
}
h4.title {
	margin-bottom: 1em;
	font-size: 1.15em;
	font-weight: 700;
}
h5.title {
	margin-bottom: 1em;
	font-size: 1.05em;
	font-weight: 700;
}
.summary p,
p.summary {
	font-size: 1.2em !important;
	line-height: 2.2em !important;
}
strong {
	font-weight: 500 !important;
}
img {
	width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	-ms-interpolation-mode: nearest-neighbor;
}
svg {
	width: 100%;
	height: auto;
}
.astarisc {
	margin-left: 0.3em;
	color: #888;
}
hr {
	display: block;
	margin-bottom: 2.5em;
	height: 1px;
	border: 0;
	background: #DDD;
}
.only_pc {
	display: block;
}
table .only_pc {
	display: table-cell;
}
.only_pc.inline {
	display: inline-block;
}
.only_mobile {
	display: none !important;
}
.webfont {
	font-family: 'Inter', sans-serif;
}
.webfont.condense {
}
.webfont.serif {
}
.webfont.hand {
}
.thin {
	font-weight: 300 !important;
}
.thinner {
	font-weight: 100 !important;
}
.bold {
	font-weight: 500 !important;
}
.bolder {
	font-weight: 700 !important;
}
.italic {
	font-style: italic !important;
}
.serif {
	font-family: 'Noto Serif JP',serif;
}
.sans {
	font-family: 'Noto Sans JP',sans-serif;
}
.centering {
	text-align: center !important;
}
.hide {
	display: none !important;
}
p.note,
.note li {
	clear: both;
	margin-top: 1.5rem;
	font-size: 0.9em !important;
	color: #888;
	line-height: 1.5em;
}
.square {
	font-size: 0.7em;
	line-height: 1em;
	vertical-align: super;
}
p.empty {
	padding: 8em 0;
	text-align: center;
	color: #ddd;
	font-size: 1.1em;
}
.link {
	margin: 3em 0;
}
.link a {
	display: inline-block;
	padding: 1.2em 6em 1.2em 1.2em;
	text-align: center;
	border: solid 1px #787878;
	border-radius: 4px;
	transition: all 200ms linear;
	text-decoration: none;
	box-sizing: border-box;
}
.link a {
	display: inline-block;
	position: relative;
	padding: 1.2em 5.4em 1.2em 1.2em;
	text-align: center;
	border: solid 1px #787878;
	border-radius: 5px;
	transition: all 200ms linear;
	text-decoration: none;
	box-sizing: border-box;
}
.link a:after {
	position: absolute;
	right: 0.5em;
	top: 1.2em;
	content: '';
	width: 30px;
	height: 30px;
	background: url(../images/common/icon_link.png) no-repeat center center / 30px;
}
.link a:hover:after {
	animation: moving 500ms ease-in-out;
}
@keyframes moving {
	0% {
		right: 0.5em;
	}
	50% {
		right: 1em;
	}
	100% {
		right: 0.5em;
	}
}

.buttons {
	margin: 3em 0;
	text-align: center;
}
.button {
	margin-top: 2em;
}
.buttons .button {
	margin-top: 0;
	display: inline-block;
}
.buttons .button:not(:last-of-type) {
	margin-right: 1.5em;
}

.button a {
	display: inline-block;
	position: relative;
	padding: 1.5em 3.6em 1.5em 5.8em;
	color: #fff !important;
	text-align: center;
	font-size: 0.95em;
	border-radius: 200px;
	transition: all 200ms linear;
	text-decoration: none;
	box-sizing: border-box;
	background: #d3765c;
	transition: all 360ms ease-in-out;
}
.button_teacher a {
	background: #d3765c url('../images/common/icon_teacher.png') no-repeat center left 25px / 45px;
}
.button_student a {
	background: #d3765c url('../images/common/icon_student.png') no-repeat center left 25px / 45px;
}
.button_ticket a {
	background: #04a660 url('../images/common/icon_ticket.png') no-repeat center left 25px / 45px;
}
.button_lesson a {
	background: #048ba6 url('../images/common/icon_lesson.png') no-repeat center left 25px / 45px;
}
.button a:hover {
	transform: scale(0.94);
	transition: all 260ms ease-in-out;
}

.button_add {
	margin: 0 0.15em;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #aaa;
	border-radius: 50%;
	background: #ddd;
	overflow: hidden;
}
.button_add.active {
	color: #fff;
	background: #04a660;
}
.button_cancel {
	display: block;
	margin: 1em auto 0 auto;
	text-align: center;
	font-size: 0.9em;
	color: #666;
}


.fading {
	padding-top: 24px;
		filter: alpha(opacity=0);
		-moz-opacity: 0;
	opacity: 0;
}
.clear {
	clear: both !important;
}


/* Header */

#header {
	position: sticky;
	top: 0;
	float: left;
	min-height: 100svh;
	width: 250px;
	width: 200px;
	transition: all 100ms ease-in-out;
	z-index: 10000;
	background: #fff;
}
#header_logo {
	margin-bottom: 3em;
	font-size: 1.2em;
	font-weight: 700;
}
#_header #menu {
	float: right;
}
#header #menu li {
	list-style: disc inside;
	font-size: 1.05em;
	font-weight: 500;
	line-height: 40px;
}
#header #menu li:not(:first-of-type) {
}
#header .inner {
	padding: 60px 40px;
	padding: 60px 35px;
}
#menu_admin {
	margin-top: 1.5em;
	padding-top: 1.5em;
	border-top: solid 1px #111;
}


/** Waist **/

#waist {
	float: right;
	padding-top: 60px;
	width: calc(100% - 250px);
	width: calc(100% - 200px);
}


/** Teacher **/

.teacher_panes {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem 4.1%;
	width: 100%;
}
.teacher_pane {
	/* flex: calc((100% - (4% * 2)) / 3); */
	width: 30.6%;
	min-height: 132px;
	transition: all 360ms ease-in-out;
}
.teacher_pane:hover {
	transform: scale(0.97);
	transition: all 240ms ease-in-out;
}
.teacher_pane a {
	display: block;
	position: relative;
	padding: 2em 2.3em;
	height: 100%;
	background: #fafafa;
	border: solid 1px #eee;
	border-radius: 20px;
	text-decoration: none;
	overflow: hidden;
	z-index: 0;
}
.teacher_pane a::before {
	position: absolute;
	right: -80px;
	top: 50%;
	content: '';
	width: 220px;
	height: 220px;
	background: url('../images/common/icon_teacher_color.png') no-repeat center / cover;
	transform: translateY(-50%);
	z-index: 1;
}
.teacher_pane ul {
	font-size: 0.9em;
	list-style: disc inside;
	list-style: none;
}
.teacher_pane li:not(:last-of-type) {
	margin-bottom: 0.5em;
}
.teacher_pane a * {
	position: relative;
	z-index: 2;
}

/** Student **/

.student_panes {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem 4.1%;
	width: 100%;
}
.student_pane {
	/* flex: calc((100% - (4% * 2)) / 3); */
	width: 30.6%;
	min-height: 132px;
	transition: all 360ms ease-in-out;
}
.student_pane:hover {
	transform: scale(0.97);
	transition: all 240ms ease-in-out;
}
.student_pane a {
	display: block;
	position: relative;
	padding: 2em 2.3em;
	height: 100%;
	background: #e6e5e2;
	background: #fafafa;
	border: solid 1px #eee;
	border-radius: 20px;
	text-decoration: none;
	overflow: hidden;
	z-index: 0;
}
.student_pane a::before {
	position: absolute;
	right: -80px;
	top: 50%;
	content: '';
	width: 220px;
	height: 220px;
	background: url('../images/common/icon_student_color.png') no-repeat center / cover;
	transform: translateY(-50%);
	z-index: 1;
}
.student_pane ul {
	margin-top: 0.5em;
	font-size: 0.9em;
	list-style: disc inside;
	list-style: none;
}
.student_pane a * {
	position: relative;
	z-index: 2;
}


/** Ticket **/

.ticket_rest {
	display: inline-block;
	margin-right: 0.65em;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	letter-spacing: 0;
	color: #fff;
	font-weight: 500 !important;
	background: #d3765c;
	border-radius: 50%;
}
h4.title .ticket_rest {
	font-size: 1.05rem !important;
}

.ticket_last {
	background: #f6cc7c;
}
.ticket_end {
	background: #b4bfc3;
}
.ticketless {
	background: #caccd2;
}

#ticket_change {
	margin: 1.5em auto;
	width: 50%;
}
#ticket_change li {
	float: left;
	width: 38%;
	text-align: center;
	font-size: 2.6em;
	font-weight: 700;
	color: #04a660;
}
#ticket_change li#ticket_to {
	width: 24%;
	font-weight: 400;
}
#ticket_add_buttons {
	margin: 1.5em auto 1em auto;
	text-align: center;
}
#ticket_expiry_new {
	margin-bottom: 2em;
	text-align: center;
	font-size: 0.9em;
	color: #04a660;
}
#ticket_expiry_new input {
	padding: 0 10px;
	width: 140px;
	font-size: 1.1em;
	background: #eee;
	border-radius: 3px;
	transition: all 160ms ease-in-out;
}
#ticket_expiry_new input:focus {
	background: #fff;
	transition: all 260ms ease-in-out;
}

/*** DatePicker **/

#ui-datepicker-div {
	margin-top: 10px;
	margin-left: -50px;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
}


/** Author **/

#author_monthly,
#author_ticket_rest {
	float: none;
	margin: 3em 0 2.5em 0;
	padding-left: 1.5em;
	color: #04a660;
	border-left: solid 2px #04a660;
}
#author_ticket_rest h4 .label {
	font-size: 2.4em;
	font-weight: 700;
}


/** Header **/

header h3.title {
	float: left;
}
header .toggle {
	float: right;
}


/** Toggle **/

.toggle label {
    width: 52px;
    position: relative;
    display: inline-block;
    padding-top: 6px;
}
.toggle_content {
    display: block;
    position: relative;
    height: 20px;
    background: #ccc;
    border-radius: 200px;
    transition: all 100ms 400ms;
    overflow: hidden;
    cursor: pointer;
}
.toggle_content:after {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 200px;
    transition: all 250ms;
}
.toggle_input {
    display: none;
}
.toggle_circle {
    display: block;
    top: 0px;
    left: 0px;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #555;
    transition: all 250ms;
    box-shadow: 0 2px 2px #ccc;
}
.toggle_input:checked ~ .toggle_circle {
    left: 22px;
    background-color: rgba(211,118,92,1);
}
.toggle_input:checked ~ .toggle_content {
    border-color: transparent;
    transition: all 0s;
}
.toggle_input:checked ~ .toggle_content:after {
    background-color: rgba(211,118,92,0.25);
    width: 100%;
}
.toggle h5 {
	float: left;
	margin-right: 1em;
	line-height: 30px;
	font-size: 0.95em;
}


/* Splide Overflow */

.splide_overflow {
	overflow: hidden;
}
.splide_overflow .splide {
	visibility: visible;
}
.splide_overflow .splide__track {
	overflow: visible;
}


/** Switch **/

#menu_switch {
	display: none;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent !important;
	z-index: 10;
}
#menu_switch p {
	position: relative;
	width: 50px;
	height: 50px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #91aac3;
	background: #f0f0f0 url('../images/common/icon_open.png') no-repeat center / 90%;
	overflow: hidden;
	cursor: pointer;
}
.switch_bar {
	display: block;
	position: absolute;
	left: 0;
	width: 20px;
	height: 2px;
	background: #111;
	border-radius: 200px;
	transition: all 140ms linear;
}
#menu_switch #switch_top {
	top: 0;
}
#menu_switch #switch_middle {
	top: 10px;
}
#menu_switch #switch_bottom {
	bottom: 0;
}
.expanded #menu_switch p {
	background: #54799e;
	background: #fff url('../images/common/icon_close.png') no-repeat center / 90%;
}



/** Post **/

.post p {
	margin-bottom: 1em;
}
.post ol {
	margin: 2em 0 !important;
}
.post li {
	list-style-position: inside !important;
	list-style: decimal;
}
.post ul {
	margin: 2em 0 !important;
}
.post a {
	text-decoration: underline;
}
.post ul li {
	list-style: disc;
	list-style-position: inside !important;
}
.post img {
		filter: alpha(opacity=0);
		-moz-opacity: 0;
	opacity: 0;
}
.post img.fit {
	width: 100% !important;
	height: auto;
}
.post img.nonfit {
	width: auto;
	height: auto;
}
.post b,
.post strong {
	font-weight: bold;
}
.post em {
	font-style: italic;
}
.post .issue_image {
	margin: 1em 0;
}
.post h4.heading {
	margin-bottom: 0.75em !important;
	padding: 0 !important;
	font-size: 1.35em;
	font-weight: 700;
}
.post h5.heading {
	margin-bottom: 0.5em;
	padding: 0 !important;
	font-size: 1.2em;
	font-weight: 700;
}
.post h6.heading {
	margin-bottom: 1em;
	padding: 0 !important;
	font-size: 1.05em;
	font-weight: 700;
}


/** Lesson **/

.lesson_list li {
	padding: 1.5em 0;
	border-bottom: dashed 1px #bbb;
}
.lesson_list li.lesson_past {
	color: #aaa;
}
.lesson_list_date {
	display: inline-block;
	width: 13em;
}
.lesson_list_teacher {
	display: inline-block;
	width: 13em;
}


/** Ticket **/

.ticket_table {
	width: 100%;
}
.ticket_table tbody tr {
	border-bottom: dashed 1px #bbb;
}
.ticket_table tbody td,
.ticket_table tbody th {
	padding: 1em 0;
	font-weight: 500;
}
.ticket_table thead tr {
	border-bottom: solid 2px #111;
}
.ticket_table thead th {
	padding-bottom: 1em;
}
._ticket_table tbody th {
	background: #e8e8e8;
}
.ticket_table_ymd {
	width: 25%;
}
.ticket_table_date {
	width: 20%;
}
.ticket_table_year {
	width: 4.5%;
	width: 7.5%;
}
.ticket_table_month {
	width: 2.8%;
	width: 5.8%;
}
.ticket_table_day {
	width: 3.2%;
	width: 6.2%;
}
.ticket_table_time {
	width: 4.5%;
	width: 7.5%;
}
.ticket_table_date_space {
	width: 3%;
}
.ticket_table_teacher {
	width: 16%;
	width: 25%;
}
.ticket_table_student {
	width: 16%;
	width: 25%;
}
.ticket_table_note {
	width: 30%;
	width: 25%;
}

#ticket_filters {
	margin-bottom: 2.5em;
}
.ticket_filter {
	float: right;
	margin-left: 1.5em;
}
.ticket_filter select {
	height: 45px;
	font-size: 1.1em;
}



/** Form **/

#form .acf-input,
#_form input[type='number'],
#_form input[type='email'],
#_form input[type='text'] {
	padding: 1.2em;
	font-size: 1.1em;
	background: #eee !important;
	background: #fff !important;
	border-radius: 6px;
}
#form .select2-container--default .select2-selection--multiple,
#form .select2-container--default.select2-container--focus .select2-selection--multiple {
	border: none !important;
}
#_form .select2-container--default .select2-selection--multiple {
	padding: 0.9em 1.2em;
	font-size: 1.1em;
	border-radius: 6px;
	background: #fff !important;
}


.acf-fields > .acf-field {
	margin: 0 0 1.5em 0 !important;
	padding: 0 !important;
	border: none !important;
}
.select2-dropdown {
	border: none !important;
	border-radius: 10px !important;
	background: #ddd !important;
	background: #fff !important;
	overflow: hidden;
}
.select2-results__option {
	padding: 1em !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	color: #111 !important;
	background-color: #837c68 !important;
	background-color: #eaea9b !important;
}

.select2-container.-acf .select2-selection--multiple .select2-selection__choice {
	border-color: #fff;
	font-size: 0.85em;
	background-color: #f7f7f7;
	background-color: #eaea9b !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin-right: 8px !important;
	padding: 5px 10px !important;
	border: 1px solid #fff !important;
	border-radius: 10px !important;
	background: #eaea9b !important;
	background: #fff !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	margin-right: 5px !important;
	color: #111 !important;
}

.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
	box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
}

.acf-form-submit {
	text-align: center;
}
.submit-btn-styled,
.acf-form-submit input[type='submit'] {
	position: relative;
	margin-top: 3.5em;
	padding: 2em 4.5em 2em 7em;
	padding: 1.4em 3.6em 1.4em 5.8em;
	color: #fff !important;
	text-align: center;
	border-radius: 200px;
	transition: all 200ms linear;
	text-decoration: none;
	box-sizing: border-box;
	background: #ce1346 url('../images/common/icon_teacher.png') no-repeat center left 45px / 56px;
	background: #ce1346 url('../images/common/icon_teacher.png') no-repeat center left 25px / 45px;
	transition: all 360ms ease-in-out;
}
#reg_teacher .acf-form-submit input[type='submit'] {
	background: #ce1346 url('../images/common/icon_teacher.png') no-repeat center left 45px / 56px;
	background: #ce1346 url('../images/common/icon_teacher.png') no-repeat center left 25px / 45px;
}
#reg_student .submit-btn-styled,
#reg_student .acf-form-submit input[type='submit'] {
	background: #ce1346 url('../images/common/icon_student.png') no-repeat center left 45px / 56px;
	background: #ce1346 url('../images/common/icon_student.png') no-repeat center left 25px / 45px;
}
#reg_lesson .submit-btn-styled,
#reg_lesson .acf-form-submit input[type='submit'] {
	background: #ce1346 url('../images/common/icon_lesson.png') no-repeat center left 45px / 56px;
	background: #ce1346 url('../images/common/icon_lesson.png') no-repeat center left 25px / 45px;
}

#ticket_modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	padding: 30px;
	width: 90%;
	max-width: 400px;
	transform: translate(-50%, -50%);
	border-radius: 10px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.3);
	background: #f0f0f0;
	z-index: 9999;
}
#ticket_modal .acf-form-submit input[type='submit'] {
	margin-top: 1em;
	padding: 1.5em 3.6em 1.5em 5.8em;
	font-size: 0.95em;
	background: #04a660 url('../images/common/icon_ticket.png') no-repeat center left 25px / 45px;
}
#ticket_modal .acf-input {
	padding: 1.2em;
	font-size: 1.1em;
	background: #fff !important;
	border-radius: 6px;
}
#ticket_modal .button_ticket {
	margin-top: 10px;
	width: 100%;
	border: none;
	color: #666;
	text-align: center;
	background: none;
	cursor: pointer;
}
#modal_overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 9998;
}

.acf-ui-datepicker .ui-widget-content a {
	text-align: center !important;
}
.acf-ui-datepicker .ui-state-active,
.acf-ui-datepicker .ui-state-highlight.ui-state-active,
.acf-ui-datepicker .ui-widget-content .ui-state-active,
.acf-ui-datepicker .ui-widget-header .ui-state-active {
	color: #fff !important;
	border: 1px solid #04a660 !important;
	background: #04a660 !important;
}
.acf-ui-datepicker .ui-state-hover,
.acf-ui-datepicker .ui-widget-content .ui-state-hover,
.acf-ui-datepicker .ui-widget-header .ui-state-hover,
.acf-ui-datepicker .ui-state-focus,
.acf-ui-datepicker .ui-widget-content .ui-state-focus,
.acf-ui-datepicker .ui-widget-header .ui-state-focus {
	border: 1px solid rgba(4,166,96,0.3) !important;
	background: rgba(4,166,96,0.3) !important;
}
.ui-datepicker th {
	padding: 0.3em 0.3em;
}

.acf-ui-datepicker .ui-state-highlight.ui-state-active {
    border: 1px solid #3875d7 !important;
    background: #04a660 !important;
    font-weight: normal !important;
    color:#fff !important
}

.select2-container.-acf .select2-selection {
    display: block;
	height: 100%;
	border-color: #eee !important;
	border-color: #fff !important;
}
.select2-container--default .select2-selection--multiple {
    background: #eee !important;
	background: #fff !important;
}
.select2-container.-acf .select2-selection .acf-selection {
    display: inline-block;
	padding: 5px 10px !important;
	border-radius: 10px;
	border: 1px solid #fff !important;
	border: none !important;
	font-size: 0.85em;
	background: #fff !important;
    background: #eaea9b !important;
}
.select2-container.-acf .select2-selection--multiple .select2-selection__choice {
    border-color: #eee !important;
    border-color: #fff !important;
}
#reg_lesson .selection {
	display: block;
	height: 44px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 44px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	padding: 10px;
    border:1px solid #fff !important;
	border-radius: 7px;
	background: #f3f3f3;
}
.select2-container--default .select2-selection--single {
    background: #eee !important;
    background: #fff !important;
    border: none;
}

#reg-lesson-form,
#reg-form-front {
	padding: 4.5em;
	padding: 0;
	background: #fff;
	background: none;
	border-radius: 20px;
}

/** Paging **/

#paging {
	clear: both;
	margin-top: 2em;
}
#_paging ul {
	position: relative;
	float: left;
	left: 50%;
}
#paging_next {
	float: left;
}
#paging_prev {
	float: right;
}
#_paging li {
	position: relative;
	left: -50%;
	float: left;
	margin: 0 0.6em;
	overflow: hidden;
}
#paging li a {
	display: block;
	padding: 0.3em 1.2em;
	text-align: center;
	font-weight: 700;
	font-size: 1.1em;
	color: #000 !important;
	text-decoration: none !important;
	background: #FFF;
}
#paging li.active a {
	color: #FFF !important;
	background: #000;
}
#paging .prev {
	width: 40px;
	height: 40px;
	background: url(../images/common/icon_arrow_prev.png) no-repeat center / cover;
}
#paging .next {
	width: 40px;
	height: 40px;
	background: url(../images/common/icon_arrow_next.png) no-repeat center / cover;
}





/* Form */

//ACFのエラーメッセージを隠す
._acf-notice.-error.acf-error-message {
    display: none !important;
}


/* 1. 自作バナーの基本設定（最初は隠す） */
.custom-error-banner {
    display: none; 
    background: #d63638;
    color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

/* 2. 【ここを更新】ACFがエラー通知を出している、または項目にエラーがある時に表示 */
/* フォーム全体の中にエラー関連のクラスが1つでもあるかを見ます */
.form:has(.acf-error) .custom-error-banner,
.form:has(.acf-notice.-error) .custom-error-banner,
#reg-form-front:has(.acf-field-error) .custom-error-banner {
    display: block !important;
}

/* 3. もしACF標準の「検証に失敗しました」という黒っぽいバーを消したい場合はこれ */
.acf-notice.-error.acf-error-message {
    display: none !important;
}





/* Footer */

#footer {
	clear: both;
	margin: 8.5em 0 3.5em 0;
	padding-left: 250px;
	padding-left: 200px;
}
#copyright {
	text-align: right;
	font-size: 0.9em;
}


/* Lightslider */

.lSSlideOuter .lSPager.lSpg > li a {
	background-color: #C3C0B6 !important;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
	background-color: #434246 !important;
}


@media screen and (max-width: 1260px) and (min-width: 931px) {

	.student_panes {
		gap: 2rem 4%;
	}
	.student_pane {
		width: 48%;
		min-height: 132px;
	}
	
}

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

	.student_panes {
		gap: 2rem 0%;
	}
	.student_pane {
		width: 100%;
		min-height: 132px;
	}
	
}

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


}
