@charset "UTF-8";

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body {
	background-color: #fff;
	color: #000000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1.52;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-text-size-adjust: 100%;
	min-width: 320px;
	display: flex;
	flex-direction: column;
}

a {
	text-decoration: none;
	color: #464646;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	cursor: pointer;
}

a,
button {
	transition: all .6s ease 0s;
}

p a,
label a {
	color: #014BB1;
}

a:hover,
button:hover {
	opacity: .7;
}

strong,
em {
	font-style: normal;
	font-weight: 300
}

ul,
li {
	list-style: none;
	word-wrap: break-word;
}

p {
	text-align: justify;
	word-wrap: break-word;
}

img {
	max-width: 100%;
}

.ib {
	display: inline-block;
}

.tc {
	text-align: center !important;
}

.tr {
	text-align: right !important;
}

.tl {
	text-align: left !important;
}

.bold {
	font-weight: 800 !important;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb45 {
	margin-bottom: 45px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb55 {
	margin-bottom: 55px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb70 {
	margin-bottom: 70px;
}

.mb80 {
	margin-bottom: 80px;
}

.txt_color_red {
	color: #EC7079;
}

@media screen and (min-width: 801px) {
	.smt {
		display: none !important;
	}
}

@media screen and (max-width: 800px) {
	.pc {
		display: none !important
	}
}

/* ===========================
 layout
=========================== */
.inr {
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
	padding: 0 5vw;
}

.inr_860 {
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
}

.inr_940 {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
}

@media (min-width: 800px) {

	.inr {
		padding: 0 20px;
	}
}

/* ===========================
 header
=========================== */
.header {
	background-color: #fff;
	font-size: min(3vw, 1.4rem);
	text-align: center;
	padding: 5px 0;
}

@media (min-width: 800px) {

	.header {
		background-color: #fff;
		font-size: 1.6rem;
		padding: 6px 0;
	}

}

/* ===========================
 footer
=========================== */
.footer {
	background-color: #F3F1EA;
	padding: 35px 0 30px;
	font-size: 1.5rem;
}

.footer_prefecture {
	display: inline-block;
	font-size: 1.6rem;
	padding: 0.5em 1.2em;
	border: 1px solid #1B1311;
	border-radius: 3px;
	flex-shrink: 0;
}

.footer_head {
	margin-bottom: 19px;
	text-align: center;
}

.footer_head p {
	text-align: center;
}

.footer_logo a {
	display: block;
	max-width: 345px;
	margin: 10px auto;
}

@media (min-width: 800px) {

	.footer {
		padding: 35px 0 40px;
	}

	.footer_head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
	}

	.footer_logo {
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.footer_logo a {
		margin: 0;
	}

}

@media (min-width: 500px) {
	.scroll-indicator {
		display: none;
	}
}


/* ===========================
 ttl
=========================== */
.ttl {
	color: #363636;
	background-color: #FFBE3E;
	font-size: clamp(1.6rem, 5.5vw, 2.5rem);
	font-weight: 600;
	text-align: center;
}

.ttl_inr {
	max-width: 1020px;
	margin: 0 auto;
	padding: 14px 20px;
	position: relative;
}

.ttl_deco {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 3.5em;
}


@media (min-width: 800px) {

	.ttl {
		font-size: 2.8rem;
	}

	.ttl_inr {
		padding: 14px 20px;
	}

	.ttl_deco {
		width: auto;
	}
}

.schedule {
	background-color: #fff;
}

.schedule_ttl {
	display: flex;
}

.schedule_ttl dt {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #899D46;
	font-size: clamp(1.6rem, 4vw, 2.3rem);
	font-weight: 600;
	padding: .328em .7em;
}

.schedule_ttl dd {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	padding: .5em 0em .5em .4em;
	background-color: #E1EFD5;
	flex: 1;
}

.schedule_ttl_txt {
	color: #EB7079;
	font-size: clamp(1.8rem, 4vw, 2.3rem);
	line-height: 1.2;
	font-weight: 600;
	text-align: left;
}

.schedule_ttl_txt span {
	font-size: 1.043em;
	font-weight: 800;

}

.schedule_ttl dd .icon_free {
	margin-left: auto;
}

@media (min-width: 800px) {
	.schedule_ttl dt {
		padding: .328em .5em;
	}

	.schedule_ttl dd {
		padding: .5em .7em;
	}
}

.slash_title {
	font-size: min(4.5vw, 2.5rem);
	font-weight: bold;
	color: #899D46;
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
	padding: 0 3vw;
	text-align: center;
	line-height: 1.36;
}

.slash_title.slash_title--lg {
	font-size: min(6vw, 2.5rem);
}

.slash_title::before,
.slash_title::after {
	content: "";
	width: 4px;
	background-color: #899D46;
	display: block;
	margin: 1px 0;
}

.slash_title::before {
	transform: rotate(-19deg);
}

.slash_title::after {
	transform: rotate(19deg);
}

@media (min-width: 800px) {

	.slash_title {
		line-height: 1;
		justify-content: center;
		gap: 16px;
		padding: 0;
	}

	.slash_title::before {
		transform: rotate(-25deg);
	}

	.slash_title::after {
		transform: rotate(25deg);
	}
}

/* ===========================
 lead
=========================== */
.lead_ttl {
	color: #899D46;
	font-size: clamp(2rem, 5vw, 2.5rem);
	font-weight: 600;
	text-align: center;
}

.lead_txt {
	text-align: justify;
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 800px) {
	.lead_ttl {
		font-size: 2.8rem;
	}

	.lead_txt {
		text-align: center;
	}
}

/* ===========================
 table
=========================== */
.detail_table {
	width: 100%;
	border-collapse: collapse;
}

.detail_table th,
.detail_table td {
	border-top: 1px solid #B7B2B2;
	border-bottom: 1px solid #B7B2B2;
	padding: .65em 1em;
	vertical-align: middle;
	font-size: 1.7rem;
	line-height: 1.76;
	text-align: justify;
}

.detail_table th {
	padding: .85em 1em;
	vertical-align: top;
	text-align: center;
	width: 15%;
	background-color: #F2F2F2;
}

.detail_table_date {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	text-align: left;
}

.detail_table_time {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin-left: 10px;
}



@media (min-width: 800px) {
	.detail_table th {
		width: 20%;
	}

	.detail_table_time {
		flex-direction: row;
	}

	.detail_table_time_num {
		width: 230px;
	} 
}

/* ===========================
 btn
=========================== */
.attendance_btn {
	text-align: center;
}

/* ===========================
 icon_free
=========================== */
.icon_free {
	display: inline-block;
	font-size: clamp(2rem, 5vw, 2.4rem);
	line-height: 1;
	font-weight: 800;
	color: #fff;
	background-color: #EB7079;
	padding: 0.27em 0.56em;
	border-radius: 10px;
	flex-shrink: 0;
}

/* ===========================
 mv
=========================== */
.mv {
	background-color: #F1EAD7;
	text-align: center;
}

.mv_inr {
	margin: 0 auto;
	position: relative;
}

.mv_inr img {
	width: 100%;
}

.mv_txt {
	display: none;
}

@media (min-width: 800px) {

	.mv_txt {
		display: block;
		position: absolute;
		max-width: 942px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

/* ===========================
 nav
=========================== */
.nav {
	padding: 1.35em 0;
}

.nav_inr {
	max-width: 1020px;
	margin: 0 auto;
}

.nav_list {
	display: flex;
	justify-content: space-between;
}

.nav_list li {
	text-align: center;
	line-height: 1.05;
	font-size: clamp(1.3rem, 4.5vw, 1.9rem);
	font-weight: 500;
}

.nav_list li + li {
	border-left: 1px solid #000000;
}

@media (max-width: 799px) {
	.nav_list li {
		width: 35%;
		padding: 0 3vw;
	}

	.nav_list li:nth-of-type(2) {
		width: 30%;
	}
}

@media (min-width: 800px) {
	.nav {
		padding: 30px 0 30px;
	}

	.nav_list li {
		flex: 1;
		text-align: center;
	}
}

/* ===========================
 intro
=========================== */
.intro {
	padding: 15px 0 65px;
	background-color: #C4DFAC;
	line-height: 1.7;
	text-align: center;
}

@media (min-width: 800px) {
	.intro {
		padding: 15px 0 70px;
	}

}

/* ===========================
 written
=========================== */

.written_body {
	padding:13px 0 80px;
}

@media (min-width: 800px) {


}

/* ===========================
 practice
=========================== */

.practice_body {
	padding:30px 0 80px;
	background-color: #FDF8EB;
}

.practice .schedule {
	padding-bottom: 40px;
}

@media (min-width: 800px) {

	#practice .detail_table_time_num {
		width: auto;
		margin-right: 20px;
	}

}

/* ===========================
 ondemand
=========================== */

.ondemand_body {
	padding:43px 0 80px;
}

.ondemand_img {
	text-align: center;
}

@media (min-width: 800px) {


}


/* ===========================
 attendance
=========================== */
.attendance_body {
	padding: 20px 0 50px;
	background-color: #FFBE3E;
}

.attendance_list {
	margin-bottom: 30px;
}

.attendance_list li {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 30px;
	line-height: 1.88;
}

.attendance_list li a {
	color: #000000;
}

.attendance_dl dt {
	color: #ffffff;
	background-color: #C68624;
	width: 86px;
	height: 33px;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	margin-bottom: 10px;
}

.attendance_dl {
	margin-bottom: 20%;
	position: relative;
}

.attendance_dl dd {
	font-size: 1.6rem;
	line-height: 1.7;
	margin-bottom: 23px;
}

.attendance_fee {
	display: flex;
	align-items: center;
}

.attendance_fee p:first-child {
	flex-shrink: 0;
}

.attendance_free {
	margin-bottom: -10%;
}

.attendance_btn {
	text-align: center;
	display: block;
}


@media (min-width: 800px) {

	.attendance_list {
		font-size: 1.7rem;
	}

	.attendance_list li {
		margin-bottom: 0px;
	}

	.attendance_box {
		text-align: center;
		padding-left: 7%;
	}

	.attendance_dl {
		max-width: 600px;
		margin: 0 auto 89px;
		display: flex;
		flex-wrap: wrap;
		row-gap: 22px;
		justify-content: space-between;
	}

	.attendance_dl dt {
		margin-bottom: 0;
		margin-top: 3px;
	}

	.attendance_dl dd {
		width: calc(100% - 100px);
		margin-bottom: 0;
		text-align: left;
	}

	.attendance_fee {
		gap: 10px;
	}

	.attendance_free {
		width: 210px;
		position: absolute;
		bottom: -61px;
		right: 48px;
		margin-bottom: 0;
	}
}

