@charset "UTF-8";

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

h1.secTitle, h2.secTitle
{
	font-size: clamp(1.2rem, 8vw, 3rem);
	white-space: wrap;
	text-align: center;
}

#title
{
	justify-content: center;
	padding: max(3rem, 3vw) 2rem max(5rem, 5vw);
	background-color: rgb(240, 240, 240);
}

#title .cate
{
	font-size: clamp(1.1rem, 3vw, 1.3rem);
	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-family: GG-R, R-R, sans-serif;
	font-size: .9em;
	white-space: nowrap;
	margin-right: 1em;
	color:rgb(100, 100, 100);
}

#relative .link,
#title .link
{
	max-width: 300px;
/*	font-family: R-R, GG-R, sans-serif;*/
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

#map_canvas + .link,
#relative .dir + .link
{
	margin-top: 2rem;
}

#title .link + .link,
#relative .link + .link
{
	margin-top: 1rem;
}

#relative .link > a.dir,
#title .link > a.dir
{
	width: 100%;
	padding: .5em 1em;
	justify-content: center;
	background-color: rgb(255, 255, 255);
	border-radius: 2em;
}

body:not(.touch) #relative .link > a.dir:hover,
body:not(.touch) #title .link > a.dir:hover
{
	color: rgb(255, 255, 255);
	background-color: rgb(100, 100, 100);
}

body:not(.touch) #relative .link > a.dir:hover > .dir,
body:not(.touch) #title .link > a.dir:hover > .dir
{
	background-color: rgb(255, 255, 255);
}

body:not(.touch) #relative .link > a.dir:hover > .dir:after,
body:not(.touch) #title .link > a.dir:hover > .dir:after
{
	color: rgb(0, 0, 0);
	border-color:rgb(100, 100, 100)
}

a#entBt
{
	position: absolute;
	display: block;
	cursor: pointer;
	bottom: 0rem;
	width: 4rem;
	height: 9rem;
	left: 0rem;
	background-color: rgba(0, 0, 0, 0);
	z-index: 1000;

	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

a#entBt:hover
{
	border-bottom-width: 0px;
}

body.sc a#entBt
{
	transform: translateY(-5rem);
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

a#entBt p
{
	font-family: R-R, GG-R, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: .75rem;
	color: rgba(0, 0, 0, 1);
	position: absolute;
	transform-origin: center left;
	transform: rotate(90deg);
	top: 0;
	left: 2rem;
}

a#entBt span
{
	position: absolute;
	bottom: 0rem;
	left: 50%;
	width: 1px;
	height: 5rem;
	border-left: 1px solid rgba(0, 0, 0, 1);
	box-sizing: border-box;
}

a#entBt span::before
{
	position: absolute;
	top: 0px;
	left: 50%;
	content: '';
	width: 6px;
	height: 2px;
	margin-left: -3px;
	background-color:  rgba(0, 0, 0, 1);
	-webkit-animation: sdb10 2s infinite;
	animation: sdb10 2s infinite;
}

@keyframes sdb10 {
	0% {
		transform: translate(0, 0rem);
		opacity: 0;
	}
	20% {
		transform: translate(0, 0rem);
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 5rem);
		opacity: 1;
	}
	100% {
		transform: translate(0, 5rem);
		opacity: 0;
	}
}


/**********************************************************************/
/******************************* Map **********************************/
/**********************************************************************/

#map_canvas
{
	width: 100%;
	margin: 0 auto;
	padding: 2rem;
	max-width: 300px;
	aspect-ratio: 1 / 1;
	
	pointer-events: none;
}

.gm-style-mot
{
	text-align: center;
}

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

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

#text .desc
{
	column-gap: 2em;
	column-width: 400px;
}

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

#text .list td
{
	padding-bottom: 1em;
	vertical-align:top;
}

#text .list tr + tr td
{
	padding-top: 1em;
	border-top: 1px solid rgb(255, 255, 255);
}

#text .list td:nth-of-type(1)
{
	font-family: GG-R, R-R, sans-serif;
	font-size: .9em;
	padding-right: 1em;
	color: rgb(100, 100, 100);
}
#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);
}

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

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

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

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

#photos 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) #photos 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;
}


/**********************************************************************/
/***************************** 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(2n+1)
	{
		padding-bottom: 0;
	}
	#text .list td:nth-of-type(2n)
	{
		border-top-width: 0;
		padding-top: 0;
	}
}