@charset "UTF-8";

/*//////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////// TITLE //////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////*/

.entry-title_p .entry-title
{
	display:flex;
	padding-bottom: 1rem;
}

.entry-title h1
{
	white-space:nowrap;
	margin-right: 2em;
}

.entry-title .desc
{
	font-family: 'Zen-B', serif;
	font-weight: 700;
	margin-top: .5em;
}

.entry-title .desc .caution
{
	margin-top: .5em;
	font-size: .9em;
}

.entry-title .desc a.box
{
	font-size: .7em;
	transform: translateY(-.3em);
	margin-left: .5em;
}

.entry-title ul
{
	font-size: .9em;
	margin: 2rem 0;
	font-family: 'R-M', 'GG-M', sans-serif;
	font-weight: 550;
}

.entry-title .reserva
{
	font-family: 'R-M', 'GG-M', sans-serif;
	font-weight: 550;
	padding: 1em;
	border-radius:1em;
	border: 1px solid;
	margin: 1em 0;
}

.entry-title .reserva ul
{
	margin: .5rem 0;
}

ul:not([class]):not([id]) li + li
{
	margin-top: .5em;
}

#cont_list
{
	margin: 0 auto;
	max-width: 1020px;
	padding: 0 2rem;
}

#cont_list > div
{
	margin: -.5rem;
	display:flex;
	flex-wrap:wrap;
}
#cont_list a.box
{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	/* width: 10rem; */
	min-width: 10rem;
	margin: .5rem;
}

/*//////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////// CONTENTS ///////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////*/

.ev_type
{
	font-family: 'Zen-B', serif;
	font-weight: 700;
	line-height: 1.5;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-size: clamp(1rem, 2vw, 1.2rem);

	padding-bottom: .5em;

	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgba(50, 50, 50, 0);
	
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.ev_type > span
{
	white-space:nowrap;
}

.end .ev_type
{
	transition-delay: .2s;
	border-bottom-color: rgba(50, 50, 50, 1);
}

.ev_type:after,
.ev_type:before
{
	content:"";
	display:block;
	position:absolute;
	background-size:contain;
	background-position:50%;
	width: 6px;
	height: 10px;
	bottom: -5.5px;
	background-image:url(https://ko.dougukan.jp/_img/anchor.svg);
	
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.ev_type:after
{
	transform:rotate(180deg);
	transform-origin:center;
}

.ev_type:before
{
	left:50%;
}
.end .ev_type:before
{
	left:0;
}

.ev_type:after
{
	right:50%;
}
.end .ev_type:after
{
	right:0;
}


#archives
{
	padding:5rem 0rem;
}

#archives div.archive_area,
#archives .no_sh
{
	display: flex;
	align-items: flex-start;
	margin: 0 auto;
	max-width: 1020px;
	padding: 0 2rem;
}

#archives div.archive_area + div.archive_area
{
	margin-top: 10rem;
}

#archives div.archive_area div.ev_type_area
{
	position: sticky;
	display:flex;
	top: 5rem;
	min-width: 11em;
	margin-right: 2em;
}

#archives div.archive_area .archive_box
{
	width: 100%;
	display: flex;
	align-items: center;
	padding: 1rem 0;
	border-bottom: 1px solid rgb(150, 150, 150);
}

#archives div.archive_area .archive_box > figure
{
	width:clamp(150px, 35%, 250px);
	aspect-ratio: 500 / 330;
	overflow: hidden;
	border: 1px solid rgb(240,240,240);
	background-color: rgb(0, 0, 0);
	flex-shrink: 0;
}

#archives div.archive_area .archive_box > figure img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

body:not(.touch) #archives div.archive_area .archive_box:hover > figure img
{
	filter:alpha(opacity=90);
	-moz-opacity: .9;
	opacity: .9;
}

body:not(.touch) #archives div.archive_area .archive_box:hover > .page_dir span._r._s
{
	transform: translateX(0rem);
}

#archives div.archive_area .archive_box > div.text
{
	width: calc(100% - clamp(100px, 35%, 250px));
	padding: 2rem;
}

.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:#A03232;
	color: rgb(255, 255, 255);
	border-radius: 1em;
	white-space:nowrap;
	transform: translateY(.25em);
}

.type_status .type._0
{
	background-color: #D7733C;
}
.type_status .type._1
{
	background-color: #3C5091;
}
.type_status .type._2
{
	background-color: #4696AA;
}
.type_status .type._3
{
	background-color: #4696AA;
}

.type_status .status._deadline,
.type_status .status._close
{
	background-color: #969696;
}

.type_status .status.draw_1
{
	color:rgb(50, 50, 50);
	background-color:#96bee6;
}
.type_status .status.draw_2
{
	color:rgb(50, 50, 50);
	background-color:#ffd200;
}

.list_archive
{
	margin: -1rem 0;
	width: calc(100% - 11em);
}

.list_archive .date
{
	font-size: .9rem;
	font-family: 'R-M', 'GG-M', sans-serif;
	font-weight: 550;
}

.list_archive h2
{
	font-size: clamp(1rem, 2vw, 1.2em);
	line-height: 1.5;
}

.archive_box .page_dir span._r
{
	width: 2rem;
}



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

@media screen and (max-width: 900px)
{
	.entry-title h1
	{
		margin-right:0;
		margin-bottom: 1em;
		white-space: normal;
	}
	.entry-title_p .entry-title
	{
		flex-direction:column;
	}
}

@media screen and (max-width: 767px)
{
	#archives div.archive_area
	{
		flex-direction: column;
	}
	#archives div.archive_area div.ev_type_area
	{
		margin-bottom: 2rem;
		position: relative;
		top:0;
		width: 100%;
	}
	.list_archive
	{
		width: 100%;
	}
}

@media screen and (max-width: 500px)
{
	#archives div.archive_area .archive_box > div.text
	{
		padding: 0rem;
		margin-left: 2rem;
	}
	.type_status .type,
	.type_status .status
	{
		font-size: .8em;
		white-space:normal;
	}
	#archives div.archive_area .archive_box .page_dir
	{
		display: none;
	}
}