<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　parking
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-lower-ttl::after{
  background-image:url(../image/bg_page_ttl_pc.jpg);  
}
.page-lower-ttl h1 {
  max-width: 570px;
}


@media screen and (min-width: 1656px) {
  .page-lower-ttl .breadcrumb br{
   display: none; 
  }
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* intro
-----------------------------------------------------------------*/
.intro{
	padding: 90px 0 35px;
	text-align:center;
}
.page-nav{
	padding: 35px 0 75px;
}
.page-nav ul li a{
	width: 430px;
}
.page-nav ul li:nth-child(2) a{
	letter-spacing: 0;
}


/* pat
-----------------------------------------------------------------*/
.pat{
	padding: 75px 0 160px;
}
.pat h2{
	margin-bottom: 100px;
}
.pat .cont-intro-base{
	margin-bottom: 80px;
}
.pat .cont-intro-base .txt-area{
	background: #E9F6FE;
	min-height: 345px;
	padding-top: 115px;
}
.pat .cont-intro-base h3{
	transform: translateY(-1.4em);
}
.pat .cont-intro-base h3 .en{
	color: #0068BA;
}

.pat .franchise{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 100px;
}
.pat .franchise h3{
	margin-bottom: 15px;
	font-size: 2.8rem;
	color: #0068BA;
	text-align: center;
}
.pat .franchise-list{
	display: flex;
	justify-content: space-between;
	padding: 40px 4%;
	background: #F8F8F8;
	border-radius: 10px;
}
.pat .franchise-list &gt; div{
	display: flex;
	align-items: center;
	width: 48.5%;	
}
.pat .franchise-list dt{
	flex-shrink: 0;
	width: 130px;
	margin-right: 20px;
}
.pat .franchise-list h4{
	margin-bottom: 10px;
	font-size: 2.2rem;
	color: #0068BA;
}
.pat .franchise-list .txt{
	font-size: 1.6rem;
}

/* naos
-----------------------------------------------------------------*/
.naos{
	position: relative;
	padding:130px 0 120px;
	margin-bottom: 40px;
}
.naos .sec-center-ttl{
	top: 0;
	transform: translateY(-1.4em);
}

.naos .txt-lead{
	margin-bottom: 60px;
	font-size: 1.8rem;
	line-height: 2;
	text-align: center;
	font-weight: 500;
}
.naos .feature-cont-list{
	margin-bottom: 130px;
}
.naos .feature-cont-list li:nth-child(n+3){
	margin-top: 35px;
}
.naos .size{
	max-width: 1390px;
	margin: 0 auto 90px;
	border-radius: 10px;
	overflow: hidden;
}

/* flow */
.naos .flow{
	margin-bottom: 90px;
	padding: 90px 0 95px;
}
.naos .flow h3{
	margin-bottom: 15px;
	font-size: 2.8rem;
	color: #0068BA;	
}
.naos .flow-list{
	margin-bottom: 90px;
}
.naos .flow-list &gt; div{
	position: relative;
	display: flex;
	align-items: center;
	padding: 40px 3%;
	background: #E9F6FE;
	border-radius: 10px;
}
.naos .flow-list &gt; div:nth-child(n+2){
	margin-top: 45px;
}
.naos .flow-list &gt; div::after{
	position: absolute;
	left: 50%;
	bottom: 1px;
	transform: translate(-50%,100%);
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	border: solid transparent;
	border-width: 20px 50px;
	border-top-color: #E9F6FE;
}
.naos .flow-list &gt; div:last-child::after{
	display: none;
}
.naos .flow-list &gt; div &gt; dt{
	flex-shrink: 0;
	width: 170px;
	font-size: 2.2rem;
	line-height: 1.4;
	font-weight: bold;
}
.naos .flow-list &gt; div &gt; dt small{
	display: block;
	font-size: 1.6rem;
	text-indent: -0.5em;	
}
.naos .flow-list &gt; div &gt; dd{
	padding-left: 3%;
	border-left: 1px solid #0068BA;
	font-size: 1.8rem;
	line-height: 1.4;
}
.naos .flow-list .id-card{
	display: flex;
	align-items: flex-start;
	margin-top: 15px;
}
.naos .flow-list .id-card h4{
	flex-shrink: 0;
	margin-right: 10px;
	padding: 5px 10px 7px;
	background: #0068BA;
	color: #FFF;
	font-weight: normal;
	line-height: 1;	
}
.naos .flow-list .id-card p{
	display: flex;
}
.naos .flow-list .id-card p span:first-child{
	flex-shrink: 0;
}
.naos .flow .payment{
	padding: 20px 15px 25px;
	border: solid #DFE1E4;
	border-width: 1px 0;
}
.naos .flow .payment ol &gt; li{
	font-size: 1.8rem;
}
.naos .flow .payment ol &gt; li+li{
	margin-top: 15px;
}
.naos .flow .payment ol ul{
	font-size: 1.6rem;
}

/* contact
-----------------------------------------------------------------*/
.naos-contact{
	padding:60px 5% 50px;
	background: #0068BA;
	border-radius: 10px;
	color: #FFF;	
}
.naos-contact .layout-box &gt; div{
	max-width: 495px;
	width: calc(50% - 15px);	
}
.naos-contact h2{
	margin-bottom: 50px;
	font-weight: bold;
	line-height: 1;
	font-size: 4.6rem;
	letter-spacing: 0.1em;
	text-align: center;
}
.naos-contact h3{
	position: relative;
	margin-bottom: 18px;
	font-size: 2rem;
	line-height:1.5;
	text-align: center;	
}
.naos-contact h3::before{
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: #FFF;	
}
.naos-contact h3 span{
	position: relative;
	z-index: 5;
	padding: 0 15px;
	background: #0068BA;	
}
.naos-contact .tel_fax .tel{
	margin-bottom: 5px;
	font-size: 4.4rem;
	font-weight: bold;
	line-height: 1;
}
.naos-contact .tel_fax .tel a{
	color: #FFF;
	pointer-events: none;
}
.naos-contact .businesshour{
	font-size: 1.6rem;
	font-weight: 500;
}
.naos-contact .inq .btn a{
	position: relative;
	display: block;
	height: 78px;
	background: #FFF;
	border-radius: 39px;
	line-height: 76px;
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
	color: #0068BA;	
}
.naos-contact .inq .btn a::after{
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-45%);
	display: block;
	content: "";
	width: 34px;
	height: 12px;
	background:url(../../../../common/image/ico_arw_btn_blue.svg) no-repeat;
	background-size: 100% auto;
	transition: .3s;	
}
.naos-contact .inq .btn a:hover::after{
	right: 25px;
}
.naos-contact .inq .btn span{
	padding-right: 27px;
	background: url(../../../../common/image/ico_pdf.svg) no-repeat right 2px top 8px;
	background-size: 16px auto;
}
.naos-contact .inq .btn+.btn{
	margin-top: 20px;
}
.naos-contact .layout-box + div{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	padding-top: 50px;
	border-top: 1px solid #FFF;
}
.naos-contact .layout-box + div .map{
	max-width: 573px;
	margin-right: 10px;
}
.naos-contact .layout-box + div .pic{
	max-width: 450px;
	border-radius: 10px;
	overflow: hidden;
}







/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {


	.page-lower-ttl::after{
		background-image:url(../image/bg_page_ttl_sp.jpg);  
	}
	.page-lower-ttl h1 {
		max-width: 270px;
	}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* intro
-----------------------------------------------------------------*/
	.intro{
		padding: 45px 0 15px;
	}
	.page-nav{
		padding: 15px 0 30px;
	}
	.page-nav ul li a{
		max-width: 315px;
		width: 100%;
		margin: 0 auto;
	}
	.page-nav ul li:nth-child(2) a{
		height: 50px;
		border-radius: 25px;
		padding-top: 13px;
	}
	.page-nav ul li:nth-child(2) a span::before {
		top: 15px;
	}
	.page-nav ul li:nth-child(2) a:hover span::before{
		top: 15px;
	}
		

/* pat
-----------------------------------------------------------------*/
	.pat{
		padding: 30px 0 100px;
	}
	.pat h2{
		margin-bottom: 35px;
	}
	.pat .cont-intro-base{
		margin-bottom: 50px;
	}
	.pat .cont-intro-base .txt-area{
		min-height: inherit;
		padding-top: 115px;
	}
	.pat .cont-intro-base h3{
		transform: none;
	}
	.pat .cont-intro-base h3 .en{
		margin-bottom: 0;
	}
	.pat .cont-intro-base h3 .ja{
		font-size: 2rem;
	}
	.pat .franchise{
		margin: 0 auto 50px;
	}
	.pat .franchise h3{
		margin-bottom: 10px;
		font-size: 2rem;
	}
	.pat .franchise-list{
		display: block;
		padding: 30px 20px;
		border-radius: 5px;
	}
	.pat .franchise-list &gt; div{
		display: block;
		width: 100%;	
	}
	.pat .franchise-list &gt; div:nth-child(n+2){
		margin-top: 30px;
	}
	.pat .franchise-list dt{
		margin: 0 auto 15px;
	}
	.pat .franchise-list h4{
		margin-bottom: 5px;
		font-size: 1.6rem;
		text-align: center;
	}
	.pat .franchise-list .txt{
		font-size: 1.3rem;
	}

/* naos
-----------------------------------------------------------------*/
	.naos{
		padding:105px 0 50px;
		margin-bottom: 75px;
	}
	.naos .sec-center-ttl{
		transform: translateY(-1.5em);
		line-height:1.3;
	}
	.naos .txt-lead{
		margin-bottom: 35px;
		font-size: 1.3rem;
		line-height: 1.8;
		font-weight: normal;
	}
	.naos .feature-cont-list{
		margin-bottom: 60px;
	}
	.naos .feature-cont-list li:nth-child(n+3){
		margin-top: 15px;
	}
	.naos .size{
		margin: 0 20px 50px;
		border-radius: 5px;
	}

/* flow */
	.naos .flow{
		margin: 0 20px 55px;
		padding: 45px 0 50px;
		background: #FFF;
		border-radius: 5px;
	}
	.naos .flow .inner{
		padding: 0 15px;
	}
	.naos .flow h3{
		margin-bottom: 10px;
		font-size: 2rem;
		text-align: center;	
	}
	.naos .flow-list{
		margin-bottom: 50px;
	}
	.naos .flow-list &gt; div{
		display: block;
		padding: 25px 15px 30px;
		border-radius: 5px;
	}
	.naos .flow-list &gt; div:nth-child(n+2){
		margin-top: 35px;
	}
	.naos .flow-list &gt; div &gt; dt{
		width: 100%;
		padding-bottom: 12px;
		font-size: 2rem;
		text-align:center;
	}
	.naos .flow-list &gt; div &gt; dt small{
		font-size: 1.5rem;
		text-indent: 0;	
	}
	.naos .flow-list &gt; div &gt; dd{
		padding: 12px 0 0;
		border-top: 1px solid #0068BA;
		border-left: none;
		font-size: 1.3rem;
	}
	.naos .flow-list .id-card{
		display: block;
	}
	.naos .flow-list .id-card h4{
		display: inline-block;
		margin: 0 0 7px;
	}
	.naos .flow-list .id-card p:nth-child(n+2){
		margin-top: 3px;
	}
	.naos .flow .payment{
		padding: 20px 0 25px;
	}
	.naos .flow .payment ol &gt; li{
		font-size: 1.3rem;
	}
	.naos .flow .payment ol &gt; li+li{
		margin-top: 10px;
	}
	.naos .flow .payment ol ul{
		font-size: 1.3rem;
	}
	.naos .flow .payment ol ul li{
		text-indent: -1em;
		padding-left: 1em;
		line-height: 1.4;
	}

/* contact
-----------------------------------------------------------------*/
	.naos-contact{
		padding:25px 20px 30px;
		border-radius: 5px;
	}
	.naos-contact .layout-box{
		display: block;
	}
	.naos-contact .layout-box &gt; div{
		max-width: auto;
		width: 100%;	
	}
	.naos-contact h2{
		margin-bottom: 20px;
		font-size: 2.8rem;
	}
	.naos-contact h2 span{
		letter-spacing: 0.1em;
	}
	.naos-contact h3{
		margin-bottom: 10px;
		font-size: 1.4rem;	
	}
	.naos-contact h3 span{
		padding: 0 10px;
	}
	.naos-contact .tel_fax{
		margin-bottom: 25px;
	}
	.naos-contact .tel_fax h3{
		margin-bottom: 10px;
	}
	.naos-contact .tel_fax .tel{
		margin-bottom: 5px;
		font-size: 2.7rem;
	}
	.naos-contact .tel_fax .tel a{
		pointer-events: auto;
	}
	.naos-contact .businesshour{
		font-size: 1.1rem;
	}
	.naos-contact .inq h3{
		margin-bottom: 15px;
	}
	.naos-contact .inq .btn a{
		height: 55px;
		border-radius: 28px;
		line-height: 53px;
		font-size: 1.4rem;
	}
	.naos-contact .inq .btn a::after{
		right: 15px;
		top: 50%;
		transform: translateY(-45%);
		width: 18px;
		height: 7px;
	}
	.naos-contact .inq .btn a:hover::after{
		right: 15px;
	}
	.naos-contact .inq .btn span{
		padding-right: 18px;
		background-position: right top 4px;
		background-size: 12px auto;
	}
	.naos-contact .inq .btn+.btn{
		margin-top: 20px;
	}
	.naos-contact .layout-box + div{
		display: block;
		margin-top: 20px;
		padding-top: 25px;
	}
	.naos-contact .layout-box + div .map{
		margin: 0 auto 15px;
	}
	.naos-contact .layout-box + div .pic{
		margin: 0 auto;
		border-radius: 5px;
	}
	


}</pre></body></html>