@charset "utf-8";
header {
	height: 80px;
	background: rgba(255, 255, 255, .9);
}
header > div > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}
header h1 {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 1.5rem;
	font-weight: bold;
	color: teal;
}
header ul {
	display: flex;
}
header ul li a div {
	display: flex;
	align-items: center;
}
header ul li a div p {
	margin: 0 0 0 10px;
}
.top-img {
	height: 40vh;
	background: url("../img/top-img2.png") no-repeat center / cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.top-img.test2 {
	background: url("../img/top-img2.png") no-repeat center / cover;
}
.top-img h1 {
	font-size: clamp(1rem, 0.7rem + 1.5vw, 2.5rem);	
}
.top-img h1, 
.top-img p {
	color: darkslategray;
	font-weight: bold;
	text-align: center;
	-webkit-text-stroke: 5px #fff;
	paint-order: stroke fill;
}
.top-img.test2 h1, 
.top-img.test2 p {
	color: midnightblue;
}
.top-img p {
	font-size: clamp(1rem, 0.925rem + 0.375vw, 1.375rem);
	line-height: 1.2;
}
.top_notice {
	height: calc(100vh - 40vh - 4rem);
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.wrap_notice {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.studygroup {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: calc(60% - 15px);
	height: 100%;
}
.studygroup div:first-of-type {
	width: 40%;
}
.studygroup div:first-of-type img {
	height: 100%;
	object-fit: contain;
}
.studygroup div:last-of-type dt {
	color: #fff;
	font-weight: bold;
	background: teal;
	padding: 5px 10px;
	border-radius: 999px;
	width: 20%;
	text-align: center;
}
.studygroup div:last-of-type dd {
	margin: 0 0 1.5rem 1rem;
	font-size: 1.2rem;
}
.studygroup button {
	display: block;
	margin: 0 auto;
	padding: 10px 20px;
	background-color: #C3EBDF;
	color: teal;
	border: 2px solid teal;
	border-radius: 6px;
	box-shadow: 0 5px 0 teal;
	cursor: pointer;
	font-weight: bold;
	transition: all 0.1s ease;
}
.info {
	width: calc(40% - 15px);
	height: calc(50% - 10px);
}
.info p {
	margin: 0;
	font-weight: bold;
	height: 10%;
	background: teal;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 5px;
	padding: 5px 0;
}
.info ul {	
	padding: 1.5rem;
	overflow-y: scroll;
	border: 1px solid teal;
	height: calc(90% - 3rem);
	margin: 0;
}
.contents_flex {
	display: flex;
}
#Menu {
	width: 25%;
}
#Menu ul {
	padding: 10px;
}
#Menu ul li {	
	padding: 20px 0;
	cursor: pointer;
	display: flex;
	transition: all .2s ease;
}
#Menu ul li:hover {
	background: #C3EBDF;
}
#Menu ul li p {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 0 10px;
}
.mobile_menu {
	display: flex;
	justify-content: space-around;
	margin-bottom: 50px;
}
.mobile_menu a {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: calc((100% / 3) - 1rem);
	background: #C3EBDF;
	padding: 1rem 0;
	box-shadow: 5px 5px 1px teal;
}
.bnr,
.bnr-img {
	width: 90%;
}
.bnr {
	height: 84px;
	margin-bottom: 1rem;
	border: 1px solid #cdcdcd;
}
.bnr.no1 {
	background: url("../img/img_btn01.jpg") center / cover;
}
.bnr.no1,
.bnr.no2,
.bnr.no3 {	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.bnr.no1 a,
.bnr.no2 a,
.bnr.no3 a {
	color: inherit;
	font-weight: bold;
	text-align: center;
}
.bnr.no1 a span {
	font-size: 1.5rem;
}
.bnr.no2 a {
	font-size: 0.9rem;
}
.bnr.no2 {
	background: url("../img/img_btn04.jpg") center / cover;
}
.bnr.no3 {
	background: url("../img/img_btn03.jpg") center / cover;
}
#contents {
	width: 75%;
}
#contents h1 {
	font-size: 3rem;
	font-weight: bold;
	color: teal;
}
#History,
#Member {
	margin-top: 150px;
}
#Greeting,
#History,
#Member {
	padding: 0 0 50px 20px;
}
#Greeting .name {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 2rem;
	font-weight: bold;
	text-align: right;	
}
#History .uk-table {
	border-left: 1px solid teal;
	border-right: 1px solid teal;
}
#History .uk-table thead {
	background: teal;
}
#History .uk-table thead th {
	font-size: 1rem;
	color: #fff;
}
#History .uk-table tbody tr td:first-child {
	background: #C3EBDF;
	text-align: center;
}
#History .uk-table tbody tr {
	border-bottom: 1px solid teal;
}
#Member .uk-table {
	border-collapse: separate;
	border-spacing: 1rem;
}
#Member .uk-table th {
	background: #C3EBDF;
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	color: #000;
	vertical-align: middle;
}
#Member .uk-table tr:first-of-type td {
	border-bottom: 1px solid teal;
}
#Member .uk-table tr:nth-child(10) td {
	border-top: 1px solid teal;
	padding: 10px 12px 0px!important;
}
#Member .uk-table tr:not(:first-of-type) td {
	padding: 0 12px;
}
#Member {
	margin-bottom: 200px;
}
#footer {
	position: relative;
	background: teal;
	padding: 2rem 0;
}
.pagetop {
	position: absolute;
	padding: 0 1rem;
    top: -49px;
	right: 4rem;
    border: 1px solid teal;
	border-radius: 10px 10px 0 0;
	height: 50px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.pagetop a {
	display: flex;
}
#footer > div:not(:first-of-type) {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#footer .footer_title {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#footer .footer_title p:first-child {
	font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
}
#footer .footer_title p:not(:first-child) {
	font-size: 1rem;
	margin: 10px 0 0 0;
}
.footer_title p {
	color: #FFFFFF;
	line-height: 1.2;
}
.wrap_inquiry {
}
.wrap_inquiry div:first-of-type {
	padding: 0 0 0.5rem 0;
	border-bottom: 1px solid #fff;
}
.wrap_inquiry div p,
.wrap_inquiry div p span {
	color: #fff;
}




/*-----------------------test2-----------------------*/
.update_information{
	background: aliceblue;
	height: 80px;
	margin-top: 10px;
}
.update_information > div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.update_information h2 {
	font-size: 1.3rem;
	color: #fff;
	font-weight: bold;
	margin-right: 50px;	
	background: midnightblue;
	border-radius: 999px;
	padding: 5px 15px;
}
.update_information ul {
	overflow-y: scroll;
}
.update_information ul dl {
	display: flex;
}
.update_information ul dl dt {
	margin-right: 10px;
}
.update_information ul dl dd {
	padding: 0 30px 0;
}
.menu_button {
	width: calc((100% / 3) - 60px);
	height: 150px;
	background: aliceblue;
	border-radius: 30px;
	display: flex;
	justify-content: space-around;
	padding: 10px;
}
.menu-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menu_button p {
	font-size: 1.5rem;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#Studygroup > div {
	display: flex;
	justify-content: center;
}
#Studygroup > div > div:first-of-type {
	width: 300px;
	height: 430px;
	background: #cdcdcd;
}
#Studygroup > div > div:last-of-type {
	margin-left: 50px;
}
#Studygroup > div > div:last-of-type h1 {
	font-weight: bold;
	color: midnightblue;
}
#Studygroup dl dt,
#Studygroup dl dd {
	font-size: 1.3rem;
}
#Studygroup dl dt {
	color: #fff;
	background: midnightblue;
	border-radius: 999px;
	width: 5rem;
	text-align: center;
}
#Studygroup dl dd {
	margin-bottom: 1.3rem;
}
button.link_button {
	display: block;
	margin: 0 auto;
	padding: 10px 20px;
	background-color: aliceblue;
	color: midnightblue;
	border: 2px solid midnightblue;
	border-radius: 6px;
	box-shadow: 0 5px 0 midnightblue;
	cursor: pointer;
	font-weight: bold;
	transition: all 0.1s ease;
}
#contents_bnr {
	margin-bottom: 200px;
}
#contents_bnr > div {
	display: flex;
	justify-content: space-between;
}
#contents_bnr > div > div {
	width: calc((100% / 4) - 30px);
}
#footer.test2 {
	background: midnightblue;
}
#footer.test2 .pagetop {
	border: 1px solid midnightblue;
}
#greeting h1,
#history h1,
#member h1 {
	color: midnightblue;
	font-weight: bold;
}
#greeting > div > p:last-child {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 2rem;
	text-align: right;
	font-weight: bold;
}
#history table thead {
	background: midnightblue;	
}
#history table thead th {
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
}
#history table tbody tr td:first-child {
	background: aliceblue;
	text-align: center;
}
#history table {
	border-left: 1px solid midnightblue;
	border-right: 1px solid midnightblue;
}
#history table tbody tr {
	border-bottom: 1px solid midnightblue;
}
#member table {
	border-collapse: separate;
	border-spacing: 1rem;
}
#member table th,
#member table td,
#member table td span {
	font-size: 1.2rem;
}
#member table th {
	background: midnightblue;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
#member .uk-table tr:not(:first-of-type):not(:last-of-type) td {
	padding: 0 12px;
}
#member .uk-table tr:first-of-type td {
	border-bottom: 1px solid midnightblue;
}
#member .uk-table tr:last-of-type td {
	border-top: 1px solid midnightblue;
}

@media screen and (max-width: 1024px) {
	.wrap_notice {
		display: block;
	}
	.info {
		width: 100%;
		height: calc(20% - 10px);
	}
	.studygroup {
		width: 100%;
		height: 80%
	}
	.studygroup > div:first-of-type {
		padding: 30px 0;
	}
	.studygroup div:last-of-type dd {
		margin: 0 0 1rem 1rem;
		font-size: 1rem;
	}
	.studygroup div:last-of-type h2 {
		margin: 0;
	}
	.contents_flex {
		display: block;
	}
	#contents {
		width: 100%;
	}
	.mobile_bnr {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		margin-bottom: 100px;
		margin-top: 50px;
	}
	.mobile_bnr > div {
		width: calc(50% - 30px);
	}
	#footer .footer_title {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 600px) {
	.top-img p {
		font-weight: normal;
	}
	.top_notice {
		height: inherit;
	}
	.mobile_menu a {
		font-size: 0.8rem;
	}
	.mobile_bnr {
		padding: 0 20px;
	}
	.mobile_bnr > div {
		width: 100%;
	}
	#Greeting, #History, #Member {
		padding: 0 0 50px 0px;
	}
	#footer .footer_title {
		margin-bottom: 50px;
	}
	.studygroup div:first-of-type {
		width: 100%;
	}
}










