@charset "utf-8";
/* CSS Document */
.heroimgWrap .mainHeading {
  z-index: -10 !important;
}
li .btnBox {
  display: inline-block;
  margin-bottom: 20px;
}
#tab_nav {
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  text-align: center;
  margin: 25px auto;
}
#tab_nav > a {
  width: calc(98% / 3);
  position: relative;
  padding: 10px;
  /*display: inline-block;*/
  background: #000000;
  color: #ffffff;
  text-decoration: none;
    display: flex;
    flex-direction: column;
}
#tab_nav > a:hover {
  background: #d61518;
}
#tab_nav > a span {
  display: block;
  position: relative;
  text-align: center;
    margin-top: auto;
}
#tab_nav > a span:nth-child(1) {
  width: 60%;
  margin: 0 auto;
}
#tab_nav > a span:nth-child(3):before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #ffffff;
  border-right: 0;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
#hotel #tab_nav > a.hotel, #car_rental #tab_nav > a.car_rental, #shop_with_miles #tab_nav > a.shop_with_miles {
  background: #d61518;
  pointer-events: none;
}
@media (min-width: 768px) {
  /* 768px以上用のスタイル */
  #tab_nav > a {
    width: 30%;
    padding: 15px 20px;
  }
  #tab_nav > a span:nth-child(1) {
    width: 30%;
    margin: 0 auto;
  }
  #tab_nav > a span:nth-child(2) {
    margin: 0.5em 0 0.3em;
    font-size: 120%;
  }
  #tab_nav > a span:nth-child(3) {
    font-size: 85%;
  }
  #hotel #tab_nav > a.hotel, #car_rental #tab_nav > a.car_rental, #shop_with_miles #tab_nav > a.shop_with_miles {
    width: 36%;
    background: #d61518;
    pointer-events: none;
  }
  #hotel #clm_set .clm_2_2col.colWrap,
  #car_rental #clm_set .clm_2_2col.colWrap {
    max-width: 760px;
    margin: 0 auto;
  }
  #clm_set .clm_2_2col.colWrap .col:first-child {
    width: calc(40% - 15px);
  }
  #clm_set .clm_2_2col.colWrap .col:last-child {
    width: calc(60% - 15px);
  }
  #clm_set .clm_2_2col.colWrap .col:last-child div {
    height: 100%;
  }
  #clm_set .clm_2_2col.colWrap #img_description {
    font-size: 160%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #clm_set .clm_2_2col.colWrap #img_description span {
    display: block;
  }
  #hotel #tab_nav > a.hotel::after, #car_rental #tab_nav > a.car_rental::after, #shop_with_miles #tab_nav > a.shop_with_miles::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #d61518 transparent transparent;
    translate: -50% 100%;
  }
}
@media (max-width: 767px) {
  /* 768px未満用のスタイル */
  #tab_nav > a span:nth-child(2) {
    font-size: 3.4vw;
  }
  #tab_nav > a span:nth-child(3) {
    font-size: 2.1vw;
  }
}
#btn_set {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.shop_with_miles #btn_set {
  justify-content: center;
}
#btn_set > a {
  position: relative;
  display: inline-block;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  width: 49%;
}
#btn_set > a:hover {
  background: #d61518;
}
#btn_set > a span {
  display: block;
}
/*#btn_set > a span:last-child:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #ffffff;
  border-right: 0;
  margin: 0 5px 0 0;
  vertical-align: middle;
}*/
#btn_set .btnInr {
  position: relative;
}
#btn_set .altIcon {
  width: 12px;
  height: 10px;
  font-size: inherit;
  margin: 4px 0 0 4px;
}
@media (min-width: 768px) {
  /* 768px以上用のスタイル */
  #btn_set > a {
    padding: 15px 30px;
  }
  .shop_with_miles #btn_set > a {
    width: 30%;
  }
  #btn_set > a span:first-child {
    margin: 0.5em 0 0.3em;
    font-size: 120%;
  }
  #btn_set > a span:nth-child(2), #btn_set > a span:last-child {
    font-size: 85%;
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  /* 768px未満用のスタイル */
  #btn_set > a {
    padding: 10px;
  }
  #btn_set > a span:first-child {
    font-size: 3.4vw;
  }
  #btn_set > a span:nth-child(2), #btn_set > a span:last-child {
    font-size: 2.1vw;
    line-height: 1.8;
  }
}
#contact {
  background: #efefef;
  padding: 40px 20px;
}
#contact .ttlLv1 {
  text-align: center;
  padding: 0;
  border-bottom: 0;
}
#contact .ttlLv1:after {
  content: none;
}
#contact .ttlLv2 {
  text-align: center;
  padding: 0;
  border-bottom: 0;
}
#contact .ttlLv2 .heading {
  border-left: 0;
  padding-left: 0;
}
#contact .btnBox .btn {
  background-color: #fff;
  border: 1px solid #ADACAC;
}
@media (min-width: 768px) {
  /* 768px以上用のスタイル */
  #contact .ttlLv2 .heading {
    font-size: 1.7rem;
    line-height: 28px;
  }
  #contact .ttlLv2 {
    text-align: left;
  }
}
@media (max-width: 767px) {
  /* 768px未満用のスタイル */
  #contact .colWrap.clm_1_2col > .col:first-child {
    margin-bottom: 25px;
  }
}