/*Mv
=======================================================*/
.navbar-brand.siteHeader_logo{
  display: none!important;
}
.mv-top-img{
  position: absolute;
  top: 25vh;
  left: 10vw;
  width: 30%;
  object-fit: contain;
  z-index: 1;
}
.carousel{
  border-bottom:none!important;
  margin-top: 0px!important;
}
.slide-cover{
  background-color: unset !important;
}
img.slide-item-img{
  width: 50% !important;
  height: 50vh !important;
  object-fit: cover;
  margin-left: auto;
  display: block;
  object-position: 80%;
  border-radius: 0 0 0 10px;
  box-shadow: -40px -40px 0px #F3F3F3;
}
.container .slide-text-title,
.container .slide-text-caption{
  display: none;
}

@media screen and (max-width: 1200px){
}
@media screen and (max-width: 1100px){
}
@media screen and (max-width: 768px){
  .mv-top-img{
    top: 20vh;
    left: 5vw;
    width: 40%;
  }
  img.slide-item-img{
    height: 30vh !important;
  }
}

/*Vik Rent Car
=======================================================*/
.top-vikrentcar{
  overflow: hidden;
}
.vrcdivsearch .vrcsfentrycont .vrcsfentrylabsel{
  min-width: 50%!important;
}
.vrcdivsearch{
  background: #D8F5FF!important;
  padding: 0px!important;
}
.vrc-searchmod-wrap-hybrid > form{
  border: unset!important;
}
.vrc-searchmod-wrap-hybrid > form{
  background: #D8F5FF!important;
}
.vrc-searchmod-wrap-hybrid .vrc-searchmod-section-sbmt .vrcsearch{
  background: #14576D!important;
  color:#fff!important;
  border-radius: 30px;
}
.vrclistgoon a, .vrclistgoon a:visited{
  background: #14576D!important;
  border-radius: 30px!important;
}

@media screen and (max-width: 768px){
}
@media all and (max-width: 480px) {
}

/*about
=======================================================*/
.top-about{
  text-align: center;
  position: relative;
}
img.top-about01{
  position: absolute;
  width: 20%;
  top: 0;
  left: 10%;
  object-fit: contain;
}
img.top-about02{
  position: absolute;
  bottom: 28%;
  width: 23%;
  left: 0;
  object-fit: contain;
}
img.top-about03{
  position: absolute;
  width: 21%;
  right: 0;
  object-fit: contain;
}
.top-about h3{
  text-align: center;
  font-weight: bold;
}
.top-about-txt{
  width: 50%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 768px){
  .top-about-txt{
    width: 100%;
  }
  img.top-about01{
    width: 30%;
    top: 0;
    left: 0%;
  }
  img.top-about02{
    bottom: 15%;
    width: 24%;
    left: 0;
  }
  img.top-about03{
    width: 30%;
    top: 10%;
    right: 0;
  }
}
@media all and (max-width: 480px) {
  img.top-about02{
    bottom: 25%;
    width: 30%;
  }
}

/*flow
=======================================================*/
.top-flow{
  background: #F5F5F5;
  position: relative;
}
.top-flow-box-ttl{
  position: relative;
  font-size: 18px;
  padding-left: 30px;
}
.top-flow-box-ttl span{
  display: block;
  color:#37CEFF;
}
.top-flow-box-ttl::before{
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #fff;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.top-flow-box{
  position: relative;
}
.top-flow-box::after{
  content: "";
  width: 4px;
  height: 120%;
  background: #fff;
  display: block;
  position: absolute;
  left: 50px;
  top: 0;
  z-index: -1;
}
.top-flow-box:last-child::after{
  content: unset;
}
.top-flow-box-txt{
  width: 70%;
  margin: 50px auto;
}
img.top-flow-bg{
  position: absolute;
  bottom: -60px;
  right: -50px;
  object-fit: contain;
  mix-blend-mode: color-dodge;
  width: 50%;
}

@media screen and (max-width: 768px){
  .top-flow-box-txt{
    width: 80%;
    margin: 20px 0 20px auto;
  }
}
@media all and (max-width: 480px) {
}

/*faq
=======================================================*/
.top-faq{
  background: #F5F5F5;
}
.faq-box{
  margin-bottom: 20px;
}
.faq-box:last-child{
  margin-bottom: 0;
}
.faq-box-q{
  display: flex;
  background: #fff;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.faq-box-q-num{
  font-size: 34px;
  color: #076BAF;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  border-radius: 5px;
}
.faq-box-q-txt{
  width: 88%;
  font-size: 16px;
  line-height: 1.5;
}
img.faq-box-arrow{
  object-fit: contain;
  object-position: center;
  width: 20px;
  transition: transform .3s ease-in-out, top .3s ease-in-out;
}
.faq-box-q.open img.faq-box-arrow{
  transform: rotate(-180deg);
}
.faq-box-a{
  display: none;
  margin-top: 5px;
}
.faq-box-a-detail{
  display: flex;
  align-items: center;
  background: #fff;
  padding: 30px 10px;
}
.faq-box-a-num{
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  border-radius: 5px;
  font-size: 30px;
}
.faq-box-a-txt{
  width: 90%;
  font-size: 14px;
}


@media screen and (max-width: 768px){
}
@media all and (max-width: 480px) {
}

/*map
=======================================================*/
.top-map{
  padding-bottom: 100px;
}
.top-map .common{
  padding: 100px 0 0 0;
}
.top-map-box{
  display: flex;
  margin-bottom: 50px;
  align-items: center;
  gap: 20px;
}
.top-map-box img{
  object-fit: contain;
  width: 60%;
}
.map-iframe{
  width: 100%;
}
.map-iframe iframe{
  width: 100%;
  height: 400px !important;
}

@media screen and (max-width: 768px){
  .top-map-box{
    flex-wrap: wrap;
  }
  .top-map{
    padding-bottom: 50px;
  }
  .top-map .common{
    padding: 50px 0 0 0;
  }
  .map-iframe iframe{
    height: 200px !important;
  }
}
@media all and (max-width: 480px) {
}