
.cardImg{
  width: 40%;
}

.catchBox{
  display: block;
  position: relative;
  margin-bottom: 160px;
}


.catchIntroBox{
  position: absolute;
  margin: auto;
  top: 300px;
  right: 0;
  left: 0;
}

.catchIntro{
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
  text-shadow: 1px 1px 5px #003366;
}

.catchSub{
  color: #00053a;
}

.catchIntro strong{
  font-size: 10rem;
  font-weight: 900;
  font-style: normal;
  display: block;
  line-height: 1.2;
  text-shadow: 1px 1px 10px #003366;
}

.scrollObjBox{
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  bottom: 34px;
}

.scrollObj{
  display: block;
  color: #00053a;
  font-size: 1rem;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 100px;
  text-align: center;
  position: relative;
  margin: auto;
  padding-top: 20px;
}

.scrollObj::after{
  content: "";
  position: absolute;
  margin: auto;
  bottom: 20px;
  right: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border: 3px solid #00053a;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);  
}


.catchImg{
  display: block;
  width: 100%;
}



.btnPageBox{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 200px;
}



.contsBox{
  background: #00053a;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 200px;
  padding: 150px 0 100px;   
}


.pageInnerBox .boxTitle{
  color: #fff;
  font-size: 4.8rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}

.pageInnerBox .boxIntro{
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 100px;
}




.pageInnerBox{
  max-width: 1080px;
  margin: auto;
}



.boxList{
  display: flex;
  justify-content: space-between;
}

.boxList li{
  width: 24%;
  background: #fff;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 60px 0;
}

.listImg{
  display: block;
  margin: 0 auto 30px;
  width: auto;
  height: 80px;
}


.boxList li strong{
  color: #00b3a6;
  font-size: 3.2rem;
  font-weight: bold;
  display: block;
  margin: 0 auto 30px;
  text-align: center;
}


.boxList li p{
  padding: 0 30px;
}



.imgListHead{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}


.arrows_pos{
  width: 150px;
  position: relative;
  display: flex;
  gap: 10px;
  cursor: pointer;
}


.imgListWrap{
  width: 100vw;
  position: relative;
  left: 0;
  /*transform: translateX(-10%);*/
  margin-bottom: 100px;  
}

.imgList img{
  padding-right: 10px;
}

.imgList li span{
  color: #00053a;
  display: block;
  margin-top: 10px;
}

.imgList .slick-dots {
  bottom: -50px;
  text-align: left;
}

.sliderBlockWrap{
  margin-bottom: 200px;
}

.finIntro{
  color: #00053a;
  font-weight: bold;
  font-size: 4.8rem;
  display: block;
  text-align: center;
  margin-bottom: 200px;

}



.sliderBlockWrap.withBg{
  background: #00053a;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 200px;
  padding: 100px 0 100px 100px;  
}

.sliderBlockWrap.withBg .contentTitle strong{
  color: #fff;
}


.sliderBlockWrap.withBg .imgList li span{
  color: #fff;
}


.sliderBlockWrap.withBg .slick-dots li button::before {
  opacity: 1;
  color: #999;
}


.sliderBlockWrap.withBg .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #fff;
}



.wrapTitle{
  font-size: 4.8rem;
  font-weight: bold;
  display: block;
  margin-bottom: 45px;
  text-align: center;
}

.wrapIntro{
  font-weight: bold;
  margin-bottom: 100px;
  text-align: center;
}



.carListWrap{
  position: relative;
  margin-bottom: 100px;
}


.carList{
  max-width: 1150px;
  /*overflow: hidden;*/
  margin:auto;
  position: relative;
  z-index: 2;
  display: flex;
  gap: 50px;
}


.carList .slick-slide li{
  margin: 0 30px;
  width: 330px!important;
  /*padding: 0 50px 0 0;*/

}

.carList li img{
  margin: auto;
}

.carName{
  text-align: center;
  color: #00053a;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
}


.carName span{
  font-size: 1.4rem;
  display: block;
  text-align: center;
}


.carPersonalBox {
  text-align: center;
  margin-top: 20px;
}

.carPersonal {
  display: inline-block;
  color: #fff;
  text-align: center;
  background: #a6a6a6;
  border-radius: 50px;
  padding: 0 20px;
  margin: 0 auto;
}


.carList li dl{
  display: flex;
  color: #00053a;
  font-size: 1.4rem;
}

.carList li dt{
   font-weight: bold;
}

.carList li dd strong{
   font-weight: bold;
}


#arrows_pos{
  position: absolute;
  left: 0;
  right: 0;
  top: -30%;
  bottom: 0;
  margin: auto;
  width: 100%;
  z-index: 1;
}

#arrows_pos .arrow{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  max-width: 36px;  
}

#arrows_pos .arrow:hover{
  opacity: 0.7;
}

#arrows_pos .arrow.prev{
  left: 0;
} 

#arrows_pos .arrow.next{
  right: 0;
}
 

.carList .slick-dots {
  bottom: -50px;
}


.paymentBox{
  display: flex;
  justify-content: space-between;
  color: #00053a;
  font-weight: bold;
  margin-bottom: 50px;
}

.paymentBoxTitle{
  font-size: 2.4rem;
  display: block;
  font-weight: bold;
}

.paymentBoxTitle span{
  font-size: 1.4rem;
  display: block;
  padding-top: 10px;
}

.btnCommon.reservation{
  background: #f7941d;
  color: #fff;
}

.btnCommon.reservation::after{
  border: 2px solid #fff;
  border-left: 0;
  border-bottom: 0;
} 

#globalLogo,
#globalHeader.scroll #globalLogo {
  width: 20%;
  max-width: 300px;
  margin-left: 2%;
}

#globalHeader,
#globalHeader.scroll {
  height: 80px;
}

#globalHeader.scroll .headerInfo {
  display: flex;
}  


.headerInfo {
  display: flex;
  width: 30%;
  max-width: 420px;
  height: 100%;
  justify-content: space-between;
}



.btnShuttle{
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.btnShuttle.first{
  color: #00053a;
  gap: 10px;
  min-width: 180px;
}  

.btnShuttle.first img{
  max-width: 16px;
}


.btnShuttle.second{
  background: #00053a;
  color: #fff;
  min-width: 228px;
}


#globalCont {
  margin: 80px auto 0;
}



#globalFooter {
  padding: 80px 0;
}

.footerInnerCenter{
  text-align: center;
  position: relative;
}

.footerInnerCenter #copyright{
  display: block;
  padding-top: 20px;
}

.footerInnerCenter #btnPageTopSp {
  right: 30px;
}


.ownCarList{
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}


.ownCarList li{
  width: calc(100% / 3 - 50px);
  margin-bottom: 50px;
}

.thumb {
  width: 100%;
  /*height: 230px;*/
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ownCarList li a{
  color: #00053a;
}

.carName{
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
}

.carName span{
  font-size: 1.4rem;
  display: block;
  text-align: center;
} 

.carPersonalBox{
  text-align: center;
  margin-top: 20px;
}
.enList .carPersonalBox{
   margin-top: 10px;
}  
.carPersonal{
  display: inline-block;
  color: #fff;
  text-align: center;
  background: #a6a6a6;
  border-radius: 50px;
  padding: 0 20px;
  margin: 0 auto;
}



/* Media Queries ================================================== */
/*896*/
@media screen and (max-width: 896px) {

#globalHeader{
  height: 120px;
}

#globalCont {
  margin: 120px auto 0;
}


.globalHeaderInner {
  flex-wrap: wrap;
}  


.cardImg{
  width: 100%;
}

  .catchBox{
    margin-bottom: 80px;
  }


  .catchIntroBox{
    top: 20%;
  }

  .catchIntro{
    font-size: 2.2rem;
    padding: 0 10px;
    margin-bottom: 25px;
  }


  .catchIntro strong{
    font-size: 3.5rem;
  }

 
  .catchImg{
    display: block;
    height: 600px;   
  }

  .btnPageBox{
    gap: 10px;
    margin-bottom: 100px;
  }


  .btnPage {
    width: 100%;
  }  


  .contsBox{
    margin-bottom: 100px;
    padding: 70px 20px 50px;   
  }


  .pageInnerBox .boxTitle{
    font-size: 2.4rem;
    margin-bottom: 25px;
  }

  .pageInnerBox .boxIntro{
    margin-bottom: 50px;
    text-align: left;
  }


  .boxList{
    display: block;
  }

  .boxList li{
    width: 100%;
    padding: 30px 0;
    margin-bottom: 20px;
  }

  .listImg{
    margin: 0 auto 20px;
    height: 60px;
  }



  .boxList li strong{
    font-size: 2.4rem;
    margin: 0 auto 15px;
  }


  .boxList li p{
    padding: 0 20px;
  }



  .imgListHead{
    display: block;
    margin-bottom: 20px;
  }


  .arrows_pos{
    width: 100%;
    justify-content: right;
  }

  .imgListWrap{
    width: 100%;  
  }

  .imgList img {
    padding-right: 0;
  }


  .imgList .slick-dots {
    text-align: center;
  }

  .sliderBlockWrap{
    margin-bottom: 100px;
  }

  .finIntro{
    font-size: 2rem;
    margin-bottom: 100px;
  }



  .sliderBlockWrap.withBg{
    margin-bottom: 100px;
    padding: 50px 20px;  
  }


  .wrapTitle{
    font-size: 2.4rem;
    margin-bottom: 25px;
  }

  .wrapIntro{
    margin-bottom: 50px;
  }


  .carList {
      max-width: calc(100% - 40px - 40px);  
  }
        
  .carList li{
    margin: 0;
    padding: 0;
    /*width: 340px;*/
  }

  .carList li dl {
    display: block;
    margin-bottom: 10px;
  }  

  .carName{
    font-size: 1.6rem;
    line-height: 1.5;
  }


  #arrows_pos{
    position: absolute;
    left: 0;
    right: 0;
    top: -50%;
    bottom: 0;
    margin: auto;
    width: 100%;
    z-index: 1;
  }

  #arrows_pos .arrow{
    max-width: 20px;  
  }


  .paymentBox{
    display: block;
  }

  .paymentBoxTitle {
    margin-bottom: 20px;
  }  



  #globalLogo,
  #globalHeader.scroll #globalLogo{
    width: 58%;
    max-width: 275px;
  }

  #globalNavSp {
    top: 60px;
  }  


  .footerInnerCenter #copyright {
    margin: 0 auto 20px;
  }

  .ownCarList {
    gap: 25px;
  }

  .ownCarList li{
    width: calc(100% / 2 - 13px);
    margin-bottom: 0;
    position: relative;
  }

  .thumb {
    height: 130px;
  }


  .carPersonalBox {
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .carPersonal {
    padding: 0 10px;
    font-size: 1.4rem;
  }

.footerInnerCenter {
	padding-bottom: 30px;
}

.footerInnerCenter #btnPageTopSp {
  right: 0;
  bottom: 0;
}


}

/* Media Queries ================================================== */
/*414*/
@media screen and (max-width: 414px) {


	.ownCarList li {
		padding-bottom: 40px;
	}	

  .carPersonal {
    font-size: 1.2rem;
  }


  .contentTitle strong.en {
    font-size: 4.2rem;
  }

}

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

  .ownCarList {
    gap: 10px;
  }

  .ownCarList li {
    width: calc(100% / 2 - 5px);
  }  



}
