@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	position: relative;
	overflow: hidden;
}
.mainVisual .imgtext,
.mainVisual .sliderBox {
	opacity: 0;
	transition: opacity 1s;
}
.mainVisual .imgtext.show,
.mainVisual .sliderBox.show {
	opacity: 1;
}
.mainVisual .imgtext {
	width: 15.1rem;
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translateY(-74%);
	left: calc(50% - 59rem);
}
.mainVisual .innerBox {
	margin-bottom: 3rem;
	height: calc(100svh - 15.1rem);
	overflow: hidden;
}
.mainVisual .out {
	padding-bottom: 3rem;
	height: inherit;
	overflow: hidden;
	position: relative;
	align-items: flex-end;
	flex-direction: row-reverse;
}
.mainVisual .sliderBox {
	overflow: hidden;
}
.mainVisual .sliderBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    transform: scale(1.1)
}
.mainVisual .sliderBox .animate img {
	animation: fadeInAnime 5s forwards;
}
@keyframes fadeInAnime {
    0% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}
.mainVisual .sliderBox01 {
	width: 37.48%;
	border-top-right-radius: 18rem;
}
.mainVisual .sliderBox02 {
	margin-left: 8rem;
	flex: 1;
	border-top-left-radius: 18rem;
}
.mainVisual .slider {
	position: absolute;
	z-index: 2;
	bottom: -5.4rem;
	left: 0;
	width: 100%;
	display: flex;
	white-space: nowrap;
	font-size: 14rem;
	font-weight: 100;
	letter-spacing: 0.1em;
	color: #003f91;
}
#main .community {
	margin-top: 16rem;
	padding: 0 2rem;
}
#main .community .imgBox {
	padding: 10rem 12.8rem 16rem 0;
	background-color: #fff;
	border-radius: 0 18rem;
	align-items: flex-end;
}
#main .community .imgBox .photoBox {
	margin-left: -12.8rem;
	width: 72.8rem;
	border-radius: 0 18rem;
	overflow: hidden;
}
#main .community .imgBox .textBox {
	flex: 1;
}
#main .community .imgBox .textBox .image {
	margin: 0 0 5.5rem -1rem;
	width: 10rem;
}
#main .community .imgBox .textBox h2 {
	margin-bottom: 3.6rem;
	color: #24479c;
	font-weight: 500;
	font-size: 3.2rem;
	letter-spacing: 0.1em;
}
#main .community .imgBox .textBox .sub {
	margin-left: 8rem;
}
#main .community .imgBox .textBox .text {
	letter-spacing: 0.06em;
	line-height: 1.75;
}
@media all and (min-width: 897px) and (max-width: 1560px) {
	#main .community .imgBox .photoBox {
		margin-left: -3rem;
		width: 55rem;
	}
}
#main .out .content {
	max-width: 106.4rem;
}
#main .infomation {
	margin-top: 7.5rem;
	padding-bottom: 3rem;
}
#main .infomation .innerBox {
	margin-bottom: 5rem;
	align-items: center;
}
#main .infomation .innerBox .lBox {
	flex: 1;
}
#main .infomation .headLine04 {
	margin-top: 2.8rem;
}
#main .infomation .comBtn01 a {
	padding: 1.9rem 9rem 2rem 2rem;
	letter-spacing: 0.2em;
}
#main .infomation .newsUl {
	margin-left: 2rem;
	width: 51.2rem;
}
#main .infomation .newsUl a {
	padding: 2.5rem 2rem 2.5rem 0;
	display: flex;
	flex-wrap: wrap;
	font-family: "Montserrat", sans-serif;
	border-bottom: 1px solid #c2ccd8;
	background: url(../common/img/icon15.png) no-repeat right 1rem top 3rem / 0.6rem;
}
#main .infomation .newsUl time {
	width: 14.7rem;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.1em;
}
#main .infomation .newsUl p {
	flex: 1;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#main .infomation .newsUl a:hover {
	opacity: 0.7;
}
#main .infomation .time {
	margin-bottom: 5rem;
	padding: 3rem 2rem;
	background-color: #fff;
	border-radius: 2rem;
	text-align: center;
	color: #24479c;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.03em;
}
#main .infomation .time span {
	padding: 0 5rem 0 2rem;
	font-weight: 400;
	display: inline-block;
}
#main .infomation .tableBox {
	margin-bottom: 3rem;
}
#main .infomation .tableBox01 {
	margin-bottom: 10rem;
}
#main .infomation .tableBox h3 {
	padding: 1rem 3.2rem;
	width: fit-content;
	background-color: #24479c;
	border-radius: 2rem 2rem 0 0;
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.03em;
}
#main .infomation .tableBox .scheduleBox {
	padding: 3rem 0;
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	border-radius: 0 2rem 2rem;
}
#main .infomation .tableBox .scheduleBox .lBox {
	margin-left: 3rem;
	padding: 1rem 2rem 2.5rem;
	width: 22rem;
	background-color: rgba(36, 71, 158, 0.08);
	border-radius: 2rem;
}
#main .infomation .tableBox .scheduleBox .lBox .title {
	padding-bottom: 0.3rem;
	margin-bottom: 2.5rem;
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	border-bottom: 0.2rem dotted #24479c;
}
#main .infomation .tableBox .scheduleBox .lBox .title span {
	font-size: 1.4rem;
}
#main .infomation .tableBox .scheduleBox .lBox .textUl li {
	margin-right: -0.5rem;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.8;
}
#main .infomation .tableBox .scheduleBox .rBox {
	padding: 0 3rem;
	margin-left: 3rem;
	flex: 1;
	border-left: 0.2rem dotted #24479c;
}
#main .infomation .tableBox01 h3 {
	background-color: #e97e93;
}
#main .infomation .tableBox01 .scheduleBox .lBox {
	background-color: rgba(233, 126, 148, 0.08);
}
#main .infomation .tableBox01 .scheduleBox .lBox .title {
	border-bottom-color: #e97e94;
}
#main .infomation .tableBox01 .reserveTable thead th, 
#main .infomation .tableBox01 .reserveTable thead td {
	background-image: url(../common/img/line04.png);
}
#main .infomation .tableBox01 .scheduleBox .rBox {
	border-left-color: #e97e94;
}
#main .infomation .comAccessBox .mapBox {
	width: 45.2%;
	padding-bottom: 45.2%;
}
#main .infomation .comAccessBox .comTableBox {
	margin-bottom: 1.8rem;
	width: 49.9%;
}
#main .infomation .comAccessBox .comTableBox th,
#main .infomation .comAccessBox .comTableBox td {
	padding: 1.9rem 0;
	line-height: 1.71;
}
#main .infomation .comAccessBox .comTableBox th {
	width: 21.8% !important;
}
@media all and (min-width: 897px) and (max-height: 800px) {
	#main {
		padding-top: 17rem;
	}
	.mainVisual .innerBox {
		height: 100%;
	}
}
@media all and (max-width: 896px) {
	.mainVisual .innerBox {
		padding-bottom: 5.7rem;
		margin-bottom: 0;
		height: fit-content;
	}
	.mainVisual .out {
		padding-bottom: 0;
		display: block;
	}
	.mainVisual .imgtext {
		width: 9rem;
		top: 50%;
		transform: translateY(0);
		left: auto;
		right: 2.5rem;
	}
	.mainVisual .sliderBox01 {
		margin-right: 12rem;
		width: auto;
		border-top-right-radius: 8rem;
	}
	.mainVisual .sliderBox02 {
		margin: 0 0 5rem 2rem;
		border-top-left-radius: 8rem;
	}
	.mainVisual .slider {
		bottom: 0;
		font-size: 5rem;
	}
	#main .community {
		margin-top: 5rem;
		padding: 0;
	}
	#main .community .imgBox {
		padding: 2rem;
		border-radius: 0 2rem;
		display: block;
	}
	#main .community .imgBox .photoBox {
		margin: 0 0 4rem;
		width: auto;
		border-radius: 0 2rem;
	}
	#main .community .imgBox .textBox .image {
		margin: 0 0 2rem;
		width: 4rem;
	}
	#main .community .imgBox .textBox h2 {
		margin-bottom: 1.5rem;
		font-size: 2rem;
	}
	#main .community .imgBox .textBox .sub {
		margin-left: 0;
	}
	#main .infomation {
		margin-top: 4rem;
		padding-bottom: 0;
	}
	#main .infomation .innerBox {
		margin-bottom: 3rem;
		display: block;
	}
	#main .infomation .lBox {
		margin-bottom: 4rem;
	}
	#main .infomation .headLine04 {
		margin-top: 0;
	}
	#main .infomation .newsUl {
		margin-left: 0;
		width: auto;
	}
	#main .infomation .newsUl a {
		padding: 1.5rem 2.5rem 1.5rem 0;
		display: block;
	}
	#main .infomation .newsUl time {
		width: auto;
		display: block;
	}
	#main .infomation .time {
		margin-bottom: 3rem;
		padding: 1.5rem 1rem;
		font-size: 1.4rem;
	}
	#main .infomation .time span {
		padding: 0;
		display: block;
	}
	#main .infomation .tableBox01 {
		margin-bottom: 5rem;
	}
	#main .infomation .tableBox h3 {
		width: auto;
		text-align: center;
		font-size: 1.8rem;
	}
	#main .infomation .tableBox .scheduleBox {
		padding: 3rem 2rem;
		display: block;
		border-radius: 0 0 2rem 2rem;
	}
	#main .infomation .tableBox .scheduleBox .lBox {
		margin-left: 0;
		width: auto;
	}
	#main .infomation .tableBox .scheduleBox .rBox {
		padding: 0;
		margin-left: 0;
		border-left: 0;
	}
	#main .infomation .comAccessBox .comTableBox {
		margin-bottom: 0;
	}
	#main .infomation .comAccessBox .comTableBox th,
	#main .infomation .comAccessBox .comTableBox td {
		padding: 1.5rem 0;
	}
	#main .infomation .comAccessBox .comTableBox th {
		width: 100% !important;
	}
}