@charset "utf-8";

@media screen and (min-width:768px){
/*pc・タブレットcss*/

.inner-main{ background:url(../img/car-hire/main.jpg) no-repeat center center / cover; }


/* +++++++++++++++++++++++++ */

.car-box{
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.car-box .ph{
	width:45%;
}
.car-box .txt{
	width:50%;
}
.car-box .base-btn a{
	font-size:16px;
}

/* +++++++++++++++++++++++++ */

.car-box02{
}
.car-box02 .ph{
	margin-bottom:50px;
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.car-box02 .ph li{
	width:47.5%;
}
.car-box02 .txt{
}
.car-box02 .base-btn a{
	font-size:16px;
}

/* +++++++++++++++++++++++++ */

.gallery-list{
}
.gallery-list li{
	width:23%;
	margin-right:2.666%;
}
.gallery-list li:nth-child(4n){
	margin-right:0;
}


/* +++++++++++++++++++++++++ */

.hire-call-btn{
	max-width:850px;
	margin: 0 auto;
}
.hire-call-btn a{
	position:relative;
	display:block;
	background: rgb(184,132,35);
	background: linear-gradient(0deg, rgba(184,132,35,1) 0%, rgba(230,207,149,1) 100%);
	color:#fff;
	border-radius:20px;
	padding:20px 50px;
	text-align:center;
}
.hire-call-btn a:before{
	content:"";
	position:absolute;
	top:2px;
	left:2px;
	width:calc(100% - 6px);
	height:calc(100% - 6px);
	border: solid 1px #fff;
	border-radius:20px;
}
.hire-call-btn a span{
	display:block;
	text-align:center;
	line-height:1;
}
.hire-call-btn a .copy{
	font-size:18px;
	margin-bottom:20px;
	font-weight:700;
}
.hire-call-btn a .ttl{
	font-size:34px;
	margin-bottom:20px;
}
.hire-call-btn a .note{
	display:inline-block;
	padding:10px 30px;
	font-size:16px;
	color:#B9872B;
	background-color:#fff;
	border-radius:1000px;
}



}


@media screen and (min-width:768px) and ( max-width:1366px) {
}

@media (max-width: 768px) {

	.inner-main{ background:url(../img/car-hire/main.jpg) no-repeat center center / cover; }


	/* +++++++++++++++++++++++++ */
	
	.car-box{
		-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
		-webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
		-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	}
	.car-box .ph{
		width:100%;
		margin-bottom:5vw;
	}
	.car-box .txt{
		width:100%;
	}
	
	/* +++++++++++++++++++++++++ */
	
	.car-box02{
	}
	.car-box02 .ph{
		margin-bottom:5vw;
	}
	.car-box02 .ph li{
		margin-bottom:5vw;
	}
	.car-box02 .txt{
	}
	.car-box02 .base-btn a{
		font-size:16px;
	}
		
		
		
	/* +++++++++++++++++++++++++ */
	
	.gallery-list{
	}
	.gallery-list li{
		width:47.5%;
		margin-right:5%;
		margin-bottom:5%;
	}
	.gallery-list li:nth-child(2n){
		margin-right:0;
	}
	
	
		
	/* +++++++++++++++++++++++++ */
	
	.hire-call-btn a{
		position:relative;
		display:block;
		background: rgb(184,132,35);
		background: linear-gradient(0deg, rgba(184,132,35,1) 0%, rgba(230,207,149,1) 100%);
		color:#fff;
		border-radius:20px;
		padding:6vw 5vw;
		text-align:center;
	}
	.hire-call-btn a:before{
		content:"";
		position:absolute;
		top:2px;
		left:2px;
		width:calc(100% - 6px);
		height:calc(100% - 6px);
		border: solid 1px #fff;
		border-radius:20px;
	}
	.hire-call-btn a span{
		display:block;
		text-align:center;
		line-height:1;
	}
	.hire-call-btn a .copy{
		font-size:12px;
		margin-bottom:4vw;
		font-weight:700;
	}
	.hire-call-btn a .ttl{
		font-size:20px;
		margin-bottom:4vw;
	}
	.hire-call-btn a .note{
		display:block;
		padding:2vw 2vw;
		font-size:11px;
		color:#B9872B;
		background-color:#fff;
		border-radius:1000px;
	}
}
