
/*====================================================================
トップページＣＳＳ
====================================================================*/
.sliderArea{
    margin: 0px auto;
    width: 95%;
}
@media screen and (max-width: 900px) {
	.sliderArea{
		margin: 30px auto;
		width: 100%;
	}
} 
.slick-slide{
    margin-right: 1vw!important;
    margin-left: 1vw!important;
	}
.slider img{
    height: auto;
	width:100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}

/*コンテンツ*/
.content{
	display:flex;
	justify-content: center;
	margin-bottom: 50px;
}

.content-l{
	width:60%;
	padding: 50px;
}

.content-r{
	padding: 50px;
}

/*動画*/
.topMoviePanel .oneMovieItem lite-youtube{
	margin: 0 auto;
}
/* .youtube{
	position: relative;
	width: 100%;
	height:0px;
	padding-top: 56.25%;
}
.youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	} */

/*SNS*/
.fbArea{
	width:450px;
	height: 550px;
	background-color: black;
	margin: 0 auto;
	margin-bottom: 50px;
}
.sp-fbArea{
	display: none;
}
.twArea{
	width:450px;
	height: 550px;
	background-color: black;
	margin: 0 auto;
}

/*お知らせ欄*/
#news .newsPanel{
	width:100%;
	margin:0 auto;
	margin-top:50px;
}
#news h2{
	font-size:21px;
    display: flex;
    align-items: center;
}
#news h2::before,
#news h2::after{
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #1eae98;
}
#news h2::before{
    margin-right: 1rem;
}
#news h2::after{
    margin-left: 1rem;
}
#news h3{
	text-align: center;
}
#news .newsArea{
	margin-top:20px;
	margin-bottom:20px;
}
#news ul li{
    display: flex;
	align-items: center;
    position: relative;
    background-color: #fff;
    border:1px solid #efefef;
	padding: 20px;
	transition: 0.5s ;
}
#news ul li:hover{
    box-shadow: 0 0 2px #fafafa;
    background-color: #fafafa;
    z-index: 100;
}
#news ul li span{
	margin-left: 15px;
}
#news ul li a{
	position: absolute;
	width:100%;
	height: 100%;
}
#news ul li a:hover{
    cursor:pointer;
}
#news ul li a ~ time,
#news ul li a ~ span{
    color:#007bff;
}

/*デザインＢ（タブレットサイズ）*/
@media screen and (max-width: 900px) {
	.content{
		display:block;
		margin-bottom: 50px;
	}
	
	.content-l{
		width:100%;
		padding: 50px;
	}
	
	.content-r{
		width:100%;
		padding: 10px;
	}
	.sp-fbArea{
		display: none;
	}
}

/*デザインＣ（スマホサイズ）*/
@media screen and (max-width:767px) {
	.content{
		display:block;
		margin-bottom: 50px;
	}
	
	.content-l{
		width:100%;
		padding: 10px;
	}
	
	.content-r{
		width:100%;
		padding: 10px;
	}
	.fbArea{
		width:100px;	
		display: none;
	}
	.sp-fbArea{
		display: block;
		margin: 0 auto;
		margin-bottom: 20px;
		padding: 5px;
		max-width: 350px;
	}
	.twArea{
		width:350px;	
	}
}

/*====================================================================
プロフィール画面
====================================================================*/
.profImgPanel{
	text-align: center;	
	margin-bottom: 30px;
}

.profDetailPanel .profDetailImgPanel{
	width:100%;
}

.profDetailPanel .profDetailImgPanel img{
	margin: 20px 0;
	width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
}

/*====================================================================
演奏会案内
====================================================================*/
.informationOneCard{
	border:#0095d9 2px solid;
	margin: 0 auto;
	margin-bottom: 20px;
	border-radius: 5px;
	width: 100%;
	max-width: 800px;
}
.informationOneCardTitle{
	background-color: #0095d9;
	color:#fff;
	padding: 10px;
	font-size: 21px;
}
.informationOneCardContainer{
	padding:10px;
	display: flex;
}
.informationOneCardDetailPanel p{
	text-align: left;
	color:#111;
	font-size: 21px;
	margin: 0 !important;
}
.informationOneCardDetailPanel{
	width: 100%;
}
.informationOneCardImgPanel{
	width: 20%;
	margin:0 auto;
	text-align: center;
}
.informationOneCardImgPanel img{
	width:auto;
    height:auto;
    max-width:100%;
    max-height:100px;
}

/*====================================================================
活動記録
====================================================================*/
table.archiveTable{
	width: 100%;
	border-collapse: collapse;
}
table.archiveTable tr{
	border-bottom: solid 2px white;
}
table.archiveTable tr:last-child{
	border-bottom: none;
}
table.archiveTable th{
	position: relative;
	text-align: left;
	width: 15%;
	background-color: #52c2d0;
	color: white;
	text-align: center;
	padding: 10px 0;
	white-space: nowrap;
}
table.archiveTable th:after{
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top:calc(50% - 10px);
	right:-10px;
	border-left: 10px solid #52c2d0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
table.archiveTable td{
	text-align: left;
	width: 85%;
	text-align: left;
	background-color: #eee;
	padding: 5px 0;
}

/*====================================================================
定期演奏会の記録
====================================================================*/
table.concertTable{
	border-collapse: collapse;
	width:100%;
}
table.concertTable th{
	background-color: rgb(50,99,86);
	color: #fff;
	padding:3px 8px;
}
table.concertTable td{
	background-color: transparent;
	color:rgb(50,99,86);
	padding: 1px 5px;
}
table.concertTable .d-flex{
	display: flex;
}
table.concertTable .left-panel{
	margin: auto 0 0 0 ;
}
table.concertTable .right-panel{
	margin: 0 0 0 auto ;
}
table.concertTable .ml-10{
	margin-left: 10px;
}
table.concertTable .chapter{
	padding-top:5px;
}
table.concertTable .space{
	height: 10px;
}
/*デザインＣ（スマホサイズ）*/
@media screen and (max-width:767px) {
	table.concertTable{
		font-size: 12px;
	}
	table.concertTable .left-panel{
		font-size: 3vw;
		max-width: 75%;
	}
	table.concertTable .right-panel{
		font-size: 3vw;
	}
}

/*====================================================================
写真館
====================================================================*/
.galleryPicPanel{
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(100px, 150px));
	padding: 5px;
}
.oneEventGallery{
	margin-bottom: 20px;
	background-color: #fff;
}
.oneEventGallery h3{
	padding: 5px 10px;
	background-color: #1eae98;
	color: #fff;
}
.galleryOneItemPanel{
	height: 100px;
	background-color: #ccc;
}
.galleryOneItemPanel img{
	/* width:auto;
    height:auto; */
    width:100%;
    height:100%;
	object-fit: cover;
}
/*====================================================================
メンバー募集＆お問い合わせ
====================================================================*/
.contactDetailPanel p{
	text-align: center;
}
.contactDetailPanel img{
	width: 250px;
}
.contactImgPanel img{
	width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
}


/*====================================================================
オリジナル作品画面
====================================================================*/
.originOneCard{
	border:#1eae98 2px solid;
	margin: 0 auto;
	margin-bottom: 20px;
	border-radius: 5px;
	width: 100%;
	max-width: 800px;
}
.originOneCard h3{
	background-color: #1eae98;
	color:#fff;
	padding: 10px;
	font-size: 21px;
}
.originOneCard ol{
	padding: 10px;
	margin-left: 3em;
}
.originOneCard p{
	text-align: left;
	color:#d9394e;
	font-size: 14px;
	padding: 10px;
}
.originOneCard p .kin{
	border-bottom: 1px solid #d9394e;
	font-size:21px;
}
.originOneCard p .page{
	text-align: left;
	color:#d9394e;
	font-size: 16px;
}
.originOneCardContainer.flex{
	display: flex;
}
.originOneCardContainerDetail{
	width:50%;
}
.originOneCardContainerImg{
	width:50%;
	text-align: center;
}
.originOneCardContainerImg img{
	width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
}

/*デザインＢ（タブレットサイズ）*/
@media screen and (min-width:768px) and ( max-width:1300px) {
	.originOneCard h3{
		font-size: 18px;
	}
	.originOneCardContainer.flex{
		display: block;
	}
	.originOneCardContainerDetail{
		width:100%;
	}
	.originOneCardContainerImg{
		width:100%;
		text-align: center;
	}
}

/*デザインＣ（スマホサイズ）*/
@media screen and (max-width:767px) {
	.originOneCard h3{
		font-size: 18px;
	}
	.originOneCardContainer.flex{
		display: block;
	}
	.originOneCardContainerDetail{
		width:100%;
	}
	.originOneCardContainerImg{
		width:100%;
		text-align: center;
	}
}

/*====================================================================
リンク集
====================================================================*/
.linkGridPanel{
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.linkOneItem{
	margin:0 auto;
	background-color: #fff;
}

.linkOneItem .linkImgPanel{
	position: relative;
	overflow: hidden;
}

.linkOneItem .linkImgPanel a{
	position: absolute;
	top:0;
	left: 0;
	width:100%;
	height: 100%;
	z-index: 100;
}

.linkOneItem .linkImgPanel img{
	width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
	object-fit: cover;
	z-index: 99;
}

.linkOneItem .linkImgPanel a:hover{
	background-color: #000;
	opacity: 0.1;
}

.linkOneItem .linkImgPanel a:hover + img{
	transform:scale(1.1,1.1);
	object-fit: cover;
	transition: transform .6s ease;
}


.linkOneItem p{
	font-size: 12px;
	line-height: 1;
	padding: 0 10px;
}