@charset "utf-8";
/*
	Description: initial setting
	Version: 1.0
	Author: idealgrow
*/
#fvImg {
  width: 100%;
  height: 380px;
  position: relative;
  overflow: hidden;
}
#fvImg:before {
  content: "aaa";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.48;
}
#video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}
#fvImg div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
}
#fvImg div h2 {
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 10px;
}
#fvImg div p {
  color: #fff;
}
#smtTravelers {
  display: flex;
  padding: 40px 40px 20px 40px;
  justify-content: center;
}
#smtTravelers li {
  margin: 0 5px;
}
#smtTravelers li img {
  height: 120px;
	width: auto;
}
#topService {
  padding: 15px;
}
#serviceSlider {
  position: relative;
}
#serviceSlider .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 90%;
}
#serviceSlider .swiper-slide p {
  position: absolute;
  color: #fff;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  width: 90%;
}
#serviceSlider .swiper-slide p:after {
  content: "Get a Quote";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  bottom: -70px;
  background: #fff;
  color: #000;
  border-radius: 10px;
  padding: 10px;
  font-size: 18px;
}
#serviceSlider .swiper-slide p span {
  display: block;
  font-size: 30px;
}
#serviceSlider .swiper-slide figure {
  height: 80vw;
}
#serviceSlider .swiper-slide figure img {
  object-fit: cover;
  height: 80vw;
  width: 100%;
}
#serviceSlider .swiper-slide figure img:hover {
  opacity: 1;
}
#serviceSlider .swiper-button-prev, #serviceSlider .swiper-button-next {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.21);
  position: absolute;
  z-index: 100;
}
#serviceSlider .swiper-button-prev:before {
  content: "";
  background: url("../img/shared/slide_arrow_bk.webp")center center no-repeat;
  background-size: 10px;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(-1, 1);
}
#serviceSlider .swiper-button-next:before {
  content: "";
  background: url("../img/shared/slide_arrow_bk.webp")center center no-repeat;
  background-size: 10px;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}
#fleetSlider .swiper-button-prev, #fleetSlider .swiper-button-next, #tourSlider .swiper-button-prev, #tourSlider .swiper-button-next {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #000;
  border-radius: 50%;
  position: absolute;
  z-index: 100;
}
#fleetSlider .swiper-button-prev:before, #tourSlider .swiper-button-prev:before {
  content: "";
  background: url("../img/shared/slide_arrow_wh.webp")center center no-repeat;
  background-size: 10px;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(-1, 1);
}
#fleetSlider .swiper-button-next:before, #tourSlider .swiper-button-next:before {
  content: "";
  background: url("../img/shared/slide_arrow_wh.webp")center center no-repeat;
  background-size: 10px;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}
#fleetSlider .swiper-button-prev, #tourSlider .swiper-button-prev {
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}
#fleetSlider .swiper-button-next, #tourSlider .swiper-button-next {
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
}
#serviceSlider .swiper-button-prev {
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}
#serviceSlider .swiper-button-next {
  right: calc(10% - 5px);
  top: 50%;
  transform: translateY(-50%);
}
#serviceSlider .swiper-button-disabled, #fleetSlider .swiper-button-disabled, #tourSlider .swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
#fleetSlider {
  position: relative;
  margin-bottom: 40px;
}
#topFleet {
  padding: 30px 15px 50px 15px;
}
#topFleet .swiper-slide img {
  height: 200px;
  width: auto;
  margin: 0 auto;
}
#topFleet .swiper-slide.topPick{
	position: relative;
}
#topFleet .swiper-slide.topPick:before{
	content: "Top Pick";
	background: #B99436;
	padding: 0 10px;
	border-radius: 50px;
	left: 20px;
	top: 10px;
	position: absolute;
	font-weight: bold;
}
#topFleet .swiper-slide p {
  text-align: center;
}
#topFleet .swiper-slide ul {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
#topFleet .swiper-slide ul li:first-of-type {
  background: url("../img/shared/ico_passenger.webp")left center no-repeat;
  background-size: 16px;
  padding-left: 20px;
  margin-right: 10px;
}
#topFleet .swiper-slide ul li:nth-of-type(2) {
  background: url("../img/shared/ico_bag.webp")left center no-repeat;
  background-size: 16px;
  padding-left: 20px;
}
#topVoice {
  background: url("../img/top/reviews_top_smt.webp")top center no-repeat;
  background-size: auto 36px;
  padding-top: 60px;
}
#topVoice h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
#topVoice p {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
#topVoice p br {
  display: none;
}
#topVoice figure img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  margin: 40px auto 5px auto;
}
#topVoice figure figcaption {
  text-align: center;
  font-weight: bold;
}
#topAdvantage {
  background: #f5f5f4;
  padding-bottom: 40px;
}
#topAdvantage #advantageTxt .btn{
	padding: 20px 20px 0 20px;
}
#topAdvantage #advantageTxt .blackBtn{
	width: 100%;
	text-align: center;
}
#topAdvantage img {
  width: 100%;
  height: auto;
}
#topAdvantage div:nth-of-type(2) {
  padding: 30px 15px;
}
#topAdvantage h2 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}
#topAdvantage h2 a {
  font-size: 14px;
  text-decoration: underline;
}
#topAdvantage ul li {
  padding-left: 26px;
  position: relative;
  font-weight: bold;
  line-height: 1.4;
}
#topAdvantage ul li:not(:last-of-type) {
  margin-bottom: 20px;
}
#topAdvantage ul li:before {
  width: 20px;
  height: 20px;
  content: "";
  background: url("../img/top/ico_check.webp")center center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#topAdvantage ul li span {
  display: block;
  color: #b99436;
}
#topTour {
  padding: 40px 15px;
}
#topTour .btn{
	padding: 0 20px;
}
#topTour .btn a{
	width: 100%;
	text-align: center;
}
#topTour h2 a {
  font-size: 14px;
  text-decoration: underline;
}
#topTour .swiper-slide {
  border: solid 1px #b99436;
  border-radius: 10px;
  overflow: hidden;
}
#topTour .swiper-slide a {
  display: block;
}
#topTour .swiper-slide .ph img {
  width: 100%;
  height: auto;
}
#topTour .swiper-slide h3 {
  padding: 15px 15px 0 15px;
  font-weight: bold;
  font-size: 20px;
}
#topTour .swiper-slide p {
  font-size: 14px;
  padding: 0 15px 15px 15px;
}
#tourSlider {
  position: relative;
}
#story {
  background: url("../img/top/top_story_smt.webp")center center no-repeat;
  background-size: cover;
  padding: 40px 20px;
  text-align: center;
}
#story h2 {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
#story h2 + p {
  color: #fff;
  font-size: 14px;
}
#story ul li {
  margin-top: 20px;
}
#story ul li p:first-of-type {
  font-size: 36px;
  font-weight: bold;
  color: #b99436;
}
#story ul li p {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
#story .btn {
  padding: 20px 20px 40px 20px;
}
#story .btn a {
  width: 100%;
}
#story .btn a {
  width: auto;
  padding: 15px 80px;
}
#testimonials {
  background: #ddd;
  padding: 40px 15px;
}
#testimonials h2 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
}
#testimonials h2 span {
  font-size: 16px;
  display: block;
  font-weight: normal;
}
#testimonials #testSlider img {
  height: 25px;
  width:auto;
}
#testimonials #testSlider .swiper-slide > div {
  background: #fff;
  border-radius: 10px;
  margin-top: 20px;
  padding: 15px;
}
#testimonials #testSlider .swiper-slide h3 {
  font-weight: bold;
  margin-bottom: 30px;
}
#findVehicle {
  background: #000;
  padding: 60px 15px;
  position: relative;
}
#findVehicle:after {
  content: "";
  background: url("../img/top/moitor_img.webp")center center no-repeat;
  background-size: 100%;
  width: 230px;
  height: 156px;
  position: absolute;
  right: 15px;
  bottom: 110px;
  opacity: 0.4;
}
#findVehicle h2 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
}
#findVehicle h2 + p {
  color: #fff;
  margin-bottom: 60px
}
#findVehicle p.btn a {
  width: 100%;
  text-align: center;
}
#findVehicle p {
  position: relative;
  z-index: 5;
}
#news {
  padding: 40px 15px;
}
#news ul span {
  color: #b99436;
  font-weight: bold;
}
#news ul li {
  border-bottom: solid 1px #dbd9d9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#faq {
  padding: 0 15px 60px 15px;
}
#faq dl {
  counter-reset: faqNum;
}
#faq dl dt {
  counter-increment: faqNum;
  font-weight: bold;
  padding: 10px 0;
  position: relative;
  cursor: pointer;
}
#faq dl dt:after {
  content: "";
  width: 12px;
  height: 2px;
  background: #b99436;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#faq dl dt:before {
  content: "";
  width: 2px;
  height: 12px;
  background: #b99436;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
#faq dl dt.active:before {
  display: none;
}
#faq dl dt:not(:first-of-type) {
  border-top: solid 1px #dbd9d9;
}
#faq dl dt span:before {
  content: "Q"counter(faqNum)".";
  color: #b99436;
  font-weight: bold;
}
#faq dl dd {
  padding-left: 20px;
  margin-bottom: 20px;
  display: none;
}
#faq dl dd:before {
  content: "A.";
  color: #b99436;
  font-weight: bold;
}
@media screen and (min-width: 481px) {
  /** service **/
  #serviceSlider .swiper-slide {
    width: 43%;
  }
  #serviceSlider .swiper-slide figure {
    height: 40vw;
  }
  #serviceSlider .swiper-slide figure img {
    object-fit: cover;
    height: 40vw;
    width: 100%;
  }
  #serviceSlider .swiper-slide p {
    font-size: 16px;
  }
  #serviceSlider .swiper-slide p span {
    font-size: 22px;
  }
  #serviceSlider .swiper-slide p:after {
    width: 120px;
    font-size: 16px;
  }
  /**  fleet**/
  #topFleet #fleetSlider .swiper-slide, #topTour .swiper-slide {
    width: calc(50% - 16px);
  }
  #topFleet .swiper-slide img {
    height: auto;
    width: 100%;
  }
#topFleet .swiper-slide.topPick:before{
	left: 0;
	top: 0;
}
  #topFleet .btn a {
    font-size: 16px;
  }
  /** advantage **/
  #topAdvantage {
    padding-bottom: 0;
    display: flex;
  }
  #topAdvantage > div {
    width: 50%;
  }
  #topAdvantage > div:first-of-type {
    order: 2;
  }
  #topAdvantage > div:first-of-type img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  #topAdvantage div:nth-of-type(2) {
    padding: 15px;
  }
  #topAdvantage ul li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  /** story **/
  #story ul {
    display: flex;
    justify-content: center;
  }
  #story ul li {
    margin: 60px 0;
    width: 32%;
  }
  /** testmonials **/
  #testimonials #testSlider .swiper-slide {
    width: calc(50% - 16px);
  }
  #findVehicle {
    padding: 40px;
  }
  #findVehicle .inner {
    padding: 0 30% 0 0;
  }
  #findVehicle:after {
    content: "";
    background: url("../img/top/moitor_img.webp")right bottom no-repeat;
    background-size: auto 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: 0;
    opacity: 1;
  }
  #findVehicle h2 {
    font-size: 40px;
  }
  #findVehicle h2 + p {
    font-size: 18px;
    margin-bottom: 40px;
  }
  #findVehicle p.btn a {
    width: auto;
    padding: 15px 60px
  }
}
@media screen and (min-width: 769px) {
  #serviceSlider .swiper-slide {
    width: 30%;
  }
  #serviceSlider .swiper-slide figure {
    height: 36vw;
  }
  #serviceSlider .swiper-slide figure img {
    object-fit: cover;
    height: 36vw;
  }
  #serviceSlider .swiper-slide p {
    font-size: 18px;
  }
  #serviceSlider .swiper-slide p span {
    font-size: 26px;
  }
  #serviceSlider .swiper-slide p:after {
    font-size: 16px;
  }
  #serviceSlider .swiper-button-next {
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
  }
  #topFleet #fleetSlider {
    padding: 0 30px;
  }
  #topFleet #fleetSlider .swiper-slide {
    width: 33.34%;
  }
  /** advantage **/
  #topAdvantage {
    align-items: center;
  }
  #topAdvantage div:nth-of-type(2) {
    padding: 30px;
  }
  #topAdvantage ul li:not(:last-of-type) {
    margin-bottom: 20px;
  }
  #topAdvantage h2 {
    font-size: 24px;
  }
  #topAdvantage h2 a {
    font-size: 16px;
  }
  #topAdvantage ul li {
    font-size: 20px;
    padding-left: 30px;
  }
  #topAdvantage ul li:before {
    top: 5px;
  }
  /** top tour **/
  #topTour .swiper-slide {
    width: 31%;
  }
  /** testmonials **/
  #testimonials #testSlider .swiper-slide {
    width: 31%;
  }
}
@media screen and (min-width: 1199px) {
  #fvImg {
    height: 520px;
  }
  #fvImg div h2 {
    font-size: 60px;
    margin-bottom: 30px;
  }
  #fvImg div p {
    font-size: 24px;
  }
  #fvImg div p br {
    display: none;
  }
  #smtTravelers {
    display: none;
  }
  #topService {
    padding: 40px 0;
  }
  #serviceSlider .swiper-slide, #topTour .swiper-slide {
    width: 297.5px;
  }
  #serviceSlider .swiper-slide p {
    font-weight: normal;
    font-size: 28px;
    width: 100%;
  }
  #serviceSlider .swiper-slide:before {
    opacity: 0;
    transition: all 0.3s;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
  }
  #serviceSlider .swiper-slide:hover:before {
    opacity: 0.4;
  }
  #serviceSlider .swiper-slide p:after {
    border-radius: 100px;
    font-weight: bold;
    opacity: 0;
    transition: all 0.3s;
  }
  #serviceSlider .swiper-slide:hover p:after {
    opacity: 1;
  }
  #serviceSlider .swiper-slide p span {
    font-size: 36px;
    font-weight: bold;
  }
  #serviceSlider .swiper-slide figure {
    height: 308px;
  }
  #serviceSlider .swiper-slide figure img {
    object-fit: cover;
    height: 308px;
    width: 100%;
  }
  #serviceSlider .swiper-button-prev {
    left: -20px;
  }
  #serviceSlider .swiper-button-next {
    right: -20px;
  }
  #topFleet .swiper-slide img {
    height: 260px;
    width: auto;
    margin: 0 auto;
  }
#topFleet .swiper-slide.topPick:before{
	left: 20px;
	top: 30px;
}
  #topFleet #fleetSlider .swiper-slide {
    width: calc(33.34% - 32px);
  }
  #topFleet {
    padding: 30px 0 80px 0;
  }
  #topFleet .btn a {
    font-size: 20px;
  }
  #topAdvantage h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  #topAdvantage h2 a {
    font-size: 24px;
  }
  #topAdvantage ul li {
    font-size: 26px;
    padding-left: 45px;
  }
  #topAdvantage #advantageTxt {
    width: 643px;
    margin-left: auto;
  }
  #topAdvantage ul li:before {
    width: 30px;
    height: 30px;
    top: 5px;
  }
  #topAdvantage ul li:not(:last-of-type) {
    margin-bottom: 30px;
  }
  #topAdvantage div:nth-of-type(2) {
    padding: 15px;
  }
#topAdvantage #advantageTxt .btn{
	padding: 40px 0 0 0;
	text-align: center;	
}
#topAdvantage #advantageTxt .blackBtn{
	width: auto;
	padding: 15px 80px;
}
  #topVoice {
    background: url("../img/top/reviews_top_pc.webp")top center no-repeat;
    background-size: auto 64px;
    padding-top: 110px;
  }
  #topVoice h3 {
    font-size: 40px;
  }
  #topVoice p {
    font-size: 36px;
  }
  #topVoice p br {
    display: block;
  }
  #topVoice figure img {
    width: 100px;
    height: 100px;
    margin: 30px auto 5px auto;
  }
  #topTour {
    padding: 110px 0;
  }
  #topTour h2 a {
    font-size: 24px;
  }
  #topTour .swiper-slide {
    border: solid 1px #b99436;
    border-radius: 10px;
    overflow: hidden;
  }
  #topTour .swiper-slide a {
    display: block;
  }
  #topTour .swiper-slide a .ph {
    display: block;
    background: #000
  }
  #topTour .swiper-slide a:hover .ph img {
    opacity: 0.4;
  }
  #topTour .swiper-slide figure img {
    width: 100%;
    height: auto;
  }
  #topTour .swiper-slide h3 {
    font-size: 24px;
  }
#topTour .btn{
	padding: 40px 0 0 0;
	text-align: center;
	}
#topTour .btn a{
	width: auto;
	padding: 15px 80px;
}
  #story {
    background: url("../img/top/top_story_pc.webp")center center no-repeat;
    background-size: cover;
    padding: 80px 0 60px 0;
  }
  #story h2 {
    color: #fff;
    font-weight: bold;
    font-size: 50px;
    margin-bottom: 20px;
  }
  #story h2 + p {
    padding: 0 160px;
    font-size: 18px;
  }
  #story ul {
    display: flex;
    justify-content: center;
  }
  #story ul li {
    margin: 60px 0;
    width: 300px;
  }
  #story ul li p:first-of-type {
    font-size: 60px;
  }
  #story ul li p {
    font-size: 18px;
  }
  #testimonials {
    padding: 90px 0;
  }
  #testimonials .inner {
    padding: 0 30px;
  }
  #testimonials h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 60px;
  }
  #testimonials h2 span {
    display: none;
  }
  #testimonials #testSlider .swiper-slide {
    width: 387.3px;
  }
  #findVehicle {
    padding: 80px 0 60px 0;
  }
  #findVehicle .inner {
    padding: 0 573px 0 70px;
  }
  #findVehicle:after {
    content: "";
    background: url("../img/top/moitor_img.webp")right bottom no-repeat;
    background-size: auto 90%;
    width: 1146px;
    height: 380px;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: 0;
    opacity: 1;
  }
  #findVehicle h2 {
    font-size: 40px;
  }
  #findVehicle h2 + p {
    font-size: 18px;
    margin-bottom: 40px;
  }
  #findVehicle p.btn a {
    width: auto;
    padding: 15px 60px
  }
  #news {
    padding: 100px 0 0 0;
  }
  #news .inner, #faq .inner {
    width: 1000px;
  }
  #news ul li br {
    display: none;
  }
  #news ul li {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #faq {
    padding: 100px 0 100px 0;
  }
  #faq dl {
    counter-reset: faqNum;
  }
  #faq dl dt {
    font-size: 24px;
    padding: 10px 40px;
  }
  #faq dl dt:after {
    right: 40px;
  }
  #faq dl dt:before {
    right: 45px;
  }
  #faq dl dt span:before {
    margin-right: 10px;
  }
  #faq dl dd {
    padding: 0 60px 0 100px;
    font-size: 20px;
  }
}