@charset "UTF-8";

/*----------------------------club--------------------------------*/
#lv .lv-title{
	border-bottom:1px solid var(--border);
	padding-bottom: 4vh;
}
#lv .lv-img{
	display: none;
}
.about-campusguide #lv .lv-title{
	border-bottom:none;
	padding-bottom: 0;
}
.about-campusguide .lv-img{
	display: block!important;
}
.club-slide{
  max-width:1000px;
  margin:0 auto;
  text-align: center;
  aspect-ratio: 3/2;
}
.sl .slick-slide img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: auto;
}
.club_img{
  max-width:1000px;
  margin:0 auto;
  text-align: center;
}
.club-outline .d-flex{
	align-items: flex-start;
}
.club-outline .d-flex > article{
	flex: 1;
	padding-right:calc(var(--spacer)*4);
}
.club-outline h4{
	border-bottom:1px solid var(--border);
}
.club-album .d-flex-gallery{
justify-content:flex-start;
}
.club-album .d-flex-gallery > figure {
	width: 24%;
  margin-right:1%;
	margin-bottom: calc(var(--spacer)*.5);
  }
.club-album figure{
	cursor: pointer;
}
/* モーダルの全画面表示 */
  .image-modal {
    display: none; /* 初期状態では非表示 */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8); /* 背景を半透明黒に */
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-content-img {
    margin: auto;
    display: block;
    max-width: 1000px;
	  width:auto;
    max-height: 80%;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); /* 画像に影を付ける */
}
/* 閉じるボタン */
.modal-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

.modal-close:hover,
.modal-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media screen and (max-width: 768px){
	.club-outline .d-flex{
		flex-direction: column;
	}
	.club-outline .d-flex > article{
		width:100%;
	}
	.d-flex-gallery > figure{
		width: 49%!important;
	}
}
video {
	width: 100%; /* 動画をレスポンシブ化 */
	max-width: 1200px; /* 動画の最大幅 */
  }


