@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media print, screen and (min-width : 769px ){
#pc------------------------------------------- {
}
#catch {
	background-image: url("../images/pc/parking/m_bg.png");
}
#catch h1 {
	color: #fff;
}



#parking .box {
	background-color: #E9F4F9;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 40px;
}
#parking .box h2 {
	font-size: 21px;
	font-weight: bold;
	color: #003399;
	margin-bottom: 10px;
}
#parking .box h2+p {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	line-height: 1.8em;
	margin-bottom: 30px;
}
#parking .box .btn2 a {
	width: 400px;
}



#parking .box2 {
	background-color: #E9F4F9;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 40px;
	margin-top: 80px;
}
#parking .box2 h2 {
	font-size: 21px;
	font-weight: bold;
	color: #003399;
	margin-bottom: 10px;
}
#parking .box2 div {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-radius: 20px;
	margin-top: 30px;
	padding-bottom: 40px;
}
#parking .box2 div h3 {
	font-size: 19px;
	font-weight: 500;
	padding-top: 30px;
	margin-bottom: 10px;
}
#parking .box2 div h3+p {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-bottom: 30px;
}
#parking .box2 div ul {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 30px;
}
#parking .box2 div ul li {
	text-indent: -1em;
	padding-left: 1em;
}



#parking .box3 {
	width: 700px;
	height: 218px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F5F5F5;
	border-radius: 12px;
	margin-top: 70px;
	margin-bottom: 100px;
}
#parking .box3 p:first-child {
	font-size: 20px;
	font-weight: 500;
	padding-top: 40px;
	margin-bottom: 20px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
#catch {
	background-image: url("../images/pc/parking/m_bg.png");
}
#catch h1 {
	color: #fff;
}



#parking .box {
	background-color: #E9F4F9;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5vw;
	padding-bottom: 5vw;
}
#parking .box h2 {
	font-size: 4vw;
	font-weight: bold;
	color: #003399;
	margin-bottom: 10px;
}
#parking .box h2+p {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	line-height: 1.8em;
	margin-bottom: 5vw;
}
#parking .box .btn2 a {
	width: 80vw;
}



#parking .box2 {
	background-color: #E9F4F9;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5vw;
	padding-bottom: 5vw;
	margin-top: 10vw;
}
#parking .box2 h2 {
	font-size: 4vw;
	font-weight: bold;
	color: #003399;
	margin-bottom: 2vw;
}
#parking .box2 div {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-radius: 3vw;
	margin-top: 5vw;
	padding-bottom: 5vw;
}
#parking .box2 div h3 {
	font-size: 4vw;
	font-weight: 500;
	padding-top: 5vw;
	margin-bottom: 2vw;
}
#parking .box2 div h3+p {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-bottom: 5vw;
}
#parking .box2 div ul {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 5vw;
}
#parking .box2 div ul li {
	text-indent: -1em;
	padding-left: 1em;
}



#parking .box3 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #F5F5F5;
	border-radius: 3vw;
	margin-top: 10vw;
	margin-bottom: 15vw;
	padding-bottom: 5vw;
}
#parking .box3 p:first-child {
	font-weight: 500;
	padding-top: 5vw;
	margin-bottom: 3vw;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}