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

/* PC
---------------------------------------------------------------------- */

@media (min-width: 1001px) {
	
/* visual
---------------------------------------------------------------------- */
#pageTitleVox {
	width: 100%;
	height: 345px;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url(../images/pageTitleBg.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
}
#pageTitleVox .inner{
	width: 90%;
	height: 345px;
	margin: 0 auto;
	position: relative;
}

/* inner
---------------------------------------------------------------------- */	
	.access {
		padding-top: 155px;
		text-align: center;
    }
.prologue .txt01{
	width: 100%;
	margin: 0 auto;
	line-height: 1.5;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.prologue .txt02{
	width: 100%;
	margin: 0 auto;
	line-height: 1;
	max-width: 650px;
	text-align: center;
}
.map .inner {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	max-width: 1100px;
	text-align: center;
}
.map .inner .gMap {
	width: 100%;
	height: 620px;
}
.map .inner p{
	font-size: 24px;
	text-align: center;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.root .inner {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.ttlBox{
	width: 95%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: space-between;
}
.ttlBox figure{
	width: 62.5%;
}
.ttlBox h2{
	top: 25%;
	right: 0;
	width: 65%;
	position: absolute;
}
.rootBox{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	max-width: 1100px;
	text-align: center;
}
.rootBox h3{
	font-size: 24px;
	text-align: left;
	font-weight: bold;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.rootBox p{
	text-align: right;
}
}

/* SP
---------------------------------------------------------------------- */
@media screen and (max-width:1000px){
/* visual
---------------------------------------------------------------------- */
#pageTitleVox {
	width: 100%;
	height: 250px;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url(../images/pageTitleBg_sp.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
	margin-top: -80px;
}
#pageTitleVox .inner{
	width: 90%;
	height: 250px;
	margin: 0 auto;
	position: relative;
}

/* inner
---------------------------------------------------------------------- */	
	.access {
		margin-top: 0;
		text-align: center;
    }
.prologue .txt01{
	width: 90%;
	margin: 0 auto;
	line-height: 1.5;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.prologue .txt02{
	width: 90%;
	margin: 0 auto;
	line-height: 1.5;
	text-align: center;
}
.map .inner {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.map .inner .gMap {
	width: 100%;
	height: 250px;
}
.map .inner p{
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.root .inner {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.ttlBox{
	width: 100%;
	position: relative;
	aspect-ratio: 1 / 1;
}
.ttlBox figure{
	width: 100%;
}
.ttlBox h2{
	bottom: 0;
	right: 0;
	width: 90%;
	position: absolute;
}
.rootBox{
	width: 90%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.rootBox h3{
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.rootBox p{
	text-align: right;
}
}