@charset "UTF-8";
/* CSS Document */



/****************************************************************************************************
contents
****************************************************************************************************/
#wrap {
	overflow: hidden;
}
#contents {
	padding: 125px 0 0 0;
}



/****************************************************************************************************
main
****************************************************************************************************/
#main {
	position: relative;
}
#main figure {
	position: relative;
}
#main figure img {
	width: 100%;
}
#main figure figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	color: #FFF;
	font-size: 0.833rem;
	font-weight: bold;
	text-shadow:
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1);
}



/****************************************************************************************************
point
****************************************************************************************************/
#point {
	background-image: linear-gradient(90deg, rgba(221,221,221,1), rgba(221,221,221,.5) 50%, rgba(221,221,221,1));
}



/****************************************************************************************************
info
****************************************************************************************************/
#info {
	padding: 100px 0 100px 0;
}



/****************************************************************************************************
information
****************************************************************************************************/
#information {
	position: relative;
}
#information h3 {
	font-size: 5.466rem;
	font-weight: normal;
	line-height: 1.2;
}
#information h3 a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0.2em;
	color: #8C0000;
}
#information h3 a .small {
	font-size: 3.066rem;
}
#information + .request-box {
	margin-top: 50px;
}




@media screen and (max-width: 767px),
screen and (max-width: 960px) and (orientation: landscape) {
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	#wrap {
	}
	
	
	
	/****************************************************************************************************
	main
	****************************************************************************************************/
	#main figure img {
	}
	#main figure figcaption {
		font-size: 0.533rem;
	}
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	#contents {
		padding: 8vw 0 0 0;
	}

	
	
	/****************************************************************************************************
	info
	****************************************************************************************************/
	#info {
		padding: 10vw 0 10vw 0;
	}
	
	
	
	/****************************************************************************************************
	information
	****************************************************************************************************/
	#information {
		width: 92vw;
		margin: auto;
		margin-top: -4vw;
	}
	#information h2 {
		font-size: 1.333rem;
	}
	#information #access {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 3vw;
		width: 100%;
		padding: 4vw;
		margin-top: 4vw;
		font-size: 1.333rem;
	}
	#information #access img {
		width: 64vw;
	}
	#information h3 {
		margin-top: 4vw;
		font-size: 2.4rem;
	}
	#information h3 a {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0.2em;
	}
	#information h3 a .small {
		font-size: 1.6rem;
	}
	#information + .request-box {
		margin-top: 6vw;
	}
	
	
	
	/****************************************************************************************************
	concept
	****************************************************************************************************/
	#concept {
		width: 92vw;
		margin: auto;
		margin-top: 10vw;
		padding-top: 10vw;
	}
	#concept::before {
		width: 100%;
	}
	#concept h3 {
		font-size: 1.333rem;
	}
	#concept p {
		margin-top: 4vw;
		font-size: 0.833rem;
		line-height: 3.0;
	}
	#concept-img {
		gap: 2vw;
		margin-top: 4vw;
	}
	figure.img-box {
		position: relative;
		display: inline-block;
	}
	figure.img-box figcaption {
		font-size: 0.533rem;
	}
}

@media screen and (max-width: 960px) and (orientation: landscape) {
}