/* @import url("../../client/normalize.css"); */

html {
	height: 100%;
	/* font-size: 1.125rem; */
	font-size: 1.25rem;
}

body {
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Meiryo ui", sans-serif;
	font-weight: normal;
	line-height: 1.7;
	color: #333;
	letter-spacing: 0.05em;
	background-color: #fafafa;
}

.header01 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 24px;
	color: white;
	/* background-color: #fafafa; */
	background: #1ca23a;
}

.header01-logo {
	font-size: 20px;
	font-weight: bold;
}

.header01-list {
	display: flex;
	gap: 32px;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
}

/* .header01-item--contact {
	padding : 6px 16px;
	color : #fff;
	background-color : #2486d1;
	border-radius : 6px;
} */

main {
	padding: 20px 0;
}

.wrapper {
	max-width: 720px;
	padding: 0 1em;
	margin-right: auto;
	margin-left: auto;
	font-size: 1rem;
}

.heading-1 {
	display: inline-block;
	padding: 0.2em 0.5em;
	margin-top: 1em;
	margin-bottom: 0.5em;
	margin-left: 1em;
	font-size: 1.3em;
	border-left: 5px solid #2589d0;
}

.form {
	margin-top: 2em;
	background-color: #fff;
	/* border-right : 1px solid #BDBDBD;
	border-left : 1px solid #BDBDBD;
	border-top : 1px solid #BDBDBD; */
	/* border: 1px solid #BDBDBD; */
	box-shadow: 0 0 6px rgb(0 0 0 / 20%);
}

@media screen and (max-width: 767px) {
	.form {
		/* font-size: 0.875rem; */
		/* margin-top: 40px; */
	}
}

.form-text {
	display: inline-block;
	padding: 0 10px;
	font-size: 0.9rem;
}

.form-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;

	/* width : 100%; */
	/* padding-top : 24px;
	padding-bottom : 24px; */
	padding: 16px 14px;
	border-bottom: 1px solid #ddd;
}

/* @media screen and (max-width: 767px) {
	.form-item {
		flex-wrap : wrap;
		padding-top : 16px;
		padding-right : 14px;
		padding-bottom : 16px;
		padding-left : 14px;
	}
} */

/* div.form-item:first-of-type {
	border-top : 1px solid #dddddd;
} */
.form > div.form-item:last-of-type {
	border-bottom: none;
}

.form-item-label {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: inherit;

	/* max-width : 248px; */
	font-size: 0.9rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.form-item-label2 {
	font-size: 0.875rem;
	/* display : flex;
	align-items : center;
	letter-spacing : 0.05em; */
}

/* @media screen and (max-width: 767px) {
	.form-item-label {
		display : flex;
		align-items : center;
		max-width : inherit;
		font-size : 0.875rem;
	}
} */

/* .form-item-label.isMsg {
	margin-top : 8px;
	margin-bottom : auto;
}

@media screen and (max-width: 767px) {
	.form-item-label.isMsg {
		margin-top : 0;
	}
} */

.form-item-label-required {
	display: inline-block;
	width: 42px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 8px;
	font-size: 0.75rem;
	color: #fff;
	text-align: center;
	background: #e17055;
	border-radius: 6px;
}

@media screen and (max-width: 767px) {
	.form-item-label-required {
		width: 36px;
		padding-top: 3px;
		padding-bottom: 3px;
		font-size: 0.625rem;
		border-radius: 4px;
	}
}

.form-item-label.sup {
	flex-direction: column;
	align-items: start;
}
/* .form-item-label.sup span {
	width : 100%;
} */
.suptext {
	width: 100%;
	font-size: smaller;
	font-weight: normal;
}

.form-item-control {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	padding-top: 10px;
	padding-right: 10px;

	/* gap : 10px; */
}

.form-item-control.row {
	flex: inherit;
}

@media screen and (max-width: 767px) {
	.form-item-control {
		flex: auto;
	}

	.form-item-control.year {
		flex: inherit;
	}
}

.form-item-input {
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 1px 1em;
	margin-left: 0;
	font-size: 1rem;
	color: #222;
	background: #f4f9ff;
	border: 1px solid #bdbdbd;
	border-radius: 6px;
	/* max-width : 410px; */
}

.form-label-check {
	display: flex;
	column-gap: 4px;
	align-items: center;
	width: fit-content;
	line-height: 1;
	cursor: pointer;
}

.form .form-label-check:not(:last-of-type) {
	margin-bottom: 16px;
}

.form-item-check {
	position: relative;
	/* width: 18px;
	height: 18px; */
	width: 24px;
	height: 24px;
	appearance: none;
	cursor: pointer;
	border: 1px solid #999;
	border-radius: 3px;
}

.form-item-check:checked {
	background-color: #1e8eff;
}

.form-item-check:checked::after {
	position: absolute;
	/* top: 3px;
	left: 2px;
	width: 11px;
	height: 5px; */
	top: 4px;
	left: 3px;
	width: 15px;
	height: 8px;
	content: "";
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(-45deg);
}

.form-label-radio {
	display: flex;
	gap: 4px;
	align-items: center;
	width: fit-content;
	line-height: 1;
	cursor: pointer;
}

.form-item-radio {
	position: relative;
	width: 18px;
	height: 18px;
	appearance: none;
	cursor: pointer;
	border: 1px solid #999;
	border-radius: 50%;
}

.form-item-radio:checked::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	content: "";
	background-color: #1e8eff;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

/* @media screen and (max-width: 767px) {
	.form-item-input {
		flex : inherit;
		height : 32px;
		margin-top : 18px;
		margin-left : 0;
		font-size : 0.875rem;
	}
} */
/* 
.form-item-textarea {
	flex : 1;
	width : 100%;
	max-width : 410px;
	height : 216px;
	margin-left : 40px;
	padding-right : 1em;
	padding-left : 1em;
	border : 1px solid #dddddd;
	border-radius : 6px;
	background : #f4f9ff;
	font-size : 1rem;
} */
/* 
@media screen and (max-width: 767px) {
	.form-item-textarea {
		flex : inherit;
		height : 200px;
		margin-top : 18px;
		margin-left : 0;
		font-size : 0.875rem;
	}
} */

.form-item-select {
	position: relative;
	display: inline-flex;
	gap: 5px;
	align-items: center;
}

.form-item-select::after {
	position: absolute;
	right: 1em;
	width: 10px;
	height: 7px;
	pointer-events: none;
	content: "";
	background-color: #535353;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.form-item-select.label2::after {
	right: 2em;
}

.form-item-select select {
	min-width: 190px;
	height: 40px;
	padding: 1px 1em;
	padding-right: 2em;
	font-size: 1rem;
	color: #222;
	appearance: none;
	cursor: pointer;
	background-color: #f4f9ff;
	border: 1px solid #bdbdbd;
	border-radius: 6px;
}

.form-item-select select option {
	background-color: #fff;
}

.form-item-input:focus,
.form-item-select select:focus {
	outline-color: #7fbfff;
}

.form-item-input.error,
.form-item-select select.error {
	background: #ffefef;
	border-color: #ff8e8e;
}

.form-label-radio:has(> .form-item-radio.readonly),
.form-label-check:has(> .form-item-check.readonly) {
	pointer-events: none;
}

.form-item-select > select.readonly,
.form-item-radio.readonly,
.form-item-check.readonly {
	pointer-events: none;
}

.readonly {
	background-color: #e0e0e0;
	opacity: 0.6;
}

.error-msg {
	width: 100%;
	margin: 0;
}

em.error {
	position: relative;
	padding-left: 1.2em;
	font-size: 0.875rem;
	line-height: 1;
	color: #e74c3c;
}

em.error::before {
	position: absolute;
	top: 4px;
	left: 0;
	box-sizing: border-box;
	font-family: "Material Icons Outlined";
	content: "\e000";
}
/* @media screen and (max-width: 767px) {
	.form-item-select select {
		font-size : 0.875rem;
	}
} */

.btn {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	/* padding: 0.75em 1.5em; */
	padding: 0.3em 0.6em;
	margin: auto 5px;
	font-family: inherit;
	font-size: 0.9rem;
	font-weight: 500;
	/* color: #fff; */
	color: #333;
	letter-spacing: 0.05em;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	/* background-color: #4b6584; */
	background-color: #d3d3d3;
	border: none;
	border-radius: 5px;
	box-shadow: 0 4px 6px rgb(0 0 0 / 10%);
}

.btn-lg {
	/* padding: 6px 12px; */
	padding: 0.4em 0.8em;
	font-size: 1.125em;
	font-weight: 600;
	letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
	.btn {
		font-size: 1em;
	}
}

.btn-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 350px;
	height: 50px;
	margin: auto;
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.1em;
	/* background-color: #2980b9; */
	background-color: #3369ff;
}

.btn-icon span.right-icon {
	position: absolute;
	top: 13px;
	right: 15px;
}

.btn:hover {
	opacity: 0.8;
	transform: translateY(-2px);
}

.btn:active {
	transform: translateY(0);
}

.btn-success {
	color: #fff;
	background-color: #00a968;
}

.btn-secondary {
	color: #696969;
	background-color: white;
	border: 1px solid #696969;
}

.btn-back {
	min-width: 240px;
	color: #696969;
	background-color: white;
	border: 1px solid #696969;
}

.btn-area {
	margin-top: 2rem;
	text-align: center;
}

.btn-area .btn-icon {
	margin: 1.5rem auto;
}

.btn-next,
.btn-prev {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-next {
	padding-right: 0.2em;
}

.btn-prev {
	padding-left: 0.2em;
}

/* .btn-next span.right-icon {
	position: absolute;
	top: 12px;
	right: 6px;
}

.btn-prev span.left-icon {
	position: absolute;
	top: 12px;
	left: 6px;
} */

/* 
.form-Btn {
	display : block;
	width : 280px;
	margin-top : 32px;
	margin-right : auto;
	margin-left : auto;
	padding-top : 20px;
	padding-bottom : 20px;
	color : #ffffff;
	border-radius : 6px;
	background : #5bc8ac;
	font-size : 20px;
	font-weight : bold;
	letter-spacing : 0.05em;
}

@media screen and (max-width: 767px) {
	.form-Btn {
		width : 160px;
		margin-top : 24px;
		padding-top : 8px;
		padding-bottom : 8px;
		font-size : 16px;
	}
} */

footer {
	position: sticky;
	top: 100vh;
	width: 100%;
	font-size: 0.75rem;
}

.footer-copyright {
	padding: 1rem;
	line-height: 1;

	/* color: #fff; */
	color: #00a616;
	text-align: center;
	/* background: #f2ffdc; */
}

.footer-copyright a {
	/* color: #fff; */
	color: #00a616;
}

.page-title {
	border-bottom: solid 3px #1ca23a;
}

.calendar-wrapper {
	max-width: 1400px;
	margin: auto;
}

@media screen and (max-width: 1439px) {
	.calendar-wrapper {
		padding: 1em;
	}
}

@media screen and (max-width: 767px) {
	.calendar-wrapper {
		padding: 0.5em;
	}
}

.calendar-head {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}

#calendar-title {
	font-size: 1.2em;
	font-weight: bold;
}

.calendar {
	width: 100%;
}

.calendar .row {
	display: flex;
	flex-wrap: wrap;
}

.day {
	box-sizing: border-box;
	width: calc(100% / 7);
	border: 1px solid #ddd;
}

.week-area .day {
	padding: 0;
	text-align: center;
	background-color: #f5f5f5;
}

.day-area .day {
	min-height: 100px;
	padding: 4px;
	vertical-align: baseline;
	background-color: white;
}

.week-ja {
	display: none;
}

@media screen and (max-width: 767px) {
	.day-area .day {
		display: flex;
		width: 100%;
		min-height: unset;
	}

	.day-col-01 {
		width: 80px;
		/* text-align: center; */
	}

	.week-ja {
		display: inline;
	}

	.row.week-area,
	.day-area .day.d-none {
		display: none;
	}
}

/* .calendar {
	width: 100%;
	border-collapse: collapse;
} */
.calendar th,
.calendar td {
	box-sizing: border-box;
	width: calc(100% / 7);
	border: 1px solid #ddd;
}

.calendar th {
	padding: 0;
	background-color: #f5f5f5;
}

.calendar td {
	height: 100px;
	padding: 4px;
	vertical-align: baseline;
	background-color: white;
}

.cellSunday {
	color: #d63031;
}

.cellSaturday {
	color: #0984e3;
}

/* .btn {
	box-sizing: border-box;
	padding: 2px 8px;
	margin: 6px 0;
	font-family: inherit;
	font-size: 1rem;
	color: #333;
	letter-spacing: 0.05em;
	cursor: pointer;
	border-radius: 5px;
} */

.reserve-btn {
	display: flex;
	align-items: baseline;
	width: 100%;
	/* padding: 2px 8px; */
	margin: 4px 0 10px;
	font-size: 1rem;
	font-weight: normal;
	color: #333;
	background: #ffeddb;
	border: 3px solid #ffeddb;
	/* border: none; */
	box-shadow:
		0 2px 3px rgb(0 0 0 / 35%),
		0 2px 3px -2px rgb(0 0 0 / 25%);
}

.reserve-btn::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 1.5em;
	height: 100%;
	content: "";
	background: #fff;
	border-radius: 5px 0 0 5px;
}

.reserve-btn:disabled {
	color: #888;
	cursor: not-allowed;
	background: #bdbdbd;
	border: 3px solid #bdbdbd;
}

.reserve-btn:disabled::before {
	background: inherit;
}

.reserve-btn .left {
	position: absolute;
	top: 4px;
	left: 0;
	width: 1.5em;
	font-weight: bold;
	text-align: center;
}

.reserve-btn .left span {
	font-weight: bold;
	color: #00897b;
}

.reserve-btn .left span.over70 {
	font-weight: 900;
	color: #eb6362;
}

.reserve-btn .right {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	column-gap: 0.5em;
	margin-left: 1.3em;
	color: #ffeddb;
	text-align: left;
	filter: invert(100%) grayscale(90%) contrast(10);
}

.reserve-btn:disabled .left span {
	color: inherit;
}

.reserve-btn:disabled .right {
	color: inherit;
	filter: none;
}

.course-area {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em 1em;
	margin-bottom: 1em;
}

.font-bold {
	font-weight: bold;
}

.swal2-html-container {
	font-size: 1rem;
}

.swal-table {
	width: 100%;
	margin: auto;
	font-size: 1rem;
	text-align: left;
	border-collapse: collapse;
}

.swal-table-head {
	color: white;
	text-align: right;
	background-color: steelblue;
}

.swal-table th {
	background-color: #f5f5f5;
}

.swal-table td,
.swal-table th {
	padding: 8px;
	border: 1px solid gainsboro;
}

@media screen and (max-width: 640px) {
	.swal-table-head {
		text-align: left;
	}

	.swal-table th,
	.swal-table td {
		display: block;
		border-bottom: none;
	}

	.last td:last-child {
		border-bottom: solid 1px gainsboro;
	}
}

.break-mobile {
	word-break: keep-all;
	overflow-wrap: anywhere;
}

.box {
	padding: 1em;
	margin: 2rem auto;
	background-color: #fff;
	border-radius: 5px;
}

.box-error {
	color: #e53935;
	border: 2px solid #f06060;
}

.box-error div {
	position: relative;
	/* top: -13px;
	left: 10px; */
	display: inline-flex;
	column-gap: 4px;
	align-items: center;
	padding: 8px;
	margin: 7px;
	font-weight: 600;
	vertical-align: top;
	/* background: transparent; */
}

.box-error div::before {
	width: 22px;
	height: 22px;
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.8659 3.00017L22.3922 19.5002C22.6684 19.9785 22.5045 20.5901 22.0262 20.8662C21.8742 20.954 21.7017 21.0002 21.5262 21.0002H2.47363C1.92135 21.0002 1.47363 20.5525 1.47363 20.0002C1.47363 19.8246 1.51984 19.6522 1.60761 19.5002L11.1339 3.00017C11.41 2.52187 12.0216 2.358 12.4999 2.63414C12.6519 2.72191 12.7782 2.84815 12.8659 3.00017ZM10.9999 16.0002V18.0002H12.9999V16.0002H10.9999ZM10.9999 9.00017V14.0002H12.9999V9.00017H10.9999Z' fill='%23f06060'%3E%3C/path%3E%3C/svg%3E");
}

.box-error p {
	padding: 0 1.5em 1em;
	margin: 0;
}

.flex {
	display: flex;
	/* align-items: center; */
}

.text-red {
	color: #d63031;
}
