@charset "utf-8";
/* 「渡航再開：スペイン」全国共通CSS（PCSP共通）【/theme/futuretravel/saikai/gospain/配下全共通】 */
/**/
/* == PC ========================== */
@media (min-width:861px) {
  /*★ ＝＝ headerArea ＝＝ ★*/
  /*★ MV ★*/
  #hisApp::before {
    background-image: url("../images/mv_photo_pc.jpg");
  }
  .mv__logo {
    background-image: url("../images/mv_logo_pc.png");
  }
  /*★ ＝＝ mainArea ＝＝ ★*/
  /*★ product ★*/
  .product__more--image-text {}
  #airhotel .product__more--image-text {
    height: 240px;
    background-image: url("../images/bnr_airhotel_pc.png");
  }
  #tour .product__more--image-text {
    height: 237px;
    background-image: url("../images/bnr_tour_pc.png");
  }
  /*★ ＝＝ footerArea ＝＝ ★*/
  /*★ search ★*/
  #search {
    background-image: url("../images/search_photo_pc.jpg");
  }
}
/**/
/* == SP ========================== */
@media (max-width:860px) {
  /*★ ＝＝ headerArea ＝＝ ★*/
  /*★ MV ★*/
  #hisApp::before {
    background-image: url("../images/mv_photo_sp.jpg");
  }
  .mv__logo {
    background-image: url("../images/mv_logo_sp.png");
  }
  /*★ ＝＝ mainArea ＝＝ ★*/
  /*★ product ★*/
  .product__more--image-text {
    height: calc(400vw / (750 / 100));
  }
  #airhotel .product__more--image-text {
    background-image: url("../images/bnr_airhotel_sp.png");
  }
  #tour .product__more--image-text {
    height: calc(253vw / (750 / 100));
    background-image: url("../images/bnr_tour_sp.png");
  }
}