body {
}
.wrapper {

}
.open-calendar,
.open-timetable,
.open-place {
	background: #fff;
	border: 2px solid #ccc;
	border-radius: .5rem;
	padding: .8rem 1rem;
	width: 90%;
	height: 1.6rem;
    font-size: 1.4rem;
    margin: 10 auto;
}
.hidden-area {
	width: 100%;
/* 	visibility: hidden; */
	display: none;
}
.input {
	background: #fff;
	border: 2px solid #ccc;
	border-radius: .5rem;
	padding: .8rem 1rem;
	cursor: pointer;
	width: 98%;
    font-size: 1.4rem;
    height: 3.6rem;
    margin: 10 auto;
}

.close-calendar,
.close-timetable {
	background: #fff;
	border: 2px solid #ccc;
	border-radius: .5rem;
	padding: 1rem 1rem;
	cursor: pointer;
}
.mask-calendar,
.mask-timetable {
	background: rgba(0, 0, 0, .6);
	position: fixed;
	inset: 0;
	z-index: 9998;
	opacity: 0;
	visibility: hidden;
}
.modal-calendar{
	background: #fff;
	max-width: 80%;
	padding: 2rem;
	border-radius: .5rem;
	position: absolute;
	inset: 10rem 0 auto;
	margin: auto;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
}
.modal-timetable {
	background: #fff;
	max-width: 80%;
	padding: 2rem;
	border-radius: .5rem;
	position: absolute;
	inset: 10rem 0 auto;
	margin: auto;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
}
.button-area {
	display: flex;
	justify-content: space-between;
}
#previous, #next {
	background: #fff;
	border: 2px solid #ccc;
	border-radius: .5rem;
	padding: 1rem 1rem;
	cursor: pointer;
}
@media (min-width:768px){
	.modal-timetable {
		width: 30%;
	}
}