/*==================================
メインビジュアル
==================================*/
#TopMainSlider {
	overflow: hidden;
	border-bottom: 5px solid #1E5C80;
}

.sliderCont {
	width: 80%;
	max-height: 500px;
	/*min-height: 30vw;*/
	margin-right: 2px;
	opacity: 0.5;
	transition: opacity 0.3s ease;
	position: relative;
}

.sliderCont img {
	position: relative;
	z-index: 1;
	display: block;
}

/* cell number */
.sliderCont:before {
	display: block;
	text-align: center;
	content: counter(carousel-cell);
	color: #FFF;
	font-size: 0;
	height: 1px;
}

/* 選択時のスタイル */
.sliderCont.is-selected {
	opacity: 1;
}

.sliderContTitle {
	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: 10;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.sliderCont a {
	text-decoration: none;
}

.sliderContTitle h2,
#TopMainSlider a .sliderContTitle h2 {
	display: inline-block;
	padding: 8px;
	background: #FFF;
	font-weight: 300;
	font-size: 1.4em;
	color: #222;
}

.sliderContTitle h3,
#TopMainSlider a .sliderContTitle h3 {
	padding: 8px;
	background: #FFF;
	font-weight: 400;
	font-size: 2.2em;
	color: #222;
	line-height: 1.1;
}

.sliderContTitle h4,
#TopMainSlider a .sliderContTitle h4 {
	display: inline-block;
	padding: 8px;
	background: rgb(13, 114, 179);
	font-weight: 400;
	font-size: 1em;
	line-height: 1.6;
	color: #FFF;
	letter-spacing: 0.05em;
}

/* READ MORE */
.sliderMoreBtn {
	position: absolute;
	bottom: 30px;
	right: 30px;
	border: 1px solid #FFF;
	border-radius: 20px;
	padding: 7px;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 10;
	color: #FFF;
	font-size: 0.8em;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.sliderMoreBtn i {
	padding-left: 7px;
}

.sliderCont.is-selected .sliderContTitle,
.sliderCont.is-selected .sliderMoreBtn {
	opacity: 1;
}

.sliderContTitle .sp_btn {
	display: none;
}

@media screen and (max-width: 750px) {
	.sliderCont {
		width: 100%;
		opacity: 1;
		margin-right: 0;
	}

	.sliderCont.sp_slide {
		max-height: 400px;
		overflow: hidden;
	}

	.sliderCont img.pc {
		display: none;
	}

	.sliderContTitle {
		left: 0;
		bottom: 0;
		opacity: 1;
		color: #FFF;
		line-height: 1.7;
		padding: 10px;
		padding-top:30px;
		box-sizing: border-box;
		width: 100%;
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
		text-shadow: 0 1px 4px rgba(0,0,0,0.8);
	}

	.sliderContTitle h2,
	#TopMainSlider a .sliderContTitle h2 {
		display: block;
		padding: 0;
		font-size: 0.7em;
		background: none;
		color: #FFF;
	}

	.sliderContTitle h3,
	#TopMainSlider a .sliderContTitle h3 {
		padding: 0;
		font-size: 1em;
		background: none;
		color: #FFF;
		line-height: 1.6;
		display: block;
/*		margin-bottom: 5px;*/
		font-weight: 700;
/*		border-bottom: 1px solid #FFF;*/
	}

	.sliderContTitle h4,
	#TopMainSlider a .sliderContTitle h4 {
		display: block;
		padding: 0;
		background: none;
		font-size: 0.6em;
		padding-bottom: 0;
		letter-spacing: 0;
		font-weight: 700;
	}

	.sliderContTitle h4 br,
	#TopMainSlider a .sliderContTitle h4 br {
		display: none;
	}

	.sliderContTitle .sp_btn {
		font-size: 0.7em;
display: block;
position: absolute;
right: 10px;
bottom: 10px;
	}

	.sliderContTitle .sp_btn i {
		padding-left: 5px;
	}

	.sliderMoreBtn {
		font-size: 0.7em;
		right: 10px;
		bottom: 10px;
		border-radius: 0;
		background: #FFF;
		color: #000;
	}

	.sliderMoreBtn.sp_btn {
		display: none;
	}

	.sliderMoreBtn i {
		padding-left: 0;
	}

	.sliderMoreBtn span {
		display: none;
	}
}



/*==================================
メインビジュアル下のメニュー
==================================*/
#TopMainNavi {
	overflow: hidden;
	max-width: 1000px;
	padding-bottom: 30px;
	margin: auto;
	clear: both;
}

@media screen and (max-width: 750px) {
	#TopMainNavi {
		display: none;
	}
}

#TopMainNavi li {
	-webkit-width: calc(100%/7.01);
	width: calc(100%/7.01);
	text-align: center;
	float: left;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 20px;
}

#TopMainNavi li img {
	width: 70%;
	display: block;
	padding-bottom: 10px;
	margin: auto;
}

#TopMainNavi li a {
	color: #222;
	font-size: 0.8em;
	text-decoration: none;
	font-weight: 700;
	display: block;
	border-right: 1px dotted #CCC;
}

#TopMainNavi li a span {
	display: inline-block;
	border-bottom: 2px solid #FFF;
	padding-bottom: 2px;
	transition: all 0.3s ease;
}

#TopMainNavi li a:hover span {
	border-bottom: 2px solid #1E5C80;
}

#TopMainNavi li:last-child a {
	border: 0;
}


/*============================================
トップページ用タブ
===========================================*/
#topTabWrapper {
	max-width: 1000px;
	margin: auto;
	position: relative;
	z-index: 10;
}

#topTabWrapper a {
	position: relative;
	display: block;
	color: #FFF;
	opacity: 0.7;
	padding: 10px;
	text-align: center;
	font-size: 1em;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	line-height: 1.6;
	cursor: pointer;
}

@media screen and (max-width: 750px) {
	#topTabWrapper {
		padding-top: 40px;
		font-size: 0.8em;
		margin-left: 5px;
		margin-right: 5px;
	}

	#topTabWrapper a span {
		display: none;
	}
}


#topTabWrapper a:hover,
#topTabWrapper .select a {
	opacity: 1;
}

#topTab01 {
	width: 50%;
	padding-right: 1px;
	float: left;
	box-sizing: border-box;
}

#topTab02 {
	width: 50%;
	padding-right: 1px;
	float: right;
	box-sizing: border-box;
}

#topTab01 a {
	background: rgba(0, 156, 150, 1);
}

#topTab02 a {
	background: rgba(0, 104, 180, 1);
}

#topTab01 a strong {
	background: url(../img/tab_pickup.png) no-repeat left center;
	background-size: 1.6em;
	padding: 5px;
	padding-left: 2em;
}

#topTab02 a strong {
	background: url(../img/tab_cal.png) no-repeat left center;
	background-size: 1.6em;
	padding: 5px;
	padding-left: 2em;
}

#topTabWrapper .triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1px 15px 0 15px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: all 0.3s ease;
}

#topTabWrapper .select .triangle {
	border-width: 10px 15px 0 15px;
	bottom: -8px;
}

@media screen and (max-width: 750px) {
	#topTabWrapper .select .triangle {
		border-width: 8px 10px 0 10px;
		bottom: -8px;
	}
}

#topTab01 .triangle {
	border-color: #009C96 transparent transparent transparent;
}

#topTab02 .triangle {
	border-color: #0068B4 transparent transparent transparent;
}

/*============================================
トップ用ピックアップ
===========================================*/
#PickUpWrapper {
	padding-top: 20px;
}

#PickUpWrapper h2 {
	display: none;
}

/*============================================
トップ用カレンダー
===========================================*/
#topCalWrapper {
	background: #DBECF5;
	padding: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
	clear: both;
	display: none;
}

@media screen and (max-width: 750px) {
	#topCalWrapper {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 20px;
	}
}

#topCalWrapper .waveImg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

#topCalWrapper .waveImg img {
	display: block;
	height: 20px;
	width: 100%;
}

#topCal {
	padding: 10px;
	background: #FFF;
	border-radius: 4px;
}

#topCalWrapper iframe {
	width: 100%;
	/*height: 410px;*/
	box-sizing: border-box;
	border: 0;
	min-height: 387px;
	height: 100vh;
	max-height: 440px;
}

@media all and (-ms-high-contrast: none) {
	iframe#topCalframe {
		height: 390px !important;
	}
}

@media screen and (max-width: 750px) {
	#topCalWrapper iframe {
		/*height: 480px;*/
	}
}

/*============================================
最新情報
===========================================*/
#NewsListWrapper {
	padding: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
	clear: both;
}

#NewsListWrapper h2 {
	font-size: 1em;
	font-weight: 700;
	line-height: 1.3;
}

#NewsListWrapper h2 div {
	border-bottom: 1px solid #222;
	width: 30px;
	padding-top: 1em;
}

#NewsListWrapper .ListMorebtn {
	position: absolute;
	right: 0;
	top: 0;
}

#NewsListWrapper .ListMorebtn a {
	color: #666;
	font-size: 0.7em;
	text-decoration: none;
	border-bottom: 1px solid #666;
	padding-bottom: 2px;
}

#NewsListWrapper .ListMorebtn a:hover {
	color: #222;
	border-bottom: 1px solid #222;
}

.NewsListBox {
	width: 50%;
	box-sizing: border-box;
	padding-top: 20px;
}

.NewsListBox.fLeft {
	float: left;
	padding-right: 10px;
}

.NewsListBox.fRight {
	float: right;
	padding-left: 10px;
}

.NewsListBox a {
	display: block;
	color: #222;
	text-decoration: none;
}

.NewsListBox dl {
	overflow: hidden;
}

.NewsListBox dt {
	width: 100px;
	height: 100px;
	overflow: hidden;
	float: left;
}

.NewsListBox dt img {
	display: block;
	transition: 0.3s;
}

.NewsListBox a:hover img {
	transform: scale(1.03);
	opacity: 0.7;
}

.NewsListBox dd {
	margin-left: 110px;
	font-size: 0.75em;
	line-height: 1.6;
	padding-top: 10px;
}

@media screen and (max-width: 750px) {
	.NewsListBox {
		width: 100%;
	}

	.NewsListBox.fLeft {
		float: none;
		padding-right: 0;
	}

	.NewsListBox.fRight {
		float: none;
		padding-left: 0;
	}

	.NewsListBox dt {
		width: 80px;
		height: 80px;
	}

	.NewsListBox dd {
		margin-left: 90px;
		padding-top: 5px;
	}

}

.NewsListBox dd h3 {
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.NewsListBox dd p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.NewsListBox a:hover h3 {
	text-decoration: underline;
}

/*============================================
札響について
===========================================*/
#TopAboutWrapper {
	clear: both;
	background: url(../img/top_about_BG_202405.jpg) no-repeat center top;
	background-size: cover;
}

#TopAboutText {
	width: 50%;
	margin-left: auto;
	box-sizing: border-box;
	padding: 40px;
	padding-top: 60px;
	padding-bottom: 60px;
	color: #FFF;
	font-size: 0.85em;
	line-height: 1.9;
}

#TopAboutSPimg {
	display: none;
}

#TopAboutText h2 {
	width: 70%;
	margin: auto;
	padding-bottom: 40px;
}

#TopAboutText p {
	width: 80%;
	margin: auto;
}


@media screen and (max-width: 750px) {
	#TopAboutWrapper {
		clear: both;
		background: none;
	}

	#TopAboutSPimg {
		display: block;
	}

	#TopAboutSPimg img {
		display: block;
	}

	#TopAboutText {
		width: 100%;
		margin-left: auto;
		box-sizing: border-box;
		padding: 20px;
		padding-top: 40px;
		padding-bottom: 40px;
		color: #FFF;
		font-size: 0.85em;
		line-height: 1.9;
		background: #000;
	}

	#TopAboutText h2 {
		width: 60%;
		padding-bottom: 20px;
	}

	#TopAboutText p {
		width: 100%;
		font-size: 0.9em;
	}
}

/* READ MORE */
#TopAboutText .MoreBtn {
	padding-top: 40px;
	padding-bottom: 20px;
	text-align: center;
}

#TopAboutText .MoreBtn a {
	border: 1px solid #FFF;
	border-radius: 20px;
	padding: 7px;
	padding-left: 15px;
	padding-right: 15px;
	z-index: 10;
	color: #FFF;
	font-size: 0.85em;
	text-decoration: none;
}

#TopAboutText .MoreBtn a:hover {
	background: #FFF;
	color: #222;
}


#TopAboutText .MoreBtn i {
	padding-left: 7px;
}

/* 2020.04 */
.top_bnr {
	max-width: 1000px;
	margin: auto;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.top_bnr img {
	display: block;
}

.top_bnr a:hover {
	opacity: .7;
}

/*============================
2022.8.31
============================*/
.top_bnr_wrap {
	max-width: 1000px;
	margin: auto;
	padding: 40px 0 0;
}

@media screen and (max-width: 750px) {
.top_bnr_wrap {
	padding: 20px 20px 0;
}
}

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

.top_bnr_wrap .list .detail {
	width: 49%;
	padding-bottom: 20px;
}

@media screen and (max-width: 750px) {
.top_bnr_wrap .list .detail {
	width: 100%;
	padding-bottom: 10px;
}
}

.top_bnr_wrap .list .detail a {
	display: block;
	transition: all 0.3s;
}

.top_bnr_wrap .list .detail a:hover {
	opacity: 0.7;
}

.top_bnr_wrap .list .detail a img {
	max-width: 100%;
	display: block;
}