@charset "UTF-8";

/*//////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////// Activity ////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////*/

/**********************************************************************/
/********************************* Title ********************************/
/**********************************************************************/


#title
{
	width: 100%;
}

#title > figure
{
	width: 100%;
	height: min(50vh, 500px);
	margin-top: clamp(4rem, 10vw, 5rem);
}

#title > figure > img
{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit:cover;
	object-position: 50% 50%;
}

#title h1
{
	transition-delay: .5s;
	display:flex;
	flex-direction:column;
	align-items: center;
	font-size: clamp(1.2rem, 5vw, 2.2rem);
	margin-bottom: 0em;
	margin-top: 2em;
}
#title h1> span:nth-of-type(1)
{
	font-size: max(.6em, .7rem);
	padding: 0 .5em .25em;
	margin-bottom: .25em;
	border-bottom: 1px solid rgb(100, 100, 100);
}

#title div.statement > div
{
	font-family: "Zen", serif;
	transition-delay: 1s;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 2rem;
}

#title div.statement p
{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}

#title div.statement p + p
{
	margin-top: .25em;
}


.slide_linear
{
	width: 100%;
	padding-top: 3rem;
	margin-top: min(2rem, 5vw);
	overflow: hidden;
}

/*.slide_linear:before
{
	content:"";
	display:block;
	position:absolute;
	top: 2rem;
	height:700px;
	width: 100%;
	background-image:url(../_img/bg.jpg);
}*/

.slide_linear a.image
{
	cursor: pointer;
	background-color: rgb(0, 0, 0);
}

body:not(.touch) .slide_linear a.image img
{
	transition: all .5s ease;
}

body:not(.touch) .slide_linear a.image:hover img
{
	opacity: .8;
}

.slide_linear .slideWrapper
{
	opacity: 0;
	-webkit-transition: transform .5s ease, opacity .5s ease;
	-moz-transition: transform .5s ease, opacity .5s ease;
	-ms-transition: transform .5s ease, opacity .5s ease;
	-o-transition: transform .5s ease, opacity .5s ease;
}

.slide_linear.end .slideWrapper
{
	opacity: 1;
	transform:translateX(0vw);
}


/**********************************************************************/
/******************************* ryugon *******************************/
/**********************************************************************/

#ryugon .head
{
	max-width: 650px;
	margin: max(3rem, 3vw) auto 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#ryugon .head h2
{
	font-size: clamp(1.5rem, 1.5vw, 1.8rem);
	margin-bottom: 1.5em;
	display:flex;
	flex-direction: column;
	align-items: center;
}

#ryugon .head .statement
{
	margin-top: 1em;
	font-size: clamp(1rem, 2vw, 1.2rem);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#ryugon .sumnailWrapper,
#ryugon .sumnailWrapper > div
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#ryugon .sumnailWrapper > div
{
	margin-left: -.5rem;
	width: calc(100% + 1rem);
}

#ryugon .sumnailWrapper .sum
{
	width: calc( (100% - 6rem) / 6);
	aspect-ratio: 4 / 3;
	margin: .5rem;
	background-color: black;
	cursor:pointer;
	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

#ryugon .sumnailWrapper .sum.gray > img,
body:not(.touch) #ryugon .sumnailWrapper .sum:hover
{
	filter:alpha(opacity=70);
	-moz-opacity: .7;
	opacity: .7;
}

#ryugon .sumnailWrapper .sum > img
{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit:cover;
	object-position: 50% 50%;
}

#ryugon .cap_wrapper_wrapper
{
	width: 100%;
	margin: 0 auto;
	max-width: 650px;
	overflow: hidden;
}

#ryugon .cap_wrapper
{
	display: flex;
	flex-wrap: nowrap;
}

#ryugon .cap_wrapper .cap_text
{
	width: 100%;
	padding: 2rem;
}

#ryugon .cap_text h4
{
	margin-bottom: .5em;
}

#ryugon .cap_text div
{
	font-size: .9em;
	font-family: R-R, GG-R, sans-serif;
	color: rgb(100, 100, 100);
}

#ryugon .link
{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: max(3rem, 3vw) auto max(5rem, 5vw);
}

#ryugon .link + .link
{
	margin-top: max(2vw, 2rem);
}

#ryugon .link .moreBt._box
{
	font-size: clamp(1.1rem, 1.5vw, 1.2rem);
}


/**********************************************************************/
/******************************** Bus *********************************/
/**********************************************************************/

#bus
{
	padding: max(5rem, 5vw) 0;
	background-color: rgba(255, 255, 255, 1);
}

#bus .head
{
	max-width: 650px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#bus h2
{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-size: clamp(1.1rem, 3vw, 1.5rem);
	margin-bottom: 1.5em;
	padding-bottom: .25em;
	border-bottom: 1px solid;
}

#bus h2 span
{
	margin: 0 .2em;
}

#bus .head ul
{
	margin-top: 2em;
}

#bus .head li
{
	list-style: none;
	padding-left:1.2em;
}

#bus .head li:before
{
	content:"＊";
	position:absolute;
	left:0;
	top: 0;
}

#bus .head .photo
{
	display: flex;
	justify-content: space-between;
	width:100%;
	margin: 2rem 0;
}

#bus .head .photo figure
{
	width: calc(50% - .5rem);
	aspect-ratio: 5 / 3;
	overflow: hidden;
}

#bus .head .photo figure img
{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit:cover;
	object-position: 50% 50%;
}

#schedule
{
	padding-top: max(5rem, 5vw);
}

.tabBtWrapper a span
{
	font-family: 'Zen', serif;
	font-size: clamp(1rem, 2vw, 1.2rem);
	color: rgb(100, 100, 100);
}

.tabBtWrapper a.tab.now:before
{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	height: 1px;
	background-color: rgb(0, 0, 0);
	width: 100%;
}

.tabBtWrapper a.tab._1.now{border-left-width:0;}
.tabBtWrapper a.tab._1.now:after{left: 100%;}
.tabBtWrapper a.tab._1.now:before{left: 200%;}

/*.tabBtWrapper a.tab._2.now{border-right-width:3px;}*/
.tabBtWrapper a.tab._2.now:after{left: 100%; height: 0;}
.tabBtWrapper a.tab._2.now:before{left: -100%;}

.tabBtWrapper a.tab._3.now{border-right-width:0;}
.tabBtWrapper a.tab._3.now:after{left: -200%;}
.tabBtWrapper a.tab._3.now:before{left: -100%;}

.tabContentsWrapper .tabContents > div table
{
	margin: 2rem auto 0;
	width: 100%;
}

.tabContentsWrapper .tabContents > div table th,
.tabContentsWrapper .tabContents > div table td
{
	padding: .5em;
	text-align:center;
}

.tabContentsWrapper .tabContents > div table td
{
	font-size: clamp(1rem, 2vw, 1.2rem);
}

#bus .tabContentsWrapper .tabContents > div table th
{
	width: 50%;
	background-color: rgb(240, 240, 240);
}

#bus td + td,
#bus th + th
{
	border-left: 1px solid rgb(200, 200, 200);
}

#bus tr + tr td
{
	border-top: 1px solid rgb(200, 200, 200);
}

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

@media screen and (max-width: 600px)
{
	#ryugon .modelplan .sumnailWrapper .sum
	{
		aspect-ratio: 1 / 1;
	}
}
