.sale_title{
	padding: 6em 0 6em 0 ;
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/page_banner.jpg");
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/page_banner.jpg");
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/page_banner.jpg");
	background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/page_banner.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size:100%;
	width:100%;
	text-align: center;
}


#main > .sale_title h1 {
	font-size: 3em;
	line-height:2em;
	margin: 0 0 0 0;
	display: block;
	color: azure;
	
}

#main > .sale_title p {
	font-size: 1.5em;
	line-height:2em;
	margin: 0 0 0 0;
	display: block;
	color: azure;
}

@media screen and (max-width: 736px) {
	
	.sale_title{
		padding: 2em 0 2em 0 ;
	}
	

	#main > .sale_title h1 {
		font-size: 1.6em;
		line-height:1.2em;
		padding: 1em 0 1em 0;
	}
	
#main > .sale_title p {
	font-size: 1.1em;
	line-height:2em;
	margin: 0 0 0 0;
	display: block;
	color: azure;
}

}




/*section*/
section.rentalcarp{
	margin-bottom: 8em;
}

@media screen and (max-width: 736px) {
	section.rentalcarp{
		margin-bottom: 5em;
	}	
}


/**/
.image {
}

	.image:before {
		background-image:none;
	}








h2 {
	color: #fff;
	font-weight: 300;
	line-height: 0.5em;
	margin: 2em 0 1em 0;
}

	 h2 a {
		color: inherit;
		text-decoration: none;
	}


h2 {
	font-size: 2em;
	line-height: 1.2em;
	text-align: center;
	border: 1px solid #ffffff;
	padding: 10px;
}

	@media screen and (max-width: 736px) {

		h2 {
			font-size: 1.4em;
			font-weight:bold;
			line-height: 1.8em;
		}

	}









h3 {
	font-size: 1.5em;
	line-height: 1.9em;
	margin: 1em 0 1em 0;
}

	@media screen and (max-width: 736px) {

		h3 {
			font-size: 1em;
			line-height: 1.4em;
		}

	}






/*company-box*/
.company-box{
	width:98%;
	margin:60px auto 40px;
	padding:25px 30px;

	background:#1a1a1a;
	border:2px solid rgba(255,255,255,0.2);
	border-radius:12px;

	display:flex;
	justify-content:space-between;
	align-items:center;

	color:#fff;

	box-shadow:0 8px 24px rgba(0,0,0,0.45);
}

/* 左 */

.company-left{
	line-height:1.6;
	font-size:0.95em;
}

.company-sub{
	font-size:0.9em;
	color:#ccc;
}

.company-address{
	font-size:0.9em;
	color:#ccc;
}

/* 右 */

.company-right{
	display:flex;
	align-items:center;
	gap:20px;
	text-align:right;
}

/* 電話 */

.company-tel a{
	color:#fff;
	font-size:1.8em;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:1px;
}

/* QR */

.company-qr{
	text-align:center;
}

.qr-title{
	font-size:0.75em;
	margin-bottom:6px;
	color:#bbb;
	line-height: 1.2em;
}

.company-qr img{
	width:110px;
	height:auto;
}

/* タブレット */

@media screen and (max-width:1000px){

.company-left{
	font-size:0.9em;
}

.company-qr img{
	width:95px;
}

}

/* スマホ */

@media screen and (max-width:880px){

.company-box{
	flex-direction:column;
	text-align:center;
}

.company-right{
	flex-direction:column;
	gap:20px;
	margin-top:15px;
	text-align:center;
}

.company-tel a{
	font-size:2em;
}

.company-qr img{
	width:150px;
}

}

/* QR位置の微調整 */

.company-qr{
	text-align:center;
	margin-top:6px;
}

/* 電話を少し強調 */

.company-tel a{
	display:inline-block;
	padding-bottom:2px;
	border-bottom:1px solid rgba(255,255,255,0.25);
}




