@charset "utf-8";
/*-----------------------------------------
style(1).css
-----------------------------------------*/
html {
	scroll-behavior: smooth;
  }
  
body {
	padding: 0
}

img {
	max-width: 100%
}

p {
	font-weight: 500;
    font-size: 1.25rem;
    letter-spacing: 1px;
    line-height: 200%;
}

.mb_small {
	margin-bottom: 2vw
}

.mb_normal {
	margin-bottom: 3vw
}

.l-container {
	max-width: 800px;
	padding: 0 3vw;
	margin: 0 auto
}

.l-header {
	margin: 0 auto;
	padding: 20px 0;
	background: linear-gradient(90deg, #437fca, #034399);
}
.l-header .wrap{
	color: #fff;
	width: 90%;
	margin: auto;
	text-align: left;
	font-size: 18px;
}

.l-header img {
	width: 100%
}
.wrap{
	max-width: 1100px;
	width: 100%;
	margin: auto;
}
#up .wrap p{
	display: block;
    text-align: justify;
    margin: 50px auto;
}
#up img,
#price img{
	margin: 50px auto 30px;
	width: 90%;
	display: block;
}
#point .w-wrap{
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}
#point .w-wrap img{
	flex: 1;
    width: calc(100% / 2);
}
#more{
	background-color: #edf2fa;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	padding: 100px 0 50px;
}
#more h3,
#merit h3,
#schedule h3,
#fee h3,
#entry h3,
#display h3,
#contact h3{
	background: linear-gradient(90deg, #437fca, #054399);
	width: 100%;
	display: block;
	height: 60px;
	font-size: 2rem;
	color: #fff;
	font-weight: bold;
    text-align: center;
    align-content: center;
}
#more .flex-wrap{
	display: flex;
	gap: 50px;
	margin: 50px auto 20px;
}
#more .flex-wrap p{
	flex: 1;
	width: 50%;
}
#more .flex-wrap img{
	flex:1;
	width: 40%;
}
.btnLink{
    display: block;
    max-width: fit-content;
    margin: 50px auto;
    font-size: 1.5rem;
    color: #034399;
    border: solid 2px #034399;
    background-color: #fff;
    padding: 15px 50px;
    text-align: center;
    font-weight: 600;
}
#merit,#schedule,#area,#fee,#entry,#display,#contact{
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	padding: 100px 0;
}
#merit img{
	display: block;
	max-width: 800px;
	width: 100%;
	margin: 50px auto;
}
#schedule,#fee,#display{
	background-color: #edf2fa;
}
#schedule .logo{
	max-width: 180px;
    margin: 0 auto 50px;
    display: block;
}
#schedule p{
	width: 85%;
	margin: auto;
	display: block;
	padding-bottom: 10px;
}
#schedule span{
	display: block;
	text-align: center;
}
.area-btn{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin: 30px auto 50px;
}
.area-btn li{
    width: calc(95.9% / 4);
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    background-color: #034399;
}
.area-btn li:nth-child(2),
.area-btn li:nth-child(4),
.area-btn li:nth-child(5),
.area-btn li:nth-child(7) {
	background-color: #4381cc;
}
.area-btn a{
	display: block;
	cursor: pointer;
	padding: 15px;
}
#area h4{
	display: block;
    width: 100%;
    margin: 50px auto 10px;
    font-size: 1.5rem;
    color: #034399;
    border: solid 2px #034399;
    background-color: #fff;
    padding: 15px 30px;
    text-align: left;
    font-weight: 600;
}
#btn02,#btn04,#btn06,#btn08{
	color: #4381cc!important;
    border: solid 2px #4381cc!important;
}
table{
	width: 100%;
    border: solid 1px #034399;
    font-weight: 500;
}
th {
    background-color: #034399;
    color: #fff;
    padding: 20px;
    border-right: 1px solid #fff;
}
th:last-child {
    border-right: solid 1px #034399;
}
td {
    border: solid 1px #034399;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
}
td.address {
    text-align: left;
	width: 50%;
}
.even th{
	background-color: #4381cc!important;
}
tbody th.pref {
	width: 15%;
    background-color: #d7e5f5!important;
    color: inherit;
    border-right: #034399;
	border-bottom: solid 1px #034399;
}
/* #btn02 th:last-child,#btn04 th:last-child,#btn06 th:last-child,#btn08 th:last-child{
	color: #4381cc!important;
    border: solid 2px #4381cc!important;
} */
#area .illust{
	width: 80%;
	display: block;
	margin: 30px auto 0;
}
#fee img{
	width: 80%;
	margin: 50px auto;
	display: block;
}
#entry p{
	text-align: center;
	display: block;
	margin: 30px auto;
}

.not-link{
	pointer-events: none;
	cursor: default;
	color: #4381cc!important;
	border: solid 2px #4381cc!important;
}

#display table{
	margin: 30px auto;
	border: unset!important;
	font-size: 1.1rem;
}
#display th,#display td{
	border: unset!important;
}
#display th{
	width: 40%;
	color: #004097;
	text-align: right;
	background-color: unset!important;
	font-weight: 600;
}	
#display td{
	width: 60%;
	text-align: left;
}
#contact p{
	display: block;
	font-size: 1.5rem;
	color: #4381cc;
	font-weight: 500;
	text-align: center;
	margin: 30px auto;
}
#contact strong{
	font-weight: bold;
}
#contact small{
	display: block;
	text-align: center;
}
#contact ul{
	display: flex;
	gap: 30px;
	padding-bottom: 30px;
}
#contact li{
	flex:1;
	width: calc(100%/2);
}

@media screen and (max-width:767px) {
	.sp {
        display: block!important;
    }
	h2{
		font-size: 0.8rem;
	}
	p {
		font-size: 1rem;
		width: 90%;
		margin: auto;
	}
	#more .flex-wrap {
		flex-wrap: wrap-reverse;
	}
	#more .flex-wrap p {
		flex: unset;
		width: 90%;
	}
	#more .flex-wrap img {
		flex: unset;
		width: 90%;
		margin: auto;
	}

	#merit img {
		width: 90%;
	}
	#more h3, #merit h3, #schedule h3, #fee h3, #entry h3, #display h3, #contact h3 {
		height: unset;
		font-size: 1.5rem;
		padding: 30px;
	}
	#schedule span {
		display: block;
		text-align: left;
	}
	.area-btn li {
        width: calc(97.2% / 2);
        font-size: 1.3rem;
	}
	.btnLink {
		font-size: 1rem;
	}
	#schedule .logo {
		max-width: 130px;
		margin: 0 auto 30px;
		display: block;
	}
	#fee img {
		width: 90%;
	}
	#merit, #schedule, #area, #fee, #entry, #display, #contact {
		padding: 50px 0;
	}
	#display th {
		width: 100%;
		text-align: left;
		display: block;
	}
	#display td {
		width: 100%;
		text-align: left;
		display: block;
		padding: 20px;
	}

	#contact ul {
		flex-wrap: wrap;
	}
	#contact li {
		flex: unset;
		width: 100%;
	}
}