@charset "utf-8";

/* pageWrap */
.pageWrap{
	background-image: url(../images/parking/bg.jpg);
	background-attachment: fixed;
	background-size: cover;
}

/* eyeCatch */
.eyeCatch{
	width: 100%;
	height: 800px;
	background-image: url(../images/parking/eyeBg01.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
}
.eyeTitle{
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translate(-10%,-50%);
	text-align: center;
	padding: 80px;
	box-sizing: border-box;
}
.eyeTitle:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.9;
}
.eyeTitle:after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	border: 2px solid #fff;
	opacity: 0.9;
}
.eyeTitle>h2,
.eyeTitle>p{
	position: relative;
}
.eyeTitle>h2{
	font-family: "Marcellus", serif;
	font-size: 2.5em;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #0078ad;
	text-align: center;
}
.eyeTitle>p{
	font-size: 1.25em;
}
@media (max-width:1500px){
	.eyeTitle>h2{
		font-size: 2.25em;
	}
	.eyeTitle>p{
		font-size: 1.15em;
	}
}
@media (max-width:1320px){
	.eyeCatch{
		height: 600px;
	}
	.eyeTitle{
		padding: 50px;
	}
	.eyeTitle>h2{
		font-size: 2em;
	}
	.eyeTitle>p{
		font-size: 1.05em;
	}
}
@media (max-width:768px){
	.eyeCatch{
		height: 400px;
	}
	.eyeTitle{
		width:315px;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
}
@media (max-width:500px){
	.eyeTitle{
		padding: 30px;
	}
	.eyeTitle:after{
		width: calc(100% + 10px);
		height: calc(100% + 10px);
	}
}
@media (max-width:450px){
	.eyeTitle{
		width: 85%;
	}
}

/* mainTxt */
.mainTxt{
	width:1100px;
	margin: 0 auto;
	padding: 80px 0;
}
.mainTxt>p{
	font-size: 1.1em;
	letter-spacing: 0.1em;
	line-height: 1.8;
	text-align: center;
}
.under500{
	display: none;
}
@media (max-width:1500px){
	.mainTxt>p{
		font-size: 1em;
	}
}
@media (max-width:1320px){
	.mainTxt{
		width:80%;
		padding: 50px 0;
	}
}
@media (max-width:500px){
	.under500{
		display: block;
	}
}

/* contentRow */
.contentRow{
	width: 1100px;
	margin: 0 auto;
	margin-bottom: 80px;
	text-align: center;
}
.contentRow>h3{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5em;
	font-weight: 600;
	letter-spacing: 0.25em;
	color: #0078ad;
	display: inline-block;
	padding: 0.5em 1em;
	box-sizing: border-box;
	background-color: #fff;
	position: relative;
	margin-bottom: 50px;
}
.contentRow>h3:before,
.contentRow>h3:after{
	position: absolute;
	content: '';
	width: 30px;
	height: 100%;
	background-color: #fff;
}
.contentRow>h3:before{
	top: 0;
	left: -30px;
	clip-path: polygon(100% 100%,100% 0,0 100%);
}
.contentRow>h3:after{
	top: 0;
	right: -30px;
	clip-path: polygon(0 0,100% 0,0 100%);
}
.firstRow,
.thirdRow{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contentBox{
	width: 45%;
	margin-bottom: 50px;
}
.contentBox>h4{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25em;
	font-weight: 500;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	margin-bottom: 10px;
}
.contentBox>h4>span{
	margin-right:1em;
}
.contentBox>p{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9em;
	line-height: 1.6;
	text-align: left;
}
.contentBox>p:nth-of-type(1){
	margin-bottom: 10px;
}
.secondRow{
	display: flex;
	justify-content: center;
}
.contentRow>p.notice{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75em;
	text-align: right;
}
@media (max-width:1500px){
	.contentRow>h3{
		font-size: 1.25em;
	}
	.contentBox>h4{
		font-size: 1.15em;
	}
	.contentBox>p{
		font-size: 0.8em;
	}
	.contentRow>p.notice{
		font-size: 0.65em;
	}
}
@media (max-width:1320px){
	.contentRow{
		width:80%;
	}
	.contentRow>h3{
		margin-bottom: 30px;
	}
}
@media (max-width:768px){
	.contentRow{
		width:400px;
	}
	.contentRow>h3{
		margin-bottom: 30px;
	}
	.contentBox{
		width: 100%;
	}
	.contentBox>h4>span{
		width: 8%;
	}                
}
@media (max-width:500px){
	.contentRow{
		width:80%;
	}
	.under500{
		display: block;
	}
}

/* conclusion */
.conclusion{
	padding: 80px 0;
	background-color: #fff;
	text-align: center;
}
.conclusion>p{
	font-size: 1.5em;
	letter-spacing: 0.1em;
	line-height: 1.4;
}
.conclusion>p>span{
	font-size: 1.75em;
	letter-spacing: 0;
	margin-right: 0.25em;
}
.under400{
	display: none;
}
@media (max-width:1500px){
	.conclusion>p{
		font-size: 1.25em;
	}
}
@media (max-width:500px){
	.conclusion{
		padding: 50px 0;
	}
}
@media (max-width:400px){
	.under400{
		display: block;
	}
}