@charset "UTF-8";

.entry-title
{
	font-size: clamp(1.0rem, 1.75vw, 1.5rem);
	display: flex;
	max-width: 100%;
	justify-content: center;
	align-items: flex-end;
	border-bottom: 1px solid;
	padding: 2rem 2rem 2rem;
	margin-bottom: 5rem;
}

.title-image
{
	display:flex;
	justify-content: center;
	border-bottom: 1px solid rgb(240, 240, 240);
	overflow:hidden;
}
.title-image .bg
{
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size:cover;
	background-position: 50% 50%;
	-webkit-filter: blur(10px);
	filter: blur(10px);
	transform: scale(1.2);
}
.title-image .cv
{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:rgba(255, 255, 240,.6);
}

.title-image figure
{
	max-width: 1240px;
	line-height: 0;
}

.entry-title h1
{
	font-size: 1.25em;
	line-height: 1.5;
	margin: .25em 0 .2em;
}

.entry-title h1 > span
{
	display:block;
}

.entry-title h1 > span + span
{
	margin-top: .25em;
}

.entry-title h1 > span.sub_title,
.entry-title h1 > span.catch
{
	font-size: .75em;
}

.entry-title > div
{
	display:flex;
	align-items: center;
	justify-content:center;
	flex-wrap:wrap;
}

.entry-title .text
{
	margin: 2rem 0;
}

.entry-title .date
{
	font-family: 'Roboto-M', 'GG-M', sans-serif;
	font-weight: 550;
	line-height: 1.3;
	font-size: max(1rem,.75em);
	width: 9em;
	aspect-ratio: 1 /1;
	margin: 0rem 2rem;
	
	display: flex;
	flex-direction: column;
	align-items:center;
	justify-content:center;
	border-radius: 50%;
/*	border: 1px solid;*/
	background-color: rgb(240, 240, 240);
	
	background-image: url(https://ko.dougukan.jp/_img/bg.jpg);
	background-size: 75%;
	background-position: 50%;
}

.entry-title .date > div
{
	display:flex;
	align-items:flex-end;
}

.entry-title .date > div._1
{
	font-size: 1.5em;
}
.entry-title .date > div._2,
.entry-title .date > div._3
{
	font-size: 1.2em;
}

.entry-title .date .ymd
{
	display: flex;
	flex-direction: column;
	align-items:center;
	justify-content:center;
}

.entry-title .date p
{
	display:flex;
}

.entry-title .date span.y
{
	font-size: .7em;
}

.entry-title .date span.dir
{
	width: 1rem;
	margin: 0 .25rem .4em;
	flex-shrink: 0;
	display:flex;
	align-items:center;
	border-bottom-width: 0px;
}
.entry-title .date span.dir:after,
.entry-title .date span.dir:before
{
	content:"";
	display:block;
}

.entry-title .date span.dir:before
{
	width:100%;
	height:1px;
	background-color: rgb(50, 50, 50);
}

.entry-title .date span.dir:after
{
	background-size:cover;
	background-position:50%;
	width:12px;
	aspect-ratio: 9 / 12;
	background-image:url(https://ko.dougukan.jp/_img/anchor.svg);
}

.entry-title .status
{
	font-size: max(.9rem,.75em);
	font-family: 'R-M', 'GG-M', sans-serif;
	font-weight: 550;
	color:rgb(255, 255, 255);
	background-color:rgb(46, 91, 48);
	padding: .5em 1em;
	line-height: 1;
	border-radius:1em;
}

.entry-title .status.open
{
	background-color:rgb(180, 50, 50);
}
.entry-title .status.close
{
	background-color: rgb(50, 50, 50);
}

.type_status
{
	font-size: .9rem;
	font-family: 'GG-B', sans-serif;
	font-weight: 700;
	display:flex;
	flex-wrap:wrap;
	margin: 0 -.25em .5em;
}
.type_status .type,
.type_status .status
{
	line-height: 1;
	display: inline-block;
	padding: .25em 1em;
	margin: .25em;
	background-color:rgb(180, 50, 50);
	color: rgb(255, 255, 255);
	border-radius: 1em;
	white-space:nowrap;
	transform: translateY(.25em);
}

.type_status .type._0
{
	background-color: rgb(215, 115, 60);
}
.type_status .type._1
{
	background-color: rgb(80, 80, 145);
}
.type_status .type._2
{
	background-color: rgb(70, 150, 170);
}
.type_status .type._3
{
	background-color: rgb(70, 150, 170);
}

.legacy-lay-left
{
	color: rgb(50, 50, 50);
}

.legacy-lay-left strong
{
	font-family: 'Zen-B', serif;
	font-weight: 700;
}

/*//////////////////////////////////////////////////////////////////////////////////
///////////////////////////////// MEDIA SCREEN ////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////*/

@media screen and (max-width: 767px)
{
	div.title-image
	{
		width: 100%;
		margin-left: 0;
	}
}

@media screen and (max-width: 600px)
{
	.entry-title
	{
		flex-direction: column;
		align-items: center;
	}
	.entry-title .thumb
	{
		margin-right:0;
		margin-bottom: 3rem;
	}
}