@charset "utf-8";
/* CSS Document */

.new_top_air {
  width: 280px;
  padding: 10px;
  border-radius: 10px;
  border: 0.5px solid #000;
  /*display: flex;*/
  margin-bottom: 30px;
}

.new_top_air_text {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  padding-left: 10px;
}

.new_area_color {
  color: #00a7ea;
}

.new_top_air_text-money {
  color: #e50150;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 10px;
  background: linear-gradient(transparent 80%, #fedf75 30%);
  height: 28px;
  display: inline-block;
}

.new_top_air_text-money-travel {
  color: #e50150;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 15px;
}

.new_top_air_area {
  display: flex;
  /* 横並び */
  flex-wrap: wrap;
  /*　折り返しあり */
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
}

.new_top_air_area::after {
  content: "";
  display: block;
  width: 350px;
  padding-right: 0px;
}

.new_h2-text {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
}

.new_h2-area {
  margin-top: 100px;
  margin-bottom: 40px;
}

/*ニュースここから*/
.new_news-karenda {
  display: block;
}

.new_top_info dd {
  width: 100%;
  font-size: 14px;
}

.new_top_info a:hover {
  color: #ff704f;
  /*マウスが乗ったときの色*/
}

.new_top_info {}

.new_top_info dt {
  /*padding-top: 20px;*/
  font-size: 14px;
  padding-left: 0.5em;
  width: 280px;
  float: left;
}

.new_news-area {
  margin-bottom: 90px;
}

/*お知らせ*/
.new_news-info {
  background-color: #3147ab;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  font-size: 12px;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/*海外ツアー*/
.new_news-ov {
  background-color: #00a7ea;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  font-size: 12px;
  padding-right: 14px;
  padding-left: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/*国内旅行*/
.new_news-in {
  background-color: #ff6f4f;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  font-size: 12px;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/*秘境*/
.new_news-world {
  background-color: #66bb6a;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  font-size: 12px;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/*中国旅行*/
.new_news-ch {
  background-color: #e50150;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  font-size: 12px;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/*ニュースここまで*/

/*TOP目的リンク画像ul　ここから*/
.new_top_img-culums {
  background-color: #fff;
}

.new_top_img-culums>ul {
  display: flex;
  /* 横並び */
  flex-wrap: wrap;
  /*　折り返しあり */
  /*margin-bottom: 20px;*/
}

.new_top_img-culums li {
  width: calc(100%/3);
}

.new_top_img-culums li img {
  width: 100%;
  height: 278px;
  object-fit: cover;
  object-position: center;
  /*padding: 1px 1px;*/
  /*上下左右余白*/
}

/*TOP目的リンク画像ul　ここまで*/
/*TOP目的メニュー画像(文字を配置する)*/
.new_top_img_text {
  position: relative;
  cursor: pointer;
}

.new_top_img_text p {
  position: absolute;
  color: white;
  /*文字は白に*/
  font-weight: normal;
  /*太さ*/
  font-size: 2em;
  /*サイズ1.7倍*/
  font-weight: bold;
  font-family: Quicksand, sans-serif;
  /*Google Font*/
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.new_top_img_text:hover p {
  color: #fdd23c;
}

.new_top_img_text:hover .new_top_image-container_main-border {
  border: 1px solid #fdd23c;
}

.new_top_img_text:hover .new_top_image-container_main::after {
  background: rgba(0, 0, 0, 0);
}




/*文字をど真ん中に配置する*/
.new_top_img_text p {
  position: absolute;
  top: 50%;
  left: 50%;
  /*-ms-transform: translate(-50%,-50%);*/
  /*-webkit-transform: translate(-50%,-50%);*/
  transform: translate(-50%, -50%);
  margin: 0;
  /*文字の装飾は省略*/
  text-align: center;
  white-space: nowrap;
  z-index: 2;
}

/*TOP目的メニュー画像 (文字を配置する)ここまで*/

.new_top_area01 {
  margin-top: 90px;
}

/*メインコースコード画像の上の影ここから*/
.new_top_image-container_main {
  position: relative;
  display: block;
  width: 100%;
  height: 278px;
}

.new_top_image-container_main-border {
  position: absolute;
  top: 25px;
  left: 25px;
  width: calc(100% - 50px);
  height: 228px;
  border: 1px solid white;
  transition: all 0.3s;
}

.new_top_image-container_main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new_top_image-container_main .new_top_image-text {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  white-space: nowrap;
  z-index: 2;
}

.new_top_image-container_main::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s;
}

/*メイン画像の上の影ここまで*/
.new_h2-text-out {
  text-align: center;
  color: #0086cd;
  font-size: 15px;
  font-weight: bold;
}

.new_h2-text-in {
  text-align: center;
  color: #ff704f;
  font-size: 15px;
  font-weight: bold;
}

.new_h2-text-world {
  text-align: center;
  color: #66bb6a;
  font-size: 15px;
  font-weight: bold;
}

.new_h2-text-china {
  text-align: center;
  color: #e50150;
  font-size: 15px;
  font-weight: bold;
}

/*ツアーBOXここからアウトバウンド*/
.new_top_course-text {
  color: #001c58;
  margin-top: 10px;
  font-size: 20px;
}

.new_top_course-aria {
  display: flex;
  /* 横並び */
  flex-wrap: wrap;
  /*　折り返しあり */
  justify-content: space-between;
  margin-top: 30px;
  padding-bottom: 0px;
}

.new_top_course-aria::after {
  content: "";
  display: block;
  width: 270px;
  padding-right: 0px;
}

.new_top_area_box {
  background-color: #fff;
  width: 270px;
  border: 1px solid #cfcfcf;
  margin-bottom: 25px;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
}

.new_top_area_box:hover {
  border: 1px solid #0086cd;
}

.new_top_area_titl-event {
  padding: 15px;
  font-size: 15px;
  line-height: 1.2em;
}

.new_top_area_titl-event a {
  color: #000;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 限制显示2行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.new_top_area_titl-event a:hover {
  color: #ff704f;
}

/*エリア文字やボタンをのせるcss (左上に配置)*/
.new_top-area_example_event-ob {
  position: relative;
}

.new_top-area_example_event-ob p {
  position: absolute;
  top: 0;
  /*画像の左上に配置*/
  left: 0;
  margin-top: 10px;
  margin-left: 10px;
  /*余計な隙間を除く*/
  color: white;
  /*文字を白に*/
  background: #0086cd;
  /*背景色*/
  font-size: 12px;
  line-height: 1;
  border-radius: 18px;
  /*行高は1に*/
  padding: 10px 14px;
  /*文字周りの余白*/
}

/*エリア文字やボタンをのせるcss (左上に配置)*/
/*ツアーBOXここまでアウトバウンド*/

/*ツアーBOXここからインバウンド*/
/*エリア文字やボタンをのせるcss (左上に配置)*/
.new_top_area_box-in {
  background-color: #fff;
  width: 270px;
  border-radius: 10px;
  border: 1px solid #cfcfcf;
  margin-bottom: 25px;
  cursor: pointer;
}

.new_top_area_box-in:hover {
  border: 1px solid #0086cd;
}

.new_top-area_example_event-in {
  position: relative;
}

.new_top-area_example_event-in p {
  position: absolute;
  top: 5px;
  /*画像の左上に配置*/
  left: 1px;
  margin-top: 10px;
  margin-left: 10px;
  /*余計な隙間を除く*/
  color: white;
  /*文字を白に*/
  background: #ff704f;
  /*背景色*/
  font-size: 13px;
  line-height: 1;
  /*行高は1に*/
  border-radius: 18px;
  padding: 10px 14px;
}

/*コースの後ろにある背景*/
.new_top_air_text-event-bg {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: #0086cd;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
}

/*コースの後ろにある背景ここまで/

/*エリア文字やボタンをのせるcss (左上に配置)*/
/*ツアーBOXここまでインバウンド*/

/*ツアーBOXここからworld*/
/*エリア文字やボタンをのせるcss (左上に配置)*/
.new_top_area_box-world {
  background-color: #fff;
  width: 270px;
  border-radius: 10px;
  border: 1px solid #333;
  margin-bottom: 25px;
}

.new_top-area_example_event-world {
  position: relative;
}

.new_top-area_example_event-world p {
  position: absolute;
  top: 0;
  /*画像の左上に配置*/
  left: 0;
  margin-top: 10px;
  margin-left: 10px;
  /*余計な隙間を除く*/
  color: white;
  /*文字を白に*/
  background: #66bb6a;
  /*背景色*/
  font-size: 13px;
  line-height: 1;
  /*行高は1に*/
  border-radius: 18px;
  padding: 10px 14px;
}

/*エリア文字やボタンをのせるcss (左上に配置)*/
/*ツアーBOXここまでworld*/

/*ツアーBOXここからチャイナ*/
/*エリア文字やボタンをのせるcss (左上に配置)*/
.new_top_area_box-china {
  background-color: #fff;
  width: 270px;
  border-radius: 10px;
  border: 1px solid #333;
  margin-bottom: 25px;
}

.new_top-area_example_event-china {
  position: relative;
}

.new_top-area_example_event-china p {
  position: absolute;
  top: 0;
  /*画像の左上に配置*/
  left: 0;
  margin-top: 10px;
  margin-left: 10px;
  /*余計な隙間を除く*/
  color: white;
  /*文字を白に*/
  background: #e50150;
  /*背景色*/
  font-size: 13px;
  line-height: 1;
  /*行高は1に*/
  border-radius: 18px;
  padding: 10px 14px;
}

/*エリア文字やボタンをのせるcss (左上に配置)*/
/*ツアーBOXここまでチャイナ*/
.new_thumbnail {
  background-size: cover;
  background-position: center center;
  padding-top: 72.2%;
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.new_top_air_text-event {
  font-size: 14px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 10px;
  color: #00a7ea;
}

.new_top_tour-Pl {
  color: #666666;
  font-size: 13px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.new_top_air_text-border {
  display: inline-block;
  height: 20px;
  padding: 2px;
}

.new_top_btn-area {
  padding-top: 40px;
  padding-bottom: 40px;
}

.new_top_slider_area {
  margin-top: 50px;
  /*padding-bottom: 90px;*/
}

.new_bg-area-color01 {
  background-color: #fffae9;
  padding-top: 10px;
}

.new_h2-text-md {
  text-align: center;
  font-size: 16px;
  color: #333;
}

.new_bg-area-color02 {
  background-color: #fff;
  padding-top: 10px;
}

.new_h3-step_text-st {
  font-size: 12px;
  color: #ff704f;
  text-align: center;
}

.new_h3-box-titl {
  font-size: 35px;
  font-weight: bold;
  border-bottom: 4px solid #fdd23c;
  width: 70px;
  text-align: center;
}

.new_step_box {
  width: 370px;
  max-width: 100%;
  margin-top: 30px;
  padding-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.new_step_box_aria::after {
  content: "";
  display: block;
  width: 370px;
}

.new_h4-step_titl {
  text-align: center;
  font-size: 25px;
  color: #3147ab;
}

.new_h4-step_text {
  font-size: 16px;
  line-height: 1.5em;
}

.new_h4-step_text-color {
  font-size: 16px;
  line-height: 1.5em;
  color: #ff704f;
  margin-top: 20px;
}

/* section6　無限ループここから*/
.new_top_loop-area {
  padding-top: 50px;
  padding-bottom: 50px;
}

/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

/*
IE11対策
----------------------------*/
/*_:-ms-lang(x)::-ms-backdrop,*/
.new_d-demo {
  /*display: -ms-grid;*/
  overflow: hidden;
}

/*----------------------------*/

.new_d-demo__wrap {
  display: flex;
  overflow: hidden;
}

.new_d-demo__list {
  display: flex;
  list-style: none;
}

.new_d-demo__list--left {
  animation: infinity-scroll-left 95s infinite linear 0.5s both;
}

.new_d-demo__item {
  width: calc(100vw / 6);
}

.new_d-demo__item>img {
  width: 100%;
}

/* アウトバウンド　海外ツアー */
.new_top-area_example_event-ob02 {
  position: relative;
  height: 180px;
}

/* インバウンド　ガチ旅　バスツアー */
.new_top-area_example_event-in02 {
  position: relative;
  height: 230px;
}

/* ザ・ワールド　ツアー */
.new_top-area_example_event-world02 {
  position: relative;
  height: 180px;
}

/* ガチ旅　ツアー */
.new_top-area_example_event-gati {
  position: relative;
  height: 180px;
}

.new_top-area_h5_text_long {
  position: absolute;
  top: 8px;
  /*画像の左上に配置*/
  left: 5px;
  width: 90%;
  height: 33px;
  /*余計な隙間を除く*/
  color: white;
  /*文字を白に*/
  background: #ff704f;
  /*背景色*/
  font-size: 12px;
  line-height: 33px;
  /*行高は1に*/
  border-radius: 18px;
  overflow: hidden;
  display: flex;
}
.new_bn_top-area {
    padding-bottom: 50px;
}
/*↓バナーにマウスが乗った時*/
.new_bn_top-area:hover figure {
  opacity: 0.6; filter: brightness(110%);
}


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

  .new_top_airplane_area_box {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .new_top_airplane_area {
    width: 2000%;
  }

  .new_scroll-track {
    display: flex;
    width: fit-content;
    /* 动画将在 JS 加载后添加 */
  }

  .new_scroll-content {
    display: flex;
  }

  .new_scroll-content a {
    flex: 0 0 auto;
    margin-right: 10px;
  }

  .new_scroll-content img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
  }

  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  input[type="date"] {
    appearance: none;              
    -webkit-appearance: none;      /* iOS Safari  */
    -moz-appearance: none;         /* Firefox  */
    background-color: #fff;
    border: 1px solid #888888;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 12px;
    color: #333;
  }

  select {
    appearance: none;              
    -webkit-appearance: none;      /* iOS Safari  */
    -moz-appearance: none;         /* Firefox  */
    background-color: #fff;
    border: 1px solid #888888;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 12px;
    color: #333;
  }

  .new_top_air_text-event-bg {
    display: none;
  }

  .new_step_box_aria {
    display: flex;
    /* 横並び */
    flex-wrap: wrap;
    /*　折り返しあり */
    justify-content: space-between;
    margin-left: 150px;
    margin-right: 150px;
    width: 100%;
    margin: 0 auto;
  }

  /*TOP ul並び*/
  .new_top_img-culums {
    flex-wrap: wrap;
  }

  .new_top_img-culums li {
    width: 100%;
  }

  .new_top_img_text p {
    font-size: 1.0em;
    /*サイズ1.7倍*/
  }

  /*TOP ul並びここまで*/
  .new_step_box {
    margin-top: 10px;
    padding-bottom: 20px;
  }

  .new_step_box_aria {
    margin: 0 auto;
  }

  .new_h3-step-img {
    text-align: center;
  }

  .new_h3-box-titl {
    margin: 0 auto;
  }

  .new_top_air_area {
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
    /* 横並びトル */
  }

  .new_top_air {
    padding: 2px;
    width: 100%;
    text-align: center;
  }

  .new_top_air_text {
    font-size: 15px;
    margin-top: 10px;
  }

  .new_top_air_text-money {
    font-size: 18px;
    text-align: center;
  }

  .new_top_info dt {
    float: none;
    font-size: 15px;
    text-align: left;
  }

  .new_top_info dd {
    padding-left: 0em;
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .new_news-area {
    margin-bottom: 10px;
  }

  .new_h2-area {
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .new_h2-text {
    margin-top: 5px;
    font-size: 20px;
  }

  .new_h2-text-out {
    margin-top: 20px;
    font-size: 10px;
  }

  /*ツアーBOXここからアウトバウンド*/
  .new_top_course-text {
    margin-top: 5px;
    font-size: 10px;
  }

  .new_top_course-aria {
    display: block;
    /* 横並びトル */
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .new_top_area_box {
    display: flex;
    width: 100%;
    border-radius: 0px;
    margin-bottom: 15px;
  }

  /*エリア文字やボタンをのせるcss (左上に配置)*/
  .new_thumbnail {
    padding-top: 100%;
    width: 130px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .new_top_area_titl-event {
    font-size: 13px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .new_top_tour-Pl {
    font-size: 12px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .new_top_air_text-money-travel {
    margin-left: 15px;
    margin-right: 5px;
    text-align: left;
    font-size: 13px;
  }

  .new_top_air_text-event {
    font-size: 13px;
    padding-bottom: 2px;
  }

  .new_top-area_example_event-ob p {
    margin-top: 6px;
    margin-left: 6px;
    /*余計な隙間を除く*/
    font-size: 10px;
    /*文字周りの余白*/
  }

  /*ツアーBOXここまでアウトバウンド*/
  /*ツアーBOXここからインバウンド*/
  .new_top_area_box-in {
    display: flex;
    width: 100%;
    border-radius: 0px;
    margin-bottom: 10px;
  }

  .new_top-area_example_event-in p {
    margin-top: 6px;
    margin-left: 6px;
    /*余計な隙間を除く*/
    font-size: 10px;
    /*文字周りの余白*/
    left: 0px;
    top: 0px;
    height: auto;
  }

  .new_top_air_text-event-bg {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  /*ツアーBOXここまでインバウンド*/

  /*ツアーBOXここからworld*/
  /*エリア文字やボタンをのせるcss (左上に配置)*/
  .new_top_area_box-world {
    display: flex;
    width: 100%;
    border-radius: 0px;
    margin-bottom: 10px;
  }

  .new_top-area_example_event-world p {
    margin-top: 6px;
    margin-left: 6px;
    /*余計な隙間を除く*/
    font-size: 10px;
    /*文字周りの余白*/
    left: 0px;
    top: 0px;
  }

  /*エリア文字やボタンをのせるcss (左上に配置)*/
  /*ツアーBOXここまでworld*/

  /*ツアーBOXここからチャイナ*/
  /*エリア文字やボタンをのせるcss (左上に配置)*/
  .new_top_area_box-china {
    display: flex;
    width: 100%;
    border-radius: 0px;
    margin-bottom: 10px;
  }

  .new_top-area_example_event-china p {
    margin-top: 6px;
    margin-left: 6px;
    /*余計な隙間を除く*/
    font-size: 10px;
    /*文字周りの余白*/
    left: 0px;
    top: 0px;
  }

  /*エリア文字やボタンをのせるcss (左上に配置)*/
  /*ツアーBOXここまでチャイナ*/
  .new_top_slider_area {
    padding-bottom: 0px;
  }

  .new_top_btn-area {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .new_h2-text-md {
    font-size: 12px;
  }

  .new_step_box_aria {
    display: block;
    /* 横並びトル */
    margin-left: 0px;
    margin-right: 0px;
  }

  .new_h4-step_text {
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .new_h4-step_text-color {
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }

  /*ご案内スマホここから*/
  .new_news-flex {
    padding: 20px 0;
    border-bottom: 1px solid #c7eafb;
  }

  .new_top_info {
    padding-bottom: 10px;
    border-top: 1px solid #c7eafb;
  }

  /*ご案内スマホここまで*/
  /* アウトバウンド　海外ツアー */
  .new_top-area_example_event-ob02 {
    height: 0px;
  }

  /* インバウンド　ガチ旅　バスツアー */
  .new_top-area_example_event-in02 {
    height: 0px;
  }

  /* ザ・ワールド　ツアー */
  .new_top-area_example_event-world02 {
    height: 0px;
  }

  /* ガチ旅　ツアー */
  .new_top-area_example_event-gati {
    height: 0px;
  }

  /* ここまで */
  .new_top-area_h5_text_long {
    font-size: 9px;
  }

  #swiper02 .new_swiper-button-prev,
  #swiper02 .new_swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
    swiper-navigation-size: 44px;
  }

  #swiper01 {
    display: none;
  }

  #swiper03 {
    display: block;
  }

  .new_swiper-form {
    position: relative;
    background-color: #fff;
    width: 100%;
    padding: 10px;
    max-width: 100%;
    z-index: 10;
  }

  .new_swiper-form-title {
    color: #ff6f4f;
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 1px solid #697180;
  }

  .new_swiper-form-input {
    display: flex;
    margin-bottom: 10px;
  }

  .new_swiper-form-input-title {
    color: black;
    font-size: 12px;
    font-weight: normal;
    width: 23%;
    height: 38px;
    line-height: 38px;
    position: relative;
    background-color: #f2f2f2;
    margin-right: 2%;
    border-radius: 5px;
    text-align: center;
  }

  .new_swiper-form-input-checkbox {
    position: absolute;
    right: -320%;
    font-size: 14px;
    display: flex;
    align-items:center;
    top: 1px
  }

  .new_swiper-form-input-input {
    border: 1px solid #888888;
    border-radius: 5px;
    width: 75%;
    height: 40px;
    padding-left: 10px;
    background-color: #fff;
  }

  .new_swiper-form-btn {
    height: 42px;
    background: linear-gradient(to right, #fdd03c, #ff704f);
    border-radius: 5px;
    width: 100%;
    text-align: center;
    line-height: 42px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    cursor: pointer;
    transition: all 0.3s;
  }

  .new_swiper-form-btn:hover {
    background: linear-gradient(to right, #e7ba27, #d44f31);
  }

  .new_swiper-form-input-date {
    width: 75%;
    height: 40px;
    display: flex;
  }

  .new_swiper-form-input-date-node {
    border: 1px solid #3147ab;
    border-radius: 5px;
    width: 47%;
    padding-left: 10px;
  }

  .new_swiper-form-input-date-line {
    width: 6%;
    text-align: center;
    line-height: 40px;
  }

  .new_swiper-box {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
}

@media screen and (min-width:768px) {

  .new_top_airplane_area_box {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .new_top_airplane_area {
    width: 100%;
  }

  .new_scroll-track {
    display: flex;
    width: fit-content;
    /* 动画将在 JS 加载后添加 */
  }

  .new_scroll-content {
    display: flex;
  }

  .new_scroll-content a {
    flex: 0 0 auto;
    margin-right: 10px;
  }

  .new_scroll-content img {
    width: 335px;
    height: 320px;
    object-fit: cover;
    display: block;
  }

  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .new_step_box_aria {
    display: flex;
    /* 横並び */
    flex-wrap: wrap;
    /*　折り返しあり */
    justify-content: space-between;
    margin-left: 150px;
    margin-right: 150px;
    width: 900px;
    margin: 0 auto;
  }

  /*ご案内ここから*/
  .new_news-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #c7eafb;
  }

  .new_top_info {
    padding-bottom: 10px;
    border-top: 1px solid #c7eafb;
  }

  /*ご案内ここまで*/

  #swiper01 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1920px;
    height: 774px;
  }

  #swiper03 {
    display: none;
  }

  .new_swiper-form {
    position: relative;
    top: 48%;
    left: 50%;
    transform: translateX(-50%) translateX(-300px) translateY(-50%);
    background-color: #fff;
    width: 540px;
    height: 540px;
    border-radius: 20px;
    padding: 50px;
    max-width: 100%;
    z-index: 10;
  }

  .new_swiper-form-title {
    color: #ff6f4f;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .new_swiper-form-input {
    display: flex;
    margin-bottom: 10px;
  }

  .new_swiper-form-input-title {
    color: black;
    font-size: 18px;
    font-weight: normal;
    width: 25%;
    height: 38px;
    line-height: 38px;
    position: relative;
  }

  .new_swiper-form-input-checkbox {
    position: absolute;
    right: -320px;
    font-size: 14px;
    display: flex;
    top: 1px
  }

  .new_swiper-form-input-input {
    border: 1px solid #888888;
    border-radius: 5px;
    width: 75%;
    height: 40px;
    padding-left: 10px;
    font-size: 14px;
  }

  .new_swiper-form-btn {
    height: 42px;
    background: linear-gradient(to right, #fdd03c, #ff704f);
    border-radius: 5px;
    width: 100%;
    text-align: center;
    line-height: 42px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-top: 26px;
    cursor: pointer;
    transition: all 0.3s;
  }

  .new_swiper-form-btn:hover {
    background: linear-gradient(to right, #e7ba27, #d44f31);
  }

  .new_swiper-form-input-date {
    width: 75%;
    height: 40px;
    display: flex;
  }

  .new_swiper-form-input-date-node {
    border: 1px solid #3147ab;
    border-radius: 5px;
    width: 47%;
    padding-left: 10px;
  }

  .new_swiper-form-input-date-line {
    width: 6%;
    text-align: center;
    line-height: 40px;
  }

  .new_swiper-box {
    width: 100%;
    height: 774px;
    position: relative;
    overflow: hidden;
  }
}

.new_news-color02 a {
  color: black;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

#swiper02 .new_swiper-pagination {
  position: relative !important;
  margin-top: 20px;
  swiper-navigation-size: 10px;
}

.new_top-area_h5_text10-left {
  width: 30%;
  background: #ff704f;
  color: #fff;
  text-align: center;
}

.new_top-area_h5_text10-right {
  width: 70%;
  background: #fff;
  color: #ff704f;
  text-align: center;
}

.new_top-area_h5_text_short {
  position: absolute;
  top: 11px;
  /*画像の左上に配置*/
  left: 2px;
  width: 25%;
  height: 33px;
  /*余計な隙間を除く*/
  color: white;
  /*文字を白に*/
  background: #ff704f;
  /*背景色*/
  font-size: 13px;
  line-height: 34px;
  /*行高は1に*/
  border-radius: 18px;
  overflow: hidden;
  text-align: center;
}

.new_dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #3147ab;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  height: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  padding-bottom: 20px;
}

.new_dropdown-text {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  padding: 10px;
  color: #3147ab;
  text-align: center;
}

.new_dropdown-text:hover {
  color: #ff704f;
  /* Gナビ文字が乗った時 */
}

/*Gナビ上の文字*/
.new_dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  /* 放到文字下方 */
  left: 40px;
  background-color: white;
  min-width: 200px;
  /* 文字の幅*/
  z-index: 1000;
}

/*Gナビ中の文字*/
.new_dropdown-menu a {
  display: block !important;
  padding: 0px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  text-decoration: none;
  color: black !important;
  height: 40px !important;
  line-height: 40px !important;
  font-weight: normal !important;
  text-align: left;
  /*中文字の位置*/
  font-size: 12px !important;
  padding: 0 10px !important;
}

.new_dropdown-menu a:hover {
  background-color: #f0f0f0;
}

/* 鼠标悬停在文字上时显示下拉菜单 */
.new_dropdown:hover .new_dropdown-menu {
  display: block;
}

