@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: 600px;
	/*margin: 0 0 90px;
	padding: 0 90px 90px;*/
	background-image: url("../images/contents/top_MV_img01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

#mv{
	position: relative;
}

/*.bl_mvCover{
	width: 100%;
	height: 100vh;
	max-height: 600px;
	background-color: rgba(0,0,0,0.09);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	margin: 0 0 90px;
}*/

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

.bl_mv_timeTable{
	background-color: #fff;
	/*padding: 30px 40px;
	z-index: 99;*/
}

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

.bl_mv_timeTable_table th,.bl_mv_timeTable_table td{
	padding: 20px 10px;
	text-align: center;
}

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

.bl_mv_timeTable_table th{
	text-align: left;
}

.bl_mv_timeTable_table th span{
	display: block;
	color: #666;
}

.bl_mv_timeTable__menu{
	display: none;
}

.modal-open{
	display: none;
}

.ly_top_padding{
	padding: 50px 0;
}

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

.bl_newsList.bl_newsList__important{
	height: 305px;
	overflow-y: auto;
	border-top:1px dotted #333;
}

.bl_newsList dl{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom:1px solid #CCCCCC;
}

.bl_newsList.bl_newsList__important dl{
	border-bottom:1px dotted #333;
}

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

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

.bl_newsList.bl_newsList__important dl:first-of-type{
	border-top: none;
}

.bl_newsList dl:first-of-type{
	padding-top: 20px;
	border-top: 1px solid #CCCCCC;
}

.bl_newsList dt{
	width: 120px;
}

.bl_newsList.bl_newsList__important dt{
	color: #333!important;
}

.bl_newsList dd{
	flex: 1;
}

.bl_newsList.bl_newsList__important a{
	color: #333;
}

.bl_newsList a{
	color: #333;
}

.el_newsTtl{
	margin-bottom: 10px;
	font-size: 3rem;
	text-align: center;
	position: relative;
	padding-bottom: 15px;
}

.el_newsTtl span {
	font-size: 1.8rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	display: block;
}

/*.el_newsTtl_flex::after{
	content: '';
	display: inline-block;
	width: 55px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
}*/

.ly_newsFlex{
	display: flex;
	/*align-items: center;*/
	justify-content: space-between;
}

.ly_newsFlex > div {
	width: 43%;
}

.ly_newsFlex > div:first-child {
	width: 50%;
	padding-right: 7%;
	border-right: #000 1px dotted;
}

.bl_newsList{
	flex: 1;
	overflow-y: auto;
	height: 336px;
}

.ly_topFlex{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}

.el_mainTtl{
	margin-bottom: 30px;
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-align: center;
	position: relative;
	padding-bottom: 15px;
}

.el_mainTtl span {
	font-size: 2rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	display: block;
}

.bl_topFlex_L{
	width: 50%;
}

.bl_topFlex_L img{
	width: 100%;
}

.bl_topFlex_R{
	width: 45%;
}

.bl_topFlex_ttl{
	font-size: 3rem;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 60px;
}

.ly_sectionFlex{
	display: flex;
	flex-wrap: wrap;
}

.bl_sectionFig{
	width: 31%;
	padding: 0 0 30px;
	margin: 0 3.5% 3.5% 0;
	color: #333;
	text-decoration: none;
	display: block;
	background-color: #fff;
	position: relative;
}

.bl_sectionFig::before {
	content: "";
	width: 0;
	height: 3px;
	margin: 0 auto;
	display: block;
	transition: 0.3s;
}

.bl_sectionFig:hover::before {
	content: "";
	width: 100%;
	height: 3px;
	margin: 0 auto;
	display: block;
}

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

.bl_sectionTtl{
	margin-top: 25px;
	padding: 0 30px;
	font-size: clamp(2.2rem, 1.888rem + 0.406vw, 2.7rem);
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
	letter-spacing: 0.1em;
}

.bl_sectionContent p{
	padding: 0 30px;
	font-size: 1.7rem;
	line-height: 1.7;
}

.ly_topFlex.ly_topFlex__access{
	align-items: stretch;
	flex-direction: row;
}

.ly_aboutTtl_box {	
	width: 100%;
	margin-bottom: 40px;
	padding: 50px 0 120px;
	background-image: url("../images/contents/top_background.jpg");
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: cover;
}

.el_about_catch {
	margin-bottom: 30px;
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
}

.el_about_catch_txt {
	font-size: 2rem;
	text-align: center;
}

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

.bl_clInfo dl{
	display: flex;
}

.bl_clInfo dt{
	width: 30%;
	padding: 20px 0 20px 15px;
}

.bl_clInfo dd{
	border-top: 1px solid #D1D1D1;
	flex: 1;
	padding: 20px 0 20px 15px;
}


.bl_clInfo dl:last-of-type dd{
	border-bottom: 1px solid #D1D1D1;
}

.bl_clInfo_tell dd{
	font-weight: 700;
	font-size: 2.3rem;
}

.el_accessTtl{
	margin-bottom: 10px;
}

.el_accessAddress dt {
	font-size: 2.3rem;
	font-weight: 700;
}

.el_accessAddress dd {
	font-size: 1.5rem;
}

.bl_topFlex_R .el_access_box{
	margin-top: 15px;
}

.bl_topFlex_R .el_access_box:last-of-type{
	margin-bottom: 0;
}

/*.el_access_box dd{
	margin-bottom: 5px;
	
}*/

.el_access_box dd:last-child{
	margin-bottom: 0;
}

.el_accessTtl::before{
	font-size: 2.5rem;
	line-height: 1;
	padding-right: 10px;
	position: relative;
	top: 4px;
	font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

#icon_train::before{
	font-family: 'Material Symbols Outlined';
	content: '\e570';
}

#icon_car::before{
	font-family: 'Material Symbols Outlined';
	content: '\e531';
}

.el_access_box dd{
	position: relative;
	padding-left: 17px;
}

.el_access_box dd::before{
	content: '';
	display: inline-block;
	width: 10px;
	height: 1px;
	position: absolute;
	top: 17px;
	left: 0;
}

.hr_min-height {
  min-height: 250px;
}

#contact {
		background-color: #f6f6f6;
}

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

.el_topContact_R{
	width: 47%;
}

.el_topContact_L{
	width: 47%;
}

.el_topContact_ttl{
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 3rem;
	position: relative;
}

.el_topContact_ttl::after{
	content: '';
	display: inline-block;
	width: 10vw;
	max-width: 110px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	right: 0px;
}

.el_topContact_box {
	padding: 30px;
	background-color: #fff;
}

#contents_cover {
  padding: 60px 30px;
}

.el_topContact_box dl {
	margin-bottom: 20px;
	display: flex;
}

.el_topContact_box dt {
	width: 4em;
	padding: 3px 0;
	text-align: center;
	color: #fff;
}

.el_topContact_box dd {
	margin-left: 25px;
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.2;
	flex: 1;
}

.el_topContact_box dl:nth-child(3) dd {
	padding-top: 5px;
	font-size: 2rem;
	font-weight: 400;
}

.el_topContact_box dd span {
	font-size: 1.8rem;
	font-weight: 400;
	display: block;
}

/*
.el_topContact_R div::before{
	font-family: 'Material Symbols Outlined';
	content: '\e0b0';
	font-size: 3.5rem;
	border: 2px solid #fff;
	padding: 7px 8px;
	border-radius: 3px;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}
*/

/*.el_access_tell{
	font-weight: 700;
	letter-spacing: 0.07em;
	font-size: 4rem;
}*/















@media screen and (max-width:768px){
	#mv{
		margin-top:65px;
	}
	
	.mv_slider{
		margin: 0;
		height: 30vh;
	}
	
/*.bl_mvCover{
	width: calc(100% - 30px);
	height: 75vh;
	margin: 0 15px 15px;
	min-height: auto;
}*/
	
	.mv_copy{
		font-size: 3rem;
		left: 0;
		padding-left:30px;
	}
	
/*.bl_mv_timeTable{
		display: none;
	}*/
	
	.bl_mv_timeTable_table th,.bl_mv_timeTable_table td{
	padding: 1vw;
	text-align: left;
}
	
	.bl_mv_timeTable__menu{
		display: block;
		width: 90%;
		right: 50%;
		top: 250px;
		bottom: auto;
		padding: 20px;
		border:1px solid #D1D1D1;
		transform: translateX(50%);
	}
	
	.bl_mv_timeTable__menu .el_mv_timeTable_ttl{
		font-size: 2rem;
	}
	
	.mv_slider{
		min-height: auto;
	}
	
	.modal-open{
	display: block;
	text-decoration: none;
	background-color: #fff;
	box-shadow: 0 0 3px 3px rgba(0,0,0,0.1);
	font-size: 1.2rem;
	width: 65px;
	height: 65px;
	position: absolute;
	right: 30px;
	bottom: 15px;
	text-align: center;
	z-index: 99;
	padding: 10px 5px 5px;
	border-radius: 100vh;
}
	
	.modal-open::before{
		content: '\e616';
		display: inline-block;
		font-family: 'Material Symbols Outlined';
		position: absolute;
		bottom: 5px;
		left: 50%;
		transform: translateX(-50%);
		font-size: 3.5rem;
		font-weight: 400;
		line-height: 1;
		font-variation-settings:
	  'FILL' 1,
	  'wght' 400,
	  'GRAD' 0,
	  'opsz' 48
	}
	
	.modaal-close{
		top: 100px!important;
		right: 15px!important;
	}
	
.modaal-close:after, 
.modaal-close:before{
  background:#fff;  
}
	
	.ly_top_padding{
		padding: 40px 20px;
	}
	
	.el_mainTtl{
	font-size: 2.8rem;
}

.el_mainTtl span {
	font-size: 1.8rem;
}
	
	
	.bl_newsList dl{
		display: block;
	}
	
	.bl_newsList dt{
		margin-bottom: 10px;
	}
	
	.ly_newsFlex{
		display: block;
	}
	
	.ly_newsFlex > div {
		width: 100%;
	}
	
	.ly_newsFlex > div:first-child {
		width: 100%;
		margin-bottom: 30px;
		padding: 0;
		border: none;
	}
	
	.el_newsTtl{
		margin-bottom: 15px;
		font-size: 2.5rem;
	}
	
	.bl_topImage{
		height: 150px;
		background-position: 10% 100%;
	}
	
	.ly_topFlex{
		display: block;
	}
	
	.bl_topFlex_R{
		width: 100%;
	}
	
	.bl_topFlex_L{
		width: 100%;
		max-width: 400px;
		margin: 20px auto 0;
	}
	
	.bl_topFlex_ttl{
		margin-bottom: 40px;
		font-size:2.5rem;
	}
	
	.ly_aboutTtl_box {	
		margin-bottom: 30px;
		padding: 30px 0 50px;
	}
	
	.ly_sectionFlex{
		flex-wrap: wrap;
	}
	
	.bl_sectionFig{
		width: 100%;
		height: auto;
		margin-right: 0;
	}
	
	.bl_sectionContent{
		padding: 0 10px;
	}
	
	.bl_sectionTtl{
		font-size: 2.2rem;
	}
	
	.bl_sectionContent p{
		font-size: 1.5rem;
	}
	
	.ly_topFlex.ly_topFlex__access .bl_topFlex_L{
		max-width: 100%;
	}
	
	.el_about_catch {
		font-size: 2.2rem;
		text-align: left;
	}
	
	.el_about_catch_txt {
		font-size: 1.6rem;
		text-align: left;
	}
	
	.el_accessMap{
		height: 280px;
		margin-bottom: 30px;
	}
	
	.bl_clInfo dt{
		padding: 15px 0;
	}
	
	.bl_clInfo dd{
		padding: 15px 0;
	}
	
	.el_topContact_flex{
		display: block;
	}
	
	.el_topContact_L{
		width: 100%;
	}
	
	.el_topContact_box{
		margin-top: 30px;
		padding: 15px;
	}
	
	.el_topContact_ttl{
		font-size: 2.4rem;
	}
	
	.el_topContact_R{
		width: 100%;
	}
	
	.el_topContact_box dl {
		width: 100%;
		display: block;
	}
	
	.el_topContact_box dt {
	width: 100%;
	margin-bottom: 10px;
	padding: 3px 0;
	text-align: center;
	color: #fff;
}

.el_topContact_box dd {
	margin-left: 0;
	font-size: 2.5rem;
	text-align: center;
}

.el_topContact_box dl:nth-child(3) dd {
	padding-top: 0;
	font-size: 1.8rem;
	font-weight: 400;
}

.el_topContact_box dd span {
	font-size: 1.5rem;
}
}




/***** コンテンツ *****/
#el_contentsTtl_cover {
	padding: 50px 10px;
}

#el_contentsTtl_cover h2 {
	font-size: 3rem;
	letter-spacing: 0.1em;
}

#el_contentsTtl_cover h2::after {
	content: "";
	width: 70px;
	height: 3px;
	margin-top: 20px;
	display: block;
}

#ly_breadcrumb {
	margin-top: 120px;
	padding: 10px 0;
	background-color: #f5f5f5;
}

#ly_breadcrumb ul {
	padding: 0 10px;
	display: flex;
}

#ly_breadcrumb ul li {
	margin-right: 15px;
	padding-right: 15px;
	font-size: 1.4rem;
	position: relative;
}

#ly_breadcrumb ul li::before {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 1px solid;
	border-right: 1px solid;
	position: absolute;
	right: 0;
	top: 50%;
	transform: rotate(45deg) translateY(-50%);
}

#ly_breadcrumb ul li:last-child::before {
	display: none;
}


@media screen and (max-width:768px){
	#el_contentsTtl_cover {
		padding: 30px 10px;
}
	
	#el_contentsTtl_cover h2 {
		font-size: 2.6rem;
		text-align: center;
}
	
	#el_contentsTtl_cover h2::after {
		margin: 15px auto 0;
}
	
	#ly_breadcrumb {
	margin-top: 65px;
	padding: 10px 0;
	background-color: #f5f5f5;
}
}