@charset "utf-8";
/*アーカイブ*/
section#contSec{
	background: #dcdcdc;
	padding: 60px 0 70px;
}
.pageTitle1{
	margin-bottom: 50px;
}
.pageTitle1 .pageTitle{
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: .1em;
	margin-bottom: 20px;
}
.pageTitle1 h1{
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.archiveTagLists{
	margin-bottom: 50px;
}
.archiveTagLists ul{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}
.archiveTagLists ul li{
	padding: 6px 16px 8px 16px;
	border: 1px solid #000;
	border-radius: 30px;
	font-size: 13px;
	line-height: 100%;
	cursor: pointer;
}
.archiveTagLists ul li:hover{
	background: #eee;
}

.archiveTagLists ul li.active{
	background-color: #000;
	color: #fff;
}
.archiveLists{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	max-width: 1200px;
	margin: 0 auto;
}
.archiveItem{
	width: calc( 100% / 3 - 80px);
	background: #fff;
	padding: 20px;

}
.archiveItem a{
	text-decoration: none;
	color: #000;
	display: block;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.archiveItem .archiveListImg{
	margin-bottom: 10px;
}
.archiveItem .archiveListImg img{
	width: 100%;
	height: auto;
	border-radius: 5px;
	display: block;
}
.archiveListTag{
	display: none;
}
.archiveListTitle{
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 160%;
}
.archiveListDate{
	margin-bottom: 20px;
	font-size: 13px;
	color: #c8c8c8;
}
.archiveListDate{
	display: flex;
	justify-content: space-between;
}
.archiveListBtn {
	text-align: center;
	margin-top: auto;
}
.archiveListBtn span{
	display: inline-block;
	background: #fff url("../images/arrow_black.svg") no-repeat right 18px center;
	background-size: 22px 22px;
	padding: 11px 48px 11px 23px ;
	border-radius: 30px;
	color: #000;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	transition: all .2s ease-in-out;
	border: 1px solid #000;
}

@media only screen and (max-width: 767px) {
section#contSec{
	background: #dcdcdc;
	padding: 10vw 0 14vw;
}
.archiveBox{
	width: 90%;
	margin: 0 auto;
}
.pageTitle1{
	margin-bottom: 30px;
}
.pageTitle1 .pageTitle{
	text-align: center;
	font-size: 7vw;
	font-weight: 700;
	letter-spacing: .1em;
	margin-bottom: 10px;
}
.pageTitle1 h1{
	font-size: 4vw;
	font-weight: 600;
	text-align: center;
}
.archiveTagLists{
	margin-bottom: 30px;
}
.archiveTagLists ul{
	display: flex;
	flex-wrap: wrap;
	gap:7px;
	justify-content: center;
}
.archiveTagLists ul li{
	padding: 5px 12px 6px;
	border: 1px solid #000;
	border-radius: 30px;
	font-size: 12px;
	line-height: 100%;
}
.archiveLists{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap:15px;
}
.archiveItem{
	width: calc( 100% - 40px);
	background: #fff;
	padding: 20px;
}
.archiveItem a{
	text-decoration: none;
	color: #000;
}
.archiveItem .archiveListImg{
	margin-bottom: 10px;
}
.archiveItem .archiveListImg img{
	width: 100%;
	height: auto;
	border-radius: 5px;
	display: block;
}
.archiveListTag{
	display: none;
}
.archiveListTitle{
	font-size: 4vw;
	margin-bottom: 7px;
	line-height: 160%;
}
.archiveListDate{
	margin-bottom: 13px;
	font-size: 3vw;
	color: #c8c8c8;
}
.archiveListBtn {
	text-align: center;
}
.archiveListBtn span{
	display: inline-block;
	background: #fff url("../images/arrow_black.svg") no-repeat right 13px center;
	background-size: 19px 19px;
	padding: 8px 38px 8px 23px ;
	border-radius: 30px;
	color: #000;
	text-decoration: none;
	font-size: 3.5vw;
	font-weight: 600;
	transition: all .2s ease-in-out;
	border: 1px solid #000;
}

}





