@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900');
body {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #231815;
}

header, 
footer, 
main {
	min-width: 100%;
}

header {
	padding: 20px 0;
	font-size: 1.5em;
	color: #FFFFFF;
	background-color: #2EA7E0;
}

footer {
	padding: 20px 0 0 0;
	color: #FFFFFF;
	background-color: #2EA7E0;
}

footer h2 {
	margin: 10px 0;
	font-size: 1.1em;
	color: #2EA7E0;
	background-color: #FFFFFF;
	border-radius: 9999px;
}

main {
	position: relative;
	background: url(../img/bg.jpg) repeat-y center top;
	background-size: 100%;
}

.textlink {
	color: #0000FF;
	text-decoration: underline;
}

.textlink:hover {
	text-decoration: underline;
}

.red { color: #E83828; }

.btn {
	display: block;
	padding: 0.6em 1em;
	margin: 30px auto;
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	text-align: center;
	background-color: #2EA7E0;
	border-radius: 20px;
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.btn:hover {
	background-color: #8FC31F;
}

.btn_contact {
	display: block;
	padding: 0.8em;
	width: 100%;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.3;
	text-align: center;
	background-color: #8FC31F;
}

.container {
	padding: 0 15px;
	margin: auto;
}


/* index */
#index main {
	background-position: center top calc(100vw / (1920 / 940));
}

#index section {
	padding: 30px 0;
}

#index section:not(:last-of-type) {
	border-bottom: dashed 2px #727171;
}

#index .sec01 {
	padding-top: 0;
}

#index .sec01 h1 {
	margin: 0 -15px;
}

#index .sec01 p:first-of-type {
	font-size: 1.1em;
}

#index .sec01 p:not(:first-of-type) {
	font-size: 1.1em;
}

#index .sec01 strong {
	display: inline-block;
	position: absolute;
	left: 50%;
	padding: 0.2em 1.4em;
	margin-top: -10px;
	font-size: 0.9em;
	color: #FFFFFF;
	line-height: 1;
	white-space: nowrap;
	text-align: center;
	background-color: #F39800;
	transform: translate(-50%, -100%);
}

#index .sec02 h2 img {
	width: auto;
	height: 20px;
}

#index .sec02 .schedule {
	font-weight: bold;
	line-height: 1.2;
}

#index .sec02 .schedule dt {
	padding-top: 30px;
}

#index .sec03 {
	padding: 30px 0;
}

#index .sec03 .detail {
	display: grid;
	grid-template-columns: 50px auto;
	gap: 30px 20px;
}

#index .sec03 .detail > dt > span {
	display: inline-block;
	padding: 0.1em;
	width: 3.5em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.4;
	text-align: center;
	background-color: #F39800;
}

#index .sec03 .access dt:not(.none), 
#index .sec03 .access dd {
	position: relative;
	padding: 0 0 0 1em;
}

#index .sec03 .access dt:not(.none)::before {
	content: "\025a0";
	display: inline-block;
	position: absolute;
	left: 0;
	color: #F39800;
}

#index .sec03 .access dd::before {
	content: "\025cf";
	display: inline-block;
	position: absolute;
	left: 0;
}

#index .sec03 .access dd .asterisk {
	display: inline-block;
	position: relative;
}

#index .sec03 .access dd .asterisk::before {
	content: "※";
	display: inline-block;
	position: absolute;
	left: -1em;
}


/* form */
.form .full { width: calc(100% - 10px); }
.form .btn { width: calc(100% - 10px); }

.form dl dt {
	padding: 10px;
	margin: 30px 0 10px 0;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2FB068;
}

.form input[type="text"], 
.form input[type="email"], 
.form textarea, 
.form select {
	margin: 10px 5px;
}

.form input[type="checkbox"] {
	margin: 0 15px 0 0;
	transform: scale(1.5);
}

.form input[type="submit"] {
	-webkit-appearance: none;
	font-size: 1.5em;
	border: none;
	cursor: pointer;
}

.form .grid {
	display: grid;
}

.required {
	display: inline-block;
	padding: 0.2em 0.5em;
	margin: 0.2em 0.5em 0 0;
	font-size: 0.9em;
	color: #FFFFFF;
	line-height: 1;
	vertical-align: top;
	background-color: #E60012;
	border-radius: 5px;
}

.error {
	font-weight: bold;
	color: #E60012;
}

#confirm .form dl dd {
	padding: 10px;
}


@media all and (max-width: 767px) {
	.pc { display: none; }
}

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

	a[href^="tel:"] {
		cursor: default;
		pointer-events: none;
		text-decoration: none;
	}

	body {
		font-size: 1.8rem;
	}

	footer, 
	main {
		min-width: 1000px;
	}

	.container {
		width: 1000px;
	}

	.btn {
		margin: 60px 0;
		font-size: 2em;
	}

	/* index */
	#index main {
		background-position: center top max(calc(1000px / (1920 / 940)), calc(100vw / (1920 / 940)));
	}

	#index .sec01 {
		padding: 0 50px 60px 50px;
	}

	#index .sec01 h1 {
		margin: 0 -65px;
	}

	#index .sec01 p:first-of-type {
		padding-bottom: 20px;
		font-size: 1.4em;
	}

	#index .sec01 p:not(:first-of-type) {
		font-size: 1.3em;
	}

	#index .sec02 {
		padding: 30px 15px;
	}

	#index .sec02 .schedule {
		display: grid;
		grid-template-columns: 10em auto;
		padding: 0 0 30px 0;
		font-size: 1.2em;
		line-height: 1.2;
	}

	#index .sec02 .schedule dd {
		padding-top: 30px;
	}

	#index .sec03 {
		padding: 30px 60px;
	}

	#index .sec03 .detail {
		grid-template-columns: 4.5em auto;
		gap: 30px 20px;
	}

	#index .sec03 .detail > dt > span {
		font-size: 1.3em;
	}

	#index .sec03 .detail > dd {
		font-size: 1.3em;
	}

	#index .sec04 {
		padding: 40px 60px 60px 60px;
	}


	/* form */
	.form .grid {
		grid-template-columns: repeat(4, 1fr);
	}
}