@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.1.2
*/

/* フッターのコピーライトオフ */
footer .site-footer-copyright p:nth-child(2) {
    display:none !important;
    }

/*参考*/
body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  line-height: 1;
  color: #282828;
  background-color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  clear: both;
}
ul,
ol,
dl,
p,
img,
form,
dt,
dd {
  margin: 0;
  padding: 0;
  border: 0;
}
li {
  list-style: none;
}
img {
  vertical-align: bottom;
}
a {
  color: #282828;
  text-decoration: none;
}
a:active,
a:hover {
  color: #282828;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
  font-weight: normal;
}
/* microclearfix */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
/** For IE 6/7 only */
.cf {
  *zoom: 1;
}
/*
---------------------------------------------

    RESET

*/
*:focus {
  outline: none;
}
/*
---------------------------------------------

    flash エラーメッセージ

*/
div.message {
  text-align: center;
  cursor: pointer;
  display: block;
  font-weight: normal;
  padding: 0 1.5rem 0 1.5rem;
  transition: height 300ms ease-out 0s;
  background-color: #a0d3e8;
  color: #626262;
  position: absolute;
  top: 144px;
  right: 0;
  left: 0;
  z-index: 200;
  overflow: hidden;
  height: 43px;
  line-height: 2.5em;
  box-radius: 5px;
}
div.message:before {
  line-height: 0px;
  font-size: 20px;
  height: 8px;
  width: 8px;
  border-radius: 16px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  left: -11px;
  top: -1px;
  background-color: #FFF;
  content: "i";
  color: #a0d3e8;
}
div.message.error {
  background-color: #C3232D;
  color: #FFF;
}
div.message.error:before {
  padding: 11px 11px 8px 8px;
  color: #C3232D;
  content: "x";
}
div.message.hidden {
  height: 0;
}
/*
---------------------------------------------

    Header layout

*/
.l-header-frame {
  width: 100%;
  height: 106px;
  color: #ffffff;
  position: fixed;
  z-index: 200;
}

.l-header-frame__title {
  position: absolute;
  top: 10px;
  left: 20px;
}
.l-header-frame__title a:hover {
  opacity: 0.6;
}
.l-header-frame__info {
  text-align: right;
  position: absolute;
  top: 15px;
  right: 135px;
}
.l-header-frame__info dl {
  display: inline-block;
}
.l-header-frame__info .l-header-frame__tel-icon {
  float: left;
}
.l-header-frame__info .l-header-frame__tel {
  padding: 5px 0 0 0;
  float: left;
  font-size: 32px;
  text-shadow: 0px 0px 10px rgba(68, 68, 68, 0.6);
}
.l-header-frame__info .l-header-frame__tel a {
  color: #ffffff;
}
.l-header-frame__info .l-header-frame__tel a:hover {
  opacity: 0.6;
}
.l-header-frame__info .l-header-frame__business-hours {
  font-size: 14px;
}
.l-header-frame__navi {
  width: 106px;
  height: 106px;
  background: #282828;
  position: absolute;
  top: 0;
  right: 0;
}
.l-global-navi-btn {
  width: 45px;
  height: 60px;
  margin: 23px auto;
  display: block;
  position: relative;
}
.l-global-navi-btn span {
  width: 100%;
  height: 4px;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  left: 0;
  transition: all .2s;
  font-size: 14px;
}
.l-global-navi-btn span:nth-of-type(1) {
  top: 0;
}
.l-global-navi-btn span:nth-of-type(2) {
  top: 17px;
  background: none;
}
.l-global-navi-btn span:nth-of-type(2):before,
.l-global-navi-btn span:nth-of-type(2):after {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  transition: all 0.4s;
  transform: rotate(0deg);
}
.l-global-navi-btn span:nth-of-type(3) {
  top: 34px;
  right: 0;
}
.l-global-navi-btn span:nth-of-type(3):after {
  position: absolute;
  bottom: -22px;
  color: #ffffff;
  content: 'MENU';
}
.l-global-navi-btn.active span:nth-of-type(1) {
  left: 100%;
  width: 0px;
}
.l-global-navi-btn.active span:nth-of-type(2):before {
  transform: rotate(135deg);
}
.l-global-navi-btn.active span:nth-of-type(2):after {
  transform: rotate(45deg);
}
.l-global-navi-btn.active span:nth-of-type(3) {
  width: 0px;
  right: 100%;
}
.l-global-navi {
  position: absolute;
  top: 106px;
  right: -240px;
  z-index: 999;
}
.l-global-navi li a {
  width: 180px;
  padding: 25px 30px;
  display: block;
  border-bottom: solid 1px #686868;
  background: #403f3f;
  color: #ffffff;
}
.l-global-navi li a:hover {
  background: #282828;
}
.l-global-navi li:last-child a {
  border-bottom: none;
}
.l-breadcrumbs {
  padding: 12px 30px;
  position: fixed;
  top: 106px;
  left: 0;
  right: 0;
  z-index: 200;
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(68, 68, 68, 0.6);
  font-size: 14px;
}
.l-breadcrumbs li {
  float: left;
}
.l-breadcrumbs a {
  color: #ffffff;
  text-decoration: underline;
}
.l-breadcrumbs a:hover {
  text-decoration: none;
}
.l-breadcrumbs--bgcolor {
  background: #5d5b5b;
}

@media screen and (max-width: 979px){
.l-header-frame__logo {
    width: 60%;
	}
.l-header-frame {
  height: 60px;}
}
/*
---------------------------------------------

    Footer layout

*/
.l-footer-frame {
  font-size: 12px;
  color: #aaaaaa;
  background-color: #3b3a3a;
  text-align: center;
}
.l-footer-frame a {
  color: #ffffff;
}
.l-footer-frame a:hover {
  color: #ffffff;
  opacity: 0.6;
}
.l-footer-area__dark {
  padding: 20px 0 35px 0;
  color: #ffffff;
  background-color: #282828;
}
.l-footer-box {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: left;
  line-height: 1.6em;
}
.l-footer-box--flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.l-footer-box__title {
  width: 20%;
  padding: 0 20px 0 0;
  border-right: solid 1px #4f4f4f;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.l-footer-box__logo {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.l-footer-box__info {
  width: 30%;
  padding: 0 20px;
  border-right: solid 1px #4f4f4f;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.l-footer-box__tel {
  padding: 0 0 10px 0;
  font-size: 28px;
  white-space: nowrap;
}
.l-footer-box__tel img {
  height: 28px;
  padding: 0 5px 0 0;
}
.l-footer-box__menu-list {
  width: 70%;
  padding: 0 0 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-footer-box__menu-list li {
  width: 90px;
  padding: 10px 0 10px 12px;
  background: url("https://car.epicrental.jp/wp-content/uploads/2023/05/icon_arrow_footer_menu.png") no-repeat 0 15px;
}
.l-footer-box__sns-list {
  margin: 0 0 0 400px;
  padding: 10px 0;
  display: table;
}
.l-footer-box__sns-list li {
  padding: 0 0 0 50px;
  display: table-cell;
  vertical-align: middle;
}
.l-pagetop {
  margin: 0 auto 20px 0;
}
/* ---------------------------------------------
    Not Found
*/

  /*

epicrental.jp編集

*/

.l-header-frame__logo{
	max-height:82px;
}

  /*
----------------------------------------------------

メニューボタンをPCにも表示

*/

@media (min-width: 992px) {

body.device-pc .vk-mobile-nav-menu-btn,
body.device-pc .vk-mobile-nav {
    display: block;
}
.vk-mobile-nav-menu-btn{
    background-image: url(https://car.epicrental.jp/wp-content/uploads/2023/05/menu.jpg);
    background-repeat: no-repeat;
	top: 0px;
	width:106px;
	height:106px;
	background-size: contain;
}
.vk-mobile-nav-menu-btn.menu-open {
    background: url(https://car.epicrental.jp/wp-content/uploads/2023/05/menu-open.jpg);align-content
	background-repeat: no-repeat;
	}
	
	
.admin-bar .vk-mobile-nav-menu-btn {
    top: calc(32px);
}

.vk-mobile-nav-menu-btn.position-right {
    right: 0px;
}
	.vk-mobile-nav.vk-mobile-nav-right-in {
    right: 0%;
}

.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in {
    left: calc(100% - 240px);
    height: 100vh;
}
	.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in {
    top: 106px;
}
	.admin-bar .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in {
    top: calc(32px + 106px);
}

body.device-mobile .vk-mobile-nav-menu-btn {
    display: block;
}
}

@media (max-width: 991px) {
.vk-mobile-nav-menu-btn{
    background-image: url(https://car.epicrental.jp/wp-content/uploads/2023/05/menu.jpg);
    background-repeat: no-repeat;
	background-size: contain;
}
	.vk-mobile-nav-menu-btn.menu-open {
    background: url(https://car.epicrental.jp/wp-content/uploads/2023/05/menu-open.jpg);align-content
	background-repeat: no-repeat;
		background-size: contain;
}	
.admin-bar .vk-mobile-nav-menu-btn {
    top: calc(32px);
}

.vk-mobile-nav-menu-btn {
    width: 60px;
    height: 60px;
	right:0px!important;
}
.vk-mobile-nav-menu-btn.position-right {
    left: inherit;
    right: 0px;
}
	.admin-bar .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in {
    top: calc(32px + 60px);
	left: calc(100% - 180px);
}
	.l-global-navi li a {
    width: 180px;
    padding: 15px 30px;
	}
.vk-mobile-nav nav ul li a {
    width: 180px !important;
    padding: 15px 30px !important;
}
}


#search-4{
	display:none;
}

.vk-mobile-nav nav ul li a {
width: 240px;
    padding: 25px 30px;
    display: block;
    border-bottom: solid 1px #686868;
    background: #403f3f;
    color: #ffffff;
}

.vk-mobile-nav {
	padding: 0px 0px;
background:none;
border:none;}

.vk-mobile-nav .vk-mobile-nav-menu-outer {
    margin-bottom: 0em;
}	

.veu_contact .contact_frame {
    display: none !important;
}
.veu_card {
    border: none !important;
}
.vk-mobile-nav nav>ul {
    border-top: none !important;
}

.site-body{
	padding:0;
}

  /*
----------------------------------------------------

ヘッダーを非表示

*/

.page-header{
	display:none;
}

.breadcrumb {
    padding: 12px 30px;
    position: fixed;
    top: 106px;
    left: 0;
    right: 0;
    z-index: 200;
    color: #ffffff;
    text-shadow: 0px 0px 10px rgba(68, 68, 68, 0.6);
    font-size: 14px;
	border:none;
}
.breadcrumb a {
    color: #ffffff;
    text-decoration: underline;
}

.admin-bar .breadcrumb {
    top: calc(32px + 106px);
}

@media screen and (max-width: 979px){
.breadcrumb {
    padding: 10px;
    line-height: 1.5;
    top: 60px;
    font-size: 11px;
	height:36px;
}
	.admin-bar .breadcrumb {
    top: calc(32px + 60px);
}
}


  /*
---------------------------------------------

    リキャプチャ非表示

*/
.grecaptcha-badge { visibility: hidden; }


  /*
---------------------------------------------

    タブレット・スマホ用フッターレイアウト

*/

@media screen and (max-width: 979px) {


  .l-footer-frame {
    font-size: 10px;
  }
  .l-footer-area {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .l-footer-area__dark {
    padding: 20px 0 0 0;
  }
  .l-footer-box {
    padding: 15px 10px;
  }
  .l-footer-box__title {
    width: 32%;
    padding: 0 3% 0 0;
    border-right: none;
  }
  .l-footer-box__logo {
    max-width: 210px;
  }
  .l-footer-box__info {
    width: 68%;
    padding: 0 0 0 3%;
    border-right: none;
    border-left: solid 1px #4f4f4f;
    text-align: left;
  }
  .l-footer-box__tel {
    font-size: 18px;
  }
  .l-footer-box__tel img {
    height: 18px;
  }
  .l-footer-box__sns-list {
    padding: 15px 0 0 0;
	margin: 0 0 0 0 !important;
  }
  .l-footer-box__sns-list li {
    padding: 0 0 0 30px;
  }
  .l-footer-box__menu-list {
    width: 100%;
    margin: 25px 0 0 0;
    padding: 0;
    font-size: 12px;
  }
  .l-footer-box__menu-list li {
    width: 33.333%;
    padding: 0 0 20px 10px;
    background: url(https://car.epicrental.jp/wp-content/uploads/2023/05/icon_arrow_footer_menu.png) no-repeat 0 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }


}

.l-two-column__left, .l-two-column__right {
    display: table-cell;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}

@media screen and (max-width: 979px){
.l-two-column__left, .l-two-column__right {
    display: block;
	}}

.xo-slider-template-thumbnail .swiper-slide img {
    cursor: pointer;
}