@media (min-width: 768px) {
	.bottomnavi {
		display: none;
	}
}

/* タブレット向けレイアウト */
@media all and (max-width: 1000px) {
	.lesson {
		width: 50%;
		margin-bottom: 50px;
	}

	footer {
		text-align: center;
	}

	.top-wrapper h1 {
		font-size: 32px;
	}

	.heading h2 {
		font-size: 20px;
	}
}

/* スマホ向けレイアウト */
@media all and (max-width: 767px) {
	.lesson {
		width: 100%;
	}

	.btn {
		width: 100%;
	}

	.facebook {
		margin-bottom: 10px;
	}

	.top-wrapper {
		text-align: left;
		padding-top: 70px;
	}

	/* header {
		height: 65px;
	}

	.header-left a {
		line-height: 65px;
	}

	.header-left img {
		height: 65px;
	} */

	.header-left .btnNotice {
		display: none;
	}

	.btnNotice i {
		padding-left: 0px;
	}

	.header-right {
		margin-right: -15px;
	}

	.header-right .header-menu {
		display: none;
	}

	.header-right .btnNotice {
		display: block;
	}

	.menu-icon {
		display: block;
	}

	.top-wrapper h1 {
		font-size: 24px;
	}

	.top-wrapper p {
		font-size: 14px;
	}

	.calendar-container {
		margin: 70px 5px 0px 5px;
	}

	.calendar-container h1 {
		height: 35px;
		line-height: 45px;
		font-size: 18px;
	}

	.calendar-container h2 {
		margin: 0 30px;
	}

	.calendar-container .selected-date {
		padding: 0 30px;
	}

	.calendar th {
		padding-bottom: 0px;
		font-size: 12px;
	}

	.calendar td {
		height: 25px;
		font-size: 12px;
	}

	.calendar td a {
		padding: 0 15px 5px 15px;
		border-radius: 10px;
	}

	.modal_detailbox {
		width: 90%;
		min-width: inherit;
	}

	.detail-list li {
		width: 100%;
		height: 100%;
		left: 0%;
	}

	.detail-list a {
		padding-left: 10px;
		font-size: 13px;
	}

	.form-container h1 {
		margin: 5px 0px;
		font-size: 17px;
	}

	.form-container p {
		margin: 10px 0px;
	}

	.form-container hr {
		width: 100%;
	}

	form div {
		margin: 5px 0px;
	}

	form button {
		width: 120px;
	}

	form input {
		font-size: 16px;
		height: 35px;
		padding: 0px 10px;
	}

	.karte-form {
		margin: 10px 5px 0 5px;
	}

	.pulldown .pulldown-item {
		padding: 5px 10px 0px 10px;
		height: 35px;
		font-size: 16px;
	}

	.sign-wrapper {
		width: 80%;
	}

	.notice-wrapper {
		margin: 10px 5px 0 5px;
	}
}

@media screen and (max-width: 480px) {
	/* .modal_detailbox .c-button--bg-blue {
	  width: 100%;
	  min-width: inherit;
	} */
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
