@charset "utf-8";

@import url("../js/datepicker/vader.css");

.p-page-home main,
.p-page-homeGroup main {
  padding-bottom: 0;
}

/*--------------------------------------------------
* .p-secMain
--------------------------------------------------*/
.p-secMain {
  overflow: hidden;
}
.p-secMain .p-contReserve {
  background: url("../images/home/cont-reserve_bgi.jpg") no-repeat center bottom;
  background-size: cover;
  position: relative;
  padding: 50px;
}
.p-secMain .p-contReserve::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg,  rgba(24,59,155,1) 1%,rgba(4,85,110,1) 100%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.85;
}
.p-secMain .p-contReserve__wrap {
  position: relative;
  z-index: 1;
}
.p-secMain .p-tabCont__btn {
  border: solid 2px rgba(255,255,255,0.5);
}
.p-secMain .p-tabCont__btn li {
  width: 50%;
  margin: 0;
  border-radius: 0;
  background: none;
  color: rgba(255,255,255,0.7);
}
.p-secMain .p-tabCont__btn li.select {
  background: rgba(255,255,255,0.3);
  color: #FFF;
}
.p-secMain .p-contReserve .c-formicon {
  width: 100%;
}
.p-secMain .p-contReserve input,
.p-secMain .p-contReserve select {
  padding: 10px;
  border: solid 1px #DDD;
  border-radius: 2px;
  letter-spacing: 0.05em;
  font-size: 1.05em;
  line-height: 1.5;
  max-width: 100%;
  width: 100%;
  background-color: #FFF;
}
.p-secMain .c-btnsubmit {
  font-size: 1.2rem;
  width: 60%;
  padding: 0.5em 1em;
  opacity: 1;
  background: #FF3413;
  border: solid 2px #FF3413;
  transition: 0.2s;
}
.p-secMain .c-btnsubmit[disabled] {
  background: none !important;
  opacity: 0.5;
  color: #FFF !important;
  border-color: rgba(255,255,255,0.8);
}
.p-contReserve__textarea p {
  color: #FFF;
}
.p-contReserve .c-linkbtn01 {
  border-width: 1px;
}

@media print,screen and (min-width: 1280px){
  .p-secMain .p-contReserve {
    min-height: 740px;
  }
  .p-secMain .p-contReserve__wrap {
    width: 80%;
    max-width: 600px;
  }
}

@media screen and (max-width: 1080px){
  .p-secMain .l-flexBox {
    flex-direction: column;
  }
  .p-secMain .l-flexBox__item {
    width: 100%;
  }
  .p-secMain .l-flexBox__item--02 {
    height: 600px;
  }
  .p-secMain .l-flexBox__item--01 {
    order: 2;
  }
  .p-contCpBnr {
    /*! height: 500px; */
    order: 1;
  }
}

@media screen and (max-width: 768px){
  .p-secMain .l-flexBox__item--02 {
    height: auto;
  }
  .p-secMain .p-contReserve .c-table-dl > dl > dd input,
  .p-secMain .p-contReserve .c-table-dl > dl > dd select {
    font-size: 14px;
  }
}

@media print,screen and (min-width: 769px){
  .p-secMain {
    min-height: 500px;
  }
  .p-secMain .p-contForm {
    gap: 0;
    min-height: 500px;
  }
  .p-secMain .p-contReserve__wrap {
    width: 100%;
    margin: 0 0 0 auto;
  }
  .p-secMain .p-tabCont__btn li:first-child {
    border-right: solid 2px rgba(255,255,255,0.5);
  }
}

@media screen and (max-width: 768px){
  .p-secMain .p-contReserve {
    padding: 40px 20px;
  }
  .p-secMain .p-tabCont__btn > li {
    padding: 10px;
    font-size: 0.85rem;
  }
  .p-secMain .c-btnsubmit {
    width: 100%;
  }
  .p-contCpBnr {
    /*! height: 350px; */
  }
}

/* グループトップ */
.p-page-homeGroup .p-contSrvmenu {
  gap: 0;
}
.p-page-homeGroup .p-contSrvmenu__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.p-page-homeGroup .p-contSrvmenu__item__bgi {
  position: absolute;
  height: 100%;
  width: 100%;
}
.p-page-homeGroup .p-contSrvmenu__item__bgi::after {
  content: '';
  display: block;
  background: url("../images/filter.png");;
  background-color: rgba(0,0,0,0.35);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-page-homeGroup .p-contSrvmenu__item__bgi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s;
}
.p-contSrvmenu__item__copy {
  position: absolute;
  z-index: 1;
  padding: 0 50px;
  top: 150px;
  width: 70%;
  width: 100%;
  text-align: left;
}
.p-contSrvmenu__item__copy img {
  max-height: 80px;
}
.p-contSrvmenu__item__cont {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 1000;
  background: rgba(0,0,0,0.5);
  padding: 10px 30px 30px;
}
.p-contSrvmenu__item__cont__btn {
  display: inline-block;
  border-radius: 100px;
  color: #FFF;
  border: solid 1px;
  margin: 15px auto 0;
  opacity: 0.8;
  letter-spacing: 0.2em;
  padding: 5px 3em;
}
.p-page-homeGroup .p-contSrvmenu__item a:hover {
  opacity: 1;
}
.p-page-homeGroup .p-contSrvmenu__item a:hover .p-contSrvmenu__item__bgi img {
  transform: scale(1.02);
}
.p-page-homeGroup .p-contSrvmenu__item a:hover .p-contSrvmenu__item__cont__btn {
  background: #FFF;
  color: #333;
  opacity: 1;
}
 
@media print,screen and (max-width: 1280px) {
  .p-contSrvmenu__item__copy {
    padding: 0 20px;
  }
}

@media print,screen and (min-width: 769px){
  .p-page-homeGroup .p-contSrvmenu__item {
    width: calc(100%/3) !important;
    height: 550px;
  }
}

@media screen and (max-width: 768px){
  .p-page-homeGroup .p-contSrvmenu {
    margin-bottom: 0;
  }
  .p-page-homeGroup .p-contSrvmenu__item__cont {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 0;
    left: auto;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .p-page-homeGroup .p-contSrvmenu__item__cont__btn {
    display: inline-block;
    letter-spacing: 0.2em;
    padding: 14px 1em;
    font-size: 0.7rem;
    border: none;
    background: #FF3413;
    opacity: 1;
    border-radius: 0;
    color: #FFF;
    margin: 0;
    min-width: 10em;
  }
  .p-page-homeGroup .p-contSrvmenu__item {
    /*! background: pink; */
    width: 100%;
    height: 250px;
    margin-bottom: 0;
    /*! border-bottom: solid 1px #333; */
  }
  .p-page-homeGroup .p-contSrvmenu__item__copy {
    left: 0;
    width: 75%;
    text-align: left;
    top: 50px;
  }
  .p-page-homeGroup .p-contSrvmenu__item__cont__logo {
    margin: 0 15px;
  }
  .p-page-homeGroup .p-contSrvmenu__item__cont__logo img {
    vertical-align: middle;
    height: 38px;
    width: 100%;
  }
}

/*--------------------------------------------------
* 予約のコンテンツ
--------------------------------------------------*/
.p-contReserve {
  z-index: 1;
}
.p-contReserve p {
  /*! color: #FFF; */
}
.p-contReserve .p-tabCont__item__item {
  margin-bottom: 20px;
}
.p-contReserve .p-tabCont__item__item .l-flexBox {
  gap: 10px;
}
.p-contReserve .c-table-dl > dl {
  align-items: center;
  margin-bottom: 10px;
}
.p-contReserve .c-table-dl > dl:last-child {
  margin-bottom: 0;
}
.p-contReserve .c-table-dl > dl > dt {
  font-weight: bold;
  color: #FFF;
}
.p-contReserve__ttl {
  background-color: #01073E;
  color: #FFF;
  font-weight: bold;
  font-size: 1rem;
  padding: 0.5em 0.8em;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
}
.p-contReserve__ttl::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/stripe-white.png);
  background-size: 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.15;
}
.p-contReserve .p-tabCont .c-table-dl > dl > dd {
  display: flex;
  gap: 10px;
}
.p-contReserve .c-selectbox {
  width: 100%;
}
.p-contReserve select {
  background: #FFF;
  border: none;
  width: 100%;
}


@media screen and (max-width: 768px){
  .p-contReserve .c-table-dl {
    display: flex;
    gap: 10px;
  }
  .p-contReserve .c-table-dl > dl {
    display: block;
  }
  .p-contReserve .c-table-dl > dl > dt,
  .p-contReserve .c-table-dl > dl > dd {
    width: 100%;
    padding: 0;
  }
  .p-contReserve .c-table-dl > dl > dt {
    margin-bottom: 10px;
  }
  .p-contReserve .p-tabCont .c-table-dl > dl > dd {
    flex-direction: column;
  }
}

/*--------------------------------------------------
* キャンペーンのスライド
--------------------------------------------------*/
.p-contCpBnr {
  position: relative;
  z-index: 0;
}
.p-contCpBnr__slide,
.p-contCpBnr .slick-track {
  height: 100%;
}
.p-contCpBnr__slide .slick-slide {
  display: flex;
  align-items: center;
  height: 100%; 
  position: relative;
}
.p-contCpBnr figure a {
  display: flex;
  align-items: center;
  height: 100%;
}
.p-contCpBnr figure a:hover {
  opacity: 0.85;
}
.p-contCpBnr__text {
  width: 100%;
  background-color: #333;
  position: absolute;
  left: 50%;
  bottom: 0;
  text-align: center;
  background-color: #01073E;
  border-radius: 100px;
  width: calc(100% - 50px);
  transform: translateY(-20px) translateX(-50%);
  overflow: hidden;
}
.p-contCpBnr__text::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/stripe-white.png);
  background-size: 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.15;
}
.p-contCpBnr__text p {
  color: #FFF;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 10px 1em;
}
.p-contCpBnr__item__bgi {
  object-fit: cover;
  height: 100% !important;
  z-index: -1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-contCpBnr .slick-dots li button {
  width: 100%;
  height: 8px;
}
.p-contCpBnr .slick-dots li button:before {
  background: #ff3413;
  font-size: 0;
  height: 8px;
  width: 100%;
}
.p-contCpBnr .slick-dots li {
  width: 30px;
  height: 8px;
  margin: 0 8px;
}
.p-contCpBnr .slick-dots li.slick-active button:before {
  opacity: 1;
}
.p-contCpBnr .slick-slide > div {
  width: 100%;
}

@media screen and (max-width: 1080px){
  .p-contCpBnr .slick-list {
    /*! height: 500px; */
  }
  .p-contCpBnr .slick-list {
    height: 500px;
  }
}

@media print,screen and (min-width: 769px){
  .p-contCpBnr {
    max-width: 1000px;
  }
  .p-contCpBnr::after {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: calc(50% + 50%);
  }
  .p-contCpBnr .slick-list {
    height: 100%;
  }
  .p-contCpBnr .slick-list {
    overflow: initial;
  }
  .p-contCpBnr .slick-dots {
    bottom: 90px;
  }
}

@media screen and (max-width: 768px){
  .p-contCpBnr {
    margin-bottom: 0 !important;
  }
  .p-contCpBnr__text {
    position: relative;
    width: 100%;
    border-radius: 0;
    transform: initial;
    left: 0;
  }
  .p-contCpBnr__text p {
    line-height: 1.5;
    font-size: 1rem;
  }
  .p-contCpBnr__slide {
    margin-bottom: 0 !important;
  }
  .p-contCpBnr .slick-list {
    height: 350px;
  }
  .p-contCpBnr .slick-dots {
    bottom: 10px;
  }
}


/*--------------------------------------------------
* .p-secNews
--------------------------------------------------*/
.p-secNews__ttlSpc {
  background-color: #213146;
  padding: 30px;
}
.p-secNews__ttlSpc .c-linkbtn {
  min-width: 70%;
}
.p-secNews__ttlSpc__text {
  color: #FFF;
  margin-bottom: 20px;
  line-height: 1.2;
  word-break: break-word;
}
.p-secNews .c-contNews {
  background-color: #F2F4F6;
}
.p-secNews .c-contNews > dl {
  padding: 20px;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: solid 2px #FFF;
  margin-bottom: 0;
}
.p-secNews .c-contNews > dl:last-child {
  border-bottom: none;
}

@media print,screen and (min-width: 769px){
  .p-secNews .l-inner {
    display: flex;
  }
  .p-secNews__ttlSpc {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 20px 0 0 20px;
  }
  .p-secNews .c-contNews {
    width: 70%;
    border-radius: 0 20px 20px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px){
  .p-secNews .l-inner {
    padding: 0;
    width: 90%;
  }
  .p-secNews__ttlSpc {
    padding: 10px;
    text-align: center;
    border-radius: 20px 20px 0 0;
  }
  .p-secNews__ttlSpc__text {
    margin-bottom: 0;
  }
  .p-secNews .c-contNews {
    margin-bottom: 20px;
    border-radius: 0 0 20px 20px;
  }
  .p-secNews .c-contNews > dl {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-secNews .c-linkbtn {
    width: 60%;
  }
}

/* プレミアムレンタカー */
.p-page-homePremium .p-secNews::after {
  content: '';
  display: block;
  background: #E9E5DE;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 50% 0;
  z-index: 0;
}
.p-page-homePremium .p-secNews .l-inner {
  position: relative;
  z-index: 10;
}
.p-page-homePremium .p-secNews__ttlSpc {
  background-color: #111;
}
.p-page-homePremium .p-secNews .c-contNews {
  background-color: #FFF;
}
.p-page-homePremium .p-secNews .c-contNews > dl {
  border-bottom: solid 1px #DDD;
}
.p-page-homePremium .p-secNews .c-contNews > dl:last-child,
.p-page-homePremium .p-secNews .c-contNews > dl:nth-child(3) {
  border-bottom: none;
}

@media screen and (max-width: 768px){
  .p-page-homePremium .p-secNews {
    padding-bottom: 70px;
  }
  .p-page-homePremium .p-secNews::after {
    border-radius: 0 0 100px 0;
  }
}

/*--------------------------------------------------
* イベント&キャンペーン
--------------------------------------------------*/
.p-secCampaign {
  background: url("../images/home/cont-cp-deco.png") repeat-x center bottom;
  background-size: 1200px;
  background-color: #f1f1f1;
}

@media print,screen and (min-width: 769px){

}

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

}

/*--------------------------------------------------
* 法人のお客様へ
--------------------------------------------------*/
.p-secCorp .l-colWrap {
  flex-wrap: nowrap !important;
  gap: 0;
}
.p-secCorp__item--main {
  background-color: #213146;
}
.p-secCorp__item--main * {
  color: #FFF;
}
.p-secCorp__item figure {
  position: relative;
  height: 100%;
}
.p-secCorp__item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-secCorp__item:nth-child(1) figure img {
  object-position: top;
}
.p-secCorp__item:nth-child(3) figure img {
  object-position: bottom;
}
@media print,screen and (min-width: 769px){
  .p-secCorp .l-colWrap__item {
    width: calc(100%/3) !important;
    max-height: 400px;
  }
  .p-secCorp__item--main {
    padding: 80px 3em;
    min-width: 750px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .p-secCorp__deco {
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 300px;
    z-index: 1;
  }
}

@media screen and (max-width: 768px){
  .p-secCorp__item--main {
    padding: 50px 5%;
  }
  .p-secCorp .l-colWrap {
    display: grid;   
  }
  .p-secCorp__item {
    margin-bottom: 0;
  }
  .p-secCorp__item figure {
    height: 150px;
  }
  .p-secCorp__item:nth-child(1) {
    grid-row: 2 / 3;
  }
  .p-secCorp__item:nth-child(2) {
    grid-row: 1 / 2;
    grid-column: 1 / 3;
  }
  .p-secCorp__item:nth-child(3) {
    order: 2;
    grid-row: 2 / 3;
  }
  .p-secCorp__deco {
    width: 80%;
    max-width: 350px;
    margin: 50px auto -20px;
  }
}

/*--------------------------------------------------
* サービス紹介
--------------------------------------------------*/
.p-secGuide {
  background: url("../images/home/cont-guide_bgi.jpg") no-repeat center;
  background-size: cover;
}
.p-secGuide .c-secTtlspc {
  background: #0e2d70;
  color: #FFF;
  padding: 15px 1em;
  margin: -50px -50px 30px;
  border-radius: 20px 20px 0 0;
  position: relative;
}
.p-secGuide .c-secTtlspc::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/stripe-white.png);
  background-size: 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.15;
}
.p-secGuide__wrap {
  background: rgba(255, 255, 255, 0.8);
  padding: 50px;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.p-secGuide {
  text-align: center;
}
.p-secGuide__list .l-colWrap__item a figure img {
  /*! width: 70%; */
  margin: 0 auto;
  /*! border-radius: 100%; */
  /*! border: solid 3px #FF3413; */
  padding: 10%;
  filter: brightness(0%) contrast(300%) invert(100%) saturate(0%);
}
.p-secGuide .l-colWrap__item figure img {
  width: 70%;
}
.p-secGuide__list .l-colWrap__item a p {
  font-weight: bold;
  line-height: 1.5;
}

.p-secGuide__list .l-colWrap__item a:hover {
  opacity: 1;
}
.p-secGuide__list .l-colWrap__item a:hover p {
  color: #fded04;
}

@media print,screen and (min-width: 769px){
  .p-secGuide__list .l-colWrap__item a figure {
    /*! margin-bottom: 10px; */
  }
  .p-secGuide__list .l-colWrap__item a {
    display: block;
    background: #0e2d70;
    height: 100%;
    border-radius: 10px;
    padding: 10px 10px 20px 10px;
    position: relative;
  }
  .p-secGuide__list .l-colWrap__item a:hover figure img {
    filter: brightness(0) saturate(100%) invert(94%) sepia(10%) saturate(5272%) hue-rotate(350deg) brightness(106%) contrast(106%);
  }
  .p-secGuide__list .l-colWrap__item a::after {
    content: '\0025e2';
    font-size: 0.5rem;
    color: #FFF;
    position: absolute;
    right: 10px;
    bottom: 10px;
    line-height: 1;
    transition: 0.2s;
    opacity: 0.3;
  }
  .p-secGuide__list .l-colWrap__item a:hover::after {
    opacity: 1;
    color: #fded04;
  }
  .p-secGuide__list .l-colWrap__item a p {
    color: #FFF;
  }
}

@media screen and (max-width: 768px){
  .p-secGuide {
    padding-left: 5%;
    padding-right: 5%;
  }  
  .p-secGuide__wrap {
    padding: 20px;
  }
  .p-secGuide .c-secTtlspc {
    padding: 10px;
  }
  .p-secGuide .c-secTtlspc {
    margin: -20px -20px 20px;
  }
  .p-secGuide .c-secTtlspc__jpn {
    font-size: 1.4rem;
  }
  .p-secGuide__list .l-colWrap {
    margin-bottom: 0;
  }
  .p-secGuide__list .l-colWrap__item {
    margin-bottom: 15px;
  }
  .p-secGuide__list .l-colWrap__item:last-child {
    margin-bottom: 0;
  }
  .p-secGuide__list a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
  }
  .p-secGuide__list a figure {
    width: 20% !important;
    /*! min-width: 20%; */
    max-width: 50px;
    margin: 0 !important;
    background: #0e2d70;
    border-radius: 100%;
  }
  .p-secGuide__list .l-colWrap__item a figure img {
    width: 100%;
    padding: 8px !important;
    border-width: 2px !important;
  }
  .p-secGuide__list .l-colWrap__item a:hover figure {
    background: #ff3413;
  }
  .p-secGuide__list .l-colWrap__item a:hover p {
    color: #ff3413;
  }
}

.p-page-homePremium .p-secMain {
  background: url("../images/home/premium/mainvis_bgi_01.jpg") no-repeat left center;
  background-color: #000;
  min-height: auto;
  padding: 120px 0;
}
.p-page-homePremium .p-secMain * {
  color: #FFF;
}
.p-page-homePremium .p-secMain__copy {
  margin-bottom: 40px;
}
.p-page-homePremium .p-secMain .l-flexBox {
  gap: 0;
  min-height: auto;
  z-index: 1;
}
.p-page-homePremium .p-secMain__img {
  position: absolute;
  top: 50%;
  right: 0;
  opacity: 0.5;
  z-index: 0;
  transform: translateY(-50%);
  width: 800px;
  height: calc(100% + 240px);
}
.p-page-homePremium .p-secMain__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-page-homePremium .p-secMain__deco {
  position: absolute;
  right: 0;
  bottom: -80px;
  width: 380px;
}

@media screen and (max-width: 768px){
  .p-page-homePremium .p-secMain {
    background: #000;
  }
  .p-page-homePremium .p-secMain__img {
    width: 100%;
    opacity: 0.4;
  }
  .p-page-homePremium .p-secMain__img img {
    object-position: right -50px top 0;
  }
  .p-page-homePremium .p-secMain__deco {
    right: 20px;
    width: 250px;
  }
}
