@charset "utf-8";
/*フォント表記
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: 'Material Symbols Outlined';*/

/*front*/
.mv_slider{
	height: 100vh;
	max-height: 1000px;
	min-height: 830px;
	margin: 0 30px 30px;
	/*padding: 0 90px 90px;*/
	background-image: url("../images/contents/top_MV_img01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	border-radius: 0 70px 0 70px;
}

#mv{
	position: relative;
}

.bl_mvCover{
	width: calc(100% - 60px);
	height: 100vh;
	max-height: 1000px;
	min-height: 830px;
	background-color: rgba(255,255,255,0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	margin: 0 30px 30px;
	border-radius: 0 70px 0 70px;
}

/*スライダー*/
#mv01.mv_slider{
	background-image: url("../images/contents/top_MV_img01.jpg");
	background-position: 70% 71%;
}

.mv_copy{
	width: calc(100% - 140px);
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 4rem;
	z-index: 9;
	transform: translateX(-50%);
	letter-spacing: 0.06em;
	line-height: 1.4;
	font-weight: 700;
}

.el_mv_timeTable_ttl{
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}

.bl_mv_timeTable{
	background-color: #fff;
	padding: 20px 15px;
	border-radius: 10px;
	margin-bottom: 30px;
}

.bl_mv_timeTable_table{
	width: 100%;
	font-size: 1.6rem;
}

.bl_mv_timeTable_table th,.bl_mv_timeTable_table td,.bl_mv_timeTable_table tr:first-child th{
	padding: 5px;
	text-align: center;
}

.bl_mv_timeTable_table tr td,.bl_mv_timeTable_table tr th:nth-child(n+2){
	border-bottom: 2px solid #D1D1D1;
}

.bl_mv_timeTable_table th{
	text-align: left;
	line-height: 1.5;
	font-size: 1.4rem;
}

.bl_mv_timeTable_table tr:first-child th:first-child,
.bl_mv_timeTable_table tr:nth-child(2) th:first-child{
	width: 25%;
}

.bl_mv_timeTable_table th span{
	display: block;
	font-size: 1.4rem;
	color: #828282;
}

.btn_yoyaku{
		margin: 10px 0;
	}

.ly_top_padding{
	padding: 50px 30px;
}

.ly_content_center{
	max-width: 1100px;
	margin: 0 auto;
}


/*お知らせ*/
.el_newsTtl{
	font-size: 2.5rem;
}

.bl_newsList_flex .el_newsTtl{
	width: 150px;
	display: flex;
	justify-content: center;
}

.bl_newsList_flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	padding: 10px 30px;
	border-radius: 20px;
}

.bl_newsList{
	overflow-y: auto;
	height: 340px;
	width: 80%;
}

.bl_newsList dl{
	display: flex;
	justify-content: flex-start;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom:1px solid #CCCCCC;
}

.bl_newsList a{
	color: #000;
}

.bl_newsList dt{
	width: 120px;
}

.bl_newsList dd{
	flex: 1;
}

.bl_newsList dl:last-of-type{
	margin-bottom: 0;
	border-bottom: none;
}

.bl_newsList dl:first-of-type{
	padding-top: 20px;
}




/*大切なお知らせ*/
.bl_newsList.bl_newsList__important{
	height: auto;
	width: 100%;
}

.bl_newsList.bl_newsList__important dl{
	border-bottom:none;
	padding: 0;
	height: 70px;
}

.bl_newsList.bl_newsList__important dl:first-of-type{
	padding-top: 0;
}

.bl_newsList.bl_newsList__important dt{
	color: #fff!important;
	width: 220px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100vh 0 0 100vh;
}

.bl_newsList.bl_newsList__important dd{
	background-color: #fff;
	display: flex;
	align-items: center;
	padding-left: 30px;
	border-radius: 0 100vh 100vh 0;
}



/*特長*/
.bl_about_flexIn{
	display: flex;
	background-color: #fff;
	border-radius: 20px;
	margin: 40px 0;
}

.bl_about_flex .bl_about_flexIn:nth-of-type(even){
	flex-direction: row-reverse;
}

.bl_about_flex .bl_about_flexIn:last-child{
	margin: 40px 0 0;
}

.bl_about_flexTxt{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 50px;
}

.bl_about_flexTtl{
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 1.5;
	margin-bottom: 30px;
}

.el_about_img{
	width: 45%;
	overflow: hidden;
}

.el_about_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.el_about_imgR{
	border-radius: 0 20px 20px 0;
}

.el_about_imgL{
	border-radius: 20px 0px 0px 20px;
}







.ly_sectionFlex{
	display: flex;
	justify-content: center;
}

.bl_sectionFig{
	width: 32%;
	color: #333;
	text-decoration: none;
	margin-right: 3%;
}

.ly_sectionFlex .bl_sectionFig:nth-child(3n){
	margin-right: 0;
}

.bl_sectionFig figure{
	overflow: hidden;
	border-radius: 20px;
}

.bl_sectionFig img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: 400ms;
}

a.bl_sectionFig:hover img{
	transform: scale(1.1);
}

.bl_sectionTtl{
	font-size: 2rem;
	text-align: center;
	padding: 15px 0;
}

.bl_sectionContent p{
	font-size: 1.7rem;
	line-height: 1.7;
}






.el_accessMap{
	width: 100%;
	height: 300px;
}

.bl_clInfo{
	text-align: center;
}

.ly_topFlex_access{
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.bl_clInfo{
	width: 49%;
}

.ly_topFlex_access .bl_clInfo:nth-child(even){
	margin-right: 0;
}

.bl_mv_timeTable.bl_mv_timeTable__access{
	padding: 0;
	margin-bottom: 0;
}

.bl_mv_timeTable__access .el_mv_timeTable_ttl{
	font-size: 2.3rem;
	margin-bottom: 20px;
}

.bl_mv_timeTable__access th{
	font-size: 1.8rem;
}

.bl_mv_timeTable__access th,
.bl_mv_timeTable__access td,
.bl_mv_timeTable__access tr:first-child th{
	padding: 7px;
}

.bl_mv_timeTable__access .bl_mv_timeTable_note{
	font-size: 1.6rem;
	text-align: left;
	margin-top: 20px;
}


.el_topContact_flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}






/*コンテンツページ*/
#contents_cover{
	padding: 60px 30px;
}

.el_contentsTtl_cover{
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.el_contentsTtl{
	font-size: 3.5rem;
	letter-spacing: 0.08;
	color: #fff;
}

.bl_contents_news dl{
	margin-bottom: 30px;
	padding: 30px;
	background-color: #fff;
	border-radius: 20px;
}

.bl_contents_news dt{
	font-size: 2.2rem;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: var(--color-gr) solid 2px;
	border-image: linear-gradient(90deg,var(--color-gr) 0%,var(--color-gr) 20%,#fff 20%,#fff 100%);
	border-image-slice: 1;
}

.el_contents_newsDate{
	margin-bottom: 10px;
}
















@media screen and (max-width:1024px){
	#mv{
		margin-top:65px;
	}
	
	.mv_slider{
		margin: 0 15px 15px;
		height: 75vh;
	}
	
.bl_mvCover{
	width: calc(100% - 30px);
	height: 75vh;
	margin: 0 15px 15px;
	min-height: 400px;
}
	
	.mv_copy{
		font-size: 3rem;
		left: 0;
		transform: translateX(0);
		width: 100%;
		padding: 0 20px;
	}
	
	.bl_mv_timeTable{
		display: block;
		width: 90%;
		right: 0;
		top: 250px;
		bottom: auto;
		padding: 20px;
		border:1px solid #D1D1D1;
		margin: 0 auto;
	}
	
	.bl_mv_timeTable .el_mv_timeTable_ttl{
		font-size: 2rem;
	}
	
	.btn_yoyaku a{
		margin: 30px auto 10px;
	}
	
	.mv_slider{
		min-height: 400px;
	}
	
	.ly_top_padding{
		padding: 25px 20px;
	}
	
	
	.bl_newsList dl{
		display: block;
	}
	
	.bl_newsList dt{
		margin-bottom: 0px;
	}
	
	.bl_newsList_flex{
		display: block;
		padding: 25px;
	}
	
	.bl_newsList_flex .bl_newsList{
		width: 100%;
	}
	
	.bl_newsList_flex .el_newsTtl{
		width: 100%;
		margin-bottom: 20px;
	}
	
	.bl_newsList.bl_newsList__important dl{
		height: auto;
	}
	
	.bl_newsList.bl_newsList__important dt{
		width: 100%;
		border-radius: 100vh;
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	
	.bl_newsList.bl_newsList__important dd{
		padding-left: 0;
		border-radius: 10px;
		padding: 10px 15px;
	}

	
	
	.bl_about_flexIn{
		display: block;
		background-color: transparent;
	}
	
	.el_about_img{
		border-radius: 20px;
		width: 100%;
		max-width: 500px;
		margin: 15px auto 0;
	}
	
	.bl_about_flexTtl{
		font-size: 2rem;
	}
	
	.bl_about_flexTxt{
		background-color: #fff;
		padding: 30px;
		border-radius: 20px;
	}

	.ly_sectionFlex{
		flex-wrap: wrap;
	}
	
	.bl_sectionFig{
		width: 100%;
		max-width: 500px;
		margin: 0 0 40px 0;
	}
	
	a.bl_sectionFig:hover img{
	transform: scale(1);
	border-radius: 20px;
}
	
	.ly_sectionFlex .bl_sectionFig:last-child{
		margin-bottom: 0;
	}
	
	.bl_sectionContent{
		padding: 0 10px;
	}
	
	.bl_sectionTtl{
		font-size: 2.2rem;
	}
	
	.bl_sectionContent p{
		font-size: 1.5rem;
	}
	
	
	
	
	
	
	
	.el_accessMap{
		height: 280px;
		margin-bottom: 30px;
	}

	
	.ly_topFlex_access{
		display: block;
	}
	
	.bl_clInfo{
		width: 100%;
	}
	
	.ly_topFlex_access .bl_clInfo:first-of-type{
		margin-top: 0;
	}
	
	.bl_mv_timeTable__access{
		border: none;
		width: 100%;
	}
	
	.bl_mv_timeTable__access th{
		font-size: 1.4rem;
	}
	
	
	
	
	
	/*コンテンツページ*/
#contents_cover{
	padding: 30px 15px;
}
	
	.el_contentsTtl_cover{
		margin-top: 62px;
		height: 120px;
	}
	
	.el_contentsTtl{
		font-size: 2.8rem;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}