main {
	padding: 30px 0 100px;
}

#cover {
	padding: 50px 0 70px;
	background: #EEE;
}
#cover h1 {
	color: #000;
	font-weight: bold;
	text-shadow: 2px 2px 0px rgb(0 0 0 / 20%);
	font-size: 1.2em;
	z-index: 3;
	max-width: 90%;
}
#cover .cover-bg {
	z-index: 2;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#cover .cover-bg:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: rgba( 255, 255, 255, 0.25 );
	backdrop-filter: blur( 4px );
	-webkit-backdrop-filter: blur( 4px );
	z-index: 2;
}
#cover .cover-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}



/*教室情報*/
#school-information {
	margin: 100px auto;
	width: 90%;
	max-width: 1000px;
}
#school-information h2 {
	font-size: 1em;
	font-weight: bold;
	color: var(--color-red);
	margin-bottom: 40px;
}
#school-information .school-information--table {
	width: 100%;
}
#school-information .school-information--table table {
	width: 100%;
	border-spacing: 0px 10px;
}
#school-information .school-information--table table th,
#school-information .school-information--table table td {
	font-size: 0.8em;
	padding: 20px;
	border-bottom: 1px solid var(--color-gra);
}
#school-information .school-information--table table th {
	background: var(--color-gra);
	font-weight: bold;
	text-align: left;
	min-width: 140px;
}
#school-information .school-information--table table td {
	line-height: 1.6;
}
#school-information .school-information--table table td a {
	text-decoration: underline;
	font-size: 1em;
}
#school-information .school-information--table table td p {
	font-size: 1em;
	margin-bottom: 20px;
	line-height: 1.6;
}
#school-information .school-information--table table td span.c-gre {
	font-size: 1em;
	color: var(--color-gre);
}
#school-information .school-information--table .school-information--table_list {
	display: flex;
}
#school-information .school-information--table .school-information--table_list .listbtn {
	height: 50px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	color: #FFF;
	font-size: 0.9em;
	text-decoration: none;
	border-radius: 5px;
	border: 0;
	width: 100%;
	max-width: 280px;
	padding-left: 50px;
	margin-right: 10px;
}
#school-information .school-information--table .school-information--table_list .listbtn.line {
	background: #06C755;
}
#school-information .school-information--table .school-information--table_list .listbtn:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
#school-information .school-information--table .school-information--table_list .listbtn.line:before {
	background-image: url(/common/img/linebtn.png);
	border-right: 1px solid rgb(0 0 0 / 8%);
}
#school-information .school-information--table .school-information--table_list .listbtn.google {
	color: #7248B9;
	background: #FFF;
	border: 1px solid #7248B9;
	font-size: 0.7em;
}
#school-information .school-information--table .school-information--table_list .listbtn.google:before {
	background-image: url(/common/img/googleformicon.png);
	border-right: 1px solid rgb(0 0 0 / 8%);
	width: 40px;
}




/*教室情報*/
#school-schedule {
	margin: 100px auto;
	width: 90%;
	max-width: 1000px;
}
#school-schedule h2 {
	font-size: 1em;
	font-weight: bold;
	color: var(--color-red);
	margin-bottom: 40px;
}
#school-schedule .school-schedule--table {
	width: 100%;
}
#school-schedule .school-schedule--table table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	overflow: hidden;
	border-radius: 10px;
}
#school-schedule .school-schedule--table table thead th {
	font-size: 0.8em;
	font-weight: bold;
	background: var(--color-yel-str);
	color: #000;
	padding: 20px;
}
#school-schedule .school-schedule--table table tbody th,
#school-schedule .school-schedule--table table tbody td {
	padding: 20px;
	color: #000;
	font-size: 0.8em;
}
#school-schedule .school-schedule--table table tbody th {
	background: var(--color-yel);
	width: 30%;
}
#school-schedule .school-schedule--table table tbody td {
	background: var(--color-gra);
	line-height: 1.6;
}


/*体験申し込み*/
#school-booking {
	border-radius: 50px;
	background: var(--color-gra);
	padding: 100px 0;
	margin: 100px auto;
	width: 100%;
}
#school-booking h2 {
	font-size: 1.4em;
	color: #000;
	font-weight: bold;
	text-shadow: 2px 2px 0px rgb(0 0 0 / 20%);
}
#school-booking .school-booking--list {
	list-style: none;
	width: 90%;
	max-width: 1000px;
	margin: auto;
	border-top: 1px solid #EFEFEF;
}
#school-booking .school-booking--list li {
	border-bottom: 1px solid #EFEFEF;
	padding: 30px 0;
}
#school-booking .school-booking--list li .list-title {
	font-size: 0.7em;
	margin-bottom: 20px;
	color: #000;
}
#school-booking .school-booking--list li .list-date,
#school-booking .school-booking--list li .list-age,
#school-booking .school-booking--list li .list-money,
#school-booking .school-booking--list li .list-detail {
	font-size: 0.7em;
	margin-bottom: 5px;
	line-height: 1.6;
}

#school-booking .school-booking--list li .list-detail {
	padding: 10px;
	border-radius: 5px;
	background: #ebf6f9;
	border: 2px solid #fff;
}

#school-booking .school-booking--list li .list-availability {
	font-size: 0.7em;
	margin-bottom: 20px;
	width: fit-content;
	padding: 5px;
	background: #FFF;
}
#school-booking .school-booking--list li .list-availability.all span,
#school-booking .school-booking--list li .list-availability.slightly span,
#school-booking .school-booking--list li .list-availability.max span {
	font-size: 0;
	width: 20px;
	height: 20px;
}


#school-booking .school-booking--list li .list-availability.all span:before {
	background: url('/common/img/icon_status_true.png');
}
#school-booking .school-booking--list li .list-availability.slightly span:before {
	background: url('/common/img/icon_status_subtle.png');
}
#school-booking .school-booking--list li .list-availability.max span:before {
	background: url('/common/img/icon_status_false.png');
}
#school-booking .school-booking--list li .list-availability.all span:before,
#school-booking .school-booking--list li .list-availability.slightly span:before,
#school-booking .school-booking--list li .list-availability.max span:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	vertical-align: sub;
}


#school-booking .school-booking--list li a.btn {
	padding: 10px;
	font-size: 0.7em;
	max-width: 200px;
	margin: auto 0 auto auto;
	box-shadow: 0px 5px 0 0px rgb(0 0 0 / 40%);
}
#school-booking .school-booking--list li a.btn.arrow-right:after {
	width: 10px;
}
#school-booking .school-booking--list li.none {}
#school-booking .school-booking--list li.none p {
	font-size: 0.7em;
	text-align: center;
}



/*教室メッセージ*/
#school-msg {
	max-width: 1000px;
	width: 90%;
	margin: 100px auto;
	background: var(--color-gre);
	border-radius: 50px;
}
#school-msg:before,
#school-msg:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	max-width: 100px;
	max-height: 100px;
	border-radius: 100%;
	background: var(--color-gre);
}
#school-msg:before {
	top: -30px;
	left: 100px;
}
#school-msg:after {
	top: 100px;
	left: -30px;
}
#school-msg .school-msg--contents {
	width: 100%;
	margin: auto;
	padding: 50px;
}
#school-msg .school-msg--contents:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 60%;
	height: 100%;
	background: var(--color-gre-str);
	clip-path: polygon(60% 0, 100% 0, 100% 100%, 0% 100%);
	border-radius: 0 50px 50px 0;
}
#school-msg .school-msg--contents:after {
	content: '';
	position: absolute;
	bottom: -70px;
	right: 100px;
	width: 100px;
	height: 100px;
	max-width: 100px;
	max-height: 100px;
	border-radius: 100%;
	background: #FFF;
}
#school-msg .school-msg--contents h2 {
	color: #FFF;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	margin-bottom: 40px;
}
#school-msg .school-msg--contents p {
	line-height: 1.6;
	color: #FFF;
	font-size: 0.7em;
}



/*写真*/
#school-photo {}
#school-photo h2 {
	color: #000;
    font-weight: bold;
    text-shadow: 2px 2px 0px rgb(0 0 0 / 20%);
    font-size: 1.4em;
}
#school-photo .school-photo--list {
	display: flex;
	flex-wrap: wrap;
	max-width: 1000px;
	width: 90%;
	margin: auto;
	list-style: none;
}
#school-photo .school-photo--list li {
	width: calc(90% / 4);
	margin: 0 2% 2% 0;
}
#school-photo .school-photo--list li img {
	border-radius: 10px;
	box-shadow: 10px 10px 0 0px rgb(0 0 0 / 40%);
	cursor: pointer;
}
#school-photo .photo-detail {
	text-align: right;
	font-size: 0.6em;
	max-width: 1000px;
	width: 90%;
	margin: 20px auto;
}



/*map*/
#school-map {
	margin: 50px auto;
	width: 90%;
	max-width: 1000px;
}
#school-map iframe {
	border: 0;
	display: block;
	width: 100%;
	height: 300px;
	border-radius: 20px;
	box-shadow: 10px 10px 0 0px rgb(0 0 0 / 40%);
}



#photo-modal {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2000;
	display: none;
}
#photo-modal.active {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
#photo-modal .photo-modal-bg {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    background: rgba( 0, 0, 0, 0.25 );
    backdrop-filter: blur( 10px );
}
#photo-modal img {
	width: 90%;
	max-width: 1000px;
	max-height: 80vh;
	object-fit: contain;
	object-position: center;
	box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 40%);
}



/*===========================
=============================
SP ~750
=============================
===========================*/
@media screen and (max-width:750px) {
	#cover h1 {
		max-width: 80%;
	}
	#school-photo .school-photo--list li {
		width: calc(90% / 2);
		margin: 0 5% 5% 0;
	}

	#school-information .school-information--table .school-information--table_list {
		display: block;
	}
	#school-information .school-information--table .school-information--table_list .listbtn {
		margin-top: 20px;
	}
	#school-information .school-information--table .school-information--table_list .listbtn.line {
		font-size: 3.2vw;
	}
	#school-information .school-information--table .school-information--table_list .listbtn.google {
		font-size: 2vw;
	}
}