/* 
Theme Name:	rentacar.osaka
Theme URL:https://rentacar.osaka/
Description:株式会社ライフード
Author:	rentacar.osaka
Version:1.0.0
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');
html{
	font-size:62.5%;
}
body{
	font-size:16px;
	font-size:1.6rem;
	font-family: 'Noto Sans JP',"新ゴ M", "Shin Go Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin:0;
    color:#333;
}
@keyframes fadeInAni {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-webkit-keyframes fadeInAni {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
div{
    display: block;
}
.wrapper{
	overflow: hidden;
}
.clearfix::after{
	clear: both;
	display: block;
	content:"";
}
.pc-none{
    display: none;
}
iframe{
    width:100%;
    display: block;
}
.flex{
    display: flex;
    justify-content: space-between;
}
img{
    display: block;
    max-width:100%;
    height:auto;
}
div{
    box-sizing: border-box;
}
.fadeIn {
	opacity : 0;
	transform : translate(0px, 100px);
	transition : all 800ms;
	}
.fadeIn.scrollin {
	opacity : 1;
	transform : translate(0px, 0px);
}
.delay02{
    transition-delay: 0.2s;
}

.delay04{
    transition-delay: 0.4s;
}
.delay06{
    transition-delay: 0.6s;
}
.sp-br{
    display: none;
}
/* grid */
@media(min-width:1200px){
    .container{
        max-width:1200px;
    }
}
.container{
    width:100%;
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto;
}
/* header */
header{
    display: flex;
    justify-content: space-between;
    align-items:center;
    width:100%;
    height: 80px;
    padding-left:10px;
    padding-right:0;
    box-sizing: border-box;
}
#logo h1{
    margin:0;
}
#logo img{
    max-width:300px;
    height: auto;
}
#header-right {
    display: flex;
    list-style: none;
    align-items: center;
    padding: 0;
    margin:0;
    height: 80px;
}
.header-tel{
    width:300px;
}
.header-contact a{
    background-color: #f0209d;
    color:#FFF;
    text-decoration: none;
    height:100%;
    line-height: 80px;
    padding:0 30px;
    display: block;
    margin-left:10px;
}
.header-contact a:hover{
    opacity: 0.8;
}
.hum-menu{
    display: none;
}
#global-menu{
    background-color: #6dc50d;
}
#global-menu ul{
    width: 100%;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
#global-menu li a{
    color: #ffffff;
    display: block;
    font-size:16px;
    text-decoration: none;
    padding:20px 15px;
}
#global-menu li a:hover{
    background-color: #FFF;
    color:#6dc50d;
}

.sp-header-right{
    display: none;
}

/* hero */
#home-hero{
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
    width:100%;
    position: relative;
}
.hero-contact{
    position: absolute;
    bottom:-30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    margin: auto;
    z-index: 100;
    width:480px;
    max-width:100%;
    box-sizing:border-box;
    text-align:center;
}
.hero-contact a{
    background-color:#f0209d;
    display: block;
    padding:15px 15px;
    border-radius: 40px;
    text-align:center;
    color:#FFF;
    text-decoration: none;
    font-size:28px;
    font-weight: bold;
}

@keyframes fadInHero {
    0% {
        background-size: 0% 100%;
    }
    100% {
        background-size: 100% 100%;
    }
}
/* swiper */
.swiper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow-x:hidden;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left:15px;
    padding-right:15px;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-button-next,.swiper-button-prev {
    color:#444;
  }
  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #6dc50d;
}
.swiper-button-prev{
    left:0;
}
.swiper-button-next{
    right: 0;
}




/* footer */
footer{
    background-color:#FFF;
    padding-top:30px;
}
.footer-content{
    width:100%;
    margin-bottom:30px;
}
.footer-menu ul{
    margin:0;
    padding: 0;
    display: flex;
    list-style-type: none;
    justify-content: space-between;
}
.footer-menu ul a{
    color:#6dc50d;
    display: block;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.5;
    padding:10px 15px;
}
.footer-menu ul.footer-menu-bottom{
    justify-content: center;
}

.footer-logo img{
    width:360px;
    margin:0 auto;
    margin-bottom:30px;
}
.copyright{
    text-align: center;
    color: #FFF;
    padding-top:10px;
    padding-bottom: 10px;
    font-size:14px;
    font-weight: normal;
    background-color: #6dc50d;
}
#side-banner{
    position: fixed;
    bottom:100px;
    right:0;
    z-index: 10001;
}
#side-banner ul{
    margin:0;
    list-style: none;
    padding: 0;
}
#side-banner ul li{
    background-color:#f0209d;
    margin-bottom:10px;
}
#side-banner ul li:nth-child(2n){
    background-color:#6dc50d;
}
#side-banner a{
    width:auto;
    height:auto;
    padding:20px 20px 30px 20px;
    display: block;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  color:#FFF;
  text-decoration: none;
  font-size:18px;
  font-weight: bold;
}
.svg-icon{
    fill:#FFF;
    width:24px;
    margin-bottom:8px;
}

/* home */
.h2-ttl{
    color:#6dc50d;
    display: block;
    font-weight: bold;
    margin-bottom:68px;
    font-size:30px;
    line-height: 1;
    text-align: center;
}
.h2-ttl span{
    padding-top:10px;
    display: block;
    font-size:0.7em;
    color:#6dc50d;
    font-weight: normal;
}
.more-btn a{
    width:260px;
    background-color:#6dc50d;
    color:#FFF;
    margin-left:auto;
    margin-right:auto;
    display: block;
    padding-top:15px;
    padding-bottom:15px;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    font-size:16px;
    margin-top:15px;
    margin-bottom: 15px;;
    
}
#home-service{
    background-color:#FFF;
    padding-top:80px;
    padding-bottom:80px;
}
#home-service ul{
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
    margin:0;
}
#home-service ul li {
    width:33.333%;
    text-align: center;
}
#home-service ul li img{
    width: 160px;
    height:auto;
    margin-left:auto;
    margin-right:auto;
}
#home-service ul li h3{
    font-size:24px;
    color:#6dc50d;
}
#home-service ul li p{
    font-size:14px;
    font-weight: bold;
    line-height: 1.8;
}
#home-point h2{
    background-color:#6dc50d;
    width:100%;
    display: block;
    position: relative;
    color:#FFF;
    padding-top:30px;
    padding-bottom:30px;
    text-align: center;
}
#home-point h2::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 5vw 0 5vw;
    border-color: #6dc50d #ffffff transparent #ffffff;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
}
#home-point ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding-top:60px;
    padding-bottom:60px;
}
#home-point ul li{
    width:32%;
    border:1px solid #6dc50d;
    padding-bottom:30px;
}
#home-point ul li h3{
    background-color: #6dc50d;
    text-align: center;
    margin: 0;
    padding: 15px 10px;
    color:#FFF;
}
#home-point ul li p{
    margin: 0;
    padding: 15px 10px;
    font-size:14px;
    font-weight: bold;
    line-height: 1.5;
}
#home-point ul li p.small{
    font-size:12px;
    padding: 8px 10px;
}
#home-voice{
    padding-top:80px;
    padding-bottom:80px;
    background-color: #6dc50d;
}
#home-voice h2{
    color:#FFF;
}
#home-voice .swiper-box{
    margin-bottom: 30px;
    padding-top:30px;
}
#home-voice .swiper-slide{
    padding-left:30px;
    padding-right:30px;
}
.voice-item{
    background-color: #FFF;
    padding:30px 30px;
    min-height: 400px;
    height: auto;
}
.voice-text p{
    font-size:14px;
    font-weight: bold;
}
#home-plan{
    padding-top:80px;
    padding-bottom:80px;
}
#home-plan .plan-swiper{
    padding-top:30px;
    padding-bottom:30px;
}
.plan-item{
    background-color: #FFF;
    padding:15px 15px;
    min-height: 360px;
    height: auto;
    box-shadow: 4px 4px 8px #cfcfcf;
}
.car-type p{
    font-size:14px;
    font-weight: bold;
}
.plan-price p{
    font-size:14px;
    font-weight: bold;
}
#home-plan .swiper-slide[data-swiper-slide-index="0"] .plan-item{
    border:3px solid #6dc50d;
    position: relative;
}
#home-plan .swiper-slide[data-swiper-slide-index="0"] .plan-item::before{
    position: absolute;
    top:0;
    left:0;
    width:100px;
    height:40px;
    content:"1番人気";
    background-color: #6dc50d;
    color:#FFF;
    line-height: 40px;
    font-weight: bold;
}
.plan-item h3{
    font-size:24px;
    color:#6dc50d;
}
.plan-item h3 span{
    font-size:16px;
    color:#6dc50d;
    display: block;
}
.car-type p{
    font-size:14px;
}
.car-type span{
    font-size:14px;
    display: block;
}
.plan-price p{
    font-size:20px;
}
.plan-price span{
    font-size:14px;
    display: block;
    padding-top:8px;
}
#home-plan .swiper-box{
    margin-bottom:60px;
}
.marker{
    background: linear-gradient(transparent 60%, yellow 0%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition:background-size 1.5s;
  display: inline-block;
}
.marker.on {
    background-size: 100% 100%;
  }
.contact-btn{
    margin: auto;
    z-index: 100;
    width:340px;
    max-width:100%;
    box-sizing:border-box;
}
.contact-btn a{
    background-color:#f0209d;
    display: block;
    padding:15px;
    border-radius: 40px;
    color:#FFF;
    text-decoration: none;
    text-align: center;
    font-size:24px;
    font-weight: bold;
}
#home-faq {
    padding-top:60px;
    padding-bottom:60px;
}
#home-faq .container{
    margin-bottom:30px;
}
#home-closing{
    background-image: url(./img/closing-bg.jpg);
    text-align: center;
    background-attachment: fixed;
    background-size: cover;
}
#home-closing .overlay{
    padding-top:100px;
    padding-bottom:100px;
}
.overlay{
    background-color: rgba(0,0,0,0.6);
}
#home-closing h2{
    color:#FFF;
    margin-bottom:30px;
    font-size:34px;
}
#home-closing p{
    color:#FFF;
    margin-bottom:40px;
    font-size:22px;
    font-weight: bold;
    line-height: 1.4;
}
#home-contact {
    padding-top:80px;
    padding-bottom:80px;
}
#home-contact .contact-description h2{
    color: #6dc50d;
    text-align: center;
    margin-bottom:45px;
    font-size:34px;
}
#home-contact .contact-description p{
    text-align: center;
    font-weight: bold;
    margin-bottom:60px;
    font-size:18px;
    line-height: 1.5;
}
#home-flow {
    padding-top:60px;
    padding-bottom:60px;
    background-color: #6dc50d;
}
#home-flow h2{
    color:#FFF;
}
.flow-list{
    list-style: none;
    padding:0;
    margin:0;
    display: flex;
    justify-content:center;
    flex-wrap: wrap; 
    align-items: center; 
}
.flow-box{
    background-color:#FFF;
    text-align: center;
    width:25%;
    border-radius: 20px;
    margin-bottom: 40px;
    padding:15px 10px;
    height:auto;
    min-height: 320px;
}
.flow-box h3{
    font-size:22px;
    color:#6dc50d;
}
.flow-box p{
    text-align: left;
    font-size:14px;
    line-height: 1.5;
}
.flow-box img{
    width:120px;
    height:120px;
    margin:0 auto;

}
.flow_arrow{
    width: 0;
    height: 0;
    border-left: 20px solid #FFF;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    margin:0 15px;
  }

/* aside */
aside{
    display: block;
    box-sizing: border-box;
}
#aside{
    background-color:#6dc50d;
}
.aside-banner{
    padding-top:40px;
    padding-bottom:40px;
}
.aside-banner ul{
    display: flex;
    margin:0;
    list-style: none;
    justify-content: space-around;
    padding: 0;
}
.aside-banner ul li{
    width:30%;
}
.aside-banner iframe{
    display: block;
    width:300px;
    height:200px;
    margin-left:auto;
    margin-right:auto;
}

/* breadcrumb */
#breadcrumb {
    margin-left:0;
    background: transparent;
    padding: 6px 10px;
    overflow: hidden;
  }
  #breadcrumb ul{
      margin:0;
      padding: 0;
      line-height: 1;
  }
  #breadcrumb li {
    display:inline;
    list-style: none;
    font-weight: normal;
      font-size:13px;
      color:#666;

  }
  
  #breadcrumb li:after {
    content: '>';
    padding: 0 3px;
    color: #666;
  }
  
  #breadcrumb li:last-child:after {
    content: '';
  }
  
  #breadcrumb li a {
    color: #666;
    font-weight: normal;
    text-decoration: none;
  }
  
  #breadcrumb li a:hover {
    opacity: 0.8;
  }
  .page #breadcrumb li span{
      display: none;
  }
  .breadcrumb-bg{
      border-top:1px solid #ccc;
  }
  
/* page */
.page article{
    padding-top:40px;
    padding-bottom:20px;
}
.page #main-content{
    padding-bottom:60px;
}
.h1-bg{
	background-image:url(img/closing-bg.jpg);
    background-repeat:no-repeat;
    background-attachment: fixed;
    background-size:cover;
}
.h1-bg-overlay{
    background-color:rgba(109,197,13,0.9);
}
.h1-bg h1{
    color:#FFF;
    padding:100px 0;
    font-size:32px;
    top:100px;
    left:0;
    margin:0;
    font-weight: normal;
}
.h1-bg h1 span{
    font-size:0.5em;
    display: block;
    font-weight: bold;
    color:#283327;
}
.page h2{
    font-size:32px;
    font-weight: bold;
    color:#6dc50d;
}
.table table{
    width: 100%;
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    background-color: #ffffff;
}
.table th,
.table td {
    vertical-align: middle;
    padding: 1.6em 1.2em;
    border-bottom: 1px solid #e2e2e2;
    font-weight: normal;
    background-color:#FFF;
}
.table th{
    background-color:#ebedf5;
    text-align: left;
    width:120px;
    font-weight: bold;
}
.box01{
    background-color:#efefef;
    padding:20px 40px;
    width:100%;
    max-width:600px;
    margin-bottom:30px;
    margin-left:1em;
}
ol li ol{
    list-style: upper-roman;
}
ol li ol li ol{
    list-style: lower-alpha;
}
/*ContactForm7*/
table.CF7_table{
	max-width:800px;
    width:90%;
    margin:0 auto;
}

table.CF7_table tr{
	border-top: 1px solid #e5e5e5;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}
.CF7_table input, .CF7_table textarea {
	border: 1px solid #000;
    width:90%;
    padding:10px 10px;
}
.CF7_req{
	font-size:.6em;
	padding: 5px;
	background: #d75050;
	color: #fff;
}
table.CF7_table tr p{
	margin:0;
}
table.CF7_table th,table.CF7_table td {
	padding:0  0;
    border:1px solid #efefef;
}
table.CF7_table th {
	padding:25px 0;
}
table.CF7_table td {
	padding:25px 15px;
    box-sizing: border-box;
}

@media screen and (min-width: 768px){
	.CF7_table th{
	width:30%;
	background-color:#ebedf5;
	}
}
@media screen and (max-width: 768px){
	table.CF7_table{
	width:95%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	.CF7_table th{
	background-color:#ebedf5;
	}
}
input.wpcf7-submit {
	background-color:#f0209d;
	border:0;
	color:#FFF;
	font-size:1.2em;
	font-weight:bold;
	margin:0 auto;
    display: block;
    width:50%;
    max-width:400px;
    padding:25px 10px;
}
.wpcf7 input.wpcf7-submit:hover{
    background-color:#ebedf5;
    cursor: pointer;
    color:#000;
}
.CF7_btn{
	text-align:center;
	margin-top:20px;
}
.wpcf7-spinner{
	width:0;
	margin:0;
}
/* page top */
#pageTop{
    position:fixed;bottom:40px;right:10px;z-index: 10000;
}
#pageTop a{
    display:block;
    width:45px;
    height:45px;
    text-decoration:none;
    background-color: #6dc50d;
    color:#ffffff;
    border: 2px solid #ffffff;
    line-height: 45px;
    text-align: center;
    font-size:20px;
    text-decoration: none;
}

#pageTop a:hover{
    background-color: #ffffff;
    color:#6dc50d;
    border: 2px solid #6dc50d;
}

/* accordion */
.accordion {
    width: 100%;
    margin: 0 auto;
    border-bottom:1px solid #FFF;
  }
.accordion .accordion_header {
    background-color: #6dc50d;
    text-align: left;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    text-align: left;
    padding: 20px 15px;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
  }
.accordion .accordion_inner {
    display: none;
    padding: 30px 30px;
    border-left: 1px solid #6dc50d;
    border-right: 1px solid #6dc50d;
    border-bottom: 1px solid #6dc50d;
    box-sizing: border-box;
    background-color:#FFF;
  }
  .accordion .accordion_inner.stay {
    display: block;
  }
  .accordion_header .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 5%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    box-sizing: border-box;
    transition-duration: 0.2s;
  }
 .accordion_header .icon .arrow {
    display: block;
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    font-style: normal;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFF;
  }
  .accordion_header.open .icon .arrow {
    display: block;
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    font-style: normal;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFF;
  }
  .accordion_first .accordion_header .icon .arrow {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .accordion_header.open .icon .arrow {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }.accordion_first .accordion_header.open .icon .arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

