/*
Theme Name:businesspress_child
Template:businesspress
*/
body{
	font-family: "FOT-筑紫ゴシック Pr5 M", TsukuGoPr5-M, sans-serif;
    font-weight: 400 !important;
}
a: hover{
	color: #fff;
}
hr{
	border-top: 1px dashed rgba(0,0,0,.1) !important;
}
.widget{
	color: #333;
}
.site-content{
max-width: 1080px;
}
.page-id-30 .site-content{
max-width: 1400px;
}
.page-id-15 .site-content{
max-width: 1100px;
}
.home-header-overlay{
	background-color: rgba(0, 0, 0, .01);
    height: 100vh;
}
.jumbotron-overlay{
	background: transparent;
}
.drawer-navigation ul{
	line-height:1rem;
}
.main-header-content{
	display: flex;
}
@media(max-width: 1160px){
	.main-header-content{
		justify-content: center;
	}
}
@media(max-width: 980px){
	.main-header-content{
		display: flex;
	}
}
.site-logo{
	text-align: center;
}
@media(min-width: 980px){
	.site-logo{
		margin-bottom: 20px;
	}
}
#menu-header {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .002em;
}
@media(max-width: 1160px){
	#menu-header{
		font-size: 13px;
	}
}
#menu-header li:hover{
	opacity: .7;
}
.back-to-top{
	background: #0359B1;
}
.back-to-top:before{
	color: #999;
    content: "";
    display: block;
    font: normal 22px / 42px FontAwesome;
    text-align: center;
    background: url(https://design-2.flokka-22.com/design-2/wp-content/uploads/2024/09/top__arrow2.png);
    width: 35px;
    height: 35px;
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); 
}
.back-to-top:hover{
	background: #fed400;
}
.jumbotron-title{
	color: #333;
}
/*ハンバーガーmenu*/
.drawer-navigation-content{
background: url(https://www.vehicle-base.com/wp-content/uploads/2020/07/vehicle-sp-menu.png);
margin-top: 30px;
}
.arrow_r {
position: relative;
    display: inline-block;
    color: #333;
    text-decoration: none;
    width: 268px;
}
.arrow_r:after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
  transform: rotate(45deg);
}
/*ハンバーガーmenu電話番号アイコン*/
.tel-icon::before{
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 25px;/*画像の幅*/
  height: 25px;/*画像の高さ*/
  background-image: url(https://www.vehicle-base.com/wp-content/uploads/2020/07/電話の受話器のアイコン素材-3.png);
  background-size: contain;
  vertical-align: middle;
	margin-right: 7px;
}
.tel-icon2::before{
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 25px;/*画像の幅*/
  height: 25px;/*画像の高さ*/
  background-image: url(https://www.vehicle-base.com/wp-content/uploads/2020/07/iPhone風のスマートフォンのアイコン素材.png);
  background-size: contain;
  vertical-align: middle;
	margin-right: 7px;
}
/*フッター矢印*/.arrow_f {
position: relative;
    display: inline-block;
    color: #333;
    text-decoration: none;
}
.arrow_f:before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  left: -15px;
  margin-top: -4px;
  transform: rotate(45deg);
}
/*------------ヘッダー画像CSS----------------*/
.main-header-original {
    position: absolute;
    width: 100%;
}
.main-header{
	
}
#menu-header li:last-child{
	background: #FED400;
    padding: 20px 28px;
    border-radius: 30px;
line-height: 0;
	text-align: center;
}
#menu-header li:last-child a{
	padding-left: 0px;
	 display: inline-block;
	padding: 5px 0px;
}
#menu-header li:last-child a span{
	display: block;
line-height: 1.2em; /* 行間の調整 */
  white-space: pre-line; /* テキスト内の改行を反映させる */
}
#menu-header li:last-child a::after{
	margin-top: 12px;
    content: 'お問い合わせ';
}
/*フォントオーサム*/
#menu-header li:last-child::after{
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f5e4";
	margin-left: 4px;
	color: #333;
}

.home-header{
	height: 100svh;
}
@media(max-width: 480px){
	.home-header{
		height: 100svh;
}
}

.home-header-title{
	line-height: 0rem;
	position: absolute;
    left: 0%;
	bottom: 110px;
	background: #dc4f48;
	width: 100%;
	padding: 16px 12px;
}
@media (min-width: 769px) and (max-width: 1160px){
	.home-header-title{
		font-size: 3.8rem !important;
		bottom: 15%;
		left: 2%;
		background: none;
		padding: 0px;
	}
}
@media(min-width: 1161px){
.home-header-title {
	line-height: 1rem;
    font-size: 5rem !important;
	font-weight: 700;
	margin-bottom: 2rem;
	bottom: 3%;
	left: 2%;
	background: none;
	padding: 0px;
}
}

.fv__title{
	font-size: 5rem;
	font-weight: 700;
    padding: 30px;
    margin-bottom: 0px;
    display: block;
}
@media (min-width: 601px) and (max-width: 780px){
	.fv__title{
		font-size: 4rem !important;
	}
}
@media(max-width: 600px){
.fv__title {
    font-size: 2.9rem !important;
	font-weight: 700;
	margin-bottom: 1rem;
	padding: 16px 0px;
	}
}
.fv__title2{
	font-size: 5rem;
	font-weight: 700;
    padding: 30px;
    display: inline-block;
}
@media (min-width: 601px) and (max-width: 780px){
	.fv__title2{
		font-size: 4rem !important;
	}
}
@media(max-width: 600px){
.fv__title2 {
    font-size: 2.9rem !important;
	font-weight: 700;
	margin-bottom: 0rem;
	padding: 16px 0px;
	}
}
/*ヘッダーニュース*/
.head__news{
	position: absolute;
    z-index: 99;
    bottom: 0px;
    right: 0px;
    background-color: #fff;
    text-align: center;
    color: #333;
    padding: 30px 50px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .2em;
	height: 88px;
}
@media(max-width: 768px){
.head__news{
   height: 110px;
	width: 100%;
	}
}
.head__news:hover{
	background: #f4f5f6;
}
.head__news p{
	margin-bottom: 0px;
}
/*---------------headerma---------------p*/
.header__map{
	width: 100px;
    position: absolute;
    bottom: 15%;
    right: 3%;
}
@media(max-width: 768px){
.header__map{
    bottom: 26%;
}
}
.updown {
    animation-name:updown1;   /* アニメーション名の指定 */
    animation-delay:0s;   /* アニメーションの開始時間指定 */
    animation-duration: 3s;   /* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;  /* アニメーションの動き指定（徐々に早く）*/
    animation-iteration-count: infinite; 
}
 
@keyframes updown1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
/*TOPのビジュアルテキスト*/
.top-text{
	width: 40%;
    position: absolute;
    bottom: 27%;
    left: 4%;
}
@media (min-width: 769px) and (max-width: 1160px){
	.top-text{
		 bottom: 31%;
		width: 50%;
	}
}
@media(max-width:768px){
	.top-text{
		display: none;
	}
}
/*ヘッダーお問い合わせCSS*/
.head-btn{
	text-decoration: none;
    border-radius: 30px;
    background: #07b53b;
    padding: 7px 25px;
	color: #fff;
	box-shadow: 1px 3px #ccc;
	margin-left: 30px;
}
@media (max-width: 979px){
.head-btn {
margin-left: auto;
margin-right: 10px;
}
}
@media (max-width: 480px){
.head-btn {
    padding: 2px 10px;
    margin-left: auto;
}
}
@media(max-width:480px){
	.head-btn{
    padding: 5px 15px;
	}
}
@media screen and (min-width: 980px){
	.site-logo{
		width: 100px;
		margin-bottom: 0px;
	}
}

.head-style{
	display: flex;
	justify-content: center;
    align-items: center;
}
@media(max-width: 980px){
	.head-style{
		margin-left: auto;
	}
}
@media (min-width: 980px) and (max-width: 1090px){
	.head-style{
		font-size: 14px;
	}
}
@media(max-width:480px){
.drawer-hamburger{
	padding-left: 15px;
}
}
.top-img{
	text-align: center;
	margin-bottom:100px;
}
@media(max-width:480px){
	.top-img{
		margin-bottom: 60px;
		margin-left: -23px;
    margin-right: -23px;
	}
}
.top-img img{
width: 40%
}
@media(max-width:979px){
	.top-img img{
		width: 70%;
	}
}
@media(max-width:600px){
	.top-img img{
		width: 100%;
		
	}
}
/*top写真*/
.top-bg{
	background: url(https://www.vehicle-base.com/wp-content/uploads/2020/06/top-bg-2.png);
	background-size: 100%;
	background-position: center center;
    padding: 25px;
}
.site-content .top-bg{
	max-width: 100vw;
	position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.flex-top{
	display:  flex;
}
.flex-item{
	margin: 0 8px;
  padding: 10px;
}
/*お知らせのCSS*/
.author-profile{
	display: none;
}
.wrap{
	height: 500px;
}
.wrap::before {
  content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100vh;
background-repeat:no-repeat;
background-position:50% 100%;
background-size:cover;
  background-image: url(https://design-2.flokka-22.com/design-2/wp-content/uploads/2024/08/AdobeStock_236982942_Preview.png);
}
/*レンタルピットのCSS*/
.main-box{
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
	margin-right: calc(50% - 50vw);
	margin-bottom: 240px;
	gap: 64px;
	padding-top: 24px;
}
@media(max-width:970px){
	.main-box{
		flex-direction: column;
		border: none;
		box-shadow: none;
		position: relative;
		margin-bottom: 120px;
		gap: 32px;
		padding-top: 0px;
	}
}
.main-image{
  width: 50%;
}
@media(max-width:979px){
	.main-image{
		width: 100%;
	}
}
.main-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
	width: 40%;
	padding-left: 40px;
}
@media(max-width:1100px){
	.main-text{
    width: 45%;
	}
}
@media(max-width:979px){
	.main-text{
    width: 90%;
	justify-content: start;
	}
}
.main-tti{
	font-size: 4rem;
	font-weight: 700;
	margin-bottom: 30px;
}
@media(max-width:480px){
	.main-tti{
		font-size: 1.4rem;
		color: #7d7d7d;
	}
}
.main-tti::after{
content: 'Rental-Pit';
 color: #0359b1;
font-size: 3rem;
	font-weight: bold;
	letter-spacing:.06em;
 display: block;
margin-top: 1rem;
}
@media(max-width:480px){
	.main-tti::before{
		font-size: 1.8rem;
	}
}
@media(max-width:480px){
	.main-tti::after{
		margin-top: 0rem;
	}
}
.main-p{
	display: block;
    margin: 0 auto 40px;
	font-size: 18px;
}
@media(max-width:480px){
	.main-p{
		font-size: 16px;
	}
}
.main-a{
}
@media(max-width:480px){
	.main-a{
		font-size: 16px;
	}
}
/*サービスセクション*/
.service__title{
	font-size: 4rem;
	font-weight: 700;
	margin-bottom: 30px;
}
.service__title::before{
content: 'SERVICE';
 color: #0359b1;
font-size: 2rem;
	font-weight: bold;
	letter-spacing:.06em;
 display: block;
margin-bottom: 0rem;
}

/*レンタルピット固定ページ*/
.rental-h2{
	margin-bottom: 20px;
	text-align: center;
}
/*h2見出しCSS*/
.tti-h2{
  position: relative;
  padding: 5px 5px 5px 42px;
  background: #77c3df;
  font-size: 1.75rem;
  color: white;
  margin-left: -33px;
	margin-bottom: 30px;
  line-height: 1.3;
  z-index:-1;
}

.tti-h2:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index:-2
}
/*h3見出しCSS*/
.tti-h3{
padding: .25em 0 .25em .75em;
  border-left: 6px solid #ccc;
	margin: 16px 0px;
}
/*キャンピングカーのCSS*/
.main-box2{
  display: flex;
  flex-wrap: nowrap;
	align-items: center;
	gap: 32px;
	margin-left: calc(50% - 50vw);
	margin-bottom: 160px;
	padding-bottom: 24px;
}
@media(max-width:979px){
	.main-box2{
		flex-direction: column;
		border: none;
		box-shadow: none;
		position: relative;
		margin-bottom: 120px;
		gap: 0px;
	}
}
.main2-image{
  width: 50%;
}
@media(max-width:979px){
	.main2-image{
		width: 100%;
	}
}
.main2-text {
	width: 40%;
	padding-right: 40px;
}
@media(max-width:979px){
	.main2-text{
    width: 90%;
	justify-content: start;
	}
}

.main2-tti{
	font-size: 4rem;
	font-weight: 700;
	margin-bottom: 30px;
}
@media(max-width:480px){
	.main2-tti{
		font-size: 1.4rem;
		color: #7d7d7d;
	}
}
.main2-tti::after{
content: 'Coating';
 color: #0359b1;
font-size: 3rem;
 display: block;
	font-weight: bold;
	letter-spacing: .06em;
	margin-top: 1rem;
}
@media(max-width:480px){
	.main2-tti::before{
		font-size: 1.8rem;
	}
}
@media(max-width:480px){
	.main2-tti::after{
		margin-top: 0rem;
	}
}
.main2-p{
	display: block;
    margin: 0 auto 40px;
	font-size: 18px;
}
@media(max-width:480px){
	.main2-p{
		font-size: 16px;
	}
}
/*-------------------スライドテキスト---------------------*/
.loop_wrap {
  display: flex;
  width: 100vw;
	overflow: hidden;
	position: relative;
    left: calc(50% - 50vw);
	margin-bottom: 40px;
}

@media(max-width:780px){
	.main2-p{
		margin-bottom: 60px;
	}
}

.loop_wrap img {
  width: auto;
  height: 100%;
	padding: 0px 20px;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.loop_wrap img:first-child {
  animation: loop 50s -25s linear infinite;
}

.loop_wrap img:last-child {
  animation: loop2 50s linear infinite;
}

/*-------------------serviceのCSS---------------------*/
.site-content .service-box{
	max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 30px 10px 50px;
    margin-bottom: 150px;
}
@media(max-width:480px){
	.site-content .service-box{
		margin-bottom: 60px;
	}
}
.service-box{
	background: url(https://www.vehicle-base.com/wp-content/uploads/2020/06/service-bg-1.jpg);
}
.service__container{
	display: flex;
	justify-content: center;
	gap: 32px;
	margin-bottom: 120px;
	font-size: 18px;
}
@media(max-width:780px){
	.service__container{
		flex-direction: column;
		margin-bottom: 48px;
		gap: 48px;
	}
}
.service__container h3{
	font-weight: 700;
}
.service__container img{
	margin-bottom: 32px;
	border-radius: 10px;
}
.flex__item{
	flex: 1;
}
a.flex__item{
	color: inherit;
}
a.flex__item:hover{
	opacity: .7;
	text-decoration: none !important;
}
.arrow{
	display: inline-block;
    position: relative;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #0359b1;
    border-radius: 50%;
    margin-left: 11px;
	vertical-align: middle;
    overflow: hidden;
}
.arrow::after{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.arrow__img::after{
	background: url(https://design-2.flokka-22.com/design-2/wp-content/uploads/2024/08/ico_circle_arrow.svg);
	background-size: 40px;
}
.arrow:hover{
	transform: translate(10px,0px);
	transition: all 0.3s 0s linear;
}
/*24時間ロードサービス*/
.pc-24{
    margin: 0 auto 160px;
    padding-left: 40px;
    padding-right: 40px;
}
@media(max-width: 768px){
	.pc-24{
		display: none;
	}
}
.sp-24{
	margin-bottom: 100px;
	padding: 0px 15px;
}
@media(min-width: 768px){
	.sp-24{
		display: none;
	}
}
/*アクセス*/
.item {
display: flex;
	gap: 32px;
flex-wrap: nowrap;
width: 100%;
margin-bottom: 150px;
}
@media(max-width:768px){
	.item{
		margin-bottom: 80px;
	}
}
.item-image {
  width: 50%;
}
@media(max-width:768px){
	.item-image{
		display: none;
	}
}
@media(min-width: 769px){
	.sp-item-image{
		display: none;
	}
	}
@media(max-width:768px){
	.item-box{
		text-align: center;
	}
}
.item h3{
	margin-bottom: 30px;
	font-size: 3rem;
	font-weight: 400;
}
.item-text {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.item-text p{
	margin-top: 20px;
	margin-bottom: 2rem;
}
/*NEWS*/
div.whatsnew dt{
	letter-spacing: .06em;
}
.news__box{
	background: #f5f5f5;
	padding: 120px 150px;
	margin: 0px calc(50% - 50vw);
}
@media(max-width:979px){
	.news__box{
		padding: 60px 15px;
	}
}

.news__arrow{
	padding: 0px 150px;
	margin: 0px calc(50% - 50vw);
}
@media(max-width:979px){
	.news__arrow{
		padding: 40px 15px 0px;
	}
}
div.whatsnew a{
	padding: 20px 0px;
}
div.whatsnew{
	margin: 10px 0 0px auto;
	width: 60%;
}
@media(max-width:979px){
	div.whatsnew{
	width: 100%;
}
}
.news__flex{
	display: flex;
	gap: 48px;
	justify-content: space-around;
	align-items: center;
}
@media(max-width:979px){
	.news__flex{
		align-items: start;
		flex-direction: column;
	}
}
.news__title h2{
	font-size: 3rem;
	font-weight: 700;
}
.news__title:after {
    content: 'News';
    color: #0359b1;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: .06em;
    display: block;
    margin-bottom: 80px;
}
@media screen and (max-width: 980px){
	.news__title:after{
		margin-bottom: 0px;
	}
}
/*------------フッター---------------*/
@media screen and (min-width: 980px) {
    .jumbotron-content, .three-column .site-content, .has-sidebar .site-content, .footer-widget-content {
        max-width: 1400px;
    }
}
@media screen and (min-width: 980px){
	.footer-widget-wrapper{
		align-items: flex-end;
	}
}
.footer-widget-area{
	border-top: 0px;
	background: #f6f6f6;
}
.page-id-30 .footer-widget-area{
	border-top: 0px;
	background: #fff;
}
.footer__flex{
	display: flex;
	justify-content: space-between;
	align-items: end;
	margin-bottom: 40px;
}
@media(max-width:979px){
.footer__flex{
	flex-direction: column;
	align-items: center;
	gap: 32px;
	margin-bottom: 0px;
	}
}
@media(max-width:979px){
.footer-logo{
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 40px;
	}
}
.footer-logo img{
	margin-bottom: 30px;
}
@media(max-width:979px){
.footer-logo img{
	width: 50%;
	
	}
}
@media(max-width:768px){
.footer-logo img{
	width: 50%;
	}
}

.footer__subText{
	
}
@media(max-width:979px){
	.footer__subText{
		text-align: center;
	}
}
/*フッターメニュー*/
.sp{
	display: flex;
	flex-wrap: wrap;
	font-size: 18px;
}

footer nav ul li{
    display: block;
    width: 50%;
    border-top: 1px solid #ccc;
}

footer nav ul li:nth-child(2n){
    border-left: 1px solid #ccc;
}
footer nav ul li:nth-child(n+7){
    border-bottom: 1px solid #ccc;
}
footer nav ul li a span{
    display: block;
    font-size: 14px;
    line-height: 4.2;
    width: 300px;
    margin: auto;
    position: relative;
    transition: 0.3s;
}
@media(max-width: 768px){
footer nav ul li a span {
    width: 100%;
    font-size: 13px;
    padding-left: calc(6vw - 3px);
	line-height: 5;
	color: #222;
}
}
@media(min-width: 768px){
	.sp-menu{
		display: none;
	}
}
.widget-2{
	line-height: 3rem;
	display: flex;
	gap: 64px;
}
@media(max-width:979px){
	.widget-2{
		display: none;
	}
} 
.widget-3{
	line-height: 3rem;
}
@media(max-width:979px){
	.widget-3{
		display: none;
	}
}
.footer__subBox{
	display: flex;
	justify-content: space-between;
}
@media(max-width:979px){
	.footer__subBox{
	flex-direction: column;
    gap: 32px;
    align-items: center;
	}
}
.footer__snsBox{
	margin-right: 0%;
}
.footer__snsInsta{
	width: 40px;
	margin-left: 24px;
}
.footer__snsFace{
	width: 40px;
}
footer ul{
	margin-left:-20px;
	margin-right: -20px;
} 
/*フッターお問い合わせ*/
.footer-btn{
	text-decoration: none;
    border-radius: 30px;
    background: #07b53b;
    padding: 16px 25px;
	color: #fff;
	box-shadow: 1px 3px #ccc;
	margin-left: 30px;
}
@media (max-width: 979px){
.footer-btn {
margin-left: auto;
margin-right: 10px;
}
}
@media (max-width: 480px){
.footer-btn {
    padding: 2px 10px;
    margin-left: auto;
}
}
@media(max-width:480px){
	.footer-btn{
    padding: 5px 15px;
	}
}
.button03{
     text-decoration: none;
     text-align: center;
	color: #333;
     background-color: #fed400; /*ボタン色*/
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
	font-weight: 700;
}
.button03::after{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f5e4";
    margin-left: 0px;
    color: #333;
}
.button03:hover{
	opacity: .8;
	text-decoration: none;
}
@media(max-width:480px){
	.button03{
		display: none;
	}
}
.button04::after{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f5e4";
    margin-left: 0px;
    color: #fff;
}
.button04:hover{
    opacity: .8;
	text-decoration: none;
}
/*フッターメニューアイコン*/
.footer-icon::before{
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 20px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url(https://www.vehicle-base.com/wp-content/uploads/2020/07/レンチ＆ドライバーの設定アイコン。-5.png);
  background-size: contain;
  vertical-align: middle;
	margin-right: 7px;
}
.footer-icon2::before{
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 20px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url(https://www.vehicle-base.com/wp-content/uploads/2020/07/キャンピングカーアイコン1-1.png);
  background-size: contain;
  vertical-align: middle;
	margin-right: 7px;
}
.footer-icon3::before{
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 20px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url(https://www.vehicle-base.com/wp-content/uploads/2020/07/乗用車のアイコン素材1-1.png);
  background-size: contain;
  vertical-align: middle;
	margin-right: 7px;
}
.footer-icon4::before{
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 20px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url(https://www.vehicle-base.com/wp-content/uploads/2020/07/サーチアイコン.png);
  background-size: contain;
  vertical-align: middle;
	margin-right: 7px;
}
.footer-icon5::before{
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 20px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url(https://www.vehicle-base.com/wp-content/uploads/2020/07/インパクトドライバーアイコン1.png);
  background-size: contain;
  vertical-align: middle;
	margin-right: 7px;
}
.footer-icon6::before{
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 20px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url(https://www.vehicle-base.com/wp-content/uploads/2020/06/水泳アイコン2.png);
  background-size: contain;
  vertical-align: middle;
	margin-right: 7px;
}
.footer-icon7::before{
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 20px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url(https://www.vehicle-base.com/wp-content/uploads/2020/07/乗用車のアイコン素材1-1.png);
  background-size: contain;
  vertical-align: middle;
	margin-right: 7px;
}
.footer-icon8::before{
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 20px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url(https://www.vehicle-base.com/wp-content/uploads/2020/07/本社のアイコン.png);
  background-size: contain;
  vertical-align: middle;
	margin-right: 7px;
}
.footer-form{
	text-align: center;
}
.sns-box{
	display: flex;
	justify-content: center;
	align-items: center;
}
@media(min-width:980px){
	.sns-box{
		flex-direction: column;
	}
}
.footer-sns1{
	width: 40px;
}
@media(min-width:980px){
	.footer-sns1{
margin-bottom: 30px;
	}
}
.footer-sns2{
	width: 60px;
	padding-left: 20px;
}
@media(min-width:980px){
	.footer-sns2{
margin-bottom: 30px;
	width: 60px;
	}
}
@media(max-width:768px){
	.sns-box{
		justify-content: center;
	}
}
@media(max-width:768px){
	.widget {
    margin-bottom: 2rem;
}
}
.widget ul{
	margin-left: -20px;
}
.widget li{
	margin-bottom: 0px;
}
.widget a{
	text-decoration: none;
}
/*フッターボタン*/
.footer-btn{
	text-decoration: none;
    border: 1px solid #FFD629;
    border-radius: 30px;
    background: #FFD629;
    padding: 16px 24px;
	color: #595959;
	box-shadow: 1px 3px #ccc;
}
@media(max-width: 979px){
	.footer-btn{
		margin-left: 20px;
	}
}
.footer-btn2{
	text-decoration: none;
    border-radius: 30px;
    background: #0359B1;
    padding: 16px 24px;
	color: #fff !important;
	box-shadow: 1px 3px #ccc;
	margin-left: 16px;
}
@media(max-width: 979px){
	.footer-btn2{
		margin-left: 20px;
	}
}
/*フッターコピー*/
.site-bottom{
	background-color: #0359B1 !important;
	color: #fff;
}
.site-info{
	clear: both !important;
   float: none !important;
	text-align: left !important;
}
@media(max-width: 780px){
	.site-info{
		text-align: center !important;
	}
}
/*テーブルレイアウト*/
.side-scroll-table{
	overflow: auto;
	overflow-y: hidden;
}
.side-scroll-table table{
	border-collapse: collapse;
	border-spacing: 0;
	color: #5e5e5e;
	width: 100%;
	min-width: 800px;
}
.side-scroll-table table tbody tr:nth-child(odd){
	background-color: #fafbfc;
}
.side-scroll-table table th,
.side-scroll-table table td{
	padding: 5px;
	border: 1px solid #ddd;
}
.side-scroll-table table th{
	font-weight: bold;
	text-align: center;
	background-color: #f3f4f5;
}
/*よくある質問CSS*/
#QandA-1 {
	width: 100%;
	font-family: メイリオ;
	font-size: 14px; /*全体のフォントサイズ*/
}
@media(min-width: 768px){
	#QandA-1{
		font-size: 17px;
	}
}
#QandA-1{
margin-top: 40px;
}
#QandA-1 dt {
	background: #0091CD; /* 「Q」タイトルの背景色 */
	color: #fff; /* 「Q」タイトルの文字色 */
	padding: 8px;
	border-radius: 2px;
}
#QandA-1 dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
}
#QandA-1 dd {
	margin: 24px 16px 40px 32px;
	line-height: 140%;
	text-indent: -24px;
}
#QandA-1 dd:before {
	content: "A.";
	font-weight: bold;
	margin-right: 8px;
}
/*グーグルカレンダーCSS*/
span #calendarTitle{
	display: none;
}
.g-calendar {
    text-align:center;
	margin-bottom: 100px;
    }
@media(max-width:480px){
.g-calendar{
		margin-bottom: 50px;
	}
}
.g-calendar iframe {
    width:100%;
    max-width:800px;
    height:600px;
    }

@media (min-width: 768px) {
    
.g-calendar iframe {
    height:700px;
    }
        
}
span #calendarTitle{
	display: none !important;
}
/* template01 */
.form__wrap {
  width: 100%;
  max-width: 900px;/*フォームの最大幅*/
  margin-right: auto;
  margin-left: auto;
}
.wpcf7 .template01 {
  color: #333;
  font-size: 16px;
}
.wpcf7 .template01 a {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: inherit;
  transition: opacity .25s;
}
.wpcf7 .template01 a:hover {
  opacity: .5;
  transition: opacity .25s;
}
.wpcf7 .template01 div.form__row {
  margin: 0;
  padding: 0;
  margin-top: 2em;
}
.wpcf7 .template01 div.form__row.row-privacy {
  margin-top: 3.5em;
  text-align: center;
}
.wpcf7 .template01 div.form__row.row-submit {
  margin-top: 3em;
  text-align: center;
}
.wpcf7 .template01 p.form__label,
.wpcf7 .template01 p.form__body {
  margin: 0;
  margin-bottom: .5em;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .template01 p.form__label label {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .template01 p.form__label.is-required label {
  padding-right: 40px; 
}
.wpcf7 .template01 p.form__label.is-required label::after {
  content: "必須";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  padding: 0 5px;
  background-color: #eb1919;
  color: #fff;
  font-size: 11px;
  text-align: center;
  box-sizing: border-box;
}
/* テキストフィールド */
.wpcf7 .template01 input[type=text],
.wpcf7 .template01 input[type=tel],
.wpcf7 .template01 input[type=email],
.wpcf7 .template01 input[type=url],
.wpcf7 .template01 input[type=date],
.wpcf7 .template01 input[type=number],
.wpcf7 .template01 textarea {
  width: 100%;
  margin: 0;
  padding: .5em 1em;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* テキストフィールド placeholder */
.wpcf7 .template01 input[type=text]::placeholder,
.wpcf7 .template01 input[type=tel]::placeholder,
.wpcf7 .template01 input[type=email]::placeholder,
.wpcf7 .template01 input[type=url]::placeholder,
.wpcf7 .template01 input[type=date]::placeholder,
.wpcf7 .template01 input[type=number]::placeholder,
.wpcf7 .template01 textarea::placeholder {
  color: #ccc;
}
.wpcf7 .template01 input[type=text]:-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]:-ms-input-placeholder,
.wpcf7 .template01 input[type=email]:-ms-input-placeholder,
.wpcf7 .template01 input[type=url]:-ms-input-placeholder,
.wpcf7 .template01 input[type=date]:-ms-input-placeholder,
.wpcf7 .template01 input[type=number]:-ms-input-placeholder,
.wpcf7 .template01 textarea:-ms-input-placeholder {
  color: #ccc;
}
.wpcf7 .template01 input[type=text]::-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]::-ms-input-placeholder,
.wpcf7 .template01 input[type=email]::-ms-input-placeholder,
.wpcf7 .template01 input[type=url]::-ms-input-placeholder,
.wpcf7 .template01 input[type=date]::-ms-input-placeholder,
.wpcf7 .template01 input[type=number]::-ms-input-placeholder,
.wpcf7 .template01 textarea::-ms-input-placeholder {
  color: #ccc;
}
/* テキストフィールド フォーカス時 */
.wpcf7 .template01 input[type=text]:focus,
.wpcf7 .template01 input[type=tel]:focus,
.wpcf7 .template01 input[type=email]:focus,
.wpcf7 .template01 input[type=url]:focus,
.wpcf7 .template01 input[type=date]:focus,
.wpcf7 .template01 input[type=number]:focus,
.wpcf7 .template01 textarea:focus {
  outline: 0;
  border: 1px #080808 solid;
}
/* チェックボックス */
.wpcf7 .template01 input[type=checkbox] {
  display: none;
}
.wpcf7 .template01 input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=checkbox] + span::before {
  content: "";
  opacity: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #fff;
  box-sizing: border-box;
  transition: opacity .25s ease;
  z-index: 1;
}
.wpcf7 .template01 input[type=checkbox] + span::after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: .8em;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity .25s ease;
  z-index: 10;
}
.wpcf7 .template01 input[type=checkbox]:checked + span {
  color: #306ad4;
  transition: all .25s ease;
}
.wpcf7 .template01 input[type=checkbox]:checked + span::before {
  opacity: 1;
  transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=checkbox]:checked + span::after {
  opacity: 1;
  border-bottom: 2px solid #306ad4;
  border-right: 2px solid #306ad4;
  transition: opacity .25s ease;
}
/* ラジオボタン */
.wpcf7 .template01 input[type=radio] {
  display: none;
}
.wpcf7 .template01 input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0; 
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=radio] + span::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=radio]:checked + span {
  color: #306ad4;
  transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=radio]:checked + span::after {
  opacity: 1;
  top: .2em;
  left: .2em;
  width: .6em;
  height: .6em;
  background-color: #306ad4;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
/* セレクト */
.wpcf7 .template01 span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
}
.wpcf7 .template01 select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: .5em 2.5em .5em 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fff;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 .template01 select::-ms-expand {
  display: none;
}
.wpcf7 .template01 span.select-wrap::after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: .6em;
  height: .6em;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}
.wpcf7 .template01 select:focus {
  outline: 0;
  border: 1px #080808 solid;
}
.wpcf7 .template01 span.select-wrap:focus-within::after {
  border-bottom: 1px solid #080808;
  border-right: 1px solid #080808;
}
/* 送信ボタン */
.wpcf7 .template01 .submit-btn {
  position: relative;
  width: 320px;
  height: 65px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.wpcf7 .template01 input[type="submit"] {
  cursor: pointer;
  width: 320px;
  max-width: 100%;
  padding: 18px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: opacity .25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 .template01 input[type="submit"]:disabled {
  cursor: not-allowed;
  box-shadow: none!important;
  border: 1px solid #f8f8f8!important;
  background-color: #f8f8f8!important;
  color: #999!important;
}
.wpcf7 .template01 input[type="submit"]:hover {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  transition: opacity .25s, background-color .25s;
}
.wpcf7 .template01 input[type="submit"]:focus {
  outline: 1px #eee solid;
  border: 1px #080808 solid;
}
.wpcf7 .template01  span.wpcf7-list-item {
  margin: 0 1em .2em 0;
}
.wpcf7 .template01 .ajax-loader {
  display: block;
}
@media only screen and (max-width: 768px) {
  .wpcf7 .template01 span.wpcf7-list-item {
    display: block;
  }
}
/*ボタンhover*/
.button01{
     text-decoration: none;
     text-align: center;
	color: #333;
     background-color: #fed400; /*ボタン色*/
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
	font-weight: 700;
}
.button01::after{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f5e4";
    margin-left: 0px;
    color: #333;
}
.button01:hover{
     background-color: #fbe178; /*ボタン色*/
	text-decoration: none;
}
@media(min-width: 980px){
	.button01{
		display: none;
	}
}
.button02{
	color: #222;
     text-decoration: none;
     text-align: center;
     background-color: #fff; /*ボタン色*/
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
}
.button02:hover{
	text-decoration: none;
}
.main-navigation a:hover{
	text-decoration: none;
}
/*カスタムフィールドCSS*/
.custom-flex{
	max-width: 700px;
  margin: 0 auto 50px;
    padding-bottom: 20px;
}
.custom-item{
  max-width: 60%;
  display: block;
}
@media(max-width:599px){
	.custom-item{
		max-width: 100%;
		margin-bottom: 30px;
	}
}
@media screen and (min-width:600px) { 
  .custom-flex{
    display:flex;
    flex-wrap:nowrap;
    justify-content:space-between;
	  align-items: center;
  }
}
  .custom-item+.custom-item2{
    margin-left:1.5em;
  }
}
.custom-item2{
	width: 40%;
}
@media(max-width:599px){
	.custom-item2{
		width: 100%;
	}
}
.custom-h4{
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #fcd69e;/*左線*/
}
/*カスタムフィールドボタン*/
.custom-btn{
    color: #222;
    text-decoration: none;
    text-align: center;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.custom-btn:hover {
    background-color: #ffd629;
    text-decoration: none;
}
.custom-a{
	display: inline-block;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 5px 40px;
}

/*TOPメニューCSS*/

@media(min-width: 782px){
.top-bar-content, .main-header-content, .home-header-content, .site-bottom-content{
	max-width: 100% !important;
	}
}

/*--------中古車販売ページCSS----------*/
.second__span{
	font-weight: 700;
	color: #0359b1;
}
/*--------料金ページCSS----------*/
.price__box{
	margin-bottom: 80px;
}
.price__title{
	margin-bottom: 40px;
	border-left: 5px solid #fed400;
    font-weight: 700;
    padding-left: 16px;
}
.price__img{
	margin-bottom: 80px;
}
/*--------googlemapページCSS----------*/
.gmap_iframe {
    aspect-ratio: 16 / 9;
    max-width: 1000px;
    width: 100%;
	padding-top: 200px;
    margin-top:-200px;
}
/*--------single.phpページCSS----------*/
.single__top{
	margin-top: 140px;
}
.has-sidebar .site-content{
	justify-content: center;
}
.cat-links a{
	background: #0359b1;
	padding: 6px 12px;
	color: #fff;
	font-size: 12px;
}
.entry-title a{
	font-weight: 700;
}


.container2 {
  background-image: url(https://design-2.flokka-22.com/design-2/wp-content/uploads/2024/09/bg__60.png);
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
	margin: 40px calc(50% - 50vw);
    width: 100vw;
}