@charset "utf-8";
/* =Style
-------------------------------------------------------------- */
a {
	transition:0.3s;
}
main a:hover {
	text-decoration:none;
}

/* =Achive
-------------------------------------------------------------- */
.archive #main {
	width:100%;
	max-width:1200px;
	font-family: "Noto Serif", serif;
}
.archive .main {
	padding-top:2rem;
	padding-left:1rem;
	padding-right:1rem;
}
.archive h2 {
	font-size:1.6rem;
	border-top:solid 2px #bb0d0d;
	padding-top:0.5rem;
}
.archive .list {
	border-bottom: solid 1px #aaa;
	padding-bottom:1rem;
}
.archive .list .list_title {
	
}
.archive .list_item > li {
	margin-top:0.5rem;
}
.archive .list_item a {
	display:flex;
	align-items:center;
}
.archive li img.icon {
	width:20px;
	padding-left:5px;
}

/* =Achive gallery
-------------------------------------------------------------- */
.archive_gallery {
	
}
.archive_gallery a {
	transition:0.3s;
}
.archive_gallery a:hover {
	text-decoration:none;
	opacity:0.7;
}
.archive_gallery .gallery-archive {
	padding:1rem 0;
}
.archive_gallery .gallery-item {
	border-top: solid 1px #aaa;
	padding-top:1rem;
}
.archive_gallery .list_wrap {
	padding-bottom: 1rem;
	border-bottom: solid 1px #aaa;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.archive_gallery .list_text {
	width:calc( 100% - 180px);
}
.archive_gallery .list_text .date {
	font-size:1rem;
	padding-bottom:0.5rem;
	color:#333;
}
.archive_gallery .list_text h3 {
	font-size:1.2rem;
	font-weight:600;
	letter-spacing:0.05em;
	color:#000;
}
.archive_gallery .list_image {
	width: 160px;
}
.archive_gallery .list_image img {
	width:100%;
	object-fit:cover;
	aspect-ratio: 16 / 9;
}

/* =single
-------------------------------------------------------------- */
.single #main {
	width:100%;
	max-width:1200px;
	font-family: "Noto Serif", serif;
}
.single .main {
	padding-top:2rem;
	padding-left:1rem;
	padding-right:1rem;
}
.single h2 {
	font-size:1.6rem;
	border-top:solid 2px #bb0d0d;
	padding-top:0.5rem;
}
.single .content_title {
	padding-bottom: 2rem;
}
.single .date {
	font-size:1rem;
	padding-bottom:0.5rem;
}
.single .content_title h3 {
	font-size:1.8rem;
	letter-spacing:0.05em;
}
.single .btn {
	margin: 2rem 0;
	text-align:center;
}
.single .btn .submit {
	display:flex;
	justify-content:center;
	align-items:center;
}
.single .btn .submit a {
	display:block;
	padding: 1rem 3rem;
	color:#BB0D0D;
	font-weight :600;
	font-size:0.9rem;
	border-top: solid 1px #BB0D0D;
	border-left: solid 1px #BB0D0D;
	border-right: solid 1px #BB0D0D;
	border-bottom: solid 3px #BB0D0D;
}
.single .btn .submit a:hover {
	border-color: #666;
	color:#666;
}
/* =Single gallery
-------------------------------------------------------------- */
.single .gallery-grid h3 {
	color:#fff;
	text-shadow:0 0 6px rgba(0,0,0,0.6);
}
.single .lum-lightbox.lum-open {
	display:none;
}