@charset "UTF-8";


.calendar-caption {
	font-size:1.6rem !important;
	color:#000;
	font-weight:bold;
}


.calendar-mark a {
	display:block;
}

.calendar-mark .fa-circle {
	color:#37be84;
}

.calendar-mark .triangle {
	color:#ffba00;
}

.monthly-prev a::before{
	content:"≪ "
}

.monthly-next a::after {
	content:"≫ "

}


/* ----------- 時間割選択 ---------------- */
.day-calendar table {
	border-spacing:0 !important;
}

/* 真ん中 */
.mtssb-timetable-link tr:not(:first-child):not(:last-child) th.day-left,
.mtssb-timetable-link tr:not(:first-child):not(:last-child) td.day-right {
	border-top:0;
	border-radius:0;
}

.mtssb-timetable-link tr:not(:first-child):not(:last-child) th.day-left {
	border-right:none;
}

/* 左上 */
.mtssb-timetable-link tr:first-child th:first-child {
  border-top-left-radius: 8px;
	border-bottom-left-radius:0;
	border-right:none;
}

/* 右上 */
.mtssb-timetable-link tr:first-child th:last-child {
  border-top-right-radius: 8px;
	border-bottom-right-radius:0;
}

/* 左下 */
.mtssb-timetable-link tr:last-child th:first-child {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 0;
	border-right:none;
	border-top:none;


}

/* 右下 */
.mtssb-timetable-link tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 0;
	border-top:none;
}

.booking-timelink {
	background-color:#feffe9;
	border-radius:8px;
}


/* ----------- 申し込みフォーム ----------- */
.content-form {
	font-family:sans-serif;
}


.content-form fieldset {
	border:2px solid #FFD700 !important;
}

.content-form legend {
	border-bottom:none;
	width:auto;
	margin-bottom:0 !important;
}

.content-form #action-button {
	display:flex;
	justify-content:center;
	gap:30px;
}

.content-form button {
	padding:12px 35px;
}

#booking-form table,
#booking-form th,
#booking-form td,
#booking-form tr {
	display:block;
	width:100%;
	text-align:left;
}

#booking-form td {
	text-align:left;
	/* background-color:#fffbd8; */
	margin-bottom:20px;
}

#booking-form td:last-of-type {
	margin-bottom:0;
}

#booking-form.content-form th,
#booking-form.content-form td {
	border:none;
}

#booking-form.content-form th {
	white-space:nowrap;
	background-color:#f6f6f6;
	line-height:1.6rem;
	font-size:14px;
	margin-bottom:10px;
	padding-left:10px;
}

#booking-form .content-text.small-medium {
	width:auto;
}

#booking-form .input-number br {
	display:none;
}

.content-form input,
.content-form textarea {
	border-radius:3px;
}


/* ================================
ブレイクポイント
================================== */
@media (min-width: 480px) {

}

@media (min-width: 768px) {
}

@media (min-width: 1024px) {

}

@media (min-width: 1320px) {

}

@media (min-width: 1920px) {

}

