@charset "UTF-8";

/* ==========================================
 部活・同好会TOP
========================================== */

/* override
------------------------------------------ */

/* タイトル
--------------------------- */
#contents_header {
	height: 27.14vw;
	min-height: 380px;
	padding-top: 3.28vw;
	background: #fff url("../images/index_ttl_bg.jpg") no-repeat top center;
	background-size: 100% auto;
	overflow: hidden;
}

#contents_header .title {
	height: 19.85vw;
	min-height: 278px;
	margin: 0 auto;
	padding-top: 7vw;
	border: 3px solid #ff0;
	box-shadow: 10px 10px 0px 0px rgba(255, 255, 0, 1);
	background-image: url("../images/ttl_bg_club.png");
	background-size: 14.5% auto;
	background-position: top 4.2vw center;
	position: relative;
}
#contents_header .title h1 {
	line-height: 1.8;
}
#contents_header .title h1 .ttl_copy {
	font-size: 2rem;
}

@media only screen and (max-width: 1400px) {
	#contents_header {
		padding-top: 45px;
		background-size: cover;
	}
	#contents_header .title {
		width: 437px;
		height: 278px;
		background-position: top 55px center;
		padding-top: 95px;
	}
	#contents_header .title .ttl_obj1, #contents_header .title .ttl_obj2 {
		width: 145px;
	}
}
@media only screen and (max-width: 767px) {
	#contents_header {
		height: 70vw;
		min-height: auto;
		padding-top: 12vw;
		background-image: url("../images/index_ttl_bg_sp.jpg");
	}
	#contents_header .title {
		width: 85%;
		height: 45vw;
		min-height: auto;
		max-height: 278px;
		padding-top: 11vw;
		background-position: top 4vw center;
	}
}
@media only screen and (max-width: 480px) {
	#contents_header {
		height: 90vw;
		padding-top: 15vw;
	}
	#contents_header .title {
		width: 90%;
		height: 50.26vw;
		padding-top: 16.5vw;
		background-size: 18.5% auto;
		background-position: top 7vw center;
	}
	#contents_header .title h1 .ttl_copy {
		font-size: 1.4rem;
	}
}



/* contents
------------------------------------------ */


/* 見出し下テキスト
------------------------------------------ */
.intro_txt {
	padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
	.intro_txt {
		padding-bottom: 50px;
		text-align: left;
	}
}

/* プログラム一覧
------------------------------------------ */
#club_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#club_list .shadow_box_wrapper {
	display: flex;
	width: min(48%, 515px);
	padding-top: min(50%, 270px);
}
#club_list .shadow_box {
	width: 89%;
	margin: 0 auto;
	padding: 45px 30px;
	display: flex;
	flex-direction: column;
}

#club_list .ttl_items {
	display: block;
	width: 100%;
	position: absolute;
	top: -10px;
	left: 0;
	margin: 0 auto;
	padding: 0;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
}
#club_list .ttl_items span {
	display: inline-block;
	padding: 3px 12px 4px;
	text-align: center;
	background-color: #ff0;
}
#club_list .shadow_box .ttl {
	letter-spacing: 0.02em;
}
#club_list .ex {
	margin-top: 1.5em;
	padding-top: 1.5em;
	border-top: 1px dotted #222;
}

#club_list .shadow_box .more_btn_wrapper {
	margin-top: 1.5em;
}

#club_list .shadow_box .list {
	list-style-type: disc;
}
#club_list .shadow_box .list li {
	margin-left: 1.5em;
}

#club_list .shadow_box_btn .text {
	flex-grow: 1;
}



/* レポート */
#club_list .report {
	margin: 10px 10px 0;
	padding: 10px 20px 20px;
	border: 1px solid #111;
/*	background-color: #fffded; */
}
#club_list .report .report_ttl {
	display: inline-block;
	margin-left: -30px;
	margin-bottom: 0.5em;
	padding: 5px 15px 5px 40px;
	font-weight: 600;
	line-height: 1.3;
	background: #ff0 url("/common/images/icon_report.svg") no-repeat top 5px left 15px ;
	background-size: auto 1.3em;
}

@media only screen and (max-width: 1050px) {
	#club_list .shadow_box_wrapper {
		width: 49%;
		padding-top: 25vw;
	}
	#club_list .shadow_box_img {
		width: 100%;
	}
	#club_list .shadow_box .ttl {
		font-size: 2.4rem;
	}
}
@media only screen and (max-width: 1000px) {
	/* 授業レポート */
	#club_list .report {
		margin-right: 5px;
	}
}
@media only screen and (max-width: 767px) {
	#club_list {
		display: block;
	}
	#club_list .shadow_box_wrapper {
		width: 100%;
		padding-top: 49.3vw;
	}
	#club_list .shadow_box {
		width: 90%;
		padding: 8% 6%;
	}
	#club_list .ttl_items {
		font-size: 1.6rem;
	}
}


/* 
------------------------------------------ */

