@charset "UTF-8";
/*==============================================================
>>> Archive
----------------------------------------------------------------*/
/* 3.3 archive
--------------------------------------------------------------*/
/* 3.3.0 archive common ----------------*/
.archive-h1 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}
.archive-h1 small {
	display: block;
	margin-top: 0.4rem;
}
/* media query : mobile */
@media screen and (max-width: 768px) {
	.archive-mv {
		height: 40%;
		height: 40vh;
		background-size: cover;
	}
	.archive-h1 {
		font-size: 2rem;
		margin-bottom: 2.4rem;
		padding-top: 10rem;
	}
	.archive-h1 small {
		font-size: 1rem;
	}
	.archive-h2 {
		font-size: 1.6rem;
	}
	.archive-h3 {
		font-size: 1.2rem;
	}
}
/* media query : desktop */
@media screen and (min-width: 769px) {
	.archive-mv {
		height: 18.7rem;
		background-size: cover;
	}
	.archive-h1 {
		font-size: 2.8rem;
		margin-bottom: 3.75rem;
		padding-top: 8.6rem;
	}
	.archive-h1 small {
		font-size: 1.25rem;
	}
}
/* 3.3.1 achive-notice お知らせ----------------*/
.notice-list__item {
	margin-bottom: 1rem;
    border-bottom: 1px solid #72727B;
    padding-bottom: 1rem;
}
.notice-list__item:first-child {
	border-top: 1px solid #72727B;
	padding-top: 1rem;
}
.notice-list__date {
	float: left;
	width: 7rem;
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
}
.notice-list__category {
	float: left;
	width: 7rem;
	text-align: center;
    border: 1px solid;
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
	border-radius: 5rem;
}
.notice-list__title {
	float: left;
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
	font-weight: normal;
    font-size: 1rem;
}
.notice-list__more {
	float: right;
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
}
/* media query : mobile */
@media screen and (max-width: 768px) {
	.notice-list__title {
		width: 100%;
	}
}
/* media query : desktop */
@media screen and (min-width: 769px) {
	.notice-list__title {
		width: calc(90% - 14rem);
    	padding-left: 2rem;
	}
}
/* 3.3.3 achive 投稿 ----------------*/
.blog-list__item {
	margin-bottom: 1rem;
	border-bottom: 1px solid #72727B;
	padding-bottom: 1rem;
}
.blog-list__item:first-child {
    border-top: 1px solid #72727B;
    padding-top: 1rem;
}
.blog-list__thumbnail {

}
.blog-list__date {
	display: inline-block;
}
.blog-list__category {
	display: inline-block;
	width: 7rem;
	text-align: center;
	border: 1px solid;
	border-radius: 5rem;
}
.blog-list__title {
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}
.blog-list__detail {

}
/* media query : mobile */
@media screen and (max-width: 768px) {
	.blog-list__thumbnail {
		margin-bottom: 1rem;
	}

}
/* media query : desktop */
@media screen and (min-width: 769px) {
	.blog-list__thumbnail {
		width: 150px;
		float: left;
	}
	.blog-list__detail {
		width: calc(100% - 190px);
		float: right;
	}
}