@charset "UTF-8";

/*#footer
{
	background-color: rgb(240, 240, 240);
}
body:after
{
	background-color: rgb(240, 240, 240);
}*/

.max_page_width
{
	max-width: 900px;
}

h1.secTitle, h2.secTitle
{
	font-size: clamp(1.1rem, 3vw, 1.5rem);
	text-align: center;
}

#title .name
{
	display: flex;
	flex-direction: column;
	align-items: center;
}

#title a.dir
{
	justify-content: center;
	margin-bottom: 2em;
	font-size: .9em;
	padding-bottom: .5em;
	border-bottom: 1px solid;
}

#title .cate
{
	font-size: .9em;
	text-align: center;
	margin-bottom: 1em;
	color: rgb(100, 100, 100);
}

#title .date
{
	font-family: R-R, sans-serif;
	font-size: .9em;
	color: rgb(100, 100, 100);
	text-align: center;
	margin-bottom: 1em;
}

#title .data
{
	font-size: .9em;
	margin-bottom: 2em;
}

#title .data p
{
	display: flex;
	max-width: 500px;
}

#title .data p span:nth-of-type(1)
{
	font-size: .9em;
	white-space: nowrap;
	margin-right: 1em;
	color:rgb(100, 100, 100);
}

#title .photo
{
	margin-top: max(3rem, 3vw);
}

/**********************************************************************/
/******************************* Text **********************************/
/**********************************************************************/

#text
{
	padding: 0 2rem max(5vw, 5rem);
}

#text .list
{
	display: flex;
	flex-direction:column;
	align-content: center;
	font-size: .9em;
	background-color: rgb(240, 240, 240);
	padding: 2rem;
	margin-top: max(3rem, 3vw)
}

#text .list td
{
	padding-top: .25em;
	padding-bottom: .25em;
	border-top: 1px solid rgb(200, 200, 200);
}

#text .list tr:nth-of-type(1) td
{
	border-top-width: 0;
}

#text .list td:nth-of-type(1)
{
	padding-right: 1em;
	color: rgb(50, 50, 50);
	min-width: 8em;
	max-width: 10em;
}
#text .list td:nth-of-type(2)
{
	font-family: GG-R, R-R, sans-serif;
	color: rgb(75, 75, 75);
}


/**********************************************************************/
/******************************* Photo *********************************/
/**********************************************************************/

#photos
{
	padding: max(3vw, 3rem) 2rem max(5vw, 5rem);
}

.photo
{
	display:flex;
	flex-direction: column;
	align-items: center;
}

.photo + div.photo
{
	margin-top: max(2rem, 2vw)
}

.photo .caption
{
	font-size: .8em;
	color: rgb(100, 100, 100);
	padding: .5em 2rem;
}

.photo figure
{
	display:flex;
	justify-content: center;
	width: 100%;
	max-height: 90vh;
	line-height: 0;
}

.photo figure > img
{
	cursor: zoom-in;
	max-width: 100%;
	object-fit: scale-down;
	object-position: 50% 50%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
body:not(.touch) .photo figure > img:hover
{
	filter:alpha(opacity=70);
	-moz-opacity: .7;
	opacity: .7;
}


/**********************************************************************/
/****************************** Relative ********************************/
/**********************************************************************/

#relative
{
	background-color: rgb(240, 240, 240);
	padding: max(3rem, 3vw) 2rem;
	margin: max(3rem, 3vw) 0;
}

#relative h3
{
	font-size: 1rem;
	margin-bottom: .5em;
}

#relative > div
{
	font-size: .9em;
	margin: 0 auto;
	max-width: 600px;
}

#relative > div a.dir._a > p
{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

#relative > div a.dir._a
{
	padding: 1em 0;
	border-bottom: 1px solid rgb(200, 200, 200);
}

#relative > div a.dir._a:nth-of-type(1)
{
	border-top: 1px solid rgb(200, 200, 200);
}

#relative > div a.dir._a > p > span:nth-of-type(1)
{
	font-family: GG-R, R-R, sans-serif;
	color: rgb(75, 75, 75);
	font-size: .7em;
	border: 1px solid;
	padding: .25em .5em;
	line-height: 1;
	white-space: nowrap;
	margin-bottom: .5em;
}

#relative .special_link
{
	margin-top: max(3rem, 3vw);
	display: flex;
	flex-direction: column;
	align-items: center;
}


/**********************************************************************/
/******************************* List **********************************/
/**********************************************************************/

.slide_linear_wrapper
{
	margin-top: max(3rem, 3vw);
}

/**********************************************************************/
/***************************** Contact *********************************/
/**********************************************************************/

#contact
{
	display: flex;
	justify-content: center;
	margin: max(3rem, 3vw) 0 max(5rem, 5vw);
}

#contact .messageBt
{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .5em 1em;
	background-color:rgb(75, 75, 75);
	color: rgb(255, 255, 255);
	border-radius: 1.5em;
	
	font-size: .9rem;
	font-family: R-R, GG-R, sans-serif;
}

#contact .messageBt > span:nth-of-type(1)
{
	display: flex;
}

#contact .messageBt > span:nth-of-type(2)
{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 1.4em;
	height: 1em;
	padding: 0;
	margin-left: .25em;
	background-color: rgb(255, 255, 255);
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#contact .messageBt > span:nth-of-type(2):after
{
content: "";
	display: block;
	width: .75em;
	height: .75em;
	border-style: solid;
	border-color: rgb(75, 75, 75);
	border-width: 1px 1px 0 0;
	transform: rotate(135deg) translateY(.275em) translateX(-.275em);
}

body:not(.touch) #contact .messageBt:hover > span:nth-of-type(2)
{
	transform: translateX(.25em);
}


/**********************************************************************/
/**************************** Prev Next ********************************/
/**********************************************************************/

#prev_next
{
	padding: 0 2rem max(3rem, 3vw);
}

#prev_next > div
{
	display: flex;
	align-items:center;
}
#prev_next > div:nth-of-type(1)
{
	justify-content: space-between;
	padding-bottom: .5em;
	border-bottom: 1px solid rgb(150,150,150);
}
#prev_next > div:nth-of-type(2)
{
	margin-top: 1em;
	justify-content: center;
}

#prev_next a
{
	display: flex;
	align-items:center;
	flex-wrap:nowrap;
	font-size: .9em;
}

#prev_next a span
{
	margin: 0 .5em;
}

#prev_next a.next
{
	justify-content: flex-end;
}

#prev_next a.next:after,
#prev_next a.prev:before
{
	content:"";
	display:block;
	width: .5em;
	aspect-ratio: 1 / 1;
	border-style: solid;
	border-width: 2px 2px 0 0;
	
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

#prev_next a.prev:before
{
	transform: rotate(-135deg);
}
body:not(.touch) #prev_next a.prev:hover:before
{
	transform: rotate(-135deg) translate(0.25em, -0.25em);
}
#prev_next a.next:after
{
	transform: rotate(45deg);
}
body:not(.touch) #prev_next a.next:hover:after
{
	transform: rotate(45deg) translate(0.25em, -0.25em);
}

#prev_next a.box
{
	font-size: .8em;
}

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


@media screen and (max-width: 600px)
{
	#text .list td
	{
		display:block;
	}
	#text .list td:nth-of-type(1)
	{
		min-width: 100%;
		max-width: 100%;
	}
	#text .list td:nth-of-type(2n+1)
	{
		padding-top: .5em;
		padding-bottom: 0;
	}
	#text .list td:nth-of-type(2n)
	{
		border-top-width: 0;
		padding-top: 0;
		padding-bottom: .5em;
	}
}