html {
	height: 100vh;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
}

/* body {
	background-color: #052db4;
} */

.schedule_container {
	display: flex;
	padding: 12px 12px 0 12px;
	background: #fff;
	width: 100%;
	margin: 0 auto;
	font-family: 'Noto Sans JP';
	position: relative;
}

.pc {
	display: none;
}

.sp {
	display: block;
}

a {
	text-decoration: none;
	color: black;
}

:visited {
	text-decoration: none;
	color: #000;
}

.lecturer {
	color: black;
}

.notice {
	position: relative;
	width: 90%;
	margin: 0 auto;
}

.headContainer {
	opacity: 1;
	margin: 0 auto;
	padding: 0 1.5%;
	z-index: 2;
	transition: 1s;
	max-width: 1440px;
	position: relative;
}

.heroImg {
	opacity: 1;
	width: 1440px;
	margin: 0 auto;
}

.fadeIn1s {
	animation-name: fadeIn1s;
	animation-delay: 1s;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	transform: translateY(20px);
	opacity: 0;
}

@keyframes fadeIn1s {
	0% {}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.fadeIn2s {
	animation-name: fadeIn1s;
	animation-delay: 2s;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	transform: translateY(-50px);
	opacity: 0;
}

@keyframes fadeIn2s {
	0% {}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.canvasContainer {
	background: #052db4;
}

.calender_navi {
	position: fixed;
	z-index: 9999;
	top: 0;
	background-color: #FFF100;
	padding: 20px 20px;
	font-size: 18px;
	left: 0;
	opacity: 0;
}

.calender_navi a {
	color: #052db4;
	-webkit-text-stroke: 0.5px;
	transform: scale(1, .88);
	display: block;
	text-decoration: underline;
}


.leadContainer {
	background-color: #052db4;
}

.leadtext {
	background-color: #052db4;
	max-width: 1440px;
	margin: 0 auto;
}

.leadtext img {
	margin: 0 auto;
}

.scrolldown {
	position: sticky;
	z-index: 1;
	width: 95%;
	top: 83%;
	margin: 0 auto;
}

table,
td,
th {
	border: 1px #000 solid;
	border-collapse: collapse;
	text-align: center;
	width: 100%;
	height: 100%;
}

/*------------------------

/* ローディング画面
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #0bd;
 
/* 以下のコードを追加
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
/* ローディングアニメーション
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  } 100% {
    transform: scale(1.0);
    opacity: 0;
  }
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

---------------*/

.wrapper {
	display: grid;
}

.password {
	width: 20%;
}

.seminorWrapper {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	height: 100%;
	padding-bottom: 2%;
	margin: 0 auto;
	grid-gap: 12px;
	padding: 12px;
	max-width: 1440px;
}


.seminor {
	padding: 0;
	position: relative;
	width: 100%;
}

.seminor2 {
	padding: 0;
	position: relative;
	width: 100%;
}

.reserve_btn {
	background: #052db4;
	margin: 0;
	padding: 5px 0;
	color: #000;
	text-align: center;
	align-self: end;
	position: absolute;
	bottom: 0;
	z-index: 999;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: scale(0, 1);
	transform-origin: bottom;
}

.reserve {
	background: #052db4;
	margin: 0;
	padding: 5px 0;
	color: #000;
	text-align: center;
	align-self: end;
	position: absolute;
	bottom: 0;
	z-index: 999;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: scale(0, 1);
	transform-origin: left;
}

.reserve2 {
	background: #052db4;
	margin: 0;
	padding: 5px 0;
	color: #000;
	text-align: center;
	align-self: end;
	position: absolute;
	bottom: 0;
	z-index: 999;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: scale(0, 1);
	transform-origin: left;
}

.reserveText {
	font-family: 'Noto Sans JP';
	color: #fff;
	opacity: 0;
	top: 50%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.seminor:hover {
	scale: 1.02;
	transition: 0.3s;
	box-shadow: rgb(92, 92, 92) 0 0px 8px;
}

.seminor :hover .reserve {
	opacity: 0.8;
	transform: scale(1, 1);
	transition-duration: 0.3s;
}

.seminor :hover .reserve_btn {
	opacity: 0.5;
	transform: scale(1, 1);
	transition-duration: 0.3s;
}

.seminor2 :hover .reserve2 {
	opacity: 0.8;
	transform: scale(1, 1);
	transition-duration: 0.3s;
}

.seminor :hover .reserveText {
	opacity: 1;
	transition-duration: 0.3s;
	transition-delay: 0.3s;
}

.seminor2 :hover .reserveText {
	opacity: 1;
	transition-duration: 0.3s;
	transition-delay: 0.3s;
}


.photoContainer {
	display: flex;
	height: 100%;
	position: relative;
}

.parent-child {
	position: absolute;
    background: yellow;
    bottom: 0;
    width: auto;
	border-top: 1px solid;
	margin-bottom: 1px;
	border-right: 1px solid;
	padding: 0 10px;
}

.parent-child p {
	line-height: 2;
	transform: scaleY(0.85);
}

.photo {
	width: 100%;
	object-fit: cover;
}

.seminorTitle {
	font-size: 22px;
	font-weight: lighter;
	letter-spacing: -0.1rem;
	line-height: 1.8rem;
	text-align: left;
	vertical-align: top;
	height: 80px;
	padding: 0 8px;
	background-color: #D3D3D4;
}

.seminorTitle p {
	transform: scale(1, 0.8);
	line-height: 1.2;
}

.seminorDesc {
	grid-column-start: 1;
	grid-column-end: 4;
	display: inline-block;
	margin: 0;
	text-align: justify;
	font-size: 15px;
	line-height: 1.7em;
	transform: scale(1, 0.85);
}

.courseImage {
	height: 230px;
    object-fit: cover;
    width: 100%;
	object-position: top;
}

.day {
	font-family: 'Noto Sans JP';
	width: 33.3%;
	text-align: center;
	background-color: #052db4;
	color: #fff;
	height: 35px;
}

.day p {
	transform: scale(1, 0.8);
}

.date {
	grid-column-start: 1;
	margin: 0;
	font-size: 16px;
	grid-row-start: 1;
	grid-column-end: 2;
}

.month {
	font-size: 13px;
	vertical-align: super;
}

.days {
	font-size: 20px;
}

.dow {
	font-size: 13px;
	font-feature-settings: "palt";
}

.capacity {
	width: 33.3%;
	background-color: #052db4;
}

.capacity p {
	font-family: 'Noto Sans JP';
	text-align: center;
	transform: scale(1, 0.8);
	color: #fff;
}

.number {
	height: 35px;
	width: 33.3%;
}

.number p {
	font-family: 'Noto Sans JP';
	text-align: center;
	font-size: 13px;
	line-height: 1;
	transform: scale(1, 0.8);
	color: #fff;
}

.type {
	font-family: 'Noto Sans JP';
	text-align: center;
	height: 50px;
	color: #fff;
	width: 33.3%;
}

.type p {
	transform: scale(1, 0.8);
	color: #fff;
}

.time {
	font-family: 'Noto Sans JP';
	line-height: 1.3rem;
	font-size: 15px;
	width: 33.3%;
}

.time p {
	transform: scale(1, 0.8);
	line-height: 1;
	color: #fff;
}

.lecturer {
	font-family: 'Noto Sans JP';
	margin: 0;
	width: 33.3%;
}

.lecturer p {
	transform: scale(1, 0.8);
	line-height: 1;
	color: #fff;
}

.sortSection{
	background: #fff;
	max-width: 100%;
	padding: 40px 0 0px 0;
}

.sort {
	margin-bottom: 12px;
}

.sortWrapper {
	max-width: 1440px;
	margin: 0 auto;
	padding: 12px;
	overflow: auto;
}

.sortBtn {
	float: left;
	border: 1px solid;
	font-size: 22px;
    font-weight: lighter;
    letter-spacing: -0.1rem;
	transform: scale(1, 0.8);
    line-height: 1.2;
	padding: 12px;
}

.all {
	background: #052eb4;
	color: #fff;
}

.all:hover {
	background: #052eb44c;
	transition: 0.3s;
}

.all, .fjy, .y, .nd, .t {
		margin-right: 12px;
}

.fjy{
	background: #ff5ab5;
}

.y{
	background: #00ff00;
}

.fjy:hover {
	background: #ff5ab551;
	transition: 0.3s;
}

.y:hover {
	background: #00ff0055;
	transition: 0.3s;
}

.nd, .t {
	background: #fbff00;
}

.nd:hover {
	background: #fbff0066;
	transition: 0.3s;
}

.t:hover {
	background: #FFF1004D;
	transition: 0.3s;
}



.nextSection {
	background: #fff;
}

.spacer {
	height: 1000px;
	/* Adjust as needed */
}

.footer {
	background-color: #052db4;
	display: grid;
	grid-template-columns: 1fr;
	max-width: 1440px;
	margin: 0 auto;
	margin-top: 12px;
}

.footerText {
	padding: 0 12px;
	color: #fff;
	font-size: 16px;
	transform: scale(1, .8);
	font-weight: lighter;
}

.rule {
	padding: 0 12px;
	color: #fff;
	font-size: 16px;
	transform: scale(1, .8);
	font-weight: lighter;
}

.rule :hover {
	background-color: #fff;
	color: #052db4;
	transition-duration: 0.3s;
}

.rule p {
	border: 1px solid;
	padding: 15px;
	text-align: center;
}

.copyright{
		position: absolute;
    	bottom: 0;
    	font-size: 9px;
    	right: 3px;
    	font-family: 'Noto Sans JP';
}

.footerLogo {
	border-top: 1px solid #fff;
	width: 100%;
	margin-top: 12px;
}

.footerLogo img {
	height: 80px;
	margin: 0 auto;
}

	#sponsorContainer{
		width: 97%;
		margin: 120px auto;
		border: solid #000;
        padding: 50px;
	}

	#sponsorContainer p{
		text-align: center;
	}

	#sponsorC{
		display: grid;
        grid-template-columns: 1fr;
        gap: 34px;
        max-width: 650px;
        margin: 64px auto 0 auto;
        justify-items: center;
        border-bottom: 1px solid;
        padding-bottom: 32px;
	}

	#sponsorB{
		display: grid;
        grid-template-columns: 1fr;
        gap: 34px;
        max-width: 650px;
        margin: 34px auto;
        align-content: center;
        justify-items: center;
        border-bottom: 1px solid;
        padding-bottom: 32px;
		place-items: center;
	}

	#sponsorA{
		display: grid;
        grid-template-columns: 1fr;
        gap: 34px;
        max-width: 500px;
        margin: 34px auto 34px auto;
        justify-content: center;
	}

	.footerLogo1{
		margin: 0 auto;
		width: 300px;
	}

	.footerLogo2{
		margin: 0 auto;
		width: 215px;
	}

	.footerLogo3{
		margin: 0 auto;
		width: 250px;
	}

	.footerLogo4{
		margin: 0 auto;
		width: 180px;
	}

	.footerLogo5{
		margin: 0 auto;
		width: 180px;
	}

	.footerLogo6{
		margin: 0 auto;
		width: 100px;
	}

	.footerLogo7{
		margin: 0 auto;
		width: 230px;
	}
	

@media screen and (min-width:480px) {
	.seminorWrapper {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (min-width:1024px) {
	.pc {
		display: block;
	}

	.sp {
		display: none;
	}

	.notice {
		position: absolute;
		width: 340px;
		transform: rotate(-7deg);
		top: 50px;
		right: 230px;
	}

	.copyright{
		position: absolute;
    	bottom: 0;
    	font-size: 9px;
    	right: 3px;
    	font-family: 'Noto Sans JP';
	}

	.seminorWrapper {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.footer {
		grid-template-columns: 1fr 1fr 1fr;
		max-width: 1440px;
	}

	#sponsorContainer{
		width: 800px;
		margin: 120px auto;
		border: solid #000;
        padding: 50px;
	}

	#sponsorContainer p{
		text-align: center;
	}

	#sponsorC{
		display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 34px;
        max-width: 650px;
        margin: 64px auto 0 auto;
        justify-items: center;
        border-bottom: 1px solid;
        padding-bottom: 32px;
	}

	#sponsorB{
		display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 34px;
        max-width: 650px;
        margin: 34px auto;
        align-content: center;
        justify-items: center;
        border-bottom: 1px solid;
        padding-bottom: 32px;
		place-items: center;
	}

	#sponsorA{
		display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 34px;
        max-width: 500px;
        margin: 34px auto 34px auto;
        justify-content: center;
	}

	.footerLogo1{
		margin: 0 auto;
		width: 300px;
	}

	.footerLogo2{
		margin: 0 auto;
		width: 215px;
	}

	.footerLogo3{
		margin: 0 auto;
		width: 250px;
	}

	.footerLogo4{
		margin: 0 auto;
		width: 180px;
	}

	.footerLogo5{
		margin: 0 auto;
		width: 180px;
	}

	.footerText {
		grid-column: span 2;
	}
}

@media screen and (min-width:1440px) {
	.pc {
		display: block;
	}

	.sp {
		display: none;
	}

	.seminorWrapper {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

	.footer {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		max-width: 100%;
        padding: 32px 40px;
	}

	.copyright{
		position: absolute;
    	bottom: 0;
    	font-size: 9px;
    	right: 3px;
    	font-family: 'Noto Sans JP';
	}

	#sponsorContainer{
		width: 800px;
		margin: 120px auto;
		border: solid #000;
        padding: 50px;
	}

	#sponsorContainer p{
		text-align: center;
	}

	#sponsorC{
		display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 34px;
        max-width: 650px;
        margin: 64px auto 0 auto;
        justify-items: center;
        border-bottom: 1px solid;
        padding-bottom: 32px;
	}

	#sponsorB{
		display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 34px;
        max-width: 650px;
        margin: 34px auto;
        align-content: center;
        justify-items: center;
        border-bottom: 1px solid;
        padding-bottom: 32px;
		place-items:center;
	}

	#sponsorA{
		display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 34px;
        max-width: 500px;
        margin: 34px auto 34px auto;
        justify-content: center;
	}

	.footerLogo1{
		margin: 0 auto;
		width: 300px;
	}

	.footerLogo2{
		margin: 0 auto;
		width: 215px;
	}

	.footerLogo3{
		margin: 0 auto;
		width: 250px;
	}

	.footerLogo4{
		margin: 0 auto;
		width: 180px;
	}

	.footerLogo5{
		margin: 0 auto;
		width: 180px;
	}

	.footerLogo6{
		margin: 0 auto;
		width: 100px;
	}

	.footerLogo7{
		margin: 0 auto;
		width: 230px;
	}


	.footerText {
		grid-column: span 5;
		padding: 0;
	}

	.schedule_container {
		width: 1440px;
		margin: 0 auto;
	}
}