@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	下層共通

//////////////////////////////////////////////////////////////////////////////*/

/*------------------------------------------------------------------------------

 ページタイトル

------------------------------------------------------------------------------*/

main > header {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 300px;
	background-image: url("../img/title_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
}

main > header h1,
body.contents main > header > .site_column p {
	margin: 0;
	font-size: 1.25em;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
}

main > header > .site_column h1::after,
main > header > .site_column p::after {
	content: '';
	display: block;
	margin-bottom: .3em;
	font-size: 2.7em;
	font-family: var(--font-en);
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
}

body.topics main > header > .site_column h1::after,
body.topics main > header > .site_column p::after {
	content: 'TOPICS';
}

body.club_circle main > header > .site_column h1::after,
body.club_circle main > header > .site_column p::after {
	content: 'Club & Circle';
}

body.error main > header > .site_column h1::after {
	content: 'ERROR';
}

@media screen and (max-width: 1024px) {
	
main > header {
	min-height: 200px;
}

}

@media screen and (max-width: 767px) {
	
main > header {
	min-height: auto;
	padding: 12vw 0 10vw;
}

main > header h1,
body.contents main > header > .site_column p {
	font-size: 1em;
}

}

/*------------------------------------------------------------------------------

	本文

------------------------------------------------------------------------------*/

/*	detail_groupとpost
------------------------------------------------------------------------------*/

main .detail_group,
main .post {
	position: relative;
	padding: 120px 0;
	background-color: rgba(136,225,227,.2);
}

main .detail_group h2 {
	display: block;
	margin-bottom: 2em;
	font-weight: bold;
}

main .detail_group .site_column > section {
	margin-bottom: 80px;
}

main .detail_group .site_column > section:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 1200px) {

main .detail_group,
main .post {
	padding: 90px 0;
}

}

@media screen and (max-width: 1024px) {
	
main .detail_group .site_column > section {
	margin-bottom: 60px;
}

}

@media screen and (max-width: 767px) {

main .detail_group,
main .post {
	padding: 15vw 0;
}

main .detail_group .site_column > section {
	margin-bottom: 8vw;
}

main .detail_group h2 {
	margin-bottom: 1em;
}

}


/*------------------------------------------------------------------------------

	お知らせ詳細

------------------------------------------------------------------------------*/

body.contents .post .site_column {
	padding: 130px 100px 50px;
	background-color: #FFF;
	border-radius: 6px;
}

body.club_circle .post .site_column {
	padding: 77px 100px 50px;
}

body.contents main .post header {
	padding-bottom: 37px;
	margin-bottom: 50px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background-image: url("../img/line_b.svg");
	background-position: bottom;
	background-repeat: repeat-x;
	background-size: auto 12px;
}

body.contents main .post header h1 {
	order: 2;
}

body.contents main .post header .date_cat {
	margin-bottom: .5em;
	order: 1;
}

body.contents .post .time {
	font-size: .875em;
}

body.contents .post .category {
	display: inline-block;
	margin-left: .8em;
	line-height: 1;
}

body.contents .post .category a {
	text-decoration: none;
}

@media screen and (max-width: 1200px) {

body.contents .post .site_column {
	padding: 100px 66px 40px;
}

}

@media screen and (max-width: 1024px) {
	
body.contents .post .site_column {
	padding: 60px 35px 30px;
}

}

@media screen and (max-width: 767px) {

body.contents .post .site_column {
	padding: 10vw 4vw 7vw;
}

body.contents main .post header {
	padding-bottom: 2.5em;
	margin-bottom: 2em;
}

body.contents main .post header .date_cat {
	margin-bottom: .8em;
}

}

/*------------------------------------------------------------------------------

 クラブ & サークル

------------------------------------------------------------------------------*/

body.club_circle main .post header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	padding-bottom: 0;
	background: none;
}

body.club_circle main .post header .group {
	width: 50%;
	padding-bottom: 37px;
	background-image: url(../img/line_b.svg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-size: auto 12px;
}

body.club_circle main .post header ul {
	display: flex;
	margin: 20px 0 0;
	list-style: none;
}

body.club_circle main .post header ul li {
	width: 30px;
	margin-right: 10px;
	margin-bottom: 0;
}

body.club_circle main .post header ul li:last-child {
	margin-right: 0;
}

body.club_circle main .post header ul li a {
	display: block;
}

body.club_circle main .post header > img {
	width: 46%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 6px;
}

@media screen and (max-width: 767px) {

body.club_circle main .post header {
	flex-direction: column;
}

body.club_circle main .post header .group,
body.club_circle main .post header > img {
	width: 100%;
}

body.club_circle main .post header .group {
	margin-bottom: 10vw;
	padding-bottom: 7vw;
}

body.club_circle main .post header ul {
	margin: 4vw 0 0;
}

body.club_circle main .post header ul li {
	width: 6vw;
	margin-right: 2vw;
}

}
